Pull request #218 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 63956fdf7eca6369faead5fb29641ecebe1bf71e+6e4500d7246dada94f826fd10aec60271f103086 (e28c445ab115c89516ba99325757b24cd9382dba) 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-ssh14545588818089181977.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-ssh13440629009594696363.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-218/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-218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9739228281147084241.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-218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16521621233198685988.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-ssh6305050956783362422.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-218/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-218/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10703221533004540356.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-12572 in /w/workspace/undry_device-rfid-llrp-go_PR-218 [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-218 # 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 Merging remotes/origin/main commit 6e4500d7246dada94f826fd10aec60271f103086 into PR head commit 63956fdf7eca6369faead5fb29641ecebe1bf71e Merge succeeded, producing 63956fdf7eca6369faead5fb29641ecebe1bf71e Checking out Revision 63956fdf7eca6369faead5fb29641ecebe1bf71e (PR-218) 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 > 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/218/head:refs/remotes/origin/PR-218 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # 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 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T11:02:39.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-03T11:02:39.880Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T11:02:39.972Z] ========================================================= [2023-05-03T11:02:39.972Z] EdgeX Global Pipelines Version Info [2023-05-03T11:02:39.972Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:02:40.718Z] ------------------- [2023-05-03T11:02:40.718Z] stable info: [2023-05-03T11:02:40.718Z] ------------------- [2023-05-03T11:02:40.718Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T11:02:40.718Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T11:02:40.718Z] Message: update stable to v1.0.248 [2023-05-03T11:02:41.294Z] ------------------- [2023-05-03T11:02:41.294Z] experimental info: [2023-05-03T11:02:41.294Z] ------------------- [2023-05-03T11:02:41.294Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T11:02:41.294Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T11:02:41.294Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T11:02:41.583Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-05-03T11:02:41.617Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-05-03T11:02:41.653Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T11:02:41.691Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T11:02:41.727Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T11:02:41.762Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T11:02:41.798Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T11:02:41.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-03T11:02:41.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T11:02:41.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T11:02:41.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T11:02:41.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-05-03T11:02:42.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T11:02:42.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T11:02:42.091Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T11:02:42.128Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T11:02:42.166Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T11:02:42.202Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T11:02:42.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T11:02:42.286Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T11:02:42.323Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-03T11:02:42.360Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-03T11:02:42.396Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-03T11:02:42.434Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-03T11:02:42.471Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-03T11:02:42.511Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T11:02:42.551Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T11:02:42.588Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-218 [Pipeline] echo [2023-05-03T11:02:42.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-218 [Pipeline] echo [2023-05-03T11:02:42.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-218 [Pipeline] echo [2023-05-03T11:02:42.703Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo [2023-05-03T11:02:42.741Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63956fd [Pipeline] echo [2023-05-03T11:02:42.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T11:02:42.886Z] provisioning config files... [2023-05-03T11:02:42.897Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config15224283688722458993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:02:43.240Z] ---> docker-login.sh [2023-05-03T11:02:43.240Z] nexus3.edgexfoundry.org:10001 [2023-05-03T11:02:43.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:02:43.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:02:43.763Z] Configure a credential helper to remove this warning. See [2023-05-03T11:02:43.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:02:43.763Z] [2023-05-03T11:02:43.763Z] Login Succeeded [2023-05-03T11:02:43.763Z] nexus3.edgexfoundry.org:10002 [2023-05-03T11:02:43.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:02:43.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:02:43.763Z] Configure a credential helper to remove this warning. See [2023-05-03T11:02:43.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:02:43.763Z] [2023-05-03T11:02:43.763Z] Login Succeeded [2023-05-03T11:02:43.763Z] nexus3.edgexfoundry.org:10003 [2023-05-03T11:02:43.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:02:44.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:02:44.026Z] Configure a credential helper to remove this warning. See [2023-05-03T11:02:44.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:02:44.026Z] [2023-05-03T11:02:44.026Z] Login Succeeded [2023-05-03T11:02:44.026Z] nexus3.edgexfoundry.org:10004 [2023-05-03T11:02:44.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:02:44.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:02:44.026Z] Configure a credential helper to remove this warning. See [2023-05-03T11:02:44.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:02:44.026Z] [2023-05-03T11:02:44.026Z] Login Succeeded [2023-05-03T11:02:44.026Z] docker.io [2023-05-03T11:02:44.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:02:44.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:02:44.287Z] Configure a credential helper to remove this warning. See [2023-05-03T11:02:44.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:02:44.287Z] [2023-05-03T11:02:44.287Z] Login Succeeded [2023-05-03T11:02:44.287Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T11:02:44.312Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-03T11:02:44.925Z] + git rev-list -1 --merges 63956fdf7eca6369faead5fb29641ecebe1bf71e~1..63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo [2023-05-03T11:02:44.990Z] -----------> git rev-list -1 --merges 63956fdf7eca6369faead5fb29641ecebe1bf71e~1..63956fdf7eca6369faead5fb29641ecebe1bf71e 63956fdf7eca6369faead5fb29641ecebe1bf71e [false] [Pipeline] sh [2023-05-03T11:02:45.301Z] + git log --format=format:%s -1 63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo [2023-05-03T11:02:45.337Z] ========================================================= [2023-05-03T11:02:45.337Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T11:02:45.337Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T11:02:45.754Z] + git log --format=format:%s -1 63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo [2023-05-03T11:02:45.841Z] [semverPrep] GIT_COMMIT: 63956fdf7eca6369faead5fb29641ecebe1bf71e, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-05-03T11:02:45.873Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-03T11:02:46.262Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T11:02:46.263Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T11:02:46.263Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T11:02:46.263Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T11:02:46.263Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-03T11:02:46.263Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T11:02:46.263Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:02:46.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T11:02:46.735Z] [2023-05-03T11:02:46.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:02:47.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T11:02:47.102Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T11:02:47.102Z] b85a868b505f: Pulling fs layer [2023-05-03T11:02:47.102Z] e2be974225ed: Pulling fs layer [2023-05-03T11:02:47.102Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T11:02:47.102Z] 988bab9f4d93: Pulling fs layer [2023-05-03T11:02:47.102Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T11:02:47.102Z] eaf3925da568: Pulling fs layer [2023-05-03T11:02:47.102Z] bab4dde63d76: Pulling fs layer [2023-05-03T11:02:47.102Z] bde34c3a00c8: Pulling fs layer [2023-05-03T11:02:47.102Z] b352a97aabf1: Pulling fs layer [2023-05-03T11:02:47.102Z] 4872d77fe225: Pulling fs layer [2023-05-03T11:02:47.102Z] 5851b861e8e6: Pulling fs layer [2023-05-03T11:02:47.102Z] bab4dde63d76: Waiting [2023-05-03T11:02:47.102Z] bde34c3a00c8: Waiting [2023-05-03T11:02:47.102Z] b352a97aabf1: Waiting [2023-05-03T11:02:47.103Z] 4872d77fe225: Waiting [2023-05-03T11:02:47.103Z] 5851b861e8e6: Waiting [2023-05-03T11:02:47.103Z] 988bab9f4d93: Waiting [2023-05-03T11:02:47.103Z] 1469e6f7b9e6: Waiting [2023-05-03T11:02:47.103Z] eaf3925da568: Waiting [2023-05-03T11:02:47.103Z] e2be974225ed: Download complete [2023-05-03T11:02:47.103Z] 988bab9f4d93: Verifying Checksum [2023-05-03T11:02:47.103Z] 988bab9f4d93: Download complete [2023-05-03T11:02:47.103Z] 1469e6f7b9e6: Verifying Checksum [2023-05-03T11:02:47.103Z] 1469e6f7b9e6: Download complete [2023-05-03T11:02:47.362Z] eaf3925da568: Download complete [2023-05-03T11:02:47.362Z] 339a4e72a1f5: Verifying Checksum [2023-05-03T11:02:47.362Z] 339a4e72a1f5: Download complete [2023-05-03T11:02:47.362Z] b352a97aabf1: Verifying Checksum [2023-05-03T11:02:47.362Z] b352a97aabf1: Download complete [2023-05-03T11:02:47.362Z] 4872d77fe225: Verifying Checksum [2023-05-03T11:02:47.362Z] 4872d77fe225: Download complete [2023-05-03T11:02:47.362Z] 5851b861e8e6: Verifying Checksum [2023-05-03T11:02:47.362Z] 5851b861e8e6: Download complete [2023-05-03T11:02:47.362Z] b85a868b505f: Verifying Checksum [2023-05-03T11:02:47.362Z] b85a868b505f: Download complete [2023-05-03T11:02:47.621Z] bab4dde63d76: Verifying Checksum [2023-05-03T11:02:47.621Z] bab4dde63d76: Download complete [2023-05-03T11:02:48.555Z] b85a868b505f: Pull complete [2023-05-03T11:02:48.555Z] e2be974225ed: Pull complete [2023-05-03T11:02:49.125Z] 339a4e72a1f5: Pull complete [2023-05-03T11:02:49.125Z] 988bab9f4d93: Pull complete [2023-05-03T11:02:49.384Z] 1469e6f7b9e6: Pull complete [2023-05-03T11:02:49.384Z] eaf3925da568: Pull complete [2023-05-03T11:02:51.292Z] bab4dde63d76: Pull complete [2023-05-03T11:02:51.292Z] bde34c3a00c8: Pull complete [2023-05-03T11:02:51.553Z] b352a97aabf1: Pull complete [2023-05-03T11:02:51.553Z] 4872d77fe225: Pull complete [2023-05-03T11:02:51.553Z] 5851b861e8e6: Pull complete [2023-05-03T11:02:51.553Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T11:02:51.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T11:02:51.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:02:51.773Z] prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container [2023-05-03T11:02:51.806Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T11:02:55.984Z] $ docker top 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 -eo pid,comm [2023-05-03T11:02:56.034Z] 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-05-03T11:02:56.034Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T11:02:56.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T11:02:56.177Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T11:02:56.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T11:02:56.292Z] $ docker exec 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent [2023-05-03T11:02:56.390Z] SSH_AUTH_SOCK=/tmp/ssh-iKEVUDGtJRjJ/agent.32 [2023-05-03T11:02:56.390Z] SSH_AGENT_PID=38 [2023-05-03T11:02:56.396Z] Running ssh-add (command line suppressed) [2023-05-03T11:02:56.484Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_16574175581583486927.key (/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_16574175581583486927.key) [2023-05-03T11:02:56.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T11:02:56.824Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T11:02:56.851Z] $ docker exec --env ******** --env ******** 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent -k [2023-05-03T11:02:56.931Z] unset SSH_AUTH_SOCK; [2023-05-03T11:02:56.931Z] unset SSH_AGENT_PID; [2023-05-03T11:02:56.931Z] echo Agent pid 38 killed; [2023-05-03T11:02:56.939Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T11:02:57.031Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T11:02:57.031Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T11:02:57.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T11:02:57.143Z] $ docker exec 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent [2023-05-03T11:02:57.239Z] SSH_AUTH_SOCK=/tmp/ssh-cdpAI5kNLBuJ/agent.71 [2023-05-03T11:02:57.239Z] SSH_AGENT_PID=77 [2023-05-03T11:02:57.243Z] Running ssh-add (command line suppressed) [2023-05-03T11:02:57.345Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_17443036551949741469.key (/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_17443036551949741469.key) [2023-05-03T11:02:57.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T11:02:57.692Z] + git semver init [2023-05-03T11:02:57.956Z] 2023-05-03 11:02:57,865 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T11:02:57.956Z] 2023-05-03 11:02:57,866 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver [2023-05-03T11:02:57.956Z] 2023-05-03 11:02:57,866 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-218/.semver [2023-05-03T11:02:57.956Z] 2023-05-03 11:02:57,867 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-218, universal_newlines=False, shell=None, istream=None) [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,683 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-218/.git/info/exclude [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,683 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver/PR-218 with force:False [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,683 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver/PR-218 [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,688 [execute] INFO git cat-file --batch-check [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,694 [execute] INFO git cat-file --batch [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,694 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T11:02:58.896Z] 2023-05-03 11:02:58,699 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-218/.semver/PR-218 [2023-05-03T11:02:58.896Z] 0.0.0 [Pipeline] } [2023-05-03T11:02:58.929Z] $ docker exec --env ******** --env ******** 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent -k [2023-05-03T11:02:59.012Z] unset SSH_AUTH_SOCK; [2023-05-03T11:02:59.013Z] unset SSH_AGENT_PID; [2023-05-03T11:02:59.013Z] echo Agent pid 77 killed; [2023-05-03T11:02:59.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T11:02:59.439Z] + git semver [Pipeline] } [2023-05-03T11:02:59.727Z] $ docker stop --time=1 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 [2023-05-03T11:03:01.091Z] $ docker rm -f --volumes 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T11:03:01.476Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T11:03:01.744Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T11:03:01.765Z] [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-05-03T11:03:02.379Z] provisioning config files... [2023-05-03T11:03:02.389Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config15568354627602852542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:03:02.733Z] ---> docker-login.sh [2023-05-03T11:03:02.733Z] nexus3.edgexfoundry.org:10001 [2023-05-03T11:03:02.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:03:02.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:03:02.733Z] Configure a credential helper to remove this warning. See [2023-05-03T11:03:02.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:03:02.733Z] [2023-05-03T11:03:02.733Z] Login Succeeded [2023-05-03T11:03:02.733Z] nexus3.edgexfoundry.org:10002 [2023-05-03T11:03:02.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:03:02.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:03:02.733Z] Configure a credential helper to remove this warning. See [2023-05-03T11:03:02.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:03:02.733Z] [2023-05-03T11:03:02.733Z] Login Succeeded [2023-05-03T11:03:02.733Z] nexus3.edgexfoundry.org:10003 [2023-05-03T11:03:02.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:03:02.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:03:02.991Z] Configure a credential helper to remove this warning. See [2023-05-03T11:03:02.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:03:02.991Z] [2023-05-03T11:03:02.991Z] Login Succeeded [2023-05-03T11:03:02.991Z] nexus3.edgexfoundry.org:10004 [2023-05-03T11:03:02.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:03:02.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:03:02.991Z] Configure a credential helper to remove this warning. See [2023-05-03T11:03:02.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:03:02.991Z] [2023-05-03T11:03:02.991Z] Login Succeeded [2023-05-03T11:03:02.991Z] docker.io [2023-05-03T11:03:03.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:03:03.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:03:03.250Z] Configure a credential helper to remove this warning. See [2023-05-03T11:03:03.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:03:03.250Z] [2023-05-03T11:03:03.250Z] Login Succeeded [2023-05-03T11:03:03.250Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T11:03:03.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T11:03:03.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T11:03:03.527Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T11:03:03.560Z] ========================================================= [2023-05-03T11:03:03.560Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T11:03:03.560Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:03:04.034Z] + 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-05-03T11:03:04.034Z] Sending build context to Docker daemon 4.229MB [2023-05-03T11:03:04.034Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T11:03:04.034Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-03T11:03:04.034Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T11:03:04.034Z] f56be85fc22e: Pulling fs layer [2023-05-03T11:03:04.034Z] 85791d961cd3: Pulling fs layer [2023-05-03T11:03:04.034Z] d694b5ae8c79: Pulling fs layer [2023-05-03T11:03:04.034Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T11:03:04.034Z] 4d19c01a9841: Pulling fs layer [2023-05-03T11:03:04.034Z] 9325e15d5711: Pulling fs layer [2023-05-03T11:03:04.034Z] 556b6ee489ea: Pulling fs layer [2023-05-03T11:03:04.034Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T11:03:04.034Z] 9f32a84ed3da: Waiting [2023-05-03T11:03:04.034Z] 9325e15d5711: Waiting [2023-05-03T11:03:04.034Z] 4d19c01a9841: Waiting [2023-05-03T11:03:04.034Z] c5a4b2cf53e6: Waiting [2023-05-03T11:03:04.034Z] 85791d961cd3: Download complete [2023-05-03T11:03:04.034Z] 9f32a84ed3da: Verifying Checksum [2023-05-03T11:03:04.034Z] 9f32a84ed3da: Download complete [2023-05-03T11:03:04.034Z] 4d19c01a9841: Download complete [2023-05-03T11:03:04.292Z] f56be85fc22e: Verifying Checksum [2023-05-03T11:03:04.292Z] f56be85fc22e: Download complete [2023-05-03T11:03:04.292Z] 9325e15d5711: Verifying Checksum [2023-05-03T11:03:04.292Z] 9325e15d5711: Download complete [2023-05-03T11:03:04.292Z] f56be85fc22e: Pull complete [2023-05-03T11:03:04.552Z] 85791d961cd3: Pull complete [2023-05-03T11:03:04.552Z] c5a4b2cf53e6: Verifying Checksum [2023-05-03T11:03:04.552Z] c5a4b2cf53e6: Download complete [2023-05-03T11:03:04.811Z] d694b5ae8c79: Download complete [2023-05-03T11:03:05.068Z] 556b6ee489ea: Verifying Checksum [2023-05-03T11:03:05.068Z] 556b6ee489ea: Download complete [2023-05-03T11:03:08.352Z] d694b5ae8c79: Pull complete [2023-05-03T11:03:08.352Z] 9f32a84ed3da: Pull complete [2023-05-03T11:03:08.352Z] 4d19c01a9841: Pull complete [2023-05-03T11:03:08.352Z] 9325e15d5711: Pull complete [2023-05-03T11:03:10.248Z] 556b6ee489ea: Pull complete [2023-05-03T11:03:10.812Z] c5a4b2cf53e6: Pull complete [2023-05-03T11:03:11.075Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T11:03:11.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T11:03:11.075Z] ---> c4be618373d6 [2023-05-03T11:03:11.075Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-03T11:03:17.199Z] Still waiting to schedule task [2023-05-03T11:03:17.199Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-12569’ is offline [2023-05-03T11:03:21.060Z] ---> Running in 6cfc02730839 [2023-05-03T11:03:21.060Z] Removing intermediate container 6cfc02730839 [2023-05-03T11:03:21.060Z] ---> dd24bca32921 [2023-05-03T11:03:21.060Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T11:03:21.060Z] ---> Running in 8bdbb1d71e82 [2023-05-03T11:03:21.060Z] Removing intermediate container 8bdbb1d71e82 [2023-05-03T11:03:21.060Z] ---> 6adf1f8c8a0b [2023-05-03T11:03:21.060Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T11:03:21.060Z] ---> Running in 7c944276642c [2023-05-03T11:03:21.060Z] Removing intermediate container 7c944276642c [2023-05-03T11:03:21.060Z] ---> f0df96ed6677 [2023-05-03T11:03:21.060Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T11:03:21.060Z] ---> Running in 16074f276a01 [2023-05-03T11:03:21.060Z] Removing intermediate container 16074f276a01 [2023-05-03T11:03:21.060Z] ---> 211215cc56ab [2023-05-03T11:03:21.060Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T11:03:21.060Z] ---> Running in b20237428331 [2023-05-03T11:03:21.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T11:03:21.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T11:03:21.060Z] OK: 265 MiB in 53 packages [2023-05-03T11:03:21.060Z] Removing intermediate container b20237428331 [2023-05-03T11:03:21.060Z] ---> f1367f021c6b [2023-05-03T11:03:21.060Z] Step 8/12 : WORKDIR /app [2023-05-03T11:03:21.060Z] ---> Running in f970aff9db29 [2023-05-03T11:03:21.319Z] Removing intermediate container f970aff9db29 [2023-05-03T11:03:21.319Z] ---> 0eb0a9faefa6 [2023-05-03T11:03:21.319Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-03T11:03:21.319Z] ---> 9ec4858f4d12 [2023-05-03T11:03:21.319Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T11:03:21.319Z] ---> Running in 5d871e7fd57d [2023-05-03T11:04:17.545Z] Removing intermediate container 5d871e7fd57d [2023-05-03T11:04:17.545Z] ---> fc013f774a5f [2023-05-03T11:04:17.545Z] Step 11/12 : COPY . . [2023-05-03T11:04:17.545Z] ---> 521655132564 [2023-05-03T11:04:17.545Z] Step 12/12 : RUN $MAKE [2023-05-03T11:04:17.545Z] ---> Running in 6ef0b89341ef [2023-05-03T11:04:17.545Z] noop [2023-05-03T11:04:17.545Z] Removing intermediate container 6ef0b89341ef [2023-05-03T11:04:17.545Z] ---> ec6f4378d382 [2023-05-03T11:04:17.545Z] Successfully built ec6f4378d382 [2023-05-03T11:04:17.545Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:04:17.976Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T11:04:17.976Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:04:18.120Z] prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container [2023-05-03T11:04:18.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T11:04:18.494Z] $ docker top c9780db0800beb7cf9f857cfc5f2729e7512611a52d86976feca60c5447aa103 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T11:04:18.878Z] + go version [2023-05-03T11:04:18.878Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T11:04:18.910Z] $ docker stop --time=1 c9780db0800beb7cf9f857cfc5f2729e7512611a52d86976feca60c5447aa103 [2023-05-03T11:04:20.159Z] $ docker rm -f --volumes c9780db0800beb7cf9f857cfc5f2729e7512611a52d86976feca60c5447aa103 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:04:20.842Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T11:04:20.842Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:04:20.993Z] prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container [2023-05-03T11:04:21.024Z] $ 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-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T11:04:21.366Z] $ docker top 1d7ad2349b948b4f4455c78ad19d1f8373cb4b2985ec3a3ac52f44ad5602f1e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T11:04:21.760Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-218 [Pipeline] fileExists [Pipeline] sh [2023-05-03T11:04:22.119Z] + make test [2023-05-03T11:04:22.119Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T11:04:26.306Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-05-03T11:04:36.276Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-05-03T11:04:36.276Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-05-03T11:04:38.801Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.482s coverage: 40.5% of statements [2023-05-03T11:04:38.801Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.243s coverage: 52.0% of statements [2023-05-03T11:04:38.801Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 94.6% of statements [2023-05-03T11:04:46.912Z] go vet ./... [2023-05-03T11:04:48.814Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T11:04:48.814Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T11:04:49.076Z] ./bin/test-attribution-txt.sh [2023-05-03T11:04:49.076Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-05-03T11:04:49.076Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-05-03T11:04:49.110Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T11:04:49.140Z] $ docker stop --time=1 1d7ad2349b948b4f4455c78ad19d1f8373cb4b2985ec3a3ac52f44ad5602f1e3 [2023-05-03T11:04:53.294Z] $ docker rm -f --volumes 1d7ad2349b948b4f4455c78ad19d1f8373cb4b2985ec3a3ac52f44ad5602f1e3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T11:04:53.881Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T11:04:53.972Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-03T11:04:54.644Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T11:04:54.958Z] + ls -al . [2023-05-03T11:04:54.958Z] total 628 [2023-05-03T11:04:54.958Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 11:04 . [2023-05-03T11:04:54.958Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:02 .. [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 134 May 3 11:02 .dockerignore [2023-05-03T11:04:54.958Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 11:02 .git [2023-05-03T11:04:54.958Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 11:02 .github [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 946 May 3 11:02 .gitignore [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 41 May 3 11:02 .golangci.yml [2023-05-03T11:04:54.958Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 11:02 .semver [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 10794 May 3 11:02 Attribution.txt [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 5905 May 3 11:02 CHANGELOG.md [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 1347 May 3 11:02 Dockerfile [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 11:02 GOVERNANCE.md [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 683 May 3 11:02 Jenkinsfile [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 3 11:02 LICENSE [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 2053 May 3 11:02 Makefile [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 11:02 OWNERS.md [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 28505 May 3 11:02 README.md [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 11:03 VERSION [2023-05-03T11:04:54.958Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:02 bin [2023-05-03T11:04:54.958Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:02 cmd [2023-05-03T11:04:54.958Z] -rw-r--r-- 1 jenkins jenkins 458038 May 3 11:04 coverage.out [2023-05-03T11:04:54.958Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:02 examples [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 3419 May 3 11:02 go.mod [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 31078 May 3 11:02 go.sum [2023-05-03T11:04:54.958Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:02 images [2023-05-03T11:04:54.958Z] drwxrwxr-x 5 jenkins jenkins 4096 May 3 11:02 internal [2023-05-03T11:04:54.958Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:02 snap [2023-05-03T11:04:54.958Z] -rw-rw-r-- 1 jenkins jenkins 193 May 3 11:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:04:55.353Z] + 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=63956fdf7eca6369faead5fb29641ecebe1bf71e --label arch=amd64 --label version=0.0.0 . [2023-05-03T11:04:55.353Z] Sending build context to Docker daemon 4.229MB [2023-05-03T11:04:55.353Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T11:04:55.353Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-03T11:04:55.353Z] ---> ec6f4378d382 [2023-05-03T11:04:55.353Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T11:04:55.612Z] ---> Running in 99a2efce9924 [2023-05-03T11:04:55.612Z] Removing intermediate container 99a2efce9924 [2023-05-03T11:04:55.612Z] ---> 3fd415241c3c [2023-05-03T11:04:55.612Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T11:04:55.612Z] ---> Running in f7f652b7ca13 [2023-05-03T11:04:55.878Z] Removing intermediate container f7f652b7ca13 [2023-05-03T11:04:55.878Z] ---> 7ec8707bc516 [2023-05-03T11:04:55.878Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T11:04:55.878Z] ---> Running in 0c61ee17e00d [2023-05-03T11:04:55.878Z] Removing intermediate container 0c61ee17e00d [2023-05-03T11:04:55.878Z] ---> 02fc9ad4a1b8 [2023-05-03T11:04:55.878Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T11:04:56.136Z] ---> Running in 718c5a8bdd11 [2023-05-03T11:04:56.136Z] Removing intermediate container 718c5a8bdd11 [2023-05-03T11:04:56.136Z] ---> aad2ad5401b3 [2023-05-03T11:04:56.136Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T11:04:56.136Z] ---> Running in ad13027d8b33 [2023-05-03T11:04:56.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T11:04:56.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T11:04:56.659Z] OK: 265 MiB in 53 packages [2023-05-03T11:04:57.233Z] Removing intermediate container ad13027d8b33 [2023-05-03T11:04:57.233Z] ---> 3ecfb7beb38e [2023-05-03T11:04:57.233Z] Step 8/24 : WORKDIR /app [2023-05-03T11:04:57.233Z] ---> Running in b5c9f3dfafac [2023-05-03T11:04:57.233Z] Removing intermediate container b5c9f3dfafac [2023-05-03T11:04:57.233Z] ---> 3bd337d946f0 [2023-05-03T11:04:57.233Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-03T11:04:57.233Z] ---> b0667c558dfe [2023-05-03T11:04:57.233Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T11:04:57.233Z] ---> Running in 935e96a13069 [2023-05-03T11:04:58.253Z] Removing intermediate container 935e96a13069 [2023-05-03T11:04:58.253Z] ---> c1fb444d1978 [2023-05-03T11:04:58.253Z] Step 11/24 : COPY . . [2023-05-03T11:04:58.515Z] ---> 04148c6fc252 [2023-05-03T11:04:58.515Z] Step 12/24 : RUN $MAKE [2023-05-03T11:04:58.515Z] ---> Running in 8fec8536bd2b [2023-05-03T11:04:58.778Z] 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-05-03T11:05:07.635Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12574 in /w/workspace/undry_device-rfid-llrp-go_PR-218 [Pipeline] { [Pipeline] ws [2023-05-03T11:05:07.697Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-05-03T11:05:07.774Z] Selected Git installation does not exist. Using Default [2023-05-03T11:05:07.774Z] The recommended git tool is: NONE [2023-05-03T11:05:13.196Z] using credential edgex-jenkins-ssh [2023-05-03T11:05:13.217Z] Cloning the remote Git repository [2023-05-03T11:05:13.263Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-05-03T11:05:13.357Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-05-03T11:05:13.505Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-05-03T11:05:13.506Z] > git --version # timeout=10 [2023-05-03T11:05:13.527Z] > git --version # 'git version 2.25.1' [2023-05-03T11:05:13.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T11:05:13.687Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T11:05:14.758Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-05-03T11:05:14.778Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T11:05:16.284Z] Merging remotes/origin/main commit 6e4500d7246dada94f826fd10aec60271f103086 into PR head commit 63956fdf7eca6369faead5fb29641ecebe1bf71e [2023-05-03T11:05:15.689Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-05-03T11:05:15.740Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-05-03T11:05:15.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T11:05:15.758Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/218/head:refs/remotes/origin/PR-218 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-03T11:05:16.299Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T11:05:16.374Z] > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 [2023-05-03T11:05:16.484Z] > git remote # timeout=10 [2023-05-03T11:05:16.503Z] > git config --get remote.origin.url # timeout=10 [2023-05-03T11:05:16.589Z] Merge succeeded, producing 63956fdf7eca6369faead5fb29641ecebe1bf71e [2023-05-03T11:05:16.590Z] Checking out Revision 63956fdf7eca6369faead5fb29641ecebe1bf71e (PR-218) [2023-05-03T11:05:17.090Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-05-03T11:05:17.136Z] > git --version # timeout=10 [2023-05-03T11:05:17.145Z] > git --version # 'git version 2.25.1' [2023-05-03T11:05:17.171Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T11:05:16.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T11:05:16.539Z] > git merge 6e4500d7246dada94f826fd10aec60271f103086 # timeout=10 [2023-05-03T11:05:16.565Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-03T11:05:16.593Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T11:05:16.608Z] > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 [2023-05-03T11:05:18.390Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T11:05:18.390Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T11:05:18.390Z] Dload Upload Total Spent Left Speed [2023-05-03T11:05:18.390Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72862 0 --:--:-- --:--:-- --:--:-- 73281 [Pipeline] sh [2023-05-03T11:05:19.009Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T11:05:19.364Z] + sudo tee /etc/docker/daemon.new [2023-05-03T11:05:19.364Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T11:05:19.364Z] { [2023-05-03T11:05:19.364Z] "registry-mirrors": [ [2023-05-03T11:05:19.364Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T11:05:19.364Z] ], [2023-05-03T11:05:19.364Z] "bip": "10.250.0.254/24", [2023-05-03T11:05:19.364Z] "hosts": [ [2023-05-03T11:05:19.364Z] "tcp://0.0.0.0:5555", [2023-05-03T11:05:19.364Z] "unix:///var/run/docker.sock" [2023-05-03T11:05:19.364Z] ], [2023-05-03T11:05:19.364Z] "mtu": 1458, [2023-05-03T11:05:19.364Z] "selinux-enabled": true, [2023-05-03T11:05:19.364Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T11:05:19.364Z] } [Pipeline] sh [2023-05-03T11:05:19.728Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T11:05:20.073Z] + sudo service docker restart [2023-05-03T11:05:20.702Z] Removing intermediate container 8fec8536bd2b [2023-05-03T11:05:20.702Z] ---> 25eb498691ac [2023-05-03T11:05:20.702Z] Step 13/24 : FROM alpine:3.17 [2023-05-03T11:05:20.702Z] 3.17: Pulling from library/alpine [2023-05-03T11:05:20.702Z] f56be85fc22e: Already exists [2023-05-03T11:05:20.702Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T11:05:20.702Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T11:05:20.702Z] ---> 9ed4aefc74f6 [2023-05-03T11:05:20.702Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-03T11:05:20.702Z] ---> Running in d4030169655f [2023-05-03T11:05:20.702Z] Removing intermediate container d4030169655f [2023-05-03T11:05:20.702Z] ---> bb2ab22a9e23 [2023-05-03T11:05:20.702Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T11:05:20.702Z] ---> Running in 123df66340cf [2023-05-03T11:05:20.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T11:05:20.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T11:05:20.962Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T11:05:20.962Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T11:05:20.962Z] OK: 7 MiB in 16 packages [2023-05-03T11:05:21.527Z] Removing intermediate container 123df66340cf [2023-05-03T11:05:21.527Z] ---> a88b16ba49bd [2023-05-03T11:05:21.527Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-05-03T11:05:21.527Z] ---> ee3313a43b6f [2023-05-03T11:05:21.527Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-05-03T11:05:21.527Z] ---> f9dca936f89a [2023-05-03T11:05:21.527Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-05-03T11:05:22.461Z] ---> 75d5bda33ca0 [2023-05-03T11:05:22.461Z] Step 19/24 : EXPOSE 59989 [2023-05-03T11:05:22.461Z] ---> Running in fd764586eddd [2023-05-03T11:05:22.719Z] Removing intermediate container fd764586eddd [2023-05-03T11:05:22.719Z] ---> 92fd6fdddfa6 [2023-05-03T11:05:22.719Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-05-03T11:05:22.719Z] ---> Running in 87c0fa4edd67 [2023-05-03T11:05:22.719Z] Removing intermediate container 87c0fa4edd67 [2023-05-03T11:05:22.719Z] ---> ea374bc1b5d9 [2023-05-03T11:05:22.719Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T11:05:22.719Z] ---> Running in 0b58222b95e5 [2023-05-03T11:05:22.719Z] Removing intermediate container 0b58222b95e5 [2023-05-03T11:05:22.719Z] ---> c8cdae76f212 [2023-05-03T11:05:22.719Z] Step 22/24 : LABEL arch=amd64 [2023-05-03T11:05:22.977Z] ---> Running in 27b933f57e54 [2023-05-03T11:05:22.977Z] Removing intermediate container 27b933f57e54 [2023-05-03T11:05:22.977Z] ---> 607846a9c14d [2023-05-03T11:05:22.977Z] Step 23/24 : LABEL git_sha=63956fdf7eca6369faead5fb29641ecebe1bf71e [2023-05-03T11:05:22.977Z] ---> Running in b07c707bbfd8 [2023-05-03T11:05:23.234Z] Removing intermediate container b07c707bbfd8 [2023-05-03T11:05:23.234Z] ---> 023de165c430 [2023-05-03T11:05:23.234Z] Step 24/24 : LABEL version=0.0.0 [2023-05-03T11:05:23.234Z] ---> Running in 1fe539f5a7fc [2023-05-03T11:05:23.493Z] Removing intermediate container 1fe539f5a7fc [2023-05-03T11:05:23.493Z] ---> c91e3c4bbf25 [2023-05-03T11:05:23.493Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T11:05:23.493Z] Successfully built c91e3c4bbf25 [2023-05-03T11:05:23.493Z] 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-05-03T11:05:24.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T11:05:24.352Z] [2023-05-03T11:05:24.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:05:24.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T11:05:24.723Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T11:05:24.723Z] 5eb5b503b376: Pulling fs layer [2023-05-03T11:05:24.723Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T11:05:24.723Z] ec43610c2a17: Pulling fs layer [2023-05-03T11:05:24.723Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T11:05:24.723Z] 33b1e0a273af: Pulling fs layer [2023-05-03T11:05:24.723Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T11:05:24.723Z] 2f39f015ded8: Pulling fs layer [2023-05-03T11:05:24.723Z] 3a2ae6a8a46f: Waiting [2023-05-03T11:05:24.723Z] 33b1e0a273af: Waiting [2023-05-03T11:05:24.723Z] 5d3b04190fa2: Waiting [2023-05-03T11:05:24.723Z] 2f39f015ded8: Waiting [2023-05-03T11:05:24.724Z] 5c69ac0246d0: Verifying Checksum [2023-05-03T11:05:24.724Z] 5c69ac0246d0: Download complete [2023-05-03T11:05:24.724Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-03T11:05:24.724Z] 3a2ae6a8a46f: Download complete [2023-05-03T11:05:24.981Z] 33b1e0a273af: Verifying Checksum [2023-05-03T11:05:24.981Z] 33b1e0a273af: Download complete [2023-05-03T11:05:24.981Z] 5d3b04190fa2: Verifying Checksum [2023-05-03T11:05:24.981Z] 5d3b04190fa2: Download complete [2023-05-03T11:05:24.981Z] ec43610c2a17: Verifying Checksum [2023-05-03T11:05:24.981Z] ec43610c2a17: Download complete [2023-05-03T11:05:24.981Z] 5eb5b503b376: Verifying Checksum [2023-05-03T11:05:24.981Z] 5eb5b503b376: Download complete [2023-05-03T11:05:25.547Z] 2f39f015ded8: Download complete [2023-05-03T11:05:26.114Z] 5eb5b503b376: Pull complete [2023-05-03T11:05:26.372Z] 5c69ac0246d0: Pull complete [2023-05-03T11:05:26.938Z] ec43610c2a17: Pull complete [2023-05-03T11:05:26.938Z] 3a2ae6a8a46f: Pull complete [2023-05-03T11:05:27.198Z] 33b1e0a273af: Pull complete [2023-05-03T11:05:27.459Z] 5d3b04190fa2: Pull complete [2023-05-03T11:05:31.649Z] 2f39f015ded8: Pull complete [2023-05-03T11:05:31.649Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T11:05:31.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T11:05:31.649Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:05:31.877Z] prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container [2023-05-03T11:05:31.908Z] $ 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-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@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-05-03T11:05:38.167Z] $ docker top 09ce6a09affeaba894824d32923740bed75507b1f80e8ffe06ed623b907753e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T11:05:38.471Z] provisioning config files... [2023-05-03T11:05:38.496Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config10523340948598546369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:05:38.629Z] ---> job-cost.sh [2023-05-03T11:05:38.629Z] lf-activate-venv: SKIPPING [2023-05-03T11:05:38.629Z] INFO: No Stack... [2023-05-03T11:05:38.875Z] ---> docker-login.sh [2023-05-03T11:05:38.875Z] nexus3.edgexfoundry.org:10001 [2023-05-03T11:05:38.889Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T11:05:39.149Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T11:05:39.464Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-218/archives/cost.csv [2023-05-03T11:05:39.464Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T11:05:39.507Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [2023-05-03T11:05:39.512Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] did not exist. Created. [2023-05-03T11:05:39.512Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T11:05:39.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:05:39.901Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-03T11:05:39.966Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T11:05:39.992Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T11:05:40.082Z] $ docker stop --time=1 09ce6a09affeaba894824d32923740bed75507b1f80e8ffe06ed623b907753e3 [2023-05-03T11:05:40.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:05:40.107Z] Configure a credential helper to remove this warning. See [2023-05-03T11:05:40.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:05:40.107Z] [2023-05-03T11:05:40.107Z] Login Succeeded [2023-05-03T11:05:40.107Z] nexus3.edgexfoundry.org:10002 [2023-05-03T11:05:40.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:05:40.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:05:40.375Z] Configure a credential helper to remove this warning. See [2023-05-03T11:05:40.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:05:40.375Z] [2023-05-03T11:05:40.375Z] Login Succeeded [2023-05-03T11:05:40.375Z] nexus3.edgexfoundry.org:10003 [2023-05-03T11:05:40.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:05:40.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:05:40.645Z] Configure a credential helper to remove this warning. See [2023-05-03T11:05:40.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:05:40.645Z] [2023-05-03T11:05:40.645Z] Login Succeeded [2023-05-03T11:05:40.645Z] nexus3.edgexfoundry.org:10004 [2023-05-03T11:05:40.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:05:41.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:05:41.188Z] Configure a credential helper to remove this warning. See [2023-05-03T11:05:41.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:05:41.188Z] [2023-05-03T11:05:41.188Z] Login Succeeded [2023-05-03T11:05:41.188Z] docker.io [2023-05-03T11:05:41.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T11:05:41.403Z] $ docker rm -f --volumes 09ce6a09affeaba894824d32923740bed75507b1f80e8ffe06ed623b907753e3 [2023-05-03T11:05:41.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T11:05:41.460Z] Configure a credential helper to remove this warning. See [2023-05-03T11:05:41.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T11:05:41.460Z] [2023-05-03T11:05:41.460Z] Login Succeeded [2023-05-03T11:05:41.460Z] ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-05-03T11:05:41.630Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-05-03T11:05:42.053Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T11:05:42.096Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T11:05:42.129Z] ========================================================= [2023-05-03T11:05:42.129Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T11:05:42.129Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:05:42.607Z] + 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-05-03T11:05:42.876Z] Sending build context to Docker daemon 1.211MB [2023-05-03T11:05:42.876Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T11:05:42.876Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-03T11:05:42.876Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T11:05:42.876Z] c41833b44d91: Pulling fs layer [2023-05-03T11:05:42.876Z] ed15518f5707: Pulling fs layer [2023-05-03T11:05:42.876Z] feae8fd75edb: Pulling fs layer [2023-05-03T11:05:42.876Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T11:05:42.876Z] 3cdef696dda3: Pulling fs layer [2023-05-03T11:05:42.876Z] 2ced38df9373: Pulling fs layer [2023-05-03T11:05:42.876Z] 58f1dce35555: Pulling fs layer [2023-05-03T11:05:42.876Z] 3cdef696dda3: Waiting [2023-05-03T11:05:42.876Z] 2ced38df9373: Waiting [2023-05-03T11:05:42.876Z] 242c74f7c9fa: Waiting [2023-05-03T11:05:42.876Z] 58f1dce35555: Waiting [2023-05-03T11:05:43.144Z] ed15518f5707: Verifying Checksum [2023-05-03T11:05:43.144Z] ed15518f5707: Download complete [2023-05-03T11:05:43.144Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T11:05:43.144Z] 242c74f7c9fa: Download complete [2023-05-03T11:05:43.144Z] 3cdef696dda3: Verifying Checksum [2023-05-03T11:05:43.144Z] 3cdef696dda3: Download complete [2023-05-03T11:05:43.144Z] c41833b44d91: Verifying Checksum [2023-05-03T11:05:43.144Z] c41833b44d91: Download complete [2023-05-03T11:05:44.121Z] c41833b44d91: Pull complete [2023-05-03T11:05:44.415Z] 58f1dce35555: Verifying Checksum [2023-05-03T11:05:44.415Z] 58f1dce35555: Download complete [2023-05-03T11:05:45.382Z] feae8fd75edb: Verifying Checksum [2023-05-03T11:05:45.382Z] feae8fd75edb: Download complete [2023-05-03T11:05:45.382Z] 2ced38df9373: Verifying Checksum [2023-05-03T11:05:45.382Z] 2ced38df9373: Download complete [2023-05-03T11:05:46.872Z] ed15518f5707: Pull complete [2023-05-03T11:05:56.940Z] feae8fd75edb: Pull complete [2023-05-03T11:05:56.940Z] 242c74f7c9fa: Pull complete [2023-05-03T11:05:56.940Z] 3cdef696dda3: Pull complete [2023-05-03T11:06:02.304Z] 2ced38df9373: Pull complete [2023-05-03T11:06:04.883Z] 58f1dce35555: Pull complete [2023-05-03T11:06:04.883Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T11:06:04.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T11:06:04.883Z] ---> fadd8f120f05 [2023-05-03T11:06:04.883Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-03T11:06:06.293Z] ---> Running in a5036c6f94b4 [2023-05-03T11:06:06.562Z] Removing intermediate container a5036c6f94b4 [2023-05-03T11:06:06.562Z] ---> 0a3ca45af8fd [2023-05-03T11:06:06.562Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T11:06:06.562Z] ---> Running in 6b3ebb10bfd4 [2023-05-03T11:06:06.828Z] Removing intermediate container 6b3ebb10bfd4 [2023-05-03T11:06:06.828Z] ---> e5b566a3371a [2023-05-03T11:06:06.828Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T11:06:06.828Z] ---> Running in 38292f8f650b [2023-05-03T11:06:07.426Z] Removing intermediate container 38292f8f650b [2023-05-03T11:06:07.426Z] ---> 5214207ea193 [2023-05-03T11:06:07.426Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T11:06:07.426Z] ---> Running in 26045e131e67 [2023-05-03T11:06:07.697Z] Removing intermediate container 26045e131e67 [2023-05-03T11:06:07.697Z] ---> a90be5d7ec36 [2023-05-03T11:06:07.697Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T11:06:07.697Z] ---> Running in 3290e9235094 [2023-05-03T11:06:08.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T11:06:09.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T11:06:10.663Z] OK: 263 MiB in 53 packages [2023-05-03T11:06:11.256Z] Removing intermediate container 3290e9235094 [2023-05-03T11:06:11.256Z] ---> e832d58c5589 [2023-05-03T11:06:11.256Z] Step 8/12 : WORKDIR /app [2023-05-03T11:06:11.256Z] ---> Running in 05759686bb14 [2023-05-03T11:06:11.524Z] Removing intermediate container 05759686bb14 [2023-05-03T11:06:11.524Z] ---> 0a94a7f64bdd [2023-05-03T11:06:11.524Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-03T11:06:11.794Z] ---> 0d0b9a217d63 [2023-05-03T11:06:11.794Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T11:06:12.061Z] ---> Running in a1aca17dd87c [2023-05-03T11:07:08.481Z] Removing intermediate container a1aca17dd87c [2023-05-03T11:07:08.481Z] ---> cd01562397ba [2023-05-03T11:07:08.481Z] Step 11/12 : COPY . . [2023-05-03T11:07:09.066Z] ---> 8539fc0020dd [2023-05-03T11:07:09.066Z] Step 12/12 : RUN $MAKE [2023-05-03T11:07:09.066Z] ---> Running in f31a5348b5ad [2023-05-03T11:07:10.029Z] noop [2023-05-03T11:07:10.616Z] Removing intermediate container f31a5348b5ad [2023-05-03T11:07:10.616Z] ---> 1b80b67a505b [2023-05-03T11:07:10.616Z] Successfully built 1b80b67a505b [2023-05-03T11:07:10.616Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:07:11.097Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T11:07:11.097Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:07:11.395Z] prd-ubuntu20.04-docker-arm64-4c-16g-12574 does not seem to be running inside a container [2023-05-03T11:07:11.465Z] $ 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-05-03T11:07:12.734Z] $ docker top 3f9032c8b9dc8145692de1c3a8658eb14180f11e99447a34c550bac4b8f4466d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T11:07:13.651Z] + go version [2023-05-03T11:07:13.651Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T11:07:13.697Z] $ docker stop --time=1 3f9032c8b9dc8145692de1c3a8658eb14180f11e99447a34c550bac4b8f4466d [2023-05-03T11:07:15.353Z] $ docker rm -f --volumes 3f9032c8b9dc8145692de1c3a8658eb14180f11e99447a34c550bac4b8f4466d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:07:16.210Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T11:07:16.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:07:16.486Z] prd-ubuntu20.04-docker-arm64-4c-16g-12574 does not seem to be running inside a container [2023-05-03T11:07:16.558Z] $ 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-05-03T11:07:17.780Z] $ docker top 8b8918a5281c86dbdaeee350e74693645fbc35f3483ae3a0bd4c6b490e742a86 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T11:07:18.685Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T11:07:19.393Z] + make test [2023-05-03T11:07:19.393Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T11:07:58.296Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-05-03T11:09:50.034Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-05-03T11:09:50.034Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-05-03T11:10:22.274Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.179s coverage: 40.5% of statements [2023-05-03T11:10:22.274Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.551s coverage: 52.0% of statements [2023-05-03T11:10:22.274Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.036s coverage: 96.4% of statements [2023-05-03T11:10:22.274Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T11:10:22.274Z] go vet ./... [2023-05-03T11:10:49.000Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T11:10:49.000Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T11:10:49.000Z] ./bin/test-attribution-txt.sh [2023-05-03T11:10:49.268Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-05-03T11:10:49.268Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-05-03T11:10:49.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T11:10:49.340Z] $ docker stop --time=1 8b8918a5281c86dbdaeee350e74693645fbc35f3483ae3a0bd4c6b490e742a86 [2023-05-03T11:10:51.245Z] $ docker rm -f --volumes 8b8918a5281c86dbdaeee350e74693645fbc35f3483ae3a0bd4c6b490e742a86 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T11:10:52.524Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T11:10:52.558Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T11:10:53.228Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T11:10:53.824Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T11:10:54.164Z] + ls -al . [2023-05-03T11:10:54.164Z] total 624 [2023-05-03T11:10:54.164Z] drwxrwxr-x 10 jenkins jenkins 4096 May 3 11:07 . [2023-05-03T11:10:54.164Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:05 .. [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 134 May 3 11:05 .dockerignore [2023-05-03T11:10:54.164Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 11:05 .git [2023-05-03T11:10:54.164Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 11:05 .github [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 946 May 3 11:05 .gitignore [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 41 May 3 11:05 .golangci.yml [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 10794 May 3 11:05 Attribution.txt [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 5905 May 3 11:05 CHANGELOG.md [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 1347 May 3 11:05 Dockerfile [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 11:05 GOVERNANCE.md [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 683 May 3 11:05 Jenkinsfile [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 3 11:05 LICENSE [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 2053 May 3 11:05 Makefile [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 11:05 OWNERS.md [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 28505 May 3 11:05 README.md [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 11:03 VERSION [2023-05-03T11:10:54.164Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:05 bin [2023-05-03T11:10:54.164Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:05 cmd [2023-05-03T11:10:54.164Z] -rw-r--r-- 1 jenkins jenkins 458038 May 3 11:10 coverage.out [2023-05-03T11:10:54.164Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:05 examples [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 3419 May 3 11:05 go.mod [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 31078 May 3 11:05 go.sum [2023-05-03T11:10:54.164Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:05 images [2023-05-03T11:10:54.164Z] drwxrwxr-x 5 jenkins jenkins 4096 May 3 11:05 internal [2023-05-03T11:10:54.164Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:05 snap [2023-05-03T11:10:54.164Z] -rw-rw-r-- 1 jenkins jenkins 193 May 3 11:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:10:54.584Z] + 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=63956fdf7eca6369faead5fb29641ecebe1bf71e --label arch=arm64 --label version=0.0.0 . [2023-05-03T11:10:54.853Z] Sending build context to Docker daemon 1.211MB [2023-05-03T11:10:54.853Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T11:10:54.853Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-03T11:10:54.853Z] ---> 1b80b67a505b [2023-05-03T11:10:54.853Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T11:10:55.121Z] ---> Running in f9afe4c78b8c [2023-05-03T11:10:55.388Z] Removing intermediate container f9afe4c78b8c [2023-05-03T11:10:55.388Z] ---> 889a144b2bd3 [2023-05-03T11:10:55.388Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T11:10:55.388Z] ---> Running in 2468af9df809 [2023-05-03T11:10:55.656Z] Removing intermediate container 2468af9df809 [2023-05-03T11:10:55.656Z] ---> 6dd16fe8b693 [2023-05-03T11:10:55.656Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T11:10:55.656Z] ---> Running in f16ee871169c [2023-05-03T11:10:56.246Z] Removing intermediate container f16ee871169c [2023-05-03T11:10:56.246Z] ---> 57d060fb7226 [2023-05-03T11:10:56.246Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T11:10:56.246Z] ---> Running in f97ae41040db [2023-05-03T11:10:56.515Z] Removing intermediate container f97ae41040db [2023-05-03T11:10:56.515Z] ---> 1f5d88103004 [2023-05-03T11:10:56.515Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T11:10:56.515Z] ---> Running in 1ec70b9c8458 [2023-05-03T11:10:57.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T11:10:58.063Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T11:10:59.479Z] OK: 263 MiB in 53 packages [2023-05-03T11:11:00.065Z] Removing intermediate container 1ec70b9c8458 [2023-05-03T11:11:00.065Z] ---> 95c8c2e0a122 [2023-05-03T11:11:00.065Z] Step 8/24 : WORKDIR /app [2023-05-03T11:11:00.332Z] ---> Running in 195808e5c9f7 [2023-05-03T11:11:00.599Z] Removing intermediate container 195808e5c9f7 [2023-05-03T11:11:00.600Z] ---> d601d2659726 [2023-05-03T11:11:00.600Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-03T11:11:01.192Z] ---> b6c6f0c49da1 [2023-05-03T11:11:01.192Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T11:11:01.192Z] ---> Running in 762d573ed835 [2023-05-03T11:11:03.773Z] Removing intermediate container 762d573ed835 [2023-05-03T11:11:03.773Z] ---> f684377ed020 [2023-05-03T11:11:03.773Z] Step 11/24 : COPY . . [2023-05-03T11:11:04.356Z] ---> 0318b8ba32a6 [2023-05-03T11:11:04.356Z] Step 12/24 : RUN $MAKE [2023-05-03T11:11:04.356Z] ---> Running in b101efa1baa4 [2023-05-03T11:11:05.315Z] 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-05-03T11:13:26.994Z] Removing intermediate container b101efa1baa4 [2023-05-03T11:13:26.994Z] ---> b1ad793ed87b [2023-05-03T11:13:26.994Z] Step 13/24 : FROM alpine:3.17 [2023-05-03T11:13:26.994Z] 3.17: Pulling from library/alpine [2023-05-03T11:13:26.994Z] c41833b44d91: Already exists [2023-05-03T11:13:26.994Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T11:13:26.994Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T11:13:26.994Z] ---> 51e60588ff2c [2023-05-03T11:13:26.994Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-03T11:13:26.994Z] ---> Running in f4f965714431 [2023-05-03T11:13:26.994Z] Removing intermediate container f4f965714431 [2023-05-03T11:13:26.994Z] ---> 03c48539f8ef [2023-05-03T11:13:26.994Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T11:13:26.994Z] ---> Running in f4f0587b531f [2023-05-03T11:13:26.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T11:13:26.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T11:13:26.994Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T11:13:26.994Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T11:13:26.994Z] OK: 8 MiB in 16 packages [2023-05-03T11:13:26.994Z] Removing intermediate container f4f0587b531f [2023-05-03T11:13:26.994Z] ---> a786c9751950 [2023-05-03T11:13:26.994Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-05-03T11:13:26.994Z] ---> de58e8606520 [2023-05-03T11:13:26.994Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-05-03T11:13:26.994Z] ---> 67ca348143ce [2023-05-03T11:13:26.994Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-05-03T11:13:26.994Z] ---> 71551d7112b8 [2023-05-03T11:13:26.994Z] Step 19/24 : EXPOSE 59989 [2023-05-03T11:13:26.994Z] ---> Running in 017bde112199 [2023-05-03T11:13:26.994Z] Removing intermediate container 017bde112199 [2023-05-03T11:13:26.994Z] ---> 42f8e76cbf77 [2023-05-03T11:13:26.994Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-05-03T11:13:26.994Z] ---> Running in dc791283a769 [2023-05-03T11:13:26.994Z] Removing intermediate container dc791283a769 [2023-05-03T11:13:26.994Z] ---> 8a12c92f0939 [2023-05-03T11:13:26.994Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T11:13:26.994Z] ---> Running in e92bb2e8e568 [2023-05-03T11:13:26.994Z] Removing intermediate container e92bb2e8e568 [2023-05-03T11:13:26.994Z] ---> 27b5305b94d5 [2023-05-03T11:13:26.994Z] Step 22/24 : LABEL arch=arm64 [2023-05-03T11:13:26.994Z] ---> Running in 93a13c9b4709 [2023-05-03T11:13:26.994Z] Removing intermediate container 93a13c9b4709 [2023-05-03T11:13:26.994Z] ---> acd6dcc08194 [2023-05-03T11:13:26.994Z] Step 23/24 : LABEL git_sha=63956fdf7eca6369faead5fb29641ecebe1bf71e [2023-05-03T11:13:26.994Z] ---> Running in b88efb02f535 [2023-05-03T11:13:26.994Z] Removing intermediate container b88efb02f535 [2023-05-03T11:13:26.994Z] ---> 4ab00e668692 [2023-05-03T11:13:26.994Z] Step 24/24 : LABEL version=0.0.0 [2023-05-03T11:13:26.994Z] ---> Running in 2955976e3243 [2023-05-03T11:13:26.994Z] Removing intermediate container 2955976e3243 [2023-05-03T11:13:26.994Z] ---> 757dd838a4ce [2023-05-03T11:13:26.994Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T11:13:26.994Z] Successfully built 757dd838a4ce [2023-05-03T11:13:26.994Z] 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-05-03T11:13:27.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T11:13:27.828Z] [2023-05-03T11:13:27.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:13:28.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T11:13:28.241Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T11:13:28.241Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T11:13:28.241Z] 04944245beec: Pulling fs layer [2023-05-03T11:13:28.241Z] 699f458cf7ca: Pulling fs layer [2023-05-03T11:13:28.241Z] 765212b225bb: Pulling fs layer [2023-05-03T11:13:28.242Z] f23df028b6ca: Pulling fs layer [2023-05-03T11:13:28.242Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T11:13:28.242Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T11:13:28.242Z] 2437ff75d9bd: Waiting [2023-05-03T11:13:28.520Z] 04944245beec: Verifying Checksum [2023-05-03T11:13:28.520Z] 04944245beec: Download complete [2023-05-03T11:13:28.520Z] 765212b225bb: Verifying Checksum [2023-05-03T11:13:28.520Z] 765212b225bb: Download complete [2023-05-03T11:13:28.520Z] f23df028b6ca: Verifying Checksum [2023-05-03T11:13:28.520Z] f23df028b6ca: Download complete [2023-05-03T11:13:28.520Z] d65c8cfc05b1: Verifying Checksum [2023-05-03T11:13:28.520Z] d65c8cfc05b1: Download complete [2023-05-03T11:13:28.520Z] 699f458cf7ca: Verifying Checksum [2023-05-03T11:13:28.520Z] 699f458cf7ca: Download complete [2023-05-03T11:13:29.132Z] 8998bd30e6a1: Verifying Checksum [2023-05-03T11:13:29.132Z] 8998bd30e6a1: Download complete [2023-05-03T11:13:31.108Z] 2437ff75d9bd: Verifying Checksum [2023-05-03T11:13:31.108Z] 2437ff75d9bd: Download complete [2023-05-03T11:13:33.052Z] 8998bd30e6a1: Pull complete [2023-05-03T11:13:33.052Z] 04944245beec: Pull complete [2023-05-03T11:13:34.454Z] 699f458cf7ca: Pull complete [2023-05-03T11:13:34.454Z] 765212b225bb: Pull complete [2023-05-03T11:13:35.410Z] f23df028b6ca: Pull complete [2023-05-03T11:13:35.410Z] d65c8cfc05b1: Pull complete [2023-05-03T11:13:47.704Z] 2437ff75d9bd: Pull complete [2023-05-03T11:13:47.704Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T11:13:47.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T11:13:47.704Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:13:47.996Z] prd-ubuntu20.04-docker-arm64-4c-16g-12574 does not seem to be running inside a container [2023-05-03T11:13:48.046Z] $ 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-05-03T11:13:50.383Z] $ docker top 8598e358065bc0a9f6f3cc68e81f9acbce17c0fad2b052c2f688895df74b7996 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:13:50.966Z] ---> job-cost.sh [2023-05-03T11:13:51.231Z] lf-activate-venv: SKIPPING [2023-05-03T11:13:51.231Z] INFO: No Stack... [2023-05-03T11:13:51.496Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T11:13:52.456Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T11:13:52.795Z] + + cut -d,cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-05-03T11:13:52.795Z] -f6 [Pipeline] lock [2023-05-03T11:13:53.149Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [2023-05-03T11:13:53.154Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] did not exist. Created. [2023-05-03T11:13:53.154Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T11:13:53.569Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-a06fc2c8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-03T11:13:53.923Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T11:13:53.959Z] Warning: overwriting stash ‘stack-cost’ [2023-05-03T11:13:54.017Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T11:13:54.038Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T11:13:54.107Z] $ docker stop --time=1 8598e358065bc0a9f6f3cc68e81f9acbce17c0fad2b052c2f688895df74b7996 [2023-05-03T11:13:55.591Z] $ docker rm -f --volumes 8598e358065bc0a9f6f3cc68e81f9acbce17c0fad2b052c2f688895df74b7996 [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-05-03T11:13:56.536Z] provisioning config files... [2023-05-03T11:13:56.546Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config12596009279603976329tmp [Pipeline] { [Pipeline] sh [2023-05-03T11:13:56.879Z] + set +x [2023-05-03T11:13:56.879Z] + curl -s https://codecov.io/bash [2023-05-03T11:13:56.879Z] + bash -s -- [2023-05-03T11:13:56.879Z] [2023-05-03T11:13:56.880Z] _____ _ [2023-05-03T11:13:56.880Z] / ____| | | [2023-05-03T11:13:56.880Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T11:13:56.880Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T11:13:56.880Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T11:13:56.880Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T11:13:56.880Z] Bash-1.0.6 [2023-05-03T11:13:56.880Z] [2023-05-03T11:13:56.880Z] [2023-05-03T11:13:56.880Z] ==> git version 2.25.1 found [2023-05-03T11:13:56.880Z] ==> 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-05-03T11:13:56.880Z] Release-Date: 2020-01-08 [2023-05-03T11:13:56.880Z] 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-05-03T11:13:56.880Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T11:13:56.880Z] ==> Jenkins CI detected. [2023-05-03T11:13:56.880Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-218 [2023-05-03T11:13:56.880Z] project root: . [2023-05-03T11:13:56.880Z] --> token set from env [2023-05-03T11:13:56.880Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T11:13:56.880Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T11:13:56.880Z] ==> Python coveragepy not found [2023-05-03T11:13:56.880Z] ==> Searching for coverage reports in: [2023-05-03T11:13:56.880Z] + . [2023-05-03T11:13:56.880Z] -> Found 1 reports [2023-05-03T11:13:56.880Z] ==> Detecting git/mercurial file structure [2023-05-03T11:13:57.140Z] ==> Reading reports [2023-05-03T11:13:57.140Z] + ./coverage.out bytes=458038 [2023-05-03T11:13:57.140Z] ==> Appending adjustments [2023-05-03T11:13:57.140Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T11:13:57.140Z] + Found adjustments [2023-05-03T11:13:57.140Z] ==> Gzipping contents [2023-05-03T11:13:57.398Z] 52K /tmp/codecov.JJpnDS.gz [2023-05-03T11:13:57.398Z] ==> Uploading reports [2023-05-03T11:13:57.399Z] url: https://codecov.io [2023-05-03T11:13:57.399Z] query: branch=PR-218&commit=63956fdf7eca6369faead5fb29641ecebe1bf71e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=218&job=&cmd_args= [2023-05-03T11:13:57.399Z] -> Pinging Codecov [2023-05-03T11:13:57.399Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-218&commit=63956fdf7eca6369faead5fb29641ecebe1bf71e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=218&job=&cmd_args= [2023-05-03T11:13:57.399Z] -> Uploading to [2023-05-03T11:13:57.399Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/581DD39554BDF9B6E22D074273EAD858/63956fdf7eca6369faead5fb29641ecebe1bf71e/257bf21f-1dda-451b-9118-eb1e6a751bf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T111357Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dfc6758df7f7c10a318a4c9c2b97e372086ad8c7dbbf4feff4239d9bb36165b3 [2023-05-03T11:13:57.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T11:13:57.399Z] Dload Upload Total Spent Left Speed [2023-05-03T11:13:57.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50495 0 0 100 50495 0 208k --:--:-- --:--:-- --:--:-- 208k [2023-05-03T11:13:57.658Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] } [2023-05-03T11:13:57.683Z] 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-05-03T11:13:59.397Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-218/archives ] [2023-05-03T11:13:59.397Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-218/archives [2023-05-03T11:13:59.397Z] total 16 [2023-05-03T11:13:59.397Z] drwxr-xr-x 3 root root 4096 May 3 11:05 . [2023-05-03T11:13:59.397Z] drwxrwxr-x 12 jenkins jenkins 4096 May 3 11:05 .. [2023-05-03T11:13:59.397Z] drwxr-xr-x 2 root root 4096 May 3 11:05 cost [2023-05-03T11:13:59.397Z] -rw-r--r-- 1 root root 91 May 3 11:05 cost.csv [2023-05-03T11:13:59.397Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-218/archives [2023-05-03T11:13:59.397Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-218/archives [2023-05-03T11:13:59.397Z] total 16 [2023-05-03T11:13:59.397Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 11:05 . [2023-05-03T11:13:59.397Z] drwxrwxr-x 12 jenkins jenkins 4096 May 3 11:05 .. [2023-05-03T11:13:59.397Z] drwxr-xr-x 2 jenkins jenkins 4096 May 3 11:05 cost [2023-05-03T11:13:59.397Z] -rw-r--r-- 1 jenkins jenkins 91 May 3 11:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:13:59.725Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:14:00.614Z] ---> package-listing.sh [2023-05-03T11:14:00.614Z] ++ facter osfamily [2023-05-03T11:14:00.614Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T11:14:00.878Z] + OS_FAMILY=debian [2023-05-03T11:14:00.878Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-218 [2023-05-03T11:14:00.878Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T11:14:00.878Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T11:14:00.878Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T11:14:00.878Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T11:14:00.878Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-218 ']' [2023-05-03T11:14:00.878Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T11:14:00.878Z] + case "${OS_FAMILY}" in [2023-05-03T11:14:00.878Z] + dpkg -l [2023-05-03T11:14:00.878Z] + grep '^ii' [2023-05-03T11:14:00.878Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T11:14:00.878Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T11:14:00.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T11:14:00.878Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-218 ']' [2023-05-03T11:14:00.878Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-218/archives/ [2023-05-03T11:14:00.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-218/archives/ [Pipeline] echo [2023-05-03T11:14:00.911Z] 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-218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-03T11:14:01.201Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T11:14:01.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T11:14:01.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T11:14:01.960Z] prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container [2023-05-03T11:14:01.990Z] $ 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-218/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-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T11:14:02.174Z] $ docker top bcd0d84f2dfcfffedd98e3189eae41edc3d9c7ec11dae2024d5372b9fd4a8024 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T11:14:02.556Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T11:14:02.864Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T11:14:03.170Z] + ls /var/log/sa-host [2023-05-03T11:14:03.170Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T11:14:03.401Z] provisioning config files... [2023-05-03T11:14:03.409Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config7430804760777328200tmp [Pipeline] { [Pipeline] echo [2023-05-03T11:14:03.463Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:14:03.769Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T11:14:03.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:14:04.201Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T11:14:04.238Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:14:04.544Z] ---> sudo-logs.sh [2023-05-03T11:14:04.544Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T11:14:04.621Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:14:04.937Z] ---> job-cost.sh [2023-05-03T11:14:04.937Z] lf-activate-venv: SKIPPING [2023-05-03T11:14:04.937Z] DEBUG: total: 0.2199999988079071 [2023-05-03T11:14:04.938Z] INFO: Retrieving Stack Cost... [2023-05-03T11:14:05.504Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T11:14:05.763Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T11:14:05.794Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T11:14:06.108Z] ---> logs-deploy.sh [2023-05-03T11:14:06.108Z] lf-activate-venv: SKIPPING [2023-05-03T11:14:06.108Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-218/1 [2023-05-03T11:14:06.108Z] INFO: archiving workspace using pattern(s): [2023-05-03T11:14:07.045Z] Archives upload complete. [2023-05-03T11:14:07.045Z] INFO: archiving logs to Nexus