Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c8ddb795451293862e71ea8481bb36f4aa2ad204 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-ssh17497516272951047754.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4039535170719748121.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2717932747014227816.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh4580214713848567059.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7157186078217259808.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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-rfid-llrp-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-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp 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 Running on prd-ubuntu20.04-docker-8c-8g-5671 in /w/workspace/foundry_device-rfid-llrp-go_main [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-rfid-llrp-go.git > git init /w/workspace/foundry_device-rfid-llrp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-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-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c8ddb795451293862e71ea8481bb36f4aa2ad204 (main) Commit message: "refactor: Remove code that loads static provision watchers (#152)" > git config core.sparsecheckout # timeout=10 > git checkout -f c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 > git rev-list --no-walk 963987e627e8dcac0df49593e42f1bbbca2c5392 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-14T02:08:39.362Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-14T02:08:39.423Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-14T02:08:39.439Z] ========================================================= [2023-02-14T02:08:39.439Z] EdgeX Global Pipelines Version Info [2023-02-14T02:08:39.439Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:08:53.457Z] ------------------- [2023-02-14T02:08:53.457Z] stable info: [2023-02-14T02:08:53.457Z] ------------------- [2023-02-14T02:08:53.457Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-14T02:08:53.457Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T02:08:53.457Z] Message: update stable to v1.0.244 [2023-02-14T02:08:56.078Z] ------------------- [2023-02-14T02:08:56.078Z] experimental info: [2023-02-14T02:08:56.078Z] ------------------- [2023-02-14T02:08:56.078Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-14T02:08:56.078Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T02:08:56.078Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-14T02:08:56.390Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-02-14T02:08:56.402Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-02-14T02:08:56.412Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-14T02:08:56.423Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-14T02:08:56.438Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-14T02:08:56.449Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-14T02:08:56.461Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-14T02:08:56.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-14T02:08:56.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-14T02:08:56.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-14T02:08:56.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-14T02:08:56.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-02-14T02:08:56.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-14T02:08:56.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-14T02:08:56.588Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T02:08:56.604Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T02:08:56.615Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T02:08:56.627Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T02:08:56.644Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-14T02:08:56.659Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-14T02:08:56.677Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-14T02:08:56.695Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-14T02:08:56.705Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-14T02:08:56.717Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-14T02:08:56.729Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-14T02:08:56.741Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-14T02:08:56.755Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-14T02:08:56.765Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-14T02:08:56.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-14T02:08:56.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-14T02:08:56.801Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo [2023-02-14T02:08:56.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8ddb79 [Pipeline] echo [2023-02-14T02:08:56.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:08:56.865Z] provisioning config files... [2023-02-14T02:08:56.878Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16445916041665947665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:08:57.183Z] ---> docker-login.sh [2023-02-14T02:08:57.183Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:08:57.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:08:57.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:08:57.443Z] Configure a credential helper to remove this warning. See [2023-02-14T02:08:57.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:08:57.443Z] [2023-02-14T02:08:57.443Z] Login Succeeded [2023-02-14T02:08:57.443Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:08:57.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:08:57.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:08:57.443Z] Configure a credential helper to remove this warning. See [2023-02-14T02:08:57.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:08:57.443Z] [2023-02-14T02:08:57.443Z] Login Succeeded [2023-02-14T02:08:57.443Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:08:57.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:08:57.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:08:57.739Z] Configure a credential helper to remove this warning. See [2023-02-14T02:08:57.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:08:57.739Z] [2023-02-14T02:08:57.739Z] Login Succeeded [2023-02-14T02:08:57.739Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:08:57.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:08:58.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:08:58.007Z] Configure a credential helper to remove this warning. See [2023-02-14T02:08:58.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:08:58.008Z] [2023-02-14T02:08:58.008Z] Login Succeeded [2023-02-14T02:08:58.008Z] docker.io [2023-02-14T02:08:58.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:09:03.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:09:03.347Z] Configure a credential helper to remove this warning. See [2023-02-14T02:09:03.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:09:03.347Z] [2023-02-14T02:09:03.347Z] Login Succeeded [2023-02-14T02:09:03.347Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:09:03.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-14T02:09:03.766Z] + git rev-list -1 --merges c8ddb795451293862e71ea8481bb36f4aa2ad204~1..c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo [2023-02-14T02:09:03.837Z] -----------> git rev-list -1 --merges c8ddb795451293862e71ea8481bb36f4aa2ad204~1..c8ddb795451293862e71ea8481bb36f4aa2ad204 c8ddb795451293862e71ea8481bb36f4aa2ad204 [false] [Pipeline] sh [2023-02-14T02:09:04.133Z] + git log --format=format:%s -1 c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo [2023-02-14T02:09:04.154Z] ========================================================= [2023-02-14T02:09:04.154Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-14T02:09:04.154Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T02:09:04.490Z] + git log --format=format:%s -1 c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo [2023-02-14T02:09:04.500Z] [semverPrep] GIT_COMMIT: c8ddb795451293862e71ea8481bb36f4aa2ad204, Commit Message: refactor: Remove code that loads static provision watchers (#152) [Pipeline] echo [2023-02-14T02:09:04.512Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-14T02:09:04.849Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T02:09:04.849Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-14T02:09:04.849Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-14T02:09:04.849Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-14T02:09:04.849Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-14T02:09:04.849Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-14T02:09:04.849Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:09:05.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:09:05.574Z] [2023-02-14T02:09:05.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:09:05.885Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:09:05.885Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-14T02:09:05.885Z] b85a868b505f: Pulling fs layer [2023-02-14T02:09:05.885Z] e2be974225ed: Pulling fs layer [2023-02-14T02:09:05.885Z] 339a4e72a1f5: Pulling fs layer [2023-02-14T02:09:05.885Z] 988bab9f4d93: Pulling fs layer [2023-02-14T02:09:05.885Z] 1469e6f7b9e6: Pulling fs layer [2023-02-14T02:09:05.885Z] eaf3925da568: Pulling fs layer [2023-02-14T02:09:05.885Z] bab4dde63d76: Pulling fs layer [2023-02-14T02:09:05.885Z] bde34c3a00c8: Pulling fs layer [2023-02-14T02:09:05.885Z] b352a97aabf1: Pulling fs layer [2023-02-14T02:09:05.885Z] 4872d77fe225: Pulling fs layer [2023-02-14T02:09:05.885Z] 5851b861e8e6: Pulling fs layer [2023-02-14T02:09:05.885Z] bab4dde63d76: Waiting [2023-02-14T02:09:05.885Z] bde34c3a00c8: Waiting [2023-02-14T02:09:05.885Z] b352a97aabf1: Waiting [2023-02-14T02:09:05.885Z] 4872d77fe225: Waiting [2023-02-14T02:09:05.885Z] 988bab9f4d93: Waiting [2023-02-14T02:09:05.885Z] 5851b861e8e6: Waiting [2023-02-14T02:09:05.885Z] 1469e6f7b9e6: Waiting [2023-02-14T02:09:05.885Z] eaf3925da568: Waiting [2023-02-14T02:09:06.160Z] e2be974225ed: Download complete [2023-02-14T02:09:06.160Z] 988bab9f4d93: Download complete [2023-02-14T02:09:06.424Z] 1469e6f7b9e6: Verifying Checksum [2023-02-14T02:09:06.424Z] 1469e6f7b9e6: Download complete [2023-02-14T02:09:06.424Z] eaf3925da568: Download complete [2023-02-14T02:09:06.690Z] 339a4e72a1f5: Verifying Checksum [2023-02-14T02:09:06.690Z] 339a4e72a1f5: Download complete [2023-02-14T02:09:06.690Z] bde34c3a00c8: Download complete [2023-02-14T02:09:06.690Z] b352a97aabf1: Download complete [2023-02-14T02:09:06.951Z] 4872d77fe225: Verifying Checksum [2023-02-14T02:09:06.951Z] 4872d77fe225: Download complete [2023-02-14T02:09:06.951Z] 5851b861e8e6: Verifying Checksum [2023-02-14T02:09:06.951Z] 5851b861e8e6: Download complete [2023-02-14T02:09:06.951Z] bab4dde63d76: Verifying Checksum [2023-02-14T02:09:06.951Z] bab4dde63d76: Download complete [2023-02-14T02:09:07.212Z] b85a868b505f: Verifying Checksum [2023-02-14T02:09:07.212Z] b85a868b505f: Download complete [2023-02-14T02:09:08.592Z] b85a868b505f: Pull complete [2023-02-14T02:09:08.853Z] e2be974225ed: Pull complete [2023-02-14T02:09:09.442Z] 339a4e72a1f5: Pull complete [2023-02-14T02:09:09.442Z] 988bab9f4d93: Pull complete [2023-02-14T02:09:09.703Z] 1469e6f7b9e6: Pull complete [2023-02-14T02:09:09.703Z] eaf3925da568: Pull complete [2023-02-14T02:09:11.677Z] bab4dde63d76: Pull complete [2023-02-14T02:09:11.677Z] bde34c3a00c8: Pull complete [2023-02-14T02:09:11.939Z] b352a97aabf1: Pull complete [2023-02-14T02:09:11.939Z] 4872d77fe225: Pull complete [2023-02-14T02:09:11.939Z] 5851b861e8e6: Pull complete [2023-02-14T02:09:12.204Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-14T02:09:12.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:09:12.204Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:09:12.311Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:09:12.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T02:09:14.588Z] $ docker top 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a -eo pid,comm [2023-02-14T02:09:15.053Z] 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). [2023-02-14T02:09:15.053Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T02:09:15.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:09:15.095Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:09:15.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:09:14.927Z] $ docker exec 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent [2023-02-14T02:09:15.345Z] SSH_AUTH_SOCK=/tmp/ssh-b9smb2FyiEZd/agent.33 [2023-02-14T02:09:15.345Z] SSH_AGENT_PID=39 [2023-02-14T02:09:15.352Z] Running ssh-add (command line suppressed) [2023-02-14T02:09:15.159Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5244485437095095547.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5244485437095095547.key) [2023-02-14T02:09:15.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:09:15.766Z] + git tag --points-at HEAD [Pipeline] } [2023-02-14T02:09:15.475Z] $ docker exec --env ******** --env ******** 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent -k [2023-02-14T02:09:15.582Z] unset SSH_AUTH_SOCK; [2023-02-14T02:09:15.583Z] unset SSH_AGENT_PID; [2023-02-14T02:09:15.583Z] echo Agent pid 39 killed; [2023-02-14T02:09:15.899Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-14T02:09:15.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:09:15.925Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:09:16.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:09:15.742Z] $ docker exec 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent [2023-02-14T02:09:16.185Z] SSH_AUTH_SOCK=/tmp/ssh-daPhM9UeKlW0/agent.71 [2023-02-14T02:09:16.185Z] SSH_AGENT_PID=78 [2023-02-14T02:09:16.193Z] Running ssh-add (command line suppressed) [2023-02-14T02:09:15.990Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8620855720585852316.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8620855720585852316.key) [2023-02-14T02:09:16.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:09:16.604Z] + git semver init [2023-02-14T02:09:16.864Z] 2023-02-14 02:09:16,520 [run_init] DEBUG init version:0.0.0 force:False [2023-02-14T02:09:16.864Z] 2023-02-14 02:09:16,521 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-02-14T02:09:16.864Z] 2023-02-14 02:09:16,522 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-02-14T02:09:16.864Z] 2023-02-14 02:09:16,522 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T02:09:31.919Z] 2023-02-14 02:09:30,745 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2023-02-14T02:09:31.919Z] 2023-02-14 02:09:30,746 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False [2023-02-14T02:09:31.919Z] 2023-02-14 02:09:30,746 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:09:31.919Z] 2023-02-14 02:09:30,746 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:09:31.919Z] 3.0.0-dev.5 [Pipeline] } [2023-02-14T02:09:31.692Z] $ docker exec --env ******** --env ******** 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent -k [2023-02-14T02:09:31.794Z] unset SSH_AUTH_SOCK; [2023-02-14T02:09:31.794Z] unset SSH_AGENT_PID; [2023-02-14T02:09:31.794Z] echo Agent pid 78 killed; [2023-02-14T02:09:32.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T02:09:32.431Z] + git semver [Pipeline] } [2023-02-14T02:09:32.439Z] $ docker stop --time=1 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a [2023-02-14T02:09:33.730Z] $ docker rm -f --volumes 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:09:34.406Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-14T02:09:34.622Z] Stashed 1 file(s) [Pipeline] echo [2023-02-14T02:09:34.625Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [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 [2023-02-14T02:09:34.774Z] provisioning config files... [2023-02-14T02:09:34.810Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1160901722487694990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:09:35.056Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5677 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2023-02-14T02:09:35.066Z] Running in /w/workspace/device-rfid-llrp-go/69 [Pipeline] { [Pipeline] checkout [2023-02-14T02:09:35.095Z] Selected Git installation does not exist. Using Default [2023-02-14T02:09:35.095Z] The recommended git tool is: NONE [2023-02-14T02:09:35.211Z] ---> docker-login.sh [2023-02-14T02:09:35.211Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:09:35.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:09:35.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:09:35.211Z] Configure a credential helper to remove this warning. See [2023-02-14T02:09:35.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:09:35.211Z] [2023-02-14T02:09:35.211Z] Login Succeeded [2023-02-14T02:09:35.211Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:09:35.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:09:35.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:09:35.499Z] Configure a credential helper to remove this warning. See [2023-02-14T02:09:35.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:09:35.499Z] [2023-02-14T02:09:35.499Z] Login Succeeded [2023-02-14T02:09:35.499Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:09:35.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:09:36.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:09:36.940Z] Configure a credential helper to remove this warning. See [2023-02-14T02:09:36.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:09:36.940Z] [2023-02-14T02:09:36.940Z] Login Succeeded [2023-02-14T02:09:36.940Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:09:36.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:09:36.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:09:36.940Z] Configure a credential helper to remove this warning. See [2023-02-14T02:09:36.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:09:36.940Z] [2023-02-14T02:09:36.940Z] Login Succeeded [2023-02-14T02:09:36.940Z] docker.io [2023-02-14T02:09:37.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:09:40.793Z] using credential edgex-jenkins-ssh [2023-02-14T02:09:40.813Z] Cloning the remote Git repository [2023-02-14T02:09:40.577Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-14T02:09:40.672Z] > git init /w/workspace/device-rfid-llrp-go/69 # timeout=10 [2023-02-14T02:09:40.867Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-14T02:09:40.868Z] > git --version # timeout=10 [2023-02-14T02:09:40.890Z] > git --version # 'git version 2.25.1' [2023-02-14T02:09:40.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T02:09:40.964Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T02:09:42.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:09:42.670Z] Configure a credential helper to remove this warning. See [2023-02-14T02:09:42.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:09:42.670Z] [2023-02-14T02:09:42.670Z] Login Succeeded [2023-02-14T02:09:42.670Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:09:42.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-14T02:09:42.734Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:09:42.745Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:09:42.751Z] ========================================================= [2023-02-14T02:09:42.752Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-14T02:09:42.752Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:09:43.113Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-14T02:09:43.113Z] Sending build context to Docker daemon 4.105MB [2023-02-14T02:09:43.113Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:09:43.113Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-14T02:09:43.113Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-14T02:09:43.113Z] 213ec9aee27d: Pulling fs layer [2023-02-14T02:09:43.113Z] 4583459ba037: Pulling fs layer [2023-02-14T02:09:43.113Z] 93c1e223e6f2: Pulling fs layer [2023-02-14T02:09:43.113Z] 53926ce57604: Pulling fs layer [2023-02-14T02:09:43.113Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-14T02:09:43.113Z] 22ff95d597cd: Pulling fs layer [2023-02-14T02:09:43.113Z] 53926ce57604: Waiting [2023-02-14T02:09:43.113Z] 12d6caf4c0d1: Pulling fs layer [2023-02-14T02:09:43.113Z] 96b7cbca73a9: Pulling fs layer [2023-02-14T02:09:43.113Z] a7acece74701: Pulling fs layer [2023-02-14T02:09:43.113Z] a7acece74701: Waiting [2023-02-14T02:09:43.113Z] 12d6caf4c0d1: Waiting [2023-02-14T02:09:43.113Z] 21b2b0c7a3f4: Waiting [2023-02-14T02:09:43.113Z] 96b7cbca73a9: Waiting [2023-02-14T02:09:43.113Z] 22ff95d597cd: Waiting [2023-02-14T02:09:43.113Z] 93c1e223e6f2: Verifying Checksum [2023-02-14T02:09:43.113Z] 4583459ba037: Download complete [2023-02-14T02:09:43.113Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-14T02:09:43.113Z] 21b2b0c7a3f4: Download complete [2023-02-14T02:09:43.113Z] 22ff95d597cd: Verifying Checksum [2023-02-14T02:09:43.113Z] 22ff95d597cd: Download complete [2023-02-14T02:09:43.396Z] 213ec9aee27d: Verifying Checksum [2023-02-14T02:09:43.396Z] 213ec9aee27d: Download complete [2023-02-14T02:09:43.396Z] 12d6caf4c0d1: Download complete [2023-02-14T02:09:43.396Z] 213ec9aee27d: Pull complete [2023-02-14T02:09:43.698Z] 4583459ba037: Pull complete [2023-02-14T02:09:43.698Z] 93c1e223e6f2: Pull complete [2023-02-14T02:09:45.580Z] 53926ce57604: Verifying Checksum [2023-02-14T02:09:45.580Z] 53926ce57604: Download complete [2023-02-14T02:09:45.580Z] 96b7cbca73a9: Verifying Checksum [2023-02-14T02:09:45.580Z] 96b7cbca73a9: Download complete [2023-02-14T02:09:47.572Z] a7acece74701: Verifying Checksum [2023-02-14T02:09:47.572Z] a7acece74701: Download complete [2023-02-14T02:09:48.970Z] 53926ce57604: Pull complete [2023-02-14T02:09:48.970Z] 21b2b0c7a3f4: Pull complete [2023-02-14T02:09:48.970Z] 22ff95d597cd: Pull complete [2023-02-14T02:09:48.970Z] 12d6caf4c0d1: Pull complete [2023-02-14T02:09:50.925Z] 96b7cbca73a9: Pull complete [2023-02-14T02:09:51.499Z] a7acece74701: Pull complete [2023-02-14T02:09:51.499Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-14T02:09:51.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T02:09:51.499Z] ---> db6d94c90886 [2023-02-14T02:09:51.499Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:09:54.921Z] ---> Running in 4999afd90d0b [2023-02-14T02:09:54.921Z] Removing intermediate container 4999afd90d0b [2023-02-14T02:09:54.921Z] ---> 609c2050bfc8 [2023-02-14T02:09:54.921Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:09:54.921Z] ---> Running in 6a21da7fe527 [2023-02-14T02:09:54.921Z] Removing intermediate container 6a21da7fe527 [2023-02-14T02:09:54.921Z] ---> dcffb64d8afd [2023-02-14T02:09:54.921Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:09:54.921Z] ---> Running in 1c266a12aa00 [2023-02-14T02:09:54.921Z] Removing intermediate container 1c266a12aa00 [2023-02-14T02:09:54.921Z] ---> d0ce33dade54 [2023-02-14T02:09:54.921Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:09:54.921Z] ---> Running in 0c17cd6fed99 [2023-02-14T02:09:55.230Z] Removing intermediate container 0c17cd6fed99 [2023-02-14T02:09:55.230Z] ---> 2e16b4c77072 [2023-02-14T02:09:55.230Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:09:55.230Z] ---> Running in 7d381cf8799e [2023-02-14T02:09:55.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T02:10:04.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T02:10:24.826Z] Avoid second fetch [2023-02-14T02:10:24.827Z] Checking out Revision c8ddb795451293862e71ea8481bb36f4aa2ad204 (main) [2023-02-14T02:10:25.365Z] Commit message: "refactor: Remove code that loads static provision watchers (#152)" [2023-02-14T02:10:23.696Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-14T02:10:23.717Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T02:10:24.637Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T02:10:24.654Z] > git checkout -f c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T02:10:27.153Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-14T02:10:27.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T02:10:27.153Z] Dload Upload Total Spent Left Speed [2023-02-14T02:10:29.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 12751 100 12751 0 0 6505 0 0:00:01 0:00:01 --:--:-- 6502 [Pipeline] sh [2023-02-14T02:10:29.716Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-14T02:10:30.051Z] + sudo tee /etc/docker/daemon.new [2023-02-14T02:10:30.051Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-14T02:10:30.051Z] { [2023-02-14T02:10:30.051Z] "registry-mirrors": [ [2023-02-14T02:10:30.051Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-14T02:10:30.051Z] ], [2023-02-14T02:10:30.051Z] "bip": "10.250.0.254/24", [2023-02-14T02:10:30.051Z] "hosts": [ [2023-02-14T02:10:30.051Z] "tcp://0.0.0.0:5555", [2023-02-14T02:10:30.051Z] "unix:///var/run/docker.sock" [2023-02-14T02:10:30.051Z] ], [2023-02-14T02:10:30.051Z] "mtu": 1458, [2023-02-14T02:10:30.051Z] "selinux-enabled": true, [2023-02-14T02:10:30.051Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-14T02:10:30.051Z] } [Pipeline] sh [2023-02-14T02:10:30.391Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-14T02:10:30.725Z] + sudo service docker restart [2023-02-14T02:10:36.495Z] OK: 211 MiB in 51 packages [2023-02-14T02:10:36.495Z] Removing intermediate container 7d381cf8799e [2023-02-14T02:10:36.495Z] ---> 4f74e8a42e4d [2023-02-14T02:10:36.495Z] Step 8/12 : WORKDIR /app [2023-02-14T02:10:36.495Z] ---> Running in 7d1dfc6c6c31 [2023-02-14T02:10:36.495Z] Removing intermediate container 7d1dfc6c6c31 [2023-02-14T02:10:36.495Z] ---> d41b7ee29cce [2023-02-14T02:10:36.495Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-14T02:10:36.495Z] ---> 2ed4b3d2ba6d [2023-02-14T02:10:36.495Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:10:36.495Z] ---> Running in 994a31d3615d [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:10:49.012Z] provisioning config files... [2023-02-14T02:10:49.038Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/69@tmp/config18003796395704401729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:10:49.390Z] ---> docker-login.sh [2023-02-14T02:10:49.390Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:10:49.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:10:49.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:10:49.985Z] Configure a credential helper to remove this warning. See [2023-02-14T02:10:49.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:10:49.985Z] [2023-02-14T02:10:49.985Z] Login Succeeded [2023-02-14T02:10:49.985Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:10:50.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:10:50.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:10:50.527Z] Configure a credential helper to remove this warning. See [2023-02-14T02:10:50.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:10:50.527Z] [2023-02-14T02:10:50.527Z] Login Succeeded [2023-02-14T02:10:50.527Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:10:50.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:10:50.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:10:50.796Z] Configure a credential helper to remove this warning. See [2023-02-14T02:10:50.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:10:50.796Z] [2023-02-14T02:10:50.796Z] Login Succeeded [2023-02-14T02:10:50.796Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:10:51.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:10:51.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:10:51.333Z] Configure a credential helper to remove this warning. See [2023-02-14T02:10:51.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:10:51.333Z] [2023-02-14T02:10:51.333Z] Login Succeeded [2023-02-14T02:10:51.333Z] docker.io [2023-02-14T02:10:51.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:10:54.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:10:54.954Z] Configure a credential helper to remove this warning. See [2023-02-14T02:10:54.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:10:54.954Z] [2023-02-14T02:10:54.954Z] Login Succeeded [2023-02-14T02:10:54.954Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:10:54.970Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-14T02:10:55.263Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:10:55.273Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:10:55.280Z] ========================================================= [2023-02-14T02:10:55.280Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-14T02:10:55.280Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:10:55.619Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-14T02:10:55.890Z] Sending build context to Docker daemon 1.217MB [2023-02-14T02:10:55.890Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:10:55.890Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-14T02:10:56.160Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-14T02:10:56.160Z] 9b18e9b68314: Pulling fs layer [2023-02-14T02:10:56.160Z] 35d82f9e3411: Pulling fs layer [2023-02-14T02:10:56.160Z] e16973657156: Pulling fs layer [2023-02-14T02:10:56.160Z] fc693d55d65f: Pulling fs layer [2023-02-14T02:10:56.160Z] 7e9fc2657dce: Pulling fs layer [2023-02-14T02:10:56.160Z] dda99020689f: Pulling fs layer [2023-02-14T02:10:56.160Z] db1c61fa0a46: Pulling fs layer [2023-02-14T02:10:56.160Z] 891c053d2c06: Pulling fs layer [2023-02-14T02:10:56.160Z] dda99020689f: Waiting [2023-02-14T02:10:56.160Z] db1c61fa0a46: Waiting [2023-02-14T02:10:56.160Z] 891c053d2c06: Waiting [2023-02-14T02:10:56.160Z] fc693d55d65f: Waiting [2023-02-14T02:10:56.160Z] 7e9fc2657dce: Waiting [2023-02-14T02:10:56.160Z] e16973657156: Verifying Checksum [2023-02-14T02:10:56.160Z] e16973657156: Download complete [2023-02-14T02:10:56.160Z] 35d82f9e3411: Verifying Checksum [2023-02-14T02:10:56.160Z] 35d82f9e3411: Download complete [2023-02-14T02:10:56.160Z] 7e9fc2657dce: Verifying Checksum [2023-02-14T02:10:56.160Z] 7e9fc2657dce: Download complete [2023-02-14T02:10:56.160Z] dda99020689f: Download complete [2023-02-14T02:10:56.432Z] 9b18e9b68314: Verifying Checksum [2023-02-14T02:10:57.412Z] 9b18e9b68314: Pull complete [2023-02-14T02:10:57.412Z] 891c053d2c06: Verifying Checksum [2023-02-14T02:10:57.412Z] 891c053d2c06: Download complete [2023-02-14T02:10:57.685Z] 35d82f9e3411: Pull complete [2023-02-14T02:10:57.956Z] e16973657156: Pull complete [2023-02-14T02:10:58.566Z] db1c61fa0a46: Download complete [2023-02-14T02:10:59.159Z] fc693d55d65f: Verifying Checksum [2023-02-14T02:10:59.159Z] fc693d55d65f: Download complete [2023-02-14T02:11:11.510Z] fc693d55d65f: Pull complete [2023-02-14T02:11:11.510Z] 7e9fc2657dce: Pull complete [2023-02-14T02:11:11.510Z] dda99020689f: Pull complete [2023-02-14T02:11:18.203Z] db1c61fa0a46: Pull complete [2023-02-14T02:11:19.617Z] 891c053d2c06: Pull complete [2023-02-14T02:11:19.617Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-14T02:11:19.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T02:11:19.617Z] ---> f96f9c87975a [2023-02-14T02:11:19.617Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:11:21.572Z] ---> Running in 579031fa2e26 [2023-02-14T02:11:21.842Z] Removing intermediate container 579031fa2e26 [2023-02-14T02:11:21.842Z] ---> 05e8b77aae51 [2023-02-14T02:11:21.842Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:11:21.842Z] ---> Running in 9d4bfa850683 [2023-02-14T02:11:22.113Z] Removing intermediate container 9d4bfa850683 [2023-02-14T02:11:22.113Z] ---> 4f0c0c799bcc [2023-02-14T02:11:22.113Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:11:22.113Z] ---> Running in 8f9dad9ca992 [2023-02-14T02:11:22.700Z] Removing intermediate container 8f9dad9ca992 [2023-02-14T02:11:22.700Z] ---> fbfb6b13c204 [2023-02-14T02:11:22.700Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:11:22.700Z] ---> Running in 40fe0008a905 [2023-02-14T02:11:22.967Z] Removing intermediate container 40fe0008a905 [2023-02-14T02:11:22.967Z] ---> 6a36d793ac64 [2023-02-14T02:11:22.967Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:11:22.967Z] ---> Running in 2b69c37600ef [2023-02-14T02:11:24.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T02:11:31.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T02:12:17.971Z] OK: 221 MiB in 51 packages [2023-02-14T02:12:17.971Z] Removing intermediate container 2b69c37600ef [2023-02-14T02:12:17.971Z] ---> 4d1c634eb75e [2023-02-14T02:12:17.971Z] Step 8/12 : WORKDIR /app [2023-02-14T02:12:17.971Z] ---> Running in af1f33f8ba69 [2023-02-14T02:12:17.971Z] Removing intermediate container af1f33f8ba69 [2023-02-14T02:12:17.971Z] ---> 04cbfd6ae7a0 [2023-02-14T02:12:17.971Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-14T02:12:17.971Z] ---> cb268516599e [2023-02-14T02:12:17.971Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:12:17.971Z] ---> Running in 642d53b81d76 [2023-02-14T02:18:24.944Z] Removing intermediate container 642d53b81d76 [2023-02-14T02:18:24.944Z] ---> 89334c93048c [2023-02-14T02:18:24.944Z] Step 11/12 : COPY . . [2023-02-14T02:18:24.944Z] ---> f28974458c97 [2023-02-14T02:18:24.944Z] Step 12/12 : RUN $MAKE [2023-02-14T02:18:24.944Z] ---> Running in 31449fd9240a [2023-02-14T02:18:24.944Z] noop [2023-02-14T02:18:25.534Z] Removing intermediate container 31449fd9240a [2023-02-14T02:18:25.534Z] ---> e90dc39e9a5d [2023-02-14T02:18:25.534Z] Successfully built e90dc39e9a5d [2023-02-14T02:18:25.534Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:18:25.895Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T02:18:25.895Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:18:26.084Z] prd-ubuntu20.04-docker-arm64-4c-16g-5677 does not seem to be running inside a container [2023-02-14T02:18:26.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/69 -v /w/workspace/device-rfid-llrp-go/69:/w/workspace/device-rfid-llrp-go/69:rw,z -v /w/workspace/device-rfid-llrp-go/69@tmp:/w/workspace/device-rfid-llrp-go/69@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 ******** ci-base-image-arm64 cat [2023-02-14T02:18:27.330Z] $ docker top 12af871a3293dda6e5b1020f1bfd529c6acee807e580fd89ee67bdd6b54d3992 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:18:28.177Z] + go version [2023-02-14T02:18:28.177Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-14T02:18:28.174Z] $ docker stop --time=1 12af871a3293dda6e5b1020f1bfd529c6acee807e580fd89ee67bdd6b54d3992 [2023-02-14T02:18:31.411Z] $ docker rm -f --volumes 12af871a3293dda6e5b1020f1bfd529c6acee807e580fd89ee67bdd6b54d3992 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:18:32.041Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T02:18:32.041Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:18:32.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-5677 does not seem to be running inside a container [2023-02-14T02:18:32.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/69 -v /w/workspace/device-rfid-llrp-go/69:/w/workspace/device-rfid-llrp-go/69:rw,z -v /w/workspace/device-rfid-llrp-go/69@tmp:/w/workspace/device-rfid-llrp-go/69@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 ******** ci-base-image-arm64 cat [2023-02-14T02:18:33.462Z] $ docker top a86966b36e7f0380c6245990eafbd3da6b034c3fe172aa8d2a82315dc18a93d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:18:34.312Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/69 [Pipeline] fileExists [Pipeline] sh [2023-02-14T02:18:34.961Z] + make test [2023-02-14T02:18:34.961Z] go test ./... -coverprofile=coverage.out ./... [2023-02-14T02:18:36.918Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-14T02:19:44.304Z] Removing intermediate container 994a31d3615d [2023-02-14T02:19:44.304Z] ---> 2d17a6f9edaf [2023-02-14T02:19:44.304Z] Step 11/12 : COPY . . [2023-02-14T02:19:44.304Z] ---> 1bb7bef5401a [2023-02-14T02:19:44.304Z] Step 12/12 : RUN $MAKE [2023-02-14T02:19:44.304Z] ---> Running in 7c287244fe96 [2023-02-14T02:19:44.304Z] noop [2023-02-14T02:19:44.304Z] Removing intermediate container 7c287244fe96 [2023-02-14T02:19:44.304Z] ---> 3e1907c9a8cc [2023-02-14T02:19:44.304Z] Successfully built 3e1907c9a8cc [2023-02-14T02:19:44.304Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:19:44.622Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T02:19:44.622Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:19:44.697Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:19:44.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** ci-base-image-x86_64 cat [2023-02-14T02:19:45.066Z] $ docker top 7705ca6ff180d9c2666f0f491b0bf7fd1827b1d10d2ed4c8fa5d294d6d6d7ea6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:19:45.475Z] + go version [2023-02-14T02:19:45.475Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-14T02:19:45.417Z] $ docker stop --time=1 7705ca6ff180d9c2666f0f491b0bf7fd1827b1d10d2ed4c8fa5d294d6d6d7ea6 [2023-02-14T02:19:46.671Z] $ docker rm -f --volumes 7705ca6ff180d9c2666f0f491b0bf7fd1827b1d10d2ed4c8fa5d294d6d6d7ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:19:47.194Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T02:19:47.194Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:19:47.644Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:19:47.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** ci-base-image-x86_64 cat [2023-02-14T02:19:48.277Z] $ docker top 0e97bc5db2cd029ad4582c6b56a479ebed9b47b6b64300561e2151eff4477091 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:19:48.733Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-14T02:19:49.086Z] + make test [2023-02-14T02:19:49.086Z] go test ./... -coverprofile=coverage.out ./... [2023-02-14T02:19:49.344Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-14T02:19:59.337Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-14T02:19:59.337Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-14T02:20:02.625Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.462s coverage: 40.7% of statements [2023-02-14T02:20:02.625Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 52.0% of statements [2023-02-14T02:20:02.625Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.013s coverage: 95.5% of statements [2023-02-14T02:20:09.293Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-14T02:20:09.551Z] go vet ./... [2023-02-14T02:20:13.168Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T02:20:13.168Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T02:20:13.168Z] ./bin/test-attribution-txt.sh [2023-02-14T02:20:13.168Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-14T02:20:13.168Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-14T02:20:13.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T02:20:13.141Z] $ docker stop --time=1 0e97bc5db2cd029ad4582c6b56a479ebed9b47b6b64300561e2151eff4477091 [2023-02-14T02:20:13.577Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-14T02:20:13.577Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-14T02:20:14.589Z] $ docker rm -f --volumes 0e97bc5db2cd029ad4582c6b56a479ebed9b47b6b64300561e2151eff4477091 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:20:15.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T02:20:15.203Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-14T02:20:15.632Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-14T02:20:15.934Z] + ls -al . [2023-02-14T02:20:15.934Z] total 632 [2023-02-14T02:20:15.934Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 02:19 . [2023-02-14T02:20:15.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:08 .. [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:08 .dockerignore [2023-02-14T02:20:15.934Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:20 .git [2023-02-14T02:20:15.934Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:08 .github [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:08 .gitignore [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:08 .golangci.yml [2023-02-14T02:20:15.934Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:09 .semver [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:08 Attribution.txt [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:08 CHANGELOG.md [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:08 Dockerfile [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:08 GOVERNANCE.md [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:08 Jenkinsfile [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:08 LICENSE [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:08 Makefile [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:08 OWNERS.md [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:08 README.md [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 14 02:09 VERSION [2023-02-14T02:20:15.934Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:08 bin [2023-02-14T02:20:15.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:08 cmd [2023-02-14T02:20:15.934Z] -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:20 coverage.out [2023-02-14T02:20:15.934Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:08 examples [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:08 go.mod [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:08 go.sum [2023-02-14T02:20:15.934Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:08 images [2023-02-14T02:20:15.934Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:08 internal [2023-02-14T02:20:15.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:08 snap [2023-02-14T02:20:15.934Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:20:16.237Z] + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 --label arch=amd64 --label version=3.0.0-dev.5 . [2023-02-14T02:20:16.237Z] Sending build context to Docker daemon 4.105MB [2023-02-14T02:20:16.237Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:20:16.237Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-14T02:20:16.237Z] ---> 3e1907c9a8cc [2023-02-14T02:20:16.237Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:20:16.237Z] ---> Running in 6fa390333f22 [2023-02-14T02:20:16.496Z] Removing intermediate container 6fa390333f22 [2023-02-14T02:20:16.496Z] ---> 61e6f3ff1c41 [2023-02-14T02:20:16.496Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:20:16.496Z] ---> Running in 1e64a20dc706 [2023-02-14T02:20:16.496Z] Removing intermediate container 1e64a20dc706 [2023-02-14T02:20:16.496Z] ---> 622acfd4434d [2023-02-14T02:20:16.496Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:20:16.496Z] ---> Running in 9eb1d6ca744d [2023-02-14T02:20:16.496Z] Removing intermediate container 9eb1d6ca744d [2023-02-14T02:20:16.496Z] ---> 38cac1942a0c [2023-02-14T02:20:16.496Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:20:16.496Z] ---> Running in cc2f56aa27cb [2023-02-14T02:20:16.496Z] Removing intermediate container cc2f56aa27cb [2023-02-14T02:20:16.496Z] ---> 586acdb85722 [2023-02-14T02:20:16.496Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:20:16.754Z] ---> Running in d49cc4adc42a [2023-02-14T02:20:17.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T02:20:18.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T02:20:25.046Z] OK: 211 MiB in 51 packages [2023-02-14T02:20:25.046Z] Removing intermediate container d49cc4adc42a [2023-02-14T02:20:25.046Z] ---> ba64c5e1c803 [2023-02-14T02:20:25.046Z] Step 8/24 : WORKDIR /app [2023-02-14T02:20:25.046Z] ---> Running in fb2a4d76eabe [2023-02-14T02:20:25.046Z] Removing intermediate container fb2a4d76eabe [2023-02-14T02:20:25.046Z] ---> 67bbde4ca71a [2023-02-14T02:20:25.046Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-14T02:20:25.046Z] ---> 279974bcf41d [2023-02-14T02:20:25.046Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:20:25.046Z] ---> Running in 46d6dba9af76 [2023-02-14T02:20:25.995Z] Removing intermediate container 46d6dba9af76 [2023-02-14T02:20:25.995Z] ---> 0b808d3ca1f1 [2023-02-14T02:20:25.995Z] Step 11/24 : COPY . . [2023-02-14T02:20:25.995Z] ---> 573af2c432d9 [2023-02-14T02:20:25.995Z] Step 12/24 : RUN $MAKE [2023-02-14T02:20:25.995Z] ---> Running in 342809fe8d77 [2023-02-14T02:20:26.253Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-02-14T02:20:40.269Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.802s coverage: 40.7% of statements [2023-02-14T02:20:40.269Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.483s coverage: 52.0% of statements [2023-02-14T02:20:40.269Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.061s coverage: 94.6% of statements [2023-02-14T02:20:40.269Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-14T02:20:40.269Z] go vet ./... [2023-02-14T02:20:44.394Z] Removing intermediate container 342809fe8d77 [2023-02-14T02:20:44.394Z] ---> 8ef1c2db4262 [2023-02-14T02:20:44.394Z] Step 13/24 : FROM alpine:3.16 [2023-02-14T02:20:49.678Z] 3.16: Pulling from library/alpine [2023-02-14T02:20:51.107Z] ef5531b6e74e: Pulling fs layer [2023-02-14T02:20:57.698Z] ef5531b6e74e: Verifying Checksum [2023-02-14T02:20:57.698Z] ef5531b6e74e: Download complete [2023-02-14T02:20:57.698Z] ef5531b6e74e: Pull complete [2023-02-14T02:20:57.698Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T02:20:57.698Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T02:20:57.698Z] ---> dfd21b5a31f5 [2023-02-14T02:20:57.698Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-14T02:20:57.698Z] ---> Running in 79cd7436af98 [2023-02-14T02:20:57.698Z] Removing intermediate container 79cd7436af98 [2023-02-14T02:20:57.698Z] ---> d45ae003032b [2023-02-14T02:20:57.698Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-14T02:20:57.698Z] ---> Running in 07e783c3f8f0 [2023-02-14T02:20:57.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T02:21:00.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T02:21:02.380Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T02:21:02.380Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T02:21:02.380Z] ./bin/test-attribution-txt.sh [2023-02-14T02:21:02.380Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-14T02:21:02.380Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-14T02:21:02.398Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T02:21:02.394Z] $ docker stop --time=1 a86966b36e7f0380c6245990eafbd3da6b034c3fe172aa8d2a82315dc18a93d5 [2023-02-14T02:21:04.190Z] $ docker rm -f --volumes a86966b36e7f0380c6245990eafbd3da6b034c3fe172aa8d2a82315dc18a93d5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:21:05.155Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T02:21:05.179Z] Warning: overwriting stash ‘coverage-report’ [2023-02-14T02:21:05.529Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T02:21:05.529Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T02:21:05.529Z] OK: 6 MiB in 15 packages [2023-02-14T02:21:05.529Z] Removing intermediate container 07e783c3f8f0 [2023-02-14T02:21:05.529Z] ---> ea234ef51b8e [2023-02-14T02:21:05.529Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-14T02:21:05.788Z] ---> da4cd5e48706 [2023-02-14T02:21:05.788Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-14T02:21:05.788Z] ---> ac380bc8e062 [2023-02-14T02:21:05.788Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-14T02:21:05.861Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T02:21:06.245Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-14T02:21:06.357Z] ---> ec2fb3c9af01 [2023-02-14T02:21:06.357Z] Step 19/24 : EXPOSE 59989 [2023-02-14T02:21:06.571Z] + ls -al . [2023-02-14T02:21:06.571Z] total 628 [2023-02-14T02:21:06.571Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 14 02:18 . [2023-02-14T02:21:06.571Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:09 .. [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:10 .dockerignore [2023-02-14T02:21:06.571Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:10 .git [2023-02-14T02:21:06.571Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:10 .github [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:10 .gitignore [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:10 .golangci.yml [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:10 Attribution.txt [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:10 CHANGELOG.md [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:10 Dockerfile [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:10 GOVERNANCE.md [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:10 Jenkinsfile [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:10 LICENSE [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:10 Makefile [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:10 OWNERS.md [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:10 README.md [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 14 02:09 VERSION [2023-02-14T02:21:06.571Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:10 bin [2023-02-14T02:21:06.571Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:10 cmd [2023-02-14T02:21:06.571Z] -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:20 coverage.out [2023-02-14T02:21:06.571Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:10 examples [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:10 go.mod [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:10 go.sum [2023-02-14T02:21:06.571Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:10 images [2023-02-14T02:21:06.571Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:10 internal [2023-02-14T02:21:06.571Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:10 snap [2023-02-14T02:21:06.571Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:06.616Z] ---> Running in 448a561e7459 [2023-02-14T02:21:06.616Z] Removing intermediate container 448a561e7459 [2023-02-14T02:21:06.616Z] ---> 9860087964d4 [2023-02-14T02:21:06.616Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-14T02:21:06.616Z] ---> Running in 152b24a35011 [2023-02-14T02:21:06.616Z] Removing intermediate container 152b24a35011 [2023-02-14T02:21:06.616Z] ---> 6b4ea916ea5b [2023-02-14T02:21:06.616Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T02:21:06.616Z] ---> Running in 72bf4adca147 [2023-02-14T02:21:06.616Z] Removing intermediate container 72bf4adca147 [2023-02-14T02:21:06.616Z] ---> 359ba1bfe80f [2023-02-14T02:21:06.616Z] Step 22/24 : LABEL arch=amd64 [2023-02-14T02:21:06.616Z] ---> Running in f61a870a446d [2023-02-14T02:21:06.875Z] Removing intermediate container f61a870a446d [2023-02-14T02:21:06.875Z] ---> d8ec6e9ba3e5 [2023-02-14T02:21:06.875Z] Step 23/24 : LABEL git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:21:06.875Z] ---> Running in b2962a9f1124 [2023-02-14T02:21:06.875Z] Removing intermediate container b2962a9f1124 [2023-02-14T02:21:06.875Z] ---> b32671151ab3 [2023-02-14T02:21:06.875Z] Step 24/24 : LABEL version=3.0.0-dev.5 [2023-02-14T02:21:06.875Z] ---> Running in 764874c19d5e [2023-02-14T02:21:06.875Z] Removing intermediate container 764874c19d5e [2023-02-14T02:21:06.875Z] ---> b1557112ecaa [2023-02-14T02:21:06.875Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-14T02:21:06.875Z] Successfully built b1557112ecaa [2023-02-14T02:21:06.875Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2023-02-14T02:21:06.915Z] + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 --label arch=arm64 --label version=3.0.0-dev.5 . [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:21:06.992Z] provisioning config files... [2023-02-14T02:21:07.001Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2278044412991999269tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:21:07.187Z] Sending build context to Docker daemon 1.217MB [2023-02-14T02:21:07.187Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:21:07.187Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-14T02:21:07.187Z] ---> e90dc39e9a5d [2023-02-14T02:21:07.187Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:21:07.187Z] ---> Running in e6f292911baf [2023-02-14T02:21:07.309Z] ---> docker-login.sh [2023-02-14T02:21:07.309Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:21:07.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:21:07.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:21:07.309Z] Configure a credential helper to remove this warning. See [2023-02-14T02:21:07.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:21:07.309Z] [2023-02-14T02:21:07.309Z] Login Succeeded [2023-02-14T02:21:07.309Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:21:07.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:21:07.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:21:07.309Z] Configure a credential helper to remove this warning. See [2023-02-14T02:21:07.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:21:07.309Z] [2023-02-14T02:21:07.309Z] Login Succeeded [2023-02-14T02:21:07.309Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:21:07.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:21:07.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:21:07.567Z] Configure a credential helper to remove this warning. See [2023-02-14T02:21:07.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:21:07.567Z] [2023-02-14T02:21:07.567Z] Login Succeeded [2023-02-14T02:21:07.567Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:21:07.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:21:07.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:21:07.567Z] Configure a credential helper to remove this warning. See [2023-02-14T02:21:07.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:21:07.567Z] [2023-02-14T02:21:07.567Z] Login Succeeded [2023-02-14T02:21:07.567Z] docker.io [2023-02-14T02:21:07.771Z] Removing intermediate container e6f292911baf [2023-02-14T02:21:07.771Z] ---> 2e47c54383bc [2023-02-14T02:21:07.771Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:21:07.771Z] ---> Running in aea642562d9a [2023-02-14T02:21:07.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:21:08.038Z] Removing intermediate container aea642562d9a [2023-02-14T02:21:08.038Z] ---> f14c23a45a90 [2023-02-14T02:21:08.038Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:21:08.038Z] ---> Running in b9563d6f2082 [2023-02-14T02:21:08.314Z] Removing intermediate container b9563d6f2082 [2023-02-14T02:21:08.315Z] ---> 16412b3ad2fc [2023-02-14T02:21:08.315Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:21:08.587Z] ---> Running in e442f86fa924 [2023-02-14T02:21:08.859Z] Removing intermediate container e442f86fa924 [2023-02-14T02:21:08.859Z] ---> e85ebdc4f39a [2023-02-14T02:21:08.859Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:21:08.859Z] ---> Running in 9ca0815403bb [2023-02-14T02:21:09.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T02:21:11.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:21:11.112Z] Configure a credential helper to remove this warning. See [2023-02-14T02:21:11.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:21:11.112Z] [2023-02-14T02:21:11.112Z] Login Succeeded [2023-02-14T02:21:11.112Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:21:11.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T02:21:11.145Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:21:11.170Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2023-02-14T02:21:11.170Z] c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:21:11.170Z] latest [2023-02-14T02:21:11.170Z] 3.0.0-dev.5 [2023-02-14T02:21:11.170Z] c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [2023-02-14T02:21:11.170Z] main [2023-02-14T02:21:11.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:11.501Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:11.813Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:21:11.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-02-14T02:21:11.813Z] 92127cac5058: Preparing [2023-02-14T02:21:11.813Z] 7bc7afcdc1c7: Preparing [2023-02-14T02:21:11.813Z] 8c73bb180ae0: Preparing [2023-02-14T02:21:11.813Z] 753cd2087529: Preparing [2023-02-14T02:21:11.813Z] aa5968d388b8: Preparing [2023-02-14T02:21:11.813Z] aa5968d388b8: Layer already exists [2023-02-14T02:21:11.813Z] 7bc7afcdc1c7: Pushed [2023-02-14T02:21:11.813Z] 8c73bb180ae0: Pushed [2023-02-14T02:21:11.813Z] 753cd2087529: Pushed [2023-02-14T02:21:14.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T02:21:14.398Z] 92127cac5058: Pushed [2023-02-14T02:21:14.398Z] c8ddb795451293862e71ea8481bb36f4aa2ad204: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:14.716Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:15.040Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-02-14T02:21:15.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-02-14T02:21:15.328Z] 92127cac5058: Preparing [2023-02-14T02:21:15.328Z] 7bc7afcdc1c7: Preparing [2023-02-14T02:21:15.328Z] 8c73bb180ae0: Preparing [2023-02-14T02:21:15.328Z] 753cd2087529: Preparing [2023-02-14T02:21:15.328Z] aa5968d388b8: Preparing [2023-02-14T02:21:15.328Z] aa5968d388b8: Layer already exists [2023-02-14T02:21:15.328Z] 92127cac5058: Layer already exists [2023-02-14T02:21:15.328Z] 8c73bb180ae0: Layer already exists [2023-02-14T02:21:15.328Z] 753cd2087529: Layer already exists [2023-02-14T02:21:15.328Z] 7bc7afcdc1c7: Layer already exists [2023-02-14T02:21:15.328Z] latest: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:15.641Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:15.955Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.5 [2023-02-14T02:21:15.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-02-14T02:21:15.955Z] 92127cac5058: Preparing [2023-02-14T02:21:15.955Z] 7bc7afcdc1c7: Preparing [2023-02-14T02:21:15.955Z] 8c73bb180ae0: Preparing [2023-02-14T02:21:15.955Z] 753cd2087529: Preparing [2023-02-14T02:21:15.955Z] aa5968d388b8: Preparing [2023-02-14T02:21:15.955Z] aa5968d388b8: Layer already exists [2023-02-14T02:21:15.955Z] 753cd2087529: Layer already exists [2023-02-14T02:21:15.955Z] 7bc7afcdc1c7: Layer already exists [2023-02-14T02:21:15.955Z] 92127cac5058: Layer already exists [2023-02-14T02:21:15.955Z] 8c73bb180ae0: Layer already exists [2023-02-14T02:21:15.955Z] 3.0.0-dev.5: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:16.264Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:16.568Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [2023-02-14T02:21:16.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-02-14T02:21:16.568Z] 92127cac5058: Preparing [2023-02-14T02:21:16.568Z] 7bc7afcdc1c7: Preparing [2023-02-14T02:21:16.568Z] 8c73bb180ae0: Preparing [2023-02-14T02:21:16.568Z] 753cd2087529: Preparing [2023-02-14T02:21:16.568Z] aa5968d388b8: Preparing [2023-02-14T02:21:16.568Z] 7bc7afcdc1c7: Layer already exists [2023-02-14T02:21:16.568Z] 92127cac5058: Layer already exists [2023-02-14T02:21:16.568Z] aa5968d388b8: Layer already exists [2023-02-14T02:21:16.568Z] 753cd2087529: Layer already exists [2023-02-14T02:21:17.135Z] 8c73bb180ae0: Layer already exists [2023-02-14T02:21:17.135Z] c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:17.490Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:17.898Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2023-02-14T02:21:17.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-02-14T02:21:17.898Z] 92127cac5058: Preparing [2023-02-14T02:21:17.898Z] 7bc7afcdc1c7: Preparing [2023-02-14T02:21:17.898Z] 8c73bb180ae0: Preparing [2023-02-14T02:21:17.898Z] 753cd2087529: Preparing [2023-02-14T02:21:17.898Z] aa5968d388b8: Preparing [2023-02-14T02:21:17.898Z] 753cd2087529: Layer already exists [2023-02-14T02:21:17.898Z] 8c73bb180ae0: Layer already exists [2023-02-14T02:21:17.898Z] 7bc7afcdc1c7: Layer already exists [2023-02-14T02:21:17.898Z] aa5968d388b8: Layer already exists [2023-02-14T02:21:17.898Z] 92127cac5058: Layer already exists [2023-02-14T02:21:17.898Z] main: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T02:21:17.948Z] ===================================================== [Pipeline] echo [2023-02-14T02:21:17.957Z] taggedImages: [2023-02-14T02:21:17.957Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:21:17.957Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-02-14T02:21:17.957Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.5 [2023-02-14T02:21:17.957Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [2023-02-14T02:21:17.957Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // script [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 [2023-02-14T02:21:18.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:21:18.339Z] [2023-02-14T02:21:18.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:21:18.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:21:18.645Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-14T02:21:18.645Z] 5eb5b503b376: Pulling fs layer [2023-02-14T02:21:18.645Z] 5c69ac0246d0: Pulling fs layer [2023-02-14T02:21:18.645Z] ec43610c2a17: Pulling fs layer [2023-02-14T02:21:18.645Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-14T02:21:18.645Z] 33b1e0a273af: Pulling fs layer [2023-02-14T02:21:18.645Z] 5d3b04190fa2: Pulling fs layer [2023-02-14T02:21:18.645Z] 2f39f015ded8: Pulling fs layer [2023-02-14T02:21:18.645Z] 33b1e0a273af: Waiting [2023-02-14T02:21:18.645Z] 5d3b04190fa2: Waiting [2023-02-14T02:21:18.645Z] 2f39f015ded8: Waiting [2023-02-14T02:21:18.645Z] 3a2ae6a8a46f: Waiting [2023-02-14T02:21:18.645Z] 5c69ac0246d0: Verifying Checksum [2023-02-14T02:21:18.645Z] 5c69ac0246d0: Download complete [2023-02-14T02:21:18.645Z] 3a2ae6a8a46f: Download complete [2023-02-14T02:21:18.909Z] 33b1e0a273af: Verifying Checksum [2023-02-14T02:21:18.909Z] 33b1e0a273af: Download complete [2023-02-14T02:21:18.909Z] 5d3b04190fa2: Verifying Checksum [2023-02-14T02:21:18.909Z] 5d3b04190fa2: Download complete [2023-02-14T02:21:18.909Z] ec43610c2a17: Verifying Checksum [2023-02-14T02:21:18.909Z] ec43610c2a17: Download complete [2023-02-14T02:21:19.165Z] 5eb5b503b376: Verifying Checksum [2023-02-14T02:21:19.165Z] 5eb5b503b376: Download complete [2023-02-14T02:21:20.097Z] 5eb5b503b376: Pull complete [2023-02-14T02:21:20.097Z] 5c69ac0246d0: Pull complete [2023-02-14T02:21:20.661Z] 2f39f015ded8: Download complete [2023-02-14T02:21:20.661Z] ec43610c2a17: Pull complete [2023-02-14T02:21:20.661Z] 3a2ae6a8a46f: Pull complete [2023-02-14T02:21:20.918Z] 33b1e0a273af: Pull complete [2023-02-14T02:21:20.918Z] 5d3b04190fa2: Pull complete [2023-02-14T02:21:25.122Z] 2f39f015ded8: Pull complete [2023-02-14T02:21:25.122Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-14T02:21:25.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:21:25.122Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:21:25.201Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:21:25.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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-lftools-log-publisher:latest cat [2023-02-14T02:21:26.422Z] OK: 221 MiB in 51 packages [2023-02-14T02:21:26.422Z] Removing intermediate container 9ca0815403bb [2023-02-14T02:21:26.422Z] ---> d8b599e6baa1 [2023-02-14T02:21:26.422Z] Step 8/24 : WORKDIR /app [2023-02-14T02:21:26.422Z] ---> Running in 2be0488bb345 [2023-02-14T02:21:26.690Z] Removing intermediate container 2be0488bb345 [2023-02-14T02:21:26.690Z] ---> 088ae86e8515 [2023-02-14T02:21:26.690Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-14T02:21:27.274Z] ---> c7c75eac858d [2023-02-14T02:21:27.275Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:21:27.275Z] ---> Running in 8d41ab0854f8 [2023-02-14T02:21:28.240Z] $ docker top 800b893dda37d32ccb9981271b16e9b38c9624980d5f6cae68ac3049f2c36b1f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:21:28.650Z] ---> job-cost.sh [2023-02-14T02:21:28.650Z] lf-activate-venv: SKIPPING [2023-02-14T02:21:28.650Z] INFO: No Stack... [2023-02-14T02:21:29.860Z] Removing intermediate container 8d41ab0854f8 [2023-02-14T02:21:29.860Z] ---> e20dbc7a45b1 [2023-02-14T02:21:29.860Z] Step 11/24 : COPY . . [2023-02-14T02:21:30.056Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T02:21:30.056Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T02:21:30.342Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2023-02-14T02:21:30.342Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T02:21:30.357Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [2023-02-14T02:21:30.363Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] did not exist. Created. [2023-02-14T02:21:30.363Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T02:21:30.668Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-14T02:21:30.692Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T02:21:30.698Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T02:21:30.680Z] $ docker stop --time=1 800b893dda37d32ccb9981271b16e9b38c9624980d5f6cae68ac3049f2c36b1f [2023-02-14T02:21:30.834Z] ---> 10504a544aa6 [2023-02-14T02:21:30.834Z] Step 12/24 : RUN $MAKE [2023-02-14T02:21:30.834Z] ---> Running in f5be821f82fc [2023-02-14T02:21:31.793Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-02-14T02:21:31.819Z] $ docker rm -f --volumes 800b893dda37d32ccb9981271b16e9b38c9624980d5f6cae68ac3049f2c36b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-14T02:23:39.212Z] Removing intermediate container f5be821f82fc [2023-02-14T02:23:39.212Z] ---> 4f484d4fe164 [2023-02-14T02:23:39.212Z] Step 13/24 : FROM alpine:3.16 [2023-02-14T02:23:39.212Z] 3.16: Pulling from library/alpine [2023-02-14T02:23:39.212Z] 3760b48202b3: Pulling fs layer [2023-02-14T02:23:39.212Z] 3760b48202b3: Download complete [2023-02-14T02:23:39.499Z] 3760b48202b3: Pull complete [2023-02-14T02:23:39.499Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T02:23:39.499Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T02:23:39.499Z] ---> 4c81e5bf8899 [2023-02-14T02:23:39.499Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-14T02:23:39.499Z] ---> Running in 9644089a8693 [2023-02-14T02:23:39.775Z] Removing intermediate container 9644089a8693 [2023-02-14T02:23:39.775Z] ---> 4fa7a7ccb602 [2023-02-14T02:23:39.775Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-14T02:23:40.058Z] ---> Running in ad8b9353fc06 [2023-02-14T02:23:41.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T02:23:44.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T02:24:06.435Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T02:24:06.435Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T02:24:06.435Z] OK: 5 MiB in 15 packages [2023-02-14T02:24:06.704Z] Removing intermediate container ad8b9353fc06 [2023-02-14T02:24:06.704Z] ---> ac6e67e8e06b [2023-02-14T02:24:06.704Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-14T02:24:07.290Z] ---> 50b8bce4a31c [2023-02-14T02:24:07.290Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-14T02:24:07.876Z] ---> 445ba4445388 [2023-02-14T02:24:07.876Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-14T02:24:09.302Z] ---> 3331b2cda01f [2023-02-14T02:24:09.302Z] Step 19/24 : EXPOSE 59989 [2023-02-14T02:24:09.302Z] ---> Running in 13ae5e361e98 [2023-02-14T02:24:09.571Z] Removing intermediate container 13ae5e361e98 [2023-02-14T02:24:09.571Z] ---> 942d98368b08 [2023-02-14T02:24:09.571Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-14T02:24:09.843Z] ---> Running in bf37528c7a0f [2023-02-14T02:24:10.112Z] Removing intermediate container bf37528c7a0f [2023-02-14T02:24:10.112Z] ---> cebccd07096b [2023-02-14T02:24:10.112Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T02:24:10.112Z] ---> Running in 88acbb1478c9 [2023-02-14T02:24:10.381Z] Removing intermediate container 88acbb1478c9 [2023-02-14T02:24:10.381Z] ---> b35a7525f3aa [2023-02-14T02:24:10.381Z] Step 22/24 : LABEL arch=arm64 [2023-02-14T02:24:10.648Z] ---> Running in 58f90bb531ee [2023-02-14T02:24:10.916Z] Removing intermediate container 58f90bb531ee [2023-02-14T02:24:10.916Z] ---> 353ebe93ea5f [2023-02-14T02:24:10.916Z] Step 23/24 : LABEL git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:24:10.916Z] ---> Running in bef580a07829 [2023-02-14T02:24:11.186Z] Removing intermediate container bef580a07829 [2023-02-14T02:24:11.186Z] ---> f5979bfaba00 [2023-02-14T02:24:11.186Z] Step 24/24 : LABEL version=3.0.0-dev.5 [2023-02-14T02:24:11.454Z] ---> Running in b57f25219a4f [2023-02-14T02:24:11.723Z] Removing intermediate container b57f25219a4f [2023-02-14T02:24:11.723Z] ---> c37a1c8cec28 [2023-02-14T02:24:11.723Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-14T02:24:11.723Z] Successfully built c37a1c8cec28 [2023-02-14T02:24:11.723Z] Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:24:11.811Z] provisioning config files... [2023-02-14T02:24:11.827Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/69@tmp/config6827531717347271249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:24:12.166Z] ---> docker-login.sh [2023-02-14T02:24:12.166Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:24:12.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:24:12.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:24:12.435Z] Configure a credential helper to remove this warning. See [2023-02-14T02:24:12.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:24:12.435Z] [2023-02-14T02:24:12.435Z] Login Succeeded [2023-02-14T02:24:12.435Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:24:12.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:24:12.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:24:12.970Z] Configure a credential helper to remove this warning. See [2023-02-14T02:24:12.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:24:12.970Z] [2023-02-14T02:24:12.970Z] Login Succeeded [2023-02-14T02:24:12.970Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:24:13.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:24:13.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:24:13.508Z] Configure a credential helper to remove this warning. See [2023-02-14T02:24:13.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:24:13.508Z] [2023-02-14T02:24:13.508Z] Login Succeeded [2023-02-14T02:24:13.508Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:24:13.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:24:13.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:24:13.777Z] Configure a credential helper to remove this warning. See [2023-02-14T02:24:13.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:24:13.777Z] [2023-02-14T02:24:13.777Z] Login Succeeded [2023-02-14T02:24:13.777Z] docker.io [2023-02-14T02:24:14.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:24:14.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:24:14.998Z] Configure a credential helper to remove this warning. See [2023-02-14T02:24:14.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:24:14.998Z] [2023-02-14T02:24:14.998Z] Login Succeeded [2023-02-14T02:24:14.998Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:24:15.010Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T02:24:15.045Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:24:15.061Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2023-02-14T02:24:15.061Z] c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:24:15.061Z] latest [2023-02-14T02:24:15.061Z] 3.0.0-dev.5 [2023-02-14T02:24:15.061Z] c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [2023-02-14T02:24:15.061Z] main [2023-02-14T02:24:15.061Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:15.401Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:15.750Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:24:15.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-02-14T02:24:15.750Z] f77f57f298ba: Preparing [2023-02-14T02:24:15.750Z] df5259c33b74: Preparing [2023-02-14T02:24:15.750Z] 594d9e52c19e: Preparing [2023-02-14T02:24:15.750Z] bc12aeb6ad87: Preparing [2023-02-14T02:24:15.750Z] f70ee36035b9: Preparing [2023-02-14T02:24:15.750Z] f70ee36035b9: Layer already exists [2023-02-14T02:24:16.357Z] df5259c33b74: Pushed [2023-02-14T02:24:16.357Z] 594d9e52c19e: Pushed [2023-02-14T02:24:16.357Z] bc12aeb6ad87: Pushed [2023-02-14T02:24:21.755Z] f77f57f298ba: Pushed [2023-02-14T02:24:21.755Z] c8ddb795451293862e71ea8481bb36f4aa2ad204: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:22.139Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:22.491Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-02-14T02:24:22.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-02-14T02:24:22.491Z] f77f57f298ba: Preparing [2023-02-14T02:24:22.491Z] df5259c33b74: Preparing [2023-02-14T02:24:22.491Z] 594d9e52c19e: Preparing [2023-02-14T02:24:22.491Z] bc12aeb6ad87: Preparing [2023-02-14T02:24:22.491Z] f70ee36035b9: Preparing [2023-02-14T02:24:22.491Z] bc12aeb6ad87: Layer already exists [2023-02-14T02:24:22.491Z] df5259c33b74: Layer already exists [2023-02-14T02:24:22.491Z] f70ee36035b9: Layer already exists [2023-02-14T02:24:22.491Z] f77f57f298ba: Layer already exists [2023-02-14T02:24:22.491Z] 594d9e52c19e: Layer already exists [2023-02-14T02:24:22.757Z] latest: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:23.114Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:23.479Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.5 [2023-02-14T02:24:23.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-02-14T02:24:23.479Z] f77f57f298ba: Preparing [2023-02-14T02:24:23.479Z] df5259c33b74: Preparing [2023-02-14T02:24:23.479Z] 594d9e52c19e: Preparing [2023-02-14T02:24:23.479Z] bc12aeb6ad87: Preparing [2023-02-14T02:24:23.479Z] f70ee36035b9: Preparing [2023-02-14T02:24:23.479Z] bc12aeb6ad87: Layer already exists [2023-02-14T02:24:23.479Z] 594d9e52c19e: Layer already exists [2023-02-14T02:24:23.479Z] f77f57f298ba: Layer already exists [2023-02-14T02:24:23.479Z] f70ee36035b9: Layer already exists [2023-02-14T02:24:23.479Z] df5259c33b74: Layer already exists [2023-02-14T02:24:23.751Z] 3.0.0-dev.5: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:24.094Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:24.442Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [2023-02-14T02:24:24.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-02-14T02:24:24.442Z] f77f57f298ba: Preparing [2023-02-14T02:24:24.442Z] df5259c33b74: Preparing [2023-02-14T02:24:24.442Z] 594d9e52c19e: Preparing [2023-02-14T02:24:24.442Z] bc12aeb6ad87: Preparing [2023-02-14T02:24:24.442Z] f70ee36035b9: Preparing [2023-02-14T02:24:24.442Z] 594d9e52c19e: Layer already exists [2023-02-14T02:24:24.442Z] f70ee36035b9: Layer already exists [2023-02-14T02:24:24.442Z] f77f57f298ba: Layer already exists [2023-02-14T02:24:24.442Z] df5259c33b74: Layer already exists [2023-02-14T02:24:24.442Z] bc12aeb6ad87: Layer already exists [2023-02-14T02:24:24.442Z] c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:24.786Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:25.123Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2023-02-14T02:24:25.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-02-14T02:24:25.123Z] f77f57f298ba: Preparing [2023-02-14T02:24:25.123Z] df5259c33b74: Preparing [2023-02-14T02:24:25.123Z] 594d9e52c19e: Preparing [2023-02-14T02:24:25.123Z] bc12aeb6ad87: Preparing [2023-02-14T02:24:25.123Z] f70ee36035b9: Preparing [2023-02-14T02:24:25.123Z] bc12aeb6ad87: Layer already exists [2023-02-14T02:24:25.123Z] 594d9e52c19e: Layer already exists [2023-02-14T02:24:25.123Z] f70ee36035b9: Layer already exists [2023-02-14T02:24:25.123Z] df5259c33b74: Layer already exists [2023-02-14T02:24:25.123Z] f77f57f298ba: Layer already exists [2023-02-14T02:24:25.388Z] main: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T02:24:25.433Z] ===================================================== [Pipeline] echo [2023-02-14T02:24:25.439Z] taggedImages: [2023-02-14T02:24:25.439Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204 [2023-02-14T02:24:25.439Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-02-14T02:24:25.439Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.5 [2023-02-14T02:24:25.439Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [2023-02-14T02:24:25.439Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:25.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T02:24:25.803Z] [2023-02-14T02:24:25.803Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:24:26.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T02:24:26.138Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-14T02:24:26.138Z] 8998bd30e6a1: Pulling fs layer [2023-02-14T02:24:26.138Z] 04944245beec: Pulling fs layer [2023-02-14T02:24:26.138Z] 699f458cf7ca: Pulling fs layer [2023-02-14T02:24:26.138Z] 765212b225bb: Pulling fs layer [2023-02-14T02:24:26.138Z] f23df028b6ca: Pulling fs layer [2023-02-14T02:24:26.138Z] d65c8cfc05b1: Pulling fs layer [2023-02-14T02:24:26.138Z] 2437ff75d9bd: Pulling fs layer [2023-02-14T02:24:26.138Z] f23df028b6ca: Waiting [2023-02-14T02:24:26.138Z] d65c8cfc05b1: Waiting [2023-02-14T02:24:26.138Z] 2437ff75d9bd: Waiting [2023-02-14T02:24:26.138Z] 765212b225bb: Waiting [2023-02-14T02:24:26.406Z] 04944245beec: Verifying Checksum [2023-02-14T02:24:26.406Z] 04944245beec: Download complete [2023-02-14T02:24:26.406Z] 765212b225bb: Verifying Checksum [2023-02-14T02:24:26.406Z] 765212b225bb: Download complete [2023-02-14T02:24:26.673Z] f23df028b6ca: Verifying Checksum [2023-02-14T02:24:26.673Z] f23df028b6ca: Download complete [2023-02-14T02:24:26.673Z] d65c8cfc05b1: Verifying Checksum [2023-02-14T02:24:26.673Z] d65c8cfc05b1: Download complete [2023-02-14T02:24:26.673Z] 699f458cf7ca: Verifying Checksum [2023-02-14T02:24:26.673Z] 699f458cf7ca: Download complete [2023-02-14T02:24:26.941Z] 8998bd30e6a1: Verifying Checksum [2023-02-14T02:24:26.941Z] 8998bd30e6a1: Download complete [2023-02-14T02:24:31.174Z] 2437ff75d9bd: Verifying Checksum [2023-02-14T02:24:31.174Z] 2437ff75d9bd: Download complete [2023-02-14T02:24:31.174Z] 8998bd30e6a1: Pull complete [2023-02-14T02:24:31.441Z] 04944245beec: Pull complete [2023-02-14T02:24:32.849Z] 699f458cf7ca: Pull complete [2023-02-14T02:24:33.116Z] 765212b225bb: Pull complete [2023-02-14T02:24:33.701Z] f23df028b6ca: Pull complete [2023-02-14T02:24:33.969Z] d65c8cfc05b1: Pull complete [2023-02-14T02:24:49.033Z] 2437ff75d9bd: Pull complete [2023-02-14T02:24:49.033Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-14T02:24:49.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T02:24:49.033Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:24:49.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-5677 does not seem to be running inside a container [2023-02-14T02:24:49.236Z] $ 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-rfid-llrp-go/69 -v /w/workspace/device-rfid-llrp-go/69:/w/workspace/device-rfid-llrp-go/69:rw,z -v /w/workspace/device-rfid-llrp-go/69@tmp:/w/workspace/device-rfid-llrp-go/69@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-lftools-log-publisher:arm64 cat [2023-02-14T02:24:51.935Z] $ docker top 21a27f9b810158b2bf4e95f52b4e2ba80cfbe56282b80afa421db2d04ae21a54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:24:52.821Z] ---> job-cost.sh [2023-02-14T02:24:52.822Z] lf-activate-venv: SKIPPING [2023-02-14T02:24:52.822Z] INFO: No Stack... [2023-02-14T02:24:57.069Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-14T02:24:57.069Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T02:24:57.395Z] + cat /w/workspace/device-rfid-llrp-go/69/archives/cost.csv [2023-02-14T02:24:57.661Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T02:24:57.701Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [2023-02-14T02:24:57.708Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] did not exist. Created. [2023-02-14T02:24:57.709Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T02:24:58.367Z] /w/workspace/device-rfid-llrp-go/69@tmp/durable-4ded99c2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-14T02:24:59.019Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-14T02:24:59.038Z] Warning: overwriting stash ‘stack-cost’ [2023-02-14T02:24:59.094Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T02:24:59.103Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T02:24:59.081Z] $ docker stop --time=1 21a27f9b810158b2bf4e95f52b4e2ba80cfbe56282b80afa421db2d04ae21a54 [2023-02-14T02:25:00.565Z] $ docker rm -f --volumes 21a27f9b810158b2bf4e95f52b4e2ba80cfbe56282b80afa421db2d04ae21a54 [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 [2023-02-14T02:25:00.987Z] provisioning config files... [2023-02-14T02:25:00.992Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1958630779989829549tmp [Pipeline] { [Pipeline] sh [2023-02-14T02:25:01.285Z] + set +x [2023-02-14T02:25:01.285Z] + curl -s https://codecov.io/bash [2023-02-14T02:25:01.285Z] + bash -s -- [2023-02-14T02:25:01.548Z] [2023-02-14T02:25:01.548Z] _____ _ [2023-02-14T02:25:01.548Z] / ____| | | [2023-02-14T02:25:01.548Z] | | ___ __| | ___ ___ _____ __ [2023-02-14T02:25:01.548Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-14T02:25:01.548Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-14T02:25:01.548Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-14T02:25:01.548Z] Bash-1.0.6 [2023-02-14T02:25:01.548Z] [2023-02-14T02:25:01.548Z] [2023-02-14T02:25:01.548Z] ==> git version 2.25.1 found [2023-02-14T02:25:01.548Z] ==> 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 [2023-02-14T02:25:01.548Z] Release-Date: 2020-01-08 [2023-02-14T02:25:01.548Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-14T02:25:01.548Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-14T02:25:01.823Z] ==> Jenkins CI detected. [2023-02-14T02:25:01.823Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2023-02-14T02:25:01.823Z] project root: . [2023-02-14T02:25:01.823Z] --> token set from env [2023-02-14T02:25:01.823Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-14T02:25:01.823Z] ==> Running gcov in . (disable via -X gcov) [2023-02-14T02:25:01.823Z] ==> Python coveragepy not found [2023-02-14T02:25:01.823Z] ==> Searching for coverage reports in: [2023-02-14T02:25:01.823Z] + . [2023-02-14T02:25:01.823Z] -> Found 1 reports [2023-02-14T02:25:01.823Z] ==> Detecting git/mercurial file structure [2023-02-14T02:25:01.823Z] ==> Reading reports [2023-02-14T02:25:01.823Z] + ./coverage.out bytes=457862 [2023-02-14T02:25:01.823Z] ==> Appending adjustments [2023-02-14T02:25:01.823Z] https://docs.codecov.io/docs/fixing-reports [2023-02-14T02:25:02.082Z] + Found adjustments [2023-02-14T02:25:02.082Z] ==> Gzipping contents [2023-02-14T02:25:02.082Z] 52K /tmp/codecov.oAROiL.gz [2023-02-14T02:25:02.082Z] ==> Uploading reports [2023-02-14T02:25:02.082Z] url: https://codecov.io [2023-02-14T02:25:02.082Z] query: branch=main&commit=c8ddb795451293862e71ea8481bb36f4aa2ad204&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-14T02:25:02.082Z] -> Pinging Codecov [2023-02-14T02:25:02.082Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=c8ddb795451293862e71ea8481bb36f4aa2ad204&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-14T02:25:02.650Z] -> Uploading to [2023-02-14T02:25:02.650Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-14/581DD39554BDF9B6E22D074273EAD858/c8ddb795451293862e71ea8481bb36f4aa2ad204/bb5e5216-d4ac-4b50-be81-61712cd1086f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T022502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d09595ea00dbc30dc293e1847dfeaf140c0515f382cbf1c7c1ec575f97bc9c7 [2023-02-14T02:25:02.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T02:25:02.650Z] Dload Upload Total Spent Left Speed [2023-02-14T02:25:03.248Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51282 0 0 100 51282 0 246k --:--:-- --:--:-- --:--:-- 245k 100 51282 0 0 100 51282 0 83657 --:--:-- --:--:-- --:--:-- 83521 [2023-02-14T02:25:03.248Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] } [2023-02-14T02:25:03.255Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-14T02:25:03.479Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-14T02:25:03.488Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:25:03.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T02:25:03.799Z] [2023-02-14T02:25:03.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:25:04.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T02:25:04.105Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-14T02:25:04.105Z] df9b9388f04a: Pulling fs layer [2023-02-14T02:25:04.105Z] 52dc419b0ee2: Pulling fs layer [2023-02-14T02:25:04.105Z] 25bc292e5bac: Pulling fs layer [2023-02-14T02:25:04.105Z] 114826534d7a: Pulling fs layer [2023-02-14T02:25:04.105Z] 4657fd5d0bcf: Pulling fs layer [2023-02-14T02:25:04.105Z] 6ad1cebc031e: Pulling fs layer [2023-02-14T02:25:04.105Z] 8a3aa393b2d8: Pulling fs layer [2023-02-14T02:25:04.105Z] 114826534d7a: Waiting [2023-02-14T02:25:04.105Z] 4657fd5d0bcf: Waiting [2023-02-14T02:25:04.105Z] 6ad1cebc031e: Waiting [2023-02-14T02:25:04.105Z] 8a3aa393b2d8: Waiting [2023-02-14T02:25:04.105Z] 25bc292e5bac: Verifying Checksum [2023-02-14T02:25:04.105Z] 25bc292e5bac: Download complete [2023-02-14T02:25:04.105Z] 52dc419b0ee2: Verifying Checksum [2023-02-14T02:25:04.105Z] 52dc419b0ee2: Download complete [2023-02-14T02:25:04.105Z] 4657fd5d0bcf: Verifying Checksum [2023-02-14T02:25:04.105Z] 4657fd5d0bcf: Download complete [2023-02-14T02:25:04.105Z] df9b9388f04a: Download complete [2023-02-14T02:25:04.370Z] df9b9388f04a: Pull complete [2023-02-14T02:25:04.370Z] 52dc419b0ee2: Pull complete [2023-02-14T02:25:04.874Z] 25bc292e5bac: Pull complete [2023-02-14T02:25:04.874Z] 6ad1cebc031e: Verifying Checksum [2023-02-14T02:25:04.874Z] 6ad1cebc031e: Download complete [2023-02-14T02:25:06.404Z] 114826534d7a: Verifying Checksum [2023-02-14T02:25:06.404Z] 114826534d7a: Download complete [2023-02-14T02:25:06.679Z] 8a3aa393b2d8: Verifying Checksum [2023-02-14T02:25:06.680Z] 8a3aa393b2d8: Download complete [2023-02-14T02:25:09.226Z] 114826534d7a: Pull complete [2023-02-14T02:25:09.510Z] 4657fd5d0bcf: Pull complete [2023-02-14T02:25:09.773Z] 6ad1cebc031e: Pull complete [2023-02-14T02:25:13.115Z] 8a3aa393b2d8: Pull complete [2023-02-14T02:25:13.115Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-14T02:25:13.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T02:25:13.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:25:13.285Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:25:13.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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/edgex-snyk-go:1.410.4 cat [2023-02-14T02:25:22.478Z] $ docker top 75064132c6b943db3f0f938647656674071df6a07b0ba7d4d9a3a8694b57de05 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-14T02:25:22.682Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2023-02-14T02:25:22.968Z] + set -o pipefail [2023-02-14T02:25:22.968Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2023-02-14T02:25:35.234Z] [2023-02-14T02:25:35.234Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2023-02-14T02:25:35.234Z] [2023-02-14T02:25:35.234Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/3f42fd09-88c2-4020-ab2e-aa4c77b8c8e1 [2023-02-14T02:25:35.234Z] [2023-02-14T02:25:35.234Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-14T02:25:35.234Z] [2023-02-14T02:25:35.234Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-14T02:25:35.234Z] [2023-02-14T02:25:36.189Z] [2023-02-14T02:25:36.189Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-14T02:25:36.189Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-14T02:25:36.189Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-14T02:25:36.083Z] $ docker stop --time=1 75064132c6b943db3f0f938647656674071df6a07b0ba7d4d9a3a8694b57de05 [2023-02-14T02:25:39.217Z] $ docker rm -f --volumes 75064132c6b943db3f0f938647656674071df6a07b0ba7d4d9a3a8694b57de05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T02:25:40.079Z] + git log --format=format:%s -1 c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] sh [2023-02-14T02:25:40.409Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T02:25:40.409Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:25:40.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:25:40.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:25:40.919Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:25:40.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T02:25:41.212Z] $ docker top 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T02:25:41.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:25:41.428Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:25:41.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:25:41.411Z] $ docker exec 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 ssh-agent [2023-02-14T02:25:41.658Z] SSH_AUTH_SOCK=/tmp/ssh-s6dt79ZOiW7w/agent.32 [2023-02-14T02:25:41.658Z] SSH_AGENT_PID=38 [2023-02-14T02:25:41.664Z] Running ssh-add (command line suppressed) [2023-02-14T02:25:41.640Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3270121654965597136.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3270121654965597136.key) [2023-02-14T02:25:41.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:25:42.068Z] + git semver tag [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,134 [run_tag] DEBUG tag force:False [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,134 [check_head_tag] DEBUG check head tag [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,135 [execute] INFO git cat-file --batch-check [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,135 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,140 [execute] INFO git cat-file --batch [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,153 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,153 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,154 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T02:25:42.327Z] 2023-02-14 02:25:42,157 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:25:42.327Z] 3.0.0-dev.5 [Pipeline] } [2023-02-14T02:25:42.209Z] $ docker exec --env ******** --env ******** 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 ssh-agent -k [2023-02-14T02:25:42.313Z] unset SSH_AUTH_SOCK; [2023-02-14T02:25:42.313Z] unset SSH_AGENT_PID; [2023-02-14T02:25:42.313Z] echo Agent pid 38 killed; [2023-02-14T02:25:42.451Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T02:25:42.752Z] + git semver [Pipeline] } [2023-02-14T02:25:42.895Z] $ docker stop --time=1 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 [2023-02-14T02:25:44.138Z] $ docker rm -f --volumes 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:25:44.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T02:25:44.635Z] [2023-02-14T02:25:44.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:25:44.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T02:25:44.936Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-14T02:25:44.936Z] ab5ef0e58194: Pulling fs layer [2023-02-14T02:25:44.936Z] 9712f1f96733: Pulling fs layer [2023-02-14T02:25:44.936Z] 63f879dbbcfc: Pulling fs layer [2023-02-14T02:25:44.936Z] 0d9ebad4ef96: Pulling fs layer [2023-02-14T02:25:44.936Z] e9a5061849ea: Pulling fs layer [2023-02-14T02:25:44.936Z] d747dcd14b5f: Pulling fs layer [2023-02-14T02:25:44.936Z] 2de7ff778b66: Pulling fs layer [2023-02-14T02:25:44.936Z] e9a5061849ea: Waiting [2023-02-14T02:25:44.936Z] 0d9ebad4ef96: Waiting [2023-02-14T02:25:44.936Z] 9712f1f96733: Verifying Checksum [2023-02-14T02:25:44.936Z] 9712f1f96733: Download complete [2023-02-14T02:25:46.347Z] 63f879dbbcfc: Verifying Checksum [2023-02-14T02:25:46.347Z] 63f879dbbcfc: Download complete [2023-02-14T02:25:46.607Z] e9a5061849ea: Verifying Checksum [2023-02-14T02:25:46.607Z] e9a5061849ea: Download complete [2023-02-14T02:25:46.607Z] d747dcd14b5f: Download complete [2023-02-14T02:25:46.880Z] 2de7ff778b66: Verifying Checksum [2023-02-14T02:25:46.880Z] 2de7ff778b66: Download complete [2023-02-14T02:25:47.457Z] 0d9ebad4ef96: Verifying Checksum [2023-02-14T02:25:47.457Z] 0d9ebad4ef96: Download complete [2023-02-14T02:25:47.715Z] ab5ef0e58194: Verifying Checksum [2023-02-14T02:25:47.715Z] ab5ef0e58194: Download complete [2023-02-14T02:25:50.341Z] ab5ef0e58194: Pull complete [2023-02-14T02:25:50.341Z] 9712f1f96733: Pull complete [2023-02-14T02:25:50.984Z] 63f879dbbcfc: Pull complete [2023-02-14T02:25:54.405Z] 0d9ebad4ef96: Pull complete [2023-02-14T02:25:54.405Z] e9a5061849ea: Pull complete [2023-02-14T02:25:54.405Z] d747dcd14b5f: Pull complete [2023-02-14T02:25:55.338Z] 2de7ff778b66: Pull complete [2023-02-14T02:25:55.338Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-14T02:25:55.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T02:25:55.338Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:25:55.419Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:25:55.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-14T02:25:59.874Z] $ docker top 17e40889bdc4224e81df4b2e995338deef2909768a7c570e613ca3256b414a0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:26:00.084Z] provisioning config files... [2023-02-14T02:26:00.100Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config12224752473165961544tmp [2023-02-14T02:26:00.152Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config13368720831038850035tmp [2023-02-14T02:26:00.389Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config8697191648637566851tmp [Pipeline] { [Pipeline] echo [2023-02-14T02:26:00.408Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:00.712Z] ---> sigul-configuration.sh [2023-02-14T02:26:00.712Z] gpg: directory `/root/.gnupg' created [2023-02-14T02:26:00.712Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-14T02:26:00.712Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-14T02:26:00.712Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-14T02:26:00.712Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-14T02:26:00.712Z] gpg: CAST5 encrypted data [2023-02-14T02:26:00.712Z] gpg: encrypted with 1 passphrase [2023-02-14T02:26:00.712Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-14T02:26:01.077Z] + mkdir /home/jenkins [2023-02-14T02:26:01.077Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-14T02:26:01.512Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-14T02:26:01.544Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:01.866Z] ---> sigul-install.sh [2023-02-14T02:26:01.866Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-14T02:26:02.158Z] + git tag --list [2023-02-14T02:26:02.158Z] v0.0.0 [2023-02-14T02:26:02.158Z] v1.0.0 [2023-02-14T02:26:02.158Z] v2.1.0 [2023-02-14T02:26:02.158Z] v2.1.1 [2023-02-14T02:26:02.158Z] v2.1.1-dev.1 [2023-02-14T02:26:02.158Z] v2.2.0 [2023-02-14T02:26:02.158Z] v2.2.1-dev.1 [2023-02-14T02:26:02.158Z] v2.2.1-dev.2 [2023-02-14T02:26:02.158Z] v2.2.1-dev.3 [2023-02-14T02:26:02.158Z] v2.2.1-dev.4 [2023-02-14T02:26:02.158Z] v2.2.1-dev.5 [2023-02-14T02:26:02.158Z] v2.2.1-dev.6 [2023-02-14T02:26:02.158Z] v2.2.1-dev.7 [2023-02-14T02:26:02.158Z] v2.3.0 [2023-02-14T02:26:02.158Z] v2.3.0-dev.10 [2023-02-14T02:26:02.158Z] v2.3.0-dev.11 [2023-02-14T02:26:02.158Z] v2.3.0-dev.12 [2023-02-14T02:26:02.158Z] v2.3.0-dev.13 [2023-02-14T02:26:02.158Z] v2.3.0-dev.14 [2023-02-14T02:26:02.158Z] v2.3.0-dev.15 [2023-02-14T02:26:02.158Z] v2.3.0-dev.16 [2023-02-14T02:26:02.158Z] v2.3.0-dev.17 [2023-02-14T02:26:02.158Z] v2.3.0-dev.18 [2023-02-14T02:26:02.158Z] v2.3.0-dev.19 [2023-02-14T02:26:02.158Z] v2.3.0-dev.20 [2023-02-14T02:26:02.158Z] v2.3.0-dev.21 [2023-02-14T02:26:02.158Z] v2.3.0-dev.22 [2023-02-14T02:26:02.158Z] v2.3.0-dev.23 [2023-02-14T02:26:02.158Z] v2.3.0-dev.7 [2023-02-14T02:26:02.158Z] v2.3.0-dev.8 [2023-02-14T02:26:02.158Z] v2.3.0-dev.9 [2023-02-14T02:26:02.158Z] v3.0.0-dev.1 [2023-02-14T02:26:02.158Z] v3.0.0-dev.2 [2023-02-14T02:26:02.158Z] v3.0.0-dev.3 [2023-02-14T02:26:02.158Z] v3.0.0-dev.4 [2023-02-14T02:26:02.158Z] v3.0.0-dev.5 [Pipeline] sh [2023-02-14T02:26:02.448Z] + lftools sign git-tag v3.0.0-dev.5 [2023-02-14T02:26:03.015Z] Signing Git tag with Sigul... [2023-02-14T02:26:03.015Z] Signing v3.0.0-dev.5 [Pipeline] echo [2023-02-14T02:26:03.960Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:04.244Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-14T02:26:04.251Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-14T02:26:04.135Z] $ docker stop --time=1 17e40889bdc4224e81df4b2e995338deef2909768a7c570e613ca3256b414a0d [2023-02-14T02:26:05.439Z] $ docker rm -f --volumes 17e40889bdc4224e81df4b2e995338deef2909768a7c570e613ca3256b414a0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-14T02:26:06.001Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T02:26:06.001Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:26:06.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:26:06.315Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:26:06.417Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:26:06.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T02:26:06.680Z] $ docker top 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T02:26:07.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:26:07.014Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:26:07.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:26:06.981Z] $ docker exec 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 ssh-agent [2023-02-14T02:26:07.238Z] SSH_AUTH_SOCK=/tmp/ssh-MknKNWc8rr2c/agent.32 [2023-02-14T02:26:07.238Z] SSH_AGENT_PID=38 [2023-02-14T02:26:07.258Z] Running ssh-add (command line suppressed) [2023-02-14T02:26:07.219Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16824620917439339313.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16824620917439339313.key) [2023-02-14T02:26:07.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:26:07.659Z] + git semver bump pre [2023-02-14T02:26:07.920Z] 2023-02-14 02:26:07,675 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,675 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,675 [bump_version] DEBUG bumped version:3.0.0-dev.6 [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,675 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,675 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,675 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,677 [execute] INFO git cat-file --batch-check [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,682 [execute] INFO git cat-file --batch [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T02:26:07.921Z] 2023-02-14 02:26:07,686 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:26:07.921Z] 3.0.0-dev.6 [Pipeline] } [2023-02-14T02:26:07.796Z] $ docker exec --env ******** --env ******** 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 ssh-agent -k [2023-02-14T02:26:07.890Z] unset SSH_AUTH_SOCK; [2023-02-14T02:26:07.890Z] unset SSH_AGENT_PID; [2023-02-14T02:26:07.890Z] echo Agent pid 38 killed; [2023-02-14T02:26:08.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T02:26:08.346Z] + git semver [Pipeline] } [2023-02-14T02:26:08.497Z] $ docker stop --time=1 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 [2023-02-14T02:26:09.806Z] $ docker rm -f --volumes 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:26:10.305Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T02:26:10.305Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:26:10.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:26:10.632Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:26:10.751Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:26:10.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T02:26:11.096Z] $ docker top fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c -eo pid,comm [2023-02-14T02:26:11.276Z] 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). [2023-02-14T02:26:11.276Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T02:26:11.312Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:26:11.312Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:26:11.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:26:11.310Z] $ docker exec fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c ssh-agent [2023-02-14T02:26:11.564Z] SSH_AUTH_SOCK=/tmp/ssh-a0kfAEZgTMbq/agent.32 [2023-02-14T02:26:11.564Z] SSH_AGENT_PID=38 [2023-02-14T02:26:11.571Z] Running ssh-add (command line suppressed) [2023-02-14T02:26:11.531Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8723681203198041813.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8723681203198041813.key) [2023-02-14T02:26:11.679Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:26:12.008Z] + git semver push [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,025 [run_push] DEBUG push [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,026 [execute] INFO git cat-file --batch-check [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,026 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,030 [execute] INFO git rev-list 18a68cf9f7b8443adcc30298615e8d1c071e9851 -- [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,030 [execute] DEBUG Popen(['git', 'rev-list', '18a68cf9f7b8443adcc30298615e8d1c071e9851', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,036 [execute] INFO git fetch -v origin [2023-02-14T02:26:12.333Z] 2023-02-14 02:26:12,037 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-14T02:26:14.920Z] 2023-02-14 02:26:14,332 [run_push] DEBUG no remote changes detected [2023-02-14T02:26:14.920Z] 2023-02-14 02:26:14,332 [execute] INFO git push origin semver [2023-02-14T02:26:14.920Z] 2023-02-14 02:26:14,333 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-14T02:26:17.492Z] 2023-02-14 02:26:16,750 [run_push] DEBUG push all version tags [2023-02-14T02:26:17.492Z] 2023-02-14 02:26:16,750 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-14T02:26:17.492Z] 2023-02-14 02:26:16,751 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T02:26:20.103Z] 2023-02-14 02:26:19,817 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-02-14T02:26:20.103Z] 3.0.0-dev.6 [Pipeline] } [2023-02-14T02:26:19.977Z] $ docker exec --env ******** --env ******** fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c ssh-agent -k [2023-02-14T02:26:20.060Z] unset SSH_AUTH_SOCK; [2023-02-14T02:26:20.061Z] unset SSH_AGENT_PID; [2023-02-14T02:26:20.061Z] echo Agent pid 38 killed; [2023-02-14T02:26:20.213Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T02:26:20.771Z] + git semver [Pipeline] } [2023-02-14T02:26:20.647Z] $ docker stop --time=1 fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c [2023-02-14T02:26:21.897Z] $ docker rm -f --volumes fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2023-02-14T02:26:22.631Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2023-02-14T02:26:22.631Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-02-14T02:26:22.631Z] total 16 [2023-02-14T02:26:22.631Z] drwxr-xr-x 3 root root 4096 Feb 14 02:21 . [2023-02-14T02:26:22.631Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:26 .. [2023-02-14T02:26:22.631Z] drwxr-xr-x 2 root root 4096 Feb 14 02:21 cost [2023-02-14T02:26:22.631Z] -rw-r--r-- 1 root root 91 Feb 14 02:21 cost.csv [2023-02-14T02:26:22.631Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-02-14T02:26:22.631Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-02-14T02:26:22.631Z] total 16 [2023-02-14T02:26:22.631Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:21 . [2023-02-14T02:26:22.631Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:26 .. [2023-02-14T02:26:22.631Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 02:21 cost [2023-02-14T02:26:22.631Z] -rw-r--r-- 1 jenkins jenkins 91 Feb 14 02:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:22.922Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:23.780Z] ---> package-listing.sh [2023-02-14T02:26:23.780Z] ++ facter osfamily [2023-02-14T02:26:23.780Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-14T02:26:24.039Z] + OS_FAMILY=debian [2023-02-14T02:26:24.039Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2023-02-14T02:26:24.039Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-14T02:26:24.039Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-14T02:26:24.039Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-14T02:26:24.039Z] + PACKAGES=/tmp/packages_start.txt [2023-02-14T02:26:24.039Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-02-14T02:26:24.039Z] + PACKAGES=/tmp/packages_end.txt [2023-02-14T02:26:24.039Z] + case "${OS_FAMILY}" in [2023-02-14T02:26:24.039Z] + dpkg -l [2023-02-14T02:26:24.039Z] + grep '^ii' [2023-02-14T02:26:24.039Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-14T02:26:24.039Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-14T02:26:24.039Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-14T02:26:24.039Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-02-14T02:26:24.039Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2023-02-14T02:26:24.039Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [Pipeline] echo [2023-02-14T02:26:24.051Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-14T02:26:24.363Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:26:24.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:26:24.669Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:26:24.739Z] prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container [2023-02-14T02:26:24.633Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T02:26:24.854Z] $ docker top bc80bdb78c8303ad9b2a42734dea16e30cca1b654841d3b97c99f9be40f4c38f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:26:25.402Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-14T02:26:25.969Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-14T02:26:26.254Z] + ls /var/log/sa-host [2023-02-14T02:26:26.254Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:26:26.319Z] provisioning config files... [2023-02-14T02:26:26.326Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config8204928624973886971tmp [Pipeline] { [Pipeline] echo [2023-02-14T02:26:26.340Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:26.624Z] ---> create-netrc.sh [Pipeline] } [2023-02-14T02:26:26.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:26.959Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-14T02:26:26.968Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:27.258Z] ---> sudo-logs.sh [2023-02-14T02:26:27.258Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-14T02:26:27.279Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:27.560Z] ---> job-cost.sh [2023-02-14T02:26:27.560Z] lf-activate-venv: SKIPPING [2023-02-14T02:26:27.560Z] DEBUG: total: 0.2199999988079071 [2023-02-14T02:26:27.560Z] INFO: Retrieving Stack Cost... [2023-02-14T02:26:28.156Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T02:26:28.415Z] INFO: Archiving Costs [Pipeline] echo [2023-02-14T02:26:28.428Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:26:28.715Z] ---> logs-deploy.sh [2023-02-14T02:26:28.715Z] lf-activate-venv: SKIPPING [2023-02-14T02:26:28.715Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/69 [2023-02-14T02:26:28.715Z] INFO: archiving workspace using pattern(s): [2023-02-14T02:26:29.718Z] Archives upload complete. [2023-02-14T02:26:29.718Z] INFO: archiving logs to Nexus [2023-02-14T02:26:30.357Z] ---> uname -a: [2023-02-14T02:26:30.357Z] Linux prd-ubuntu20-04-docker-8c-8g-5671 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] ---> lscpu: [2023-02-14T02:26:30.357Z] Architecture: x86_64 [2023-02-14T02:26:30.357Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-14T02:26:30.357Z] Byte Order: Little Endian [2023-02-14T02:26:30.357Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-14T02:26:30.357Z] CPU(s): 8 [2023-02-14T02:26:30.357Z] On-line CPU(s) list: 0-7 [2023-02-14T02:26:30.357Z] Thread(s) per core: 1 [2023-02-14T02:26:30.357Z] Core(s) per socket: 1 [2023-02-14T02:26:30.357Z] Socket(s): 8 [2023-02-14T02:26:30.357Z] NUMA node(s): 1 [2023-02-14T02:26:30.357Z] Vendor ID: AuthenticAMD [2023-02-14T02:26:30.357Z] CPU family: 23 [2023-02-14T02:26:30.357Z] Model: 49 [2023-02-14T02:26:30.357Z] Model name: AMD EPYC-Rome Processor [2023-02-14T02:26:30.357Z] Stepping: 0 [2023-02-14T02:26:30.357Z] CPU MHz: 2799.998 [2023-02-14T02:26:30.357Z] BogoMIPS: 5599.99 [2023-02-14T02:26:30.357Z] Virtualization: AMD-V [2023-02-14T02:26:30.357Z] Hypervisor vendor: KVM [2023-02-14T02:26:30.357Z] Virtualization type: full [2023-02-14T02:26:30.357Z] L1d cache: 256 KiB [2023-02-14T02:26:30.357Z] L1i cache: 256 KiB [2023-02-14T02:26:30.357Z] L2 cache: 4 MiB [2023-02-14T02:26:30.357Z] L3 cache: 128 MiB [2023-02-14T02:26:30.357Z] NUMA node0 CPU(s): 0-7 [2023-02-14T02:26:30.357Z] Vulnerability Itlb multihit: Not affected [2023-02-14T02:26:30.357Z] Vulnerability L1tf: Not affected [2023-02-14T02:26:30.357Z] Vulnerability Mds: Not affected [2023-02-14T02:26:30.357Z] Vulnerability Meltdown: Not affected [2023-02-14T02:26:30.357Z] Vulnerability Mmio stale data: Not affected [2023-02-14T02:26:30.357Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-14T02:26:30.357Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-14T02:26:30.357Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-14T02:26:30.357Z] Vulnerability Srbds: Not affected [2023-02-14T02:26:30.357Z] Vulnerability Tsx async abort: Not affected [2023-02-14T02:26:30.357Z] 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 [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] ---> nproc: [2023-02-14T02:26:30.357Z] 8 [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] ---> df -h: [2023-02-14T02:26:30.357Z] Filesystem Size Used Avail Use% Mounted on [2023-02-14T02:26:30.357Z] overlay 155G 13G 143G 9% / [2023-02-14T02:26:30.357Z] tmpfs 64M 0 64M 0% /dev [2023-02-14T02:26:30.357Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-14T02:26:30.357Z] shm 64M 0 64M 0% /dev/shm [2023-02-14T02:26:30.357Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] ---> sar -b -r -n DEV: [2023-02-14T02:26:30.357Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5671) 02/14/23 _x86_64_ (8 CPU) [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] 02:02:43 LINUX RESTART (8 CPU) [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] 02:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-14T02:26:30.357Z] 02:04:02 72.12 31.71 40.41 0.00 3373.30 132968.51 0.00 [2023-02-14T02:26:30.357Z] 02:05:01 3.46 0.00 3.46 0.00 0.00 345.04 0.00 [2023-02-14T02:26:30.357Z] 02:06:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 [2023-02-14T02:26:30.357Z] 02:07:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 [2023-02-14T02:26:30.357Z] 02:08:01 4.85 0.97 3.88 0.00 67.44 181.14 0.00 [2023-02-14T02:26:30.357Z] 02:09:01 28.81 10.85 17.96 0.00 1417.23 2021.13 0.00 [2023-02-14T02:26:30.357Z] 02:10:01 116.68 10.60 106.08 0.00 1332.58 38625.70 0.00 [2023-02-14T02:26:30.357Z] 02:11:01 56.53 1.62 54.92 0.00 1981.74 5414.86 0.00 [2023-02-14T02:26:30.357Z] 02:12:01 29.00 0.00 29.00 0.00 0.00 4261.56 0.00 [2023-02-14T02:26:30.357Z] 02:13:01 22.71 2.25 20.46 0.00 2292.28 3929.88 0.00 [2023-02-14T02:26:30.357Z] 02:14:01 10.41 0.02 10.40 0.00 0.13 905.58 0.00 [2023-02-14T02:26:30.357Z] 02:15:01 17.38 0.05 17.33 0.00 0.40 5873.15 0.00 [2023-02-14T02:26:30.357Z] 02:16:01 15.41 0.02 15.40 0.00 0.13 7574.47 0.00 [2023-02-14T02:26:30.357Z] 02:17:01 4.12 0.02 4.10 0.00 0.13 849.46 0.00 [2023-02-14T02:26:30.357Z] 02:18:01 4.43 0.02 4.42 0.00 0.13 889.05 0.00 [2023-02-14T02:26:30.357Z] 02:19:01 2.67 0.00 2.67 0.00 0.00 479.97 0.00 [2023-02-14T02:26:30.357Z] 02:20:01 76.62 0.13 76.49 0.00 17.06 28660.69 0.00 [2023-02-14T02:26:30.357Z] 02:21:01 98.87 0.18 98.68 0.00 6.00 21398.43 0.00 [2023-02-14T02:26:30.357Z] 02:22:01 76.09 0.05 76.04 0.00 5.87 19154.27 0.00 [2023-02-14T02:26:30.357Z] 02:23:01 2.88 0.00 2.88 0.00 0.00 34.53 0.00 [2023-02-14T02:26:30.357Z] 02:24:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 [2023-02-14T02:26:30.357Z] 02:25:01 2.87 1.62 1.25 0.00 40.53 30.66 0.00 [2023-02-14T02:26:30.357Z] 02:26:01 96.45 0.20 96.25 0.00 4.80 56551.55 0.00 [2023-02-14T02:26:30.357Z] Average: 32.48 2.62 29.85 0.00 458.58 14366.35 0.00 [2023-02-14T02:26:30.357Z] [2023-02-14T02:26:30.357Z] 02:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-14T02:26:30.357Z] 02:04:02 30623324 31885352 482452 1.47 47228 1538828 1627784 4.80 599484 1405072 9288 [2023-02-14T02:26:30.357Z] 02:05:01 30620084 31882280 484940 1.47 47284 1538832 1627784 4.80 601600 1405020 184 [2023-02-14T02:26:30.357Z] 02:06:01 30619580 31881880 484836 1.47 47308 1538832 1627784 4.80 602500 1405016 8 [2023-02-14T02:26:30.357Z] 02:07:01 30619540 31881936 484672 1.47 47348 1538836 1627784 4.80 601700 1405060 36 [2023-02-14T02:26:30.357Z] 02:08:01 30605768 31875756 489752 1.49 49260 1544008 1665948 4.91 605404 1410352 320 [2023-02-14T02:26:30.357Z] 02:09:01 30339852 31702224 661216 2.01 52512 1631500 1813484 5.34 831148 1448664 14852 [2023-02-14T02:26:30.357Z] 02:10:01 29030044 31589708 710624 2.16 95644 2741196 1958828 5.77 1060584 2416072 10132 [2023-02-14T02:26:30.357Z] 02:11:01 28865328 31580156 713816 2.17 102588 2882124 2011524 5.93 1140996 2489828 24620 [2023-02-14T02:26:30.357Z] 02:12:01 28794352 31575936 716344 2.18 106404 2943472 2011524 5.93 1147068 2551080 3800 [2023-02-14T02:26:30.357Z] 02:13:01 28651316 31574860 712308 2.17 121772 3066764 2028096 5.98 1308748 2520236 456 [2023-02-14T02:26:30.357Z] 02:14:01 28629588 31576192 711256 2.16 121520 3087064 2014936 5.94 1314048 2537628 3188 [2023-02-14T02:26:30.358Z] 02:15:01 28408964 31576908 709252 2.16 132260 3268380 2031100 5.99 1345604 2694712 38256 [2023-02-14T02:26:30.358Z] 02:16:01 28186668 31573012 712160 2.17 141564 3450600 2014896 5.94 1411684 2823512 18436 [2023-02-14T02:26:30.358Z] 02:17:01 28181872 31573804 711396 2.16 141976 3454932 2014804 5.94 1411100 2827580 856 [2023-02-14T02:26:30.358Z] 02:18:01 28150764 31573452 711736 2.16 142648 3481068 2052048 6.05 1415408 2850268 3320 [2023-02-14T02:26:30.358Z] 02:19:01 28055880 31576136 708852 2.16 147756 3560892 2035348 6.00 1433852 2915344 77644 [2023-02-14T02:26:30.358Z] 02:20:01 27635232 31541220 739680 2.25 188468 3888924 2020828 5.96 1669056 3075788 269200 [2023-02-14T02:26:30.358Z] 02:21:01 27695156 31544284 739080 2.25 191816 3839604 1955448 5.76 1556392 3141876 648 [2023-02-14T02:26:30.358Z] 02:22:01 27198748 31580732 700324 2.13 201208 4312352 1774728 5.23 1565680 3575628 404 [2023-02-14T02:26:30.358Z] 02:23:01 27199360 31581396 699492 2.13 201272 4312356 1774728 5.23 1565476 3575636 36 [2023-02-14T02:26:30.358Z] 02:24:01 27207668 31589700 691112 2.10 201320 4312360 1774728 5.23 1556356 3575636 8 [2023-02-14T02:26:30.358Z] 02:25:01 27196048 31580692 699412 2.13 201372 4314024 1790656 5.28 1566096 3576236 480 [2023-02-14T02:26:30.358Z] 02:26:01 25667120 31519104 755180 2.30 237812 5621724 2144864 6.32 1706924 4836868 936 [2023-02-14T02:26:30.358Z] Average: 28616620 31644205 662169 2.01 129058 3124725 1886941 5.56 1218126 2628831 20744 [2023-02-14T02:26:30.358Z] [2023-02-14T02:26:30.358Z] 02:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-14T02:26:30.358Z] 02:04:02 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:04:02 ens3 162.29 120.58 468.32 24.44 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:05:01 ens3 2.22 0.75 1.83 0.30 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:06:01 ens3 1.37 0.27 0.33 0.20 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:07:01 ens3 1.63 0.53 0.45 0.29 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:08:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:08:01 ens3 1.97 1.63 1.47 0.74 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:09:01 lo 2.40 2.40 0.22 0.22 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:09:01 ens3 308.80 237.23 802.35 62.91 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:10:01 lo 4.53 4.53 0.44 0.44 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:10:01 docker0 7.32 7.52 0.56 54.73 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:10:01 veth3070bfd 3.97 4.12 0.30 9.38 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:10:01 ens3 456.67 349.11 6281.86 95.36 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:11:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:11:01 docker0 43.75 45.40 3.25 67.06 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:11:01 vethb33e194 32.11 32.99 3.06 35.06 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:11:01 ens3 221.43 140.44 855.57 15.56 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:12:01 docker0 18.10 22.56 1.54 12.18 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:12:01 vethb33e194 18.10 22.60 1.78 12.18 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:12:01 ens3 390.80 258.66 1028.71 20.88 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:13:01 docker0 8.52 12.18 0.72 3.43 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:13:01 vethb33e194 8.52 12.20 0.84 3.43 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:13:01 ens3 14.31 10.36 6.12 1.51 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:14:01 docker0 28.73 38.66 2.09 60.63 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:14:01 vethb33e194 28.73 38.66 2.48 60.63 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:14:01 ens3 40.33 29.66 61.66 3.10 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:15:01 docker0 144.01 178.49 8.94 475.57 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:15:01 vethb33e194 144.01 178.50 10.91 475.57 0.00 0.00 0.00 0.04 [2023-02-14T02:26:30.358Z] 02:15:01 ens3 181.14 145.51 476.96 11.75 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:16:01 docker0 131.74 162.62 8.78 831.99 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:16:01 vethb33e194 131.74 162.62 10.58 831.99 0.00 0.00 0.00 0.07 [2023-02-14T02:26:30.358Z] 02:16:01 ens3 164.39 132.54 832.94 11.08 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:17:01 docker0 25.01 35.93 1.47 51.53 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:17:01 vethb33e194 25.01 35.93 1.81 51.53 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:17:01 ens3 37.23 25.70 52.50 2.30 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:18:01 docker0 65.87 76.97 3.86 155.53 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:18:01 vethb33e194 65.87 76.97 4.76 155.53 0.00 0.00 0.00 0.01 [2023-02-14T02:26:30.358Z] 02:18:01 ens3 78.77 66.66 156.50 5.26 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:19:01 docker0 83.97 85.89 4.93 202.95 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:19:01 vethb33e194 83.97 85.90 6.08 202.95 0.00 0.00 0.00 0.02 [2023-02-14T02:26:30.358Z] 02:19:01 ens3 88.10 84.71 204.02 6.63 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:20:01 docker0 26.98 26.35 1.54 65.43 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:20:01 veth11ef41f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:20:01 ens3 46.53 42.44 87.88 11.13 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:21:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:21:01 docker0 23.18 24.91 1.25 64.99 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:21:01 veth1455f0e 8.40 8.88 0.56 23.65 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:21:01 ens3 78.17 63.22 143.42 17.58 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:22:01 lo 6.60 6.60 0.65 0.65 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:22:01 docker0 6.03 7.45 0.36 18.21 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:22:01 ens3 176.47 147.18 2571.60 317.06 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:23:01 ens3 0.43 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:24:01 ens3 1.35 0.82 2.95 0.36 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:25:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:25:01 ens3 11.58 9.37 9.05 7.05 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:26:01 veth7f9663f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:26:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:26:01 docker0 39.74 56.35 3.42 582.82 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] 02:26:01 ens3 357.11 275.84 7766.72 42.30 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] Average: veth7f9663f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] Average: lo 0.85 0.85 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] Average: docker0 28.41 33.99 1.86 115.17 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] Average: ens3 122.83 93.25 949.11 28.62 0.00 0.00 0.00 0.00 [2023-02-14T02:26:30.358Z] [2023-02-14T02:26:30.358Z] [2023-02-14T02:26:30.358Z] ---> sar -P ALL: [2023-02-14T02:26:30.358Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5671) 02/14/23 _x86_64_ (8 CPU) [2023-02-14T02:26:30.358Z] [2023-02-14T02:26:30.358Z] 02:02:43 LINUX RESTART (8 CPU) [2023-02-14T02:26:30.358Z] [2023-02-14T02:26:30.358Z] 02:03:01 CPU %user %nice %system %iowait %steal %idle [2023-02-14T02:26:30.358Z] 02:04:02 all 2.04 0.00 0.66 0.74 0.02 96.54 [2023-02-14T02:26:30.358Z] 02:04:02 0 1.92 0.00 0.40 0.13 0.02 97.53 [2023-02-14T02:26:30.358Z] 02:04:02 1 1.62 0.00 0.30 0.08 0.02 97.98 [2023-02-14T02:26:30.358Z] 02:04:02 2 3.73 0.00 0.37 0.12 0.02 95.77 [2023-02-14T02:26:30.358Z] 02:04:02 3 1.30 0.00 0.42 0.69 0.02 97.58 [2023-02-14T02:26:30.358Z] 02:04:02 4 0.87 0.00 0.78 0.08 0.02 98.25 [2023-02-14T02:26:30.358Z] 02:04:02 5 2.10 0.00 0.67 0.15 0.02 97.07 [2023-02-14T02:26:30.358Z] 02:04:02 6 1.89 0.00 1.48 0.08 0.02 96.53 [2023-02-14T02:26:30.358Z] 02:04:02 7 2.90 0.00 0.87 4.63 0.03 91.57 [2023-02-14T02:26:30.358Z] 02:05:01 all 0.06 0.00 0.01 0.04 0.01 99.87 [2023-02-14T02:26:30.358Z] 02:05:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2023-02-14T02:26:30.358Z] 02:05:01 1 0.19 0.00 0.00 0.00 0.00 99.81 [2023-02-14T02:26:30.358Z] 02:05:01 2 0.12 0.00 0.00 0.00 0.00 99.88 [2023-02-14T02:26:30.358Z] 02:05:01 3 0.03 0.00 0.02 0.22 0.02 99.71 [2023-02-14T02:26:30.358Z] 02:05:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T02:26:30.358Z] 02:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-14T02:26:30.358Z] 02:05:01 6 0.02 0.00 0.03 0.14 0.02 99.80 [2023-02-14T02:26:30.358Z] 02:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-14T02:26:30.358Z] 02:06:01 all 0.29 0.00 0.01 0.00 0.00 99.70 [2023-02-14T02:26:30.358Z] 02:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-14T02:26:30.358Z] 02:06:01 1 1.99 0.00 0.00 0.00 0.02 98.00 [2023-02-14T02:26:30.358Z] 02:06:01 2 0.08 0.00 0.00 0.00 0.00 99.92 [2023-02-14T02:26:30.358Z] 02:06:01 3 0.07 0.00 0.00 0.03 0.00 99.90 [2023-02-14T02:26:30.358Z] 02:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T02:26:30.358Z] 02:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T02:26:30.358Z] 02:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T02:26:30.358Z] 02:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-14T02:26:30.358Z] 02:07:01 all 0.10 0.00 0.02 0.00 0.01 99.87 [2023-02-14T02:26:30.358Z] 02:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-14T02:26:30.358Z] 02:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T02:26:30.359Z] 02:07:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-14T02:26:30.359Z] 02:07:01 3 0.07 0.00 0.03 0.03 0.02 99.85 [2023-02-14T02:26:30.359Z] 02:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T02:26:30.359Z] 02:07:01 5 0.60 0.00 0.02 0.00 0.00 99.39 [2023-02-14T02:26:30.359Z] 02:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:26:30.359Z] 02:07:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-14T02:26:30.359Z] 02:08:01 all 0.11 0.00 0.08 0.26 0.00 99.55 [2023-02-14T02:26:30.359Z] 02:08:01 0 0.13 0.00 0.05 0.00 0.02 99.80 [2023-02-14T02:26:30.359Z] 02:08:01 1 0.13 0.00 0.08 0.08 0.00 99.70 [2023-02-14T02:26:30.359Z] 02:08:01 2 0.17 0.00 0.07 0.02 0.00 99.75 [2023-02-14T02:26:30.359Z] 02:08:01 3 0.05 0.00 0.15 1.95 0.00 97.85 [2023-02-14T02:26:30.359Z] 02:08:01 4 0.12 0.00 0.18 0.02 0.00 99.68 [2023-02-14T02:26:30.359Z] 02:08:01 5 0.10 0.00 0.03 0.00 0.00 99.87 [2023-02-14T02:26:30.359Z] 02:08:01 6 0.10 0.00 0.07 0.02 0.00 99.82 [2023-02-14T02:26:30.359Z] 02:08:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2023-02-14T02:26:30.359Z] 02:09:01 all 2.54 0.00 0.36 6.21 0.05 90.84 [2023-02-14T02:26:30.359Z] 02:09:01 0 4.66 0.00 0.27 3.89 0.05 91.13 [2023-02-14T02:26:30.359Z] 02:09:01 1 1.52 0.00 0.25 14.16 0.03 84.03 [2023-02-14T02:26:30.359Z] 02:09:01 2 1.18 0.00 0.25 0.12 0.03 98.41 [2023-02-14T02:26:30.359Z] 02:09:01 3 0.74 0.00 0.25 29.61 0.10 69.31 [2023-02-14T02:26:30.359Z] 02:09:01 4 3.97 0.00 0.27 0.18 0.05 95.53 [2023-02-14T02:26:30.359Z] 02:09:01 5 2.31 0.00 0.37 0.94 0.03 96.35 [2023-02-14T02:26:30.359Z] 02:09:01 6 2.98 0.00 0.42 0.38 0.03 96.18 [2023-02-14T02:26:30.359Z] 02:09:01 7 2.95 0.00 0.79 0.35 0.08 95.83 [2023-02-14T02:26:30.359Z] 02:10:01 all 6.53 0.00 3.23 2.40 0.06 87.78 [2023-02-14T02:26:30.359Z] 02:10:01 0 7.41 0.00 3.31 3.07 0.07 86.14 [2023-02-14T02:26:30.359Z] 02:10:01 1 7.61 0.00 4.16 0.52 0.05 87.66 [2023-02-14T02:26:30.359Z] 02:10:01 2 6.44 0.00 2.63 0.10 0.07 90.76 [2023-02-14T02:26:30.359Z] 02:10:01 3 4.57 0.00 2.73 3.54 0.07 89.09 [2023-02-14T02:26:30.359Z] 02:10:01 4 8.08 0.00 3.96 5.71 0.05 82.20 [2023-02-14T02:26:30.359Z] 02:10:01 5 5.76 0.00 2.90 4.06 0.05 87.23 [2023-02-14T02:26:30.359Z] 02:10:01 6 5.95 0.00 2.98 1.01 0.05 90.01 [2023-02-14T02:26:30.359Z] 02:10:01 7 6.45 0.00 3.17 1.14 0.10 89.14 [2023-02-14T02:26:30.359Z] 02:11:01 all 1.13 0.00 0.46 0.57 0.03 97.80 [2023-02-14T02:26:30.359Z] 02:11:01 0 1.79 0.00 0.49 0.13 0.02 97.57 [2023-02-14T02:26:30.359Z] 02:11:01 1 1.14 0.00 0.48 0.12 0.02 98.25 [2023-02-14T02:26:30.359Z] 02:11:01 2 1.14 0.00 0.57 1.20 0.03 97.06 [2023-02-14T02:26:30.359Z] 02:11:01 3 1.16 0.00 0.42 0.18 0.07 98.17 [2023-02-14T02:26:30.359Z] 02:11:01 4 0.48 0.00 0.23 0.25 0.02 99.02 [2023-02-14T02:26:30.359Z] 02:11:01 5 0.57 0.00 0.55 2.32 0.02 96.55 [2023-02-14T02:26:30.359Z] 02:11:01 6 1.17 0.00 0.35 0.03 0.03 98.41 [2023-02-14T02:26:30.359Z] 02:11:01 7 1.63 0.00 0.55 0.34 0.07 97.41 [2023-02-14T02:26:30.359Z] 02:12:01 all 0.64 0.00 0.23 0.32 0.05 98.76 [2023-02-14T02:26:30.359Z] 02:12:01 0 0.65 0.00 0.17 0.05 0.03 99.10 [2023-02-14T02:26:30.359Z] 02:12:01 1 0.72 0.00 0.27 0.03 0.03 98.94 [2023-02-14T02:26:30.359Z] 02:12:01 2 0.45 0.00 0.22 0.37 0.02 98.95 [2023-02-14T02:26:30.359Z] 02:12:01 3 0.53 0.00 0.17 0.10 0.10 99.10 [2023-02-14T02:26:30.359Z] 02:12:01 4 0.92 0.00 0.35 0.03 0.03 98.66 [2023-02-14T02:26:30.359Z] 02:12:01 5 0.18 0.00 0.27 1.82 0.02 97.71 [2023-02-14T02:26:30.359Z] 02:12:01 6 0.98 0.00 0.23 0.08 0.03 98.67 [2023-02-14T02:26:30.359Z] 02:12:01 7 0.71 0.00 0.20 0.05 0.12 98.92 [2023-02-14T02:26:30.359Z] 02:13:01 all 0.94 0.00 0.64 0.24 0.01 98.16 [2023-02-14T02:26:30.359Z] 02:13:01 0 0.47 0.00 0.38 0.00 0.02 99.13 [2023-02-14T02:26:30.359Z] 02:13:01 1 0.82 0.00 0.37 0.02 0.00 98.80 [2023-02-14T02:26:30.359Z] 02:13:01 2 1.70 0.00 0.45 0.02 0.02 97.81 [2023-02-14T02:26:30.359Z] 02:13:01 3 1.02 0.00 1.82 0.02 0.02 97.13 [2023-02-14T02:26:30.359Z] 02:13:01 4 0.72 0.00 0.58 0.77 0.00 97.93 [2023-02-14T02:26:30.359Z] 02:13:01 5 0.55 0.00 0.70 0.40 0.00 98.35 [2023-02-14T02:26:30.359Z] 02:13:01 6 1.57 0.00 0.45 0.20 0.03 97.75 [2023-02-14T02:26:30.359Z] 02:13:01 7 0.72 0.00 0.38 0.52 0.02 98.37 [2023-02-14T02:26:30.359Z] 02:14:01 all 0.30 0.00 0.13 0.08 0.02 99.47 [2023-02-14T02:26:30.359Z] 02:14:01 0 0.13 0.00 0.08 0.00 0.00 99.78 [2023-02-14T02:26:30.359Z] 02:14:01 1 0.25 0.00 0.13 0.02 0.02 99.58 [2023-02-14T02:26:30.359Z] 02:14:01 2 0.17 0.00 0.12 0.05 0.02 99.65 [2023-02-14T02:26:30.359Z] 02:14:01 3 0.22 0.00 0.15 0.02 0.02 99.60 [2023-02-14T02:26:30.359Z] 02:14:01 4 0.05 0.00 0.05 0.02 0.02 99.87 [2023-02-14T02:26:30.359Z] 02:14:01 5 0.23 0.00 0.13 0.02 0.02 99.60 [2023-02-14T02:26:30.359Z] 02:14:01 6 1.11 0.00 0.18 0.50 0.03 98.17 [2023-02-14T02:26:30.359Z] 02:14:01 7 0.23 0.00 0.18 0.02 0.02 99.55 [2023-02-14T02:26:30.359Z] [2023-02-14T02:26:30.359Z] 02:14:01 CPU %user %nice %system %iowait %steal %idle [2023-02-14T02:26:30.359Z] 02:15:01 all 0.80 0.00 0.33 0.43 0.03 98.41 [2023-02-14T02:26:30.359Z] 02:15:01 0 0.93 0.00 0.38 0.00 0.03 98.65 [2023-02-14T02:26:30.359Z] 02:15:01 1 1.29 0.00 0.43 0.13 0.03 98.11 [2023-02-14T02:26:30.359Z] 02:15:01 2 1.10 0.00 0.47 0.05 0.02 98.36 [2023-02-14T02:26:30.359Z] 02:15:01 3 0.43 0.00 0.35 2.21 0.05 96.96 [2023-02-14T02:26:30.359Z] 02:15:01 4 0.32 0.00 0.05 0.00 0.00 99.63 [2023-02-14T02:26:30.359Z] 02:15:01 5 0.63 0.00 0.23 0.00 0.00 99.13 [2023-02-14T02:26:30.359Z] 02:15:01 6 1.09 0.00 0.42 1.07 0.02 97.40 [2023-02-14T02:26:30.359Z] 02:15:01 7 0.64 0.00 0.27 0.00 0.05 99.04 [2023-02-14T02:26:30.359Z] 02:16:01 all 0.75 0.00 0.31 0.40 0.03 98.52 [2023-02-14T02:26:30.359Z] 02:16:01 0 0.98 0.00 0.55 0.10 0.03 98.33 [2023-02-14T02:26:30.359Z] 02:16:01 1 0.85 0.00 0.45 0.03 0.02 98.65 [2023-02-14T02:26:30.359Z] 02:16:01 2 1.09 0.00 0.38 0.00 0.02 98.51 [2023-02-14T02:26:30.359Z] 02:16:01 3 0.75 0.00 0.38 2.36 0.03 96.47 [2023-02-14T02:26:30.359Z] 02:16:01 4 0.08 0.00 0.02 0.00 0.00 99.90 [2023-02-14T02:26:30.359Z] 02:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:26:30.359Z] 02:16:01 6 1.37 0.00 0.40 0.68 0.03 97.52 [2023-02-14T02:26:30.359Z] 02:16:01 7 0.87 0.00 0.32 0.00 0.07 98.74 [2023-02-14T02:26:30.359Z] 02:17:01 all 0.05 0.00 0.06 0.09 0.02 99.79 [2023-02-14T02:26:30.359Z] 02:17:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-14T02:26:30.359Z] 02:17:01 1 0.13 0.00 0.08 0.00 0.02 99.77 [2023-02-14T02:26:30.359Z] 02:17:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-14T02:26:30.359Z] 02:17:01 3 0.05 0.00 0.08 0.47 0.03 99.37 [2023-02-14T02:26:30.359Z] 02:17:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-14T02:26:30.359Z] 02:17:01 5 0.00 0.00 0.03 0.00 0.02 99.95 [2023-02-14T02:26:30.359Z] 02:17:01 6 0.07 0.00 0.15 0.23 0.02 99.53 [2023-02-14T02:26:30.359Z] 02:17:01 7 0.02 0.00 0.00 0.00 0.03 99.95 [2023-02-14T02:26:30.359Z] 02:18:01 all 0.17 0.00 0.14 0.05 0.02 99.61 [2023-02-14T02:26:30.359Z] 02:18:01 0 0.20 0.00 0.15 0.00 0.02 99.63 [2023-02-14T02:26:30.359Z] 02:18:01 1 0.28 0.00 0.12 0.00 0.02 99.58 [2023-02-14T02:26:30.359Z] 02:18:01 2 0.17 0.00 0.20 0.00 0.02 99.62 [2023-02-14T02:26:30.359Z] 02:18:01 3 0.30 0.00 0.17 0.30 0.05 99.18 [2023-02-14T02:26:30.359Z] 02:18:01 4 0.12 0.00 0.08 0.02 0.00 99.78 [2023-02-14T02:26:30.359Z] 02:18:01 5 0.07 0.00 0.15 0.00 0.02 99.77 [2023-02-14T02:26:30.359Z] 02:18:01 6 0.07 0.00 0.13 0.12 0.02 99.66 [2023-02-14T02:26:30.359Z] 02:18:01 7 0.17 0.00 0.10 0.00 0.05 99.68 [2023-02-14T02:26:30.359Z] 02:19:01 all 0.36 0.00 0.13 0.09 0.02 99.39 [2023-02-14T02:26:30.359Z] 02:19:01 0 0.50 0.00 0.07 0.00 0.00 99.43 [2023-02-14T02:26:30.359Z] 02:19:01 1 0.45 0.00 0.15 0.00 0.02 99.38 [2023-02-14T02:26:30.359Z] 02:19:01 2 0.25 0.00 0.25 0.00 0.02 99.48 [2023-02-14T02:26:30.359Z] 02:19:01 3 0.50 0.00 0.07 0.64 0.05 98.74 [2023-02-14T02:26:30.359Z] 02:19:01 4 0.37 0.00 0.10 0.00 0.02 99.52 [2023-02-14T02:26:30.359Z] 02:19:01 5 0.20 0.00 0.10 0.00 0.02 99.68 [2023-02-14T02:26:30.359Z] 02:19:01 6 0.42 0.00 0.28 0.10 0.03 99.16 [2023-02-14T02:26:30.359Z] 02:19:01 7 0.20 0.00 0.05 0.00 0.03 99.72 [2023-02-14T02:26:30.359Z] 02:20:01 all 15.08 0.00 3.29 1.21 0.06 80.37 [2023-02-14T02:26:30.359Z] 02:20:01 0 16.17 0.00 3.49 0.00 0.05 80.29 [2023-02-14T02:26:30.359Z] 02:20:01 1 16.02 0.00 3.33 6.45 0.05 74.15 [2023-02-14T02:26:30.359Z] 02:20:01 2 13.74 0.00 3.07 0.15 0.05 82.99 [2023-02-14T02:26:30.359Z] 02:20:01 3 14.66 0.00 2.87 0.61 0.10 81.76 [2023-02-14T02:26:30.359Z] 02:20:01 4 15.15 0.00 2.87 0.02 0.05 81.92 [2023-02-14T02:26:30.359Z] 02:20:01 5 16.82 0.00 3.80 0.07 0.07 79.25 [2023-02-14T02:26:30.359Z] 02:20:01 6 14.21 0.00 2.77 0.08 0.05 82.89 [2023-02-14T02:26:30.359Z] 02:20:01 7 13.87 0.00 4.10 2.30 0.07 79.67 [2023-02-14T02:26:30.359Z] 02:21:01 all 23.94 0.00 3.62 0.87 0.07 71.51 [2023-02-14T02:26:30.359Z] 02:21:01 0 23.74 0.00 3.71 0.30 0.07 72.18 [2023-02-14T02:26:30.359Z] 02:21:01 1 24.21 0.00 3.87 0.12 0.05 71.75 [2023-02-14T02:26:30.359Z] 02:21:01 2 23.68 0.00 3.44 0.18 0.05 72.65 [2023-02-14T02:26:30.359Z] 02:21:01 3 23.52 0.00 3.42 1.16 0.08 71.82 [2023-02-14T02:26:30.359Z] 02:21:01 4 23.67 0.00 3.46 3.24 0.05 69.58 [2023-02-14T02:26:30.359Z] 02:21:01 5 23.59 0.00 3.70 1.11 0.07 71.54 [2023-02-14T02:26:30.359Z] 02:21:01 6 24.03 0.00 3.38 0.15 0.07 72.37 [2023-02-14T02:26:30.359Z] 02:21:01 7 25.07 0.00 3.99 0.67 0.08 70.18 [2023-02-14T02:26:30.359Z] 02:22:01 all 3.41 0.00 1.28 0.83 0.03 94.46 [2023-02-14T02:26:30.359Z] 02:22:01 0 3.41 0.00 1.22 0.33 0.02 95.02 [2023-02-14T02:26:30.359Z] 02:22:01 1 3.60 0.00 1.26 0.05 0.03 95.06 [2023-02-14T02:26:30.359Z] 02:22:01 2 2.00 0.00 1.61 3.66 0.03 92.70 [2023-02-14T02:26:30.359Z] 02:22:01 3 4.15 0.00 1.22 0.23 0.03 94.36 [2023-02-14T02:26:30.359Z] 02:22:01 4 2.91 0.00 1.23 0.76 0.02 95.10 [2023-02-14T02:26:30.359Z] 02:22:01 5 2.80 0.00 1.04 0.05 0.02 96.10 [2023-02-14T02:26:30.359Z] 02:22:01 6 3.13 0.00 1.15 0.02 0.02 95.68 [2023-02-14T02:26:30.359Z] 02:22:01 7 5.25 0.00 1.48 1.58 0.03 91.66 [2023-02-14T02:26:30.359Z] 02:23:01 all 0.01 0.00 0.00 0.01 0.01 99.96 [2023-02-14T02:26:30.359Z] 02:23:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-14T02:26:30.359Z] 02:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-14T02:26:30.359Z] 02:23:01 2 0.03 0.00 0.02 0.03 0.02 99.90 [2023-02-14T02:26:30.359Z] 02:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-14T02:26:30.359Z] 02:23:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-14T02:26:30.359Z] 02:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T02:26:30.359Z] 02:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:26:30.359Z] 02:23:01 7 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-14T02:26:30.359Z] 02:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-14T02:26:30.359Z] 02:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-14T02:26:30.360Z] 02:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:26:30.360Z] 02:24:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2023-02-14T02:26:30.360Z] 02:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-14T02:26:30.360Z] 02:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-14T02:26:30.360Z] 02:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:26:30.360Z] 02:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T02:26:30.360Z] 02:24:01 7 0.03 0.00 0.05 0.02 0.00 99.90 [2023-02-14T02:26:30.360Z] 02:25:01 all 0.30 0.00 0.08 0.04 0.01 99.57 [2023-02-14T02:26:30.360Z] 02:25:01 0 0.10 0.00 0.08 0.00 0.00 99.82 [2023-02-14T02:26:30.360Z] 02:25:01 1 0.17 0.00 0.10 0.00 0.00 99.73 [2023-02-14T02:26:30.360Z] 02:25:01 2 0.90 0.00 0.08 0.02 0.02 98.98 [2023-02-14T02:26:30.360Z] 02:25:01 3 0.28 0.00 0.08 0.00 0.00 99.63 [2023-02-14T02:26:30.360Z] 02:25:01 4 0.22 0.00 0.05 0.00 0.00 99.73 [2023-02-14T02:26:30.360Z] 02:25:01 5 0.15 0.00 0.02 0.00 0.00 99.83 [2023-02-14T02:26:30.360Z] 02:25:01 6 0.08 0.00 0.03 0.00 0.02 99.87 [2023-02-14T02:26:30.360Z] 02:25:01 7 0.52 0.00 0.17 0.30 0.02 99.00 [2023-02-14T02:26:30.360Z] [2023-02-14T02:26:30.360Z] 02:25:01 CPU %user %nice %system %iowait %steal %idle [2023-02-14T02:26:30.360Z] 02:26:01 all 7.87 0.00 3.28 4.17 0.13 84.55 [2023-02-14T02:26:30.360Z] 02:26:01 0 7.70 0.00 2.99 0.17 0.14 89.01 [2023-02-14T02:26:30.360Z] 02:26:01 1 7.08 0.00 3.77 5.74 0.17 83.24 [2023-02-14T02:26:30.360Z] 02:26:01 2 8.14 0.00 3.55 2.60 0.10 85.60 [2023-02-14T02:26:30.360Z] 02:26:01 3 9.43 0.00 3.33 13.91 0.10 73.22 [2023-02-14T02:26:30.360Z] 02:26:01 4 8.62 0.00 2.64 4.23 0.08 84.43 [2023-02-14T02:26:30.360Z] 02:26:01 5 6.30 0.00 2.69 0.05 0.10 90.86 [2023-02-14T02:26:30.360Z] 02:26:01 6 7.14 0.00 2.90 0.49 0.05 89.42 [2023-02-14T02:26:30.360Z] 02:26:01 7 8.54 0.00 4.39 6.17 0.32 80.58 [2023-02-14T02:26:30.360Z] Average: all 2.92 0.00 0.79 0.83 0.03 95.43 [2023-02-14T02:26:30.360Z] Average: 0 3.08 0.00 0.77 0.36 0.03 95.76 [2023-02-14T02:26:30.360Z] Average: 1 3.04 0.00 0.85 1.20 0.03 94.89 [2023-02-14T02:26:30.360Z] Average: 2 2.88 0.00 0.77 0.38 0.03 95.95 [2023-02-14T02:26:30.360Z] Average: 3 2.77 0.00 0.79 2.53 0.04 93.88 [2023-02-14T02:26:30.360Z] Average: 4 2.89 0.00 0.74 0.66 0.02 95.69 [2023-02-14T02:26:30.360Z] Average: 5 2.72 0.00 0.75 0.48 0.02 96.03 [2023-02-14T02:26:30.360Z] Average: 6 2.92 0.00 0.77 0.23 0.02 96.05 [2023-02-14T02:26:30.360Z] Average: 7 3.07 0.00 0.91 0.78 0.05 95.19 [2023-02-14T02:26:30.360Z] [2023-02-14T02:26:30.360Z] [2023-02-14T02:26:30.360Z]