Pull request #209 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f228a1f9eaa93b131566251ccb36f6cc4e7ab124+85826e77fb29969954e3475a8ff39b67fe868a1c (31d286b6106fc7ecd08cd79ff2475ae1f60fbfe4) 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-ssh15106654111061906195.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4318796160307206636.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-209/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-209/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16199285627093889768.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-209/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2808241405451446191.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3047757317104809653.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-209/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-209/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15860040353715338607.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9276 in /w/workspace/undry_device-rfid-llrp-go_PR-209 [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-209 # 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/209/head:refs/remotes/origin/PR-209 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit f228a1f9eaa93b131566251ccb36f6cc4e7ab124 Merge succeeded, producing f228a1f9eaa93b131566251ccb36f6cc4e7ab124 Checking out Revision f228a1f9eaa93b131566251ccb36f6cc4e7ab124 (PR-209) 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-21T10:59:20.174Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # 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 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-21T10:59:20.362Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T10:59:20.464Z] ========================================================= [2023-04-21T10:59:20.464Z] EdgeX Global Pipelines Version Info [2023-04-21T10:59:20.464Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-21T10:59:21.221Z] ------------------- [2023-04-21T10:59:21.221Z] stable info: [2023-04-21T10:59:21.221Z] ------------------- [2023-04-21T10:59:21.221Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T10:59:21.221Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T10:59:21.221Z] Message: update stable to v1.0.248 [2023-04-21T10:59:21.793Z] ------------------- [2023-04-21T10:59:21.793Z] experimental info: [2023-04-21T10:59:21.793Z] ------------------- [2023-04-21T10:59:21.793Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T10:59:21.793Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T10:59:21.793Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T10:59:22.110Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-04-21T10:59:22.159Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-04-21T10:59:22.202Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T10:59:22.244Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T10:59:22.286Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T10:59:22.332Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T10:59:22.373Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T10:59:22.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-21T10:59:22.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T10:59:22.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T10:59:22.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T10:59:22.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-04-21T10:59:22.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T10:59:22.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T10:59:22.748Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T10:59:22.796Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T10:59:22.840Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T10:59:22.888Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T10:59:22.959Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T10:59:23.003Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T10:59:23.048Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-21T10:59:23.093Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-21T10:59:23.138Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-21T10:59:23.185Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-21T10:59:23.229Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-21T10:59:23.272Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T10:59:23.318Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T10:59:23.362Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-209 [Pipeline] echo [2023-04-21T10:59:23.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-209 [Pipeline] echo [2023-04-21T10:59:23.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-209 [Pipeline] echo [2023-04-21T10:59:23.491Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo [2023-04-21T10:59:23.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f228a1f [Pipeline] echo [2023-04-21T10:59:23.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T10:59:23.702Z] provisioning config files... [2023-04-21T10:59:23.731Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config14125853962998946464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T10:59:24.081Z] ---> docker-login.sh [2023-04-21T10:59:24.081Z] nexus3.edgexfoundry.org:10001 [2023-04-21T10:59:24.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:24.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:24.342Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:24.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:24.342Z] [2023-04-21T10:59:24.342Z] Login Succeeded [2023-04-21T10:59:24.342Z] nexus3.edgexfoundry.org:10002 [2023-04-21T10:59:24.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:24.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:24.602Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:24.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:24.602Z] [2023-04-21T10:59:24.602Z] Login Succeeded [2023-04-21T10:59:24.602Z] nexus3.edgexfoundry.org:10003 [2023-04-21T10:59:24.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:24.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:24.602Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:24.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:24.602Z] [2023-04-21T10:59:24.602Z] Login Succeeded [2023-04-21T10:59:24.602Z] nexus3.edgexfoundry.org:10004 [2023-04-21T10:59:24.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:24.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:24.863Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:24.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:24.863Z] [2023-04-21T10:59:24.863Z] Login Succeeded [2023-04-21T10:59:24.863Z] docker.io [2023-04-21T10:59:24.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:25.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:25.123Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:25.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:25.123Z] [2023-04-21T10:59:25.123Z] Login Succeeded [2023-04-21T10:59:25.123Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T10:59:25.151Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-21T10:59:25.804Z] + git rev-list -1 --merges f228a1f9eaa93b131566251ccb36f6cc4e7ab124~1..f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo [2023-04-21T10:59:25.880Z] -----------> git rev-list -1 --merges f228a1f9eaa93b131566251ccb36f6cc4e7ab124~1..f228a1f9eaa93b131566251ccb36f6cc4e7ab124 f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [false] [Pipeline] sh [2023-04-21T10:59:26.193Z] + git log --format=format:%s -1 f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo [2023-04-21T10:59:26.229Z] ========================================================= [2023-04-21T10:59:26.229Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T10:59:26.229Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T10:59:26.671Z] + git log --format=format:%s -1 f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo [2023-04-21T10:59:26.715Z] [semverPrep] GIT_COMMIT: f228a1f9eaa93b131566251ccb36f6cc4e7ab124, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-04-21T10:59:26.743Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-21T10:59:27.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T10:59:27.137Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T10:59:27.137Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T10:59:27.137Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T10:59:27.137Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T10:59:27.137Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T10:59:27.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T10:59:27.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T10:59:27.647Z] [2023-04-21T10:59:27.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T10:59:28.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T10:59:28.033Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T10:59:28.033Z] b85a868b505f: Pulling fs layer [2023-04-21T10:59:28.033Z] e2be974225ed: Pulling fs layer [2023-04-21T10:59:28.033Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T10:59:28.033Z] 988bab9f4d93: Pulling fs layer [2023-04-21T10:59:28.033Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T10:59:28.033Z] eaf3925da568: Pulling fs layer [2023-04-21T10:59:28.033Z] bab4dde63d76: Pulling fs layer [2023-04-21T10:59:28.033Z] bde34c3a00c8: Pulling fs layer [2023-04-21T10:59:28.033Z] b352a97aabf1: Pulling fs layer [2023-04-21T10:59:28.033Z] 4872d77fe225: Pulling fs layer [2023-04-21T10:59:28.033Z] 5851b861e8e6: Pulling fs layer [2023-04-21T10:59:28.033Z] 988bab9f4d93: Waiting [2023-04-21T10:59:28.033Z] 1469e6f7b9e6: Waiting [2023-04-21T10:59:28.033Z] eaf3925da568: Waiting [2023-04-21T10:59:28.033Z] b352a97aabf1: Waiting [2023-04-21T10:59:28.033Z] 4872d77fe225: Waiting [2023-04-21T10:59:28.033Z] 5851b861e8e6: Waiting [2023-04-21T10:59:28.033Z] bde34c3a00c8: Waiting [2023-04-21T10:59:28.033Z] bab4dde63d76: Waiting [2023-04-21T10:59:28.033Z] e2be974225ed: Verifying Checksum [2023-04-21T10:59:28.033Z] e2be974225ed: Download complete [2023-04-21T10:59:28.033Z] 988bab9f4d93: Verifying Checksum [2023-04-21T10:59:28.033Z] 988bab9f4d93: Download complete [2023-04-21T10:59:28.033Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T10:59:28.033Z] 1469e6f7b9e6: Download complete [2023-04-21T10:59:28.293Z] eaf3925da568: Verifying Checksum [2023-04-21T10:59:28.293Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T10:59:28.293Z] 339a4e72a1f5: Download complete [2023-04-21T10:59:28.293Z] bde34c3a00c8: Verifying Checksum [2023-04-21T10:59:28.293Z] bde34c3a00c8: Download complete [2023-04-21T10:59:28.293Z] b352a97aabf1: Download complete [2023-04-21T10:59:28.293Z] 4872d77fe225: Verifying Checksum [2023-04-21T10:59:28.293Z] 4872d77fe225: Download complete [2023-04-21T10:59:28.293Z] 5851b861e8e6: Download complete [2023-04-21T10:59:28.293Z] b85a868b505f: Verifying Checksum [2023-04-21T10:59:28.293Z] b85a868b505f: Download complete [2023-04-21T10:59:28.552Z] bab4dde63d76: Verifying Checksum [2023-04-21T10:59:28.552Z] bab4dde63d76: Download complete [2023-04-21T10:59:29.489Z] b85a868b505f: Pull complete [2023-04-21T10:59:29.747Z] e2be974225ed: Pull complete [2023-04-21T10:59:30.317Z] 339a4e72a1f5: Pull complete [2023-04-21T10:59:30.317Z] 988bab9f4d93: Pull complete [2023-04-21T10:59:30.578Z] 1469e6f7b9e6: Pull complete [2023-04-21T10:59:30.578Z] eaf3925da568: Pull complete [2023-04-21T10:59:32.484Z] bab4dde63d76: Pull complete [2023-04-21T10:59:32.484Z] bde34c3a00c8: Pull complete [2023-04-21T10:59:32.484Z] b352a97aabf1: Pull complete [2023-04-21T10:59:32.484Z] 4872d77fe225: Pull complete [2023-04-21T10:59:32.484Z] 5851b861e8e6: Pull complete [2023-04-21T10:59:32.484Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T10:59:32.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T10:59:32.484Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T10:59:32.726Z] prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container [2023-04-21T10:59:32.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-21T10:59:35.405Z] $ docker top 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 -eo pid,comm [2023-04-21T10:59:35.469Z] 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-04-21T10:59:35.469Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T10:59:35.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T10:59:35.591Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T10:59:35.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T10:59:35.715Z] $ docker exec 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent [2023-04-21T10:59:35.833Z] SSH_AUTH_SOCK=/tmp/ssh-LwuE2oILektV/agent.33 [2023-04-21T10:59:35.833Z] SSH_AGENT_PID=39 [2023-04-21T10:59:35.842Z] Running ssh-add (command line suppressed) [2023-04-21T10:59:35.938Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_11652973618405447155.key (/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_11652973618405447155.key) [2023-04-21T10:59:35.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T10:59:36.296Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T10:59:36.318Z] $ docker exec --env ******** --env ******** 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent -k [2023-04-21T10:59:36.426Z] unset SSH_AUTH_SOCK; [2023-04-21T10:59:36.427Z] unset SSH_AGENT_PID; [2023-04-21T10:59:36.427Z] echo Agent pid 39 killed; [2023-04-21T10:59:36.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T10:59:36.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T10:59:36.536Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T10:59:36.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T10:59:36.654Z] $ docker exec 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent [2023-04-21T10:59:36.772Z] SSH_AUTH_SOCK=/tmp/ssh-uUpEHQk19zs0/agent.70 [2023-04-21T10:59:36.772Z] SSH_AGENT_PID=76 [2023-04-21T10:59:36.778Z] Running ssh-add (command line suppressed) [2023-04-21T10:59:36.879Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_3028097817071918241.key (/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_3028097817071918241.key) [2023-04-21T10:59:36.895Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T10:59:37.239Z] + git semver init [2023-04-21T10:59:37.499Z] 2023-04-21 10:59:37,405 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T10:59:37.499Z] 2023-04-21 10:59:37,406 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver [2023-04-21T10:59:37.499Z] 2023-04-21 10:59:37,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-209/.semver [2023-04-21T10:59:37.499Z] 2023-04-21 10:59:37,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-209, universal_newlines=False, shell=None, istream=None) [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,182 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-209/.git/info/exclude [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,182 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver/PR-209 with force:False [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,183 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver/PR-209 [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,187 [execute] INFO git cat-file --batch-check [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,187 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,193 [execute] INFO git cat-file --batch [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,193 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T10:59:38.438Z] 2023-04-21 10:59:38,196 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-209/.semver/PR-209 [2023-04-21T10:59:38.438Z] 0.0.0 [Pipeline] } [2023-04-21T10:59:38.465Z] $ docker exec --env ******** --env ******** 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent -k [2023-04-21T10:59:38.562Z] unset SSH_AUTH_SOCK; [2023-04-21T10:59:38.562Z] unset SSH_AGENT_PID; [2023-04-21T10:59:38.563Z] echo Agent pid 76 killed; [2023-04-21T10:59:38.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T10:59:39.012Z] + git semver [Pipeline] } [2023-04-21T10:59:39.293Z] $ docker stop --time=1 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 [2023-04-21T10:59:40.598Z] $ docker rm -f --volumes 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T10:59:41.014Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T10:59:41.309Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T10:59:41.329Z] [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-04-21T10:59:41.874Z] provisioning config files... [2023-04-21T10:59:41.884Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config3337306085844464921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T10:59:42.238Z] ---> docker-login.sh [2023-04-21T10:59:42.238Z] nexus3.edgexfoundry.org:10001 [2023-04-21T10:59:42.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:42.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:42.238Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:42.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:42.238Z] [2023-04-21T10:59:42.238Z] Login Succeeded [2023-04-21T10:59:42.238Z] nexus3.edgexfoundry.org:10002 [2023-04-21T10:59:42.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:42.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:42.238Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:42.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:42.238Z] [2023-04-21T10:59:42.238Z] Login Succeeded [2023-04-21T10:59:42.238Z] nexus3.edgexfoundry.org:10003 [2023-04-21T10:59:42.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:42.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:42.499Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:42.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:42.499Z] [2023-04-21T10:59:42.499Z] Login Succeeded [2023-04-21T10:59:42.499Z] nexus3.edgexfoundry.org:10004 [2023-04-21T10:59:42.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:42.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:42.499Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:42.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:42.499Z] [2023-04-21T10:59:42.499Z] Login Succeeded [2023-04-21T10:59:42.499Z] docker.io [2023-04-21T10:59:42.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T10:59:42.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T10:59:42.761Z] Configure a credential helper to remove this warning. See [2023-04-21T10:59:42.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T10:59:42.761Z] [2023-04-21T10:59:42.761Z] Login Succeeded [2023-04-21T10:59:42.761Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T10:59:42.788Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T10:59:42.984Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T10:59:43.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T10:59:43.054Z] ========================================================= [2023-04-21T10:59:43.054Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T10:59:43.054Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T10:59:43.520Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T10:59:43.520Z] Sending build context to Docker daemon 4.219MB [2023-04-21T10:59:43.520Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T10:59:43.520Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T10:59:43.520Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T10:59:43.520Z] 63b65145d645: Pulling fs layer [2023-04-21T10:59:43.520Z] a2d21d5440eb: Pulling fs layer [2023-04-21T10:59:43.520Z] 935e6c44a52c: Pulling fs layer [2023-04-21T10:59:43.520Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T10:59:43.520Z] 30dea6a524f1: Pulling fs layer [2023-04-21T10:59:43.520Z] a2aff8979fd8: Pulling fs layer [2023-04-21T10:59:43.520Z] 6808be2612f2: Pulling fs layer [2023-04-21T10:59:43.520Z] f25807f1079a: Pulling fs layer [2023-04-21T10:59:43.520Z] 94cc34f8dd06: Waiting [2023-04-21T10:59:43.520Z] 30dea6a524f1: Waiting [2023-04-21T10:59:43.520Z] a2aff8979fd8: Waiting [2023-04-21T10:59:43.520Z] 6808be2612f2: Waiting [2023-04-21T10:59:43.520Z] f25807f1079a: Waiting [2023-04-21T10:59:43.520Z] a2d21d5440eb: Verifying Checksum [2023-04-21T10:59:43.520Z] a2d21d5440eb: Download complete [2023-04-21T10:59:43.520Z] 94cc34f8dd06: Verifying Checksum [2023-04-21T10:59:43.520Z] 94cc34f8dd06: Download complete [2023-04-21T10:59:43.520Z] 30dea6a524f1: Verifying Checksum [2023-04-21T10:59:43.520Z] 30dea6a524f1: Download complete [2023-04-21T10:59:43.779Z] 63b65145d645: Verifying Checksum [2023-04-21T10:59:43.779Z] 63b65145d645: Download complete [2023-04-21T10:59:43.779Z] a2aff8979fd8: Verifying Checksum [2023-04-21T10:59:43.779Z] a2aff8979fd8: Download complete [2023-04-21T10:59:43.779Z] 63b65145d645: Pull complete [2023-04-21T10:59:44.048Z] a2d21d5440eb: Pull complete [2023-04-21T10:59:44.312Z] f25807f1079a: Verifying Checksum [2023-04-21T10:59:44.312Z] f25807f1079a: Download complete [2023-04-21T10:59:44.570Z] 935e6c44a52c: Verifying Checksum [2023-04-21T10:59:44.570Z] 935e6c44a52c: Download complete [2023-04-21T10:59:44.570Z] 6808be2612f2: Verifying Checksum [2023-04-21T10:59:44.570Z] 6808be2612f2: Download complete [2023-04-21T10:59:47.859Z] 935e6c44a52c: Pull complete [2023-04-21T10:59:47.859Z] 94cc34f8dd06: Pull complete [2023-04-21T10:59:47.859Z] 30dea6a524f1: Pull complete [2023-04-21T10:59:47.859Z] a2aff8979fd8: Pull complete [2023-04-21T10:59:49.762Z] 6808be2612f2: Pull complete [2023-04-21T10:59:50.329Z] f25807f1079a: Pull complete [2023-04-21T10:59:50.329Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T10:59:50.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T10:59:50.329Z] ---> 3b553350e43f [2023-04-21T10:59:50.329Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T10:59:54.575Z] ---> Running in 68d301a87586 [2023-04-21T10:59:54.575Z] Removing intermediate container 68d301a87586 [2023-04-21T10:59:54.575Z] ---> 09279b9cd1eb [2023-04-21T10:59:54.575Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T10:59:54.575Z] ---> Running in b47bd610cd7c [2023-04-21T10:59:54.575Z] Removing intermediate container b47bd610cd7c [2023-04-21T10:59:54.575Z] ---> 1235249446ab [2023-04-21T10:59:54.575Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T10:59:54.575Z] ---> Running in 0a839effa983 [2023-04-21T10:59:54.575Z] Removing intermediate container 0a839effa983 [2023-04-21T10:59:54.575Z] ---> a5bbd0a7a971 [2023-04-21T10:59:54.575Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T10:59:54.575Z] ---> Running in d26685e24d8f [2023-04-21T10:59:54.575Z] Removing intermediate container d26685e24d8f [2023-04-21T10:59:54.575Z] ---> 81e09e86b3f6 [2023-04-21T10:59:54.575Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T10:59:54.575Z] ---> Running in 828ac7c3bcea [2023-04-21T10:59:54.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T10:59:54.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T10:59:55.095Z] OK: 265 MiB in 53 packages [2023-04-21T10:59:55.353Z] Removing intermediate container 828ac7c3bcea [2023-04-21T10:59:55.353Z] ---> 33a9ba735071 [2023-04-21T10:59:55.353Z] Step 8/12 : WORKDIR /app [2023-04-21T10:59:55.353Z] ---> Running in 3d79c4fb5b1b [2023-04-21T10:59:55.353Z] Removing intermediate container 3d79c4fb5b1b [2023-04-21T10:59:55.353Z] ---> 5bc6fda51f37 [2023-04-21T10:59:55.353Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-21T10:59:55.613Z] ---> b22a0d39f9bf [2023-04-21T10:59:55.613Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T10:59:55.613Z] ---> Running in 31c0c9ac6a67 [2023-04-21T10:59:56.708Z] Still waiting to schedule task [2023-04-21T10:59:56.708Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-21T11:00:42.981Z] Removing intermediate container 31c0c9ac6a67 [2023-04-21T11:00:42.981Z] ---> 280c7b6e00ed [2023-04-21T11:00:42.981Z] Step 11/12 : COPY . . [2023-04-21T11:00:43.241Z] ---> e1d2810c3dc4 [2023-04-21T11:00:43.241Z] Step 12/12 : RUN $MAKE [2023-04-21T11:00:43.241Z] ---> Running in a20b0b0a38ca [2023-04-21T11:00:43.502Z] noop [2023-04-21T11:00:43.761Z] Removing intermediate container a20b0b0a38ca [2023-04-21T11:00:43.761Z] ---> f70f23a66669 [2023-04-21T11:00:43.761Z] Successfully built f70f23a66669 [2023-04-21T11:00:43.761Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:00:44.216Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T11:00:44.216Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:00:44.385Z] prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container [2023-04-21T11:00:44.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T11:00:44.751Z] $ docker top c3bb059457c3ca4c3c7e6ce595a8807e6de77afa353c1812f740657426d0fbac -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:00:45.150Z] + go version [2023-04-21T11:00:45.150Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T11:00:45.182Z] $ docker stop --time=1 c3bb059457c3ca4c3c7e6ce595a8807e6de77afa353c1812f740657426d0fbac [2023-04-21T11:00:46.453Z] $ docker rm -f --volumes c3bb059457c3ca4c3c7e6ce595a8807e6de77afa353c1812f740657426d0fbac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:00:47.183Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T11:00:47.183Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:00:47.345Z] prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container [2023-04-21T11:00:47.375Z] $ 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-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T11:00:47.688Z] $ docker top b92429fbc8e64b97ea6e39f26267d11acf7108f39256100ce821c648ee62587b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:00:48.092Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-209 [Pipeline] fileExists [Pipeline] sh [2023-04-21T11:00:48.461Z] + make test [2023-04-21T11:00:48.461Z] go test ./... -coverprofile=coverage.out ./... [2023-04-21T11:00:52.654Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-21T11:01:02.617Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-21T11:01:02.617Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-21T11:01:05.902Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.498s coverage: 40.5% of statements [2023-04-21T11:01:05.902Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.238s coverage: 52.0% of statements [2023-04-21T11:01:05.902Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 95.5% of statements [2023-04-21T11:01:12.461Z] go vet ./... [2023-04-21T11:01:15.794Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T11:01:15.794Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T11:01:15.794Z] ./bin/test-attribution-txt.sh [2023-04-21T11:01:15.794Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-21T11:01:16.052Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-21T11:01:16.093Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T11:01:16.123Z] $ docker stop --time=1 b92429fbc8e64b97ea6e39f26267d11acf7108f39256100ce821c648ee62587b [2023-04-21T11:01:19.201Z] $ docker rm -f --volumes b92429fbc8e64b97ea6e39f26267d11acf7108f39256100ce821c648ee62587b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T11:01:19.802Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T11:01:19.909Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-21T11:01:20.623Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T11:01:20.931Z] + ls -al . [2023-04-21T11:01:20.931Z] total 628 [2023-04-21T11:01:20.931Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 11:00 . [2023-04-21T11:01:20.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 10:59 .. [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 10:59 .dockerignore [2023-04-21T11:01:20.931Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 10:59 .git [2023-04-21T11:01:20.931Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 10:59 .github [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 10:59 .gitignore [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 10:59 .golangci.yml [2023-04-21T11:01:20.931Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 10:59 .semver [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 10:59 Attribution.txt [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 10:59 CHANGELOG.md [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 10:59 Dockerfile [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 10:59 GOVERNANCE.md [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 10:59 Jenkinsfile [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 10:59 LICENSE [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 10:59 Makefile [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 10:59 OWNERS.md [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 10:59 README.md [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 10:59 VERSION [2023-04-21T11:01:20.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 10:59 bin [2023-04-21T11:01:20.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 10:59 cmd [2023-04-21T11:01:20.931Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:01 coverage.out [2023-04-21T11:01:20.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 10:59 examples [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 10:59 go.mod [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 10:59 go.sum [2023-04-21T11:01:20.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 10:59 images [2023-04-21T11:01:20.931Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 10:59 internal [2023-04-21T11:01:20.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 10:59 snap [2023-04-21T11:01:20.931Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:01:21.307Z] + 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=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 --label arch=amd64 --label version=0.0.0 . [2023-04-21T11:01:21.307Z] Sending build context to Docker daemon 4.219MB [2023-04-21T11:01:21.307Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:01:21.307Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-21T11:01:21.307Z] ---> f70f23a66669 [2023-04-21T11:01:21.307Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:01:21.307Z] ---> Running in e835e28239c9 [2023-04-21T11:01:21.566Z] Removing intermediate container e835e28239c9 [2023-04-21T11:01:21.566Z] ---> 8c1b7464bf4d [2023-04-21T11:01:21.566Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:01:21.566Z] ---> Running in 9c62e65ee6af [2023-04-21T11:01:21.566Z] Removing intermediate container 9c62e65ee6af [2023-04-21T11:01:21.566Z] ---> 5356ba7daf0a [2023-04-21T11:01:21.566Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:01:21.566Z] ---> Running in dd9827c1d04b [2023-04-21T11:01:21.566Z] Removing intermediate container dd9827c1d04b [2023-04-21T11:01:21.566Z] ---> 9302e7a556aa [2023-04-21T11:01:21.566Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:01:21.566Z] ---> Running in 9a53e8d9fcbf [2023-04-21T11:01:21.825Z] Removing intermediate container 9a53e8d9fcbf [2023-04-21T11:01:21.825Z] ---> cea36c66a6b3 [2023-04-21T11:01:21.825Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:01:21.825Z] ---> Running in ac717b72e61d [2023-04-21T11:01:22.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T11:01:22.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T11:01:22.344Z] OK: 265 MiB in 53 packages [2023-04-21T11:01:22.603Z] Removing intermediate container ac717b72e61d [2023-04-21T11:01:22.603Z] ---> aeaaacd349ae [2023-04-21T11:01:22.603Z] Step 8/24 : WORKDIR /app [2023-04-21T11:01:22.603Z] ---> Running in 72a14eb76eec [2023-04-21T11:01:22.863Z] Removing intermediate container 72a14eb76eec [2023-04-21T11:01:22.863Z] ---> cfa967f1ab34 [2023-04-21T11:01:22.863Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-21T11:01:22.863Z] ---> f43f91eed350 [2023-04-21T11:01:22.863Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:01:22.863Z] ---> Running in c8468f808c72 [2023-04-21T11:01:23.804Z] Removing intermediate container c8468f808c72 [2023-04-21T11:01:23.804Z] ---> 5b5ed06d7cdc [2023-04-21T11:01:23.804Z] Step 11/24 : COPY . . [2023-04-21T11:01:23.804Z] ---> e7afc8a09c1b [2023-04-21T11:01:23.804Z] Step 12/24 : RUN $MAKE [2023-04-21T11:01:23.804Z] ---> Running in aa9d2dc90978 [2023-04-21T11:01:24.062Z] 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-04-21T11:01:30.758Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9278 in /w/workspace/undry_device-rfid-llrp-go_PR-209 [Pipeline] { [Pipeline] ws [2023-04-21T11:01:30.824Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-21T11:01:30.913Z] Selected Git installation does not exist. Using Default [2023-04-21T11:01:30.913Z] The recommended git tool is: NONE [2023-04-21T11:01:36.228Z] using credential edgex-jenkins-ssh [2023-04-21T11:01:36.242Z] Cloning the remote Git repository [2023-04-21T11:01:36.282Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-21T11:01:36.368Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-04-21T11:01:36.510Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-21T11:01:36.510Z] > git --version # timeout=10 [2023-04-21T11:01:36.530Z] > git --version # 'git version 2.25.1' [2023-04-21T11:01:36.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T11:01:36.691Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T11:01:40.430Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-21T11:01:40.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T11:01:41.997Z] Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [2023-04-21T11:01:42.312Z] Merge succeeded, producing f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [2023-04-21T11:01:42.313Z] Checking out Revision f228a1f9eaa93b131566251ccb36f6cc4e7ab124 (PR-209) [2023-04-21T11:01:41.368Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-21T11:01:41.404Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-21T11:01:41.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T11:01:41.419Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/209/head:refs/remotes/origin/PR-209 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-21T11:01:42.015Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T11:01:42.090Z] > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # timeout=10 [2023-04-21T11:01:42.207Z] > git remote # timeout=10 [2023-04-21T11:01:42.230Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T11:01:42.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T11:01:42.268Z] > git merge 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 [2023-04-21T11:01:42.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T11:01:42.320Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T11:01:42.334Z] > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # timeout=10 [2023-04-21T11:01:42.810Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-04-21T11:01:42.872Z] > git --version # timeout=10 [2023-04-21T11:01:42.884Z] > git --version # 'git version 2.25.1' [2023-04-21T11:01:42.900Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T11:01:44.094Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T11:01:44.094Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T11:01:44.094Z] Dload Upload Total Spent Left Speed [2023-04-21T11:01:44.094Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 63123 0 --:--:-- --:--:-- --:--:-- 63123 [Pipeline] sh [2023-04-21T11:01:44.727Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T11:01:45.076Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T11:01:45.077Z] + sudo tee /etc/docker/daemon.new [2023-04-21T11:01:45.077Z] { [2023-04-21T11:01:45.077Z] "registry-mirrors": [ [2023-04-21T11:01:45.077Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T11:01:45.077Z] ], [2023-04-21T11:01:45.077Z] "bip": "10.250.0.254/24", [2023-04-21T11:01:45.077Z] "hosts": [ [2023-04-21T11:01:45.077Z] "tcp://0.0.0.0:5555", [2023-04-21T11:01:45.077Z] "unix:///var/run/docker.sock" [2023-04-21T11:01:45.077Z] ], [2023-04-21T11:01:45.077Z] "mtu": 1458, [2023-04-21T11:01:45.077Z] "selinux-enabled": true, [2023-04-21T11:01:45.077Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T11:01:45.077Z] } [Pipeline] sh [2023-04-21T11:01:45.428Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T11:01:45.769Z] + sudo service docker restart [2023-04-21T11:01:45.987Z] Removing intermediate container aa9d2dc90978 [2023-04-21T11:01:45.987Z] ---> 46e4fe2f1c17 [2023-04-21T11:01:45.987Z] Step 13/24 : FROM alpine:3.17 [2023-04-21T11:01:45.987Z] 3.17: Pulling from library/alpine [2023-04-21T11:01:45.987Z] f56be85fc22e: Pulling fs layer [2023-04-21T11:01:45.987Z] f56be85fc22e: Verifying Checksum [2023-04-21T11:01:45.987Z] f56be85fc22e: Download complete [2023-04-21T11:01:45.987Z] f56be85fc22e: Pull complete [2023-04-21T11:01:45.987Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T11:01:45.987Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T11:01:45.987Z] ---> 9ed4aefc74f6 [2023-04-21T11:01:45.987Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-21T11:01:45.987Z] ---> Running in 63f6cf1e9994 [2023-04-21T11:01:45.987Z] Removing intermediate container 63f6cf1e9994 [2023-04-21T11:01:45.987Z] ---> 5b9e5cd71fcf [2023-04-21T11:01:45.987Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T11:01:45.987Z] ---> Running in a4ad45234894 [2023-04-21T11:01:45.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T11:01:45.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T11:01:45.987Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T11:01:45.987Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T11:01:45.987Z] OK: 7 MiB in 16 packages [2023-04-21T11:01:45.987Z] Removing intermediate container a4ad45234894 [2023-04-21T11:01:45.987Z] ---> f0339ca6512a [2023-04-21T11:01:45.987Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-21T11:01:45.987Z] ---> aa45ac2655a9 [2023-04-21T11:01:45.987Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-21T11:01:45.987Z] ---> 77a81e16106a [2023-04-21T11:01:45.987Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-21T11:01:45.987Z] ---> 042921079be8 [2023-04-21T11:01:45.987Z] Step 19/24 : EXPOSE 59989 [2023-04-21T11:01:45.987Z] ---> Running in d6084c7bbefb [2023-04-21T11:01:45.987Z] Removing intermediate container d6084c7bbefb [2023-04-21T11:01:45.987Z] ---> e4e22e53bfb1 [2023-04-21T11:01:45.987Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-21T11:01:45.987Z] ---> Running in 4d4e960073ba [2023-04-21T11:01:45.987Z] Removing intermediate container 4d4e960073ba [2023-04-21T11:01:45.987Z] ---> 7d3b79b4a967 [2023-04-21T11:01:45.987Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T11:01:45.987Z] ---> Running in 67863fe73aaa [2023-04-21T11:01:45.987Z] Removing intermediate container 67863fe73aaa [2023-04-21T11:01:45.987Z] ---> b22d5672f778 [2023-04-21T11:01:45.987Z] Step 22/24 : LABEL arch=amd64 [2023-04-21T11:01:45.987Z] ---> Running in ed8596542f64 [2023-04-21T11:01:45.987Z] Removing intermediate container ed8596542f64 [2023-04-21T11:01:45.987Z] ---> 2801c3fbaa60 [2023-04-21T11:01:45.987Z] Step 23/24 : LABEL git_sha=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [2023-04-21T11:01:45.987Z] ---> Running in 649310e3f735 [2023-04-21T11:01:45.987Z] Removing intermediate container 649310e3f735 [2023-04-21T11:01:45.987Z] ---> 3eeb4b000dd4 [2023-04-21T11:01:45.987Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T11:01:45.987Z] ---> Running in 82e5bb95e534 [2023-04-21T11:01:46.247Z] Removing intermediate container 82e5bb95e534 [2023-04-21T11:01:46.247Z] ---> 6b6a883dad35 [2023-04-21T11:01:46.247Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T11:01:46.247Z] Successfully built 6b6a883dad35 [2023-04-21T11:01:46.247Z] 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-04-21T11:01:47.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:01:47.148Z] [2023-04-21T11:01:47.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:01:47.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:01:47.524Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T11:01:47.524Z] 5eb5b503b376: Pulling fs layer [2023-04-21T11:01:47.524Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T11:01:47.524Z] ec43610c2a17: Pulling fs layer [2023-04-21T11:01:47.524Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T11:01:47.524Z] 33b1e0a273af: Pulling fs layer [2023-04-21T11:01:47.524Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T11:01:47.524Z] 2f39f015ded8: Pulling fs layer [2023-04-21T11:01:47.524Z] 5d3b04190fa2: Waiting [2023-04-21T11:01:47.524Z] 3a2ae6a8a46f: Waiting [2023-04-21T11:01:47.524Z] 33b1e0a273af: Waiting [2023-04-21T11:01:47.524Z] 2f39f015ded8: Waiting [2023-04-21T11:01:47.524Z] 5c69ac0246d0: Download complete [2023-04-21T11:01:47.524Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-21T11:01:47.524Z] 3a2ae6a8a46f: Download complete [2023-04-21T11:01:47.524Z] 33b1e0a273af: Verifying Checksum [2023-04-21T11:01:47.524Z] 33b1e0a273af: Download complete [2023-04-21T11:01:47.524Z] ec43610c2a17: Verifying Checksum [2023-04-21T11:01:47.524Z] ec43610c2a17: Download complete [2023-04-21T11:01:47.524Z] 5d3b04190fa2: Verifying Checksum [2023-04-21T11:01:47.784Z] 5eb5b503b376: Verifying Checksum [2023-04-21T11:01:47.784Z] 5eb5b503b376: Download complete [2023-04-21T11:01:48.351Z] 2f39f015ded8: Verifying Checksum [2023-04-21T11:01:48.351Z] 2f39f015ded8: Download complete [2023-04-21T11:01:48.918Z] 5eb5b503b376: Pull complete [2023-04-21T11:01:48.918Z] 5c69ac0246d0: Pull complete [2023-04-21T11:01:49.484Z] ec43610c2a17: Pull complete [2023-04-21T11:01:49.484Z] 3a2ae6a8a46f: Pull complete [2023-04-21T11:01:49.742Z] 33b1e0a273af: Pull complete [2023-04-21T11:01:49.742Z] 5d3b04190fa2: Pull complete [2023-04-21T11:01:53.925Z] 2f39f015ded8: Pull complete [2023-04-21T11:01:53.925Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T11:01:53.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:01:53.925Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:01:54.170Z] prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container [2023-04-21T11:01:54.195Z] $ 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-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-21T11:01:57.490Z] $ docker top 635c7c350dfba765456a8f2fa7036016063f7e0e0a92870b937aa8deb3394182 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:01:58.058Z] ---> job-cost.sh [2023-04-21T11:01:58.058Z] lf-activate-venv: SKIPPING [2023-04-21T11:01:58.058Z] INFO: No Stack... [2023-04-21T11:01:58.627Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T11:01:58.887Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T11:01:59.217Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-209/archives/cost.csv [2023-04-21T11:01:59.217Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T11:01:59.266Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [2023-04-21T11:01:59.270Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] did not exist. Created. [2023-04-21T11:01:59.270Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T11:01:59.670Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-21T11:01:59.726Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T11:01:59.752Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T11:01:59.830Z] $ docker stop --time=1 635c7c350dfba765456a8f2fa7036016063f7e0e0a92870b937aa8deb3394182 [2023-04-21T11:02:00.974Z] $ docker rm -f --volumes 635c7c350dfba765456a8f2fa7036016063f7e0e0a92870b937aa8deb3394182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:02:10.480Z] provisioning config files... [2023-04-21T11:02:10.512Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config11521410403386715331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:02:10.916Z] ---> docker-login.sh [2023-04-21T11:02:10.916Z] nexus3.edgexfoundry.org:10001 [2023-04-21T11:02:11.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:02:11.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:02:11.510Z] Configure a credential helper to remove this warning. See [2023-04-21T11:02:11.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:02:11.510Z] [2023-04-21T11:02:11.510Z] Login Succeeded [2023-04-21T11:02:11.510Z] nexus3.edgexfoundry.org:10002 [2023-04-21T11:02:11.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:02:12.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:02:12.054Z] Configure a credential helper to remove this warning. See [2023-04-21T11:02:12.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:02:12.054Z] [2023-04-21T11:02:12.054Z] Login Succeeded [2023-04-21T11:02:12.054Z] nexus3.edgexfoundry.org:10003 [2023-04-21T11:02:12.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:02:12.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:02:12.328Z] Configure a credential helper to remove this warning. See [2023-04-21T11:02:12.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:02:12.328Z] [2023-04-21T11:02:12.328Z] Login Succeeded [2023-04-21T11:02:12.328Z] nexus3.edgexfoundry.org:10004 [2023-04-21T11:02:12.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:02:12.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:02:12.599Z] Configure a credential helper to remove this warning. See [2023-04-21T11:02:12.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:02:12.599Z] [2023-04-21T11:02:12.599Z] Login Succeeded [2023-04-21T11:02:12.599Z] docker.io [2023-04-21T11:02:12.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:02:13.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:02:13.142Z] Configure a credential helper to remove this warning. See [2023-04-21T11:02:13.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:02:13.142Z] [2023-04-21T11:02:13.142Z] Login Succeeded [2023-04-21T11:02:13.142Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T11:02:13.171Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T11:02:13.563Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:02:13.604Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:02:13.642Z] ========================================================= [2023-04-21T11:02:13.642Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T11:02:13.642Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:02:14.164Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T11:02:14.436Z] Sending build context to Docker daemon 1.212MB [2023-04-21T11:02:14.436Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:02:14.436Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T11:02:14.710Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T11:02:14.710Z] af6eaf76a39c: Pulling fs layer [2023-04-21T11:02:14.710Z] 55522c791124: Pulling fs layer [2023-04-21T11:02:14.710Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T11:02:14.710Z] 169dfbe0d373: Pulling fs layer [2023-04-21T11:02:14.710Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T11:02:14.710Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T11:02:14.710Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T11:02:14.710Z] e1ff8fa3b103: Waiting [2023-04-21T11:02:14.710Z] 5abe8eddf0d5: Waiting [2023-04-21T11:02:14.710Z] 169dfbe0d373: Waiting [2023-04-21T11:02:14.710Z] 52ebb69f0ebf: Waiting [2023-04-21T11:02:14.710Z] 55522c791124: Verifying Checksum [2023-04-21T11:02:14.710Z] 55522c791124: Download complete [2023-04-21T11:02:14.710Z] 169dfbe0d373: Verifying Checksum [2023-04-21T11:02:14.710Z] 169dfbe0d373: Download complete [2023-04-21T11:02:14.710Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T11:02:14.710Z] e1ff8fa3b103: Download complete [2023-04-21T11:02:14.710Z] af6eaf76a39c: Verifying Checksum [2023-04-21T11:02:14.710Z] af6eaf76a39c: Download complete [2023-04-21T11:02:15.860Z] af6eaf76a39c: Pull complete [2023-04-21T11:02:16.136Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T11:02:16.136Z] 5abe8eddf0d5: Download complete [2023-04-21T11:02:16.749Z] 55522c791124: Pull complete [2023-04-21T11:02:17.722Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T11:02:17.722Z] ce5c4a1c91eb: Download complete [2023-04-21T11:02:17.722Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T11:02:17.722Z] 52ebb69f0ebf: Download complete [2023-04-21T11:02:30.073Z] ce5c4a1c91eb: Pull complete [2023-04-21T11:02:30.073Z] 169dfbe0d373: Pull complete [2023-04-21T11:02:30.073Z] e1ff8fa3b103: Pull complete [2023-04-21T11:02:36.785Z] 52ebb69f0ebf: Pull complete [2023-04-21T11:02:38.198Z] 5abe8eddf0d5: Pull complete [2023-04-21T11:02:38.198Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T11:02:38.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T11:02:38.198Z] ---> 6cb57ee374ae [2023-04-21T11:02:38.198Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:02:40.269Z] ---> Running in bc2469391906 [2023-04-21T11:02:40.269Z] Removing intermediate container bc2469391906 [2023-04-21T11:02:40.269Z] ---> b4af351b2401 [2023-04-21T11:02:40.269Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:02:40.269Z] ---> Running in a1d66529be45 [2023-04-21T11:02:40.544Z] Removing intermediate container a1d66529be45 [2023-04-21T11:02:40.544Z] ---> 2575ee38d59e [2023-04-21T11:02:40.544Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:02:40.814Z] ---> Running in 2b3c7b5ca0b0 [2023-04-21T11:02:41.081Z] Removing intermediate container 2b3c7b5ca0b0 [2023-04-21T11:02:41.081Z] ---> f36766fc46d7 [2023-04-21T11:02:41.081Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:02:41.081Z] ---> Running in a6fd3071abff [2023-04-21T11:02:41.350Z] Removing intermediate container a6fd3071abff [2023-04-21T11:02:41.350Z] ---> 501c64244ccf [2023-04-21T11:02:41.350Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:02:41.620Z] ---> Running in 86389c934118 [2023-04-21T11:02:42.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T11:02:43.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T11:02:44.128Z] OK: 263 MiB in 53 packages [2023-04-21T11:02:46.714Z] Removing intermediate container 86389c934118 [2023-04-21T11:02:46.714Z] ---> 52a2b078c923 [2023-04-21T11:02:46.714Z] Step 8/12 : WORKDIR /app [2023-04-21T11:02:46.714Z] ---> Running in 02a9bdd43af8 [2023-04-21T11:02:46.714Z] Removing intermediate container 02a9bdd43af8 [2023-04-21T11:02:46.714Z] ---> f3c550b436e1 [2023-04-21T11:02:46.714Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-21T11:02:47.302Z] ---> 74aced1039f1 [2023-04-21T11:02:47.302Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:02:47.302Z] ---> Running in f5fa0b13bf17 [2023-04-21T11:04:08.962Z] Removing intermediate container f5fa0b13bf17 [2023-04-21T11:04:08.963Z] ---> 703b8935fd50 [2023-04-21T11:04:08.963Z] Step 11/12 : COPY . . [2023-04-21T11:04:08.963Z] ---> 041f8014ef2f [2023-04-21T11:04:08.963Z] Step 12/12 : RUN $MAKE [2023-04-21T11:04:08.963Z] ---> Running in c9fdd789562b [2023-04-21T11:04:08.963Z] noop [2023-04-21T11:04:08.963Z] Removing intermediate container c9fdd789562b [2023-04-21T11:04:08.963Z] ---> fcf7fe26f256 [2023-04-21T11:04:08.963Z] Successfully built fcf7fe26f256 [2023-04-21T11:04:08.963Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:04:09.465Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T11:04:09.465Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:04:09.753Z] prd-ubuntu20.04-docker-arm64-4c-16g-9278 does not seem to be running inside a container [2023-04-21T11:04:09.826Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2023-04-21T11:04:11.011Z] $ docker top 5bad49850f45a8d164cf6f76dbc02dfc6cd92229bd2d18581b919886f0d98a13 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:04:11.901Z] + go version [2023-04-21T11:04:11.901Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T11:04:11.938Z] $ docker stop --time=1 5bad49850f45a8d164cf6f76dbc02dfc6cd92229bd2d18581b919886f0d98a13 [2023-04-21T11:04:13.567Z] $ docker rm -f --volumes 5bad49850f45a8d164cf6f76dbc02dfc6cd92229bd2d18581b919886f0d98a13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:04:14.374Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T11:04:14.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:04:14.627Z] prd-ubuntu20.04-docker-arm64-4c-16g-9278 does not seem to be running inside a container [2023-04-21T11:04:14.696Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2023-04-21T11:04:15.786Z] $ docker top f24bba3ee4c492fdfdd1415ca6b8a9990db38fd4d3deb18dd22d94d579a0fe07 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:04:16.344Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T11:04:16.736Z] + make test [2023-04-21T11:04:16.736Z] go test ./... -coverprofile=coverage.out ./... [2023-04-21T11:04:49.002Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-21T11:06:55.754Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-21T11:06:55.754Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-21T11:07:34.654Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 29.601s coverage: 40.5% of statements [2023-04-21T11:07:34.654Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.630s coverage: 51.9% of statements [2023-04-21T11:07:34.654Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.056s coverage: 96.4% of statements [2023-04-21T11:07:34.654Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-21T11:07:34.654Z] go vet ./... [2023-04-21T11:07:56.759Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T11:07:57.347Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T11:07:57.621Z] ./bin/test-attribution-txt.sh [2023-04-21T11:07:57.889Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-21T11:07:57.889Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-21T11:07:57.937Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T11:07:57.977Z] $ docker stop --time=1 f24bba3ee4c492fdfdd1415ca6b8a9990db38fd4d3deb18dd22d94d579a0fe07 [2023-04-21T11:07:59.827Z] $ docker rm -f --volumes f24bba3ee4c492fdfdd1415ca6b8a9990db38fd4d3deb18dd22d94d579a0fe07 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T11:08:01.094Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T11:08:01.128Z] Warning: overwriting stash ‘coverage-report’ [2023-04-21T11:08:01.826Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T11:08:02.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T11:08:02.904Z] + ls -al . [2023-04-21T11:08:02.904Z] total 624 [2023-04-21T11:08:02.904Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 11:04 . [2023-04-21T11:08:02.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:01 .. [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 11:01 .dockerignore [2023-04-21T11:08:02.904Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:01 .git [2023-04-21T11:08:02.904Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:01 .github [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 11:01 .gitignore [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:01 .golangci.yml [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 11:01 Attribution.txt [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 11:01 CHANGELOG.md [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 11:01 Dockerfile [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:01 GOVERNANCE.md [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 11:01 Jenkinsfile [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 11:01 LICENSE [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 11:01 Makefile [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 11:01 OWNERS.md [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 11:01 README.md [2023-04-21T11:08:02.904Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 10:59 VERSION [2023-04-21T11:08:02.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:01 bin [2023-04-21T11:08:02.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:01 cmd [2023-04-21T11:08:02.905Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:07 coverage.out [2023-04-21T11:08:02.905Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:01 examples [2023-04-21T11:08:02.905Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 11:01 go.mod [2023-04-21T11:08:02.905Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 11:01 go.sum [2023-04-21T11:08:02.905Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:01 images [2023-04-21T11:08:02.905Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 11:01 internal [2023-04-21T11:08:02.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:01 snap [2023-04-21T11:08:02.905Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 11:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:08:03.335Z] + 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=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 --label arch=arm64 --label version=0.0.0 . [2023-04-21T11:08:03.605Z] Sending build context to Docker daemon 1.212MB [2023-04-21T11:08:03.605Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:08:03.605Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-21T11:08:03.605Z] ---> fcf7fe26f256 [2023-04-21T11:08:03.605Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:08:03.879Z] ---> Running in c2df5cec8bab [2023-04-21T11:08:04.149Z] Removing intermediate container c2df5cec8bab [2023-04-21T11:08:04.149Z] ---> 2958c5f51431 [2023-04-21T11:08:04.149Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:08:04.149Z] ---> Running in 5b9b55bf65f6 [2023-04-21T11:08:04.418Z] Removing intermediate container 5b9b55bf65f6 [2023-04-21T11:08:04.418Z] ---> b1961ecca7e9 [2023-04-21T11:08:04.418Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:08:04.418Z] ---> Running in 539fa01a9af1 [2023-04-21T11:08:04.689Z] Removing intermediate container 539fa01a9af1 [2023-04-21T11:08:04.689Z] ---> a248bbe771d3 [2023-04-21T11:08:04.689Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:08:04.962Z] ---> Running in 778e7b8a1c7b [2023-04-21T11:08:05.237Z] Removing intermediate container 778e7b8a1c7b [2023-04-21T11:08:05.237Z] ---> 491c93f89e18 [2023-04-21T11:08:05.237Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:08:05.237Z] ---> Running in 9cb286caf5fa [2023-04-21T11:08:06.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T11:08:06.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T11:08:08.204Z] OK: 263 MiB in 53 packages [2023-04-21T11:08:09.168Z] Removing intermediate container 9cb286caf5fa [2023-04-21T11:08:09.168Z] ---> 29ed72e84b5a [2023-04-21T11:08:09.168Z] Step 8/24 : WORKDIR /app [2023-04-21T11:08:09.168Z] ---> Running in 69688ddf10a7 [2023-04-21T11:08:09.435Z] Removing intermediate container 69688ddf10a7 [2023-04-21T11:08:09.435Z] ---> 0b91e49c5de2 [2023-04-21T11:08:09.435Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-21T11:08:10.025Z] ---> 30f9dacb6111 [2023-04-21T11:08:10.025Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:08:10.025Z] ---> Running in 27affb8480c8 [2023-04-21T11:08:12.624Z] Removing intermediate container 27affb8480c8 [2023-04-21T11:08:12.624Z] ---> 356638bd750a [2023-04-21T11:08:12.624Z] Step 11/24 : COPY . . [2023-04-21T11:08:13.589Z] ---> 93f2ef6774ea [2023-04-21T11:08:13.589Z] Step 12/24 : RUN $MAKE [2023-04-21T11:08:13.589Z] ---> Running in 01ad7eb2f8d5 [2023-04-21T11:08:14.559Z] 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-04-21T11:10:36.300Z] Removing intermediate container 01ad7eb2f8d5 [2023-04-21T11:10:36.300Z] ---> a06709b72fbf [2023-04-21T11:10:36.300Z] Step 13/24 : FROM alpine:3.17 [2023-04-21T11:10:36.300Z] 3.17: Pulling from library/alpine [2023-04-21T11:10:36.300Z] c41833b44d91: Pulling fs layer [2023-04-21T11:10:36.574Z] c41833b44d91: Verifying Checksum [2023-04-21T11:10:36.574Z] c41833b44d91: Download complete [2023-04-21T11:10:37.159Z] c41833b44d91: Pull complete [2023-04-21T11:10:37.159Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T11:10:37.159Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T11:10:37.159Z] ---> 51e60588ff2c [2023-04-21T11:10:37.159Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-21T11:10:37.160Z] ---> Running in 1d665cc2b852 [2023-04-21T11:10:37.437Z] Removing intermediate container 1d665cc2b852 [2023-04-21T11:10:37.437Z] ---> 5c2ee0a35faf [2023-04-21T11:10:37.437Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T11:10:37.712Z] ---> Running in d1bacf127e8a [2023-04-21T11:10:38.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T11:10:39.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T11:10:40.353Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T11:10:40.353Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T11:10:40.353Z] OK: 8 MiB in 16 packages [2023-04-21T11:10:41.327Z] Removing intermediate container d1bacf127e8a [2023-04-21T11:10:41.327Z] ---> 8d0148587de1 [2023-04-21T11:10:41.327Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-21T11:10:41.914Z] ---> 59b9ee72cc7c [2023-04-21T11:10:41.914Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-21T11:10:42.508Z] ---> 8746c16342c7 [2023-04-21T11:10:42.508Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-21T11:10:43.926Z] ---> c74f54e3f7e3 [2023-04-21T11:10:43.926Z] Step 19/24 : EXPOSE 59989 [2023-04-21T11:10:43.926Z] ---> Running in 8c2084eb0573 [2023-04-21T11:10:44.199Z] Removing intermediate container 8c2084eb0573 [2023-04-21T11:10:44.199Z] ---> b1aa39cfa3af [2023-04-21T11:10:44.199Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-21T11:10:44.469Z] ---> Running in fa64e0f1fa2b [2023-04-21T11:10:44.737Z] Removing intermediate container fa64e0f1fa2b [2023-04-21T11:10:44.737Z] ---> e0171da66491 [2023-04-21T11:10:44.737Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T11:10:44.737Z] ---> Running in 947b91acef94 [2023-04-21T11:10:45.103Z] Removing intermediate container 947b91acef94 [2023-04-21T11:10:45.103Z] ---> 6c63f25f7bf6 [2023-04-21T11:10:45.103Z] Step 22/24 : LABEL arch=arm64 [2023-04-21T11:10:47.729Z] ---> Running in 04ea40a86da9 [2023-04-21T11:10:47.729Z] Removing intermediate container 04ea40a86da9 [2023-04-21T11:10:47.729Z] ---> 476f6c52c4e1 [2023-04-21T11:10:47.729Z] Step 23/24 : LABEL git_sha=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [2023-04-21T11:10:47.729Z] ---> Running in 9d54ea552d82 [2023-04-21T11:10:48.007Z] Removing intermediate container 9d54ea552d82 [2023-04-21T11:10:48.007Z] ---> bc3ebf582cf8 [2023-04-21T11:10:48.007Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T11:10:48.007Z] ---> Running in 4e9fd2453cae [2023-04-21T11:10:48.600Z] Removing intermediate container 4e9fd2453cae [2023-04-21T11:10:48.600Z] ---> f3e7f86ea3f1 [2023-04-21T11:10:48.600Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T11:10:48.600Z] Successfully built f3e7f86ea3f1 [2023-04-21T11:10:48.600Z] 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-04-21T11:10:49.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T11:10:49.463Z] [2023-04-21T11:10:49.463Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:10:49.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T11:10:49.872Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T11:10:49.872Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T11:10:49.872Z] 04944245beec: Pulling fs layer [2023-04-21T11:10:49.872Z] 699f458cf7ca: Pulling fs layer [2023-04-21T11:10:49.872Z] 765212b225bb: Pulling fs layer [2023-04-21T11:10:49.872Z] f23df028b6ca: Pulling fs layer [2023-04-21T11:10:49.872Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T11:10:49.872Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T11:10:49.872Z] d65c8cfc05b1: Waiting [2023-04-21T11:10:49.872Z] 765212b225bb: Waiting [2023-04-21T11:10:49.872Z] f23df028b6ca: Waiting [2023-04-21T11:10:50.141Z] 04944245beec: Verifying Checksum [2023-04-21T11:10:50.141Z] 04944245beec: Download complete [2023-04-21T11:10:50.141Z] 765212b225bb: Verifying Checksum [2023-04-21T11:10:50.141Z] 765212b225bb: Download complete [2023-04-21T11:10:50.141Z] f23df028b6ca: Verifying Checksum [2023-04-21T11:10:50.141Z] f23df028b6ca: Download complete [2023-04-21T11:10:50.141Z] d65c8cfc05b1: Verifying Checksum [2023-04-21T11:10:50.141Z] d65c8cfc05b1: Download complete [2023-04-21T11:10:50.141Z] 699f458cf7ca: Verifying Checksum [2023-04-21T11:10:50.141Z] 699f458cf7ca: Download complete [2023-04-21T11:10:50.732Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T11:10:50.732Z] 8998bd30e6a1: Download complete [2023-04-21T11:10:52.702Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T11:10:52.702Z] 2437ff75d9bd: Download complete [2023-04-21T11:10:54.643Z] 8998bd30e6a1: Pull complete [2023-04-21T11:10:54.916Z] 04944245beec: Pull complete [2023-04-21T11:10:55.886Z] 699f458cf7ca: Pull complete [2023-04-21T11:10:56.157Z] 765212b225bb: Pull complete [2023-04-21T11:10:57.121Z] f23df028b6ca: Pull complete [2023-04-21T11:10:57.121Z] d65c8cfc05b1: Pull complete [2023-04-21T11:11:09.447Z] 2437ff75d9bd: Pull complete [2023-04-21T11:11:09.447Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T11:11:09.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T11:11:09.447Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:11:09.786Z] prd-ubuntu20.04-docker-arm64-4c-16g-9278 does not seem to be running inside a container [2023-04-21T11:11:09.861Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-21T11:11:12.532Z] $ docker top 089e3531f79ed81f2d32b74a76d6c40c79c02c258c9de48536f9ad671bb9bb9f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:13.498Z] ---> job-cost.sh [2023-04-21T11:11:13.498Z] lf-activate-venv: SKIPPING [2023-04-21T11:11:13.498Z] INFO: No Stack... [2023-04-21T11:11:13.767Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T11:11:14.740Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T11:11:15.407Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-04-21T11:11:15.407Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T11:11:15.501Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [2023-04-21T11:11:15.505Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] did not exist. Created. [2023-04-21T11:11:15.505Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T11:11:16.234Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-e4b53b47/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-21T11:11:16.917Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T11:11:16.952Z] Warning: overwriting stash ‘stack-cost’ [2023-04-21T11:11:17.010Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T11:11:17.025Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T11:11:17.115Z] $ docker stop --time=1 089e3531f79ed81f2d32b74a76d6c40c79c02c258c9de48536f9ad671bb9bb9f [2023-04-21T11:11:18.616Z] $ docker rm -f --volumes 089e3531f79ed81f2d32b74a76d6c40c79c02c258c9de48536f9ad671bb9bb9f [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-04-21T11:11:19.588Z] provisioning config files... [2023-04-21T11:11:19.606Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config3384302154584160145tmp [Pipeline] { [Pipeline] sh [2023-04-21T11:11:19.940Z] + set +x [2023-04-21T11:11:19.940Z] + curl -s+ https://codecov.io/bash [2023-04-21T11:11:19.940Z] bash -s -- [2023-04-21T11:11:19.940Z] [2023-04-21T11:11:19.940Z] _____ _ [2023-04-21T11:11:19.940Z] / ____| | | [2023-04-21T11:11:19.940Z] | | ___ __| | ___ ___ _____ __ [2023-04-21T11:11:19.940Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-21T11:11:19.940Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-21T11:11:19.940Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-21T11:11:19.940Z] Bash-1.0.6 [2023-04-21T11:11:19.940Z] [2023-04-21T11:11:19.940Z] [2023-04-21T11:11:19.940Z] ==> git version 2.25.1 found [2023-04-21T11:11:19.940Z] ==> 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-04-21T11:11:19.940Z] Release-Date: 2020-01-08 [2023-04-21T11:11:19.940Z] 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-04-21T11:11:19.940Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-21T11:11:19.940Z] ==> Jenkins CI detected. [2023-04-21T11:11:19.940Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-209 [2023-04-21T11:11:19.940Z] project root: . [2023-04-21T11:11:19.940Z] --> token set from env [2023-04-21T11:11:19.940Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-21T11:11:20.205Z] ==> Running gcov in . (disable via -X gcov) [2023-04-21T11:11:20.205Z] ==> Python coveragepy not found [2023-04-21T11:11:20.205Z] ==> Searching for coverage reports in: [2023-04-21T11:11:20.205Z] + . [2023-04-21T11:11:20.205Z] -> Found 1 reports [2023-04-21T11:11:20.205Z] ==> Detecting git/mercurial file structure [2023-04-21T11:11:20.205Z] ==> Reading reports [2023-04-21T11:11:20.205Z] + ./coverage.out bytes=458038 [2023-04-21T11:11:20.205Z] ==> Appending adjustments [2023-04-21T11:11:20.205Z] https://docs.codecov.io/docs/fixing-reports [2023-04-21T11:11:20.466Z] + Found adjustments [2023-04-21T11:11:20.466Z] ==> Gzipping contents [2023-04-21T11:11:20.466Z] 52K /tmp/codecov.qAAyVn.gz [2023-04-21T11:11:20.466Z] ==> Uploading reports [2023-04-21T11:11:20.466Z] url: https://codecov.io [2023-04-21T11:11:20.466Z] query: branch=PR-209&commit=f228a1f9eaa93b131566251ccb36f6cc4e7ab124&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-209%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=209&job=&cmd_args= [2023-04-21T11:11:20.466Z] -> Pinging Codecov [2023-04-21T11:11:20.466Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-209&commit=f228a1f9eaa93b131566251ccb36f6cc4e7ab124&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-209%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=209&job=&cmd_args= [2023-04-21T11:11:20.728Z] -> Uploading to [2023-04-21T11:11:20.728Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-21/581DD39554BDF9B6E22D074273EAD858/f228a1f9eaa93b131566251ccb36f6cc4e7ab124/2e90aa66-5ebc-41d9-815d-6d012e51cfdc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T111120Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dbb919209673630c1cd2b7a7e3d5e4604b1e5011ecc5d1066b5e4fb66597d988 [2023-04-21T11:11:20.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T11:11:20.728Z] Dload Upload Total Spent Left Speed [2023-04-21T11:11:20.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50494 0 0 100 50494 0 193k --:--:-- --:--:-- --:--:-- 193k [2023-04-21T11:11:20.997Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] } [2023-04-21T11:11:21.033Z] 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-04-21T11:11:22.945Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-209/archives ] [2023-04-21T11:11:22.945Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-209/archives [2023-04-21T11:11:22.945Z] total 16 [2023-04-21T11:11:22.945Z] drwxr-xr-x 3 root root 4096 Apr 21 11:01 . [2023-04-21T11:11:22.945Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:01 .. [2023-04-21T11:11:22.945Z] drwxr-xr-x 2 root root 4096 Apr 21 11:01 cost [2023-04-21T11:11:22.945Z] -rw-r--r-- 1 root root 91 Apr 21 11:01 cost.csv [2023-04-21T11:11:22.945Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-209/archives [2023-04-21T11:11:22.945Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-209/archives [2023-04-21T11:11:22.945Z] total 16 [2023-04-21T11:11:22.945Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:01 . [2023-04-21T11:11:22.945Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:01 .. [2023-04-21T11:11:22.945Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 11:01 cost [2023-04-21T11:11:22.945Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 21 11:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:23.281Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:24.192Z] ---> package-listing.sh [2023-04-21T11:11:24.192Z] ++ facter osfamily [2023-04-21T11:11:24.192Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T11:11:24.452Z] + OS_FAMILY=debian [2023-04-21T11:11:24.452Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-209 [2023-04-21T11:11:24.452Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T11:11:24.452Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T11:11:24.452Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T11:11:24.452Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T11:11:24.452Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-209 ']' [2023-04-21T11:11:24.452Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T11:11:24.452Z] + case "${OS_FAMILY}" in [2023-04-21T11:11:24.452Z] + dpkg -l [2023-04-21T11:11:24.452Z] + grep '^ii' [2023-04-21T11:11:24.452Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T11:11:24.452Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T11:11:24.452Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T11:11:24.452Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-209 ']' [2023-04-21T11:11:24.452Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-209/archives/ [2023-04-21T11:11:24.452Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-209/archives/ [Pipeline] echo [2023-04-21T11:11:24.484Z] 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-209/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-21T11:11:24.780Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:11:25.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:11:25.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:11:25.567Z] prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container [2023-04-21T11:11:25.597Z] $ 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-209/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-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@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-04-21T11:11:25.790Z] $ docker top 10f68200273295b9a40c7cdc1e6b5775b4a412b25d355c403ec6d48e06ab87ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:11:26.185Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T11:11:26.495Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T11:11:26.806Z] + ls /var/log/sa-host [2023-04-21T11:11:26.806Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:11:27.023Z] provisioning config files... [2023-04-21T11:11:27.032Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config15620691982858331111tmp [Pipeline] { [Pipeline] echo [2023-04-21T11:11:27.077Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:27.387Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T11:11:27.414Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:27.826Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T11:11:27.860Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:28.179Z] ---> sudo-logs.sh [2023-04-21T11:11:28.179Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T11:11:28.263Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:28.577Z] ---> job-cost.sh [2023-04-21T11:11:28.577Z] lf-activate-venv: SKIPPING [2023-04-21T11:11:28.577Z] DEBUG: total: 0.2199999988079071 [2023-04-21T11:11:28.577Z] INFO: Retrieving Stack Cost... [2023-04-21T11:11:29.149Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T11:11:29.719Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T11:11:29.759Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:11:30.072Z] ---> logs-deploy.sh [2023-04-21T11:11:30.072Z] lf-activate-venv: SKIPPING [2023-04-21T11:11:30.072Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-209/1 [2023-04-21T11:11:30.072Z] INFO: archiving workspace using pattern(s): [2023-04-21T11:11:31.012Z] Archives upload complete. [2023-04-21T11:11:31.273Z] INFO: archiving logs to Nexus [2023-04-21T11:11:31.845Z] ---> uname -a: [2023-04-21T11:11:31.845Z] Linux prd-ubuntu20-04-docker-8c-8g-9276 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] ---> lscpu: [2023-04-21T11:11:31.845Z] Architecture: x86_64 [2023-04-21T11:11:31.845Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-21T11:11:31.845Z] Byte Order: Little Endian [2023-04-21T11:11:31.845Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-21T11:11:31.845Z] CPU(s): 8 [2023-04-21T11:11:31.845Z] On-line CPU(s) list: 0-7 [2023-04-21T11:11:31.845Z] Thread(s) per core: 1 [2023-04-21T11:11:31.845Z] Core(s) per socket: 1 [2023-04-21T11:11:31.845Z] Socket(s): 8 [2023-04-21T11:11:31.845Z] NUMA node(s): 1 [2023-04-21T11:11:31.845Z] Vendor ID: AuthenticAMD [2023-04-21T11:11:31.845Z] CPU family: 23 [2023-04-21T11:11:31.845Z] Model: 49 [2023-04-21T11:11:31.845Z] Model name: AMD EPYC-Rome Processor [2023-04-21T11:11:31.845Z] Stepping: 0 [2023-04-21T11:11:31.845Z] CPU MHz: 2800.000 [2023-04-21T11:11:31.845Z] BogoMIPS: 5600.00 [2023-04-21T11:11:31.845Z] Virtualization: AMD-V [2023-04-21T11:11:31.845Z] Hypervisor vendor: KVM [2023-04-21T11:11:31.845Z] Virtualization type: full [2023-04-21T11:11:31.845Z] L1d cache: 256 KiB [2023-04-21T11:11:31.845Z] L1i cache: 256 KiB [2023-04-21T11:11:31.845Z] L2 cache: 4 MiB [2023-04-21T11:11:31.845Z] L3 cache: 128 MiB [2023-04-21T11:11:31.845Z] NUMA node0 CPU(s): 0-7 [2023-04-21T11:11:31.845Z] Vulnerability Itlb multihit: Not affected [2023-04-21T11:11:31.845Z] Vulnerability L1tf: Not affected [2023-04-21T11:11:31.845Z] Vulnerability Mds: Not affected [2023-04-21T11:11:31.845Z] Vulnerability Meltdown: Not affected [2023-04-21T11:11:31.845Z] Vulnerability Mmio stale data: Not affected [2023-04-21T11:11:31.845Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-21T11:11:31.845Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-21T11:11:31.845Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-21T11:11:31.845Z] Vulnerability Srbds: Not affected [2023-04-21T11:11:31.845Z] Vulnerability Tsx async abort: Not affected [2023-04-21T11:11:31.845Z] 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-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] ---> nproc: [2023-04-21T11:11:31.845Z] 8 [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] ---> df -h: [2023-04-21T11:11:31.845Z] Filesystem Size Used Avail Use% Mounted on [2023-04-21T11:11:31.845Z] overlay 155G 12G 144G 8% / [2023-04-21T11:11:31.845Z] tmpfs 64M 0 64M 0% /dev [2023-04-21T11:11:31.845Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-21T11:11:31.845Z] shm 64M 0 64M 0% /dev/shm [2023-04-21T11:11:31.845Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] ---> sar -b -r -n DEV: [2023-04-21T11:11:31.845Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9276) 04/21/23 _x86_64_ (8 CPU) [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] 10:58:45 LINUX RESTART (8 CPU) [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] 10:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-21T11:11:31.845Z] 11:00:02 187.77 47.63 140.14 0.00 5354.17 80527.91 0.00 [2023-04-21T11:11:31.845Z] 11:01:01 119.78 0.58 119.20 0.00 12.07 46228.77 0.00 [2023-04-21T11:11:31.845Z] 11:02:01 176.22 1.18 175.04 0.00 31.73 44937.04 0.00 [2023-04-21T11:11:31.845Z] 11:03:01 2.35 0.00 2.35 0.00 0.00 30.81 0.00 [2023-04-21T11:11:31.845Z] 11:04:01 28.85 10.31 18.53 0.00 5177.67 3730.18 0.00 [2023-04-21T11:11:31.845Z] 11:05:01 14.90 1.57 13.33 0.00 268.22 3514.61 0.00 [2023-04-21T11:11:31.845Z] 11:06:01 1.20 0.00 1.20 0.00 0.00 12.53 0.00 [2023-04-21T11:11:31.845Z] 11:07:01 1.57 0.00 1.57 0.00 0.00 16.93 0.00 [2023-04-21T11:11:31.845Z] 11:08:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2023-04-21T11:11:31.845Z] 11:09:01 2.45 0.00 2.45 0.00 0.00 38.79 0.00 [2023-04-21T11:11:31.845Z] 11:10:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2023-04-21T11:11:31.845Z] 11:11:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 [2023-04-21T11:11:31.845Z] Average: 44.78 5.11 39.67 0.00 904.88 14879.25 0.00 [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] 10:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-21T11:11:31.845Z] 11:00:02 29200660 31600616 718800 2.19 75632 2595844 1971832 5.81 981980 2337132 4016 [2023-04-21T11:11:31.845Z] 11:01:01 27892736 31440392 860856 2.62 144944 3573492 2158600 6.36 1479728 3030172 411816 [2023-04-21T11:11:31.845Z] 11:02:01 27677092 31570728 732016 2.23 157760 3874732 1757784 5.18 1261100 3435876 296 [2023-04-21T11:11:31.845Z] 11:03:01 27693332 31586192 716936 2.18 157804 3874640 1757784 5.18 1242396 3435720 16 [2023-04-21T11:11:31.845Z] 11:04:01 27332844 31565640 729000 2.22 163572 4194800 1777464 5.24 1453680 3558708 94660 [2023-04-21T11:11:31.845Z] 11:05:01 27321988 31571356 721852 2.20 166100 4207764 1808376 5.33 1471784 3549900 192 [2023-04-21T11:11:31.845Z] 11:06:01 27322436 31571864 721268 2.19 166148 4207768 1808376 5.33 1471916 3549904 156 [2023-04-21T11:11:31.845Z] 11:07:01 27328572 31578104 715136 2.17 166180 4207768 1808376 5.33 1465712 3550000 24 [2023-04-21T11:11:31.845Z] 11:08:01 27328548 31578088 715076 2.17 166200 4207772 1808376 5.33 1465732 3550004 8 [2023-04-21T11:11:31.845Z] 11:09:01 27328048 31578040 715292 2.18 166348 4207752 1808376 5.33 1466016 3550268 176 [2023-04-21T11:11:31.845Z] 11:10:01 27328540 31578572 714952 2.17 166388 4207752 1808376 5.33 1466104 3550268 164 [2023-04-21T11:11:31.845Z] 11:11:01 27328564 31578600 714856 2.17 166420 4207756 1808376 5.33 1465680 3550272 172 [2023-04-21T11:11:31.845Z] Average: 27590280 31566516 731337 2.22 155291 3963987 1840175 5.42 1390986 3387352 42641 [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] 10:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-21T11:11:31.845Z] 11:00:02 vethba4ebcf 48.96 65.21 4.59 44.91 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:00:02 ens3 680.69 426.06 6634.97 90.90 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:00:02 docker0 54.94 71.82 4.47 134.54 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:00:02 lo 6.93 6.93 0.67 0.67 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:01:01 ens3 303.95 164.82 1909.05 24.03 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:01:01 docker0 150.23 279.77 11.79 1883.59 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:01:01 vetha0cdaf4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:02:01 ens3 138.39 93.35 2694.61 99.86 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:02:01 docker0 2.35 5.40 0.15 85.46 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:02:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:03:01 ens3 0.78 0.17 0.15 0.09 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:04:01 ens3 103.87 50.39 1950.72 4.04 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:05:01 ens3 0.68 0.48 0.28 0.13 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:08:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:10:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] Average: ens3 102.14 61.16 1098.02 18.25 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] Average: docker0 17.11 29.40 1.35 172.92 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] Average: lo 0.86 0.86 0.08 0.08 0.00 0.00 0.00 0.00 [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] ---> sar -P ALL: [2023-04-21T11:11:31.845Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9276) 04/21/23 _x86_64_ (8 CPU) [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] 10:58:45 LINUX RESTART (8 CPU) [2023-04-21T11:11:31.845Z] [2023-04-21T11:11:31.845Z] 10:59:01 CPU %user %nice %system %iowait %steal %idle [2023-04-21T11:11:31.845Z] 11:00:02 all 9.42 0.00 3.22 2.41 0.07 84.88 [2023-04-21T11:11:31.845Z] 11:00:02 0 9.01 0.00 3.03 0.42 0.05 87.49 [2023-04-21T11:11:31.845Z] 11:00:02 1 11.07 0.00 2.72 0.64 0.07 85.50 [2023-04-21T11:11:31.845Z] 11:00:02 2 10.61 0.00 3.01 5.12 0.07 81.19 [2023-04-21T11:11:31.846Z] 11:00:02 3 8.36 0.00 3.22 1.32 0.07 87.03 [2023-04-21T11:11:31.846Z] 11:00:02 4 9.19 0.00 3.29 3.49 0.08 83.95 [2023-04-21T11:11:31.846Z] 11:00:02 5 8.22 0.00 4.34 5.26 0.07 82.12 [2023-04-21T11:11:31.846Z] 11:00:02 6 10.66 0.00 3.04 0.25 0.07 85.98 [2023-04-21T11:11:31.846Z] 11:00:02 7 8.24 0.00 3.11 2.79 0.08 85.78 [2023-04-21T11:11:31.846Z] 11:01:01 all 19.29 0.00 4.32 1.96 0.09 74.33 [2023-04-21T11:11:31.846Z] 11:01:01 0 18.79 0.00 3.83 0.58 0.09 76.72 [2023-04-21T11:11:31.846Z] 11:01:01 1 19.09 0.00 5.26 2.35 0.10 73.20 [2023-04-21T11:11:31.846Z] 11:01:01 2 19.28 0.00 4.12 0.32 0.07 76.21 [2023-04-21T11:11:31.846Z] 11:01:01 3 19.48 0.00 3.76 0.32 0.10 76.34 [2023-04-21T11:11:31.846Z] 11:01:01 4 19.07 0.00 3.42 0.02 0.07 77.43 [2023-04-21T11:11:31.846Z] 11:01:01 5 19.27 0.00 6.06 10.86 0.10 63.71 [2023-04-21T11:11:31.846Z] 11:01:01 6 20.11 0.00 4.14 0.99 0.09 74.68 [2023-04-21T11:11:31.846Z] 11:01:01 7 19.27 0.00 3.97 0.27 0.14 76.35 [2023-04-21T11:11:31.846Z] 11:02:01 all 29.01 0.00 5.07 1.97 0.10 63.85 [2023-04-21T11:11:31.846Z] 11:02:01 0 30.05 0.00 4.90 0.74 0.08 64.22 [2023-04-21T11:11:31.846Z] 11:02:01 1 28.51 0.00 5.14 10.29 0.14 55.92 [2023-04-21T11:11:31.846Z] 11:02:01 2 28.43 0.00 6.22 1.81 0.10 63.45 [2023-04-21T11:11:31.846Z] 11:02:01 3 28.43 0.00 5.68 2.19 0.12 63.58 [2023-04-21T11:11:31.846Z] 11:02:01 4 30.11 0.00 4.96 0.57 0.10 64.26 [2023-04-21T11:11:31.846Z] 11:02:01 5 28.74 0.00 4.89 0.12 0.08 66.16 [2023-04-21T11:11:31.846Z] 11:02:01 6 28.92 0.00 4.41 0.02 0.10 66.55 [2023-04-21T11:11:31.846Z] 11:02:01 7 28.90 0.00 4.39 0.02 0.10 66.59 [2023-04-21T11:11:31.846Z] 11:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-04-21T11:11:31.846Z] 11:03:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2023-04-21T11:11:31.846Z] 11:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:03:01 4 0.08 0.00 0.02 0.02 0.02 99.87 [2023-04-21T11:11:31.846Z] 11:03:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-04-21T11:11:31.846Z] 11:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-21T11:11:31.846Z] 11:04:01 all 0.98 0.00 0.43 0.36 0.01 98.22 [2023-04-21T11:11:31.846Z] 11:04:01 0 0.28 0.00 0.50 0.72 0.02 98.49 [2023-04-21T11:11:31.846Z] 11:04:01 1 1.75 0.00 0.93 0.85 0.02 96.45 [2023-04-21T11:11:31.846Z] 11:04:01 2 1.13 0.00 0.47 0.57 0.02 97.82 [2023-04-21T11:11:31.846Z] 11:04:01 3 1.02 0.00 0.25 0.02 0.00 98.72 [2023-04-21T11:11:31.846Z] 11:04:01 4 0.43 0.00 0.28 0.27 0.02 99.00 [2023-04-21T11:11:31.846Z] 11:04:01 5 0.87 0.00 0.22 0.02 0.00 98.90 [2023-04-21T11:11:31.846Z] 11:04:01 6 1.67 0.00 0.35 0.38 0.02 97.58 [2023-04-21T11:11:31.846Z] 11:04:01 7 0.67 0.00 0.43 0.05 0.02 98.83 [2023-04-21T11:11:31.846Z] 11:05:01 all 0.42 0.00 0.22 0.07 0.01 99.28 [2023-04-21T11:11:31.846Z] 11:05:01 0 0.32 0.00 0.25 0.43 0.00 99.00 [2023-04-21T11:11:31.846Z] 11:05:01 1 0.47 0.00 0.33 0.02 0.00 99.18 [2023-04-21T11:11:31.846Z] 11:05:01 2 0.35 0.00 0.23 0.07 0.02 99.33 [2023-04-21T11:11:31.846Z] 11:05:01 3 0.40 0.00 0.18 0.00 0.02 99.40 [2023-04-21T11:11:31.846Z] 11:05:01 4 0.35 0.00 0.23 0.03 0.02 99.37 [2023-04-21T11:11:31.846Z] 11:05:01 5 0.47 0.00 0.13 0.00 0.02 99.38 [2023-04-21T11:11:31.846Z] 11:05:01 6 0.25 0.00 0.15 0.00 0.00 99.60 [2023-04-21T11:11:31.846Z] 11:05:01 7 0.73 0.00 0.27 0.00 0.00 99.00 [2023-04-21T11:11:31.846Z] 11:06:01 all 0.20 0.00 0.01 0.00 0.01 99.77 [2023-04-21T11:11:31.846Z] 11:06:01 0 0.00 0.00 0.03 0.02 0.02 99.93 [2023-04-21T11:11:31.846Z] 11:06:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-04-21T11:11:31.846Z] 11:06:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2023-04-21T11:11:31.846Z] 11:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:06:01 5 1.48 0.00 0.02 0.00 0.02 98.48 [2023-04-21T11:11:31.846Z] 11:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:07:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-04-21T11:11:31.846Z] 11:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:07:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-04-21T11:11:31.846Z] 11:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:07:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:08:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2023-04-21T11:11:31.846Z] 11:08:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2023-04-21T11:11:31.846Z] 11:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-04-21T11:11:31.846Z] 11:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:08:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2023-04-21T11:11:31.846Z] 11:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:09:01 all 0.03 0.00 0.01 0.01 0.00 99.94 [2023-04-21T11:11:31.846Z] 11:09:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2023-04-21T11:11:31.846Z] 11:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-04-21T11:11:31.846Z] 11:09:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2023-04-21T11:11:31.846Z] 11:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-04-21T11:11:31.846Z] 11:09:01 4 0.08 0.00 0.00 0.02 0.00 99.90 [2023-04-21T11:11:31.846Z] 11:09:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-04-21T11:11:31.846Z] 11:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:10:01 all 0.03 0.00 0.00 0.00 0.00 99.96 [2023-04-21T11:11:31.846Z] 11:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-04-21T11:11:31.846Z] 11:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-04-21T11:11:31.846Z] 11:10:01 4 0.17 0.00 0.02 0.00 0.00 99.82 [2023-04-21T11:11:31.846Z] 11:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] 11:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T11:11:31.846Z] [2023-04-21T11:11:31.846Z] 11:10:01 CPU %user %nice %system %iowait %steal %idle [2023-04-21T11:11:31.846Z] 11:11:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2023-04-21T11:11:31.846Z] 11:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] 11:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:11:01 4 0.18 0.00 0.00 0.02 0.02 99.78 [2023-04-21T11:11:31.846Z] 11:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-21T11:11:31.846Z] 11:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-21T11:11:31.846Z] 11:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T11:11:31.846Z] Average: all 4.90 0.00 1.10 0.56 0.03 93.41 [2023-04-21T11:11:31.846Z] Average: 0 4.83 0.00 1.04 0.25 0.02 93.86 [2023-04-21T11:11:31.846Z] Average: 1 5.02 0.00 1.19 1.16 0.03 92.59 [2023-04-21T11:11:31.846Z] Average: 2 4.94 0.00 1.17 0.66 0.03 93.21 [2023-04-21T11:11:31.846Z] Average: 3 4.76 0.00 1.09 0.32 0.03 93.80 [2023-04-21T11:11:31.846Z] Average: 4 4.92 0.00 1.01 0.37 0.03 93.67 [2023-04-21T11:11:31.846Z] Average: 5 4.87 0.00 1.29 1.33 0.03 92.48 [2023-04-21T11:11:31.846Z] Average: 6 5.09 0.00 1.00 0.14 0.02 93.76 [2023-04-21T11:11:31.846Z] Average: 7 4.77 0.00 1.01 0.26 0.03 93.94 [2023-04-21T11:11:31.846Z] [2023-04-21T11:11:31.846Z] [2023-04-21T11:11:31.846Z]