Pull request #213 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8df8d08ef680d3e6759f4499028696817167db5f+2f54bd8158ccdc44977c3c173d19ed6e18b43dfa (0835d7073d267dd2b3e416fe254b7ff7a21e0fff) 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-ssh9846751833962600102.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-ssh12473830963125518335.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-213/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-213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1611245727163568781.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-213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5463255159439218863.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-ssh758156765676123158.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-213/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-213/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14608216170374159115.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-10984 in /w/workspace/undry_device-rfid-llrp-go_PR-213 [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-213 # 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/213/head:refs/remotes/origin/PR-213 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa into PR head commit 8df8d08ef680d3e6759f4499028696817167db5f Merge succeeded, producing 8df8d08ef680d3e6759f4499028696817167db5f Checking out Revision 8df8d08ef680d3e6759f4499028696817167db5f (PR-213) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-26T10:59:45.352Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # 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 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-26T10:59:45.528Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-26T10:59:45.631Z] ========================================================= [2023-04-26T10:59:45.631Z] EdgeX Global Pipelines Version Info [2023-04-26T10:59:45.631Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-26T10:59:46.385Z] ------------------- [2023-04-26T10:59:46.385Z] stable info: [2023-04-26T10:59:46.385Z] ------------------- [2023-04-26T10:59:46.385Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-26T10:59:46.385Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T10:59:46.385Z] Message: update stable to v1.0.248 [2023-04-26T10:59:46.960Z] ------------------- [2023-04-26T10:59:46.960Z] experimental info: [2023-04-26T10:59:46.960Z] ------------------- [2023-04-26T10:59:46.960Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-26T10:59:46.960Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T10:59:46.960Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-26T10:59:47.254Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-04-26T10:59:47.299Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-04-26T10:59:47.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-26T10:59:47.384Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-26T10:59:47.421Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-26T10:59:47.469Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-26T10:59:47.508Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-26T10:59:47.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-26T10:59:47.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-26T10:59:47.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-26T10:59:47.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-26T10:59:47.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-04-26T10:59:47.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-26T10:59:47.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-26T10:59:47.813Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T10:59:47.856Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T10:59:47.902Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T10:59:47.941Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T10:59:47.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-26T10:59:48.017Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-26T10:59:48.056Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-26T10:59:48.099Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-26T10:59:48.143Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-26T10:59:48.182Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-26T10:59:48.225Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-26T10:59:48.263Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-26T10:59:48.302Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-26T10:59:48.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-213 [Pipeline] echo [2023-04-26T10:59:48.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-213 [Pipeline] echo [2023-04-26T10:59:48.419Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-213 [Pipeline] echo [2023-04-26T10:59:48.458Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo [2023-04-26T10:59:48.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8df8d08 [Pipeline] echo [2023-04-26T10:59:48.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T10:59:48.653Z] provisioning config files... [2023-04-26T10:59:48.670Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config13202854235606810826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T10:59:49.015Z] ---> docker-login.sh [2023-04-26T10:59:49.015Z] nexus3.edgexfoundry.org:10001 [2023-04-26T10:59:49.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T10:59:49.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T10:59:49.275Z] Configure a credential helper to remove this warning. See [2023-04-26T10:59:49.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T10:59:49.275Z] [2023-04-26T10:59:49.275Z] Login Succeeded [2023-04-26T10:59:49.275Z] nexus3.edgexfoundry.org:10002 [2023-04-26T10:59:49.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T10:59:49.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T10:59:49.535Z] Configure a credential helper to remove this warning. See [2023-04-26T10:59:49.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T10:59:49.535Z] [2023-04-26T10:59:49.535Z] Login Succeeded [2023-04-26T10:59:49.535Z] nexus3.edgexfoundry.org:10003 [2023-04-26T10:59:49.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T10:59:49.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T10:59:49.535Z] Configure a credential helper to remove this warning. See [2023-04-26T10:59:49.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T10:59:49.535Z] [2023-04-26T10:59:49.535Z] Login Succeeded [2023-04-26T10:59:49.535Z] nexus3.edgexfoundry.org:10004 [2023-04-26T10:59:49.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T10:59:49.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T10:59:49.795Z] Configure a credential helper to remove this warning. See [2023-04-26T10:59:49.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T10:59:49.795Z] [2023-04-26T10:59:49.795Z] Login Succeeded [2023-04-26T10:59:49.795Z] docker.io [2023-04-26T10:59:49.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T10:59:50.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T10:59:50.056Z] Configure a credential helper to remove this warning. See [2023-04-26T10:59:50.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T10:59:50.056Z] [2023-04-26T10:59:50.056Z] Login Succeeded [2023-04-26T10:59:50.056Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T10:59:50.084Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-26T10:59:50.718Z] + git rev-list -1 --merges 8df8d08ef680d3e6759f4499028696817167db5f~1..8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo [2023-04-26T10:59:50.788Z] -----------> git rev-list -1 --merges 8df8d08ef680d3e6759f4499028696817167db5f~1..8df8d08ef680d3e6759f4499028696817167db5f 8df8d08ef680d3e6759f4499028696817167db5f [false] [Pipeline] sh [2023-04-26T10:59:51.107Z] + git log --format=format:%s -1 8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo [2023-04-26T10:59:51.145Z] ========================================================= [2023-04-26T10:59:51.145Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-26T10:59:51.145Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T10:59:51.592Z] + git log --format=format:%s -1 8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo [2023-04-26T10:59:51.626Z] [semverPrep] GIT_COMMIT: 8df8d08ef680d3e6759f4499028696817167db5f, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-26T10:59:51.657Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-26T10:59:52.073Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-26T10:59:52.073Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-26T10:59:52.073Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-26T10:59:52.073Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-26T10:59:52.073Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-26T10:59:52.073Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-26T10:59:52.073Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T10:59:52.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T10:59:52.594Z] [2023-04-26T10:59:52.594Z] 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-26T10:59:52.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T10:59:52.992Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-26T10:59:52.992Z] b85a868b505f: Pulling fs layer [2023-04-26T10:59:52.992Z] e2be974225ed: Pulling fs layer [2023-04-26T10:59:52.992Z] 339a4e72a1f5: Pulling fs layer [2023-04-26T10:59:52.992Z] 988bab9f4d93: Pulling fs layer [2023-04-26T10:59:52.992Z] 1469e6f7b9e6: Pulling fs layer [2023-04-26T10:59:52.992Z] eaf3925da568: Pulling fs layer [2023-04-26T10:59:52.992Z] 1469e6f7b9e6: Waiting [2023-04-26T10:59:52.992Z] 988bab9f4d93: Waiting [2023-04-26T10:59:52.992Z] bab4dde63d76: Pulling fs layer [2023-04-26T10:59:52.992Z] bde34c3a00c8: Pulling fs layer [2023-04-26T10:59:52.992Z] b352a97aabf1: Pulling fs layer [2023-04-26T10:59:52.992Z] eaf3925da568: Waiting [2023-04-26T10:59:52.992Z] bde34c3a00c8: Waiting [2023-04-26T10:59:52.992Z] bab4dde63d76: Waiting [2023-04-26T10:59:52.992Z] 4872d77fe225: Pulling fs layer [2023-04-26T10:59:52.992Z] 5851b861e8e6: Pulling fs layer [2023-04-26T10:59:52.992Z] b352a97aabf1: Waiting [2023-04-26T10:59:52.992Z] 4872d77fe225: Waiting [2023-04-26T10:59:52.992Z] 5851b861e8e6: Waiting [2023-04-26T10:59:52.992Z] e2be974225ed: Verifying Checksum [2023-04-26T10:59:52.992Z] e2be974225ed: Download complete [2023-04-26T10:59:52.992Z] 988bab9f4d93: Download complete [2023-04-26T10:59:53.252Z] 1469e6f7b9e6: Verifying Checksum [2023-04-26T10:59:53.252Z] 1469e6f7b9e6: Download complete [2023-04-26T10:59:53.252Z] 339a4e72a1f5: Verifying Checksum [2023-04-26T10:59:53.252Z] 339a4e72a1f5: Download complete [2023-04-26T10:59:53.252Z] eaf3925da568: Verifying Checksum [2023-04-26T10:59:53.252Z] eaf3925da568: Download complete [2023-04-26T10:59:53.252Z] bde34c3a00c8: Download complete [2023-04-26T10:59:53.252Z] b352a97aabf1: Verifying Checksum [2023-04-26T10:59:53.252Z] b352a97aabf1: Download complete [2023-04-26T10:59:53.252Z] 4872d77fe225: Download complete [2023-04-26T10:59:53.252Z] 5851b861e8e6: Verifying Checksum [2023-04-26T10:59:53.252Z] 5851b861e8e6: Download complete [2023-04-26T10:59:53.252Z] b85a868b505f: Download complete [2023-04-26T10:59:53.824Z] bab4dde63d76: Verifying Checksum [2023-04-26T10:59:53.824Z] bab4dde63d76: Download complete [2023-04-26T10:59:54.764Z] b85a868b505f: Pull complete [2023-04-26T10:59:54.764Z] e2be974225ed: Pull complete [2023-04-26T10:59:55.336Z] 339a4e72a1f5: Pull complete [2023-04-26T10:59:55.336Z] 988bab9f4d93: Pull complete [2023-04-26T10:59:55.597Z] 1469e6f7b9e6: Pull complete [2023-04-26T10:59:55.858Z] eaf3925da568: Pull complete [2023-04-26T10:59:57.763Z] bab4dde63d76: Pull complete [2023-04-26T10:59:57.763Z] bde34c3a00c8: Pull complete [2023-04-26T10:59:57.763Z] b352a97aabf1: Pull complete [2023-04-26T10:59:57.763Z] 4872d77fe225: Pull complete [2023-04-26T10:59:58.023Z] 5851b861e8e6: Pull complete [2023-04-26T10:59:58.023Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-26T10:59:58.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T10:59:58.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T10:59:58.254Z] prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container [2023-04-26T10:59:58.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-26T11:00:01.658Z] $ docker top a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c -eo pid,comm [2023-04-26T11:00:01.715Z] 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-26T11:00:01.715Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-26T11:00:01.841Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T11:00:01.841Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T11:00:01.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T11:00:01.978Z] $ docker exec a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent [2023-04-26T11:00:02.089Z] SSH_AUTH_SOCK=/tmp/ssh-rHAJkj19E1hz/agent.33 [2023-04-26T11:00:02.089Z] SSH_AGENT_PID=39 [2023-04-26T11:00:02.096Z] Running ssh-add (command line suppressed) [2023-04-26T11:00:02.219Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_4209045998519036328.key (/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_4209045998519036328.key) [2023-04-26T11:00:02.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T11:00:02.572Z] + git tag --points-at HEAD [Pipeline] } [2023-04-26T11:00:02.603Z] $ docker exec --env ******** --env ******** a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent -k [2023-04-26T11:00:02.715Z] unset SSH_AUTH_SOCK; [2023-04-26T11:00:02.715Z] unset SSH_AGENT_PID; [2023-04-26T11:00:02.715Z] echo Agent pid 39 killed; [2023-04-26T11:00:02.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-26T11:00:02.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T11:00:02.812Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T11:00:02.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T11:00:02.958Z] $ docker exec a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent [2023-04-26T11:00:03.068Z] SSH_AUTH_SOCK=/tmp/ssh-gGWxwlIKzi8f/agent.71 [2023-04-26T11:00:03.068Z] SSH_AGENT_PID=77 [2023-04-26T11:00:03.073Z] Running ssh-add (command line suppressed) [2023-04-26T11:00:03.177Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_16293838819746338624.key (/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_16293838819746338624.key) [2023-04-26T11:00:03.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T11:00:03.523Z] + git semver init [2023-04-26T11:00:03.782Z] 2023-04-26 11:00:03,711 [run_init] DEBUG init version:0.0.0 force:False [2023-04-26T11:00:03.782Z] 2023-04-26 11:00:03,712 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver [2023-04-26T11:00:03.782Z] 2023-04-26 11:00:03,713 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-213/.semver [2023-04-26T11:00:03.782Z] 2023-04-26 11:00:03,713 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-213, universal_newlines=False, shell=None, istream=None) [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,923 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-213/.git/info/exclude [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,924 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver/PR-213 with force:False [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,924 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver/PR-213 [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,929 [execute] INFO git cat-file --batch-check [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,929 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,938 [execute] INFO git cat-file --batch [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T11:00:05.167Z] 2023-04-26 11:00:04,944 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-213/.semver/PR-213 [2023-04-26T11:00:05.167Z] 0.0.0 [Pipeline] } [2023-04-26T11:00:05.200Z] $ docker exec --env ******** --env ******** a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent -k [2023-04-26T11:00:05.311Z] unset SSH_AUTH_SOCK; [2023-04-26T11:00:05.311Z] unset SSH_AGENT_PID; [2023-04-26T11:00:05.311Z] echo Agent pid 77 killed; [2023-04-26T11:00:05.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T11:00:05.759Z] + git semver [Pipeline] } [2023-04-26T11:00:06.383Z] $ docker stop --time=1 a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c [2023-04-26T11:00:07.676Z] $ docker rm -f --volumes a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T11:00:08.076Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-26T11:00:08.350Z] Stashed 1 file(s) [Pipeline] echo [2023-04-26T11:00:08.367Z] [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-26T11:00:08.981Z] provisioning config files... [2023-04-26T11:00:08.991Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config8927088421752872620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:00:09.345Z] ---> docker-login.sh [2023-04-26T11:00:09.345Z] nexus3.edgexfoundry.org:10001 [2023-04-26T11:00:09.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:00:09.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:00:09.345Z] Configure a credential helper to remove this warning. See [2023-04-26T11:00:09.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:00:09.345Z] [2023-04-26T11:00:09.345Z] Login Succeeded [2023-04-26T11:00:09.345Z] nexus3.edgexfoundry.org:10002 [2023-04-26T11:00:09.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:00:09.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:00:09.345Z] Configure a credential helper to remove this warning. See [2023-04-26T11:00:09.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:00:09.345Z] [2023-04-26T11:00:09.345Z] Login Succeeded [2023-04-26T11:00:09.345Z] nexus3.edgexfoundry.org:10003 [2023-04-26T11:00:09.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:00:09.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:00:09.605Z] Configure a credential helper to remove this warning. See [2023-04-26T11:00:09.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:00:09.605Z] [2023-04-26T11:00:09.605Z] Login Succeeded [2023-04-26T11:00:09.605Z] nexus3.edgexfoundry.org:10004 [2023-04-26T11:00:09.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:00:09.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:00:09.605Z] Configure a credential helper to remove this warning. See [2023-04-26T11:00:09.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:00:09.605Z] [2023-04-26T11:00:09.605Z] Login Succeeded [2023-04-26T11:00:09.605Z] docker.io [2023-04-26T11:00:09.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:00:13.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:00:13.164Z] Configure a credential helper to remove this warning. See [2023-04-26T11:00:13.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:00:13.164Z] [2023-04-26T11:00:13.164Z] Login Succeeded [2023-04-26T11:00:13.164Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T11:00:13.197Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T11:00:13.388Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T11:00:13.423Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T11:00:13.451Z] ========================================================= [2023-04-26T11:00:13.451Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-26T11:00:13.451Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:00:13.920Z] + 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-26T11:00:13.920Z] Sending build context to Docker daemon 4.224MB [2023-04-26T11:00:13.920Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T11:00:13.920Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-26T11:00:13.920Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-26T11:00:13.920Z] f56be85fc22e: Pulling fs layer [2023-04-26T11:00:13.920Z] 85791d961cd3: Pulling fs layer [2023-04-26T11:00:13.920Z] d694b5ae8c79: Pulling fs layer [2023-04-26T11:00:13.920Z] 9f32a84ed3da: Pulling fs layer [2023-04-26T11:00:13.920Z] 4d19c01a9841: Pulling fs layer [2023-04-26T11:00:13.920Z] 9325e15d5711: Pulling fs layer [2023-04-26T11:00:13.920Z] 556b6ee489ea: Pulling fs layer [2023-04-26T11:00:13.920Z] c5a4b2cf53e6: Pulling fs layer [2023-04-26T11:00:13.920Z] 9f32a84ed3da: Waiting [2023-04-26T11:00:13.920Z] 556b6ee489ea: Waiting [2023-04-26T11:00:13.920Z] c5a4b2cf53e6: Waiting [2023-04-26T11:00:13.920Z] 4d19c01a9841: Waiting [2023-04-26T11:00:13.920Z] 9325e15d5711: Waiting [2023-04-26T11:00:13.920Z] 85791d961cd3: Verifying Checksum [2023-04-26T11:00:13.920Z] 85791d961cd3: Download complete [2023-04-26T11:00:13.920Z] 9f32a84ed3da: Verifying Checksum [2023-04-26T11:00:13.920Z] 9f32a84ed3da: Download complete [2023-04-26T11:00:14.182Z] 4d19c01a9841: Verifying Checksum [2023-04-26T11:00:14.182Z] 4d19c01a9841: Download complete [2023-04-26T11:00:14.182Z] f56be85fc22e: Verifying Checksum [2023-04-26T11:00:14.182Z] f56be85fc22e: Download complete [2023-04-26T11:00:14.182Z] 9325e15d5711: Verifying Checksum [2023-04-26T11:00:14.182Z] 9325e15d5711: Download complete [2023-04-26T11:00:14.182Z] f56be85fc22e: Pull complete [2023-04-26T11:00:14.444Z] 85791d961cd3: Pull complete [2023-04-26T11:00:14.703Z] c5a4b2cf53e6: Verifying Checksum [2023-04-26T11:00:14.703Z] c5a4b2cf53e6: Download complete [2023-04-26T11:00:14.703Z] d694b5ae8c79: Verifying Checksum [2023-04-26T11:00:14.703Z] d694b5ae8c79: Download complete [2023-04-26T11:00:14.961Z] 556b6ee489ea: Verifying Checksum [2023-04-26T11:00:14.961Z] 556b6ee489ea: Download complete [2023-04-26T11:00:18.244Z] d694b5ae8c79: Pull complete [2023-04-26T11:00:18.244Z] 9f32a84ed3da: Pull complete [2023-04-26T11:00:18.503Z] 4d19c01a9841: Pull complete [2023-04-26T11:00:18.503Z] 9325e15d5711: Pull complete [2023-04-26T11:00:21.196Z] 556b6ee489ea: Pull complete [2023-04-26T11:00:22.495Z] c5a4b2cf53e6: Pull complete [2023-04-26T11:00:22.762Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-26T11:00:22.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T11:00:22.762Z] ---> c4be618373d6 [2023-04-26T11:00:22.762Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-26T11:00:23.791Z] Still waiting to schedule task [2023-04-26T11:00:23.792Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-26T11:00:27.532Z] ---> Running in 50017d02eba4 [2023-04-26T11:00:27.532Z] Removing intermediate container 50017d02eba4 [2023-04-26T11:00:27.532Z] ---> 366d16bcd8fd [2023-04-26T11:00:27.532Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T11:00:27.532Z] ---> Running in 69be5fb8f503 [2023-04-26T11:00:27.532Z] Removing intermediate container 69be5fb8f503 [2023-04-26T11:00:27.532Z] ---> de3e802de97c [2023-04-26T11:00:27.532Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T11:00:27.532Z] ---> Running in 07208e59e812 [2023-04-26T11:00:27.532Z] Removing intermediate container 07208e59e812 [2023-04-26T11:00:27.532Z] ---> 19ed2769ad5f [2023-04-26T11:00:27.532Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T11:00:27.532Z] ---> Running in 81ae21f6d2c7 [2023-04-26T11:00:27.792Z] Removing intermediate container 81ae21f6d2c7 [2023-04-26T11:00:27.792Z] ---> 81d1e3c4a1a9 [2023-04-26T11:00:27.792Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T11:00:27.792Z] ---> Running in f46cb8783e4d [2023-04-26T11:00:28.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T11:00:28.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T11:00:28.494Z] OK: 265 MiB in 53 packages [2023-04-26T11:00:28.757Z] Removing intermediate container f46cb8783e4d [2023-04-26T11:00:28.757Z] ---> 03d16009256f [2023-04-26T11:00:28.757Z] Step 8/12 : WORKDIR /app [2023-04-26T11:00:28.757Z] ---> Running in a59aee484510 [2023-04-26T11:00:29.018Z] Removing intermediate container a59aee484510 [2023-04-26T11:00:29.018Z] ---> 662367866525 [2023-04-26T11:00:29.018Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-26T11:00:29.018Z] ---> d16f0df83ecb [2023-04-26T11:00:29.018Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T11:00:29.018Z] ---> Running in 693772c73e29 [2023-04-26T11:01:15.813Z] Removing intermediate container 693772c73e29 [2023-04-26T11:01:15.813Z] ---> 144470e54d5c [2023-04-26T11:01:15.813Z] Step 11/12 : COPY . . [2023-04-26T11:01:15.813Z] ---> cfbde50bfdf9 [2023-04-26T11:01:15.813Z] Step 12/12 : RUN $MAKE [2023-04-26T11:01:15.813Z] ---> Running in 99f544e62856 [2023-04-26T11:01:15.813Z] noop [2023-04-26T11:01:15.813Z] Removing intermediate container 99f544e62856 [2023-04-26T11:01:15.813Z] ---> f15907e8f775 [2023-04-26T11:01:15.813Z] Successfully built f15907e8f775 [2023-04-26T11:01:15.813Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:01:16.273Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T11:01:16.273Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:01:16.423Z] prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container [2023-04-26T11:01:16.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-26T11:01:16.951Z] $ docker top abde3de50c1953c4d2f4cea006ffacd48f63834a66bd3f4aaaf799544be3ba93 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T11:01:17.422Z] + go version [2023-04-26T11:01:17.422Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-26T11:01:17.465Z] $ docker stop --time=1 abde3de50c1953c4d2f4cea006ffacd48f63834a66bd3f4aaaf799544be3ba93 [2023-04-26T11:01:18.733Z] $ docker rm -f --volumes abde3de50c1953c4d2f4cea006ffacd48f63834a66bd3f4aaaf799544be3ba93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:01:19.459Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T11:01:19.459Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:01:19.634Z] prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container [2023-04-26T11:01:19.672Z] $ 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-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-26T11:01:20.006Z] $ docker top cc1f01c97e3ae813416c7cb4e8e06ad075441be95b644e7cf7421bb9c9b5301a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T11:01:20.402Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-213 [Pipeline] fileExists [Pipeline] sh [2023-04-26T11:01:20.771Z] + make test [2023-04-26T11:01:20.771Z] go test ./... -coverprofile=coverage.out ./... [2023-04-26T11:01:26.038Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-26T11:01:36.186Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-26T11:01:36.186Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-26T11:01:40.377Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.574s coverage: 40.5% of statements [2023-04-26T11:01:40.377Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 52.0% of statements [2023-04-26T11:01:40.377Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.008s coverage: 95.5% of statements [2023-04-26T11:01:46.945Z] go vet ./... [2023-04-26T11:01:51.299Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T11:01:51.299Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T11:01:51.299Z] ./bin/test-attribution-txt.sh [2023-04-26T11:01:51.299Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-26T11:01:51.299Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-26T11:01:51.340Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T11:01:51.370Z] $ docker stop --time=1 cc1f01c97e3ae813416c7cb4e8e06ad075441be95b644e7cf7421bb9c9b5301a [2023-04-26T11:01:53.780Z] $ docker rm -f --volumes cc1f01c97e3ae813416c7cb4e8e06ad075441be95b644e7cf7421bb9c9b5301a [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T11:01:54.320Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T11:01:54.435Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-26T11:01:55.121Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T11:01:55.517Z] + ls -al . [2023-04-26T11:01:55.517Z] total 628 [2023-04-26T11:01:55.517Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 11:01 . [2023-04-26T11:01:55.517Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 10:59 .. [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 26 10:59 .dockerignore [2023-04-26T11:01:55.517Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 11:00 .git [2023-04-26T11:01:55.517Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 10:59 .github [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 26 10:59 .gitignore [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 10:59 .golangci.yml [2023-04-26T11:01:55.517Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 11:00 .semver [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 26 10:59 Attribution.txt [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 26 10:59 CHANGELOG.md [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 26 10:59 Dockerfile [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 10:59 GOVERNANCE.md [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 26 10:59 Jenkinsfile [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 26 10:59 LICENSE [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 26 10:59 Makefile [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 26 10:59 OWNERS.md [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 26 10:59 README.md [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 11:00 VERSION [2023-04-26T11:01:55.517Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 10:59 bin [2023-04-26T11:01:55.517Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 10:59 cmd [2023-04-26T11:01:55.517Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 26 11:01 coverage.out [2023-04-26T11:01:55.517Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 10:59 examples [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 26 10:59 go.mod [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 26 10:59 go.sum [2023-04-26T11:01:55.517Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 10:59 images [2023-04-26T11:01:55.517Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 10:59 internal [2023-04-26T11:01:55.517Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 10:59 snap [2023-04-26T11:01:55.517Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 26 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:01:55.900Z] + 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=8df8d08ef680d3e6759f4499028696817167db5f --label arch=amd64 --label version=0.0.0 . [2023-04-26T11:01:55.900Z] Sending build context to Docker daemon 4.224MB [2023-04-26T11:01:55.900Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T11:01:55.900Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-26T11:01:55.900Z] ---> f15907e8f775 [2023-04-26T11:01:55.900Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T11:01:55.900Z] ---> Running in 29706e5656be [2023-04-26T11:01:56.160Z] Removing intermediate container 29706e5656be [2023-04-26T11:01:56.160Z] ---> f76c7368af98 [2023-04-26T11:01:56.160Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T11:01:56.160Z] ---> Running in 41708b708e33 [2023-04-26T11:01:56.160Z] Removing intermediate container 41708b708e33 [2023-04-26T11:01:56.160Z] ---> 0c05855a8bb1 [2023-04-26T11:01:56.160Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T11:01:56.160Z] ---> Running in 1438e2d95ffd [2023-04-26T11:01:56.160Z] Removing intermediate container 1438e2d95ffd [2023-04-26T11:01:56.160Z] ---> 0b84805671a5 [2023-04-26T11:01:56.160Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T11:01:56.160Z] ---> Running in 1cd10b623234 [2023-04-26T11:01:56.420Z] Removing intermediate container 1cd10b623234 [2023-04-26T11:01:56.420Z] ---> c8ef8c398f27 [2023-04-26T11:01:56.420Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T11:01:56.420Z] ---> Running in 82416971b88d [2023-04-26T11:01:56.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T11:01:56.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T11:01:57.001Z] OK: 265 MiB in 53 packages [2023-04-26T11:01:57.336Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10986 in /w/workspace/undry_device-rfid-llrp-go_PR-213 [Pipeline] { [Pipeline] ws [2023-04-26T11:01:57.397Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-26T11:01:57.481Z] Selected Git installation does not exist. Using Default [2023-04-26T11:01:57.481Z] The recommended git tool is: NONE [2023-04-26T11:01:57.567Z] Removing intermediate container 82416971b88d [2023-04-26T11:01:57.567Z] ---> 988c6c6ebdd8 [2023-04-26T11:01:57.567Z] Step 8/24 : WORKDIR /app [2023-04-26T11:01:57.567Z] ---> Running in ef9b4f70eab5 [2023-04-26T11:01:57.567Z] Removing intermediate container ef9b4f70eab5 [2023-04-26T11:01:57.567Z] ---> 843f68314b92 [2023-04-26T11:01:57.567Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-26T11:01:57.567Z] ---> 6cacf66a408b [2023-04-26T11:01:57.567Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T11:01:57.567Z] ---> Running in c6c77301ad4f [2023-04-26T11:01:58.502Z] Removing intermediate container c6c77301ad4f [2023-04-26T11:01:58.502Z] ---> 60e796db685b [2023-04-26T11:01:58.502Z] Step 11/24 : COPY . . [2023-04-26T11:01:58.760Z] ---> 84cbbe495ae6 [2023-04-26T11:01:58.760Z] Step 12/24 : RUN $MAKE [2023-04-26T11:01:58.760Z] ---> Running in ed77eedebb4e [2023-04-26T11:01:59.018Z] 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-26T11:02:03.018Z] using credential edgex-jenkins-ssh [2023-04-26T11:02:03.053Z] Cloning the remote Git repository [2023-04-26T11:02:03.101Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-26T11:02:03.201Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-04-26T11:02:03.345Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-26T11:02:03.346Z] > git --version # timeout=10 [2023-04-26T11:02:03.366Z] > git --version # 'git version 2.25.1' [2023-04-26T11:02:03.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T11:02:03.511Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T11:02:04.572Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-26T11:02:04.596Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T11:02:06.117Z] Merging remotes/origin/main commit 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa into PR head commit 8df8d08ef680d3e6759f4499028696817167db5f [2023-04-26T11:02:05.476Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-26T11:02:05.526Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-26T11:02:05.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T11:02:05.545Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-26T11:02:06.142Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T11:02:06.217Z] > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 [2023-04-26T11:02:06.461Z] Merge succeeded, producing 8df8d08ef680d3e6759f4499028696817167db5f [2023-04-26T11:02:06.461Z] Checking out Revision 8df8d08ef680d3e6759f4499028696817167db5f (PR-213) [2023-04-26T11:02:06.982Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-26T11:02:07.039Z] > git --version # timeout=10 [2023-04-26T11:02:07.050Z] > git --version # 'git version 2.25.1' [2023-04-26T11:02:07.065Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2023-04-26T11:02:06.353Z] > git remote # timeout=10 [2023-04-26T11:02:06.373Z] > git config --get remote.origin.url # timeout=10 [2023-04-26T11:02:06.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T11:02:06.413Z] > git merge 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa # timeout=10 [2023-04-26T11:02:06.443Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-26T11:02:06.472Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T11:02:06.486Z] > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T11:02:08.247Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-26T11:02:08.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T11:02:08.247Z] Dload Upload Total Spent Left Speed [2023-04-26T11:02:08.520Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 43667 0 --:--:-- --:--:-- --:--:-- 43667 [Pipeline] sh [2023-04-26T11:02:09.204Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-26T11:02:09.555Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-26T11:02:09.555Z] + sudo tee /etc/docker/daemon.new [2023-04-26T11:02:09.555Z] { [2023-04-26T11:02:09.555Z] "registry-mirrors": [ [2023-04-26T11:02:09.555Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-26T11:02:09.555Z] ], [2023-04-26T11:02:09.555Z] "bip": "10.250.0.254/24", [2023-04-26T11:02:09.555Z] "hosts": [ [2023-04-26T11:02:09.555Z] "tcp://0.0.0.0:5555", [2023-04-26T11:02:09.555Z] "unix:///var/run/docker.sock" [2023-04-26T11:02:09.555Z] ], [2023-04-26T11:02:09.555Z] "mtu": 1458, [2023-04-26T11:02:09.555Z] "selinux-enabled": true, [2023-04-26T11:02:09.555Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-26T11:02:09.555Z] } [Pipeline] sh [2023-04-26T11:02:09.901Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-26T11:02:10.249Z] + sudo service docker restart [2023-04-26T11:02:21.339Z] Removing intermediate container ed77eedebb4e [2023-04-26T11:02:21.339Z] ---> afc837207406 [2023-04-26T11:02:21.339Z] Step 13/24 : FROM alpine:3.17 [2023-04-26T11:02:21.339Z] 3.17: Pulling from library/alpine [2023-04-26T11:02:21.339Z] f56be85fc22e: Already exists [2023-04-26T11:02:21.339Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T11:02:21.339Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T11:02:21.339Z] ---> 9ed4aefc74f6 [2023-04-26T11:02:21.339Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-26T11:02:21.339Z] ---> Running in acbeb0d19ec4 [2023-04-26T11:02:21.339Z] Removing intermediate container acbeb0d19ec4 [2023-04-26T11:02:21.339Z] ---> 191d18195e33 [2023-04-26T11:02:21.339Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T11:02:21.339Z] ---> Running in f3a97041bc1f [2023-04-26T11:02:21.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T11:02:21.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T11:02:22.120Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T11:02:22.120Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T11:02:22.120Z] OK: 7 MiB in 16 packages [2023-04-26T11:02:22.379Z] Removing intermediate container f3a97041bc1f [2023-04-26T11:02:22.379Z] ---> 0ab805d82b77 [2023-04-26T11:02:22.379Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-26T11:02:22.379Z] ---> 21a79ecf4126 [2023-04-26T11:02:22.379Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-26T11:02:22.638Z] ---> 854b7e29661c [2023-04-26T11:02:22.638Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-26T11:02:23.575Z] ---> 0dd12d97846b [2023-04-26T11:02:23.575Z] Step 19/24 : EXPOSE 59989 [2023-04-26T11:02:23.575Z] ---> Running in 5e83dbb8247c [2023-04-26T11:02:23.575Z] Removing intermediate container 5e83dbb8247c [2023-04-26T11:02:23.575Z] ---> d62f7ac7ffa3 [2023-04-26T11:02:23.575Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-26T11:02:23.575Z] ---> Running in 6037da4cbca4 [2023-04-26T11:02:23.575Z] Removing intermediate container 6037da4cbca4 [2023-04-26T11:02:23.575Z] ---> 6dee9f81c0f1 [2023-04-26T11:02:23.575Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T11:02:23.575Z] ---> Running in 1bc1d7f35f16 [2023-04-26T11:02:23.834Z] Removing intermediate container 1bc1d7f35f16 [2023-04-26T11:02:23.834Z] ---> a202abf9189f [2023-04-26T11:02:23.834Z] Step 22/24 : LABEL arch=amd64 [2023-04-26T11:02:23.834Z] ---> Running in 14b26733db7e [2023-04-26T11:02:23.834Z] Removing intermediate container 14b26733db7e [2023-04-26T11:02:23.834Z] ---> fc552b4a671c [2023-04-26T11:02:23.834Z] Step 23/24 : LABEL git_sha=8df8d08ef680d3e6759f4499028696817167db5f [2023-04-26T11:02:23.834Z] ---> Running in 8e55b5f1b0e8 [2023-04-26T11:02:23.834Z] Removing intermediate container 8e55b5f1b0e8 [2023-04-26T11:02:23.834Z] ---> f53f43ec4203 [2023-04-26T11:02:23.834Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T11:02:23.834Z] ---> Running in ae5bd5548b34 [2023-04-26T11:02:24.094Z] Removing intermediate container ae5bd5548b34 [2023-04-26T11:02:24.094Z] ---> caefd2fefd7c [2023-04-26T11:02:24.094Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T11:02:24.094Z] Successfully built caefd2fefd7c [2023-04-26T11:02:24.094Z] 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-26T11:02:25.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T11:02:25.013Z] [2023-04-26T11:02:25.013Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:02:25.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T11:02:25.392Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-26T11:02:25.392Z] 5eb5b503b376: Pulling fs layer [2023-04-26T11:02:25.392Z] 5c69ac0246d0: Pulling fs layer [2023-04-26T11:02:25.392Z] ec43610c2a17: Pulling fs layer [2023-04-26T11:02:25.392Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-26T11:02:25.392Z] 33b1e0a273af: Pulling fs layer [2023-04-26T11:02:25.392Z] 5d3b04190fa2: Pulling fs layer [2023-04-26T11:02:25.392Z] 2f39f015ded8: Pulling fs layer [2023-04-26T11:02:25.392Z] 5d3b04190fa2: Waiting [2023-04-26T11:02:25.392Z] 2f39f015ded8: Waiting [2023-04-26T11:02:25.392Z] 33b1e0a273af: Waiting [2023-04-26T11:02:25.392Z] 3a2ae6a8a46f: Waiting [2023-04-26T11:02:25.392Z] 5c69ac0246d0: Download complete [2023-04-26T11:02:25.392Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-26T11:02:25.392Z] 3a2ae6a8a46f: Download complete [2023-04-26T11:02:25.392Z] 33b1e0a273af: Verifying Checksum [2023-04-26T11:02:25.392Z] 33b1e0a273af: Download complete [2023-04-26T11:02:25.392Z] 5d3b04190fa2: Verifying Checksum [2023-04-26T11:02:25.392Z] 5d3b04190fa2: Download complete [2023-04-26T11:02:25.392Z] ec43610c2a17: Verifying Checksum [2023-04-26T11:02:25.392Z] ec43610c2a17: Download complete [2023-04-26T11:02:25.651Z] 5eb5b503b376: Verifying Checksum [2023-04-26T11:02:25.651Z] 5eb5b503b376: Download complete [2023-04-26T11:02:26.218Z] 2f39f015ded8: Download complete [2023-04-26T11:02:26.784Z] 5eb5b503b376: Pull complete [2023-04-26T11:02:26.784Z] 5c69ac0246d0: Pull complete [2023-04-26T11:02:27.351Z] ec43610c2a17: Pull complete [2023-04-26T11:02:27.351Z] 3a2ae6a8a46f: Pull complete [2023-04-26T11:02:27.610Z] 33b1e0a273af: Pull complete [2023-04-26T11:02:27.610Z] 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T11:02:28.590Z] provisioning config files... [2023-04-26T11:02:28.619Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config13264858658114559159tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:02:29.011Z] ---> docker-login.sh [2023-04-26T11:02:29.011Z] nexus3.edgexfoundry.org:10001 [2023-04-26T11:02:29.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:02:29.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:02:29.605Z] Configure a credential helper to remove this warning. See [2023-04-26T11:02:29.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:02:29.605Z] [2023-04-26T11:02:29.605Z] Login Succeeded [2023-04-26T11:02:29.605Z] nexus3.edgexfoundry.org:10002 [2023-04-26T11:02:29.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:02:30.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:02:30.148Z] Configure a credential helper to remove this warning. See [2023-04-26T11:02:30.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:02:30.148Z] [2023-04-26T11:02:30.148Z] Login Succeeded [2023-04-26T11:02:30.148Z] nexus3.edgexfoundry.org:10003 [2023-04-26T11:02:30.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:02:30.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:02:30.420Z] Configure a credential helper to remove this warning. See [2023-04-26T11:02:30.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:02:30.420Z] [2023-04-26T11:02:30.420Z] Login Succeeded [2023-04-26T11:02:30.420Z] nexus3.edgexfoundry.org:10004 [2023-04-26T11:02:30.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:02:30.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:02:30.692Z] Configure a credential helper to remove this warning. See [2023-04-26T11:02:30.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:02:30.692Z] [2023-04-26T11:02:30.692Z] Login Succeeded [2023-04-26T11:02:30.692Z] docker.io [2023-04-26T11:02:30.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T11:02:31.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T11:02:31.230Z] Configure a credential helper to remove this warning. See [2023-04-26T11:02:31.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T11:02:31.230Z] [2023-04-26T11:02:31.230Z] Login Succeeded [2023-04-26T11:02:31.230Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T11:02:31.260Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T11:02:31.674Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T11:02:31.715Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T11:02:31.752Z] ========================================================= [2023-04-26T11:02:31.752Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-26T11:02:31.752Z] ========================================================= [Pipeline] fileExists [2023-04-26T11:02:31.801Z] 2f39f015ded8: Pull complete [2023-04-26T11:02:31.801Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-26T11:02:31.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T11:02:31.801Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] fileExists [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:02:32.028Z] prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container [2023-04-26T11:02:32.065Z] $ 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-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@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-26T11:02:37.059Z] $ docker top beb8c2238fbd96e79ab89d18f345902ec5324bdfbed4d35f928770e25d729192 -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2023-04-26T11:02:37.558Z] ---> job-cost.sh [2023-04-26T11:02:37.558Z] lf-activate-venv: SKIPPING [2023-04-26T11:02:37.558Z] INFO: No Stack... [2023-04-26T11:02:37.712Z] + 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-26T11:02:37.816Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T11:02:37.990Z] Sending build context to Docker daemon 1.211MB [2023-04-26T11:02:37.990Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T11:02:37.990Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-26T11:02:38.267Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-26T11:02:38.267Z] c41833b44d91: Pulling fs layer [2023-04-26T11:02:38.267Z] ed15518f5707: Pulling fs layer [2023-04-26T11:02:38.267Z] feae8fd75edb: Pulling fs layer [2023-04-26T11:02:38.267Z] 242c74f7c9fa: Pulling fs layer [2023-04-26T11:02:38.267Z] 3cdef696dda3: Pulling fs layer [2023-04-26T11:02:38.267Z] 2ced38df9373: Pulling fs layer [2023-04-26T11:02:38.267Z] 58f1dce35555: Pulling fs layer [2023-04-26T11:02:38.267Z] 3cdef696dda3: Waiting [2023-04-26T11:02:38.267Z] 2ced38df9373: Waiting [2023-04-26T11:02:38.267Z] 58f1dce35555: Waiting [2023-04-26T11:02:38.267Z] 242c74f7c9fa: Waiting [2023-04-26T11:02:38.267Z] ed15518f5707: Download complete [2023-04-26T11:02:38.267Z] 242c74f7c9fa: Verifying Checksum [2023-04-26T11:02:38.267Z] 242c74f7c9fa: Download complete [2023-04-26T11:02:38.267Z] 3cdef696dda3: Verifying Checksum [2023-04-26T11:02:38.267Z] 3cdef696dda3: Download complete [2023-04-26T11:02:38.267Z] c41833b44d91: Verifying Checksum [2023-04-26T11:02:38.383Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T11:02:38.702Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-213/archives/cost.csv [2023-04-26T11:02:38.702Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T11:02:38.745Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [2023-04-26T11:02:38.750Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] did not exist. Created. [2023-04-26T11:02:38.750Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T11:02:39.165Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-26T11:02:39.219Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T11:02:39.251Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T11:02:39.330Z] $ docker stop --time=1 beb8c2238fbd96e79ab89d18f345902ec5324bdfbed4d35f928770e25d729192 [2023-04-26T11:02:39.723Z] c41833b44d91: Pull complete [2023-04-26T11:02:39.997Z] 58f1dce35555: Verifying Checksum [2023-04-26T11:02:39.997Z] 58f1dce35555: Download complete [2023-04-26T11:02:39.997Z] ed15518f5707: Pull complete [2023-04-26T11:02:40.503Z] $ docker rm -f --volumes beb8c2238fbd96e79ab89d18f345902ec5324bdfbed4d35f928770e25d729192 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-26T11:02:40.988Z] feae8fd75edb: Verifying Checksum [2023-04-26T11:02:40.989Z] feae8fd75edb: Download complete [2023-04-26T11:02:40.989Z] 2ced38df9373: Download complete [2023-04-26T11:02:53.355Z] feae8fd75edb: Pull complete [2023-04-26T11:02:53.355Z] 242c74f7c9fa: Pull complete [2023-04-26T11:02:53.355Z] 3cdef696dda3: Pull complete [2023-04-26T11:03:00.025Z] 2ced38df9373: Pull complete [2023-04-26T11:03:01.984Z] 58f1dce35555: Pull complete [2023-04-26T11:03:01.984Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-26T11:03:01.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T11:03:01.984Z] ---> fadd8f120f05 [2023-04-26T11:03:01.984Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-26T11:03:03.944Z] ---> Running in 18f6fa9bf113 [2023-04-26T11:03:03.944Z] Removing intermediate container 18f6fa9bf113 [2023-04-26T11:03:03.944Z] ---> 8b1968127ede [2023-04-26T11:03:03.944Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T11:03:03.944Z] ---> Running in 3b23678c59c1 [2023-04-26T11:03:04.212Z] Removing intermediate container 3b23678c59c1 [2023-04-26T11:03:04.212Z] ---> 19d3489f0eef [2023-04-26T11:03:04.212Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T11:03:04.212Z] ---> Running in e359bcf8fbe3 [2023-04-26T11:03:04.799Z] Removing intermediate container e359bcf8fbe3 [2023-04-26T11:03:04.799Z] ---> d3afefbd9b0c [2023-04-26T11:03:04.799Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T11:03:04.799Z] ---> Running in 378110deccb3 [2023-04-26T11:03:05.067Z] Removing intermediate container 378110deccb3 [2023-04-26T11:03:05.067Z] ---> f711687979f4 [2023-04-26T11:03:05.067Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T11:03:05.067Z] ---> Running in 00b4c8f6bd19 [2023-04-26T11:03:06.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T11:03:06.696Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T11:03:07.659Z] OK: 263 MiB in 53 packages [2023-04-26T11:03:08.623Z] Removing intermediate container 00b4c8f6bd19 [2023-04-26T11:03:08.623Z] ---> fbf6bba61e43 [2023-04-26T11:03:08.623Z] Step 8/12 : WORKDIR /app [2023-04-26T11:03:08.623Z] ---> Running in 25362ae83251 [2023-04-26T11:03:08.892Z] Removing intermediate container 25362ae83251 [2023-04-26T11:03:08.892Z] ---> 835ec45f45e7 [2023-04-26T11:03:08.892Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-26T11:03:09.485Z] ---> 6c474725b85b [2023-04-26T11:03:09.485Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T11:03:09.485Z] ---> Running in c5fa23eb6c78 [2023-04-26T11:04:17.391Z] Removing intermediate container c5fa23eb6c78 [2023-04-26T11:04:17.391Z] ---> 1faf94b9fe96 [2023-04-26T11:04:17.391Z] Step 11/12 : COPY . . [2023-04-26T11:04:17.391Z] ---> 2a530621e1e6 [2023-04-26T11:04:17.391Z] Step 12/12 : RUN $MAKE [2023-04-26T11:04:17.391Z] ---> Running in b429812f28fa [2023-04-26T11:04:17.391Z] noop [2023-04-26T11:04:17.391Z] Removing intermediate container b429812f28fa [2023-04-26T11:04:17.391Z] ---> f1b19f725880 [2023-04-26T11:04:17.391Z] Successfully built f1b19f725880 [2023-04-26T11:04:17.391Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:04:17.927Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T11:04:17.927Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:04:18.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-10986 does not seem to be running inside a container [2023-04-26T11:04:18.307Z] $ 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-26T11:04:20.888Z] $ docker top 328585d37ef7c3ecda12fee3781d22f8ccf73cba862f6eef50f80721360ea3dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T11:04:21.806Z] + go version [2023-04-26T11:04:21.807Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-26T11:04:21.845Z] $ docker stop --time=1 328585d37ef7c3ecda12fee3781d22f8ccf73cba862f6eef50f80721360ea3dc [2023-04-26T11:04:23.521Z] $ docker rm -f --volumes 328585d37ef7c3ecda12fee3781d22f8ccf73cba862f6eef50f80721360ea3dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:04:24.381Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T11:04:24.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:04:24.656Z] prd-ubuntu20.04-docker-arm64-4c-16g-10986 does not seem to be running inside a container [2023-04-26T11:04:24.729Z] $ 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-26T11:04:25.934Z] $ docker top 726402031e17139e8cfff640b9d5d4532fad6cc404c7b48bcb7dda44c768def0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T11:04:26.853Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T11:04:27.600Z] + make test [2023-04-26T11:04:27.600Z] go test ./... -coverprofile=coverage.out ./... [2023-04-26T11:04:59.840Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-26T11:07:06.564Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-26T11:07:06.564Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-26T11:07:38.812Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 26.454s coverage: 40.5% of statements [2023-04-26T11:07:38.812Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.547s coverage: 51.9% of statements [2023-04-26T11:07:38.812Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.041s coverage: 94.6% of statements [2023-04-26T11:07:38.812Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-26T11:07:38.812Z] go vet ./... [2023-04-26T11:08:05.517Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T11:08:06.100Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T11:08:06.370Z] ./bin/test-attribution-txt.sh [2023-04-26T11:08:06.641Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-26T11:08:06.641Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-26T11:08:06.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T11:08:06.712Z] $ docker stop --time=1 726402031e17139e8cfff640b9d5d4532fad6cc404c7b48bcb7dda44c768def0 [2023-04-26T11:08:08.556Z] $ docker rm -f --volumes 726402031e17139e8cfff640b9d5d4532fad6cc404c7b48bcb7dda44c768def0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T11:08:09.856Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T11:08:09.893Z] Warning: overwriting stash ‘coverage-report’ [2023-04-26T11:08:10.629Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T11:08:11.245Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T11:08:11.597Z] + ls -al . [2023-04-26T11:08:11.597Z] total 624 [2023-04-26T11:08:11.597Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 11:04 . [2023-04-26T11:08:11.597Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:02 .. [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 26 11:02 .dockerignore [2023-04-26T11:08:11.597Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 11:02 .git [2023-04-26T11:08:11.597Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 11:02 .github [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 26 11:02 .gitignore [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 11:02 .golangci.yml [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 26 11:02 Attribution.txt [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 26 11:02 CHANGELOG.md [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 26 11:02 Dockerfile [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 11:02 GOVERNANCE.md [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 26 11:02 Jenkinsfile [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 26 11:02 LICENSE [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 26 11:02 Makefile [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 26 11:02 OWNERS.md [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 26 11:02 README.md [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 11:00 VERSION [2023-04-26T11:08:11.597Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:02 bin [2023-04-26T11:08:11.597Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:02 cmd [2023-04-26T11:08:11.597Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 26 11:07 coverage.out [2023-04-26T11:08:11.597Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:02 examples [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 26 11:02 go.mod [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 26 11:02 go.sum [2023-04-26T11:08:11.597Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:02 images [2023-04-26T11:08:11.597Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 11:02 internal [2023-04-26T11:08:11.597Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:02 snap [2023-04-26T11:08:11.597Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 26 11:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:08:12.026Z] + 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=8df8d08ef680d3e6759f4499028696817167db5f --label arch=arm64 --label version=0.0.0 . [2023-04-26T11:08:12.295Z] Sending build context to Docker daemon 1.211MB [2023-04-26T11:08:12.295Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T11:08:12.295Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-26T11:08:12.295Z] ---> f1b19f725880 [2023-04-26T11:08:12.295Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T11:08:12.563Z] ---> Running in 1629c400db26 [2023-04-26T11:08:12.910Z] Removing intermediate container 1629c400db26 [2023-04-26T11:08:12.910Z] ---> dce7e29c8448 [2023-04-26T11:08:12.910Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T11:08:12.910Z] ---> Running in a58f3d02a6c9 [2023-04-26T11:08:13.199Z] Removing intermediate container a58f3d02a6c9 [2023-04-26T11:08:13.199Z] ---> 6b4e38b42357 [2023-04-26T11:08:13.199Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T11:08:13.199Z] ---> Running in b02e14a91738 [2023-04-26T11:08:13.480Z] Removing intermediate container b02e14a91738 [2023-04-26T11:08:13.480Z] ---> 742315a99719 [2023-04-26T11:08:13.480Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T11:08:13.775Z] ---> Running in aceab9b4188f [2023-04-26T11:08:13.775Z] Removing intermediate container aceab9b4188f [2023-04-26T11:08:13.775Z] ---> 81bd6b95fa77 [2023-04-26T11:08:13.775Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T11:08:14.047Z] ---> Running in 1306dab3f4b4 [2023-04-26T11:08:15.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T11:08:15.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T11:08:17.043Z] OK: 263 MiB in 53 packages [2023-04-26T11:08:19.637Z] Removing intermediate container 1306dab3f4b4 [2023-04-26T11:08:19.637Z] ---> 8b608db8192a [2023-04-26T11:08:19.637Z] Step 8/24 : WORKDIR /app [2023-04-26T11:08:19.637Z] ---> Running in 7c69db134a97 [2023-04-26T11:08:19.906Z] Removing intermediate container 7c69db134a97 [2023-04-26T11:08:19.906Z] ---> b69c93c04efe [2023-04-26T11:08:19.906Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-26T11:08:20.495Z] ---> 3608c549a320 [2023-04-26T11:08:20.495Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T11:08:20.495Z] ---> Running in 2ffcf17db5e5 [2023-04-26T11:08:23.087Z] Removing intermediate container 2ffcf17db5e5 [2023-04-26T11:08:23.087Z] ---> 8bf51cdade13 [2023-04-26T11:08:23.087Z] Step 11/24 : COPY . . [2023-04-26T11:08:24.052Z] ---> 5cb933e4c20e [2023-04-26T11:08:24.052Z] Step 12/24 : RUN $MAKE [2023-04-26T11:08:24.052Z] ---> Running in 62c681a67fbf [2023-04-26T11:08:25.027Z] 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-26T11:10:46.768Z] Removing intermediate container 62c681a67fbf [2023-04-26T11:10:46.768Z] ---> 7fde9b6da330 [2023-04-26T11:10:46.768Z] Step 13/24 : FROM alpine:3.17 [2023-04-26T11:10:46.768Z] 3.17: Pulling from library/alpine [2023-04-26T11:10:46.768Z] c41833b44d91: Already exists [2023-04-26T11:10:46.768Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T11:10:46.768Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T11:10:46.768Z] ---> 51e60588ff2c [2023-04-26T11:10:46.768Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-26T11:10:46.768Z] ---> Running in d06d2ae42f20 [2023-04-26T11:10:46.768Z] Removing intermediate container d06d2ae42f20 [2023-04-26T11:10:46.768Z] ---> a1448fe3f82f [2023-04-26T11:10:46.768Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T11:10:46.768Z] ---> Running in bbbdaa1ed86a [2023-04-26T11:10:46.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T11:10:46.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T11:10:46.768Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T11:10:46.768Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T11:10:46.768Z] OK: 8 MiB in 16 packages [2023-04-26T11:10:48.721Z] Removing intermediate container bbbdaa1ed86a [2023-04-26T11:10:48.721Z] ---> c8868bebc716 [2023-04-26T11:10:48.721Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-26T11:10:48.991Z] ---> 420b7d65ae6f [2023-04-26T11:10:48.991Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-26T11:10:49.582Z] ---> b493407b0db9 [2023-04-26T11:10:49.582Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-26T11:10:50.996Z] ---> 2a7e41443392 [2023-04-26T11:10:50.996Z] Step 19/24 : EXPOSE 59989 [2023-04-26T11:10:50.996Z] ---> Running in 10d03efe5674 [2023-04-26T11:10:51.268Z] Removing intermediate container 10d03efe5674 [2023-04-26T11:10:51.269Z] ---> ab9ce5f04456 [2023-04-26T11:10:51.269Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-26T11:10:51.537Z] ---> Running in 0cfdf69a5a1d [2023-04-26T11:10:51.805Z] Removing intermediate container 0cfdf69a5a1d [2023-04-26T11:10:51.805Z] ---> 186a4e9f1ee3 [2023-04-26T11:10:51.805Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T11:10:51.805Z] ---> Running in 77b4acbae2f7 [2023-04-26T11:10:52.072Z] Removing intermediate container 77b4acbae2f7 [2023-04-26T11:10:52.072Z] ---> 9a43e30d723f [2023-04-26T11:10:52.072Z] Step 22/24 : LABEL arch=arm64 [2023-04-26T11:10:52.072Z] ---> Running in d5d94194cf15 [2023-04-26T11:10:52.349Z] Removing intermediate container d5d94194cf15 [2023-04-26T11:10:52.349Z] ---> 14c354dba006 [2023-04-26T11:10:52.349Z] Step 23/24 : LABEL git_sha=8df8d08ef680d3e6759f4499028696817167db5f [2023-04-26T11:10:52.619Z] ---> Running in 7f322c5f7726 [2023-04-26T11:10:52.889Z] Removing intermediate container 7f322c5f7726 [2023-04-26T11:10:52.889Z] ---> c05241922fac [2023-04-26T11:10:52.889Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T11:10:52.889Z] ---> Running in e35139d212eb [2023-04-26T11:10:53.160Z] Removing intermediate container e35139d212eb [2023-04-26T11:10:53.160Z] ---> c902881ddc64 [2023-04-26T11:10:53.160Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T11:10:53.160Z] Successfully built c902881ddc64 [2023-04-26T11:10:53.160Z] 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-26T11:10:53.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T11:10:53.988Z] [2023-04-26T11:10:53.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:10:54.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T11:10:54.392Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-26T11:10:54.392Z] 8998bd30e6a1: Pulling fs layer [2023-04-26T11:10:54.392Z] 04944245beec: Pulling fs layer [2023-04-26T11:10:54.392Z] 699f458cf7ca: Pulling fs layer [2023-04-26T11:10:54.392Z] 765212b225bb: Pulling fs layer [2023-04-26T11:10:54.392Z] f23df028b6ca: Pulling fs layer [2023-04-26T11:10:54.392Z] d65c8cfc05b1: Pulling fs layer [2023-04-26T11:10:54.392Z] 2437ff75d9bd: Pulling fs layer [2023-04-26T11:10:54.392Z] 765212b225bb: Waiting [2023-04-26T11:10:54.392Z] f23df028b6ca: Waiting [2023-04-26T11:10:54.392Z] d65c8cfc05b1: Waiting [2023-04-26T11:10:54.392Z] 2437ff75d9bd: Waiting [2023-04-26T11:10:54.660Z] 04944245beec: Verifying Checksum [2023-04-26T11:10:54.660Z] 04944245beec: Download complete [2023-04-26T11:10:54.660Z] 765212b225bb: Verifying Checksum [2023-04-26T11:10:54.660Z] 765212b225bb: Download complete [2023-04-26T11:10:54.660Z] f23df028b6ca: Verifying Checksum [2023-04-26T11:10:54.660Z] f23df028b6ca: Download complete [2023-04-26T11:10:54.660Z] d65c8cfc05b1: Verifying Checksum [2023-04-26T11:10:54.660Z] d65c8cfc05b1: Download complete [2023-04-26T11:10:54.935Z] 699f458cf7ca: Verifying Checksum [2023-04-26T11:10:54.935Z] 699f458cf7ca: Download complete [2023-04-26T11:10:55.203Z] 8998bd30e6a1: Verifying Checksum [2023-04-26T11:10:55.203Z] 8998bd30e6a1: Download complete [2023-04-26T11:10:57.794Z] 2437ff75d9bd: Verifying Checksum [2023-04-26T11:10:57.794Z] 2437ff75d9bd: Download complete [2023-04-26T11:10:59.207Z] 8998bd30e6a1: Pull complete [2023-04-26T11:11:02.565Z] 04944245beec: Pull complete [2023-04-26T11:11:03.529Z] 699f458cf7ca: Pull complete [2023-04-26T11:11:03.798Z] 765212b225bb: Pull complete [2023-04-26T11:11:04.386Z] f23df028b6ca: Pull complete [2023-04-26T11:11:04.654Z] d65c8cfc05b1: Pull complete [2023-04-26T11:11:19.671Z] 2437ff75d9bd: Pull complete [2023-04-26T11:11:19.671Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-26T11:11:19.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T11:11:19.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:11:20.098Z] prd-ubuntu20.04-docker-arm64-4c-16g-10986 does not seem to be running inside a container [2023-04-26T11:11:20.213Z] $ 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-26T11:11:22.899Z] $ docker top 614b0d025f1d97a76f5a9d08d414317766eea16c7f5fbd532b0213cc99ce7130 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:23.795Z] ---> job-cost.sh [2023-04-26T11:11:23.795Z] lf-activate-venv: SKIPPING [2023-04-26T11:11:23.795Z] INFO: No Stack... [2023-04-26T11:11:24.377Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-26T11:11:24.960Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T11:11:25.303Z] + cat+ /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-04-26T11:11:25.303Z] cut -d, -f6 [Pipeline] lock [2023-04-26T11:11:25.625Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [2023-04-26T11:11:25.631Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] did not exist. Created. [2023-04-26T11:11:25.631Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T11:11:26.044Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-ae575fa4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-26T11:11:26.413Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-26T11:11:26.447Z] Warning: overwriting stash ‘stack-cost’ [2023-04-26T11:11:26.509Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T11:11:26.525Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T11:11:26.605Z] $ docker stop --time=1 614b0d025f1d97a76f5a9d08d414317766eea16c7f5fbd532b0213cc99ce7130 [2023-04-26T11:11:28.101Z] $ docker rm -f --volumes 614b0d025f1d97a76f5a9d08d414317766eea16c7f5fbd532b0213cc99ce7130 [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-26T11:11:29.696Z] provisioning config files... [2023-04-26T11:11:29.704Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config14847883492855879914tmp [Pipeline] { [Pipeline] sh [2023-04-26T11:11:30.050Z] + set +x [2023-04-26T11:11:30.050Z] + bash -s -- [2023-04-26T11:11:30.050Z] + curl -s https://codecov.io/bash [2023-04-26T11:11:30.050Z] [2023-04-26T11:11:30.050Z] _____ _ [2023-04-26T11:11:30.050Z] / ____| | | [2023-04-26T11:11:30.050Z] | | ___ __| | ___ ___ _____ __ [2023-04-26T11:11:30.050Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-26T11:11:30.050Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-26T11:11:30.050Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-26T11:11:30.050Z] Bash-1.0.6 [2023-04-26T11:11:30.050Z] [2023-04-26T11:11:30.050Z] [2023-04-26T11:11:30.050Z] ==> git version 2.25.1 found [2023-04-26T11:11:30.050Z] ==> 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-26T11:11:30.050Z] Release-Date: 2020-01-08 [2023-04-26T11:11:30.050Z] 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-26T11:11:30.050Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-26T11:11:30.050Z] ==> Jenkins CI detected. [2023-04-26T11:11:30.050Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-213 [2023-04-26T11:11:30.050Z] project root: . [2023-04-26T11:11:30.050Z] --> token set from env [2023-04-26T11:11:30.050Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-26T11:11:30.050Z] ==> Running gcov in . (disable via -X gcov) [2023-04-26T11:11:30.050Z] ==> Python coveragepy not found [2023-04-26T11:11:30.050Z] ==> Searching for coverage reports in: [2023-04-26T11:11:30.050Z] + . [2023-04-26T11:11:30.311Z] -> Found 1 reports [2023-04-26T11:11:30.311Z] ==> Detecting git/mercurial file structure [2023-04-26T11:11:30.311Z] ==> Reading reports [2023-04-26T11:11:30.311Z] + ./coverage.out bytes=458038 [2023-04-26T11:11:30.311Z] ==> Appending adjustments [2023-04-26T11:11:30.311Z] https://docs.codecov.io/docs/fixing-reports [2023-04-26T11:11:30.571Z] + Found adjustments [2023-04-26T11:11:30.571Z] ==> Gzipping contents [2023-04-26T11:11:30.571Z] 52K /tmp/codecov.ZnjiHN.gz [2023-04-26T11:11:30.571Z] ==> Uploading reports [2023-04-26T11:11:30.571Z] url: https://codecov.io [2023-04-26T11:11:30.571Z] query: branch=PR-213&commit=8df8d08ef680d3e6759f4499028696817167db5f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=213&job=&cmd_args= [2023-04-26T11:11:30.571Z] -> Pinging Codecov [2023-04-26T11:11:30.572Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-213&commit=8df8d08ef680d3e6759f4499028696817167db5f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=213&job=&cmd_args= [2023-04-26T11:11:30.572Z] -> Uploading to [2023-04-26T11:11:30.572Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-26/581DD39554BDF9B6E22D074273EAD858/8df8d08ef680d3e6759f4499028696817167db5f/4e5af407-e288-4459-b56d-782a4e6f9547.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T111130Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1252bbb615615470cd38dee901ec7fb9dec9af00c3b94216adcb144f9984aa47 [2023-04-26T11:11:30.572Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T11:11:30.572Z] Dload Upload Total Spent Left Speed [2023-04-26T11:11:30.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50500 0 0 100 50500 0 201k --:--:-- --:--:-- --:--:-- 201k [2023-04-26T11:11:30.831Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] } [2023-04-26T11:11:30.854Z] 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-26T11:11:32.673Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-213/archives ] [2023-04-26T11:11:32.673Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-213/archives [2023-04-26T11:11:32.673Z] total 16 [2023-04-26T11:11:32.673Z] drwxr-xr-x 3 root root 4096 Apr 26 11:02 . [2023-04-26T11:11:32.673Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 26 11:02 .. [2023-04-26T11:11:32.673Z] drwxr-xr-x 2 root root 4096 Apr 26 11:02 cost [2023-04-26T11:11:32.673Z] -rw-r--r-- 1 root root 91 Apr 26 11:02 cost.csv [2023-04-26T11:11:32.673Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-213/archives [2023-04-26T11:11:32.673Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-213/archives [2023-04-26T11:11:32.673Z] total 16 [2023-04-26T11:11:32.673Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 11:02 . [2023-04-26T11:11:32.673Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 26 11:02 .. [2023-04-26T11:11:32.673Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 11:02 cost [2023-04-26T11:11:32.673Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 26 11:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:33.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:33.893Z] ---> package-listing.sh [2023-04-26T11:11:33.893Z] ++ facter osfamily [2023-04-26T11:11:33.893Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-26T11:11:34.152Z] + OS_FAMILY=debian [2023-04-26T11:11:34.152Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-213 [2023-04-26T11:11:34.152Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-26T11:11:34.152Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-26T11:11:34.152Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-26T11:11:34.152Z] + PACKAGES=/tmp/packages_start.txt [2023-04-26T11:11:34.152Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-213 ']' [2023-04-26T11:11:34.152Z] + PACKAGES=/tmp/packages_end.txt [2023-04-26T11:11:34.152Z] + case "${OS_FAMILY}" in [2023-04-26T11:11:34.152Z] + dpkg -l [2023-04-26T11:11:34.152Z] + grep '^ii' [2023-04-26T11:11:34.152Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-26T11:11:34.152Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-26T11:11:34.152Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-26T11:11:34.152Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-213 ']' [2023-04-26T11:11:34.152Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-213/archives/ [2023-04-26T11:11:34.152Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-213/archives/ [Pipeline] echo [2023-04-26T11:11:34.186Z] 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-213/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-26T11:11:34.483Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T11:11:35.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T11:11:35.109Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T11:11:35.251Z] prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container [2023-04-26T11:11:35.284Z] $ 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-213/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-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-26T11:11:35.474Z] $ docker top 6c5516553db54e0b73c87b0ee74183e6f59d7c6a157ff4c05001eb27d72175c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T11:11:35.856Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-26T11:11:36.166Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-26T11:11:36.491Z] + ls /var/log/sa-host [2023-04-26T11:11:36.491Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T11:11:36.717Z] provisioning config files... [2023-04-26T11:11:36.725Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config862567893310992239tmp [Pipeline] { [Pipeline] echo [2023-04-26T11:11:36.772Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:37.083Z] ---> create-netrc.sh [Pipeline] } [2023-04-26T11:11:37.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:37.512Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-26T11:11:37.547Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:37.861Z] ---> sudo-logs.sh [2023-04-26T11:11:37.861Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-26T11:11:37.942Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:38.249Z] ---> job-cost.sh [2023-04-26T11:11:38.249Z] lf-activate-venv: SKIPPING [2023-04-26T11:11:38.249Z] DEBUG: total: 0.2199999988079071 [2023-04-26T11:11:38.249Z] INFO: Retrieving Stack Cost... [2023-04-26T11:11:38.817Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T11:11:39.385Z] INFO: Archiving Costs [Pipeline] echo [2023-04-26T11:11:39.422Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T11:11:39.739Z] ---> logs-deploy.sh [2023-04-26T11:11:39.739Z] lf-activate-venv: SKIPPING [2023-04-26T11:11:39.739Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-213/1 [2023-04-26T11:11:39.739Z] INFO: archiving workspace using pattern(s): [2023-04-26T11:11:40.675Z] Archives upload complete. [2023-04-26T11:11:40.934Z] INFO: archiving logs to Nexus [2023-04-26T11:11:41.504Z] ---> uname -a: [2023-04-26T11:11:41.504Z] Linux prd-ubuntu20-04-docker-8c-8g-10984 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-26T11:11:41.504Z] [2023-04-26T11:11:41.504Z] [2023-04-26T11:11:41.504Z] ---> lscpu: [2023-04-26T11:11:41.504Z] Architecture: x86_64 [2023-04-26T11:11:41.504Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-26T11:11:41.504Z] Byte Order: Little Endian [2023-04-26T11:11:41.504Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-26T11:11:41.504Z] CPU(s): 8 [2023-04-26T11:11:41.504Z] On-line CPU(s) list: 0-7 [2023-04-26T11:11:41.504Z] Thread(s) per core: 1 [2023-04-26T11:11:41.505Z] Core(s) per socket: 1 [2023-04-26T11:11:41.505Z] Socket(s): 8 [2023-04-26T11:11:41.505Z] NUMA node(s): 1 [2023-04-26T11:11:41.505Z] Vendor ID: AuthenticAMD [2023-04-26T11:11:41.505Z] CPU family: 23 [2023-04-26T11:11:41.505Z] Model: 49 [2023-04-26T11:11:41.505Z] Model name: AMD EPYC-Rome Processor [2023-04-26T11:11:41.505Z] Stepping: 0 [2023-04-26T11:11:41.505Z] CPU MHz: 2799.998 [2023-04-26T11:11:41.505Z] BogoMIPS: 5599.99 [2023-04-26T11:11:41.505Z] Virtualization: AMD-V [2023-04-26T11:11:41.505Z] Hypervisor vendor: KVM [2023-04-26T11:11:41.505Z] Virtualization type: full [2023-04-26T11:11:41.505Z] L1d cache: 256 KiB [2023-04-26T11:11:41.505Z] L1i cache: 256 KiB [2023-04-26T11:11:41.505Z] L2 cache: 4 MiB [2023-04-26T11:11:41.505Z] L3 cache: 128 MiB [2023-04-26T11:11:41.505Z] NUMA node0 CPU(s): 0-7 [2023-04-26T11:11:41.505Z] Vulnerability Itlb multihit: Not affected [2023-04-26T11:11:41.505Z] Vulnerability L1tf: Not affected [2023-04-26T11:11:41.505Z] Vulnerability Mds: Not affected [2023-04-26T11:11:41.505Z] Vulnerability Meltdown: Not affected [2023-04-26T11:11:41.505Z] Vulnerability Mmio stale data: Not affected [2023-04-26T11:11:41.505Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-26T11:11:41.505Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-26T11:11:41.505Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-26T11:11:41.505Z] Vulnerability Srbds: Not affected [2023-04-26T11:11:41.505Z] Vulnerability Tsx async abort: Not affected [2023-04-26T11:11:41.505Z] 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-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] ---> nproc: [2023-04-26T11:11:41.505Z] 8 [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] ---> df -h: [2023-04-26T11:11:41.505Z] Filesystem Size Used Avail Use% Mounted on [2023-04-26T11:11:41.505Z] overlay 155G 12G 144G 8% / [2023-04-26T11:11:41.505Z] tmpfs 64M 0 64M 0% /dev [2023-04-26T11:11:41.505Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-26T11:11:41.505Z] shm 64M 0 64M 0% /dev/shm [2023-04-26T11:11:41.505Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] ---> sar -b -r -n DEV: [2023-04-26T11:11:41.505Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10984) 04/26/23 _x86_64_ (8 CPU) [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] 10:59:08 LINUX RESTART (8 CPU) [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] 11:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-26T11:11:41.505Z] 11:01:01 129.08 1.15 127.93 0.00 42.70 49416.71 0.00 [2023-04-26T11:11:41.505Z] 11:02:01 136.66 0.30 136.36 0.00 25.86 33653.06 0.00 [2023-04-26T11:11:41.505Z] 11:03:01 111.53 0.10 111.43 0.00 13.46 34457.45 0.00 [2023-04-26T11:11:41.505Z] 11:04:01 2.38 0.00 2.38 0.00 0.00 27.47 0.00 [2023-04-26T11:11:41.505Z] 11:05:01 38.69 11.86 26.83 0.00 5430.16 6255.76 0.00 [2023-04-26T11:11:41.505Z] 11:06:01 4.18 1.65 2.53 0.00 37.73 28.13 0.00 [2023-04-26T11:11:41.505Z] 11:07:01 3.53 1.02 2.52 0.00 21.86 31.99 0.00 [2023-04-26T11:11:41.505Z] 11:08:01 1.85 0.00 1.85 0.00 0.00 20.00 0.00 [2023-04-26T11:11:41.505Z] 11:09:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 [2023-04-26T11:11:41.505Z] 11:10:01 2.58 0.00 2.58 0.00 0.00 41.33 0.00 [2023-04-26T11:11:41.505Z] 11:11:01 1.40 0.00 1.40 0.00 0.00 14.66 0.00 [2023-04-26T11:11:41.505Z] Average: 39.22 1.46 37.76 0.00 507.21 11211.16 0.00 [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] 11:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-26T11:11:41.505Z] 11:01:01 28100308 31561504 739488 2.25 126776 3522692 2031068 5.99 1179076 3142676 341232 [2023-04-26T11:11:41.505Z] 11:02:01 28215824 31391036 901256 2.74 148652 3218900 2152412 6.34 1392044 2808716 9960 [2023-04-26T11:11:41.505Z] 11:03:01 27654976 31567252 725708 2.21 158300 3901192 1764296 5.20 1259436 3454108 340 [2023-04-26T11:11:41.505Z] 11:04:01 27655012 31567432 725164 2.21 158352 3901188 1764296 5.20 1259932 3454108 28 [2023-04-26T11:11:41.505Z] 11:05:01 27288504 31556640 727456 2.21 166456 4233840 1833324 5.40 1486900 3567268 132 [2023-04-26T11:11:41.505Z] 11:06:01 27282472 31552972 730904 2.22 166552 4234968 1833324 5.40 1494800 3567608 8 [2023-04-26T11:11:41.505Z] 11:07:01 27283172 31554836 728932 2.22 166680 4235580 1810136 5.33 1490448 3568156 8 [2023-04-26T11:11:41.505Z] 11:08:01 27283500 31555212 728332 2.21 166732 4235584 1810136 5.33 1490140 3568160 0 [2023-04-26T11:11:41.505Z] 11:09:01 27282984 31555328 728508 2.22 166764 4235584 1810136 5.33 1489652 3568716 8 [2023-04-26T11:11:41.505Z] 11:10:01 27282676 31555144 728580 2.22 166908 4235576 1810136 5.33 1489940 3568708 8 [2023-04-26T11:11:41.505Z] 11:11:01 27282572 31555164 728536 2.22 167004 4235568 1810136 5.33 1489976 3568712 8 [2023-04-26T11:11:41.505Z] Average: 27510182 31542956 744806 2.27 159925 4017334 1857218 5.47 1411122 3439721 31976 [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] 11:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-26T11:11:41.505Z] 11:01:01 docker0 198.47 340.65 15.71 2020.67 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:01:01 lo 2.71 2.71 0.27 0.27 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:01:01 ens3 498.78 290.04 6346.42 38.94 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:02:01 docker0 1.27 2.88 0.08 42.49 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:02:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:02:01 vethd2ed4cc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:02:01 ens3 52.76 51.61 83.15 99.34 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:03:01 docker0 1.48 3.37 0.09 43.01 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:03:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:03:01 ens3 103.12 64.23 2580.02 13.42 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:04:01 ens3 1.82 1.20 2.02 0.51 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:05:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:05:01 ens3 84.89 34.49 1949.18 2.69 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:06:01 ens3 8.03 6.98 5.34 5.99 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:08:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:09:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:10:01 ens3 0.30 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] 11:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] Average: docker0 18.02 31.07 1.42 188.69 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] Average: lo 0.55 0.55 0.05 0.05 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] Average: ens3 67.52 40.43 988.82 14.60 0.00 0.00 0.00 0.00 [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] ---> sar -P ALL: [2023-04-26T11:11:41.505Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10984) 04/26/23 _x86_64_ (8 CPU) [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] 10:59:08 LINUX RESTART (8 CPU) [2023-04-26T11:11:41.505Z] [2023-04-26T11:11:41.505Z] 11:00:02 CPU %user %nice %system %iowait %steal %idle [2023-04-26T11:11:41.505Z] 11:01:01 all 7.34 0.00 3.37 2.61 0.12 86.55 [2023-04-26T11:11:41.505Z] 11:01:01 0 6.68 0.00 3.48 6.84 0.05 82.95 [2023-04-26T11:11:41.505Z] 11:01:01 1 7.17 0.00 3.75 0.07 0.05 88.96 [2023-04-26T11:11:41.505Z] 11:01:01 2 6.70 0.00 2.82 2.20 0.05 88.23 [2023-04-26T11:11:41.505Z] 11:01:01 3 9.15 0.00 3.21 0.36 0.05 87.23 [2023-04-26T11:11:41.505Z] 11:01:01 4 8.62 0.00 2.76 0.58 0.09 87.95 [2023-04-26T11:11:41.505Z] 11:01:01 5 7.39 0.00 3.62 7.78 0.05 81.15 [2023-04-26T11:11:41.505Z] 11:01:01 6 6.67 0.00 3.20 1.88 0.07 88.18 [2023-04-26T11:11:41.505Z] 11:01:01 7 6.36 0.00 4.15 1.17 0.55 87.77 [2023-04-26T11:11:41.505Z] 11:02:01 all 32.39 0.00 5.81 1.80 0.08 59.92 [2023-04-26T11:11:41.505Z] 11:02:01 0 33.06 0.00 6.12 8.01 0.08 52.72 [2023-04-26T11:11:41.505Z] 11:02:01 1 32.50 0.00 5.97 0.29 0.08 61.16 [2023-04-26T11:11:41.505Z] 11:02:01 2 32.43 0.00 5.10 0.54 0.07 61.87 [2023-04-26T11:11:41.505Z] 11:02:01 3 33.28 0.00 5.94 0.05 0.08 60.65 [2023-04-26T11:11:41.505Z] 11:02:01 4 31.60 0.00 5.72 0.34 0.08 62.26 [2023-04-26T11:11:41.505Z] 11:02:01 5 33.28 0.00 5.18 2.33 0.08 59.13 [2023-04-26T11:11:41.505Z] 11:02:01 6 31.58 0.00 6.31 1.72 0.07 60.32 [2023-04-26T11:11:41.505Z] 11:02:01 7 31.42 0.00 6.12 1.15 0.08 61.23 [2023-04-26T11:11:41.505Z] 11:03:01 all 15.49 0.00 3.39 2.52 0.07 78.54 [2023-04-26T11:11:41.505Z] 11:03:01 0 13.64 0.00 2.62 5.58 0.03 78.12 [2023-04-26T11:11:41.505Z] 11:03:01 1 15.43 0.00 4.19 4.27 0.05 76.06 [2023-04-26T11:11:41.505Z] 11:03:01 2 15.75 0.00 3.33 0.05 0.05 80.82 [2023-04-26T11:11:41.505Z] 11:03:01 3 15.46 0.00 3.08 0.39 0.05 81.02 [2023-04-26T11:11:41.505Z] 11:03:01 4 15.85 0.00 2.96 0.05 0.05 81.09 [2023-04-26T11:11:41.505Z] 11:03:01 5 16.67 0.00 3.45 0.65 0.05 79.17 [2023-04-26T11:11:41.505Z] 11:03:01 6 15.59 0.00 4.24 9.15 0.20 70.82 [2023-04-26T11:11:41.505Z] 11:03:01 7 15.52 0.00 3.22 0.03 0.05 81.18 [2023-04-26T11:11:41.505Z] 11:04:01 all 0.24 0.00 0.01 0.00 0.00 99.73 [2023-04-26T11:11:41.505Z] 11:04:01 0 1.78 0.00 0.02 0.02 0.00 98.19 [2023-04-26T11:11:41.505Z] 11:04:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-04-26T11:11:41.505Z] 11:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:04:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2023-04-26T11:11:41.506Z] 11:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:04:01 7 0.10 0.00 0.03 0.00 0.02 99.85 [2023-04-26T11:11:41.506Z] 11:05:01 all 1.34 0.00 0.61 0.48 0.01 97.56 [2023-04-26T11:11:41.506Z] 11:05:01 0 1.59 0.00 0.38 1.06 0.02 96.95 [2023-04-26T11:11:41.506Z] 11:05:01 1 1.08 0.00 1.20 1.70 0.00 96.01 [2023-04-26T11:11:41.506Z] 11:05:01 2 0.62 0.00 0.33 0.33 0.02 98.70 [2023-04-26T11:11:41.506Z] 11:05:01 3 1.32 0.00 0.50 0.03 0.00 98.15 [2023-04-26T11:11:41.506Z] 11:05:01 4 0.70 0.00 0.47 0.32 0.02 98.50 [2023-04-26T11:11:41.506Z] 11:05:01 5 1.42 0.00 0.63 0.07 0.00 97.88 [2023-04-26T11:11:41.506Z] 11:05:01 6 1.52 0.00 0.60 0.28 0.00 97.60 [2023-04-26T11:11:41.506Z] 11:05:01 7 2.49 0.00 0.75 0.07 0.02 96.67 [2023-04-26T11:11:41.506Z] 11:06:01 all 0.30 0.00 0.03 0.01 0.01 99.65 [2023-04-26T11:11:41.506Z] 11:06:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:06:01 1 1.32 0.00 0.02 0.02 0.02 98.63 [2023-04-26T11:11:41.506Z] 11:06:01 2 0.27 0.00 0.03 0.03 0.00 99.67 [2023-04-26T11:11:41.506Z] 11:06:01 3 0.17 0.00 0.02 0.02 0.02 99.78 [2023-04-26T11:11:41.506Z] 11:06:01 4 0.35 0.00 0.05 0.00 0.02 99.58 [2023-04-26T11:11:41.506Z] 11:06:01 5 0.22 0.00 0.05 0.00 0.00 99.73 [2023-04-26T11:11:41.506Z] 11:06:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:06:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2023-04-26T11:11:41.506Z] 11:07:01 all 0.07 0.00 0.03 0.01 0.00 99.89 [2023-04-26T11:11:41.506Z] 11:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:07:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:07:01 4 0.10 0.00 0.03 0.00 0.00 99.87 [2023-04-26T11:11:41.506Z] 11:07:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2023-04-26T11:11:41.506Z] 11:07:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:07:01 7 0.25 0.00 0.05 0.05 0.00 99.65 [2023-04-26T11:11:41.506Z] 11:08:01 all 0.02 0.00 0.00 0.01 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:08:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:08:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:08:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2023-04-26T11:11:41.506Z] 11:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:09:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-04-26T11:11:41.506Z] 11:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:09:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-04-26T11:11:41.506Z] 11:09:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:09:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-26T11:11:41.506Z] 11:10:01 all 0.05 0.00 0.01 0.01 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:10:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:10:01 1 0.27 0.00 0.00 0.03 0.00 99.70 [2023-04-26T11:11:41.506Z] 11:10:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] 11:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:11:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-04-26T11:11:41.506Z] 11:11:01 0 0.00 0.00 0.00 0.03 0.02 99.95 [2023-04-26T11:11:41.506Z] 11:11:01 1 0.13 0.00 0.02 0.00 0.00 99.85 [2023-04-26T11:11:41.506Z] 11:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2023-04-26T11:11:41.506Z] 11:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:11:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-26T11:11:41.506Z] 11:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-26T11:11:41.506Z] 11:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-26T11:11:41.506Z] 11:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-26T11:11:41.506Z] [2023-04-26T11:11:41.506Z] Average: CPU %user %nice %system %iowait %steal %idle [2023-04-26T11:11:41.506Z] Average: all 5.17 0.00 1.20 0.67 0.03 92.94 [2023-04-26T11:11:41.506Z] Average: 0 5.13 0.00 1.14 1.95 0.02 91.76 [2023-04-26T11:11:41.506Z] Average: 1 5.24 0.00 1.37 0.58 0.02 92.79 [2023-04-26T11:11:41.506Z] Average: 2 5.05 0.00 1.06 0.28 0.02 93.60 [2023-04-26T11:11:41.506Z] Average: 3 5.36 0.00 1.15 0.08 0.02 93.39 [2023-04-26T11:11:41.506Z] Average: 4 5.19 0.00 1.09 0.12 0.03 93.58 [2023-04-26T11:11:41.506Z] Average: 5 5.33 0.00 1.17 0.97 0.02 92.52 [2023-04-26T11:11:41.506Z] Average: 6 5.00 0.00 1.30 1.17 0.03 92.50 [2023-04-26T11:11:41.506Z] Average: 7 5.06 0.00 1.29 0.22 0.07 93.36 [2023-04-26T11:11:41.506Z] [2023-04-26T11:11:41.506Z] [2023-04-26T11:11:41.506Z]