Pull request #153 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f09a9d52dca3d8d07231960e0d3e491f7a6031bc+c8ddb795451293862e71ea8481bb36f4aa2ad204 (9d23fc2f8cccd4c32e6a81de8c09777a2561b38e) 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-ssh8501280846945808196.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-ssh12109710949361297712.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-153/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-153/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13099133907480660681.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-153/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1922177721829022617.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11449768256995982897.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-153/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-153/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8284634790124654350.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5710 in /w/workspace/undry_device-rfid-llrp-go_PR-153 [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/undry_device-rfid-llrp-go_PR-153 # 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 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 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/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c8ddb795451293862e71ea8481bb36f4aa2ad204 into PR head commit f09a9d52dca3d8d07231960e0d3e491f7a6031bc Merge succeeded, producing f09a9d52dca3d8d07231960e0d3e491f7a6031bc Checking out Revision f09a9d52dca3d8d07231960e0d3e491f7a6031bc (PR-153) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-14T02:20:01.561Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-14T02:20:01.716Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-14T02:20:01.806Z] ========================================================= [2023-02-14T02:20:01.806Z] EdgeX Global Pipelines Version Info [2023-02-14T02:20:01.806Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 [2023-02-14T02:20:03.367Z] ------------------- [2023-02-14T02:20:03.367Z] stable info: [2023-02-14T02:20:03.367Z] ------------------- [2023-02-14T02:20:03.367Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-14T02:20:03.367Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T02:20:03.367Z] Message: update stable to v1.0.244 [2023-02-14T02:20:04.310Z] ------------------- [2023-02-14T02:20:04.310Z] experimental info: [2023-02-14T02:20:04.310Z] ------------------- [2023-02-14T02:20:04.310Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-14T02:20:04.310Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T02:20:04.310Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-14T02:20:04.593Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-02-14T02:20:04.641Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-02-14T02:20:04.692Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-14T02:20:04.737Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-14T02:20:04.780Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-14T02:20:04.820Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-14T02:20:04.857Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-14T02:20:04.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-14T02:20:04.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-14T02:20:04.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-14T02:20:05.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-14T02:20:05.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-02-14T02:20:05.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-14T02:20:05.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-14T02:20:05.188Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T02:20:05.223Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T02:20:05.262Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T02:20:05.307Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T02:20:05.347Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-14T02:20:05.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-14T02:20:05.431Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-14T02:20:05.469Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-14T02:20:05.503Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-14T02:20:05.541Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-14T02:20:05.584Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-14T02:20:05.631Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-14T02:20:05.677Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-14T02:20:05.719Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-153 [Pipeline] echo [2023-02-14T02:20:05.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-153 [Pipeline] echo [2023-02-14T02:20:05.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-153 [Pipeline] echo [2023-02-14T02:20:05.844Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo [2023-02-14T02:20:05.881Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f09a9d5 [Pipeline] echo [2023-02-14T02:20:05.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:20:06.058Z] provisioning config files... [2023-02-14T02:20:06.072Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config16570676330205926620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:20:06.430Z] ---> docker-login.sh [2023-02-14T02:20:06.430Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:20:07.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:07.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:07.008Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:07.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:07.008Z] [2023-02-14T02:20:07.008Z] Login Succeeded [2023-02-14T02:20:07.008Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:20:07.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:07.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:07.270Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:07.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:07.270Z] [2023-02-14T02:20:07.270Z] Login Succeeded [2023-02-14T02:20:07.270Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:20:07.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:07.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:07.270Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:07.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:07.270Z] [2023-02-14T02:20:07.270Z] Login Succeeded [2023-02-14T02:20:07.270Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:20:07.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:08.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:08.651Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:08.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:08.651Z] [2023-02-14T02:20:08.651Z] Login Succeeded [2023-02-14T02:20:08.651Z] docker.io [2023-02-14T02:20:08.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:09.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:09.592Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:09.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:09.592Z] [2023-02-14T02:20:09.592Z] Login Succeeded [2023-02-14T02:20:09.592Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:20:09.622Z] 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:20:10.241Z] + git rev-list -1 --merges f09a9d52dca3d8d07231960e0d3e491f7a6031bc~1..f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo [2023-02-14T02:20:10.307Z] -----------> git rev-list -1 --merges f09a9d52dca3d8d07231960e0d3e491f7a6031bc~1..f09a9d52dca3d8d07231960e0d3e491f7a6031bc f09a9d52dca3d8d07231960e0d3e491f7a6031bc [false] [Pipeline] sh [2023-02-14T02:20:10.625Z] + git log --format=format:%s -1 f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo [2023-02-14T02:20:10.663Z] ========================================================= [2023-02-14T02:20:10.663Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-14T02:20:10.663Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T02:20:11.108Z] + git log --format=format:%s -1 f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo [2023-02-14T02:20:11.137Z] [semverPrep] GIT_COMMIT: f09a9d52dca3d8d07231960e0d3e491f7a6031bc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-02-14T02:20:11.170Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-14T02:20:11.601Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T02:20:11.601Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-14T02:20:11.601Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-14T02:20:11.601Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-14T02:20:11.601Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-14T02:20:11.601Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-14T02:20:11.601Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:20:12.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:20:12.098Z] [2023-02-14T02:20:12.098Z] 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:20:12.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:20:12.492Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-14T02:20:12.492Z] b85a868b505f: Pulling fs layer [2023-02-14T02:20:12.492Z] e2be974225ed: Pulling fs layer [2023-02-14T02:20:12.492Z] 339a4e72a1f5: Pulling fs layer [2023-02-14T02:20:12.492Z] 988bab9f4d93: Pulling fs layer [2023-02-14T02:20:12.492Z] 1469e6f7b9e6: Pulling fs layer [2023-02-14T02:20:12.492Z] eaf3925da568: Pulling fs layer [2023-02-14T02:20:12.492Z] bab4dde63d76: Pulling fs layer [2023-02-14T02:20:12.492Z] bde34c3a00c8: Pulling fs layer [2023-02-14T02:20:12.492Z] b352a97aabf1: Pulling fs layer [2023-02-14T02:20:12.492Z] 4872d77fe225: Pulling fs layer [2023-02-14T02:20:12.492Z] 5851b861e8e6: Pulling fs layer [2023-02-14T02:20:12.492Z] 988bab9f4d93: Waiting [2023-02-14T02:20:12.492Z] 1469e6f7b9e6: Waiting [2023-02-14T02:20:12.492Z] bab4dde63d76: Waiting [2023-02-14T02:20:12.492Z] 4872d77fe225: Waiting [2023-02-14T02:20:12.492Z] 5851b861e8e6: Waiting [2023-02-14T02:20:12.492Z] bde34c3a00c8: Waiting [2023-02-14T02:20:12.492Z] b352a97aabf1: Waiting [2023-02-14T02:20:12.492Z] eaf3925da568: Waiting [2023-02-14T02:20:12.492Z] e2be974225ed: Verifying Checksum [2023-02-14T02:20:12.492Z] e2be974225ed: Download complete [2023-02-14T02:20:12.492Z] 988bab9f4d93: Verifying Checksum [2023-02-14T02:20:12.492Z] 988bab9f4d93: Download complete [2023-02-14T02:20:12.759Z] 339a4e72a1f5: Verifying Checksum [2023-02-14T02:20:12.759Z] 339a4e72a1f5: Download complete [2023-02-14T02:20:12.759Z] eaf3925da568: Verifying Checksum [2023-02-14T02:20:12.759Z] eaf3925da568: Download complete [2023-02-14T02:20:12.759Z] 1469e6f7b9e6: Verifying Checksum [2023-02-14T02:20:12.759Z] 1469e6f7b9e6: Download complete [2023-02-14T02:20:12.759Z] bde34c3a00c8: Verifying Checksum [2023-02-14T02:20:12.759Z] bde34c3a00c8: Download complete [2023-02-14T02:20:13.022Z] b352a97aabf1: Download complete [2023-02-14T02:20:13.022Z] 4872d77fe225: Verifying Checksum [2023-02-14T02:20:13.022Z] 4872d77fe225: Download complete [2023-02-14T02:20:13.022Z] 5851b861e8e6: Verifying Checksum [2023-02-14T02:20:13.022Z] 5851b861e8e6: Download complete [2023-02-14T02:20:13.022Z] b85a868b505f: Download complete [2023-02-14T02:20:13.283Z] bab4dde63d76: Verifying Checksum [2023-02-14T02:20:13.283Z] bab4dde63d76: Download complete [2023-02-14T02:20:14.220Z] b85a868b505f: Pull complete [2023-02-14T02:20:14.480Z] e2be974225ed: Pull complete [2023-02-14T02:20:14.741Z] 339a4e72a1f5: Pull complete [2023-02-14T02:20:15.001Z] 988bab9f4d93: Pull complete [2023-02-14T02:20:15.260Z] 1469e6f7b9e6: Pull complete [2023-02-14T02:20:15.260Z] eaf3925da568: Pull complete [2023-02-14T02:20:17.162Z] bab4dde63d76: Pull complete [2023-02-14T02:20:17.162Z] bde34c3a00c8: Pull complete [2023-02-14T02:20:17.162Z] b352a97aabf1: Pull complete [2023-02-14T02:20:17.162Z] 4872d77fe225: Pull complete [2023-02-14T02:20:17.425Z] 5851b861e8e6: Pull complete [2023-02-14T02:20:17.425Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-14T02:20:17.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T02:20:17.425Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:20:17.656Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2023-02-14T02:20:17.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@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:20:19.219Z] $ docker top 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c -eo pid,comm [2023-02-14T02:20:19.358Z] 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:20:19.358Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T02:20:19.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:20:19.472Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:20:19.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:20:19.506Z] $ docker exec 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent [2023-02-14T02:20:19.697Z] SSH_AUTH_SOCK=/tmp/ssh-BX5JcHWHWVvR/agent.32 [2023-02-14T02:20:19.697Z] SSH_AGENT_PID=38 [2023-02-14T02:20:19.705Z] Running ssh-add (command line suppressed) [2023-02-14T02:20:19.751Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_10362290894273904580.key (/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_10362290894273904580.key) [2023-02-14T02:20:19.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:20:20.171Z] + git tag --points-at HEAD [Pipeline] } [2023-02-14T02:20:20.114Z] $ docker exec --env ******** --env ******** 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent -k [2023-02-14T02:20:20.213Z] unset SSH_AUTH_SOCK; [2023-02-14T02:20:20.213Z] unset SSH_AGENT_PID; [2023-02-14T02:20:20.214Z] echo Agent pid 38 killed; [2023-02-14T02:20:20.308Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-14T02:20:20.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T02:20:20.400Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T02:20:20.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T02:20:20.466Z] $ docker exec 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent [2023-02-14T02:20:20.662Z] SSH_AUTH_SOCK=/tmp/ssh-I0uczJnVSwCS/agent.70 [2023-02-14T02:20:20.662Z] SSH_AGENT_PID=76 [2023-02-14T02:20:20.667Z] Running ssh-add (command line suppressed) [2023-02-14T02:20:20.716Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_6156038786134523136.key (/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_6156038786134523136.key) [2023-02-14T02:20:20.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T02:20:21.148Z] + git semver init [2023-02-14T02:20:21.406Z] 2023-02-14 02:20:21,302 [run_init] DEBUG init version:0.0.0 force:False [2023-02-14T02:20:21.406Z] 2023-02-14 02:20:21,302 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver [2023-02-14T02:20:21.406Z] 2023-02-14 02:20:21,303 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-153/.semver [2023-02-14T02:20:21.406Z] 2023-02-14 02:20:21,303 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-153, universal_newlines=False, shell=None, istream=None) [2023-02-14T02:20:25.603Z] 2023-02-14 02:20:25,166 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-153/.git/info/exclude [2023-02-14T02:20:25.603Z] 2023-02-14 02:20:25,166 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver/PR-153 with force:False [2023-02-14T02:20:25.604Z] 2023-02-14 02:20:25,167 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver/PR-153 [2023-02-14T02:20:25.604Z] 2023-02-14 02:20:25,170 [execute] INFO git cat-file --batch-check [2023-02-14T02:20:25.604Z] 2023-02-14 02:20:25,171 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T02:20:25.604Z] 2023-02-14 02:20:25,178 [execute] INFO git cat-file --batch [2023-02-14T02:20:25.604Z] 2023-02-14 02:20:25,178 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T02:20:25.604Z] 2023-02-14 02:20:25,184 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-153/.semver/PR-153 [2023-02-14T02:20:25.604Z] 0.0.0 [Pipeline] } [2023-02-14T02:20:25.552Z] $ docker exec --env ******** --env ******** 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent -k [2023-02-14T02:20:25.652Z] unset SSH_AUTH_SOCK; [2023-02-14T02:20:25.652Z] unset SSH_AGENT_PID; [2023-02-14T02:20:25.652Z] echo Agent pid 76 killed; [2023-02-14T02:20:25.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T02:20:26.171Z] + git semver [Pipeline] } [2023-02-14T02:20:26.371Z] $ docker stop --time=1 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c [2023-02-14T02:20:27.738Z] $ docker rm -f --volumes 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:20:28.248Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-14T02:20:28.525Z] Stashed 1 file(s) [Pipeline] echo [2023-02-14T02:20:28.544Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:20:29.163Z] provisioning config files... [2023-02-14T02:20:29.174Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config117029471861135292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:20:29.519Z] ---> docker-login.sh [2023-02-14T02:20:29.519Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:20:29.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:29.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:29.519Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:29.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:29.519Z] [2023-02-14T02:20:29.519Z] Login Succeeded [2023-02-14T02:20:29.519Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:20:29.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:29.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:29.779Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:29.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:29.779Z] [2023-02-14T02:20:29.779Z] Login Succeeded [2023-02-14T02:20:29.779Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:20:29.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:29.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:29.779Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:29.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:29.779Z] [2023-02-14T02:20:29.779Z] Login Succeeded [2023-02-14T02:20:29.779Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:20:29.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:30.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:30.039Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:30.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:30.039Z] [2023-02-14T02:20:30.039Z] Login Succeeded [2023-02-14T02:20:30.039Z] docker.io [2023-02-14T02:20:30.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:20:31.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:20:31.423Z] Configure a credential helper to remove this warning. See [2023-02-14T02:20:31.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:20:31.423Z] [2023-02-14T02:20:31.423Z] Login Succeeded [2023-02-14T02:20:31.423Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:20:31.454Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-14T02:20:31.637Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:20:31.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:20:31.708Z] ========================================================= [2023-02-14T02:20:31.708Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-14T02:20:31.708Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:20:32.183Z] + 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:20:32.183Z] Sending build context to Docker daemon 4.111MB [2023-02-14T02:20:32.183Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:20:32.183Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-14T02:20:32.183Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-14T02:20:32.184Z] 213ec9aee27d: Pulling fs layer [2023-02-14T02:20:32.184Z] 4583459ba037: Pulling fs layer [2023-02-14T02:20:32.184Z] 93c1e223e6f2: Pulling fs layer [2023-02-14T02:20:32.184Z] 53926ce57604: Pulling fs layer [2023-02-14T02:20:32.184Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-14T02:20:32.184Z] 22ff95d597cd: Pulling fs layer [2023-02-14T02:20:32.184Z] 53926ce57604: Waiting [2023-02-14T02:20:32.184Z] 21b2b0c7a3f4: Waiting [2023-02-14T02:20:32.184Z] 12d6caf4c0d1: Pulling fs layer [2023-02-14T02:20:32.184Z] 22ff95d597cd: Waiting [2023-02-14T02:20:32.184Z] 96b7cbca73a9: Pulling fs layer [2023-02-14T02:20:32.184Z] a7acece74701: Pulling fs layer [2023-02-14T02:20:32.184Z] 12d6caf4c0d1: Waiting [2023-02-14T02:20:32.184Z] 96b7cbca73a9: Waiting [2023-02-14T02:20:32.184Z] a7acece74701: Waiting [2023-02-14T02:20:32.184Z] 4583459ba037: Verifying Checksum [2023-02-14T02:20:32.184Z] 4583459ba037: Download complete [2023-02-14T02:20:32.184Z] 93c1e223e6f2: Verifying Checksum [2023-02-14T02:20:32.184Z] 93c1e223e6f2: Download complete [2023-02-14T02:20:32.446Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-14T02:20:32.446Z] 21b2b0c7a3f4: Download complete [2023-02-14T02:20:32.446Z] 22ff95d597cd: Verifying Checksum [2023-02-14T02:20:32.446Z] 22ff95d597cd: Download complete [2023-02-14T02:20:32.446Z] 12d6caf4c0d1: Verifying Checksum [2023-02-14T02:20:32.446Z] 12d6caf4c0d1: Download complete [2023-02-14T02:20:32.711Z] 213ec9aee27d: Download complete [2023-02-14T02:20:32.977Z] 213ec9aee27d: Pull complete [2023-02-14T02:20:32.977Z] 4583459ba037: Pull complete [2023-02-14T02:20:32.977Z] 93c1e223e6f2: Pull complete [2023-02-14T02:20:33.579Z] 53926ce57604: Download complete [2023-02-14T02:20:33.839Z] a7acece74701: Verifying Checksum [2023-02-14T02:20:33.839Z] a7acece74701: Download complete [2023-02-14T02:20:33.839Z] 96b7cbca73a9: Verifying Checksum [2023-02-14T02:20:33.839Z] 96b7cbca73a9: Download complete [2023-02-14T02:20:38.022Z] 53926ce57604: Pull complete [2023-02-14T02:20:38.022Z] 21b2b0c7a3f4: Pull complete [2023-02-14T02:20:38.022Z] 22ff95d597cd: Pull complete [2023-02-14T02:20:38.022Z] 12d6caf4c0d1: Pull complete [2023-02-14T02:20:39.928Z] 96b7cbca73a9: Pull complete [2023-02-14T02:20:40.877Z] a7acece74701: Pull complete [2023-02-14T02:20:40.877Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-14T02:20:40.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T02:20:40.877Z] ---> db6d94c90886 [2023-02-14T02:20:40.877Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:20:42.786Z] ---> Running in 8e05cd4b3bdb [2023-02-14T02:20:42.786Z] Removing intermediate container 8e05cd4b3bdb [2023-02-14T02:20:42.786Z] ---> 51d9c8ce861a [2023-02-14T02:20:42.786Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:20:42.786Z] ---> Running in 36c9a4987244 [2023-02-14T02:20:43.045Z] Removing intermediate container 36c9a4987244 [2023-02-14T02:20:43.045Z] ---> 73192efb387a [2023-02-14T02:20:43.045Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:20:43.045Z] ---> Running in 9fbac1f91fd5 [2023-02-14T02:20:43.304Z] Removing intermediate container 9fbac1f91fd5 [2023-02-14T02:20:43.304Z] ---> 6ee4b8c7ca68 [2023-02-14T02:20:43.304Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:20:43.304Z] ---> Running in 7a8980619b3b [2023-02-14T02:20:43.562Z] Removing intermediate container 7a8980619b3b [2023-02-14T02:20:43.562Z] ---> 850fac572e90 [2023-02-14T02:20:43.562Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:20:43.562Z] ---> Running in 6c3f57233301 [2023-02-14T02:20:43.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T02:20:43.978Z] Still waiting to schedule task [2023-02-14T02:20:43.978Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-14T02:20:51.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T02:21:10.035Z] OK: 211 MiB in 51 packages [2023-02-14T02:21:10.035Z] Removing intermediate container 6c3f57233301 [2023-02-14T02:21:10.035Z] ---> b66f99db0794 [2023-02-14T02:21:10.035Z] Step 8/12 : WORKDIR /app [2023-02-14T02:21:10.035Z] ---> Running in e1ebf7ff7c26 [2023-02-14T02:21:10.035Z] Removing intermediate container e1ebf7ff7c26 [2023-02-14T02:21:10.035Z] ---> 80648965b31c [2023-02-14T02:21:10.035Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-14T02:21:10.035Z] ---> 1f9459d42c69 [2023-02-14T02:21:10.035Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:21:10.035Z] ---> Running in 4983413891a3 [2023-02-14T02:25:23.530Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5717 in /w/workspace/undry_device-rfid-llrp-go_PR-153 [Pipeline] { [Pipeline] ws [2023-02-14T02:25:23.593Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-02-14T02:25:23.676Z] Selected Git installation does not exist. Using Default [2023-02-14T02:25:23.677Z] The recommended git tool is: NONE [2023-02-14T02:25:28.665Z] using credential edgex-jenkins-ssh [2023-02-14T02:25:28.689Z] Cloning the remote Git repository [2023-02-14T02:25:28.702Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-14T02:25:28.767Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-02-14T02:25:28.894Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-14T02:25:28.894Z] > git --version # timeout=10 [2023-02-14T02:25:28.913Z] > git --version # 'git version 2.25.1' [2023-02-14T02:25:28.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T02:25:28.968Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T02:25:32.637Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-14T02:25:32.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T02:25:33.542Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-14T02:25:33.581Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-14T02:25:33.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T02:25:33.597Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-14T02:25:34.966Z] Merging remotes/origin/main commit c8ddb795451293862e71ea8481bb36f4aa2ad204 into PR head commit f09a9d52dca3d8d07231960e0d3e491f7a6031bc [2023-02-14T02:25:35.187Z] Merge succeeded, producing f09a9d52dca3d8d07231960e0d3e491f7a6031bc [2023-02-14T02:25:35.187Z] Checking out Revision f09a9d52dca3d8d07231960e0d3e491f7a6031bc (PR-153) [2023-02-14T02:25:34.954Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T02:25:34.980Z] > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 [2023-02-14T02:25:35.078Z] > git remote # timeout=10 [2023-02-14T02:25:35.093Z] > git config --get remote.origin.url # timeout=10 [2023-02-14T02:25:35.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T02:25:35.119Z] > git merge c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 [2023-02-14T02:25:35.142Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-14T02:25:35.165Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T02:25:35.176Z] > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 [2023-02-14T02:25:35.616Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-02-14T02:25:35.633Z] > git --version # timeout=10 [2023-02-14T02:25:35.642Z] > git --version # 'git version 2.25.1' [2023-02-14T02:25:35.654Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T02:25:36.861Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-14T02:25:36.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T02:25:36.861Z] Dload Upload Total Spent Left Speed [2023-02-14T02:25:37.131Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 25149 0 --:--:-- --:--:-- --:--:-- 25199 [Pipeline] sh [2023-02-14T02:25:37.711Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-14T02:25:38.054Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-14T02:25:38.054Z] + sudo tee /etc/docker/daemon.new [2023-02-14T02:25:38.054Z] { [2023-02-14T02:25:38.054Z] "registry-mirrors": [ [2023-02-14T02:25:38.054Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-14T02:25:38.054Z] ], [2023-02-14T02:25:38.054Z] "bip": "10.250.0.254/24", [2023-02-14T02:25:38.054Z] "hosts": [ [2023-02-14T02:25:38.054Z] "tcp://0.0.0.0:5555", [2023-02-14T02:25:38.054Z] "unix:///var/run/docker.sock" [2023-02-14T02:25:38.054Z] ], [2023-02-14T02:25:38.054Z] "mtu": 1458, [2023-02-14T02:25:38.054Z] "selinux-enabled": true, [2023-02-14T02:25:38.054Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-14T02:25:38.054Z] } [Pipeline] sh [2023-02-14T02:25:38.399Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-14T02:25:38.746Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:25:57.068Z] provisioning config files... [2023-02-14T02:25:57.092Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config9840686465133378111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:25:57.473Z] ---> docker-login.sh [2023-02-14T02:25:57.473Z] nexus3.edgexfoundry.org:10001 [2023-02-14T02:25:58.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:25:58.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:25:58.330Z] Configure a credential helper to remove this warning. See [2023-02-14T02:25:58.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:25:58.330Z] [2023-02-14T02:25:58.330Z] Login Succeeded [2023-02-14T02:25:58.330Z] nexus3.edgexfoundry.org:10002 [2023-02-14T02:25:58.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:25:58.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:25:58.599Z] Configure a credential helper to remove this warning. See [2023-02-14T02:25:58.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:25:58.599Z] [2023-02-14T02:25:58.599Z] Login Succeeded [2023-02-14T02:25:58.599Z] nexus3.edgexfoundry.org:10003 [2023-02-14T02:25:58.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:25:59.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:25:59.137Z] Configure a credential helper to remove this warning. See [2023-02-14T02:25:59.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:25:59.137Z] [2023-02-14T02:25:59.137Z] Login Succeeded [2023-02-14T02:25:59.137Z] nexus3.edgexfoundry.org:10004 [2023-02-14T02:25:59.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:25:59.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:25:59.415Z] Configure a credential helper to remove this warning. See [2023-02-14T02:25:59.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:25:59.415Z] [2023-02-14T02:25:59.415Z] Login Succeeded [2023-02-14T02:25:59.415Z] docker.io [2023-02-14T02:25:59.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T02:26:03.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T02:26:03.942Z] Configure a credential helper to remove this warning. See [2023-02-14T02:26:03.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T02:26:03.942Z] [2023-02-14T02:26:03.942Z] Login Succeeded [2023-02-14T02:26:03.942Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T02:26:03.972Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-14T02:26:04.363Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:26:04.397Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T02:26:04.430Z] ========================================================= [2023-02-14T02:26:04.430Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-14T02:26:04.430Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:26:04.926Z] + 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:26:05.193Z] Sending build context to Docker daemon 1.217MB [2023-02-14T02:26:05.194Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:26:05.194Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-14T02:26:05.465Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-14T02:26:05.465Z] 9b18e9b68314: Pulling fs layer [2023-02-14T02:26:05.465Z] 35d82f9e3411: Pulling fs layer [2023-02-14T02:26:05.465Z] e16973657156: Pulling fs layer [2023-02-14T02:26:05.465Z] fc693d55d65f: Pulling fs layer [2023-02-14T02:26:05.465Z] 7e9fc2657dce: Pulling fs layer [2023-02-14T02:26:05.465Z] dda99020689f: Pulling fs layer [2023-02-14T02:26:05.465Z] db1c61fa0a46: Pulling fs layer [2023-02-14T02:26:05.465Z] 891c053d2c06: Pulling fs layer [2023-02-14T02:26:05.465Z] fc693d55d65f: Waiting [2023-02-14T02:26:05.465Z] 7e9fc2657dce: Waiting [2023-02-14T02:26:05.465Z] dda99020689f: Waiting [2023-02-14T02:26:05.465Z] db1c61fa0a46: Waiting [2023-02-14T02:26:05.465Z] 891c053d2c06: Waiting [2023-02-14T02:26:05.465Z] e16973657156: Verifying Checksum [2023-02-14T02:26:05.465Z] e16973657156: Download complete [2023-02-14T02:26:05.465Z] 35d82f9e3411: Download complete [2023-02-14T02:26:05.465Z] 7e9fc2657dce: Verifying Checksum [2023-02-14T02:26:05.465Z] 7e9fc2657dce: Download complete [2023-02-14T02:26:05.465Z] dda99020689f: Verifying Checksum [2023-02-14T02:26:05.465Z] dda99020689f: Download complete [2023-02-14T02:26:05.465Z] 9b18e9b68314: Download complete [2023-02-14T02:26:06.441Z] 9b18e9b68314: Pull complete [2023-02-14T02:26:06.710Z] 891c053d2c06: Verifying Checksum [2023-02-14T02:26:06.710Z] 891c053d2c06: Download complete [2023-02-14T02:26:06.981Z] 35d82f9e3411: Pull complete [2023-02-14T02:26:07.250Z] e16973657156: Pull complete [2023-02-14T02:26:07.840Z] db1c61fa0a46: Verifying Checksum [2023-02-14T02:26:07.840Z] db1c61fa0a46: Download complete [2023-02-14T02:26:08.109Z] fc693d55d65f: Verifying Checksum [2023-02-14T02:26:08.110Z] fc693d55d65f: Download complete [2023-02-14T02:26:20.518Z] fc693d55d65f: Pull complete [2023-02-14T02:26:20.518Z] 7e9fc2657dce: Pull complete [2023-02-14T02:26:20.518Z] dda99020689f: Pull complete [2023-02-14T02:26:27.186Z] db1c61fa0a46: Pull complete [2023-02-14T02:26:28.606Z] 891c053d2c06: Pull complete [2023-02-14T02:26:28.606Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-14T02:26:28.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T02:26:28.606Z] ---> f96f9c87975a [2023-02-14T02:26:28.606Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:26:30.027Z] ---> Running in e65820ec1014 [2023-02-14T02:26:30.027Z] Removing intermediate container e65820ec1014 [2023-02-14T02:26:30.027Z] ---> 43b144e216be [2023-02-14T02:26:30.027Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:26:30.293Z] ---> Running in aa4ff2b7ac69 [2023-02-14T02:26:30.562Z] Removing intermediate container aa4ff2b7ac69 [2023-02-14T02:26:30.562Z] ---> 9b81d2653317 [2023-02-14T02:26:30.562Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:26:30.562Z] ---> Running in 4946cd7c6375 [2023-02-14T02:26:30.840Z] Removing intermediate container 4946cd7c6375 [2023-02-14T02:26:30.840Z] ---> 95d00389317d [2023-02-14T02:26:30.840Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:26:31.110Z] ---> Running in cff5c5bcbe7c [2023-02-14T02:26:31.382Z] Removing intermediate container cff5c5bcbe7c [2023-02-14T02:26:31.382Z] ---> 29f34caad8d5 [2023-02-14T02:26:31.382Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:26:31.382Z] ---> Running in e3c58b2f46af [2023-02-14T02:26:32.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T02:26:36.148Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T02:27:02.839Z] OK: 221 MiB in 51 packages [2023-02-14T02:27:02.839Z] Removing intermediate container e3c58b2f46af [2023-02-14T02:27:02.839Z] ---> 44a75fc39767 [2023-02-14T02:27:02.839Z] Step 8/12 : WORKDIR /app [2023-02-14T02:27:02.839Z] ---> Running in 4ff43ff824a2 [2023-02-14T02:27:02.839Z] Removing intermediate container 4ff43ff824a2 [2023-02-14T02:27:02.839Z] ---> 275a001e72ea [2023-02-14T02:27:02.839Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-14T02:27:03.427Z] ---> d44fea190cd7 [2023-02-14T02:27:03.427Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:27:03.427Z] ---> Running in 90c9bee23040 [2023-02-14T02:30:05.955Z] Removing intermediate container 4983413891a3 [2023-02-14T02:30:05.955Z] ---> 2b8b2f21681f [2023-02-14T02:30:05.955Z] Step 11/12 : COPY . . [2023-02-14T02:30:05.955Z] ---> 2e4234d96bb2 [2023-02-14T02:30:05.955Z] Step 12/12 : RUN $MAKE [2023-02-14T02:30:05.955Z] ---> Running in 632b2f917569 [2023-02-14T02:30:05.955Z] noop [2023-02-14T02:30:05.955Z] Removing intermediate container 632b2f917569 [2023-02-14T02:30:05.955Z] ---> 246a65bb2bcd [2023-02-14T02:30:05.955Z] Successfully built 246a65bb2bcd [2023-02-14T02:30:05.955Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:30:06.489Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T02:30:06.489Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:30:06.700Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2023-02-14T02:30:06.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-14T02:30:07.028Z] $ docker top 51a0984cb6e2f48a095851bf84eb869a7dd77c9c9f993209ec0e404c7e9d1a9b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:30:07.523Z] + go version [2023-02-14T02:30:07.523Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-14T02:30:07.474Z] $ docker stop --time=1 51a0984cb6e2f48a095851bf84eb869a7dd77c9c9f993209ec0e404c7e9d1a9b [2023-02-14T02:30:08.757Z] $ docker rm -f --volumes 51a0984cb6e2f48a095851bf84eb869a7dd77c9c9f993209ec0e404c7e9d1a9b [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:30:09.591Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T02:30:09.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:30:09.761Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2023-02-14T02:30:09.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-14T02:30:10.065Z] $ docker top bb01f0b15262e3c585848d2ce6e3a7e8795bb4a091fb14c72e4e4b07f74d4030 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:30:10.549Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-153 [Pipeline] fileExists [Pipeline] sh [2023-02-14T02:30:10.911Z] + make test [2023-02-14T02:30:10.911Z] go test ./... -coverprofile=coverage.out ./... [2023-02-14T02:30:11.172Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-14T02:30:21.149Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-14T02:30:21.149Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-14T02:30:25.192Z] Removing intermediate container 90c9bee23040 [2023-02-14T02:30:25.192Z] ---> 33dd29917a2c [2023-02-14T02:30:25.192Z] Step 11/12 : COPY . . [2023-02-14T02:30:25.192Z] ---> e8579f1bfe9c [2023-02-14T02:30:25.192Z] Step 12/12 : RUN $MAKE [2023-02-14T02:30:25.192Z] ---> Running in 7f87554c676b [2023-02-14T02:30:25.192Z] noop [2023-02-14T02:30:25.192Z] Removing intermediate container 7f87554c676b [2023-02-14T02:30:25.192Z] ---> c38e5c6127c9 [2023-02-14T02:30:25.192Z] Successfully built c38e5c6127c9 [2023-02-14T02:30:25.192Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:30:25.680Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T02:30:25.680Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:30:25.961Z] prd-ubuntu20.04-docker-arm64-4c-16g-5717 does not seem to be running inside a container [2023-02-14T02:30:25.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T02:30:26.414Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.388s coverage: 40.7% of statements [2023-02-14T02:30:26.414Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.242s coverage: 52.0% of statements [2023-02-14T02:30:26.414Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.030s coverage: 94.6% of statements [2023-02-14T02:30:27.326Z] $ docker top fa54ef483906db03b95f0e640586d2d90d6feb7cb9e532a7bf4827641ded4cc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:30:28.292Z] + go version [2023-02-14T02:30:28.292Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-14T02:30:28.263Z] $ docker stop --time=1 fa54ef483906db03b95f0e640586d2d90d6feb7cb9e532a7bf4827641ded4cc4 [2023-02-14T02:30:30.130Z] $ docker rm -f --volumes fa54ef483906db03b95f0e640586d2d90d6feb7cb9e532a7bf4827641ded4cc4 [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:30:31.059Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T02:30:31.060Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:30:31.315Z] prd-ubuntu20.04-docker-arm64-4c-16g-5717 does not seem to be running inside a container [2023-02-14T02:30:31.314Z] $ 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/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T02:30:32.526Z] $ docker top a9d68e1715f191aecf20670a058762d2946eb61be3f974e2e32751dd6aaf6bec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:30:33.447Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-14T02:30:34.159Z] + make test [2023-02-14T02:30:34.159Z] go test ./... -coverprofile=coverage.out ./... [2023-02-14T02:30:34.518Z] 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:30:34.518Z] go vet ./... [2023-02-14T02:30:36.739Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-14T02:30:37.049Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T02:30:37.049Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T02:30:37.307Z] ./bin/test-attribution-txt.sh [2023-02-14T02:30:37.307Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-14T02:30:37.307Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-14T02:30:37.348Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T02:30:37.318Z] $ docker stop --time=1 bb01f0b15262e3c585848d2ce6e3a7e8795bb4a091fb14c72e4e4b07f74d4030 [2023-02-14T02:30:39.319Z] $ docker rm -f --volumes bb01f0b15262e3c585848d2ce6e3a7e8795bb4a091fb14c72e4e4b07f74d4030 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:30:39.901Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T02:30:40.005Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-14T02:30:40.608Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-14T02:30:40.913Z] + ls -al . [2023-02-14T02:30:40.914Z] total 632 [2023-02-14T02:30:40.914Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 02:30 . [2023-02-14T02:30:40.914Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:19 .. [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:20 .dockerignore [2023-02-14T02:30:40.914Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:30 .git [2023-02-14T02:30:40.914Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:20 .github [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:20 .gitignore [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:20 .golangci.yml [2023-02-14T02:30:40.914Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:20 .semver [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:20 Attribution.txt [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:20 CHANGELOG.md [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:20 Dockerfile [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:20 GOVERNANCE.md [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:20 Jenkinsfile [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:20 LICENSE [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:20 Makefile [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:20 OWNERS.md [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:20 README.md [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 14 02:20 VERSION [2023-02-14T02:30:40.914Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:20 bin [2023-02-14T02:30:40.914Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:20 cmd [2023-02-14T02:30:40.914Z] -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:30 coverage.out [2023-02-14T02:30:40.914Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:20 examples [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:20 go.mod [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:20 go.sum [2023-02-14T02:30:40.914Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:20 images [2023-02-14T02:30:40.914Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:20 internal [2023-02-14T02:30:40.914Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:20 snap [2023-02-14T02:30:40.914Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:30:41.320Z] + 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=f09a9d52dca3d8d07231960e0d3e491f7a6031bc --label arch=amd64 --label version=0.0.0 . [2023-02-14T02:30:41.320Z] Sending build context to Docker daemon 4.111MB [2023-02-14T02:30:41.320Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:30:41.320Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-14T02:30:41.320Z] ---> 246a65bb2bcd [2023-02-14T02:30:41.320Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:30:41.320Z] ---> Running in caa77c1f7608 [2023-02-14T02:30:41.578Z] Removing intermediate container caa77c1f7608 [2023-02-14T02:30:41.578Z] ---> 679bf7ade1ea [2023-02-14T02:30:41.578Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:30:41.578Z] ---> Running in 37fd382cf51b [2023-02-14T02:30:41.578Z] Removing intermediate container 37fd382cf51b [2023-02-14T02:30:41.578Z] ---> 29c72be3ccb4 [2023-02-14T02:30:41.578Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:30:41.578Z] ---> Running in 971c8765ac5f [2023-02-14T02:30:41.840Z] Removing intermediate container 971c8765ac5f [2023-02-14T02:30:41.840Z] ---> 9c4c7fc6d6e1 [2023-02-14T02:30:41.840Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:30:41.840Z] ---> Running in 4d4c6f9c2405 [2023-02-14T02:30:42.099Z] Removing intermediate container 4d4c6f9c2405 [2023-02-14T02:30:42.099Z] ---> d6084e945943 [2023-02-14T02:30:42.099Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:30:42.099Z] ---> Running in fb23d07cf5f7 [2023-02-14T02:30:42.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T02:30:43.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T02:30:53.715Z] OK: 211 MiB in 51 packages [2023-02-14T02:30:53.715Z] Removing intermediate container fb23d07cf5f7 [2023-02-14T02:30:53.715Z] ---> 87eb51f12324 [2023-02-14T02:30:53.715Z] Step 8/24 : WORKDIR /app [2023-02-14T02:30:53.715Z] ---> Running in e04414fc924f [2023-02-14T02:30:53.715Z] Removing intermediate container e04414fc924f [2023-02-14T02:30:53.715Z] ---> f7ab9e5926dd [2023-02-14T02:30:53.715Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-14T02:30:53.715Z] ---> b851e7fc8418 [2023-02-14T02:30:53.715Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:30:53.715Z] ---> Running in a399338c79e7 [2023-02-14T02:30:53.715Z] Removing intermediate container a399338c79e7 [2023-02-14T02:30:53.715Z] ---> de15a63d2806 [2023-02-14T02:30:53.715Z] Step 11/24 : COPY . . [2023-02-14T02:30:54.299Z] ---> ee7be4ea55da [2023-02-14T02:30:54.299Z] Step 12/24 : RUN $MAKE [2023-02-14T02:30:54.299Z] ---> Running in 2f8996fdab68 [2023-02-14T02:30:54.562Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-02-14T02:31:12.641Z] Removing intermediate container 2f8996fdab68 [2023-02-14T02:31:12.641Z] ---> 934fe63aa994 [2023-02-14T02:31:12.641Z] Step 13/24 : FROM alpine:3.16 [2023-02-14T02:31:13.577Z] 3.16: Pulling from library/alpine [2023-02-14T02:31:13.835Z] ef5531b6e74e: Pulling fs layer [2023-02-14T02:31:15.742Z] ef5531b6e74e: Verifying Checksum [2023-02-14T02:31:15.742Z] ef5531b6e74e: Download complete [2023-02-14T02:31:15.742Z] ef5531b6e74e: Pull complete [2023-02-14T02:31:15.742Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T02:31:15.742Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T02:31:15.742Z] ---> dfd21b5a31f5 [2023-02-14T02:31:15.742Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-14T02:31:15.742Z] ---> Running in ce5509056cc2 [2023-02-14T02:31:15.999Z] Removing intermediate container ce5509056cc2 [2023-02-14T02:31:15.999Z] ---> 17b3d781c876 [2023-02-14T02:31:15.999Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-14T02:31:15.999Z] ---> Running in 603c59dd08f1 [2023-02-14T02:31:16.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T02:31:17.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T02:31:22.914Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T02:31:22.915Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T02:31:22.915Z] OK: 6 MiB in 15 packages [2023-02-14T02:31:22.915Z] Removing intermediate container 603c59dd08f1 [2023-02-14T02:31:22.915Z] ---> a2da1159aae5 [2023-02-14T02:31:22.915Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-14T02:31:22.915Z] ---> 738e1f2edf35 [2023-02-14T02:31:22.915Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-14T02:31:22.915Z] ---> a444d0886151 [2023-02-14T02:31:22.915Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-14T02:31:23.482Z] ---> 6f9212289524 [2023-02-14T02:31:23.482Z] Step 19/24 : EXPOSE 59989 [2023-02-14T02:31:23.482Z] ---> Running in 8d1da04cbb79 [2023-02-14T02:31:23.751Z] Removing intermediate container 8d1da04cbb79 [2023-02-14T02:31:23.751Z] ---> f7e92b274913 [2023-02-14T02:31:23.751Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-14T02:31:23.751Z] ---> Running in 66073dda341d [2023-02-14T02:31:23.751Z] Removing intermediate container 66073dda341d [2023-02-14T02:31:23.751Z] ---> 3da27396446c [2023-02-14T02:31:23.751Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T02:31:23.751Z] ---> Running in f73fc730e665 [2023-02-14T02:31:24.012Z] Removing intermediate container f73fc730e665 [2023-02-14T02:31:24.012Z] ---> 5b1d1668843b [2023-02-14T02:31:24.012Z] Step 22/24 : LABEL arch=amd64 [2023-02-14T02:31:24.012Z] ---> Running in 532a7d29f4c6 [2023-02-14T02:31:24.275Z] Removing intermediate container 532a7d29f4c6 [2023-02-14T02:31:24.275Z] ---> 5362a4450731 [2023-02-14T02:31:24.276Z] Step 23/24 : LABEL git_sha=f09a9d52dca3d8d07231960e0d3e491f7a6031bc [2023-02-14T02:31:24.276Z] ---> Running in fd1b8b40ba03 [2023-02-14T02:31:24.276Z] Removing intermediate container fd1b8b40ba03 [2023-02-14T02:31:24.276Z] ---> 3552ce16e3ed [2023-02-14T02:31:24.276Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T02:31:24.276Z] ---> Running in e0c76bad2d4c [2023-02-14T02:31:24.276Z] Removing intermediate container e0c76bad2d4c [2023-02-14T02:31:24.276Z] ---> 5c79e2cdf953 [2023-02-14T02:31:24.276Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-14T02:31:24.276Z] Successfully built 5c79e2cdf953 [2023-02-14T02:31:24.534Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:31:25.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:31:25.410Z] [2023-02-14T02:31:25.410Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:31:25.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:31:25.786Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-14T02:31:25.786Z] 5eb5b503b376: Pulling fs layer [2023-02-14T02:31:25.786Z] 5c69ac0246d0: Pulling fs layer [2023-02-14T02:31:25.786Z] ec43610c2a17: Pulling fs layer [2023-02-14T02:31:25.786Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-14T02:31:25.786Z] 33b1e0a273af: Pulling fs layer [2023-02-14T02:31:25.786Z] 5d3b04190fa2: Pulling fs layer [2023-02-14T02:31:25.786Z] 2f39f015ded8: Pulling fs layer [2023-02-14T02:31:25.786Z] 33b1e0a273af: Waiting [2023-02-14T02:31:25.786Z] 2f39f015ded8: Waiting [2023-02-14T02:31:25.786Z] 3a2ae6a8a46f: Waiting [2023-02-14T02:31:25.786Z] 5d3b04190fa2: Waiting [2023-02-14T02:31:25.786Z] 5c69ac0246d0: Verifying Checksum [2023-02-14T02:31:25.786Z] 5c69ac0246d0: Download complete [2023-02-14T02:31:25.786Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-14T02:31:25.786Z] 3a2ae6a8a46f: Download complete [2023-02-14T02:31:26.048Z] ec43610c2a17: Verifying Checksum [2023-02-14T02:31:26.048Z] ec43610c2a17: Download complete [2023-02-14T02:31:26.048Z] 33b1e0a273af: Verifying Checksum [2023-02-14T02:31:26.048Z] 33b1e0a273af: Download complete [2023-02-14T02:31:26.048Z] 5d3b04190fa2: Download complete [2023-02-14T02:31:26.307Z] 5eb5b503b376: Verifying Checksum [2023-02-14T02:31:26.308Z] 5eb5b503b376: Download complete [2023-02-14T02:31:27.254Z] 2f39f015ded8: Download complete [2023-02-14T02:31:27.254Z] 5eb5b503b376: Pull complete [2023-02-14T02:31:27.513Z] 5c69ac0246d0: Pull complete [2023-02-14T02:31:27.772Z] ec43610c2a17: Pull complete [2023-02-14T02:31:27.772Z] 3a2ae6a8a46f: Pull complete [2023-02-14T02:31:28.032Z] 33b1e0a273af: Pull complete [2023-02-14T02:31:28.294Z] 5d3b04190fa2: Pull complete [2023-02-14T02:31:32.488Z] 2f39f015ded8: Pull complete [2023-02-14T02:31:32.488Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-14T02:31:32.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:31:32.488Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:31:32.727Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2023-02-14T02:31:32.750Z] $ 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/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T02:31:34.804Z] $ docker top 164bbe02c94a1b9fde94001b533b20118721e0e0b30a9dffb05ff04c72ac1d48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:31:35.255Z] ---> job-cost.sh [2023-02-14T02:31:35.255Z] lf-activate-venv: SKIPPING [2023-02-14T02:31:35.255Z] INFO: No Stack... [2023-02-14T02:31:36.635Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T02:31:36.894Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T02:31:37.208Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-153/archives/cost.csv [2023-02-14T02:31:37.208Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T02:31:37.248Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [2023-02-14T02:31:37.253Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] did not exist. Created. [2023-02-14T02:31:37.253Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T02:31:37.631Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-14T02:31:37.679Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T02:31:37.713Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T02:31:37.777Z] $ docker stop --time=1 164bbe02c94a1b9fde94001b533b20118721e0e0b30a9dffb05ff04c72ac1d48 [2023-02-14T02:31:38.950Z] $ docker rm -f --volumes 164bbe02c94a1b9fde94001b533b20118721e0e0b30a9dffb05ff04c72ac1d48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-14T02:32:13.428Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-14T02:32:13.428Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-14T02:32:52.325Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 29.739s coverage: 40.7% of statements [2023-02-14T02:32:52.325Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.536s coverage: 52.0% of statements [2023-02-14T02:32:52.325Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.070s coverage: 95.5% of statements [2023-02-14T02:32:52.325Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-14T02:32:52.325Z] go vet ./... [2023-02-14T02:33:10.526Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T02:33:10.526Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T02:33:10.526Z] ./bin/test-attribution-txt.sh [2023-02-14T02:33:10.794Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-14T02:33:10.794Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-14T02:33:10.835Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T02:33:10.809Z] $ docker stop --time=1 a9d68e1715f191aecf20670a058762d2946eb61be3f974e2e32751dd6aaf6bec [2023-02-14T02:33:12.550Z] $ docker rm -f --volumes a9d68e1715f191aecf20670a058762d2946eb61be3f974e2e32751dd6aaf6bec [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T02:33:13.556Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T02:33:13.590Z] Warning: overwriting stash ‘coverage-report’ [2023-02-14T02:33:14.186Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T02:33:14.762Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-14T02:33:15.095Z] + ls -al . [2023-02-14T02:33:15.095Z] total 628 [2023-02-14T02:33:15.095Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 14 02:30 . [2023-02-14T02:33:15.095Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:25 .. [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:25 .dockerignore [2023-02-14T02:33:15.095Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:25 .git [2023-02-14T02:33:15.095Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:25 .github [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:25 .gitignore [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:25 .golangci.yml [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:25 Attribution.txt [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:25 CHANGELOG.md [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:25 Dockerfile [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:25 GOVERNANCE.md [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:25 Jenkinsfile [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:25 LICENSE [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:25 Makefile [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:25 OWNERS.md [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:25 README.md [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 14 02:20 VERSION [2023-02-14T02:33:15.095Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:25 bin [2023-02-14T02:33:15.095Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:25 cmd [2023-02-14T02:33:15.095Z] -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:32 coverage.out [2023-02-14T02:33:15.095Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:25 examples [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:25 go.mod [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:25 go.sum [2023-02-14T02:33:15.095Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:25 images [2023-02-14T02:33:15.095Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:25 internal [2023-02-14T02:33:15.095Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:25 snap [2023-02-14T02:33:15.095Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:33:15.509Z] + 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=f09a9d52dca3d8d07231960e0d3e491f7a6031bc --label arch=arm64 --label version=0.0.0 . [2023-02-14T02:33:15.776Z] Sending build context to Docker daemon 1.217MB [2023-02-14T02:33:15.776Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T02:33:15.776Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-14T02:33:15.776Z] ---> c38e5c6127c9 [2023-02-14T02:33:15.776Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-14T02:33:15.776Z] ---> Running in 6615eb7cb206 [2023-02-14T02:33:16.044Z] Removing intermediate container 6615eb7cb206 [2023-02-14T02:33:16.044Z] ---> 8079dfb86149 [2023-02-14T02:33:16.044Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T02:33:16.310Z] ---> Running in 23dbaa2f7527 [2023-02-14T02:33:16.576Z] Removing intermediate container 23dbaa2f7527 [2023-02-14T02:33:16.576Z] ---> d3aed4266ed7 [2023-02-14T02:33:16.576Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-14T02:33:16.576Z] ---> Running in 66de92a8f674 [2023-02-14T02:33:16.842Z] Removing intermediate container 66de92a8f674 [2023-02-14T02:33:16.842Z] ---> ed0e8d6a3c90 [2023-02-14T02:33:16.842Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-14T02:33:16.842Z] ---> Running in bdf8dae9c007 [2023-02-14T02:33:17.110Z] Removing intermediate container bdf8dae9c007 [2023-02-14T02:33:17.110Z] ---> 595801826822 [2023-02-14T02:33:17.110Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T02:33:17.379Z] ---> Running in b0cb0f2952ce [2023-02-14T02:33:18.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T02:33:19.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T02:33:23.989Z] OK: 221 MiB in 51 packages [2023-02-14T02:33:24.948Z] Removing intermediate container b0cb0f2952ce [2023-02-14T02:33:24.948Z] ---> 647c4aec8925 [2023-02-14T02:33:24.948Z] Step 8/24 : WORKDIR /app [2023-02-14T02:33:24.948Z] ---> Running in 84d3a0ecb95a [2023-02-14T02:33:25.213Z] Removing intermediate container 84d3a0ecb95a [2023-02-14T02:33:25.213Z] ---> fd880f129d12 [2023-02-14T02:33:25.213Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-14T02:33:25.481Z] ---> b0de14232c22 [2023-02-14T02:33:25.481Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T02:33:25.753Z] ---> Running in a493d56da223 [2023-02-14T02:33:28.357Z] Removing intermediate container a493d56da223 [2023-02-14T02:33:28.357Z] ---> 4ee6baa6ae5b [2023-02-14T02:33:28.357Z] Step 11/24 : COPY . . [2023-02-14T02:33:28.944Z] ---> fdd05ee4b9aa [2023-02-14T02:33:28.944Z] Step 12/24 : RUN $MAKE [2023-02-14T02:33:28.944Z] ---> Running in 4b4d6c9ddc06 [2023-02-14T02:33:29.905Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-02-14T02:35:51.617Z] Removing intermediate container 4b4d6c9ddc06 [2023-02-14T02:35:51.617Z] ---> 086d8fd7718e [2023-02-14T02:35:51.617Z] Step 13/24 : FROM alpine:3.16 [2023-02-14T02:35:51.617Z] 3.16: Pulling from library/alpine [2023-02-14T02:35:51.617Z] 3760b48202b3: Pulling fs layer [2023-02-14T02:35:56.961Z] 3760b48202b3: Download complete [2023-02-14T02:35:57.545Z] 3760b48202b3: Pull complete [2023-02-14T02:35:57.545Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T02:35:57.545Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T02:35:57.545Z] ---> 4c81e5bf8899 [2023-02-14T02:35:57.545Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-14T02:35:57.545Z] ---> Running in 0638f0ef0334 [2023-02-14T02:35:57.818Z] Removing intermediate container 0638f0ef0334 [2023-02-14T02:35:57.818Z] ---> 0cfc8c70d69e [2023-02-14T02:35:57.818Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-14T02:35:58.086Z] ---> Running in cc7eff5a7326 [2023-02-14T02:35:59.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T02:36:09.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T02:36:31.845Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T02:36:31.845Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T02:36:31.845Z] OK: 5 MiB in 15 packages [2023-02-14T02:36:31.845Z] Removing intermediate container cc7eff5a7326 [2023-02-14T02:36:31.845Z] ---> 5346de903577 [2023-02-14T02:36:31.845Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-14T02:36:32.434Z] ---> 2b81caa2f3bf [2023-02-14T02:36:32.434Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-14T02:36:33.021Z] ---> e797e34f9241 [2023-02-14T02:36:33.021Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-14T02:36:34.438Z] ---> 08fde6a146a5 [2023-02-14T02:36:34.438Z] Step 19/24 : EXPOSE 59989 [2023-02-14T02:36:34.708Z] ---> Running in c65c5129a7b7 [2023-02-14T02:36:34.974Z] Removing intermediate container c65c5129a7b7 [2023-02-14T02:36:34.974Z] ---> 0a320a5f48d1 [2023-02-14T02:36:34.974Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-14T02:36:34.974Z] ---> Running in bd57ad229dff [2023-02-14T02:36:35.251Z] Removing intermediate container bd57ad229dff [2023-02-14T02:36:35.251Z] ---> 9596c8ca0bd2 [2023-02-14T02:36:35.251Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T02:36:35.519Z] ---> Running in 750165d93a80 [2023-02-14T02:36:35.789Z] Removing intermediate container 750165d93a80 [2023-02-14T02:36:35.789Z] ---> 9fa7cbec517b [2023-02-14T02:36:35.789Z] Step 22/24 : LABEL arch=arm64 [2023-02-14T02:36:35.789Z] ---> Running in a7da9fc26f62 [2023-02-14T02:36:36.059Z] Removing intermediate container a7da9fc26f62 [2023-02-14T02:36:36.059Z] ---> 5d2b9dbf79ee [2023-02-14T02:36:36.059Z] Step 23/24 : LABEL git_sha=f09a9d52dca3d8d07231960e0d3e491f7a6031bc [2023-02-14T02:36:36.059Z] ---> Running in f8c3e57c6ab2 [2023-02-14T02:36:36.644Z] Removing intermediate container f8c3e57c6ab2 [2023-02-14T02:36:36.644Z] ---> 7cf01eff835e [2023-02-14T02:36:36.644Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T02:36:36.644Z] ---> Running in 6884bc120784 [2023-02-14T02:36:36.914Z] Removing intermediate container 6884bc120784 [2023-02-14T02:36:36.914Z] ---> 9a026d3c4b6d [2023-02-14T02:36:36.914Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-14T02:36:36.914Z] Successfully built 9a026d3c4b6d [2023-02-14T02:36:36.914Z] Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:36:37.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T02:36:37.711Z] [2023-02-14T02:36:37.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:36:38.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T02:36:38.117Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-14T02:36:38.117Z] 8998bd30e6a1: Pulling fs layer [2023-02-14T02:36:38.117Z] 04944245beec: Pulling fs layer [2023-02-14T02:36:38.117Z] 699f458cf7ca: Pulling fs layer [2023-02-14T02:36:38.117Z] 765212b225bb: Pulling fs layer [2023-02-14T02:36:38.117Z] f23df028b6ca: Pulling fs layer [2023-02-14T02:36:38.117Z] d65c8cfc05b1: Pulling fs layer [2023-02-14T02:36:38.117Z] 2437ff75d9bd: Pulling fs layer [2023-02-14T02:36:38.117Z] f23df028b6ca: Waiting [2023-02-14T02:36:38.117Z] d65c8cfc05b1: Waiting [2023-02-14T02:36:38.117Z] 2437ff75d9bd: Waiting [2023-02-14T02:36:38.388Z] 04944245beec: Verifying Checksum [2023-02-14T02:36:38.388Z] 04944245beec: Download complete [2023-02-14T02:36:38.388Z] 765212b225bb: Verifying Checksum [2023-02-14T02:36:38.388Z] 765212b225bb: Download complete [2023-02-14T02:36:38.388Z] f23df028b6ca: Verifying Checksum [2023-02-14T02:36:38.388Z] f23df028b6ca: Download complete [2023-02-14T02:36:38.388Z] d65c8cfc05b1: Verifying Checksum [2023-02-14T02:36:38.388Z] d65c8cfc05b1: Download complete [2023-02-14T02:36:38.659Z] 699f458cf7ca: Verifying Checksum [2023-02-14T02:36:38.659Z] 699f458cf7ca: Download complete [2023-02-14T02:36:38.925Z] 8998bd30e6a1: Verifying Checksum [2023-02-14T02:36:38.925Z] 8998bd30e6a1: Download complete [2023-02-14T02:36:41.508Z] 2437ff75d9bd: Verifying Checksum [2023-02-14T02:36:41.508Z] 2437ff75d9bd: Download complete [2023-02-14T02:36:42.918Z] 8998bd30e6a1: Pull complete [2023-02-14T02:36:43.185Z] 04944245beec: Pull complete [2023-02-14T02:36:44.594Z] 699f458cf7ca: Pull complete [2023-02-14T02:36:44.594Z] 765212b225bb: Pull complete [2023-02-14T02:36:45.556Z] f23df028b6ca: Pull complete [2023-02-14T02:36:45.556Z] d65c8cfc05b1: Pull complete [2023-02-14T02:37:00.555Z] 2437ff75d9bd: Pull complete [2023-02-14T02:37:00.555Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-14T02:37:00.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T02:37:00.555Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:37:00.892Z] prd-ubuntu20.04-docker-arm64-4c-16g-5717 does not seem to be running inside a container [2023-02-14T02:37:00.960Z] $ 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/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-14T02:37:03.505Z] $ docker top 50734a24b8d2a968dcd79d0e104eb4f1528f9415190658edef095780d9454877 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:04.076Z] ---> job-cost.sh [2023-02-14T02:37:04.344Z] lf-activate-venv: SKIPPING [2023-02-14T02:37:04.344Z] INFO: No Stack... [2023-02-14T02:37:07.669Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-14T02:37:08.250Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T02:37:08.910Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-02-14T02:37:08.910Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T02:37:08.993Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [2023-02-14T02:37:08.998Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] did not exist. Created. [2023-02-14T02:37:08.998Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T02:37:09.722Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-32be6d6a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-14T02:37:10.081Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-14T02:37:10.119Z] Warning: overwriting stash ‘stack-cost’ [2023-02-14T02:37:10.176Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T02:37:10.214Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T02:37:10.294Z] $ docker stop --time=1 50734a24b8d2a968dcd79d0e104eb4f1528f9415190658edef095780d9454877 [2023-02-14T02:37:11.798Z] $ docker rm -f --volumes 50734a24b8d2a968dcd79d0e104eb4f1528f9415190658edef095780d9454877 [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:37:12.787Z] provisioning config files... [2023-02-14T02:37:12.795Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config8644183544101356990tmp [Pipeline] { [Pipeline] sh [2023-02-14T02:37:13.128Z] + set +x [2023-02-14T02:37:13.128Z] + curl -s https://codecov.io/bash [2023-02-14T02:37:13.128Z] + bash -s -- [2023-02-14T02:37:16.412Z] [2023-02-14T02:37:16.412Z] _____ _ [2023-02-14T02:37:16.412Z] / ____| | | [2023-02-14T02:37:16.412Z] | | ___ __| | ___ ___ _____ __ [2023-02-14T02:37:16.412Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-14T02:37:16.412Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-14T02:37:16.412Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-14T02:37:16.412Z] Bash-1.0.6 [2023-02-14T02:37:16.412Z] [2023-02-14T02:37:16.412Z] [2023-02-14T02:37:16.412Z] ==> git version 2.25.1 found [2023-02-14T02:37:16.412Z] ==> 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:37:16.412Z] Release-Date: 2020-01-08 [2023-02-14T02:37:16.412Z] 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:37:16.412Z] 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:37:17.350Z] ==> Jenkins CI detected. [2023-02-14T02:37:17.350Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-153 [2023-02-14T02:37:17.350Z] project root: . [2023-02-14T02:37:17.350Z] --> token set from env [2023-02-14T02:37:17.350Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-14T02:37:17.350Z] ==> Running gcov in . (disable via -X gcov) [2023-02-14T02:37:17.350Z] ==> Python coveragepy not found [2023-02-14T02:37:17.350Z] ==> Searching for coverage reports in: [2023-02-14T02:37:17.350Z] + . [2023-02-14T02:37:17.350Z] -> Found 1 reports [2023-02-14T02:37:17.350Z] ==> Detecting git/mercurial file structure [2023-02-14T02:37:17.350Z] ==> Reading reports [2023-02-14T02:37:17.350Z] + ./coverage.out bytes=457862 [2023-02-14T02:37:17.350Z] ==> Appending adjustments [2023-02-14T02:37:17.350Z] https://docs.codecov.io/docs/fixing-reports [2023-02-14T02:37:17.610Z] + Found adjustments [2023-02-14T02:37:17.610Z] ==> Gzipping contents [2023-02-14T02:37:17.610Z] 52K /tmp/codecov.9vyqgv.gz [2023-02-14T02:37:17.610Z] ==> Uploading reports [2023-02-14T02:37:17.610Z] url: https://codecov.io [2023-02-14T02:37:17.610Z] query: branch=PR-153&commit=f09a9d52dca3d8d07231960e0d3e491f7a6031bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-153%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=153&job=&cmd_args= [2023-02-14T02:37:17.610Z] -> Pinging Codecov [2023-02-14T02:37:17.610Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-153&commit=f09a9d52dca3d8d07231960e0d3e491f7a6031bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-153%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=153&job=&cmd_args= [2023-02-14T02:37:20.146Z] -> Uploading to [2023-02-14T02:37:20.146Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-14/581DD39554BDF9B6E22D074273EAD858/f09a9d52dca3d8d07231960e0d3e491f7a6031bc/99cc2068-69bf-4fac-b3e0-f296885c1989.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T023718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a4ad83b3832f1d865b908a207ac0f336c906b53cc37de1ddf6e585d2c41d3b5 [2023-02-14T02:37:20.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T02:37:20.146Z] Dload Upload Total Spent Left Speed [2023-02-14T02:37:22.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51350 0 0 100 51350 0 27097 0:00:01 0:00:01 --:--:-- 27097 100 51350 0 0 100 51350 0 20933 0:00:02 0:00:02 --:--:-- 20925 100 51350 0 0 100 51350 0 15897 0:00:03 0:00:03 --:--:-- 15897 [2023-02-14T02:37:22.927Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] } [2023-02-14T02:37:22.955Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-14T02:37:24.630Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-153/archives ] [2023-02-14T02:37:24.631Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-153/archives [2023-02-14T02:37:24.631Z] total 16 [2023-02-14T02:37:24.631Z] drwxr-xr-x 3 root root 4096 Feb 14 02:31 . [2023-02-14T02:37:24.631Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:31 .. [2023-02-14T02:37:24.631Z] drwxr-xr-x 2 root root 4096 Feb 14 02:31 cost [2023-02-14T02:37:24.631Z] -rw-r--r-- 1 root root 91 Feb 14 02:31 cost.csv [2023-02-14T02:37:24.631Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-153/archives [2023-02-14T02:37:24.631Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-153/archives [2023-02-14T02:37:24.631Z] total 16 [2023-02-14T02:37:24.631Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:31 . [2023-02-14T02:37:24.631Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:31 .. [2023-02-14T02:37:24.631Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 02:31 cost [2023-02-14T02:37:24.631Z] -rw-r--r-- 1 jenkins jenkins 91 Feb 14 02:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:24.971Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:25.855Z] ---> package-listing.sh [2023-02-14T02:37:25.855Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-14T02:37:25.855Z] ++ facter osfamily [2023-02-14T02:37:26.115Z] + OS_FAMILY=debian [2023-02-14T02:37:26.115Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-153 [2023-02-14T02:37:26.115Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-14T02:37:26.115Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-14T02:37:26.115Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-14T02:37:26.115Z] + PACKAGES=/tmp/packages_start.txt [2023-02-14T02:37:26.115Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-153 ']' [2023-02-14T02:37:26.115Z] + PACKAGES=/tmp/packages_end.txt [2023-02-14T02:37:26.115Z] + case "${OS_FAMILY}" in [2023-02-14T02:37:26.115Z] + grep '^ii' [2023-02-14T02:37:26.115Z] + dpkg -l [2023-02-14T02:37:26.115Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-14T02:37:26.115Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-14T02:37:26.115Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-14T02:37:26.115Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-153 ']' [2023-02-14T02:37:26.115Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-153/archives/ [2023-02-14T02:37:26.115Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-153/archives/ [Pipeline] echo [2023-02-14T02:37:26.149Z] 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/undry_device-rfid-llrp-go_PR-153/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:37:26.447Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T02:37:27.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T02:37:27.078Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T02:37:27.221Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2023-02-14T02:37:27.357Z] $ 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/undry_device-rfid-llrp-go_PR-153/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T02:37:27.566Z] $ docker top d448adeabbdf1b517fc364dd9d4b79fbd38de622b446ac59cb57e4ebbdf34ded -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T02:37:27.858Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-14T02:37:28.169Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-14T02:37:28.481Z] + ls /var/log/sa-host [2023-02-14T02:37:28.481Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T02:37:28.701Z] provisioning config files... [2023-02-14T02:37:28.710Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config10530408129593795334tmp [Pipeline] { [Pipeline] echo [2023-02-14T02:37:28.762Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:29.073Z] ---> create-netrc.sh [Pipeline] } [2023-02-14T02:37:29.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:29.501Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-14T02:37:29.532Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:29.843Z] ---> sudo-logs.sh [2023-02-14T02:37:29.843Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-14T02:37:29.926Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:30.245Z] ---> job-cost.sh [2023-02-14T02:37:30.245Z] lf-activate-venv: SKIPPING [2023-02-14T02:37:30.245Z] DEBUG: total: 0.2199999988079071 [2023-02-14T02:37:30.245Z] INFO: Retrieving Stack Cost... [2023-02-14T02:37:30.814Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T02:37:31.072Z] INFO: Archiving Costs [Pipeline] echo [2023-02-14T02:37:31.110Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T02:37:31.426Z] ---> logs-deploy.sh [2023-02-14T02:37:31.426Z] lf-activate-venv: SKIPPING [2023-02-14T02:37:31.426Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-153/1 [2023-02-14T02:37:31.426Z] INFO: archiving workspace using pattern(s): [2023-02-14T02:37:32.379Z] Archives upload complete. [2023-02-14T02:37:32.950Z] INFO: archiving logs to Nexus [2023-02-14T02:37:33.892Z] ---> uname -a: [2023-02-14T02:37:33.892Z] Linux prd-ubuntu20-04-docker-8c-8g-5710 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-14T02:37:33.892Z] [2023-02-14T02:37:33.892Z] [2023-02-14T02:37:33.892Z] ---> lscpu: [2023-02-14T02:37:33.892Z] Architecture: x86_64 [2023-02-14T02:37:33.892Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-14T02:37:33.892Z] Byte Order: Little Endian [2023-02-14T02:37:33.893Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-14T02:37:33.893Z] CPU(s): 8 [2023-02-14T02:37:33.893Z] On-line CPU(s) list: 0-7 [2023-02-14T02:37:33.893Z] Thread(s) per core: 1 [2023-02-14T02:37:33.893Z] Core(s) per socket: 1 [2023-02-14T02:37:33.893Z] Socket(s): 8 [2023-02-14T02:37:33.893Z] NUMA node(s): 1 [2023-02-14T02:37:33.893Z] Vendor ID: AuthenticAMD [2023-02-14T02:37:33.893Z] CPU family: 23 [2023-02-14T02:37:33.893Z] Model: 49 [2023-02-14T02:37:33.893Z] Model name: AMD EPYC-Rome Processor [2023-02-14T02:37:33.893Z] Stepping: 0 [2023-02-14T02:37:33.893Z] CPU MHz: 2800.000 [2023-02-14T02:37:33.893Z] BogoMIPS: 5600.00 [2023-02-14T02:37:33.893Z] Virtualization: AMD-V [2023-02-14T02:37:33.893Z] Hypervisor vendor: KVM [2023-02-14T02:37:33.893Z] Virtualization type: full [2023-02-14T02:37:33.893Z] L1d cache: 256 KiB [2023-02-14T02:37:33.893Z] L1i cache: 256 KiB [2023-02-14T02:37:33.893Z] L2 cache: 4 MiB [2023-02-14T02:37:33.893Z] L3 cache: 128 MiB [2023-02-14T02:37:33.893Z] NUMA node0 CPU(s): 0-7 [2023-02-14T02:37:33.893Z] Vulnerability Itlb multihit: Not affected [2023-02-14T02:37:33.893Z] Vulnerability L1tf: Not affected [2023-02-14T02:37:33.893Z] Vulnerability Mds: Not affected [2023-02-14T02:37:33.893Z] Vulnerability Meltdown: Not affected [2023-02-14T02:37:33.893Z] Vulnerability Mmio stale data: Not affected [2023-02-14T02:37:33.893Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-14T02:37:33.893Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-14T02:37:33.893Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-14T02:37:33.893Z] Vulnerability Srbds: Not affected [2023-02-14T02:37:33.893Z] Vulnerability Tsx async abort: Not affected [2023-02-14T02:37:33.893Z] 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:37:33.893Z] [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] ---> nproc: [2023-02-14T02:37:33.893Z] 8 [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] ---> df -h: [2023-02-14T02:37:33.893Z] Filesystem Size Used Avail Use% Mounted on [2023-02-14T02:37:33.893Z] overlay 155G 12G 144G 8% / [2023-02-14T02:37:33.893Z] tmpfs 64M 0 64M 0% /dev [2023-02-14T02:37:33.893Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-14T02:37:33.893Z] shm 64M 0 64M 0% /dev/shm [2023-02-14T02:37:33.893Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] ---> sar -b -r -n DEV: [2023-02-14T02:37:33.893Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5710) 02/14/23 _x86_64_ (8 CPU) [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] 02:19:02 LINUX RESTART (8 CPU) [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] 02:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-14T02:37:33.893Z] 02:21:01 88.44 10.07 78.38 0.00 1745.20 36638.81 0.00 [2023-02-14T02:37:33.893Z] 02:22:01 30.87 0.03 30.84 0.00 4.13 638.74 0.00 [2023-02-14T02:37:33.893Z] 02:23:01 3.87 0.00 3.87 0.00 0.00 124.51 0.00 [2023-02-14T02:37:33.893Z] 02:24:01 5.07 0.00 5.07 0.00 0.00 130.91 0.00 [2023-02-14T02:37:33.893Z] 02:25:01 85.89 13.90 71.99 0.00 5287.52 15373.44 0.00 [2023-02-14T02:37:33.893Z] 02:26:01 12.25 0.02 12.23 0.00 0.13 2396.67 0.00 [2023-02-14T02:37:33.893Z] 02:27:01 8.03 0.00 8.03 0.00 0.00 2533.44 0.00 [2023-02-14T02:37:33.893Z] 02:28:01 5.00 0.00 5.00 0.00 0.00 3160.81 0.00 [2023-02-14T02:37:33.893Z] 02:29:01 5.76 0.02 5.75 0.00 0.13 1329.56 0.00 [2023-02-14T02:37:33.893Z] 02:30:01 31.43 0.00 31.43 0.00 0.00 16596.70 0.00 [2023-02-14T02:37:33.893Z] 02:31:01 107.12 0.13 106.98 0.00 7.20 20410.33 0.00 [2023-02-14T02:37:33.893Z] 02:32:01 109.52 0.08 109.43 0.00 7.87 33372.70 0.00 [2023-02-14T02:37:33.893Z] 02:33:01 1.90 0.00 1.90 0.00 0.00 24.13 0.00 [2023-02-14T02:37:33.893Z] 02:34:01 2.50 0.02 2.48 0.00 0.13 28.66 0.00 [2023-02-14T02:37:33.893Z] 02:35:01 1.30 0.00 1.30 0.00 0.00 17.73 0.00 [2023-02-14T02:37:33.893Z] 02:36:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 [2023-02-14T02:37:33.893Z] 02:37:01 0.90 0.00 0.90 0.00 0.00 9.33 0.00 [2023-02-14T02:37:33.893Z] Average: 29.42 1.42 28.00 0.00 413.52 7783.36 0.00 [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] 02:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-14T02:37:33.893Z] 02:21:01 29172788 31576472 741364 2.25 72724 2607940 1955464 5.76 1005968 2348204 508 [2023-02-14T02:37:33.893Z] 02:22:01 29167548 31581972 729996 2.22 75620 2613272 2004576 5.91 1002120 2351164 1624 [2023-02-14T02:37:33.893Z] 02:23:01 29164692 31580428 730992 2.22 76012 2613844 2004576 5.91 1001820 2351760 556 [2023-02-14T02:37:33.893Z] 02:24:01 29165760 31584184 726064 2.21 76840 2615160 2036684 6.00 997920 2353068 992 [2023-02-14T02:37:33.893Z] 02:25:01 28407284 31537136 750036 2.28 119544 3246128 2079876 6.13 1368752 2673664 20548 [2023-02-14T02:37:33.893Z] 02:26:01 28323656 31537080 748752 2.28 125748 3309728 2076144 6.12 1382844 2728212 36164 [2023-02-14T02:37:33.893Z] 02:27:01 28195436 31541852 743356 2.26 129368 3426328 2076144 6.12 1428288 2802360 87700 [2023-02-14T02:37:33.893Z] 02:28:01 28166668 31539292 745752 2.27 130880 3446104 2076212 6.12 1434748 2818580 18488 [2023-02-14T02:37:33.893Z] 02:29:01 28117652 31540268 744296 2.26 133196 3485648 2076212 6.12 1442616 2851836 25728 [2023-02-14T02:37:33.893Z] 02:30:01 27310316 31548388 735984 2.24 177552 4194480 1968904 5.80 1502932 3535484 347776 [2023-02-14T02:37:33.893Z] 02:31:01 27534904 31354432 924044 2.81 182416 3809136 2461800 7.26 1817276 3028020 170468 [2023-02-14T02:37:33.893Z] 02:32:01 27147736 31531620 748836 2.28 192276 4319296 1799088 5.30 1607184 3580956 380 [2023-02-14T02:37:33.893Z] 02:33:01 27147764 31531680 748652 2.28 192304 4319304 1799088 5.30 1606716 3580964 12 [2023-02-14T02:37:33.893Z] 02:34:01 27152384 31536456 743776 2.26 192352 4319308 1834352 5.41 1601324 3580968 44 [2023-02-14T02:37:33.893Z] 02:35:01 27152532 31536604 743364 2.26 192392 4319284 1834352 5.41 1601676 3580944 12 [2023-02-14T02:37:33.893Z] 02:36:01 27153160 31537336 742600 2.26 192420 4319288 1834352 5.41 1600340 3580952 4 [2023-02-14T02:37:33.893Z] 02:37:01 27155884 31540060 739812 2.25 192428 4319288 1834352 5.41 1597892 3580952 12 [2023-02-14T02:37:33.893Z] Average: 27978598 31537368 752216 2.29 144357 3604914 1985422 5.85 1411789 3019299 41824 [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] 02:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-14T02:37:33.893Z] 02:21:01 veth2eca495 11.90 12.52 0.81 32.28 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:21:01 lo 6.03 6.03 0.59 0.59 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:21:01 docker0 16.61 18.52 1.01 78.56 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:21:01 ens3 309.20 227.88 5910.22 40.73 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:22:01 docker0 47.98 49.48 3.69 54.07 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:22:01 ens3 64.75 55.25 67.12 7.50 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:22:01 veth7f4cd03 44.52 46.03 4.12 44.48 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:23:01 docker0 5.73 8.02 0.48 2.62 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:23:01 ens3 9.42 6.32 3.56 1.04 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:23:01 veth7f4cd03 5.73 8.03 0.56 2.62 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:24:01 docker0 12.36 17.83 1.05 5.24 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:24:01 ens3 19.76 13.48 6.50 1.99 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:24:01 veth7f4cd03 12.36 17.85 1.22 5.24 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:25:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:25:01 docker0 165.12 170.39 10.15 406.09 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:25:01 ens3 417.03 279.09 3204.32 27.97 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:25:01 veth7f4cd03 165.12 170.39 12.41 406.09 0.00 0.00 0.00 0.03 [2023-02-14T02:37:33.893Z] 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:26:01 docker0 76.56 81.27 4.45 182.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:26:01 ens3 84.01 77.69 183.48 6.29 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:26:01 veth7f4cd03 76.56 81.29 5.50 182.00 0.00 0.00 0.00 0.01 [2023-02-14T02:37:33.893Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:27:01 docker0 84.47 128.15 5.71 674.35 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:27:01 ens3 130.11 85.65 675.53 7.59 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:27:01 veth7f4cd03 84.47 128.15 6.87 674.35 0.00 0.00 0.00 0.06 [2023-02-14T02:37:33.893Z] 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:28:01 docker0 30.49 46.99 1.80 64.54 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:28:01 ens3 48.53 31.21 65.50 2.71 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:28:01 veth7f4cd03 30.49 46.99 2.22 64.54 0.00 0.00 0.00 0.01 [2023-02-14T02:37:33.893Z] 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:29:01 docker0 82.47 86.00 4.80 196.84 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:29:01 ens3 88.55 83.64 198.19 6.70 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:29:01 veth7f4cd03 82.47 86.00 5.93 196.84 0.00 0.00 0.00 0.02 [2023-02-14T02:37:33.893Z] 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:30:01 docker0 125.53 123.78 7.63 320.41 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:30:01 ens3 126.18 126.46 321.49 9.91 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:31:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:31:01 docker0 14.03 16.65 0.77 41.39 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:31:01 ens3 68.51 63.52 83.30 105.80 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:31:01 vethe13038a 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:32:01 lo 1.87 1.87 0.17 0.17 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:32:01 docker0 10.26 12.30 0.60 41.61 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:32:01 ens3 158.57 102.80 2621.34 17.91 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:33:01 ens3 1.60 0.87 3.56 0.06 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:34:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:35:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] 02:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] Average: lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] Average: docker0 39.53 44.70 2.48 121.67 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] Average: ens3 89.59 67.74 779.90 13.87 0.00 0.00 0.00 0.00 [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] ---> sar -P ALL: [2023-02-14T02:37:33.893Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5710) 02/14/23 _x86_64_ (8 CPU) [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] 02:19:02 LINUX RESTART (8 CPU) [2023-02-14T02:37:33.893Z] [2023-02-14T02:37:33.893Z] 02:20:02 CPU %user %nice %system %iowait %steal %idle [2023-02-14T02:37:33.893Z] 02:21:01 all 5.87 0.00 2.93 1.15 0.04 90.01 [2023-02-14T02:37:33.893Z] 02:21:01 0 6.40 0.00 3.13 0.12 0.05 90.30 [2023-02-14T02:37:33.893Z] 02:21:01 1 6.04 0.00 2.69 2.35 0.03 88.88 [2023-02-14T02:37:33.893Z] 02:21:01 2 6.18 0.00 3.90 1.66 0.03 88.23 [2023-02-14T02:37:33.893Z] 02:21:01 3 4.79 0.00 2.03 0.92 0.05 92.21 [2023-02-14T02:37:33.893Z] 02:21:01 4 5.50 0.00 2.71 0.43 0.03 91.33 [2023-02-14T02:37:33.893Z] 02:21:01 5 6.58 0.00 2.26 0.10 0.03 91.02 [2023-02-14T02:37:33.893Z] 02:21:01 6 5.64 0.00 3.05 2.59 0.07 88.66 [2023-02-14T02:37:33.893Z] 02:21:01 7 5.82 0.00 3.70 1.02 0.05 89.41 [2023-02-14T02:37:33.893Z] 02:22:01 all 0.46 0.00 0.27 0.07 0.01 99.18 [2023-02-14T02:37:33.893Z] 02:22:01 0 0.33 0.00 0.15 0.03 0.02 99.47 [2023-02-14T02:37:33.893Z] 02:22:01 1 0.37 0.00 0.25 0.12 0.00 99.27 [2023-02-14T02:37:33.893Z] 02:22:01 2 0.35 0.00 0.20 0.32 0.02 99.11 [2023-02-14T02:37:33.893Z] 02:22:01 3 0.59 0.00 0.30 0.00 0.02 99.10 [2023-02-14T02:37:33.893Z] 02:22:01 4 0.22 0.00 0.17 0.00 0.02 99.60 [2023-02-14T02:37:33.893Z] 02:22:01 5 0.45 0.00 0.30 0.02 0.02 99.22 [2023-02-14T02:37:33.893Z] 02:22:01 6 0.58 0.00 0.38 0.03 0.02 98.98 [2023-02-14T02:37:33.893Z] 02:22:01 7 0.79 0.00 0.44 0.07 0.02 98.69 [2023-02-14T02:37:33.893Z] 02:23:01 all 0.06 0.00 0.06 0.01 0.01 99.86 [2023-02-14T02:37:33.893Z] 02:23:01 0 0.08 0.00 0.05 0.00 0.02 99.85 [2023-02-14T02:37:33.893Z] 02:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-14T02:37:33.893Z] 02:23:01 2 0.05 0.00 0.02 0.10 0.00 99.83 [2023-02-14T02:37:33.893Z] 02:23:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2023-02-14T02:37:33.893Z] 02:23:01 4 0.08 0.00 0.10 0.00 0.00 99.82 [2023-02-14T02:37:33.893Z] 02:23:01 5 0.08 0.00 0.10 0.00 0.00 99.82 [2023-02-14T02:37:33.893Z] 02:23:01 6 0.05 0.00 0.03 0.02 0.00 99.90 [2023-02-14T02:37:33.893Z] 02:23:01 7 0.08 0.00 0.08 0.00 0.02 99.82 [2023-02-14T02:37:33.893Z] 02:24:01 all 0.11 0.00 0.06 0.02 0.01 99.80 [2023-02-14T02:37:33.893Z] 02:24:01 0 0.23 0.00 0.08 0.02 0.02 99.65 [2023-02-14T02:37:33.893Z] 02:24:01 1 0.10 0.00 0.10 0.00 0.00 99.80 [2023-02-14T02:37:33.893Z] 02:24:01 2 0.05 0.00 0.00 0.08 0.00 99.87 [2023-02-14T02:37:33.893Z] 02:24:01 3 0.10 0.00 0.07 0.00 0.02 99.82 [2023-02-14T02:37:33.893Z] 02:24:01 4 0.08 0.00 0.03 0.02 0.02 99.85 [2023-02-14T02:37:33.893Z] 02:24:01 5 0.12 0.00 0.08 0.02 0.02 99.77 [2023-02-14T02:37:33.893Z] 02:24:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-14T02:37:33.893Z] 02:24:01 7 0.18 0.00 0.08 0.00 0.00 99.73 [2023-02-14T02:37:33.893Z] 02:25:01 all 3.62 0.00 2.05 0.62 0.04 93.67 [2023-02-14T02:37:33.893Z] 02:25:01 0 3.54 0.00 2.21 1.44 0.05 92.76 [2023-02-14T02:37:33.893Z] 02:25:01 1 3.55 0.00 1.39 0.10 0.03 94.93 [2023-02-14T02:37:33.893Z] 02:25:01 2 3.06 0.00 1.50 1.37 0.03 94.03 [2023-02-14T02:37:33.893Z] 02:25:01 3 3.80 0.00 1.42 0.38 0.05 94.36 [2023-02-14T02:37:33.893Z] 02:25:01 4 3.86 0.00 1.39 0.68 0.02 94.06 [2023-02-14T02:37:33.893Z] 02:25:01 5 4.38 0.00 3.34 0.10 0.03 92.14 [2023-02-14T02:37:33.893Z] 02:25:01 6 3.86 0.00 2.46 0.75 0.03 92.89 [2023-02-14T02:37:33.893Z] 02:25:01 7 2.93 0.00 2.67 0.15 0.07 94.18 [2023-02-14T02:37:33.893Z] 02:26:01 all 0.58 0.00 0.28 0.11 0.18 98.85 [2023-02-14T02:37:33.893Z] 02:26:01 0 0.50 0.00 0.30 0.00 0.17 99.03 [2023-02-14T02:37:33.893Z] 02:26:01 1 0.55 0.00 0.55 0.00 0.17 98.73 [2023-02-14T02:37:33.893Z] 02:26:01 2 0.32 0.00 0.22 0.00 0.20 99.27 [2023-02-14T02:37:33.893Z] 02:26:01 3 1.74 0.00 0.30 0.25 0.38 97.34 [2023-02-14T02:37:33.893Z] 02:26:01 4 0.35 0.00 0.08 0.00 0.03 99.53 [2023-02-14T02:37:33.893Z] 02:26:01 5 0.85 0.00 0.47 0.00 0.18 98.50 [2023-02-14T02:37:33.893Z] 02:26:01 6 0.12 0.00 0.12 0.60 0.05 99.12 [2023-02-14T02:37:33.893Z] 02:26:01 7 0.22 0.00 0.20 0.00 0.25 99.33 [2023-02-14T02:37:33.893Z] 02:27:01 all 0.58 0.00 0.17 0.08 0.01 99.16 [2023-02-14T02:37:33.893Z] 02:27:01 0 0.30 0.00 0.10 0.00 0.00 99.60 [2023-02-14T02:37:33.893Z] 02:27:01 1 0.52 0.00 0.28 0.00 0.02 99.18 [2023-02-14T02:37:33.893Z] 02:27:01 2 0.17 0.00 0.13 0.00 0.00 99.70 [2023-02-14T02:37:33.893Z] 02:27:01 3 2.54 0.00 0.33 0.03 0.02 97.08 [2023-02-14T02:37:33.893Z] 02:27:01 4 0.63 0.00 0.27 0.00 0.02 99.08 [2023-02-14T02:37:33.893Z] 02:27:01 5 0.20 0.00 0.13 0.02 0.02 99.63 [2023-02-14T02:37:33.893Z] 02:27:01 6 0.03 0.00 0.03 0.18 0.00 99.75 [2023-02-14T02:37:33.893Z] 02:27:01 7 0.18 0.00 0.10 0.40 0.02 99.29 [2023-02-14T02:37:33.893Z] 02:28:01 all 0.16 0.00 0.10 0.07 0.01 99.66 [2023-02-14T02:37:33.893Z] 02:28:01 0 0.22 0.00 0.12 0.00 0.02 99.65 [2023-02-14T02:37:33.893Z] 02:28:01 1 0.20 0.00 0.15 0.00 0.02 99.63 [2023-02-14T02:37:33.893Z] 02:28:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2023-02-14T02:37:33.893Z] 02:28:01 3 0.12 0.00 0.10 0.00 0.02 99.77 [2023-02-14T02:37:33.893Z] 02:28:01 4 0.48 0.00 0.17 0.02 0.00 99.33 [2023-02-14T02:37:33.893Z] 02:28:01 5 0.12 0.00 0.13 0.00 0.00 99.75 [2023-02-14T02:37:33.893Z] 02:28:01 6 0.03 0.00 0.03 0.08 0.00 99.85 [2023-02-14T02:37:33.893Z] 02:28:01 7 0.07 0.00 0.08 0.44 0.02 99.40 [2023-02-14T02:37:33.893Z] 02:29:01 all 0.27 0.00 0.16 0.05 0.02 99.50 [2023-02-14T02:37:33.893Z] 02:29:01 0 0.23 0.00 0.13 0.03 0.02 99.58 [2023-02-14T02:37:33.893Z] 02:29:01 1 0.38 0.00 0.25 0.00 0.03 99.33 [2023-02-14T02:37:33.893Z] 02:29:01 2 0.23 0.00 0.23 0.00 0.00 99.53 [2023-02-14T02:37:33.893Z] 02:29:01 3 0.15 0.00 0.03 0.00 0.03 99.78 [2023-02-14T02:37:33.893Z] 02:29:01 4 0.33 0.00 0.12 0.00 0.00 99.55 [2023-02-14T02:37:33.894Z] 02:29:01 5 0.27 0.00 0.23 0.05 0.02 99.43 [2023-02-14T02:37:33.894Z] 02:29:01 6 0.20 0.00 0.10 0.30 0.02 99.38 [2023-02-14T02:37:33.894Z] 02:29:01 7 0.35 0.00 0.18 0.00 0.03 99.43 [2023-02-14T02:37:33.894Z] 02:30:01 all 2.92 0.00 1.50 0.31 0.06 95.20 [2023-02-14T02:37:33.894Z] 02:30:01 0 3.02 0.00 1.88 1.64 0.05 93.41 [2023-02-14T02:37:33.894Z] 02:30:01 1 2.83 0.00 1.69 0.00 0.05 95.43 [2023-02-14T02:37:33.894Z] 02:30:01 2 3.16 0.00 1.02 0.00 0.05 95.76 [2023-02-14T02:37:33.894Z] 02:30:01 3 2.51 0.00 1.32 0.02 0.05 96.10 [2023-02-14T02:37:33.894Z] 02:30:01 4 2.75 0.00 1.21 0.00 0.05 96.00 [2023-02-14T02:37:33.894Z] 02:30:01 5 2.92 0.00 1.36 0.28 0.05 95.39 [2023-02-14T02:37:33.894Z] 02:30:01 6 3.55 0.00 1.68 0.57 0.05 94.15 [2023-02-14T02:37:33.894Z] 02:30:01 7 2.61 0.00 1.89 0.00 0.10 95.40 [2023-02-14T02:37:33.894Z] 02:31:01 all 34.22 0.00 5.32 0.74 0.15 59.57 [2023-02-14T02:37:33.894Z] 02:31:01 0 34.80 0.00 5.35 1.18 0.15 58.52 [2023-02-14T02:37:33.894Z] 02:31:01 1 34.66 0.00 5.63 0.08 0.13 59.49 [2023-02-14T02:37:33.894Z] 02:31:01 2 35.05 0.00 5.51 0.08 0.15 59.20 [2023-02-14T02:37:33.894Z] 02:31:01 3 34.10 0.00 5.08 0.71 0.15 59.97 [2023-02-14T02:37:33.894Z] 02:31:01 4 34.05 0.00 5.37 0.19 0.13 60.27 [2023-02-14T02:37:33.894Z] 02:31:01 5 32.82 0.00 5.23 1.38 0.14 60.43 [2023-02-14T02:37:33.894Z] 02:31:01 6 35.10 0.00 5.22 2.12 0.17 57.40 [2023-02-14T02:37:33.894Z] 02:31:01 7 33.19 0.00 5.19 0.15 0.15 61.32 [2023-02-14T02:37:33.894Z] [2023-02-14T02:37:33.894Z] 02:31:01 CPU %user %nice %system %iowait %steal %idle [2023-02-14T02:37:33.894Z] 02:32:01 all 10.20 0.00 2.49 0.89 0.09 86.33 [2023-02-14T02:37:33.894Z] 02:32:01 0 10.00 0.00 3.25 0.22 0.08 86.45 [2023-02-14T02:37:33.894Z] 02:32:01 1 9.36 0.00 2.50 0.34 0.08 87.72 [2023-02-14T02:37:33.894Z] 02:32:01 2 11.46 0.00 2.37 0.12 0.10 85.96 [2023-02-14T02:37:33.894Z] 02:32:01 3 11.05 0.00 2.32 0.32 0.08 86.22 [2023-02-14T02:37:33.894Z] 02:32:01 4 10.95 0.00 2.08 0.32 0.08 86.57 [2023-02-14T02:37:33.894Z] 02:32:01 5 10.03 0.00 3.47 3.99 0.12 82.39 [2023-02-14T02:37:33.894Z] 02:32:01 6 8.55 0.00 1.71 1.74 0.07 87.92 [2023-02-14T02:37:33.894Z] 02:32:01 7 10.23 0.00 2.21 0.07 0.10 87.39 [2023-02-14T02:37:33.894Z] 02:33:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-02-14T02:37:33.894Z] 02:33:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2023-02-14T02:37:33.894Z] 02:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:33:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-14T02:37:33.894Z] 02:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:33:01 4 0.10 0.00 0.00 0.00 0.02 99.88 [2023-02-14T02:37:33.894Z] 02:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T02:37:33.894Z] 02:33:01 6 0.03 0.00 0.03 0.03 0.00 99.90 [2023-02-14T02:37:33.894Z] 02:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T02:37:33.894Z] 02:34:01 all 0.06 0.00 0.04 0.01 0.02 99.87 [2023-02-14T02:37:33.894Z] 02:34:01 0 0.28 0.00 0.03 0.00 0.10 99.58 [2023-02-14T02:37:33.894Z] 02:34:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-14T02:37:33.894Z] 02:34:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2023-02-14T02:37:33.894Z] 02:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-14T02:37:33.894Z] 02:34:01 4 0.07 0.00 0.05 0.00 0.05 99.83 [2023-02-14T02:37:33.894Z] 02:34:01 5 0.05 0.00 0.05 0.05 0.00 99.85 [2023-02-14T02:37:33.894Z] 02:34:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2023-02-14T02:37:33.894Z] 02:34:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-14T02:37:33.894Z] 02:35:01 all 0.01 0.00 0.02 0.01 0.01 99.95 [2023-02-14T02:37:33.894Z] 02:35:01 0 0.00 0.00 0.03 0.00 0.03 99.93 [2023-02-14T02:37:33.894Z] 02:35:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-14T02:37:33.894Z] 02:35:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-14T02:37:33.894Z] 02:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:35:01 4 0.05 0.00 0.07 0.00 0.02 99.87 [2023-02-14T02:37:33.894Z] 02:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T02:37:33.894Z] 02:35:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-14T02:37:33.894Z] 02:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:36:01 all 0.03 0.00 0.02 0.01 0.02 99.93 [2023-02-14T02:37:33.894Z] 02:36:01 0 0.02 0.00 0.00 0.00 0.07 99.92 [2023-02-14T02:37:33.894Z] 02:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-14T02:37:33.894Z] 02:36:01 2 0.03 0.00 0.00 0.03 0.00 99.93 [2023-02-14T02:37:33.894Z] 02:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:36:01 4 0.08 0.00 0.08 0.00 0.05 99.78 [2023-02-14T02:37:33.894Z] 02:36:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-14T02:37:33.894Z] 02:36:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-14T02:37:33.894Z] 02:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:37:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2023-02-14T02:37:33.894Z] 02:37:01 0 0.22 0.00 0.02 0.00 0.05 99.72 [2023-02-14T02:37:33.894Z] 02:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T02:37:33.894Z] 02:37:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-14T02:37:33.894Z] 02:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] 02:37:01 4 0.07 0.00 0.07 0.00 0.00 99.87 [2023-02-14T02:37:33.894Z] 02:37:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-14T02:37:33.894Z] 02:37:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-14T02:37:33.894Z] 02:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T02:37:33.894Z] Average: all 3.46 0.00 0.91 0.24 0.04 95.35 [2023-02-14T02:37:33.894Z] Average: 0 3.52 0.00 0.99 0.27 0.05 95.16 [2023-02-14T02:37:33.894Z] Average: 1 3.43 0.00 0.91 0.17 0.04 95.45 [2023-02-14T02:37:33.894Z] Average: 2 3.52 0.00 0.89 0.23 0.04 95.33 [2023-02-14T02:37:33.894Z] Average: 3 3.61 0.00 0.78 0.15 0.05 95.40 [2023-02-14T02:37:33.894Z] Average: 4 3.49 0.00 0.81 0.10 0.03 95.57 [2023-02-14T02:37:33.894Z] Average: 5 3.44 0.00 1.01 0.35 0.04 95.17 [2023-02-14T02:37:33.894Z] Average: 6 3.38 0.00 0.87 0.53 0.03 95.18 [2023-02-14T02:37:33.894Z] Average: 7 3.31 0.00 0.98 0.13 0.05 95.52 [2023-02-14T02:37:33.894Z] [2023-02-14T02:37:33.894Z] [2023-02-14T02:37:33.894Z]