Pull request #207 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bab5ccdb175b4508451e4b5f5505152500af32cc+f0fb454d4e4dcc934eeca44d9ca1b17142f48834 (ae9871c573fc4a6fefa020055143fdb9ab10115e) 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-ssh16837554268382243115.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-ssh1574729107960424647.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-207/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-207/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15160784702047967169.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-207/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1394540449584063880.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-ssh7829121309200644045.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-207/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-207/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17521271120498188224.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 ‘prd-centos7-blackbox-4c-2g-8594’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-8595’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-9021’ is offline ‘prd-ubuntu20.04-docker-8c-8g-9038’ is offline ‘prd-ubuntu20.04-docker-8c-8g-9039’ is offline ‘prd-ubuntu20.04-docker-8c-8g-9046’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-9030’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-9040’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-9041’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9048 in /w/workspace/undry_device-rfid-llrp-go_PR-207 [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-207 # 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 f0fb454d4e4dcc934eeca44d9ca1b17142f48834 into PR head commit bab5ccdb175b4508451e4b5f5505152500af32cc Merge succeeded, producing bab5ccdb175b4508451e4b5f5505152500af32cc Checking out Revision bab5ccdb175b4508451e4b5f5505152500af32cc (PR-207) 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/207/head:refs/remotes/origin/PR-207 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # 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 f0fb454d4e4dcc934eeca44d9ca1b17142f48834 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-19T03:06:43.411Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-19T03:06:43.610Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-19T03:06:43.724Z] ========================================================= [2023-04-19T03:06:43.724Z] EdgeX Global Pipelines Version Info [2023-04-19T03:06:43.724Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:06:44.523Z] ------------------- [2023-04-19T03:06:44.523Z] stable info: [2023-04-19T03:06:44.523Z] ------------------- [2023-04-19T03:06:44.523Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-19T03:06:44.523Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T03:06:44.523Z] Message: update stable to v1.0.248 [2023-04-19T03:06:45.096Z] ------------------- [2023-04-19T03:06:45.096Z] experimental info: [2023-04-19T03:06:45.096Z] ------------------- [2023-04-19T03:06:45.096Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-19T03:06:45.096Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T03:06:45.096Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-19T03:06:45.433Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-04-19T03:06:45.478Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-04-19T03:06:45.517Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-19T03:06:45.565Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-19T03:06:45.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-19T03:06:45.660Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-19T03:06:45.719Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-19T03:06:45.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-19T03:06:45.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-19T03:06:45.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-19T03:06:45.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-19T03:06:45.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-04-19T03:06:46.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-19T03:06:46.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-19T03:06:46.131Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-19T03:06:46.176Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-19T03:06:46.236Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-19T03:06:46.282Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-19T03:06:46.328Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-19T03:06:46.377Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-19T03:06:46.426Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-19T03:06:46.469Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-19T03:06:46.527Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-19T03:06:46.572Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-19T03:06:46.616Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-19T03:06:46.665Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-19T03:06:46.716Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-19T03:06:46.762Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-207 [Pipeline] echo [2023-04-19T03:06:46.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-207 [Pipeline] echo [2023-04-19T03:06:46.863Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-207 [Pipeline] echo [2023-04-19T03:06:46.911Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo [2023-04-19T03:06:46.959Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bab5ccd [Pipeline] echo [2023-04-19T03:06:47.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T03:06:47.138Z] provisioning config files... [2023-04-19T03:06:47.174Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config10753529227006851642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:06:47.527Z] ---> docker-login.sh [2023-04-19T03:06:47.527Z] nexus3.edgexfoundry.org:10001 [2023-04-19T03:06:47.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:06:47.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:06:47.787Z] Configure a credential helper to remove this warning. See [2023-04-19T03:06:47.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:06:47.787Z] [2023-04-19T03:06:47.787Z] Login Succeeded [2023-04-19T03:06:47.787Z] nexus3.edgexfoundry.org:10002 [2023-04-19T03:06:47.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:06:48.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:06:48.049Z] Configure a credential helper to remove this warning. See [2023-04-19T03:06:48.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:06:48.049Z] [2023-04-19T03:06:48.049Z] Login Succeeded [2023-04-19T03:06:48.049Z] nexus3.edgexfoundry.org:10003 [2023-04-19T03:06:48.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:06:48.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:06:48.049Z] Configure a credential helper to remove this warning. See [2023-04-19T03:06:48.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:06:48.049Z] [2023-04-19T03:06:48.049Z] Login Succeeded [2023-04-19T03:06:48.049Z] nexus3.edgexfoundry.org:10004 [2023-04-19T03:06:48.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:06:48.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:06:48.313Z] Configure a credential helper to remove this warning. See [2023-04-19T03:06:48.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:06:48.313Z] [2023-04-19T03:06:48.313Z] Login Succeeded [2023-04-19T03:06:48.313Z] docker.io [2023-04-19T03:06:48.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:06:48.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:06:48.574Z] Configure a credential helper to remove this warning. See [2023-04-19T03:06:48.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:06:48.574Z] [2023-04-19T03:06:48.574Z] Login Succeeded [2023-04-19T03:06:48.574Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T03:06:48.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-19T03:06:49.275Z] + git rev-list -1 --merges bab5ccdb175b4508451e4b5f5505152500af32cc~1..bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo [2023-04-19T03:06:49.337Z] -----------> git rev-list -1 --merges bab5ccdb175b4508451e4b5f5505152500af32cc~1..bab5ccdb175b4508451e4b5f5505152500af32cc bab5ccdb175b4508451e4b5f5505152500af32cc [false] [Pipeline] sh [2023-04-19T03:06:49.669Z] + git log --format=format:%s -1 bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo [2023-04-19T03:06:49.711Z] ========================================================= [2023-04-19T03:06:49.711Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-19T03:06:49.711Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T03:06:50.160Z] + git log --format=format:%s -1 bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo [2023-04-19T03:06:50.195Z] [semverPrep] GIT_COMMIT: bab5ccdb175b4508451e4b5f5505152500af32cc, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-19T03:06:50.225Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-19T03:06:50.631Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-19T03:06:50.631Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-19T03:06:50.631Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-19T03:06:50.631Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-19T03:06:50.631Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-19T03:06:50.631Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-19T03:06:50.631Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:06:51.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T03:06:51.082Z] [2023-04-19T03:06:51.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:06:51.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T03:06:51.466Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-19T03:06:51.466Z] b85a868b505f: Pulling fs layer [2023-04-19T03:06:51.466Z] e2be974225ed: Pulling fs layer [2023-04-19T03:06:51.466Z] 339a4e72a1f5: Pulling fs layer [2023-04-19T03:06:51.466Z] 988bab9f4d93: Pulling fs layer [2023-04-19T03:06:51.466Z] 1469e6f7b9e6: Pulling fs layer [2023-04-19T03:06:51.466Z] eaf3925da568: Pulling fs layer [2023-04-19T03:06:51.466Z] bab4dde63d76: Pulling fs layer [2023-04-19T03:06:51.466Z] bde34c3a00c8: Pulling fs layer [2023-04-19T03:06:51.466Z] b352a97aabf1: Pulling fs layer [2023-04-19T03:06:51.466Z] 4872d77fe225: Pulling fs layer [2023-04-19T03:06:51.466Z] 5851b861e8e6: Pulling fs layer [2023-04-19T03:06:51.466Z] bab4dde63d76: Waiting [2023-04-19T03:06:51.466Z] bde34c3a00c8: Waiting [2023-04-19T03:06:51.466Z] b352a97aabf1: Waiting [2023-04-19T03:06:51.466Z] 4872d77fe225: Waiting [2023-04-19T03:06:51.466Z] 5851b861e8e6: Waiting [2023-04-19T03:06:51.466Z] 988bab9f4d93: Waiting [2023-04-19T03:06:51.466Z] 1469e6f7b9e6: Waiting [2023-04-19T03:06:51.466Z] eaf3925da568: Waiting [2023-04-19T03:06:51.466Z] e2be974225ed: Download complete [2023-04-19T03:06:51.466Z] 988bab9f4d93: Verifying Checksum [2023-04-19T03:06:51.466Z] 988bab9f4d93: Download complete [2023-04-19T03:06:51.729Z] 1469e6f7b9e6: Verifying Checksum [2023-04-19T03:06:51.729Z] 1469e6f7b9e6: Download complete [2023-04-19T03:06:51.729Z] 339a4e72a1f5: Verifying Checksum [2023-04-19T03:06:51.729Z] 339a4e72a1f5: Download complete [2023-04-19T03:06:51.729Z] eaf3925da568: Download complete [2023-04-19T03:06:51.729Z] bde34c3a00c8: Download complete [2023-04-19T03:06:51.729Z] b352a97aabf1: Verifying Checksum [2023-04-19T03:06:51.729Z] b352a97aabf1: Download complete [2023-04-19T03:06:51.729Z] 4872d77fe225: Verifying Checksum [2023-04-19T03:06:51.729Z] 4872d77fe225: Download complete [2023-04-19T03:06:51.729Z] 5851b861e8e6: Verifying Checksum [2023-04-19T03:06:51.729Z] 5851b861e8e6: Download complete [2023-04-19T03:06:51.729Z] b85a868b505f: Verifying Checksum [2023-04-19T03:06:51.729Z] b85a868b505f: Download complete [2023-04-19T03:06:52.310Z] bab4dde63d76: Verifying Checksum [2023-04-19T03:06:52.310Z] bab4dde63d76: Download complete [2023-04-19T03:06:53.247Z] b85a868b505f: Pull complete [2023-04-19T03:06:53.247Z] e2be974225ed: Pull complete [2023-04-19T03:06:53.817Z] 339a4e72a1f5: Pull complete [2023-04-19T03:06:53.817Z] 988bab9f4d93: Pull complete [2023-04-19T03:06:54.078Z] 1469e6f7b9e6: Pull complete [2023-04-19T03:06:54.078Z] eaf3925da568: Pull complete [2023-04-19T03:06:55.981Z] bab4dde63d76: Pull complete [2023-04-19T03:06:55.981Z] bde34c3a00c8: Pull complete [2023-04-19T03:06:55.981Z] b352a97aabf1: Pull complete [2023-04-19T03:06:56.243Z] 4872d77fe225: Pull complete [2023-04-19T03:06:56.243Z] 5851b861e8e6: Pull complete [2023-04-19T03:06:56.243Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-19T03:06:56.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T03:06:56.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:06:56.482Z] prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container [2023-04-19T03:06:56.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-19T03:06:59.444Z] $ docker top 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 -eo pid,comm [2023-04-19T03:06:59.507Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-19T03:06:59.507Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-19T03:06:59.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-19T03:06:59.647Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-19T03:06:59.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-19T03:06:59.756Z] $ docker exec 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent [2023-04-19T03:06:59.868Z] SSH_AUTH_SOCK=/tmp/ssh-FxnG6FisixtY/agent.31 [2023-04-19T03:06:59.868Z] SSH_AGENT_PID=37 [2023-04-19T03:06:59.874Z] Running ssh-add (command line suppressed) [2023-04-19T03:06:59.969Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_168385817988849841.key (/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_168385817988849841.key) [2023-04-19T03:06:59.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-19T03:07:00.354Z] + git tag --points-at HEAD [Pipeline] } [2023-04-19T03:07:00.385Z] $ docker exec --env ******** --env ******** 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent -k [2023-04-19T03:07:00.496Z] unset SSH_AUTH_SOCK; [2023-04-19T03:07:00.499Z] unset SSH_AGENT_PID; [2023-04-19T03:07:00.499Z] echo Agent pid 37 killed; [2023-04-19T03:07:00.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-19T03:07:00.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-19T03:07:00.613Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-19T03:07:00.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-19T03:07:00.732Z] $ docker exec 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent [2023-04-19T03:07:00.853Z] SSH_AUTH_SOCK=/tmp/ssh-i6IpbvhPApXo/agent.69 [2023-04-19T03:07:00.853Z] SSH_AGENT_PID=75 [2023-04-19T03:07:00.858Z] Running ssh-add (command line suppressed) [2023-04-19T03:07:00.960Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_3567288329402319347.key (/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_3567288329402319347.key) [2023-04-19T03:07:00.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-19T03:07:01.317Z] + git semver init [2023-04-19T03:07:01.578Z] 2023-04-19 03:07:01,511 [run_init] DEBUG init version:0.0.0 force:False [2023-04-19T03:07:01.578Z] 2023-04-19 03:07:01,512 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver [2023-04-19T03:07:01.578Z] 2023-04-19 03:07:01,512 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-207/.semver [2023-04-19T03:07:01.578Z] 2023-04-19 03:07:01,513 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-207, universal_newlines=False, shell=None, istream=None) [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,328 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-207/.git/info/exclude [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,329 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver/PR-207 with force:False [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,329 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver/PR-207 [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,334 [execute] INFO git cat-file --batch-check [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,334 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver, universal_newlines=False, shell=None, istream=) [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,340 [execute] INFO git cat-file --batch [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver, universal_newlines=False, shell=None, istream=) [2023-04-19T03:07:02.519Z] 2023-04-19 03:07:02,346 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-207/.semver/PR-207 [2023-04-19T03:07:02.519Z] 0.0.0 [Pipeline] } [2023-04-19T03:07:02.546Z] $ docker exec --env ******** --env ******** 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent -k [2023-04-19T03:07:02.642Z] unset SSH_AUTH_SOCK; [2023-04-19T03:07:02.643Z] unset SSH_AGENT_PID; [2023-04-19T03:07:02.643Z] echo Agent pid 75 killed; [2023-04-19T03:07:02.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-19T03:07:03.094Z] + git semver [Pipeline] } [2023-04-19T03:07:03.384Z] $ docker stop --time=1 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 [2023-04-19T03:07:04.689Z] $ docker rm -f --volumes 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T03:07:05.104Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-19T03:07:05.407Z] Stashed 1 file(s) [Pipeline] echo [2023-04-19T03:07:05.430Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T03:07:06.064Z] provisioning config files... [2023-04-19T03:07:06.073Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config8512924305599681072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:07:06.426Z] ---> docker-login.sh [2023-04-19T03:07:06.426Z] nexus3.edgexfoundry.org:10001 [2023-04-19T03:07:06.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:07:06.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:07:06.426Z] Configure a credential helper to remove this warning. See [2023-04-19T03:07:06.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:07:06.426Z] [2023-04-19T03:07:06.426Z] Login Succeeded [2023-04-19T03:07:06.426Z] nexus3.edgexfoundry.org:10002 [2023-04-19T03:07:06.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:07:06.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:07:06.426Z] Configure a credential helper to remove this warning. See [2023-04-19T03:07:06.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:07:06.426Z] [2023-04-19T03:07:06.426Z] Login Succeeded [2023-04-19T03:07:06.426Z] nexus3.edgexfoundry.org:10003 [2023-04-19T03:07:06.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:07:06.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:07:06.684Z] Configure a credential helper to remove this warning. See [2023-04-19T03:07:06.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:07:06.684Z] [2023-04-19T03:07:06.684Z] Login Succeeded [2023-04-19T03:07:06.684Z] nexus3.edgexfoundry.org:10004 [2023-04-19T03:07:06.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:07:06.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:07:06.684Z] Configure a credential helper to remove this warning. See [2023-04-19T03:07:06.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:07:06.684Z] [2023-04-19T03:07:06.684Z] Login Succeeded [2023-04-19T03:07:06.684Z] docker.io [2023-04-19T03:07:06.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:07:06.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:07:06.943Z] Configure a credential helper to remove this warning. See [2023-04-19T03:07:06.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:07:06.943Z] [2023-04-19T03:07:06.943Z] Login Succeeded [2023-04-19T03:07:06.943Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T03:07:06.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-19T03:07:07.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T03:07:07.249Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T03:07:07.299Z] ========================================================= [2023-04-19T03:07:07.299Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-19T03:07:07.299Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:07:07.846Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-19T03:07:07.846Z] Sending build context to Docker daemon 4.214MB [2023-04-19T03:07:07.846Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T03:07:07.846Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-19T03:07:07.846Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-19T03:07:07.846Z] 63b65145d645: Pulling fs layer [2023-04-19T03:07:07.846Z] a2d21d5440eb: Pulling fs layer [2023-04-19T03:07:07.846Z] 935e6c44a52c: Pulling fs layer [2023-04-19T03:07:07.846Z] 94cc34f8dd06: Pulling fs layer [2023-04-19T03:07:07.846Z] 30dea6a524f1: Pulling fs layer [2023-04-19T03:07:07.846Z] a2aff8979fd8: Pulling fs layer [2023-04-19T03:07:07.846Z] 6808be2612f2: Pulling fs layer [2023-04-19T03:07:07.846Z] f25807f1079a: Pulling fs layer [2023-04-19T03:07:07.846Z] 30dea6a524f1: Waiting [2023-04-19T03:07:07.846Z] a2aff8979fd8: Waiting [2023-04-19T03:07:07.846Z] 6808be2612f2: Waiting [2023-04-19T03:07:07.846Z] f25807f1079a: Waiting [2023-04-19T03:07:07.846Z] 94cc34f8dd06: Waiting [2023-04-19T03:07:08.106Z] a2d21d5440eb: Verifying Checksum [2023-04-19T03:07:08.106Z] a2d21d5440eb: Download complete [2023-04-19T03:07:08.106Z] 94cc34f8dd06: Verifying Checksum [2023-04-19T03:07:08.106Z] 94cc34f8dd06: Download complete [2023-04-19T03:07:08.106Z] 30dea6a524f1: Verifying Checksum [2023-04-19T03:07:08.106Z] 30dea6a524f1: Download complete [2023-04-19T03:07:08.106Z] 63b65145d645: Download complete [2023-04-19T03:07:08.106Z] a2aff8979fd8: Verifying Checksum [2023-04-19T03:07:08.106Z] a2aff8979fd8: Download complete [2023-04-19T03:07:08.106Z] 63b65145d645: Pull complete [2023-04-19T03:07:08.366Z] a2d21d5440eb: Pull complete [2023-04-19T03:07:08.626Z] f25807f1079a: Verifying Checksum [2023-04-19T03:07:08.626Z] f25807f1079a: Download complete [2023-04-19T03:07:08.884Z] 935e6c44a52c: Verifying Checksum [2023-04-19T03:07:08.884Z] 935e6c44a52c: Download complete [2023-04-19T03:07:08.884Z] 6808be2612f2: Verifying Checksum [2023-04-19T03:07:08.884Z] 6808be2612f2: Download complete [2023-04-19T03:07:12.173Z] 935e6c44a52c: Pull complete [2023-04-19T03:07:12.173Z] 94cc34f8dd06: Pull complete [2023-04-19T03:07:12.432Z] 30dea6a524f1: Pull complete [2023-04-19T03:07:12.432Z] a2aff8979fd8: Pull complete [2023-04-19T03:07:14.966Z] 6808be2612f2: Pull complete [2023-04-19T03:07:15.901Z] f25807f1079a: Pull complete [2023-04-19T03:07:15.901Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-19T03:07:15.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-19T03:07:15.901Z] ---> 3b553350e43f [2023-04-19T03:07:15.901Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-19T03:07:20.112Z] ---> Running in ccd34fd9633d [2023-04-19T03:07:20.112Z] Removing intermediate container ccd34fd9633d [2023-04-19T03:07:20.112Z] ---> c42bbd493508 [2023-04-19T03:07:20.112Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T03:07:20.112Z] ---> Running in 76767d3a6257 [2023-04-19T03:07:20.112Z] Removing intermediate container 76767d3a6257 [2023-04-19T03:07:20.112Z] ---> c097fc4355b1 [2023-04-19T03:07:20.112Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T03:07:20.112Z] ---> Running in a8da10e8b916 [2023-04-19T03:07:20.112Z] Removing intermediate container a8da10e8b916 [2023-04-19T03:07:20.112Z] ---> 0335f2dac534 [2023-04-19T03:07:20.112Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T03:07:20.112Z] ---> Running in 8f7019379c8b [2023-04-19T03:07:20.112Z] Removing intermediate container 8f7019379c8b [2023-04-19T03:07:20.112Z] ---> 1199f95ddeb2 [2023-04-19T03:07:20.112Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T03:07:20.112Z] ---> Running in 868384a4f480 [2023-04-19T03:07:20.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T03:07:20.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T03:07:20.371Z] OK: 265 MiB in 53 packages [2023-04-19T03:07:20.629Z] Removing intermediate container 868384a4f480 [2023-04-19T03:07:20.629Z] ---> 252fbb6f6b9a [2023-04-19T03:07:20.629Z] Step 8/12 : WORKDIR /app [2023-04-19T03:07:20.880Z] Still waiting to schedule task [2023-04-19T03:07:20.881Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9043’ [2023-04-19T03:07:20.888Z] ---> Running in a64d79a14eb0 [2023-04-19T03:07:20.888Z] Removing intermediate container a64d79a14eb0 [2023-04-19T03:07:20.888Z] ---> 1196a63137ad [2023-04-19T03:07:20.888Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-19T03:07:20.888Z] ---> c045e38577ae [2023-04-19T03:07:20.888Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T03:07:20.888Z] ---> Running in a306dc9d3b43 [2023-04-19T03:07:53.067Z] Removing intermediate container a306dc9d3b43 [2023-04-19T03:07:53.067Z] ---> 69aa5fe52491 [2023-04-19T03:07:53.067Z] Step 11/12 : COPY . . [2023-04-19T03:07:53.067Z] ---> b19e840dc612 [2023-04-19T03:07:53.067Z] Step 12/12 : RUN $MAKE [2023-04-19T03:07:53.067Z] ---> Running in be6e5e4672b4 [2023-04-19T03:07:53.067Z] noop [2023-04-19T03:07:53.067Z] Removing intermediate container be6e5e4672b4 [2023-04-19T03:07:53.067Z] ---> e405d05dfd82 [2023-04-19T03:07:53.067Z] Successfully built e405d05dfd82 [2023-04-19T03:07:53.067Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:07:53.511Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-19T03:07:53.511Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:07:53.658Z] prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container [2023-04-19T03:07:53.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-19T03:07:54.071Z] $ docker top 0d60f6930d4c73c5935758690e5acb5831901181058e164e061cc8450783a474 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T03:07:54.456Z] + go version [2023-04-19T03:07:54.456Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-19T03:07:54.515Z] $ docker stop --time=1 0d60f6930d4c73c5935758690e5acb5831901181058e164e061cc8450783a474 [2023-04-19T03:07:55.812Z] $ docker rm -f --volumes 0d60f6930d4c73c5935758690e5acb5831901181058e164e061cc8450783a474 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:07:56.554Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-19T03:07:56.554Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:07:56.749Z] prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container [2023-04-19T03:07:56.796Z] $ 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-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-19T03:07:57.131Z] $ docker top 59f6404a053cd8641ad82e377b6cea20ce3b9397f6782e15d538d0be18155164 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T03:07:57.516Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-207 [Pipeline] fileExists [Pipeline] sh [2023-04-19T03:07:57.884Z] + make test [2023-04-19T03:07:57.884Z] go test ./... -coverprofile=coverage.out ./... [2023-04-19T03:08:03.147Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-19T03:08:13.122Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-19T03:08:13.122Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-19T03:08:17.313Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.907s coverage: 40.5% of statements [2023-04-19T03:08:17.313Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 51.9% of statements [2023-04-19T03:08:17.313Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.010s coverage: 95.5% of statements [2023-04-19T03:08:27.284Z] go vet ./... [2023-04-19T03:08:30.137Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-19T03:08:30.137Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-19T03:08:30.137Z] ./bin/test-attribution-txt.sh [2023-04-19T03:08:30.137Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-19T03:08:30.137Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-19T03:08:30.180Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-19T03:08:30.222Z] $ docker stop --time=1 59f6404a053cd8641ad82e377b6cea20ce3b9397f6782e15d538d0be18155164 [2023-04-19T03:08:31.857Z] $ docker rm -f --volumes 59f6404a053cd8641ad82e377b6cea20ce3b9397f6782e15d538d0be18155164 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T03:08:32.401Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-19T03:08:32.499Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-19T03:08:33.117Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-19T03:08:33.438Z] + ls -al . [2023-04-19T03:08:33.438Z] total 628 [2023-04-19T03:08:33.438Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 19 03:07 . [2023-04-19T03:08:33.438Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:06 .. [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 19 03:06 .dockerignore [2023-04-19T03:08:33.438Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 03:07 .git [2023-04-19T03:08:33.438Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 03:06 .github [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 19 03:06 .gitignore [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 03:06 .golangci.yml [2023-04-19T03:08:33.438Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 03:07 .semver [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 19 03:06 Attribution.txt [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 19 03:06 CHANGELOG.md [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 19 03:06 Dockerfile [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 03:06 GOVERNANCE.md [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 19 03:06 Jenkinsfile [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 19 03:06 LICENSE [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 19 03:06 Makefile [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 19 03:06 OWNERS.md [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 19 03:06 README.md [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 03:07 VERSION [2023-04-19T03:08:33.438Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:06 bin [2023-04-19T03:08:33.438Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:06 cmd [2023-04-19T03:08:33.438Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 19 03:08 coverage.out [2023-04-19T03:08:33.438Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:06 examples [2023-04-19T03:08:33.438Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 19 03:06 go.mod [2023-04-19T03:08:33.439Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 19 03:06 go.sum [2023-04-19T03:08:33.439Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:06 images [2023-04-19T03:08:33.439Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 03:06 internal [2023-04-19T03:08:33.439Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:06 snap [2023-04-19T03:08:33.439Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 19 03:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:08:33.838Z] + 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=bab5ccdb175b4508451e4b5f5505152500af32cc --label arch=amd64 --label version=0.0.0 . [2023-04-19T03:08:33.839Z] Sending build context to Docker daemon 4.214MB [2023-04-19T03:08:33.839Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T03:08:33.839Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-19T03:08:33.839Z] ---> e405d05dfd82 [2023-04-19T03:08:33.839Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-19T03:08:34.098Z] ---> Running in ad33020df0b1 [2023-04-19T03:08:34.098Z] Removing intermediate container ad33020df0b1 [2023-04-19T03:08:34.098Z] ---> b114048d3a0e [2023-04-19T03:08:34.098Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T03:08:34.098Z] ---> Running in 27196e483581 [2023-04-19T03:08:34.098Z] Removing intermediate container 27196e483581 [2023-04-19T03:08:34.098Z] ---> bb2fb9c0cccd [2023-04-19T03:08:34.098Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T03:08:34.098Z] ---> Running in aea15bb4b297 [2023-04-19T03:08:34.359Z] Removing intermediate container aea15bb4b297 [2023-04-19T03:08:34.359Z] ---> 4466c1a7220c [2023-04-19T03:08:34.359Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T03:08:34.359Z] ---> Running in 86544693d345 [2023-04-19T03:08:34.359Z] Removing intermediate container 86544693d345 [2023-04-19T03:08:34.359Z] ---> df1d6e796f53 [2023-04-19T03:08:34.359Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T03:08:34.359Z] ---> Running in 4d2d9f8c82f0 [2023-04-19T03:08:34.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T03:08:34.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T03:08:35.142Z] OK: 265 MiB in 53 packages [2023-04-19T03:08:35.402Z] Removing intermediate container 4d2d9f8c82f0 [2023-04-19T03:08:35.402Z] ---> 2c1f326bfd06 [2023-04-19T03:08:35.402Z] Step 8/24 : WORKDIR /app [2023-04-19T03:08:35.402Z] ---> Running in 1cfd683c0283 [2023-04-19T03:08:35.402Z] Removing intermediate container 1cfd683c0283 [2023-04-19T03:08:35.402Z] ---> ad833622d765 [2023-04-19T03:08:35.402Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-19T03:08:35.663Z] ---> 032d3ba9a021 [2023-04-19T03:08:35.663Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T03:08:35.663Z] ---> Running in 62c35ac19013 [2023-04-19T03:08:36.237Z] Removing intermediate container 62c35ac19013 [2023-04-19T03:08:36.237Z] ---> 56f58678f613 [2023-04-19T03:08:36.237Z] Step 11/24 : COPY . . [2023-04-19T03:08:36.811Z] ---> 69b0ddc80901 [2023-04-19T03:08:36.811Z] Step 12/24 : RUN $MAKE [2023-04-19T03:08:36.811Z] ---> Running in cb113aed7ab6 [2023-04-19T03:08:36.811Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-04-19T03:08:58.733Z] Removing intermediate container cb113aed7ab6 [2023-04-19T03:08:58.733Z] ---> b8389b495216 [2023-04-19T03:08:58.733Z] Step 13/24 : FROM alpine:3.17 [2023-04-19T03:08:58.733Z] 3.17: Pulling from library/alpine [2023-04-19T03:08:58.733Z] f56be85fc22e: Pulling fs layer [2023-04-19T03:08:58.733Z] f56be85fc22e: Download complete [2023-04-19T03:08:59.014Z] f56be85fc22e: Pull complete [2023-04-19T03:08:59.014Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-19T03:08:59.014Z] Status: Downloaded newer image for alpine:3.17 [2023-04-19T03:08:59.014Z] ---> 9ed4aefc74f6 [2023-04-19T03:08:59.014Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-19T03:08:59.014Z] ---> Running in d05007fed3e8 [2023-04-19T03:08:59.294Z] Removing intermediate container d05007fed3e8 [2023-04-19T03:08:59.294Z] ---> 2214707d7ae9 [2023-04-19T03:08:59.294Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-19T03:08:59.294Z] ---> Running in af08f13d81b6 [2023-04-19T03:08:59.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T03:08:59.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T03:08:59.810Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-19T03:08:59.810Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T03:08:59.810Z] OK: 7 MiB in 16 packages [2023-04-19T03:09:00.086Z] Removing intermediate container af08f13d81b6 [2023-04-19T03:09:00.086Z] ---> a3948fdef949 [2023-04-19T03:09:00.086Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-19T03:09:00.362Z] ---> a4d21726dcfd [2023-04-19T03:09:00.362Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-19T03:09:00.362Z] ---> e485bcf8383f [2023-04-19T03:09:00.362Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-19T03:09:01.300Z] ---> 2a61cfdc5486 [2023-04-19T03:09:01.300Z] Step 19/24 : EXPOSE 59989 [2023-04-19T03:09:01.576Z] ---> Running in 1b836f788d69 [2023-04-19T03:09:01.576Z] Removing intermediate container 1b836f788d69 [2023-04-19T03:09:01.576Z] ---> 3c7abfd8e21a [2023-04-19T03:09:01.576Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-19T03:09:01.576Z] ---> Running in d06260c64740 [2023-04-19T03:09:01.576Z] Removing intermediate container d06260c64740 [2023-04-19T03:09:01.576Z] ---> a76e5d2294de [2023-04-19T03:09:01.576Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-19T03:09:01.576Z] ---> Running in 82a02cffd2ab [2023-04-19T03:09:01.576Z] Removing intermediate container 82a02cffd2ab [2023-04-19T03:09:01.576Z] ---> 98fc19f41705 [2023-04-19T03:09:01.576Z] Step 22/24 : LABEL arch=amd64 [2023-04-19T03:09:01.868Z] ---> Running in 7815e375cae3 [2023-04-19T03:09:01.868Z] Removing intermediate container 7815e375cae3 [2023-04-19T03:09:01.868Z] ---> 9042fc963843 [2023-04-19T03:09:01.868Z] Step 23/24 : LABEL git_sha=bab5ccdb175b4508451e4b5f5505152500af32cc [2023-04-19T03:09:01.868Z] ---> Running in 918c7a085d97 [2023-04-19T03:09:01.868Z] Removing intermediate container 918c7a085d97 [2023-04-19T03:09:01.868Z] ---> d71130f384bf [2023-04-19T03:09:01.868Z] Step 24/24 : LABEL version=0.0.0 [2023-04-19T03:09:01.868Z] ---> Running in a876a7bbff47 [2023-04-19T03:09:01.868Z] Removing intermediate container a876a7bbff47 [2023-04-19T03:09:01.868Z] ---> 914e07e19eca [2023-04-19T03:09:01.868Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-19T03:09:01.868Z] Successfully built 914e07e19eca [2023-04-19T03:09:01.868Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:09:03.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T03:09:03.061Z] [2023-04-19T03:09:03.061Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:09:03.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T03:09:03.460Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-19T03:09:03.460Z] 5eb5b503b376: Pulling fs layer [2023-04-19T03:09:03.460Z] 5c69ac0246d0: Pulling fs layer [2023-04-19T03:09:03.460Z] ec43610c2a17: Pulling fs layer [2023-04-19T03:09:03.460Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-19T03:09:03.460Z] 33b1e0a273af: Pulling fs layer [2023-04-19T03:09:03.460Z] 5d3b04190fa2: Pulling fs layer [2023-04-19T03:09:03.460Z] 2f39f015ded8: Pulling fs layer [2023-04-19T03:09:03.460Z] 33b1e0a273af: Waiting [2023-04-19T03:09:03.460Z] 5d3b04190fa2: Waiting [2023-04-19T03:09:03.460Z] 2f39f015ded8: Waiting [2023-04-19T03:09:03.460Z] 3a2ae6a8a46f: Waiting [2023-04-19T03:09:03.460Z] 5c69ac0246d0: Download complete [2023-04-19T03:09:03.460Z] 3a2ae6a8a46f: Download complete [2023-04-19T03:09:03.719Z] 33b1e0a273af: Verifying Checksum [2023-04-19T03:09:03.719Z] 33b1e0a273af: Download complete [2023-04-19T03:09:03.719Z] 5d3b04190fa2: Verifying Checksum [2023-04-19T03:09:03.719Z] 5d3b04190fa2: Download complete [2023-04-19T03:09:03.719Z] ec43610c2a17: Verifying Checksum [2023-04-19T03:09:03.719Z] ec43610c2a17: Download complete [2023-04-19T03:09:04.290Z] 5eb5b503b376: Verifying Checksum [2023-04-19T03:09:04.290Z] 5eb5b503b376: Download complete [2023-04-19T03:09:04.860Z] 2f39f015ded8: Download complete [2023-04-19T03:09:05.433Z] 5eb5b503b376: Pull complete [2023-04-19T03:09:05.433Z] 5c69ac0246d0: Pull complete [2023-04-19T03:09:05.999Z] ec43610c2a17: Pull complete [2023-04-19T03:09:05.999Z] 3a2ae6a8a46f: Pull complete [2023-04-19T03:09:06.262Z] 33b1e0a273af: Pull complete [2023-04-19T03:09:06.262Z] 5d3b04190fa2: Pull complete [2023-04-19T03:09:10.457Z] 2f39f015ded8: Pull complete [2023-04-19T03:09:10.457Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-19T03:09:10.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T03:09:10.457Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:09:10.690Z] prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container [2023-04-19T03:09:10.734Z] $ 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-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-19T03:09:16.274Z] $ docker top 7fce71089809f59e05977f3e38df9689ad89a70b8476e8d267fea94996f64062 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:09:16.683Z] ---> job-cost.sh [2023-04-19T03:09:16.684Z] lf-activate-venv: SKIPPING [2023-04-19T03:09:16.684Z] INFO: No Stack... [2023-04-19T03:09:16.941Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-19T03:09:17.508Z] INFO: Archiving Costs [Pipeline] sh [2023-04-19T03:09:17.816Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-207/archives/cost.csv [2023-04-19T03:09:17.817Z] + cut -d, -f6 [Pipeline] lock [2023-04-19T03:09:17.855Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [2023-04-19T03:09:17.860Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] did not exist. Created. [2023-04-19T03:09:17.860Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-19T03:09:18.251Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-19T03:09:18.305Z] Stashed 1 file(s) [Pipeline] } [2023-04-19T03:09:18.330Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-19T03:09:18.419Z] $ docker stop --time=1 7fce71089809f59e05977f3e38df9689ad89a70b8476e8d267fea94996f64062 [2023-04-19T03:09:19.573Z] $ docker rm -f --volumes 7fce71089809f59e05977f3e38df9689ad89a70b8476e8d267fea94996f64062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-19T03:10:06.772Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9050 in /w/workspace/undry_device-rfid-llrp-go_PR-207 [Pipeline] { [Pipeline] ws [2023-04-19T03:10:06.828Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-19T03:10:06.914Z] Selected Git installation does not exist. Using Default [2023-04-19T03:10:06.914Z] The recommended git tool is: NONE [2023-04-19T03:10:12.370Z] using credential edgex-jenkins-ssh [2023-04-19T03:10:12.391Z] Cloning the remote Git repository [2023-04-19T03:10:12.443Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-19T03:10:12.541Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-04-19T03:10:12.693Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-19T03:10:12.694Z] > git --version # timeout=10 [2023-04-19T03:10:12.722Z] > git --version # 'git version 2.25.1' [2023-04-19T03:10:12.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T03:10:12.888Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-19T03:10:13.976Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-19T03:10:14.002Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-19T03:10:15.578Z] Merging remotes/origin/main commit f0fb454d4e4dcc934eeca44d9ca1b17142f48834 into PR head commit bab5ccdb175b4508451e4b5f5505152500af32cc [2023-04-19T03:10:15.040Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-19T03:10:15.087Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-19T03:10:15.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T03:10:15.109Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/207/head:refs/remotes/origin/PR-207 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-19T03:10:15.605Z] > git config core.sparsecheckout # timeout=10 [2023-04-19T03:10:15.686Z] > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # timeout=10 [2023-04-19T03:10:15.937Z] Merge succeeded, producing bab5ccdb175b4508451e4b5f5505152500af32cc [2023-04-19T03:10:15.937Z] Checking out Revision bab5ccdb175b4508451e4b5f5505152500af32cc (PR-207) [2023-04-19T03:10:16.571Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-19T03:10:16.638Z] > git --version # timeout=10 [2023-04-19T03:10:16.650Z] > git --version # 'git version 2.25.1' [2023-04-19T03:10:16.668Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-04-19T03:10:15.816Z] > git remote # timeout=10 [2023-04-19T03:10:15.839Z] > git config --get remote.origin.url # timeout=10 [2023-04-19T03:10:15.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T03:10:15.891Z] > git merge f0fb454d4e4dcc934eeca44d9ca1b17142f48834 # timeout=10 [2023-04-19T03:10:15.923Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-19T03:10:15.950Z] > git config core.sparsecheckout # timeout=10 [2023-04-19T03:10:15.976Z] > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T03:10:17.785Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-19T03:10:17.785Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-19T03:10:17.785Z] Dload Upload Total Spent Left Speed [2023-04-19T03:10:17.785Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2023-04-19T03:10:18.454Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-19T03:10:18.816Z] + sudo tee /etc/docker/daemon.new [2023-04-19T03:10:18.816Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-19T03:10:18.816Z] { [2023-04-19T03:10:18.816Z] "registry-mirrors": [ [2023-04-19T03:10:18.816Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-19T03:10:18.816Z] ], [2023-04-19T03:10:18.816Z] "bip": "10.250.0.254/24", [2023-04-19T03:10:18.816Z] "hosts": [ [2023-04-19T03:10:18.816Z] "tcp://0.0.0.0:5555", [2023-04-19T03:10:18.816Z] "unix:///var/run/docker.sock" [2023-04-19T03:10:18.816Z] ], [2023-04-19T03:10:18.817Z] "mtu": 1458, [2023-04-19T03:10:18.817Z] "selinux-enabled": true, [2023-04-19T03:10:18.817Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-19T03:10:18.817Z] } [Pipeline] sh [2023-04-19T03:10:19.177Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-19T03:10:19.533Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T03:10:37.895Z] provisioning config files... [2023-04-19T03:10:37.927Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config11162003194686894780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:10:38.337Z] ---> docker-login.sh [2023-04-19T03:10:38.337Z] nexus3.edgexfoundry.org:10001 [2023-04-19T03:10:38.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:10:38.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:10:38.932Z] Configure a credential helper to remove this warning. See [2023-04-19T03:10:38.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:10:38.932Z] [2023-04-19T03:10:38.932Z] Login Succeeded [2023-04-19T03:10:38.932Z] nexus3.edgexfoundry.org:10002 [2023-04-19T03:10:39.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:10:39.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:10:39.482Z] Configure a credential helper to remove this warning. See [2023-04-19T03:10:39.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:10:39.482Z] [2023-04-19T03:10:39.482Z] Login Succeeded [2023-04-19T03:10:39.482Z] nexus3.edgexfoundry.org:10003 [2023-04-19T03:10:39.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:10:39.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:10:39.755Z] Configure a credential helper to remove this warning. See [2023-04-19T03:10:39.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:10:39.755Z] [2023-04-19T03:10:39.755Z] Login Succeeded [2023-04-19T03:10:39.755Z] nexus3.edgexfoundry.org:10004 [2023-04-19T03:10:40.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:10:40.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:10:40.031Z] Configure a credential helper to remove this warning. See [2023-04-19T03:10:40.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:10:40.031Z] [2023-04-19T03:10:40.031Z] Login Succeeded [2023-04-19T03:10:40.031Z] docker.io [2023-04-19T03:10:40.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T03:10:40.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T03:10:40.576Z] Configure a credential helper to remove this warning. See [2023-04-19T03:10:40.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T03:10:40.576Z] [2023-04-19T03:10:40.576Z] Login Succeeded [2023-04-19T03:10:40.576Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T03:10:40.607Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-19T03:10:41.052Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T03:10:41.087Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T03:10:41.129Z] ========================================================= [2023-04-19T03:10:41.129Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-19T03:10:41.129Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:10:41.656Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-19T03:10:41.933Z] Sending build context to Docker daemon 1.212MB [2023-04-19T03:10:41.933Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T03:10:41.933Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-19T03:10:42.204Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-19T03:10:42.204Z] af6eaf76a39c: Pulling fs layer [2023-04-19T03:10:42.204Z] 55522c791124: Pulling fs layer [2023-04-19T03:10:42.204Z] ce5c4a1c91eb: Pulling fs layer [2023-04-19T03:10:42.204Z] 169dfbe0d373: Pulling fs layer [2023-04-19T03:10:42.204Z] e1ff8fa3b103: Pulling fs layer [2023-04-19T03:10:42.204Z] 52ebb69f0ebf: Pulling fs layer [2023-04-19T03:10:42.204Z] 5abe8eddf0d5: Pulling fs layer [2023-04-19T03:10:42.204Z] e1ff8fa3b103: Waiting [2023-04-19T03:10:42.204Z] 169dfbe0d373: Waiting [2023-04-19T03:10:42.204Z] 52ebb69f0ebf: Waiting [2023-04-19T03:10:42.204Z] 5abe8eddf0d5: Waiting [2023-04-19T03:10:42.204Z] 55522c791124: Verifying Checksum [2023-04-19T03:10:42.204Z] 55522c791124: Download complete [2023-04-19T03:10:42.204Z] 169dfbe0d373: Verifying Checksum [2023-04-19T03:10:42.204Z] 169dfbe0d373: Download complete [2023-04-19T03:10:42.204Z] e1ff8fa3b103: Download complete [2023-04-19T03:10:42.204Z] af6eaf76a39c: Verifying Checksum [2023-04-19T03:10:42.204Z] af6eaf76a39c: Download complete [2023-04-19T03:10:43.200Z] af6eaf76a39c: Pull complete [2023-04-19T03:10:43.471Z] 5abe8eddf0d5: Verifying Checksum [2023-04-19T03:10:43.471Z] 5abe8eddf0d5: Download complete [2023-04-19T03:10:43.744Z] 55522c791124: Pull complete [2023-04-19T03:10:44.747Z] ce5c4a1c91eb: Verifying Checksum [2023-04-19T03:10:44.747Z] ce5c4a1c91eb: Download complete [2023-04-19T03:10:45.023Z] 52ebb69f0ebf: Verifying Checksum [2023-04-19T03:10:45.023Z] 52ebb69f0ebf: Download complete [2023-04-19T03:10:55.291Z] ce5c4a1c91eb: Pull complete [2023-04-19T03:10:55.291Z] 169dfbe0d373: Pull complete [2023-04-19T03:10:55.561Z] e1ff8fa3b103: Pull complete [2023-04-19T03:11:03.812Z] 52ebb69f0ebf: Pull complete [2023-04-19T03:11:04.783Z] 5abe8eddf0d5: Pull complete [2023-04-19T03:11:04.783Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-19T03:11:04.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-19T03:11:04.783Z] ---> 6cb57ee374ae [2023-04-19T03:11:04.783Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-19T03:11:06.767Z] ---> Running in 3ab1ea205721 [2023-04-19T03:11:07.038Z] Removing intermediate container 3ab1ea205721 [2023-04-19T03:11:07.038Z] ---> 9ee96b4e348a [2023-04-19T03:11:07.038Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T03:11:07.038Z] ---> Running in de5d062856ad [2023-04-19T03:11:07.320Z] Removing intermediate container de5d062856ad [2023-04-19T03:11:07.320Z] ---> e5f4a4a1df46 [2023-04-19T03:11:07.320Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T03:11:07.592Z] ---> Running in 2a57e26984f9 [2023-04-19T03:11:07.861Z] Removing intermediate container 2a57e26984f9 [2023-04-19T03:11:07.861Z] ---> e4dfbc09e8c2 [2023-04-19T03:11:07.861Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T03:11:07.861Z] ---> Running in 0ff2b78c7c94 [2023-04-19T03:11:08.131Z] Removing intermediate container 0ff2b78c7c94 [2023-04-19T03:11:08.131Z] ---> 3f7f23bb50dd [2023-04-19T03:11:08.131Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T03:11:08.131Z] ---> Running in 2d7dc2d31e0d [2023-04-19T03:11:09.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T03:11:10.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T03:11:10.871Z] OK: 263 MiB in 53 packages [2023-04-19T03:11:12.821Z] Removing intermediate container 2d7dc2d31e0d [2023-04-19T03:11:12.821Z] ---> c1efc196c7d1 [2023-04-19T03:11:12.821Z] Step 8/12 : WORKDIR /app [2023-04-19T03:11:13.092Z] ---> Running in 2b936fcf0597 [2023-04-19T03:11:13.364Z] Removing intermediate container 2b936fcf0597 [2023-04-19T03:11:13.364Z] ---> c32e5a2a7c9f [2023-04-19T03:11:13.364Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-19T03:11:13.948Z] ---> beeae3fb3ef3 [2023-04-19T03:11:13.948Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T03:11:13.948Z] ---> Running in 54123535fecf [2023-04-19T03:12:21.857Z] Removing intermediate container 54123535fecf [2023-04-19T03:12:21.857Z] ---> e3cada46f2c7 [2023-04-19T03:12:21.857Z] Step 11/12 : COPY . . [2023-04-19T03:12:21.857Z] ---> 95e2fbc57005 [2023-04-19T03:12:21.857Z] Step 12/12 : RUN $MAKE [2023-04-19T03:12:21.857Z] ---> Running in 42f005cd84d8 [2023-04-19T03:12:21.857Z] noop [2023-04-19T03:12:21.857Z] Removing intermediate container 42f005cd84d8 [2023-04-19T03:12:21.857Z] ---> 03a28674a884 [2023-04-19T03:12:21.857Z] Successfully built 03a28674a884 [2023-04-19T03:12:21.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:12:22.414Z] + docker inspect -f . ci-base-image-arm64 [2023-04-19T03:12:22.414Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:12:22.750Z] prd-ubuntu20.04-docker-arm64-4c-16g-9050 does not seem to be running inside a container [2023-04-19T03:12:22.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-19T03:12:24.129Z] $ docker top 15d47b0f55f83733bce9796f2c19c6f00aca53d96f723a0cd1b9cc692b95111d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T03:12:25.035Z] + go version [2023-04-19T03:12:25.036Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-19T03:12:25.075Z] $ docker stop --time=1 15d47b0f55f83733bce9796f2c19c6f00aca53d96f723a0cd1b9cc692b95111d [2023-04-19T03:12:26.648Z] $ docker rm -f --volumes 15d47b0f55f83733bce9796f2c19c6f00aca53d96f723a0cd1b9cc692b95111d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:12:27.596Z] + docker inspect -f . ci-base-image-arm64 [2023-04-19T03:12:27.596Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:12:27.883Z] prd-ubuntu20.04-docker-arm64-4c-16g-9050 does not seem to be running inside a container [2023-04-19T03:12:27.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-19T03:12:29.130Z] $ docker top 34550b0b4d43a37f6887afc5a3204e308d2334ce9a780b47493c0138f82a6ce6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T03:12:29.708Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-19T03:12:30.132Z] + make test [2023-04-19T03:12:30.401Z] go test ./... -coverprofile=coverage.out ./... [2023-04-19T03:13:02.652Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-19T03:14:54.335Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-19T03:14:54.335Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-19T03:15:33.237Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 30.001s coverage: 40.5% of statements [2023-04-19T03:15:33.237Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.602s coverage: 51.9% of statements [2023-04-19T03:15:33.237Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.045s coverage: 95.5% of statements [2023-04-19T03:15:33.237Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-19T03:15:33.237Z] go vet ./... [2023-04-19T03:15:59.928Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-19T03:15:59.928Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-19T03:15:59.928Z] ./bin/test-attribution-txt.sh [2023-04-19T03:15:59.928Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-19T03:15:59.928Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-19T03:15:59.972Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-19T03:16:00.005Z] $ docker stop --time=1 34550b0b4d43a37f6887afc5a3204e308d2334ce9a780b47493c0138f82a6ce6 [2023-04-19T03:16:01.817Z] $ docker rm -f --volumes 34550b0b4d43a37f6887afc5a3204e308d2334ce9a780b47493c0138f82a6ce6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T03:16:03.069Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-19T03:16:03.101Z] Warning: overwriting stash ‘coverage-report’ [2023-04-19T03:16:03.810Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T03:16:04.473Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-19T03:16:04.826Z] + ls -al . [2023-04-19T03:16:04.826Z] total 624 [2023-04-19T03:16:04.826Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 03:12 . [2023-04-19T03:16:04.826Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:10 .. [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 19 03:10 .dockerignore [2023-04-19T03:16:04.826Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 03:10 .git [2023-04-19T03:16:04.826Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 03:10 .github [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 19 03:10 .gitignore [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 03:10 .golangci.yml [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 19 03:10 Attribution.txt [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 19 03:10 CHANGELOG.md [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 19 03:10 Dockerfile [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 03:10 GOVERNANCE.md [2023-04-19T03:16:04.826Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 19 03:10 Jenkinsfile [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 19 03:10 LICENSE [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 19 03:10 Makefile [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 19 03:10 OWNERS.md [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 19 03:10 README.md [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 03:07 VERSION [2023-04-19T03:16:04.827Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:10 bin [2023-04-19T03:16:04.827Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:10 cmd [2023-04-19T03:16:04.827Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 19 03:15 coverage.out [2023-04-19T03:16:04.827Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:10 examples [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 19 03:10 go.mod [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 19 03:10 go.sum [2023-04-19T03:16:04.827Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:10 images [2023-04-19T03:16:04.827Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 03:10 internal [2023-04-19T03:16:04.827Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:10 snap [2023-04-19T03:16:04.827Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 19 03:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:16:05.274Z] + 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=bab5ccdb175b4508451e4b5f5505152500af32cc --label arch=arm64 --label version=0.0.0 . [2023-04-19T03:16:05.545Z] Sending build context to Docker daemon 1.212MB [2023-04-19T03:16:05.545Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T03:16:05.545Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-19T03:16:05.545Z] ---> 03a28674a884 [2023-04-19T03:16:05.545Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-19T03:16:05.545Z] ---> Running in ac6b17eb4244 [2023-04-19T03:16:05.815Z] Removing intermediate container ac6b17eb4244 [2023-04-19T03:16:05.815Z] ---> 197fe8870987 [2023-04-19T03:16:05.815Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T03:16:06.084Z] ---> Running in 4540f487117a [2023-04-19T03:16:06.351Z] Removing intermediate container 4540f487117a [2023-04-19T03:16:06.351Z] ---> 47a1a098fd88 [2023-04-19T03:16:06.351Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T03:16:06.351Z] ---> Running in fac07b762f62 [2023-04-19T03:16:06.618Z] Removing intermediate container fac07b762f62 [2023-04-19T03:16:06.618Z] ---> 7526bbdab2b1 [2023-04-19T03:16:06.618Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T03:16:06.618Z] ---> Running in 1a7b8576a9e2 [2023-04-19T03:16:06.889Z] Removing intermediate container 1a7b8576a9e2 [2023-04-19T03:16:06.889Z] ---> c2e89d64e025 [2023-04-19T03:16:06.889Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T03:16:06.889Z] ---> Running in 6c3b00877d94 [2023-04-19T03:16:07.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T03:16:08.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T03:16:09.865Z] OK: 263 MiB in 53 packages [2023-04-19T03:16:10.455Z] Removing intermediate container 6c3b00877d94 [2023-04-19T03:16:10.455Z] ---> 36abe5022570 [2023-04-19T03:16:10.455Z] Step 8/24 : WORKDIR /app [2023-04-19T03:16:10.455Z] ---> Running in 7e9e0be93da0 [2023-04-19T03:16:10.724Z] Removing intermediate container 7e9e0be93da0 [2023-04-19T03:16:10.724Z] ---> d4599257116d [2023-04-19T03:16:10.724Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-19T03:16:11.319Z] ---> 70fecd64720b [2023-04-19T03:16:11.319Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T03:16:11.319Z] ---> Running in 34560d044089 [2023-04-19T03:16:13.913Z] Removing intermediate container 34560d044089 [2023-04-19T03:16:13.913Z] ---> afadfa6ad924 [2023-04-19T03:16:13.913Z] Step 11/24 : COPY . . [2023-04-19T03:16:14.501Z] ---> 26a761e896a2 [2023-04-19T03:16:14.501Z] Step 12/24 : RUN $MAKE [2023-04-19T03:16:14.777Z] ---> Running in fa9181be7a2c [2023-04-19T03:16:15.740Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-04-19T03:18:37.458Z] Removing intermediate container fa9181be7a2c [2023-04-19T03:18:37.458Z] ---> 1c25b728a85b [2023-04-19T03:18:37.458Z] Step 13/24 : FROM alpine:3.17 [2023-04-19T03:18:37.458Z] 3.17: Pulling from library/alpine [2023-04-19T03:18:37.458Z] c41833b44d91: Pulling fs layer [2023-04-19T03:18:37.458Z] c41833b44d91: Verifying Checksum [2023-04-19T03:18:37.458Z] c41833b44d91: Download complete [2023-04-19T03:18:37.458Z] c41833b44d91: Pull complete [2023-04-19T03:18:37.458Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-19T03:18:37.458Z] Status: Downloaded newer image for alpine:3.17 [2023-04-19T03:18:37.458Z] ---> 51e60588ff2c [2023-04-19T03:18:37.458Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-19T03:18:37.458Z] ---> Running in fec32e14d394 [2023-04-19T03:18:37.458Z] Removing intermediate container fec32e14d394 [2023-04-19T03:18:37.458Z] ---> d1971da830e0 [2023-04-19T03:18:37.458Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-19T03:18:37.458Z] ---> Running in 56f468c591b9 [2023-04-19T03:18:37.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T03:18:37.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T03:18:37.459Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-19T03:18:37.459Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T03:18:37.459Z] OK: 8 MiB in 16 packages [2023-04-19T03:18:37.459Z] Removing intermediate container 56f468c591b9 [2023-04-19T03:18:37.459Z] ---> 6c2b0d091301 [2023-04-19T03:18:37.459Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-19T03:18:37.459Z] ---> a07b5f48cfa1 [2023-04-19T03:18:37.459Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-19T03:18:37.459Z] ---> b5679891c52c [2023-04-19T03:18:37.459Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-19T03:18:38.428Z] ---> 20975e5ec012 [2023-04-19T03:18:38.428Z] Step 19/24 : EXPOSE 59989 [2023-04-19T03:18:38.428Z] ---> Running in d758157359d7 [2023-04-19T03:18:38.697Z] Removing intermediate container d758157359d7 [2023-04-19T03:18:38.697Z] ---> ef827cf779da [2023-04-19T03:18:38.697Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-19T03:18:38.967Z] ---> Running in 0aac26fe903c [2023-04-19T03:18:39.237Z] Removing intermediate container 0aac26fe903c [2023-04-19T03:18:39.237Z] ---> 5d3a6191d3f4 [2023-04-19T03:18:39.237Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-19T03:18:39.237Z] ---> Running in 1782a0cca6ca [2023-04-19T03:18:39.504Z] Removing intermediate container 1782a0cca6ca [2023-04-19T03:18:39.504Z] ---> baa55534e341 [2023-04-19T03:18:39.504Z] Step 22/24 : LABEL arch=arm64 [2023-04-19T03:18:39.504Z] ---> Running in 4f68db2eca8a [2023-04-19T03:18:39.771Z] Removing intermediate container 4f68db2eca8a [2023-04-19T03:18:39.771Z] ---> c57aded49974 [2023-04-19T03:18:39.771Z] Step 23/24 : LABEL git_sha=bab5ccdb175b4508451e4b5f5505152500af32cc [2023-04-19T03:18:39.771Z] ---> Running in 7d81a6161ab4 [2023-04-19T03:18:40.038Z] Removing intermediate container 7d81a6161ab4 [2023-04-19T03:18:40.038Z] ---> f77b6f8a61e5 [2023-04-19T03:18:40.038Z] Step 24/24 : LABEL version=0.0.0 [2023-04-19T03:18:40.306Z] ---> Running in ed5652b339ff [2023-04-19T03:18:40.306Z] Removing intermediate container ed5652b339ff [2023-04-19T03:18:40.306Z] ---> 75b6e0022759 [2023-04-19T03:18:40.306Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-19T03:18:40.575Z] Successfully built 75b6e0022759 [2023-04-19T03:18:40.575Z] Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:18:41.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T03:18:41.418Z] [2023-04-19T03:18:41.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:18:41.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T03:18:41.840Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-19T03:18:41.840Z] 8998bd30e6a1: Pulling fs layer [2023-04-19T03:18:41.840Z] 04944245beec: Pulling fs layer [2023-04-19T03:18:41.840Z] 699f458cf7ca: Pulling fs layer [2023-04-19T03:18:41.840Z] 765212b225bb: Pulling fs layer [2023-04-19T03:18:41.840Z] f23df028b6ca: Pulling fs layer [2023-04-19T03:18:41.840Z] d65c8cfc05b1: Pulling fs layer [2023-04-19T03:18:41.840Z] 2437ff75d9bd: Pulling fs layer [2023-04-19T03:18:41.840Z] f23df028b6ca: Waiting [2023-04-19T03:18:41.840Z] d65c8cfc05b1: Waiting [2023-04-19T03:18:41.840Z] 2437ff75d9bd: Waiting [2023-04-19T03:18:41.840Z] 765212b225bb: Waiting [2023-04-19T03:18:42.117Z] 04944245beec: Verifying Checksum [2023-04-19T03:18:42.117Z] 04944245beec: Download complete [2023-04-19T03:18:42.117Z] 765212b225bb: Verifying Checksum [2023-04-19T03:18:42.117Z] 765212b225bb: Download complete [2023-04-19T03:18:42.117Z] f23df028b6ca: Download complete [2023-04-19T03:18:42.117Z] d65c8cfc05b1: Verifying Checksum [2023-04-19T03:18:42.117Z] d65c8cfc05b1: Download complete [2023-04-19T03:18:42.392Z] 699f458cf7ca: Verifying Checksum [2023-04-19T03:18:42.392Z] 699f458cf7ca: Download complete [2023-04-19T03:18:42.686Z] 8998bd30e6a1: Verifying Checksum [2023-04-19T03:18:42.686Z] 8998bd30e6a1: Download complete [2023-04-19T03:18:45.302Z] 2437ff75d9bd: Verifying Checksum [2023-04-19T03:18:45.302Z] 2437ff75d9bd: Download complete [2023-04-19T03:18:46.711Z] 8998bd30e6a1: Pull complete [2023-04-19T03:18:46.979Z] 04944245beec: Pull complete [2023-04-19T03:18:48.387Z] 699f458cf7ca: Pull complete [2023-04-19T03:18:48.387Z] 765212b225bb: Pull complete [2023-04-19T03:18:48.970Z] f23df028b6ca: Pull complete [2023-04-19T03:18:49.237Z] d65c8cfc05b1: Pull complete [2023-04-19T03:19:04.223Z] 2437ff75d9bd: Pull complete [2023-04-19T03:19:04.223Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-19T03:19:04.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T03:19:04.223Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:19:04.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-9050 does not seem to be running inside a container [2023-04-19T03:19:04.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-19T03:19:07.091Z] $ docker top 8eab7d3d9bfe96e6f5c7d77385560c9c94105a57821750c1420269e0e456631a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:08.044Z] ---> job-cost.sh [2023-04-19T03:19:08.044Z] lf-activate-venv: SKIPPING [2023-04-19T03:19:08.044Z] INFO: No Stack... [2023-04-19T03:19:08.313Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-19T03:19:09.279Z] INFO: Archiving Costs [Pipeline] sh [2023-04-19T03:19:09.943Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-04-19T03:19:09.943Z] + cut -d, -f6 [Pipeline] lock [2023-04-19T03:19:10.025Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [2023-04-19T03:19:10.030Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] did not exist. Created. [2023-04-19T03:19:10.030Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-19T03:19:10.490Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-4b6ed0da/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-19T03:19:10.856Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-19T03:19:10.897Z] Warning: overwriting stash ‘stack-cost’ [2023-04-19T03:19:10.956Z] Stashed 1 file(s) [Pipeline] } [2023-04-19T03:19:10.984Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-19T03:19:11.067Z] $ docker stop --time=1 8eab7d3d9bfe96e6f5c7d77385560c9c94105a57821750c1420269e0e456631a [2023-04-19T03:19:12.524Z] $ docker rm -f --volumes 8eab7d3d9bfe96e6f5c7d77385560c9c94105a57821750c1420269e0e456631a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-19T03:19:13.943Z] provisioning config files... [2023-04-19T03:19:13.951Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config16991943147027611291tmp [Pipeline] { [Pipeline] sh [2023-04-19T03:19:14.369Z] + set +x [2023-04-19T03:19:14.369Z] + curl -s https://codecov.io/bash [2023-04-19T03:19:14.369Z] + bash -s -- [2023-04-19T03:19:14.369Z] [2023-04-19T03:19:14.369Z] _____ _ [2023-04-19T03:19:14.369Z] / ____| | | [2023-04-19T03:19:14.369Z] | | ___ __| | ___ ___ _____ __ [2023-04-19T03:19:14.369Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-19T03:19:14.369Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-19T03:19:14.369Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-19T03:19:14.369Z] Bash-1.0.6 [2023-04-19T03:19:14.369Z] [2023-04-19T03:19:14.369Z] [2023-04-19T03:19:14.369Z] ==> git version 2.25.1 found [2023-04-19T03:19:14.369Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-19T03:19:14.369Z] Release-Date: 2020-01-08 [2023-04-19T03:19:14.369Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-19T03:19:14.369Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-19T03:19:14.369Z] ==> Jenkins CI detected. [2023-04-19T03:19:14.369Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-207 [2023-04-19T03:19:14.369Z] project root: . [2023-04-19T03:19:14.369Z] --> token set from env [2023-04-19T03:19:14.369Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-19T03:19:14.369Z] ==> Running gcov in . (disable via -X gcov) [2023-04-19T03:19:14.369Z] ==> Python coveragepy not found [2023-04-19T03:19:14.369Z] ==> Searching for coverage reports in: [2023-04-19T03:19:14.369Z] + . [2023-04-19T03:19:14.369Z] -> Found 1 reports [2023-04-19T03:19:14.369Z] ==> Detecting git/mercurial file structure [2023-04-19T03:19:14.369Z] ==> Reading reports [2023-04-19T03:19:14.369Z] + ./coverage.out bytes=458038 [2023-04-19T03:19:14.369Z] ==> Appending adjustments [2023-04-19T03:19:14.369Z] https://docs.codecov.io/docs/fixing-reports [2023-04-19T03:19:14.636Z] + Found adjustments [2023-04-19T03:19:14.636Z] ==> Gzipping contents [2023-04-19T03:19:14.895Z] 52K /tmp/codecov.PkILdR.gz [2023-04-19T03:19:14.895Z] ==> Uploading reports [2023-04-19T03:19:14.895Z] url: https://codecov.io [2023-04-19T03:19:14.895Z] query: branch=PR-207&commit=bab5ccdb175b4508451e4b5f5505152500af32cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-207%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=207&job=&cmd_args= [2023-04-19T03:19:14.895Z] -> Pinging Codecov [2023-04-19T03:19:14.895Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-207&commit=bab5ccdb175b4508451e4b5f5505152500af32cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-207%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=207&job=&cmd_args= [2023-04-19T03:19:14.895Z] -> Uploading to [2023-04-19T03:19:14.895Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-19/581DD39554BDF9B6E22D074273EAD858/bab5ccdb175b4508451e4b5f5505152500af32cc/fc4752fa-252a-472a-a27b-c26b63ba1321.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230419T031914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1ac5cb66cdccf2cc74d5017ef4b33ac2ea7055830dfaa984d84f1274c78809d [2023-04-19T03:19:14.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-19T03:19:14.895Z] Dload Upload Total Spent Left Speed [2023-04-19T03:19:15.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50496 0 0 100 50496 0 215k --:--:-- --:--:-- --:--:-- 215k [2023-04-19T03:19:15.154Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] } [2023-04-19T03:19:15.211Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-19T03:19:17.688Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-207/archives ] [2023-04-19T03:19:17.688Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-207/archives [2023-04-19T03:19:17.688Z] total 16 [2023-04-19T03:19:17.688Z] drwxr-xr-x 3 root root 4096 Apr 19 03:09 . [2023-04-19T03:19:17.688Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 19 03:09 .. [2023-04-19T03:19:17.688Z] drwxr-xr-x 2 root root 4096 Apr 19 03:09 cost [2023-04-19T03:19:17.688Z] -rw-r--r-- 1 root root 91 Apr 19 03:09 cost.csv [2023-04-19T03:19:17.688Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-207/archives [2023-04-19T03:19:17.688Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-207/archives [2023-04-19T03:19:17.688Z] total 16 [2023-04-19T03:19:17.688Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 03:09 . [2023-04-19T03:19:17.688Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 19 03:09 .. [2023-04-19T03:19:17.688Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 19 03:09 cost [2023-04-19T03:19:17.688Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 19 03:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:18.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:18.955Z] ---> package-listing.sh [2023-04-19T03:19:18.955Z] ++ facter osfamily [2023-04-19T03:19:18.955Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-19T03:19:19.216Z] + OS_FAMILY=debian [2023-04-19T03:19:19.216Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-207 [2023-04-19T03:19:19.216Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-19T03:19:19.216Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-19T03:19:19.216Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-19T03:19:19.216Z] + PACKAGES=/tmp/packages_start.txt [2023-04-19T03:19:19.216Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-207 ']' [2023-04-19T03:19:19.216Z] + PACKAGES=/tmp/packages_end.txt [2023-04-19T03:19:19.216Z] + case "${OS_FAMILY}" in [2023-04-19T03:19:19.216Z] + dpkg -l [2023-04-19T03:19:19.216Z] + grep '^ii' [2023-04-19T03:19:19.216Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-19T03:19:19.216Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-19T03:19:19.216Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-19T03:19:19.216Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-207 ']' [2023-04-19T03:19:19.216Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-207/archives/ [2023-04-19T03:19:19.216Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-207/archives/ [Pipeline] echo [2023-04-19T03:19:19.258Z] 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-207/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-19T03:19:19.570Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T03:19:20.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T03:19:20.201Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T03:19:20.339Z] prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container [2023-04-19T03:19:20.387Z] $ 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-207/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-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-19T03:19:20.576Z] $ docker top 8b44c59a39853724bbf30e2d45f19f01b7e5389be446bc016c475b1b35fa8e61 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T03:19:20.941Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-19T03:19:21.251Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-19T03:19:21.562Z] + ls /var/log/sa-host [2023-04-19T03:19:21.562Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T03:19:21.681Z] provisioning config files... [2023-04-19T03:19:21.690Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config14253851847470723707tmp [Pipeline] { [Pipeline] echo [2023-04-19T03:19:21.745Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:22.054Z] ---> create-netrc.sh [Pipeline] } [2023-04-19T03:19:22.080Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:22.477Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-19T03:19:22.539Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:22.855Z] ---> sudo-logs.sh [2023-04-19T03:19:22.856Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-19T03:19:22.944Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:23.253Z] ---> job-cost.sh [2023-04-19T03:19:23.253Z] lf-activate-venv: SKIPPING [2023-04-19T03:19:23.253Z] DEBUG: total: 0.2199999988079071 [2023-04-19T03:19:23.253Z] INFO: Retrieving Stack Cost... [2023-04-19T03:19:23.511Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-19T03:19:24.076Z] INFO: Archiving Costs [Pipeline] echo [2023-04-19T03:19:24.108Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T03:19:24.417Z] ---> logs-deploy.sh [2023-04-19T03:19:24.417Z] lf-activate-venv: SKIPPING [2023-04-19T03:19:24.417Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-207/1 [2023-04-19T03:19:24.417Z] INFO: archiving workspace using pattern(s): [2023-04-19T03:19:25.355Z] Archives upload complete. [2023-04-19T03:19:25.355Z] INFO: archiving logs to Nexus