Pull request #215 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f+6e4500d7246dada94f826fd10aec60271f103086 (259c86b1aab8e95d3ad717d99d35c0e4564062f5) 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-ssh1662005806954643243.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-ssh10350740833636416716.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-215/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-215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9151192691240461091.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-215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9657587508224381656.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-ssh8755811804042740169.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-215/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-215/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16904704074116246240.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-11885 in /w/workspace/undry_device-rfid-llrp-go_PR-215 [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-215 # 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/215/head:refs/remotes/origin/PR-215 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6e4500d7246dada94f826fd10aec60271f103086 into PR head commit 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f Merge succeeded, producing 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f Checking out Revision 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f (PR-215) 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-27T10:59:31.912Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f # 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 6e4500d7246dada94f826fd10aec60271f103086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-27T10:59:32.097Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-27T10:59:32.208Z] ========================================================= [2023-04-27T10:59:32.208Z] EdgeX Global Pipelines Version Info [2023-04-27T10:59:32.208Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-27T10:59:32.947Z] ------------------- [2023-04-27T10:59:32.947Z] stable info: [2023-04-27T10:59:32.947Z] ------------------- [2023-04-27T10:59:32.947Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-27T10:59:32.947Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T10:59:32.947Z] Message: update stable to v1.0.248 [2023-04-27T10:59:33.519Z] ------------------- [2023-04-27T10:59:33.519Z] experimental info: [2023-04-27T10:59:33.519Z] ------------------- [2023-04-27T10:59:33.519Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-27T10:59:33.519Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T10:59:33.519Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-27T10:59:33.834Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-04-27T10:59:33.876Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-04-27T10:59:33.923Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-27T10:59:33.981Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-27T10:59:34.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-27T10:59:34.063Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-27T10:59:34.109Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-27T10:59:34.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-27T10:59:34.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-27T10:59:34.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-27T10:59:34.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-27T10:59:34.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-04-27T10:59:34.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-27T10:59:34.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-27T10:59:34.439Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-27T10:59:34.481Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-27T10:59:34.522Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-27T10:59:34.564Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-27T10:59:34.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-27T10:59:34.649Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-27T10:59:34.691Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-27T10:59:34.735Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-27T10:59:34.777Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-27T10:59:34.823Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-27T10:59:34.866Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-27T10:59:34.909Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-27T10:59:34.950Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-27T10:59:34.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-215 [Pipeline] echo [2023-04-27T10:59:35.026Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-215 [Pipeline] echo [2023-04-27T10:59:35.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-215 [Pipeline] echo [2023-04-27T10:59:35.100Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [Pipeline] echo [2023-04-27T10:59:35.137Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46e7a97 [Pipeline] echo [2023-04-27T10:59:35.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T10:59:35.291Z] provisioning config files... [2023-04-27T10:59:35.304Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/config11014884700301919541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T10:59:35.645Z] ---> docker-login.sh [2023-04-27T10:59:35.646Z] nexus3.edgexfoundry.org:10001 [2023-04-27T10:59:35.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:35.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:35.905Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:35.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:35.905Z] [2023-04-27T10:59:35.905Z] Login Succeeded [2023-04-27T10:59:35.905Z] nexus3.edgexfoundry.org:10002 [2023-04-27T10:59:36.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:36.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:36.166Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:36.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:36.166Z] [2023-04-27T10:59:36.166Z] Login Succeeded [2023-04-27T10:59:36.166Z] nexus3.edgexfoundry.org:10003 [2023-04-27T10:59:36.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:36.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:36.166Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:36.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:36.166Z] [2023-04-27T10:59:36.166Z] Login Succeeded [2023-04-27T10:59:36.166Z] nexus3.edgexfoundry.org:10004 [2023-04-27T10:59:36.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:36.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:36.426Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:36.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:36.426Z] [2023-04-27T10:59:36.426Z] Login Succeeded [2023-04-27T10:59:36.426Z] docker.io [2023-04-27T10:59:36.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:36.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:36.687Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:36.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:36.687Z] [2023-04-27T10:59:36.687Z] Login Succeeded [2023-04-27T10:59:36.687Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T10:59:36.720Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-27T10:59:37.346Z] + git rev-list -1 --merges 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f~1..46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [Pipeline] echo [2023-04-27T10:59:37.406Z] -----------> git rev-list -1 --merges 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f~1..46e7a9745eeb89092f9e8f9a09d47cf4f75d058f 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [false] [Pipeline] sh [2023-04-27T10:59:37.720Z] + git log --format=format:%s -1 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [Pipeline] echo [2023-04-27T10:59:37.759Z] ========================================================= [2023-04-27T10:59:37.759Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-27T10:59:37.759Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T10:59:38.186Z] + git log --format=format:%s -1 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [Pipeline] echo [2023-04-27T10:59:38.219Z] [semverPrep] GIT_COMMIT: 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-27T10:59:38.245Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-27T10:59:38.635Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-27T10:59:38.635Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-27T10:59:38.635Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-27T10:59:38.635Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-27T10:59:38.635Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-27T10:59:38.635Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-27T10:59:38.635Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T10:59:39.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T10:59:39.126Z] [2023-04-27T10:59:39.126Z] 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-27T10:59:39.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T10:59:39.521Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-27T10:59:39.521Z] b85a868b505f: Pulling fs layer [2023-04-27T10:59:39.521Z] e2be974225ed: Pulling fs layer [2023-04-27T10:59:39.521Z] 339a4e72a1f5: Pulling fs layer [2023-04-27T10:59:39.521Z] 988bab9f4d93: Pulling fs layer [2023-04-27T10:59:39.521Z] 1469e6f7b9e6: Pulling fs layer [2023-04-27T10:59:39.521Z] eaf3925da568: Pulling fs layer [2023-04-27T10:59:39.521Z] bab4dde63d76: Pulling fs layer [2023-04-27T10:59:39.521Z] bde34c3a00c8: Pulling fs layer [2023-04-27T10:59:39.521Z] b352a97aabf1: Pulling fs layer [2023-04-27T10:59:39.521Z] 4872d77fe225: Pulling fs layer [2023-04-27T10:59:39.521Z] 5851b861e8e6: Pulling fs layer [2023-04-27T10:59:39.521Z] 988bab9f4d93: Waiting [2023-04-27T10:59:39.521Z] eaf3925da568: Waiting [2023-04-27T10:59:39.521Z] 1469e6f7b9e6: Waiting [2023-04-27T10:59:39.521Z] bab4dde63d76: Waiting [2023-04-27T10:59:39.521Z] 4872d77fe225: Waiting [2023-04-27T10:59:39.521Z] 5851b861e8e6: Waiting [2023-04-27T10:59:39.521Z] bde34c3a00c8: Waiting [2023-04-27T10:59:39.521Z] b352a97aabf1: Waiting [2023-04-27T10:59:39.521Z] e2be974225ed: Verifying Checksum [2023-04-27T10:59:39.521Z] e2be974225ed: Download complete [2023-04-27T10:59:39.521Z] 988bab9f4d93: Verifying Checksum [2023-04-27T10:59:39.521Z] 988bab9f4d93: Download complete [2023-04-27T10:59:39.521Z] 1469e6f7b9e6: Verifying Checksum [2023-04-27T10:59:39.521Z] 1469e6f7b9e6: Download complete [2023-04-27T10:59:39.521Z] eaf3925da568: Verifying Checksum [2023-04-27T10:59:39.521Z] eaf3925da568: Download complete [2023-04-27T10:59:39.781Z] 339a4e72a1f5: Verifying Checksum [2023-04-27T10:59:39.781Z] 339a4e72a1f5: Download complete [2023-04-27T10:59:39.781Z] bde34c3a00c8: Verifying Checksum [2023-04-27T10:59:39.781Z] bde34c3a00c8: Download complete [2023-04-27T10:59:39.781Z] b352a97aabf1: Verifying Checksum [2023-04-27T10:59:39.781Z] b352a97aabf1: Download complete [2023-04-27T10:59:39.781Z] 4872d77fe225: Verifying Checksum [2023-04-27T10:59:39.781Z] 4872d77fe225: Download complete [2023-04-27T10:59:39.781Z] 5851b861e8e6: Download complete [2023-04-27T10:59:39.781Z] b85a868b505f: Verifying Checksum [2023-04-27T10:59:39.781Z] b85a868b505f: Download complete [2023-04-27T10:59:40.040Z] bab4dde63d76: Verifying Checksum [2023-04-27T10:59:40.041Z] bab4dde63d76: Download complete [2023-04-27T10:59:40.978Z] b85a868b505f: Pull complete [2023-04-27T10:59:41.239Z] e2be974225ed: Pull complete [2023-04-27T10:59:41.499Z] 339a4e72a1f5: Pull complete [2023-04-27T10:59:41.760Z] 988bab9f4d93: Pull complete [2023-04-27T10:59:42.019Z] 1469e6f7b9e6: Pull complete [2023-04-27T10:59:42.019Z] eaf3925da568: Pull complete [2023-04-27T10:59:43.925Z] bab4dde63d76: Pull complete [2023-04-27T10:59:43.925Z] bde34c3a00c8: Pull complete [2023-04-27T10:59:43.925Z] b352a97aabf1: Pull complete [2023-04-27T10:59:43.925Z] 4872d77fe225: Pull complete [2023-04-27T10:59:43.925Z] 5851b861e8e6: Pull complete [2023-04-27T10:59:43.925Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-27T10:59:43.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T10:59:43.925Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T10:59:44.175Z] prd-ubuntu20.04-docker-8c-8g-11885 does not seem to be running inside a container [2023-04-27T10:59:44.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-215 -v /w/workspace/undry_device-rfid-llrp-go_PR-215:/w/workspace/undry_device-rfid-llrp-go_PR-215:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-27T10:59:46.179Z] $ docker top 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb -eo pid,comm [2023-04-27T10:59:46.230Z] 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-27T10:59:46.230Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-27T10:59:46.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-27T10:59:46.369Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-27T10:59:46.484Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-27T10:59:46.496Z] $ docker exec 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb ssh-agent [2023-04-27T10:59:46.608Z] SSH_AUTH_SOCK=/tmp/ssh-ZaECLWctblRg/agent.32 [2023-04-27T10:59:46.608Z] SSH_AGENT_PID=38 [2023-04-27T10:59:46.614Z] Running ssh-add (command line suppressed) [2023-04-27T10:59:46.715Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/private_key_5410233341373020060.key (/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/private_key_5410233341373020060.key) [2023-04-27T10:59:46.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-27T10:59:47.057Z] + git tag --points-at HEAD [Pipeline] } [2023-04-27T10:59:47.091Z] $ docker exec --env ******** --env ******** 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb ssh-agent -k [2023-04-27T10:59:47.181Z] unset SSH_AUTH_SOCK; [2023-04-27T10:59:47.182Z] unset SSH_AGENT_PID; [2023-04-27T10:59:47.182Z] echo Agent pid 38 killed; [2023-04-27T10:59:47.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-27T10:59:47.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-27T10:59:47.284Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-27T10:59:47.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-27T10:59:47.417Z] $ docker exec 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb ssh-agent [2023-04-27T10:59:47.520Z] SSH_AUTH_SOCK=/tmp/ssh-VX18Rf5K526G/agent.70 [2023-04-27T10:59:47.520Z] SSH_AGENT_PID=76 [2023-04-27T10:59:47.526Z] Running ssh-add (command line suppressed) [2023-04-27T10:59:47.635Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/private_key_5048439950417091674.key (/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/private_key_5048439950417091674.key) [2023-04-27T10:59:47.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-27T10:59:47.978Z] + git semver init [2023-04-27T10:59:48.237Z] 2023-04-27 10:59:48,183 [run_init] DEBUG init version:0.0.0 force:False [2023-04-27T10:59:48.237Z] 2023-04-27 10:59:48,183 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-215/.semver [2023-04-27T10:59:48.237Z] 2023-04-27 10:59:48,184 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-215/.semver [2023-04-27T10:59:48.237Z] 2023-04-27 10:59:48,184 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-215/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-215, universal_newlines=False, shell=None, istream=None) [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:48,998 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-215/.git/info/exclude [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:48,998 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-215/.semver/PR-215 with force:False [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:48,999 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-215/.semver/PR-215 [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:49,003 [execute] INFO git cat-file --batch-check [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:49,003 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-215/.semver, universal_newlines=False, shell=None, istream=) [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:49,009 [execute] INFO git cat-file --batch [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:49,009 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-215/.semver, universal_newlines=False, shell=None, istream=) [2023-04-27T10:59:49.185Z] 2023-04-27 10:59:49,013 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-215/.semver/PR-215 [2023-04-27T10:59:49.185Z] 0.0.0 [Pipeline] } [2023-04-27T10:59:49.236Z] $ docker exec --env ******** --env ******** 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb ssh-agent -k [2023-04-27T10:59:49.326Z] unset SSH_AUTH_SOCK; [2023-04-27T10:59:49.329Z] unset SSH_AGENT_PID; [2023-04-27T10:59:49.330Z] echo Agent pid 76 killed; [2023-04-27T10:59:49.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-27T10:59:49.774Z] + git semver [Pipeline] } [2023-04-27T10:59:50.061Z] $ docker stop --time=1 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb [2023-04-27T10:59:51.345Z] $ docker rm -f --volumes 25e4d97e4ce59335b5ccbf0ffdc303824a52b75099f19d30cf0742945d2977bb [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T10:59:51.737Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-27T10:59:52.003Z] Stashed 1 file(s) [Pipeline] echo [2023-04-27T10:59:52.029Z] [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-27T10:59:52.683Z] provisioning config files... [2023-04-27T10:59:52.693Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/config4818146869493543317tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T10:59:53.051Z] ---> docker-login.sh [2023-04-27T10:59:53.051Z] nexus3.edgexfoundry.org:10001 [2023-04-27T10:59:53.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:53.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:53.051Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:53.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:53.051Z] [2023-04-27T10:59:53.051Z] Login Succeeded [2023-04-27T10:59:53.051Z] nexus3.edgexfoundry.org:10002 [2023-04-27T10:59:53.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:53.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:53.051Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:53.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:53.051Z] [2023-04-27T10:59:53.051Z] Login Succeeded [2023-04-27T10:59:53.051Z] nexus3.edgexfoundry.org:10003 [2023-04-27T10:59:53.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:53.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:53.310Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:53.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:53.310Z] [2023-04-27T10:59:53.310Z] Login Succeeded [2023-04-27T10:59:53.310Z] nexus3.edgexfoundry.org:10004 [2023-04-27T10:59:53.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:53.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:53.310Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:53.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:53.310Z] [2023-04-27T10:59:53.310Z] Login Succeeded [2023-04-27T10:59:53.310Z] docker.io [2023-04-27T10:59:53.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T10:59:53.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T10:59:53.569Z] Configure a credential helper to remove this warning. See [2023-04-27T10:59:53.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T10:59:53.569Z] [2023-04-27T10:59:53.569Z] Login Succeeded [2023-04-27T10:59:53.569Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T10:59:53.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-27T10:59:53.823Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T10:59:53.860Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T10:59:53.899Z] ========================================================= [2023-04-27T10:59:53.899Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-27T10:59:53.899Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T10:59:54.381Z] + 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-27T10:59:54.381Z] Sending build context to Docker daemon 4.226MB [2023-04-27T10:59:54.381Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T10:59:54.381Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-27T10:59:54.381Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-27T10:59:54.381Z] f56be85fc22e: Pulling fs layer [2023-04-27T10:59:54.381Z] 85791d961cd3: Pulling fs layer [2023-04-27T10:59:54.381Z] d694b5ae8c79: Pulling fs layer [2023-04-27T10:59:54.381Z] 9f32a84ed3da: Pulling fs layer [2023-04-27T10:59:54.381Z] 4d19c01a9841: Pulling fs layer [2023-04-27T10:59:54.381Z] 9325e15d5711: Pulling fs layer [2023-04-27T10:59:54.381Z] 556b6ee489ea: Pulling fs layer [2023-04-27T10:59:54.381Z] c5a4b2cf53e6: Pulling fs layer [2023-04-27T10:59:54.381Z] c5a4b2cf53e6: Waiting [2023-04-27T10:59:54.381Z] 556b6ee489ea: Waiting [2023-04-27T10:59:54.381Z] 9325e15d5711: Waiting [2023-04-27T10:59:54.381Z] 85791d961cd3: Verifying Checksum [2023-04-27T10:59:54.381Z] 85791d961cd3: Download complete [2023-04-27T10:59:54.381Z] 9f32a84ed3da: Verifying Checksum [2023-04-27T10:59:54.381Z] 9f32a84ed3da: Download complete [2023-04-27T10:59:54.381Z] 4d19c01a9841: Verifying Checksum [2023-04-27T10:59:54.381Z] 4d19c01a9841: Download complete [2023-04-27T10:59:54.381Z] f56be85fc22e: Verifying Checksum [2023-04-27T10:59:54.381Z] f56be85fc22e: Download complete [2023-04-27T10:59:54.644Z] 9325e15d5711: Verifying Checksum [2023-04-27T10:59:54.644Z] 9325e15d5711: Download complete [2023-04-27T10:59:54.644Z] f56be85fc22e: Pull complete [2023-04-27T10:59:54.908Z] 85791d961cd3: Pull complete [2023-04-27T10:59:55.167Z] c5a4b2cf53e6: Download complete [2023-04-27T10:59:55.167Z] d694b5ae8c79: Verifying Checksum [2023-04-27T10:59:55.167Z] d694b5ae8c79: Download complete [2023-04-27T10:59:55.426Z] 556b6ee489ea: Verifying Checksum [2023-04-27T10:59:55.426Z] 556b6ee489ea: Download complete [2023-04-27T10:59:58.718Z] d694b5ae8c79: Pull complete [2023-04-27T10:59:58.718Z] 9f32a84ed3da: Pull complete [2023-04-27T10:59:58.718Z] 4d19c01a9841: Pull complete [2023-04-27T10:59:58.718Z] 9325e15d5711: Pull complete [2023-04-27T11:00:01.248Z] 556b6ee489ea: Pull complete [2023-04-27T11:00:01.826Z] c5a4b2cf53e6: Pull complete [2023-04-27T11:00:01.826Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-27T11:00:01.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-27T11:00:01.826Z] ---> c4be618373d6 [2023-04-27T11:00:01.826Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-27T11:00:04.394Z] ---> Running in dadaad22eff6 [2023-04-27T11:00:04.394Z] Removing intermediate container dadaad22eff6 [2023-04-27T11:00:04.394Z] ---> 9f608b4a2181 [2023-04-27T11:00:04.394Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T11:00:04.394Z] ---> Running in 6cca247b829b [2023-04-27T11:00:04.655Z] Removing intermediate container 6cca247b829b [2023-04-27T11:00:04.655Z] ---> c43e579b30e4 [2023-04-27T11:00:04.655Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T11:00:04.655Z] ---> Running in 352d75be39e2 [2023-04-27T11:00:04.655Z] Removing intermediate container 352d75be39e2 [2023-04-27T11:00:04.655Z] ---> 11452b1eec3d [2023-04-27T11:00:04.655Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T11:00:04.655Z] ---> Running in 65910de90b01 [2023-04-27T11:00:04.916Z] Removing intermediate container 65910de90b01 [2023-04-27T11:00:04.916Z] ---> 0cbe256b63f7 [2023-04-27T11:00:04.916Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T11:00:04.916Z] ---> Running in 02cdeb4c6116 [2023-04-27T11:00:05.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T11:00:05.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T11:00:05.434Z] OK: 265 MiB in 53 packages [2023-04-27T11:00:05.693Z] Removing intermediate container 02cdeb4c6116 [2023-04-27T11:00:05.693Z] ---> 401ae2104d0c [2023-04-27T11:00:05.693Z] Step 8/12 : WORKDIR /app [2023-04-27T11:00:05.693Z] ---> Running in 0e2c28f8aed7 [2023-04-27T11:00:05.693Z] Removing intermediate container 0e2c28f8aed7 [2023-04-27T11:00:05.693Z] ---> b79936309914 [2023-04-27T11:00:05.693Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-27T11:00:05.954Z] ---> 9827d1148c01 [2023-04-27T11:00:05.954Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T11:00:05.954Z] ---> Running in 904ea081cfd1 [2023-04-27T11:00:07.483Z] Still waiting to schedule task [2023-04-27T11:00:07.483Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-27T11:00:44.696Z] Removing intermediate container 904ea081cfd1 [2023-04-27T11:00:44.696Z] ---> e0ded25411d9 [2023-04-27T11:00:44.696Z] Step 11/12 : COPY . . [2023-04-27T11:00:44.696Z] ---> 95e717248724 [2023-04-27T11:00:44.696Z] Step 12/12 : RUN $MAKE [2023-04-27T11:00:44.696Z] ---> Running in ffe95a368930 [2023-04-27T11:00:44.696Z] noop [2023-04-27T11:00:44.696Z] Removing intermediate container ffe95a368930 [2023-04-27T11:00:44.696Z] ---> 2ea0bb6d975d [2023-04-27T11:00:44.696Z] Successfully built 2ea0bb6d975d [2023-04-27T11:00:44.696Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:00:45.167Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-27T11:00:45.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:00:45.340Z] prd-ubuntu20.04-docker-8c-8g-11885 does not seem to be running inside a container [2023-04-27T11:00:45.375Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-215 -v /w/workspace/undry_device-rfid-llrp-go_PR-215:/w/workspace/undry_device-rfid-llrp-go_PR-215:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-27T11:00:45.725Z] $ docker top 393b13d3a78ab1925369a936031138668d71bc53eebc481b68f092bc403baee8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T11:00:46.121Z] + go version [2023-04-27T11:00:46.121Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-27T11:00:46.163Z] $ docker stop --time=1 393b13d3a78ab1925369a936031138668d71bc53eebc481b68f092bc403baee8 [2023-04-27T11:00:47.407Z] $ docker rm -f --volumes 393b13d3a78ab1925369a936031138668d71bc53eebc481b68f092bc403baee8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:00:48.170Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-27T11:00:48.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:00:48.345Z] prd-ubuntu20.04-docker-8c-8g-11885 does not seem to be running inside a container [2023-04-27T11:00:48.378Z] $ 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-215 -v /w/workspace/undry_device-rfid-llrp-go_PR-215:/w/workspace/undry_device-rfid-llrp-go_PR-215:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-27T11:00:48.714Z] $ docker top 1e5a81c8c401d65062844b66794f3eff71421d4c4acc5e10b167a8e06858c2aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T11:00:49.112Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-215 [Pipeline] fileExists [Pipeline] sh [2023-04-27T11:00:49.470Z] + make test [2023-04-27T11:00:49.470Z] go test ./... -coverprofile=coverage.out ./... [2023-04-27T11:00:54.775Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-27T11:01:04.760Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-27T11:01:04.760Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-27T11:01:08.954Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.965s coverage: 40.5% of statements [2023-04-27T11:01:08.954Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.246s coverage: 51.9% of statements [2023-04-27T11:01:08.954Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.011s coverage: 96.4% of statements [2023-04-27T11:01:17.065Z] go vet ./... [2023-04-27T11:01:20.350Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-27T11:01:20.350Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-27T11:01:20.350Z] ./bin/test-attribution-txt.sh [2023-04-27T11:01:20.350Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-27T11:01:20.350Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-27T11:01:20.394Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-27T11:01:20.430Z] $ docker stop --time=1 1e5a81c8c401d65062844b66794f3eff71421d4c4acc5e10b167a8e06858c2aa [2023-04-27T11:01:22.973Z] $ docker rm -f --volumes 1e5a81c8c401d65062844b66794f3eff71421d4c4acc5e10b167a8e06858c2aa [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T11:01:23.528Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-27T11:01:23.669Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-27T11:01:24.431Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-27T11:01:24.795Z] + ls -al . [2023-04-27T11:01:24.795Z] total 628 [2023-04-27T11:01:24.795Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 27 11:00 . [2023-04-27T11:01:24.795Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 10:59 .. [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 27 10:59 .dockerignore [2023-04-27T11:01:24.795Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 10:59 .git [2023-04-27T11:01:24.795Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 10:59 .github [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 27 10:59 .gitignore [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 27 10:59 .golangci.yml [2023-04-27T11:01:24.795Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 10:59 .semver [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 27 10:59 Attribution.txt [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 27 10:59 CHANGELOG.md [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 27 10:59 Dockerfile [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 10:59 GOVERNANCE.md [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 27 10:59 Jenkinsfile [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 27 10:59 LICENSE [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 27 10:59 Makefile [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 27 10:59 OWNERS.md [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 27 10:59 README.md [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 27 10:59 VERSION [2023-04-27T11:01:24.795Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 10:59 bin [2023-04-27T11:01:24.795Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 10:59 cmd [2023-04-27T11:01:24.795Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 27 11:01 coverage.out [2023-04-27T11:01:24.795Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 10:59 examples [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 27 10:59 go.mod [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 27 10:59 go.sum [2023-04-27T11:01:24.795Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 10:59 images [2023-04-27T11:01:24.795Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 10:59 internal [2023-04-27T11:01:24.795Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 10:59 snap [2023-04-27T11:01:24.795Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 27 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:01:25.219Z] + 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=46e7a9745eeb89092f9e8f9a09d47cf4f75d058f --label arch=amd64 --label version=0.0.0 . [2023-04-27T11:01:25.219Z] Sending build context to Docker daemon 4.226MB [2023-04-27T11:01:25.219Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T11:01:25.219Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-27T11:01:25.219Z] ---> 2ea0bb6d975d [2023-04-27T11:01:25.219Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-27T11:01:25.219Z] ---> Running in 9bd4e2c2a866 [2023-04-27T11:01:25.481Z] Removing intermediate container 9bd4e2c2a866 [2023-04-27T11:01:25.481Z] ---> 7d712a430757 [2023-04-27T11:01:25.481Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T11:01:25.481Z] ---> Running in 44ef9f8e9d05 [2023-04-27T11:01:25.481Z] Removing intermediate container 44ef9f8e9d05 [2023-04-27T11:01:25.481Z] ---> 84024abc3492 [2023-04-27T11:01:25.481Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T11:01:25.481Z] ---> Running in 4926a80b70b5 [2023-04-27T11:01:25.481Z] Removing intermediate container 4926a80b70b5 [2023-04-27T11:01:25.481Z] ---> fe03c219d8ef [2023-04-27T11:01:25.481Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T11:01:25.481Z] ---> Running in 970124b8d490 [2023-04-27T11:01:25.741Z] Removing intermediate container 970124b8d490 [2023-04-27T11:01:25.741Z] ---> 2b206052662d [2023-04-27T11:01:25.741Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T11:01:25.741Z] ---> Running in 6343076cdc72 [2023-04-27T11:01:26.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T11:01:26.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T11:01:26.521Z] OK: 265 MiB in 53 packages [2023-04-27T11:01:26.781Z] Removing intermediate container 6343076cdc72 [2023-04-27T11:01:26.781Z] ---> 56bdb8d3ddd6 [2023-04-27T11:01:26.781Z] Step 8/24 : WORKDIR /app [2023-04-27T11:01:26.781Z] ---> Running in c72dae26970a [2023-04-27T11:01:26.781Z] Removing intermediate container c72dae26970a [2023-04-27T11:01:26.781Z] ---> 815658fce2eb [2023-04-27T11:01:26.781Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-27T11:01:27.042Z] ---> 88319d61b45e [2023-04-27T11:01:27.042Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T11:01:27.042Z] ---> Running in a0dc531910de [2023-04-27T11:01:27.611Z] Removing intermediate container a0dc531910de [2023-04-27T11:01:27.611Z] ---> 7be78444c870 [2023-04-27T11:01:27.611Z] Step 11/24 : COPY . . [2023-04-27T11:01:27.870Z] ---> 54ea17c76ca7 [2023-04-27T11:01:27.870Z] Step 12/24 : RUN $MAKE [2023-04-27T11:01:27.870Z] ---> Running in 3aab51eb61bc [2023-04-27T11:01:28.130Z] 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-27T11:01:42.609Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11886 in /w/workspace/undry_device-rfid-llrp-go_PR-215 [Pipeline] { [Pipeline] ws [2023-04-27T11:01:42.682Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-27T11:01:42.772Z] Selected Git installation does not exist. Using Default [2023-04-27T11:01:42.772Z] The recommended git tool is: NONE [2023-04-27T11:01:47.922Z] using credential edgex-jenkins-ssh [2023-04-27T11:01:47.940Z] Cloning the remote Git repository [2023-04-27T11:01:47.982Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-27T11:01:48.064Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-04-27T11:01:48.195Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-27T11:01:48.196Z] > git --version # timeout=10 [2023-04-27T11:01:48.215Z] > git --version # 'git version 2.25.1' [2023-04-27T11:01:48.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T11:01:48.355Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-27T11:01:50.133Z] Removing intermediate container 3aab51eb61bc [2023-04-27T11:01:50.133Z] ---> 3eb0fbe2f389 [2023-04-27T11:01:50.133Z] Step 13/24 : FROM alpine:3.17 [2023-04-27T11:01:50.133Z] 3.17: Pulling from library/alpine [2023-04-27T11:01:50.133Z] f56be85fc22e: Already exists [2023-04-27T11:01:50.133Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-27T11:01:50.133Z] Status: Downloaded newer image for alpine:3.17 [2023-04-27T11:01:50.133Z] ---> 9ed4aefc74f6 [2023-04-27T11:01:50.133Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-27T11:01:50.133Z] ---> Running in 97e4d9638d16 [2023-04-27T11:01:50.133Z] Removing intermediate container 97e4d9638d16 [2023-04-27T11:01:50.133Z] ---> ae169692b2b4 [2023-04-27T11:01:50.133Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-27T11:01:50.133Z] ---> Running in 4cb6248f7cc8 [2023-04-27T11:01:50.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T11:01:50.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T11:01:50.133Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-27T11:01:50.133Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T11:01:50.133Z] OK: 7 MiB in 16 packages [2023-04-27T11:01:50.133Z] Removing intermediate container 4cb6248f7cc8 [2023-04-27T11:01:50.133Z] ---> 5678bedde422 [2023-04-27T11:01:50.133Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-27T11:01:50.133Z] ---> 0e8e82529107 [2023-04-27T11:01:50.133Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-27T11:01:50.133Z] ---> 8824b3b73b0b [2023-04-27T11:01:50.133Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-27T11:01:50.133Z] ---> 2fa49430d290 [2023-04-27T11:01:50.133Z] Step 19/24 : EXPOSE 59989 [2023-04-27T11:01:50.133Z] ---> Running in 8d8e52e5cce0 [2023-04-27T11:01:50.133Z] Removing intermediate container 8d8e52e5cce0 [2023-04-27T11:01:50.133Z] ---> 9e86284e8d7e [2023-04-27T11:01:50.133Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-27T11:01:50.133Z] ---> Running in 9fdaa19931f5 [2023-04-27T11:01:50.133Z] Removing intermediate container 9fdaa19931f5 [2023-04-27T11:01:50.133Z] ---> ec9dad82eb38 [2023-04-27T11:01:50.133Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-27T11:01:50.133Z] ---> Running in eed1d97b2c3d [2023-04-27T11:01:50.133Z] Removing intermediate container eed1d97b2c3d [2023-04-27T11:01:50.133Z] ---> adeffecd9d82 [2023-04-27T11:01:50.133Z] Step 22/24 : LABEL arch=amd64 [2023-04-27T11:01:50.133Z] ---> Running in c164fe18c81b [2023-04-27T11:01:50.133Z] Removing intermediate container c164fe18c81b [2023-04-27T11:01:50.133Z] ---> 2c83466d8913 [2023-04-27T11:01:50.133Z] Step 23/24 : LABEL git_sha=46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [2023-04-27T11:01:50.133Z] ---> Running in c96401715001 [2023-04-27T11:01:50.133Z] Removing intermediate container c96401715001 [2023-04-27T11:01:50.133Z] ---> f2ba3272459f [2023-04-27T11:01:50.133Z] Step 24/24 : LABEL version=0.0.0 [2023-04-27T11:01:50.133Z] ---> Running in 36ffc24b21fe [2023-04-27T11:01:50.133Z] Removing intermediate container 36ffc24b21fe [2023-04-27T11:01:50.133Z] ---> dcc3d9bc5e91 [2023-04-27T11:01:50.133Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-27T11:01:50.133Z] Successfully built dcc3d9bc5e91 [2023-04-27T11:01:50.133Z] 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-27T11:01:51.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T11:01:51.062Z] [2023-04-27T11:01:51.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:01:51.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T11:01:50.672Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-27T11:01:50.690Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-27T11:01:51.563Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-27T11:01:51.603Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-27T11:01:51.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T11:01:51.617Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/215/head:refs/remotes/origin/PR-215 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-27T11:01:51.713Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-27T11:01:51.713Z] 5eb5b503b376: Pulling fs layer [2023-04-27T11:01:51.713Z] 5c69ac0246d0: Pulling fs layer [2023-04-27T11:01:51.713Z] ec43610c2a17: Pulling fs layer [2023-04-27T11:01:51.713Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-27T11:01:51.713Z] 33b1e0a273af: Pulling fs layer [2023-04-27T11:01:51.713Z] 3a2ae6a8a46f: Waiting [2023-04-27T11:01:51.713Z] 5d3b04190fa2: Pulling fs layer [2023-04-27T11:01:51.713Z] 2f39f015ded8: Pulling fs layer [2023-04-27T11:01:51.713Z] 5d3b04190fa2: Waiting [2023-04-27T11:01:52.105Z] Merging remotes/origin/main commit 6e4500d7246dada94f826fd10aec60271f103086 into PR head commit 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [2023-04-27T11:01:52.423Z] Merge succeeded, producing 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [2023-04-27T11:01:52.424Z] Checking out Revision 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f (PR-215) [2023-04-27T11:01:52.947Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-27T11:01:53.000Z] > git --version # timeout=10 [2023-04-27T11:01:53.015Z] > git --version # 'git version 2.25.1' [2023-04-27T11:01:53.027Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T11:01:52.125Z] > git config core.sparsecheckout # timeout=10 [2023-04-27T11:01:52.206Z] > git checkout -f 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f # timeout=10 [2023-04-27T11:01:52.318Z] > git remote # timeout=10 [2023-04-27T11:01:52.338Z] > git config --get remote.origin.url # timeout=10 [2023-04-27T11:01:52.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T11:01:52.379Z] > git merge 6e4500d7246dada94f826fd10aec60271f103086 # timeout=10 [2023-04-27T11:01:52.408Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-27T11:01:52.432Z] > git config core.sparsecheckout # timeout=10 [2023-04-27T11:01:52.451Z] > git checkout -f 46e7a9745eeb89092f9e8f9a09d47cf4f75d058f # timeout=10 [2023-04-27T11:01:53.589Z] [2023-04-27T11:01:53.589Z] GitHub has been notified of this commit’s build result [2023-04-27T11:01:53.589Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T11:01:54.255Z] 5c69ac0246d0: Verifying Checksum [2023-04-27T11:01:54.255Z] 5c69ac0246d0: Download complete [2023-04-27T11:01:54.320Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-27T11:01:54.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-27T11:01:54.320Z] Dload Upload Total Spent Left Speed [2023-04-27T11:01:54.320Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh [2023-04-27T11:01:54.909Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-27T11:01:55.260Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-27T11:01:55.260Z] + sudo tee /etc/docker/daemon.new [2023-04-27T11:01:55.260Z] { [2023-04-27T11:01:55.260Z] "registry-mirrors": [ [2023-04-27T11:01:55.260Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-27T11:01:55.260Z] ], [2023-04-27T11:01:55.260Z] "bip": "10.250.0.254/24", [2023-04-27T11:01:55.260Z] "hosts": [ [2023-04-27T11:01:55.260Z] "tcp://0.0.0.0:5555", [2023-04-27T11:01:55.260Z] "unix:///var/run/docker.sock" [2023-04-27T11:01:55.260Z] ], [2023-04-27T11:01:55.260Z] "mtu": 1458, [2023-04-27T11:01:55.260Z] "selinux-enabled": true, [2023-04-27T11:01:55.260Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-27T11:01:55.260Z] } [Pipeline] sh [2023-04-27T11:01:55.606Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2023-04-27T11:01:55.642Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-27T11:01:55.642Z] 3a2ae6a8a46f: Download complete [Pipeline] sh [2023-04-27T11:01:55.967Z] + sudo service docker restart [2023-04-27T11:01:59.838Z] ec43610c2a17: Verifying Checksum [2023-04-27T11:01:59.838Z] ec43610c2a17: Download complete [2023-04-27T11:01:59.838Z] 5d3b04190fa2: Download complete [2023-04-27T11:02:00.098Z] 5eb5b503b376: Verifying Checksum [2023-04-27T11:02:00.099Z] 5eb5b503b376: Download complete [2023-04-27T11:02:00.357Z] 33b1e0a273af: Verifying Checksum [2023-04-27T11:02:00.357Z] 33b1e0a273af: Download complete [2023-04-27T11:02:00.617Z] 2f39f015ded8: Download complete [2023-04-27T11:02:01.185Z] 5eb5b503b376: Pull complete [2023-04-27T11:02:01.185Z] 5c69ac0246d0: Pull complete [2023-04-27T11:02:01.752Z] ec43610c2a17: Pull complete [2023-04-27T11:02:01.752Z] 3a2ae6a8a46f: Pull complete [2023-04-27T11:02:02.010Z] 33b1e0a273af: Pull complete [2023-04-27T11:02:02.010Z] 5d3b04190fa2: Pull complete [2023-04-27T11:02:06.196Z] 2f39f015ded8: Pull complete [2023-04-27T11:02:06.196Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-27T11:02:06.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T11:02:06.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:02:06.437Z] prd-ubuntu20.04-docker-8c-8g-11885 does not seem to be running inside a container [2023-04-27T11:02:06.470Z] $ 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-215 -v /w/workspace/undry_device-rfid-llrp-go_PR-215:/w/workspace/undry_device-rfid-llrp-go_PR-215:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-27T11:02:08.501Z] $ docker top 0f369a9f75db8d20a1260dfac214f86992c3ad1e4f8d04cca4054f1a5dd58323 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:02:08.964Z] ---> job-cost.sh [2023-04-27T11:02:08.964Z] lf-activate-venv: SKIPPING [2023-04-27T11:02:08.964Z] INFO: No Stack... [2023-04-27T11:02:09.224Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-27T11:02:09.492Z] INFO: Archiving Costs [Pipeline] sh [2023-04-27T11:02:09.823Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-215/archives/cost.csv [2023-04-27T11:02:09.823Z] + cut -d, -f6 [Pipeline] lock [2023-04-27T11:02:09.863Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] [2023-04-27T11:02:09.867Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] did not exist. Created. [2023-04-27T11:02:09.868Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-27T11:02:10.270Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-27T11:02:10.326Z] Stashed 1 file(s) [Pipeline] } [2023-04-27T11:02:10.354Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-27T11:02:10.448Z] $ docker stop --time=1 0f369a9f75db8d20a1260dfac214f86992c3ad1e4f8d04cca4054f1a5dd58323 [2023-04-27T11:02:11.593Z] $ docker rm -f --volumes 0f369a9f75db8d20a1260dfac214f86992c3ad1e4f8d04cca4054f1a5dd58323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T11:02:14.272Z] provisioning config files... [2023-04-27T11:02:14.299Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config9267418252678613401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:02:14.684Z] ---> docker-login.sh [2023-04-27T11:02:14.685Z] nexus3.edgexfoundry.org:10001 [2023-04-27T11:02:15.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:02:15.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:02:15.274Z] Configure a credential helper to remove this warning. See [2023-04-27T11:02:15.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:02:15.274Z] [2023-04-27T11:02:15.274Z] Login Succeeded [2023-04-27T11:02:15.274Z] nexus3.edgexfoundry.org:10002 [2023-04-27T11:02:15.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:02:15.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:02:15.818Z] Configure a credential helper to remove this warning. See [2023-04-27T11:02:15.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:02:15.818Z] [2023-04-27T11:02:15.818Z] Login Succeeded [2023-04-27T11:02:15.818Z] nexus3.edgexfoundry.org:10003 [2023-04-27T11:02:15.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:02:16.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:02:16.090Z] Configure a credential helper to remove this warning. See [2023-04-27T11:02:16.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:02:16.090Z] [2023-04-27T11:02:16.090Z] Login Succeeded [2023-04-27T11:02:16.090Z] nexus3.edgexfoundry.org:10004 [2023-04-27T11:02:16.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:02:16.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:02:16.366Z] Configure a credential helper to remove this warning. See [2023-04-27T11:02:16.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:02:16.366Z] [2023-04-27T11:02:16.366Z] Login Succeeded [2023-04-27T11:02:16.366Z] docker.io [2023-04-27T11:02:16.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:02:16.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:02:16.909Z] Configure a credential helper to remove this warning. See [2023-04-27T11:02:16.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:02:16.909Z] [2023-04-27T11:02:16.909Z] Login Succeeded [2023-04-27T11:02:16.909Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T11:02:16.943Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-27T11:02:17.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T11:02:17.396Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T11:02:17.434Z] ========================================================= [2023-04-27T11:02:17.434Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-27T11:02:17.434Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:02:17.961Z] + 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-27T11:02:18.241Z] Sending build context to Docker daemon 1.211MB [2023-04-27T11:02:18.241Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T11:02:18.241Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-27T11:02:18.512Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-27T11:02:18.512Z] c41833b44d91: Pulling fs layer [2023-04-27T11:02:18.512Z] ed15518f5707: Pulling fs layer [2023-04-27T11:02:18.512Z] feae8fd75edb: Pulling fs layer [2023-04-27T11:02:18.512Z] 242c74f7c9fa: Pulling fs layer [2023-04-27T11:02:18.512Z] 3cdef696dda3: Pulling fs layer [2023-04-27T11:02:18.512Z] 2ced38df9373: Pulling fs layer [2023-04-27T11:02:18.512Z] 58f1dce35555: Pulling fs layer [2023-04-27T11:02:18.512Z] 242c74f7c9fa: Waiting [2023-04-27T11:02:18.512Z] 3cdef696dda3: Waiting [2023-04-27T11:02:18.512Z] 2ced38df9373: Waiting [2023-04-27T11:02:18.512Z] 58f1dce35555: Waiting [2023-04-27T11:02:18.512Z] ed15518f5707: Verifying Checksum [2023-04-27T11:02:18.512Z] ed15518f5707: Download complete [2023-04-27T11:02:18.512Z] 242c74f7c9fa: Verifying Checksum [2023-04-27T11:02:18.512Z] 242c74f7c9fa: Download complete [2023-04-27T11:02:18.512Z] 3cdef696dda3: Verifying Checksum [2023-04-27T11:02:18.512Z] 3cdef696dda3: Download complete [2023-04-27T11:02:18.512Z] c41833b44d91: Verifying Checksum [2023-04-27T11:02:18.512Z] c41833b44d91: Download complete [2023-04-27T11:02:19.500Z] c41833b44d91: Pull complete [2023-04-27T11:02:20.089Z] 58f1dce35555: Verifying Checksum [2023-04-27T11:02:20.089Z] 58f1dce35555: Download complete [2023-04-27T11:02:20.089Z] ed15518f5707: Pull complete [2023-04-27T11:02:21.065Z] feae8fd75edb: Verifying Checksum [2023-04-27T11:02:21.065Z] feae8fd75edb: Download complete [2023-04-27T11:02:21.065Z] 2ced38df9373: Verifying Checksum [2023-04-27T11:02:21.065Z] 2ced38df9373: Download complete [2023-04-27T11:02:33.513Z] feae8fd75edb: Pull complete [2023-04-27T11:02:33.513Z] 242c74f7c9fa: Pull complete [2023-04-27T11:02:33.513Z] 3cdef696dda3: Pull complete [2023-04-27T11:02:40.189Z] 2ced38df9373: Pull complete [2023-04-27T11:02:42.149Z] 58f1dce35555: Pull complete [2023-04-27T11:02:42.149Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-27T11:02:42.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-27T11:02:42.149Z] ---> fadd8f120f05 [2023-04-27T11:02:42.149Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-27T11:02:44.113Z] ---> Running in 23a9f8c00d8f [2023-04-27T11:02:44.113Z] Removing intermediate container 23a9f8c00d8f [2023-04-27T11:02:44.113Z] ---> 3902f718ca53 [2023-04-27T11:02:44.113Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T11:02:44.113Z] ---> Running in d56dec9473f9 [2023-04-27T11:02:44.392Z] Removing intermediate container d56dec9473f9 [2023-04-27T11:02:44.392Z] ---> 5c969b955d50 [2023-04-27T11:02:44.392Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T11:02:44.392Z] ---> Running in eb79153f54f0 [2023-04-27T11:02:44.982Z] Removing intermediate container eb79153f54f0 [2023-04-27T11:02:44.982Z] ---> 2261faec7262 [2023-04-27T11:02:44.982Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T11:02:44.982Z] ---> Running in 14eb42216172 [2023-04-27T11:02:45.249Z] Removing intermediate container 14eb42216172 [2023-04-27T11:02:45.249Z] ---> 15b40514b15f [2023-04-27T11:02:45.249Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T11:02:45.249Z] ---> Running in 45727f3ea747 [2023-04-27T11:02:46.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T11:02:46.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T11:02:47.763Z] OK: 263 MiB in 53 packages [2023-04-27T11:02:48.729Z] Removing intermediate container 45727f3ea747 [2023-04-27T11:02:48.729Z] ---> e6a7beb40edb [2023-04-27T11:02:48.729Z] Step 8/12 : WORKDIR /app [2023-04-27T11:02:48.998Z] ---> Running in caaf1048467b [2023-04-27T11:02:49.269Z] Removing intermediate container caaf1048467b [2023-04-27T11:02:49.269Z] ---> eab17d0b7477 [2023-04-27T11:02:49.269Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-27T11:02:49.539Z] ---> 94feef2201ce [2023-04-27T11:02:49.540Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T11:02:49.811Z] ---> Running in cc3668282054 [2023-04-27T11:03:49.350Z] Removing intermediate container cc3668282054 [2023-04-27T11:03:49.350Z] ---> 898b2577ac7f [2023-04-27T11:03:49.350Z] Step 11/12 : COPY . . [2023-04-27T11:03:49.350Z] ---> 250785f898ae [2023-04-27T11:03:49.350Z] Step 12/12 : RUN $MAKE [2023-04-27T11:03:49.350Z] ---> Running in 006d2d778955 [2023-04-27T11:03:49.350Z] noop [2023-04-27T11:03:49.350Z] Removing intermediate container 006d2d778955 [2023-04-27T11:03:49.350Z] ---> 00216a32b1e0 [2023-04-27T11:03:49.350Z] Successfully built 00216a32b1e0 [2023-04-27T11:03:49.350Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:03:49.883Z] + docker inspect -f . ci-base-image-arm64 [2023-04-27T11:03:49.883Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:03:50.170Z] prd-ubuntu20.04-docker-arm64-4c-16g-11886 does not seem to be running inside a container [2023-04-27T11:03:50.239Z] $ 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-27T11:03:51.350Z] $ docker top cc6424d82249f4f0c2a3c71011c9072ade89830c3681c5e511af826e9ad0f202 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T11:03:52.232Z] + go version [2023-04-27T11:03:52.233Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-27T11:03:52.278Z] $ docker stop --time=1 cc6424d82249f4f0c2a3c71011c9072ade89830c3681c5e511af826e9ad0f202 [2023-04-27T11:03:53.862Z] $ docker rm -f --volumes cc6424d82249f4f0c2a3c71011c9072ade89830c3681c5e511af826e9ad0f202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:03:54.818Z] + docker inspect -f . ci-base-image-arm64 [2023-04-27T11:03:54.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:03:55.060Z] prd-ubuntu20.04-docker-arm64-4c-16g-11886 does not seem to be running inside a container [2023-04-27T11:03:55.128Z] $ 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-27T11:03:56.257Z] $ docker top 118e4ecb4669a1a53d2ee509e38c6653afccb0b7d181e86e4365d94e00228290 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T11:03:57.124Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-27T11:03:57.842Z] + make test [2023-04-27T11:03:57.842Z] go test ./... -coverprofile=coverage.out ./... [2023-04-27T11:04:30.135Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-27T11:06:21.807Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-27T11:06:21.807Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-27T11:06:54.099Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 30.098s coverage: 40.5% of statements [2023-04-27T11:06:54.099Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.592s coverage: 52.0% of statements [2023-04-27T11:06:54.099Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.040s coverage: 96.4% of statements [2023-04-27T11:06:54.099Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-27T11:06:54.099Z] go vet ./... [2023-04-27T11:07:20.801Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-27T11:07:20.801Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-27T11:07:20.801Z] ./bin/test-attribution-txt.sh [2023-04-27T11:07:20.801Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-27T11:07:20.801Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-27T11:07:20.844Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-27T11:07:20.885Z] $ docker stop --time=1 118e4ecb4669a1a53d2ee509e38c6653afccb0b7d181e86e4365d94e00228290 [2023-04-27T11:07:22.681Z] $ docker rm -f --volumes 118e4ecb4669a1a53d2ee509e38c6653afccb0b7d181e86e4365d94e00228290 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T11:07:23.880Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-27T11:07:23.916Z] Warning: overwriting stash ‘coverage-report’ [2023-04-27T11:07:24.523Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T11:07:25.091Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-27T11:07:25.420Z] + ls -al . [2023-04-27T11:07:25.420Z] total 624 [2023-04-27T11:07:25.420Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 11:04 . [2023-04-27T11:07:25.420Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 11:01 .. [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 27 11:01 .dockerignore [2023-04-27T11:07:25.420Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 11:01 .git [2023-04-27T11:07:25.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 11:01 .github [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 27 11:01 .gitignore [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 27 11:01 .golangci.yml [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 27 11:01 Attribution.txt [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 27 11:01 CHANGELOG.md [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 27 11:01 Dockerfile [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 11:01 GOVERNANCE.md [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 27 11:01 Jenkinsfile [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 27 11:01 LICENSE [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 27 11:01 Makefile [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 27 11:01 OWNERS.md [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 27 11:01 README.md [2023-04-27T11:07:25.420Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 27 10:59 VERSION [2023-04-27T11:07:25.420Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 11:01 bin [2023-04-27T11:07:25.420Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 11:01 cmd [2023-04-27T11:07:25.420Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 27 11:06 coverage.out [2023-04-27T11:07:25.421Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 11:01 examples [2023-04-27T11:07:25.421Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 27 11:01 go.mod [2023-04-27T11:07:25.421Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 27 11:01 go.sum [2023-04-27T11:07:25.421Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 11:01 images [2023-04-27T11:07:25.421Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 11:01 internal [2023-04-27T11:07:25.421Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 11:01 snap [2023-04-27T11:07:25.421Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 27 11:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:07:25.858Z] + 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=46e7a9745eeb89092f9e8f9a09d47cf4f75d058f --label arch=arm64 --label version=0.0.0 . [2023-04-27T11:07:26.125Z] Sending build context to Docker daemon 1.211MB [2023-04-27T11:07:26.125Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T11:07:26.125Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-27T11:07:26.125Z] ---> 00216a32b1e0 [2023-04-27T11:07:26.125Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-27T11:07:26.125Z] ---> Running in b7b1963e3a77 [2023-04-27T11:07:26.392Z] Removing intermediate container b7b1963e3a77 [2023-04-27T11:07:26.392Z] ---> fcd57f158b82 [2023-04-27T11:07:26.392Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T11:07:26.392Z] ---> Running in 884c0cf4164a [2023-04-27T11:07:26.661Z] Removing intermediate container 884c0cf4164a [2023-04-27T11:07:26.661Z] ---> 62ffea633e5d [2023-04-27T11:07:26.661Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T11:07:26.930Z] ---> Running in 608df018c232 [2023-04-27T11:07:27.197Z] Removing intermediate container 608df018c232 [2023-04-27T11:07:27.197Z] ---> e64e1308328a [2023-04-27T11:07:27.197Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T11:07:27.197Z] ---> Running in e5b7bf2cafee [2023-04-27T11:07:27.464Z] Removing intermediate container e5b7bf2cafee [2023-04-27T11:07:27.464Z] ---> 42bb323a3b55 [2023-04-27T11:07:27.464Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T11:07:27.464Z] ---> Running in 495a1546df08 [2023-04-27T11:07:28.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T11:07:29.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T11:07:30.412Z] OK: 263 MiB in 53 packages [2023-04-27T11:07:30.996Z] Removing intermediate container 495a1546df08 [2023-04-27T11:07:30.996Z] ---> c639199eb2fc [2023-04-27T11:07:30.996Z] Step 8/24 : WORKDIR /app [2023-04-27T11:07:31.264Z] ---> Running in 46b79156e412 [2023-04-27T11:07:31.530Z] Removing intermediate container 46b79156e412 [2023-04-27T11:07:31.530Z] ---> e5b6e34546af [2023-04-27T11:07:31.530Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-27T11:07:31.796Z] ---> f322b39b6d91 [2023-04-27T11:07:31.796Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T11:07:32.066Z] ---> Running in 166162e0529a [2023-04-27T11:07:34.639Z] Removing intermediate container 166162e0529a [2023-04-27T11:07:34.639Z] ---> 13d9c963b4d2 [2023-04-27T11:07:34.639Z] Step 11/24 : COPY . . [2023-04-27T11:07:36.582Z] ---> ad79abdb3cd1 [2023-04-27T11:07:36.582Z] Step 12/24 : RUN $MAKE [2023-04-27T11:07:36.582Z] ---> Running in 58ce7fdec1d9 [2023-04-27T11:07:37.163Z] 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-27T11:09:43.841Z] Removing intermediate container 58ce7fdec1d9 [2023-04-27T11:09:43.841Z] ---> e744389025c8 [2023-04-27T11:09:43.841Z] Step 13/24 : FROM alpine:3.17 [2023-04-27T11:09:43.841Z] 3.17: Pulling from library/alpine [2023-04-27T11:09:43.841Z] c41833b44d91: Already exists [2023-04-27T11:09:43.841Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-27T11:09:43.841Z] Status: Downloaded newer image for alpine:3.17 [2023-04-27T11:09:43.841Z] ---> 51e60588ff2c [2023-04-27T11:09:43.841Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-27T11:09:43.841Z] ---> Running in ac18a12909aa [2023-04-27T11:09:43.841Z] Removing intermediate container ac18a12909aa [2023-04-27T11:09:43.841Z] ---> 628cdfdb81eb [2023-04-27T11:09:43.841Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-27T11:09:43.841Z] ---> Running in a67828255773 [2023-04-27T11:09:43.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T11:09:43.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T11:09:43.841Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-27T11:09:43.841Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T11:09:43.841Z] OK: 8 MiB in 16 packages [2023-04-27T11:09:43.841Z] Removing intermediate container a67828255773 [2023-04-27T11:09:43.841Z] ---> df8fbf58c4f8 [2023-04-27T11:09:43.841Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-27T11:09:44.121Z] ---> bb16b1e0ccb1 [2023-04-27T11:09:44.121Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-27T11:09:44.390Z] ---> d324bf6a298c [2023-04-27T11:09:44.390Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-27T11:09:45.806Z] ---> dc01e98b604c [2023-04-27T11:09:45.806Z] Step 19/24 : EXPOSE 59989 [2023-04-27T11:09:46.073Z] ---> Running in ebb9e3819540 [2023-04-27T11:09:46.339Z] Removing intermediate container ebb9e3819540 [2023-04-27T11:09:46.339Z] ---> 9ea3679d3f74 [2023-04-27T11:09:46.339Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-27T11:09:46.339Z] ---> Running in 350312ee0ce1 [2023-04-27T11:09:46.606Z] Removing intermediate container 350312ee0ce1 [2023-04-27T11:09:46.606Z] ---> 7ec110af52e4 [2023-04-27T11:09:46.606Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-27T11:09:46.606Z] ---> Running in 61d7026436db [2023-04-27T11:09:46.876Z] Removing intermediate container 61d7026436db [2023-04-27T11:09:46.876Z] ---> e809babbf3df [2023-04-27T11:09:46.876Z] Step 22/24 : LABEL arch=arm64 [2023-04-27T11:09:46.876Z] ---> Running in c9a46bddd736 [2023-04-27T11:09:47.151Z] Removing intermediate container c9a46bddd736 [2023-04-27T11:09:47.151Z] ---> beb3c29524b9 [2023-04-27T11:09:47.151Z] Step 23/24 : LABEL git_sha=46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [2023-04-27T11:09:47.423Z] ---> Running in 76971daff06b [2023-04-27T11:09:47.690Z] Removing intermediate container 76971daff06b [2023-04-27T11:09:47.690Z] ---> fd636ea1ede2 [2023-04-27T11:09:47.690Z] Step 24/24 : LABEL version=0.0.0 [2023-04-27T11:09:47.690Z] ---> Running in ca99183c7229 [2023-04-27T11:09:47.955Z] Removing intermediate container ca99183c7229 [2023-04-27T11:09:47.955Z] ---> 6fffa565e4d3 [2023-04-27T11:09:47.955Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-27T11:09:47.955Z] Successfully built 6fffa565e4d3 [2023-04-27T11:09:47.955Z] 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-27T11:09:48.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T11:09:48.851Z] [2023-04-27T11:09:48.851Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:09:49.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T11:09:49.275Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-27T11:09:49.275Z] 8998bd30e6a1: Pulling fs layer [2023-04-27T11:09:49.275Z] 04944245beec: Pulling fs layer [2023-04-27T11:09:49.275Z] 699f458cf7ca: Pulling fs layer [2023-04-27T11:09:49.275Z] 765212b225bb: Pulling fs layer [2023-04-27T11:09:49.275Z] f23df028b6ca: Pulling fs layer [2023-04-27T11:09:49.275Z] 765212b225bb: Waiting [2023-04-27T11:09:49.275Z] f23df028b6ca: Waiting [2023-04-27T11:09:49.275Z] d65c8cfc05b1: Pulling fs layer [2023-04-27T11:09:49.275Z] 2437ff75d9bd: Pulling fs layer [2023-04-27T11:09:49.275Z] d65c8cfc05b1: Waiting [2023-04-27T11:09:49.275Z] 2437ff75d9bd: Waiting [2023-04-27T11:09:49.555Z] 04944245beec: Verifying Checksum [2023-04-27T11:09:49.555Z] 04944245beec: Download complete [2023-04-27T11:09:49.555Z] f23df028b6ca: Verifying Checksum [2023-04-27T11:09:49.555Z] f23df028b6ca: Download complete [2023-04-27T11:09:49.555Z] d65c8cfc05b1: Verifying Checksum [2023-04-27T11:09:49.555Z] d65c8cfc05b1: Download complete [2023-04-27T11:09:50.746Z] 699f458cf7ca: Verifying Checksum [2023-04-27T11:09:50.746Z] 699f458cf7ca: Download complete [2023-04-27T11:09:51.019Z] 8998bd30e6a1: Download complete [2023-04-27T11:09:53.054Z] 2437ff75d9bd: Verifying Checksum [2023-04-27T11:09:53.054Z] 2437ff75d9bd: Download complete [2023-04-27T11:09:55.003Z] 8998bd30e6a1: Pull complete [2023-04-27T11:09:55.589Z] 04944245beec: Pull complete [2023-04-27T11:09:57.001Z] 699f458cf7ca: Pull complete [2023-04-27T11:09:57.001Z] 765212b225bb: Pull complete [2023-04-27T11:09:57.587Z] f23df028b6ca: Pull complete [2023-04-27T11:09:57.854Z] d65c8cfc05b1: Pull complete [2023-04-27T11:10:12.865Z] 2437ff75d9bd: Pull complete [2023-04-27T11:10:12.865Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-27T11:10:12.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T11:10:12.865Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:10:13.180Z] prd-ubuntu20.04-docker-arm64-4c-16g-11886 does not seem to be running inside a container [2023-04-27T11:10:13.247Z] $ 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-27T11:10:15.843Z] $ docker top eb8ef7fb893767e929a7171b67406271ac3c91969cfb522c7a6f158204725be7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:16.743Z] ---> job-cost.sh [2023-04-27T11:10:16.743Z] lf-activate-venv: SKIPPING [2023-04-27T11:10:16.743Z] INFO: No Stack... [2023-04-27T11:10:17.010Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-27T11:10:17.969Z] INFO: Archiving Costs [Pipeline] sh [2023-04-27T11:10:18.623Z] + + catcut -d, /w/workspace/device-rfid-llrp-go/1/archives/cost.csv -f6 [2023-04-27T11:10:18.623Z] [Pipeline] lock [2023-04-27T11:10:18.712Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] [2023-04-27T11:10:18.717Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] did not exist. Created. [2023-04-27T11:10:18.717Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-27T11:10:19.450Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-c6aa3a36/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-27T11:10:20.119Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-27T11:10:20.159Z] Warning: overwriting stash ‘stack-cost’ [2023-04-27T11:10:20.216Z] Stashed 1 file(s) [Pipeline] } [2023-04-27T11:10:20.232Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-215-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-27T11:10:20.331Z] $ docker stop --time=1 eb8ef7fb893767e929a7171b67406271ac3c91969cfb522c7a6f158204725be7 [2023-04-27T11:10:21.847Z] $ docker rm -f --volumes eb8ef7fb893767e929a7171b67406271ac3c91969cfb522c7a6f158204725be7 [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-27T11:10:22.883Z] provisioning config files... [2023-04-27T11:10:22.890Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/config11068557330376845028tmp [Pipeline] { [Pipeline] sh [2023-04-27T11:10:23.260Z] + set +x [2023-04-27T11:10:23.260Z] + curl -s https://codecov.io/bash [2023-04-27T11:10:23.260Z] + bash -s -- [2023-04-27T11:10:23.260Z] [2023-04-27T11:10:23.260Z] _____ _ [2023-04-27T11:10:23.260Z] / ____| | | [2023-04-27T11:10:23.260Z] | | ___ __| | ___ ___ _____ __ [2023-04-27T11:10:23.260Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-27T11:10:23.260Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-27T11:10:23.260Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-27T11:10:23.260Z] Bash-1.0.6 [2023-04-27T11:10:23.260Z] [2023-04-27T11:10:23.260Z] [2023-04-27T11:10:23.260Z] ==> git version 2.25.1 found [2023-04-27T11:10:23.260Z] ==> 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-27T11:10:23.260Z] Release-Date: 2020-01-08 [2023-04-27T11:10:23.260Z] 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-27T11:10:23.260Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-27T11:10:23.260Z] ==> Jenkins CI detected. [2023-04-27T11:10:23.260Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-215 [2023-04-27T11:10:23.260Z] project root: . [2023-04-27T11:10:23.260Z] --> token set from env [2023-04-27T11:10:23.260Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-27T11:10:23.260Z] ==> Running gcov in . (disable via -X gcov) [2023-04-27T11:10:23.260Z] ==> Python coveragepy not found [2023-04-27T11:10:23.260Z] ==> Searching for coverage reports in: [2023-04-27T11:10:23.260Z] + . [2023-04-27T11:10:23.521Z] -> Found 1 reports [2023-04-27T11:10:23.521Z] ==> Detecting git/mercurial file structure [2023-04-27T11:10:23.521Z] ==> Reading reports [2023-04-27T11:10:23.521Z] + ./coverage.out bytes=458038 [2023-04-27T11:10:23.521Z] ==> Appending adjustments [2023-04-27T11:10:23.521Z] https://docs.codecov.io/docs/fixing-reports [2023-04-27T11:10:23.780Z] + Found adjustments [2023-04-27T11:10:23.780Z] ==> Gzipping contents [2023-04-27T11:10:23.780Z] 52K /tmp/codecov.b09vbL.gz [2023-04-27T11:10:23.780Z] ==> Uploading reports [2023-04-27T11:10:23.780Z] url: https://codecov.io [2023-04-27T11:10:23.781Z] query: branch=PR-215&commit=46e7a9745eeb89092f9e8f9a09d47cf4f75d058f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-215%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=215&job=&cmd_args= [2023-04-27T11:10:23.781Z] -> Pinging Codecov [2023-04-27T11:10:23.781Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-215&commit=46e7a9745eeb89092f9e8f9a09d47cf4f75d058f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-215%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=215&job=&cmd_args= [2023-04-27T11:10:23.781Z] -> Uploading to [2023-04-27T11:10:23.781Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-27/581DD39554BDF9B6E22D074273EAD858/46e7a9745eeb89092f9e8f9a09d47cf4f75d058f/d587bc99-48d0-4a75-9fd0-fa9660a8574f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230427T111023Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7655f74006fd09700fdf51936efc92518e61f3940892d0eb286a8323139b8b1 [2023-04-27T11:10:23.781Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-27T11:10:23.781Z] Dload Upload Total Spent Left Speed [2023-04-27T11:10:24.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50494 0 0 100 50494 0 198k --:--:-- --:--:-- --:--:-- 198k [2023-04-27T11:10:24.041Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/46e7a9745eeb89092f9e8f9a09d47cf4f75d058f [Pipeline] } [2023-04-27T11:10:24.070Z] 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-27T11:10:26.047Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-215/archives ] [2023-04-27T11:10:26.047Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-215/archives [2023-04-27T11:10:26.047Z] total 16 [2023-04-27T11:10:26.047Z] drwxr-xr-x 3 root root 4096 Apr 27 11:02 . [2023-04-27T11:10:26.047Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 27 11:02 .. [2023-04-27T11:10:26.047Z] drwxr-xr-x 2 root root 4096 Apr 27 11:02 cost [2023-04-27T11:10:26.047Z] -rw-r--r-- 1 root root 91 Apr 27 11:02 cost.csv [2023-04-27T11:10:26.047Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-215/archives [2023-04-27T11:10:26.047Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-215/archives [2023-04-27T11:10:26.047Z] total 16 [2023-04-27T11:10:26.047Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 11:02 . [2023-04-27T11:10:26.047Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 27 11:02 .. [2023-04-27T11:10:26.047Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 11:02 cost [2023-04-27T11:10:26.047Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 27 11:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:26.377Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:27.284Z] ---> package-listing.sh [2023-04-27T11:10:27.284Z] ++ facter osfamily [2023-04-27T11:10:27.284Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-27T11:10:27.544Z] + OS_FAMILY=debian [2023-04-27T11:10:27.544Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-215 [2023-04-27T11:10:27.544Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-27T11:10:27.544Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-27T11:10:27.544Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-27T11:10:27.544Z] + PACKAGES=/tmp/packages_start.txt [2023-04-27T11:10:27.544Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-215 ']' [2023-04-27T11:10:27.544Z] + PACKAGES=/tmp/packages_end.txt [2023-04-27T11:10:27.544Z] + case "${OS_FAMILY}" in [2023-04-27T11:10:27.544Z] + dpkg -l [2023-04-27T11:10:27.544Z] + grep '^ii' [2023-04-27T11:10:27.544Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-27T11:10:27.544Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-27T11:10:27.544Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-27T11:10:27.544Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-215 ']' [2023-04-27T11:10:27.544Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-215/archives/ [2023-04-27T11:10:27.544Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-215/archives/ [Pipeline] echo [2023-04-27T11:10:27.584Z] 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-215/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-27T11:10:27.876Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:10:28.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T11:10:28.504Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:10:28.638Z] prd-ubuntu20.04-docker-8c-8g-11885 does not seem to be running inside a container [2023-04-27T11:10:28.672Z] $ 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-215/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-215 -v /w/workspace/undry_device-rfid-llrp-go_PR-215:/w/workspace/undry_device-rfid-llrp-go_PR-215:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-215@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-215@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-27T11:10:28.866Z] $ docker top c9dec6aed88cc02ddbeed5cb9691b4b774262b92f40a4ccdc0eee9d10f3207bf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T11:10:29.257Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-27T11:10:29.578Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-27T11:10:29.889Z] + ls /var/log/sa-host [2023-04-27T11:10:29.890Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T11:10:30.102Z] provisioning config files... [2023-04-27T11:10:30.113Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-215@tmp/config15859897800856640121tmp [Pipeline] { [Pipeline] echo [2023-04-27T11:10:30.162Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:30.474Z] ---> create-netrc.sh [Pipeline] } [2023-04-27T11:10:30.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:30.898Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-27T11:10:30.930Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:31.242Z] ---> sudo-logs.sh [2023-04-27T11:10:31.242Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-27T11:10:31.325Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:31.653Z] ---> job-cost.sh [2023-04-27T11:10:31.653Z] lf-activate-venv: SKIPPING [2023-04-27T11:10:31.653Z] DEBUG: total: 0.2199999988079071 [2023-04-27T11:10:31.653Z] INFO: Retrieving Stack Cost... [2023-04-27T11:10:32.224Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-27T11:10:32.482Z] INFO: Archiving Costs [Pipeline] echo [2023-04-27T11:10:32.516Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:10:32.826Z] ---> logs-deploy.sh [2023-04-27T11:10:32.826Z] lf-activate-venv: SKIPPING [2023-04-27T11:10:32.826Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-215/1 [2023-04-27T11:10:32.826Z] INFO: archiving workspace using pattern(s): [2023-04-27T11:10:33.768Z] Archives upload complete. [2023-04-27T11:10:33.768Z] INFO: archiving logs to Nexus