Pull request #211 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4b3a4da264884e1b9f8c16a8f440796932f49319+50861cafd9a0a537a9199728e1fa185e63d74b97 (cb55a2079a81fa53fa2e52c8bd44e443993fc1a8) 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-ssh1673387086909843081.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-ssh8080296381847824577.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-211/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-211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1094857616292784847.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-211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13204954325238322200.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-ssh10581233081547962223.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-211/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-211/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10920188375870627648.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9528 in /w/workspace/undry_device-rfid-llrp-go_PR-211 [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-211 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/211/head:refs/remotes/origin/PR-211 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 50861cafd9a0a537a9199728e1fa185e63d74b97 into PR head commit 4b3a4da264884e1b9f8c16a8f440796932f49319 Merge succeeded, producing 4b3a4da264884e1b9f8c16a8f440796932f49319 Checking out Revision 4b3a4da264884e1b9f8c16a8f440796932f49319 (PR-211) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-24T11:10:44.991Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # 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 50861cafd9a0a537a9199728e1fa185e63d74b97 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # timeout=10 [Pipeline] withCredentials [2023-04-24T11:10:45.194Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-24T11:10:45.296Z] ========================================================= [2023-04-24T11:10:45.296Z] EdgeX Global Pipelines Version Info [2023-04-24T11:10:45.296Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:10:46.050Z] ------------------- [2023-04-24T11:10:46.050Z] stable info: [2023-04-24T11:10:46.050Z] ------------------- [2023-04-24T11:10:46.050Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-24T11:10:46.050Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T11:10:46.050Z] Message: update stable to v1.0.248 [2023-04-24T11:10:46.623Z] ------------------- [2023-04-24T11:10:46.623Z] experimental info: [2023-04-24T11:10:46.623Z] ------------------- [2023-04-24T11:10:46.623Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-24T11:10:46.623Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T11:10:46.623Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-24T11:10:46.942Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-04-24T11:10:46.987Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-04-24T11:10:47.030Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-24T11:10:47.077Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-24T11:10:47.121Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-24T11:10:47.162Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-24T11:10:47.207Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-24T11:10:47.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-24T11:10:47.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-24T11:10:47.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-24T11:10:47.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-24T11:10:47.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-04-24T11:10:47.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-24T11:10:47.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-24T11:10:47.539Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T11:10:47.576Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T11:10:47.617Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T11:10:47.656Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T11:10:47.694Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-24T11:10:47.730Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-24T11:10:47.777Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-24T11:10:47.820Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-24T11:10:47.862Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-24T11:10:47.900Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-24T11:10:47.939Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-24T11:10:47.984Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-24T11:10:48.023Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-24T11:10:48.066Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-211 [Pipeline] echo [2023-04-24T11:10:48.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-211 [Pipeline] echo [2023-04-24T11:10:48.148Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-211 [Pipeline] echo [2023-04-24T11:10:48.189Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo [2023-04-24T11:10:48.226Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b3a4da [Pipeline] echo [2023-04-24T11:10:48.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T11:10:48.393Z] provisioning config files... [2023-04-24T11:10:48.422Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config4732896470861677435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:10:48.800Z] ---> docker-login.sh [2023-04-24T11:10:48.800Z] nexus3.edgexfoundry.org:10001 [2023-04-24T11:10:49.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:10:49.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:10:49.082Z] Configure a credential helper to remove this warning. See [2023-04-24T11:10:49.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:10:49.082Z] [2023-04-24T11:10:49.082Z] Login Succeeded [2023-04-24T11:10:49.082Z] nexus3.edgexfoundry.org:10002 [2023-04-24T11:10:49.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:10:49.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:10:49.343Z] Configure a credential helper to remove this warning. See [2023-04-24T11:10:49.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:10:49.343Z] [2023-04-24T11:10:49.343Z] Login Succeeded [2023-04-24T11:10:49.343Z] nexus3.edgexfoundry.org:10003 [2023-04-24T11:10:49.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:10:49.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:10:49.343Z] Configure a credential helper to remove this warning. See [2023-04-24T11:10:49.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:10:49.343Z] [2023-04-24T11:10:49.343Z] Login Succeeded [2023-04-24T11:10:49.343Z] nexus3.edgexfoundry.org:10004 [2023-04-24T11:10:49.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:10:49.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:10:49.602Z] Configure a credential helper to remove this warning. See [2023-04-24T11:10:49.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:10:49.602Z] [2023-04-24T11:10:49.602Z] Login Succeeded [2023-04-24T11:10:49.602Z] docker.io [2023-04-24T11:10:49.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:10:49.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:10:49.863Z] Configure a credential helper to remove this warning. See [2023-04-24T11:10:49.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:10:49.863Z] [2023-04-24T11:10:49.863Z] Login Succeeded [2023-04-24T11:10:49.863Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T11:10:49.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-24T11:10:50.556Z] + git rev-list -1 --merges 4b3a4da264884e1b9f8c16a8f440796932f49319~1..4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo [2023-04-24T11:10:50.628Z] -----------> git rev-list -1 --merges 4b3a4da264884e1b9f8c16a8f440796932f49319~1..4b3a4da264884e1b9f8c16a8f440796932f49319 4b3a4da264884e1b9f8c16a8f440796932f49319 [false] [Pipeline] sh [2023-04-24T11:10:50.942Z] + git log --format=format:%s -1 4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo [2023-04-24T11:10:50.979Z] ========================================================= [2023-04-24T11:10:50.979Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-24T11:10:50.979Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T11:10:51.421Z] + git log --format=format:%s -1 4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo [2023-04-24T11:10:51.456Z] [semverPrep] GIT_COMMIT: 4b3a4da264884e1b9f8c16a8f440796932f49319, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-24T11:10:51.486Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-24T11:10:51.883Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T11:10:51.883Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-24T11:10:51.883Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-24T11:10:51.883Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-24T11:10:51.883Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-24T11:10:51.883Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-24T11:10:51.883Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:10:52.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T11:10:52.405Z] [2023-04-24T11:10:52.405Z] 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-24T11:10:52.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T11:10:52.782Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-24T11:10:52.782Z] b85a868b505f: Pulling fs layer [2023-04-24T11:10:52.782Z] e2be974225ed: Pulling fs layer [2023-04-24T11:10:52.782Z] 339a4e72a1f5: Pulling fs layer [2023-04-24T11:10:52.782Z] 988bab9f4d93: Pulling fs layer [2023-04-24T11:10:52.782Z] 1469e6f7b9e6: Pulling fs layer [2023-04-24T11:10:52.782Z] eaf3925da568: Pulling fs layer [2023-04-24T11:10:52.782Z] bab4dde63d76: Pulling fs layer [2023-04-24T11:10:52.782Z] bde34c3a00c8: Pulling fs layer [2023-04-24T11:10:52.782Z] b352a97aabf1: Pulling fs layer [2023-04-24T11:10:52.782Z] 4872d77fe225: Pulling fs layer [2023-04-24T11:10:52.782Z] 5851b861e8e6: Pulling fs layer [2023-04-24T11:10:52.782Z] 1469e6f7b9e6: Waiting [2023-04-24T11:10:52.782Z] bab4dde63d76: Waiting [2023-04-24T11:10:52.782Z] b352a97aabf1: Waiting [2023-04-24T11:10:52.782Z] 5851b861e8e6: Waiting [2023-04-24T11:10:52.782Z] 4872d77fe225: Waiting [2023-04-24T11:10:52.782Z] 988bab9f4d93: Waiting [2023-04-24T11:10:52.782Z] e2be974225ed: Verifying Checksum [2023-04-24T11:10:52.782Z] e2be974225ed: Download complete [2023-04-24T11:10:52.782Z] 988bab9f4d93: Download complete [2023-04-24T11:10:52.782Z] 1469e6f7b9e6: Verifying Checksum [2023-04-24T11:10:52.782Z] 1469e6f7b9e6: Download complete [2023-04-24T11:10:52.782Z] eaf3925da568: Verifying Checksum [2023-04-24T11:10:52.782Z] eaf3925da568: Download complete [2023-04-24T11:10:52.782Z] 339a4e72a1f5: Verifying Checksum [2023-04-24T11:10:52.782Z] 339a4e72a1f5: Download complete [2023-04-24T11:10:53.042Z] bde34c3a00c8: Verifying Checksum [2023-04-24T11:10:53.042Z] bde34c3a00c8: Download complete [2023-04-24T11:10:53.042Z] b352a97aabf1: Download complete [2023-04-24T11:10:53.042Z] 4872d77fe225: Download complete [2023-04-24T11:10:53.042Z] 5851b861e8e6: Verifying Checksum [2023-04-24T11:10:53.042Z] 5851b861e8e6: Download complete [2023-04-24T11:10:53.042Z] b85a868b505f: Download complete [2023-04-24T11:10:53.303Z] bab4dde63d76: Verifying Checksum [2023-04-24T11:10:53.303Z] bab4dde63d76: Download complete [2023-04-24T11:10:54.249Z] b85a868b505f: Pull complete [2023-04-24T11:10:54.510Z] e2be974225ed: Pull complete [2023-04-24T11:10:55.082Z] 339a4e72a1f5: Pull complete [2023-04-24T11:10:55.082Z] 988bab9f4d93: Pull complete [2023-04-24T11:10:55.343Z] 1469e6f7b9e6: Pull complete [2023-04-24T11:10:55.343Z] eaf3925da568: Pull complete [2023-04-24T11:10:57.246Z] bab4dde63d76: Pull complete [2023-04-24T11:10:57.246Z] bde34c3a00c8: Pull complete [2023-04-24T11:10:57.504Z] b352a97aabf1: Pull complete [2023-04-24T11:10:57.504Z] 4872d77fe225: Pull complete [2023-04-24T11:10:57.764Z] 5851b861e8e6: Pull complete [2023-04-24T11:10:57.764Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-24T11:10:57.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T11:10:57.764Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:10:57.998Z] prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container [2023-04-24T11:10:58.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-24T11:11:01.668Z] $ docker top b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e -eo pid,comm [2023-04-24T11:11:01.718Z] 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-24T11:11:01.718Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T11:11:01.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T11:11:01.847Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T11:11:01.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T11:11:01.980Z] $ docker exec b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent [2023-04-24T11:11:02.093Z] SSH_AUTH_SOCK=/tmp/ssh-vu3KS72zIRJs/agent.32 [2023-04-24T11:11:02.093Z] SSH_AGENT_PID=38 [2023-04-24T11:11:02.102Z] Running ssh-add (command line suppressed) [2023-04-24T11:11:02.213Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_17079340233571604959.key (/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_17079340233571604959.key) [2023-04-24T11:11:02.224Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T11:11:02.561Z] + git tag --points-at HEAD [Pipeline] } [2023-04-24T11:11:02.592Z] $ docker exec --env ******** --env ******** b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent -k [2023-04-24T11:11:02.708Z] unset SSH_AUTH_SOCK; [2023-04-24T11:11:02.710Z] unset SSH_AGENT_PID; [2023-04-24T11:11:02.710Z] echo Agent pid 38 killed; [2023-04-24T11:11:02.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-24T11:11:02.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T11:11:02.808Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T11:11:02.929Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T11:11:02.936Z] $ docker exec b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent [2023-04-24T11:11:03.031Z] SSH_AUTH_SOCK=/tmp/ssh-Bq9wOVMzZLk0/agent.71 [2023-04-24T11:11:03.031Z] SSH_AGENT_PID=77 [2023-04-24T11:11:03.038Z] Running ssh-add (command line suppressed) [2023-04-24T11:11:03.133Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_11986384812096806455.key (/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_11986384812096806455.key) [2023-04-24T11:11:03.144Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T11:11:03.478Z] + git semver init [2023-04-24T11:11:03.740Z] 2023-04-24 11:11:03,692 [run_init] DEBUG init version:0.0.0 force:False [2023-04-24T11:11:03.740Z] 2023-04-24 11:11:03,694 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver [2023-04-24T11:11:03.740Z] 2023-04-24 11:11:03,695 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-211/.semver [2023-04-24T11:11:03.740Z] 2023-04-24 11:11:03,695 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-211, universal_newlines=False, shell=None, istream=None) [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,512 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-211/.git/info/exclude [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,513 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver/PR-211 with force:False [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,513 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver/PR-211 [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,517 [execute] INFO git cat-file --batch-check [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,518 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,523 [execute] INFO git cat-file --batch [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T11:11:04.683Z] 2023-04-24 11:11:04,528 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-211/.semver/PR-211 [2023-04-24T11:11:04.683Z] 0.0.0 [Pipeline] } [2023-04-24T11:11:04.713Z] $ docker exec --env ******** --env ******** b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent -k [2023-04-24T11:11:04.801Z] unset SSH_AUTH_SOCK; [2023-04-24T11:11:04.802Z] unset SSH_AGENT_PID; [2023-04-24T11:11:04.802Z] echo Agent pid 77 killed; [2023-04-24T11:11:04.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T11:11:05.241Z] + git semver [Pipeline] } [2023-04-24T11:11:05.529Z] $ docker stop --time=1 b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e [2023-04-24T11:11:06.820Z] $ docker rm -f --volumes b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T11:11:07.225Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-24T11:11:07.512Z] Stashed 1 file(s) [Pipeline] echo [2023-04-24T11:11:07.535Z] [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-24T11:11:08.156Z] provisioning config files... [2023-04-24T11:11:08.166Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config1936140769535302919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:11:08.511Z] ---> docker-login.sh [2023-04-24T11:11:08.511Z] nexus3.edgexfoundry.org:10001 [2023-04-24T11:11:08.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:11:08.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:11:08.511Z] Configure a credential helper to remove this warning. See [2023-04-24T11:11:08.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:11:08.511Z] [2023-04-24T11:11:08.511Z] Login Succeeded [2023-04-24T11:11:08.511Z] nexus3.edgexfoundry.org:10002 [2023-04-24T11:11:08.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:11:08.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:11:08.511Z] Configure a credential helper to remove this warning. See [2023-04-24T11:11:08.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:11:08.511Z] [2023-04-24T11:11:08.511Z] Login Succeeded [2023-04-24T11:11:08.511Z] nexus3.edgexfoundry.org:10003 [2023-04-24T11:11:08.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:11:08.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:11:08.771Z] Configure a credential helper to remove this warning. See [2023-04-24T11:11:08.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:11:08.771Z] [2023-04-24T11:11:08.771Z] Login Succeeded [2023-04-24T11:11:08.771Z] nexus3.edgexfoundry.org:10004 [2023-04-24T11:11:08.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:11:08.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:11:08.771Z] Configure a credential helper to remove this warning. See [2023-04-24T11:11:08.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:11:08.771Z] [2023-04-24T11:11:08.771Z] Login Succeeded [2023-04-24T11:11:08.771Z] docker.io [2023-04-24T11:11:09.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:11:09.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:11:09.032Z] Configure a credential helper to remove this warning. See [2023-04-24T11:11:09.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:11:09.032Z] [2023-04-24T11:11:09.032Z] Login Succeeded [2023-04-24T11:11:09.032Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T11:11:09.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T11:11:09.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T11:11:09.367Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T11:11:09.398Z] ========================================================= [2023-04-24T11:11:09.398Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-24T11:11:09.398Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:11:09.852Z] + 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-24T11:11:09.852Z] Sending build context to Docker daemon 4.222MB [2023-04-24T11:11:09.852Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T11:11:09.852Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T11:11:09.852Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-24T11:11:09.852Z] 63b65145d645: Pulling fs layer [2023-04-24T11:11:09.852Z] a2d21d5440eb: Pulling fs layer [2023-04-24T11:11:09.852Z] 935e6c44a52c: Pulling fs layer [2023-04-24T11:11:09.852Z] 94cc34f8dd06: Pulling fs layer [2023-04-24T11:11:09.852Z] 30dea6a524f1: Pulling fs layer [2023-04-24T11:11:09.852Z] a2aff8979fd8: Pulling fs layer [2023-04-24T11:11:09.852Z] 6808be2612f2: Pulling fs layer [2023-04-24T11:11:09.852Z] f25807f1079a: Pulling fs layer [2023-04-24T11:11:09.852Z] 94cc34f8dd06: Waiting [2023-04-24T11:11:09.852Z] 30dea6a524f1: Waiting [2023-04-24T11:11:09.852Z] 6808be2612f2: Waiting [2023-04-24T11:11:09.852Z] f25807f1079a: Waiting [2023-04-24T11:11:09.852Z] a2aff8979fd8: Waiting [2023-04-24T11:11:09.852Z] a2d21d5440eb: Download complete [2023-04-24T11:11:09.852Z] 94cc34f8dd06: Download complete [2023-04-24T11:11:10.114Z] 30dea6a524f1: Download complete [2023-04-24T11:11:10.114Z] 63b65145d645: Verifying Checksum [2023-04-24T11:11:10.114Z] 63b65145d645: Download complete [2023-04-24T11:11:10.114Z] a2aff8979fd8: Verifying Checksum [2023-04-24T11:11:10.114Z] a2aff8979fd8: Download complete [2023-04-24T11:11:10.114Z] 63b65145d645: Pull complete [2023-04-24T11:11:10.378Z] a2d21d5440eb: Pull complete [2023-04-24T11:11:10.378Z] f25807f1079a: Verifying Checksum [2023-04-24T11:11:10.378Z] f25807f1079a: Download complete [2023-04-24T11:11:10.636Z] 935e6c44a52c: Verifying Checksum [2023-04-24T11:11:10.636Z] 935e6c44a52c: Download complete [2023-04-24T11:11:10.893Z] 6808be2612f2: Download complete [2023-04-24T11:11:14.178Z] 935e6c44a52c: Pull complete [2023-04-24T11:11:14.178Z] 94cc34f8dd06: Pull complete [2023-04-24T11:11:14.439Z] 30dea6a524f1: Pull complete [2023-04-24T11:11:14.439Z] a2aff8979fd8: Pull complete [2023-04-24T11:11:16.986Z] 6808be2612f2: Pull complete [2023-04-24T11:11:17.552Z] f25807f1079a: Pull complete [2023-04-24T11:11:17.552Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-24T11:11:17.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T11:11:17.552Z] ---> 3b553350e43f [2023-04-24T11:11:17.552Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T11:11:22.979Z] Still waiting to schedule task [2023-04-24T11:11:22.979Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-24T11:11:24.133Z] ---> Running in 5b1dd9811337 [2023-04-24T11:11:24.133Z] Removing intermediate container 5b1dd9811337 [2023-04-24T11:11:24.133Z] ---> c832587977e0 [2023-04-24T11:11:24.133Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T11:11:24.133Z] ---> Running in a8a307533dfd [2023-04-24T11:11:24.133Z] Removing intermediate container a8a307533dfd [2023-04-24T11:11:24.133Z] ---> 7931bb87ed40 [2023-04-24T11:11:24.133Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-24T11:11:24.133Z] ---> Running in dcaf950867eb [2023-04-24T11:11:24.133Z] Removing intermediate container dcaf950867eb [2023-04-24T11:11:24.133Z] ---> 4a4af58dd3e3 [2023-04-24T11:11:24.133Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T11:11:24.133Z] ---> Running in 814e66301cb7 [2023-04-24T11:11:24.133Z] Removing intermediate container 814e66301cb7 [2023-04-24T11:11:24.133Z] ---> 6348734c2d70 [2023-04-24T11:11:24.133Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T11:11:24.133Z] ---> Running in 3e5793e283c4 [2023-04-24T11:11:24.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T11:11:24.392Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T11:11:24.392Z] OK: 265 MiB in 53 packages [2023-04-24T11:11:24.958Z] Removing intermediate container 3e5793e283c4 [2023-04-24T11:11:24.958Z] ---> 84ae0acb687d [2023-04-24T11:11:24.958Z] Step 8/12 : WORKDIR /app [2023-04-24T11:11:24.958Z] ---> Running in caa2207253b5 [2023-04-24T11:11:24.958Z] Removing intermediate container caa2207253b5 [2023-04-24T11:11:24.958Z] ---> 35cebefe4786 [2023-04-24T11:11:24.958Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-24T11:11:24.958Z] ---> bd2110e8d6dc [2023-04-24T11:11:24.958Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T11:11:24.958Z] ---> Running in f13225216533 [2023-04-24T11:11:57.241Z] Removing intermediate container f13225216533 [2023-04-24T11:11:57.241Z] ---> c93db8837502 [2023-04-24T11:11:57.241Z] Step 11/12 : COPY . . [2023-04-24T11:11:57.241Z] ---> f2fe92863ba2 [2023-04-24T11:11:57.241Z] Step 12/12 : RUN $MAKE [2023-04-24T11:11:57.241Z] ---> Running in 909f5cef1d37 [2023-04-24T11:11:57.502Z] noop [2023-04-24T11:11:57.764Z] Removing intermediate container 909f5cef1d37 [2023-04-24T11:11:57.764Z] ---> 2c11fbdb2c4a [2023-04-24T11:11:57.764Z] Successfully built 2c11fbdb2c4a [2023-04-24T11:11:57.764Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:11:58.226Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T11:11:58.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:11:58.404Z] prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container [2023-04-24T11:11:58.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-24T11:11:58.788Z] $ docker top 7fce06f23d5faf0aa5944be34a8a9311b6cbe43d06e0dc85c42e6afd498dceb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T11:11:59.177Z] + go version [2023-04-24T11:11:59.177Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-24T11:11:59.213Z] $ docker stop --time=1 7fce06f23d5faf0aa5944be34a8a9311b6cbe43d06e0dc85c42e6afd498dceb4 [2023-04-24T11:12:00.479Z] $ docker rm -f --volumes 7fce06f23d5faf0aa5944be34a8a9311b6cbe43d06e0dc85c42e6afd498dceb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:12:01.212Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T11:12:01.212Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:12:01.379Z] prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container [2023-04-24T11:12:01.421Z] $ 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-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-24T11:12:01.776Z] $ docker top 5d9b28be3cccd6995d2bddd8d57a824f801a4e2fe815536027b323423a2ea542 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T11:12:02.223Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-211 [Pipeline] fileExists [Pipeline] sh [2023-04-24T11:12:02.613Z] + make test [2023-04-24T11:12:02.613Z] go test ./... -coverprofile=coverage.out ./... [2023-04-24T11:12:07.880Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-24T11:12:20.081Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-24T11:12:20.081Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-24T11:12:22.613Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.086s coverage: 40.5% of statements [2023-04-24T11:12:22.613Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.257s coverage: 52.0% of statements [2023-04-24T11:12:22.613Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.011s coverage: 95.5% of statements [2023-04-24T11:12:30.721Z] go vet ./... [2023-04-24T11:12:34.907Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T11:12:34.907Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T11:12:34.907Z] ./bin/test-attribution-txt.sh [2023-04-24T11:12:35.166Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-24T11:12:35.166Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-24T11:12:35.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T11:12:35.246Z] $ docker stop --time=1 5d9b28be3cccd6995d2bddd8d57a824f801a4e2fe815536027b323423a2ea542 [2023-04-24T11:12:39.154Z] $ docker rm -f --volumes 5d9b28be3cccd6995d2bddd8d57a824f801a4e2fe815536027b323423a2ea542 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T11:12:39.683Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T11:12:39.801Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-24T11:12:40.490Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T11:12:40.803Z] + ls -al . [2023-04-24T11:12:40.803Z] total 628 [2023-04-24T11:12:40.803Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 24 11:12 . [2023-04-24T11:12:40.803Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:10 .. [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 24 11:10 .dockerignore [2023-04-24T11:12:40.803Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 11:11 .git [2023-04-24T11:12:40.803Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:10 .github [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 24 11:10 .gitignore [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 11:10 .golangci.yml [2023-04-24T11:12:40.803Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 11:11 .semver [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 24 11:10 Attribution.txt [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 24 11:10 CHANGELOG.md [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 24 11:10 Dockerfile [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 11:10 GOVERNANCE.md [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 24 11:10 Jenkinsfile [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 24 11:10 LICENSE [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 24 11:10 Makefile [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 24 11:10 OWNERS.md [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 24 11:10 README.md [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:11 VERSION [2023-04-24T11:12:40.803Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:10 bin [2023-04-24T11:12:40.803Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:10 cmd [2023-04-24T11:12:40.803Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 24 11:12 coverage.out [2023-04-24T11:12:40.803Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:10 examples [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 24 11:10 go.mod [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 24 11:10 go.sum [2023-04-24T11:12:40.803Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:10 images [2023-04-24T11:12:40.803Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 24 11:10 internal [2023-04-24T11:12:40.803Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:10 snap [2023-04-24T11:12:40.803Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 24 11:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:12:41.192Z] + 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=4b3a4da264884e1b9f8c16a8f440796932f49319 --label arch=amd64 --label version=0.0.0 . [2023-04-24T11:12:41.192Z] Sending build context to Docker daemon 4.222MB [2023-04-24T11:12:41.192Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T11:12:41.192Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-24T11:12:41.192Z] ---> 2c11fbdb2c4a [2023-04-24T11:12:41.192Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-24T11:12:41.459Z] ---> Running in d5f1f9c1ef3b [2023-04-24T11:12:41.459Z] Removing intermediate container d5f1f9c1ef3b [2023-04-24T11:12:41.459Z] ---> e9cf8071609b [2023-04-24T11:12:41.459Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T11:12:41.459Z] ---> Running in 23f7cabea5d7 [2023-04-24T11:12:41.719Z] Removing intermediate container 23f7cabea5d7 [2023-04-24T11:12:41.719Z] ---> 2b648778e8ea [2023-04-24T11:12:41.719Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-24T11:12:41.719Z] ---> Running in 01c50ce7f3cc [2023-04-24T11:12:41.719Z] Removing intermediate container 01c50ce7f3cc [2023-04-24T11:12:41.719Z] ---> 3279a96e1959 [2023-04-24T11:12:41.719Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T11:12:41.719Z] ---> Running in c218142da48a [2023-04-24T11:12:41.719Z] Removing intermediate container c218142da48a [2023-04-24T11:12:41.719Z] ---> 267de7a258fc [2023-04-24T11:12:41.719Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T11:12:41.719Z] ---> Running in f0b497461386 [2023-04-24T11:12:41.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T11:12:42.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T11:12:42.496Z] OK: 265 MiB in 53 packages [2023-04-24T11:12:42.755Z] Removing intermediate container f0b497461386 [2023-04-24T11:12:42.755Z] ---> 19e763ee613b [2023-04-24T11:12:42.755Z] Step 8/24 : WORKDIR /app [2023-04-24T11:12:42.755Z] ---> Running in 46c7e1f09c70 [2023-04-24T11:12:42.755Z] Removing intermediate container 46c7e1f09c70 [2023-04-24T11:12:42.755Z] ---> 76a9052cc54f [2023-04-24T11:12:42.755Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-24T11:12:43.015Z] ---> 8e25e5000280 [2023-04-24T11:12:43.015Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T11:12:43.015Z] ---> Running in 0663b0be65f3 [2023-04-24T11:12:43.975Z] Removing intermediate container 0663b0be65f3 [2023-04-24T11:12:43.975Z] ---> 65c68a4aa145 [2023-04-24T11:12:43.975Z] Step 11/24 : COPY . . [2023-04-24T11:12:44.236Z] ---> 0ce8a5e6a24e [2023-04-24T11:12:44.236Z] Step 12/24 : RUN $MAKE [2023-04-24T11:12:44.236Z] ---> Running in cce5745f9a84 [2023-04-24T11:12:44.493Z] 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-24T11:12:55.988Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9529 in /w/workspace/undry_device-rfid-llrp-go_PR-211 [Pipeline] { [Pipeline] ws [2023-04-24T11:12:56.051Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-24T11:12:56.137Z] Selected Git installation does not exist. Using Default [2023-04-24T11:12:56.137Z] The recommended git tool is: NONE [2023-04-24T11:13:01.729Z] using credential edgex-jenkins-ssh [2023-04-24T11:13:01.746Z] Cloning the remote Git repository [2023-04-24T11:13:01.797Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-24T11:13:01.898Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-04-24T11:13:02.056Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-24T11:13:02.057Z] > git --version # timeout=10 [2023-04-24T11:13:02.078Z] > git --version # 'git version 2.25.1' [2023-04-24T11:13:02.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T11:13:02.261Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T11:13:03.334Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-24T11:13:03.370Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T11:13:04.815Z] Merging remotes/origin/main commit 50861cafd9a0a537a9199728e1fa185e63d74b97 into PR head commit 4b3a4da264884e1b9f8c16a8f440796932f49319 [2023-04-24T11:13:04.236Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-24T11:13:04.273Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-24T11:13:04.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T11:13:04.289Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/211/head:refs/remotes/origin/PR-211 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-24T11:13:04.836Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T11:13:04.899Z] > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # timeout=10 [2023-04-24T11:13:05.118Z] Merge succeeded, producing 4b3a4da264884e1b9f8c16a8f440796932f49319 [2023-04-24T11:13:05.118Z] Checking out Revision 4b3a4da264884e1b9f8c16a8f440796932f49319 (PR-211) [2023-04-24T11:13:05.673Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-24T11:13:05.727Z] > git --version # timeout=10 [2023-04-24T11:13:05.740Z] > git --version # 'git version 2.25.1' [2023-04-24T11:13:05.763Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-04-24T11:13:05.012Z] > git remote # timeout=10 [2023-04-24T11:13:05.032Z] > git config --get remote.origin.url # timeout=10 [2023-04-24T11:13:05.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T11:13:05.070Z] > git merge 50861cafd9a0a537a9199728e1fa185e63d74b97 # timeout=10 [2023-04-24T11:13:05.102Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-24T11:13:05.128Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T11:13:05.152Z] > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T11:13:06.467Z] Removing intermediate container cce5745f9a84 [2023-04-24T11:13:06.467Z] ---> 917505dc1891 [2023-04-24T11:13:06.467Z] Step 13/24 : FROM alpine:3.17 [2023-04-24T11:13:06.467Z] 3.17: Pulling from library/alpine [2023-04-24T11:13:06.467Z] f56be85fc22e: Pulling fs layer [2023-04-24T11:13:06.467Z] f56be85fc22e: Verifying Checksum [2023-04-24T11:13:06.467Z] f56be85fc22e: Download complete [2023-04-24T11:13:06.467Z] f56be85fc22e: Pull complete [2023-04-24T11:13:06.467Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T11:13:06.467Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T11:13:06.467Z] ---> 9ed4aefc74f6 [2023-04-24T11:13:06.467Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-24T11:13:06.468Z] ---> Running in 4a751e1fc8a8 [2023-04-24T11:13:06.468Z] Removing intermediate container 4a751e1fc8a8 [2023-04-24T11:13:06.468Z] ---> 6440126f5803 [2023-04-24T11:13:06.468Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-24T11:13:06.468Z] ---> Running in 6e198f539af8 [2023-04-24T11:13:06.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T11:13:06.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T11:13:06.729Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T11:13:06.729Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T11:13:06.729Z] OK: 7 MiB in 16 packages [2023-04-24T11:13:06.961Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-24T11:13:06.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T11:13:06.961Z] Dload Upload Total Spent Left Speed [2023-04-24T11:13:06.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [2023-04-24T11:13:06.988Z] Removing intermediate container 6e198f539af8 [2023-04-24T11:13:06.988Z] ---> b19b85e665f1 [2023-04-24T11:13:06.988Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-24T11:13:07.246Z] ---> b136ac1ee82d [2023-04-24T11:13:07.246Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-24T11:13:07.246Z] ---> da2fc2b22a66 [2023-04-24T11:13:07.246Z] Step 18/24 : COPY --from=builder /app/cmd/ / [Pipeline] sh [2023-04-24T11:13:07.640Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-24T11:13:07.991Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-24T11:13:07.991Z] + sudo tee /etc/docker/daemon.new [2023-04-24T11:13:07.991Z] { [2023-04-24T11:13:07.991Z] "registry-mirrors": [ [2023-04-24T11:13:07.991Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-24T11:13:07.991Z] ], [2023-04-24T11:13:07.991Z] "bip": "10.250.0.254/24", [2023-04-24T11:13:07.991Z] "hosts": [ [2023-04-24T11:13:07.991Z] "tcp://0.0.0.0:5555", [2023-04-24T11:13:07.991Z] "unix:///var/run/docker.sock" [2023-04-24T11:13:07.991Z] ], [2023-04-24T11:13:07.991Z] "mtu": 1458, [2023-04-24T11:13:07.991Z] "selinux-enabled": true, [2023-04-24T11:13:07.991Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-24T11:13:07.991Z] } [Pipeline] sh [2023-04-24T11:13:08.341Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-24T11:13:08.628Z] ---> 0b2fd61646b6 [2023-04-24T11:13:08.628Z] Step 19/24 : EXPOSE 59989 [2023-04-24T11:13:08.628Z] ---> Running in 3df6b883b43b [2023-04-24T11:13:08.628Z] Removing intermediate container 3df6b883b43b [2023-04-24T11:13:08.628Z] ---> b6b078f1a21d [2023-04-24T11:13:08.628Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-24T11:13:08.628Z] ---> Running in c61ac4ad67a3 [2023-04-24T11:13:08.628Z] Removing intermediate container c61ac4ad67a3 [2023-04-24T11:13:08.628Z] ---> be34889b25c3 [2023-04-24T11:13:08.628Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T11:13:08.628Z] ---> Running in a0438d79291c [2023-04-24T11:13:08.628Z] Removing intermediate container a0438d79291c [2023-04-24T11:13:08.628Z] ---> 9a141e06da78 [2023-04-24T11:13:08.628Z] Step 22/24 : LABEL arch=amd64 [2023-04-24T11:13:08.628Z] ---> Running in c64f859dfa2d [2023-04-24T11:13:08.628Z] Removing intermediate container c64f859dfa2d [2023-04-24T11:13:08.628Z] ---> 394a47162902 [2023-04-24T11:13:08.628Z] Step 23/24 : LABEL git_sha=4b3a4da264884e1b9f8c16a8f440796932f49319 [2023-04-24T11:13:08.628Z] ---> Running in f515387a8a1a [2023-04-24T11:13:08.695Z] + sudo service docker restart [2023-04-24T11:13:08.887Z] Removing intermediate container f515387a8a1a [2023-04-24T11:13:08.887Z] ---> 596df1a9f573 [2023-04-24T11:13:08.887Z] Step 24/24 : LABEL version=0.0.0 [2023-04-24T11:13:08.887Z] ---> Running in 8298ffb8d8fc [2023-04-24T11:13:08.887Z] Removing intermediate container 8298ffb8d8fc [2023-04-24T11:13:08.887Z] ---> 666cb2028d5f [2023-04-24T11:13:08.887Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T11:13:08.887Z] Successfully built 666cb2028d5f [2023-04-24T11:13:08.887Z] 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-24T11:13:09.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T11:13:09.804Z] [2023-04-24T11:13:09.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:13:10.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T11:13:10.199Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-24T11:13:10.199Z] 5eb5b503b376: Pulling fs layer [2023-04-24T11:13:10.199Z] 5c69ac0246d0: Pulling fs layer [2023-04-24T11:13:10.199Z] ec43610c2a17: Pulling fs layer [2023-04-24T11:13:10.199Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-24T11:13:10.199Z] 33b1e0a273af: Pulling fs layer [2023-04-24T11:13:10.199Z] 5d3b04190fa2: Pulling fs layer [2023-04-24T11:13:10.199Z] 2f39f015ded8: Pulling fs layer [2023-04-24T11:13:10.199Z] 3a2ae6a8a46f: Waiting [2023-04-24T11:13:10.199Z] 33b1e0a273af: Waiting [2023-04-24T11:13:10.199Z] 2f39f015ded8: Waiting [2023-04-24T11:13:10.199Z] 5d3b04190fa2: Waiting [2023-04-24T11:13:10.199Z] 5c69ac0246d0: Verifying Checksum [2023-04-24T11:13:10.199Z] 5c69ac0246d0: Download complete [2023-04-24T11:13:10.199Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-24T11:13:10.199Z] 3a2ae6a8a46f: Download complete [2023-04-24T11:13:10.199Z] 33b1e0a273af: Verifying Checksum [2023-04-24T11:13:10.199Z] 33b1e0a273af: Download complete [2023-04-24T11:13:10.199Z] ec43610c2a17: Verifying Checksum [2023-04-24T11:13:10.199Z] ec43610c2a17: Download complete [2023-04-24T11:13:10.199Z] 5d3b04190fa2: Verifying Checksum [2023-04-24T11:13:10.199Z] 5d3b04190fa2: Download complete [2023-04-24T11:13:10.458Z] 5eb5b503b376: Download complete [2023-04-24T11:13:11.025Z] 2f39f015ded8: Verifying Checksum [2023-04-24T11:13:11.025Z] 2f39f015ded8: Download complete [2023-04-24T11:13:11.965Z] 5eb5b503b376: Pull complete [2023-04-24T11:13:11.965Z] 5c69ac0246d0: Pull complete [2023-04-24T11:13:12.225Z] ec43610c2a17: Pull complete [2023-04-24T11:13:12.485Z] 3a2ae6a8a46f: Pull complete [2023-04-24T11:13:12.745Z] 33b1e0a273af: Pull complete [2023-04-24T11:13:12.745Z] 5d3b04190fa2: Pull complete [2023-04-24T11:13:16.935Z] 2f39f015ded8: Pull complete [2023-04-24T11:13:16.935Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-24T11:13:16.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T11:13:16.935Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:13:17.176Z] prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container [2023-04-24T11:13:17.214Z] $ 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-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-24T11:13:23.516Z] $ docker top f0ac1cde7bd2c7b11774479af0c2cf30e82d9f9f45ba457c0044d3b3e447f62b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:13:23.980Z] ---> job-cost.sh [2023-04-24T11:13:23.980Z] lf-activate-venv: SKIPPING [2023-04-24T11:13:23.980Z] INFO: No Stack... [2023-04-24T11:13:24.240Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T11:13:24.497Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T11:13:24.816Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-211/archives/cost.csv [2023-04-24T11:13:24.817Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T11:13:24.858Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [2023-04-24T11:13:24.863Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] did not exist. Created. [2023-04-24T11:13:24.863Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T11:13:25.257Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-24T11:13:25.317Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T11:13:25.339Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T11:13:25.429Z] $ docker stop --time=1 f0ac1cde7bd2c7b11774479af0c2cf30e82d9f9f45ba457c0044d3b3e447f62b [2023-04-24T11:13:26.579Z] $ docker rm -f --volumes f0ac1cde7bd2c7b11774479af0c2cf30e82d9f9f45ba457c0044d3b3e447f62b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T11:13:27.038Z] provisioning config files... [2023-04-24T11:13:27.070Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config8324978172220799445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:13:27.465Z] ---> docker-login.sh [2023-04-24T11:13:27.465Z] nexus3.edgexfoundry.org:10001 [2023-04-24T11:13:28.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:13:28.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:13:28.055Z] Configure a credential helper to remove this warning. See [2023-04-24T11:13:28.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:13:28.055Z] [2023-04-24T11:13:28.055Z] Login Succeeded [2023-04-24T11:13:28.055Z] nexus3.edgexfoundry.org:10002 [2023-04-24T11:13:28.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:13:28.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:13:28.324Z] Configure a credential helper to remove this warning. See [2023-04-24T11:13:28.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:13:28.324Z] [2023-04-24T11:13:28.324Z] Login Succeeded [2023-04-24T11:13:28.593Z] nexus3.edgexfoundry.org:10003 [2023-04-24T11:13:28.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:13:28.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:13:28.865Z] Configure a credential helper to remove this warning. See [2023-04-24T11:13:28.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:13:28.865Z] [2023-04-24T11:13:28.865Z] Login Succeeded [2023-04-24T11:13:28.865Z] nexus3.edgexfoundry.org:10004 [2023-04-24T11:13:29.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:13:29.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:13:29.136Z] Configure a credential helper to remove this warning. See [2023-04-24T11:13:29.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:13:29.136Z] [2023-04-24T11:13:29.136Z] Login Succeeded [2023-04-24T11:13:29.136Z] docker.io [2023-04-24T11:13:29.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:13:29.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:13:29.671Z] Configure a credential helper to remove this warning. See [2023-04-24T11:13:29.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:13:29.671Z] [2023-04-24T11:13:29.671Z] Login Succeeded [2023-04-24T11:13:29.671Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T11:13:29.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T11:13:30.082Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T11:13:30.120Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T11:13:30.155Z] ========================================================= [2023-04-24T11:13:30.155Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-24T11:13:30.155Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:13:30.675Z] + 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-24T11:13:30.946Z] Sending build context to Docker daemon 1.212MB [2023-04-24T11:13:30.946Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T11:13:30.946Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T11:13:31.218Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-24T11:13:31.218Z] af6eaf76a39c: Pulling fs layer [2023-04-24T11:13:31.218Z] 55522c791124: Pulling fs layer [2023-04-24T11:13:31.218Z] ce5c4a1c91eb: Pulling fs layer [2023-04-24T11:13:31.218Z] 169dfbe0d373: Pulling fs layer [2023-04-24T11:13:31.218Z] e1ff8fa3b103: Pulling fs layer [2023-04-24T11:13:31.218Z] 52ebb69f0ebf: Pulling fs layer [2023-04-24T11:13:31.218Z] 5abe8eddf0d5: Pulling fs layer [2023-04-24T11:13:31.218Z] 52ebb69f0ebf: Waiting [2023-04-24T11:13:31.218Z] 169dfbe0d373: Waiting [2023-04-24T11:13:31.218Z] e1ff8fa3b103: Waiting [2023-04-24T11:13:31.218Z] 5abe8eddf0d5: Waiting [2023-04-24T11:13:31.218Z] 55522c791124: Verifying Checksum [2023-04-24T11:13:31.218Z] 55522c791124: Download complete [2023-04-24T11:13:31.218Z] 169dfbe0d373: Verifying Checksum [2023-04-24T11:13:31.218Z] 169dfbe0d373: Download complete [2023-04-24T11:13:31.218Z] e1ff8fa3b103: Verifying Checksum [2023-04-24T11:13:31.218Z] e1ff8fa3b103: Download complete [2023-04-24T11:13:31.218Z] af6eaf76a39c: Download complete [2023-04-24T11:13:32.659Z] 5abe8eddf0d5: Verifying Checksum [2023-04-24T11:13:32.659Z] 5abe8eddf0d5: Download complete [2023-04-24T11:13:33.745Z] 52ebb69f0ebf: Verifying Checksum [2023-04-24T11:13:33.745Z] 52ebb69f0ebf: Download complete [2023-04-24T11:13:33.745Z] ce5c4a1c91eb: Verifying Checksum [2023-04-24T11:13:33.745Z] ce5c4a1c91eb: Download complete [2023-04-24T11:13:34.376Z] af6eaf76a39c: Pull complete [2023-04-24T11:13:34.976Z] 55522c791124: Pull complete [2023-04-24T11:13:47.324Z] ce5c4a1c91eb: Pull complete [2023-04-24T11:13:47.594Z] 169dfbe0d373: Pull complete [2023-04-24T11:13:47.869Z] e1ff8fa3b103: Pull complete [2023-04-24T11:13:54.542Z] 52ebb69f0ebf: Pull complete [2023-04-24T11:13:56.495Z] 5abe8eddf0d5: Pull complete [2023-04-24T11:13:56.495Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-24T11:13:56.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T11:13:56.496Z] ---> 6cb57ee374ae [2023-04-24T11:13:56.496Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T11:13:58.448Z] ---> Running in a8b45d6cd5fd [2023-04-24T11:13:58.448Z] Removing intermediate container a8b45d6cd5fd [2023-04-24T11:13:58.448Z] ---> 3ff9331d16b1 [2023-04-24T11:13:58.448Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T11:13:58.448Z] ---> Running in a5ec314e75a2 [2023-04-24T11:13:58.726Z] Removing intermediate container a5ec314e75a2 [2023-04-24T11:13:58.726Z] ---> 40ce7143b502 [2023-04-24T11:13:58.726Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-24T11:13:58.996Z] ---> Running in b96f9552eac0 [2023-04-24T11:13:59.265Z] Removing intermediate container b96f9552eac0 [2023-04-24T11:13:59.265Z] ---> 28731294fc47 [2023-04-24T11:13:59.265Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T11:13:59.265Z] ---> Running in 7544def95d75 [2023-04-24T11:13:59.537Z] Removing intermediate container 7544def95d75 [2023-04-24T11:13:59.537Z] ---> 18c260023194 [2023-04-24T11:13:59.537Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T11:13:59.805Z] ---> Running in 6ac1772cbf98 [2023-04-24T11:14:00.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T11:14:01.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T11:14:02.315Z] OK: 263 MiB in 53 packages [2023-04-24T11:14:03.281Z] Removing intermediate container 6ac1772cbf98 [2023-04-24T11:14:03.281Z] ---> 9a52dbf6314d [2023-04-24T11:14:03.281Z] Step 8/12 : WORKDIR /app [2023-04-24T11:14:03.281Z] ---> Running in c1234cf0daaa [2023-04-24T11:14:03.549Z] Removing intermediate container c1234cf0daaa [2023-04-24T11:14:03.549Z] ---> b5b7cee131ef [2023-04-24T11:14:03.549Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-24T11:14:04.136Z] ---> 6ec075846b75 [2023-04-24T11:14:04.136Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T11:14:04.136Z] ---> Running in 2c63fd6d69a5 [2023-04-24T11:15:12.061Z] Removing intermediate container 2c63fd6d69a5 [2023-04-24T11:15:12.061Z] ---> 20a363964f65 [2023-04-24T11:15:12.061Z] Step 11/12 : COPY . . [2023-04-24T11:15:12.061Z] ---> d29e303f3751 [2023-04-24T11:15:12.061Z] Step 12/12 : RUN $MAKE [2023-04-24T11:15:12.061Z] ---> Running in 87ed1270aae6 [2023-04-24T11:15:12.061Z] noop [2023-04-24T11:15:12.061Z] Removing intermediate container 87ed1270aae6 [2023-04-24T11:15:12.061Z] ---> 26a3f1bfb7ac [2023-04-24T11:15:12.061Z] Successfully built 26a3f1bfb7ac [2023-04-24T11:15:12.061Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:15:12.552Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T11:15:12.552Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:15:12.842Z] prd-ubuntu20.04-docker-arm64-4c-16g-9529 does not seem to be running inside a container [2023-04-24T11:15:12.908Z] $ 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-24T11:15:14.084Z] $ docker top 7c22503dccf5273a35f7fea08396445a66842cb2144270ba176bb36053156f1a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T11:15:14.957Z] + go version [2023-04-24T11:15:14.957Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-24T11:15:14.994Z] $ docker stop --time=1 7c22503dccf5273a35f7fea08396445a66842cb2144270ba176bb36053156f1a [2023-04-24T11:15:16.610Z] $ docker rm -f --volumes 7c22503dccf5273a35f7fea08396445a66842cb2144270ba176bb36053156f1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:15:17.496Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T11:15:17.496Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:15:17.765Z] prd-ubuntu20.04-docker-arm64-4c-16g-9529 does not seem to be running inside a container [2023-04-24T11:15:17.830Z] $ 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-24T11:15:19.009Z] $ docker top 6e5d6e5423c33276214cde1c05fd1a6c8099ac16fd74255f9535131c55fdaf6f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T11:15:19.888Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-24T11:15:20.607Z] + make test [2023-04-24T11:15:20.607Z] go test ./... -coverprofile=coverage.out ./... [2023-04-24T11:15:52.817Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-24T11:17:44.520Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-24T11:17:44.520Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-24T11:18:16.811Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 28.367s coverage: 40.5% of statements [2023-04-24T11:18:16.811Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.592s coverage: 52.0% of statements [2023-04-24T11:18:16.811Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.058s coverage: 96.4% of statements [2023-04-24T11:18:16.811Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-24T11:18:16.811Z] go vet ./... [2023-04-24T11:18:43.515Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T11:18:43.515Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T11:18:43.515Z] ./bin/test-attribution-txt.sh [2023-04-24T11:18:43.515Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-24T11:18:43.515Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-24T11:18:43.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T11:18:43.592Z] $ docker stop --time=1 6e5d6e5423c33276214cde1c05fd1a6c8099ac16fd74255f9535131c55fdaf6f [2023-04-24T11:18:45.382Z] $ docker rm -f --volumes 6e5d6e5423c33276214cde1c05fd1a6c8099ac16fd74255f9535131c55fdaf6f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T11:18:46.566Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T11:18:46.604Z] Warning: overwriting stash ‘coverage-report’ [2023-04-24T11:18:47.168Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T11:18:47.722Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T11:18:48.057Z] + ls -al . [2023-04-24T11:18:48.057Z] total 624 [2023-04-24T11:18:48.057Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 11:15 . [2023-04-24T11:18:48.057Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:13 .. [2023-04-24T11:18:48.057Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 24 11:13 .dockerignore [2023-04-24T11:18:48.057Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 11:13 .git [2023-04-24T11:18:48.057Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:13 .github [2023-04-24T11:18:48.057Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 24 11:13 .gitignore [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 11:13 .golangci.yml [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 24 11:13 Attribution.txt [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 24 11:13 CHANGELOG.md [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 24 11:13 Dockerfile [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 11:13 GOVERNANCE.md [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 24 11:13 Jenkinsfile [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 24 11:13 LICENSE [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 24 11:13 Makefile [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 24 11:13 OWNERS.md [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 24 11:13 README.md [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:11 VERSION [2023-04-24T11:18:48.058Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:13 bin [2023-04-24T11:18:48.058Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:13 cmd [2023-04-24T11:18:48.058Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 24 11:18 coverage.out [2023-04-24T11:18:48.058Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:13 examples [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 24 11:13 go.mod [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 24 11:13 go.sum [2023-04-24T11:18:48.058Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:13 images [2023-04-24T11:18:48.058Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 24 11:13 internal [2023-04-24T11:18:48.058Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:13 snap [2023-04-24T11:18:48.058Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 24 11:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:18:48.478Z] + 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=4b3a4da264884e1b9f8c16a8f440796932f49319 --label arch=arm64 --label version=0.0.0 . [2023-04-24T11:18:48.744Z] Sending build context to Docker daemon 1.212MB [2023-04-24T11:18:48.744Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T11:18:48.744Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-24T11:18:48.744Z] ---> 26a3f1bfb7ac [2023-04-24T11:18:48.744Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-24T11:18:48.744Z] ---> Running in 5fa0a1d89ab3 [2023-04-24T11:18:49.015Z] Removing intermediate container 5fa0a1d89ab3 [2023-04-24T11:18:49.015Z] ---> 25f71efa484a [2023-04-24T11:18:49.015Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T11:18:49.285Z] ---> Running in 12cb3e3c6214 [2023-04-24T11:18:49.554Z] Removing intermediate container 12cb3e3c6214 [2023-04-24T11:18:49.554Z] ---> e45fc80280cc [2023-04-24T11:18:49.554Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-24T11:18:49.554Z] ---> Running in cfcb18004549 [2023-04-24T11:18:49.822Z] Removing intermediate container cfcb18004549 [2023-04-24T11:18:49.822Z] ---> 9cd16f529bfc [2023-04-24T11:18:49.822Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T11:18:49.822Z] ---> Running in 5419abd3331e [2023-04-24T11:18:50.094Z] Removing intermediate container 5419abd3331e [2023-04-24T11:18:50.094Z] ---> e4442eaaa342 [2023-04-24T11:18:50.094Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T11:18:50.094Z] ---> Running in b4b46111048e [2023-04-24T11:18:51.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T11:18:51.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T11:18:52.615Z] OK: 263 MiB in 53 packages [2023-04-24T11:18:54.559Z] Removing intermediate container b4b46111048e [2023-04-24T11:18:54.559Z] ---> 95b59d75f2c1 [2023-04-24T11:18:54.559Z] Step 8/24 : WORKDIR /app [2023-04-24T11:18:54.559Z] ---> Running in 24a7a270fed8 [2023-04-24T11:18:54.559Z] Removing intermediate container 24a7a270fed8 [2023-04-24T11:18:54.559Z] ---> b818e333212e [2023-04-24T11:18:54.559Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-24T11:18:55.142Z] ---> 56a92f3b45a0 [2023-04-24T11:18:55.142Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T11:18:55.142Z] ---> Running in 79b64858c403 [2023-04-24T11:18:57.728Z] Removing intermediate container 79b64858c403 [2023-04-24T11:18:57.728Z] ---> a65e5498867e [2023-04-24T11:18:57.728Z] Step 11/24 : COPY . . [2023-04-24T11:18:58.318Z] ---> e225f769c2ad [2023-04-24T11:18:58.318Z] Step 12/24 : RUN $MAKE [2023-04-24T11:18:58.318Z] ---> Running in 99582842c8ad [2023-04-24T11:18:59.293Z] 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-24T11:21:20.998Z] Removing intermediate container 99582842c8ad [2023-04-24T11:21:20.998Z] ---> 6d7053f48621 [2023-04-24T11:21:20.998Z] Step 13/24 : FROM alpine:3.17 [2023-04-24T11:21:20.998Z] 3.17: Pulling from library/alpine [2023-04-24T11:21:20.998Z] c41833b44d91: Pulling fs layer [2023-04-24T11:21:20.998Z] c41833b44d91: Verifying Checksum [2023-04-24T11:21:20.998Z] c41833b44d91: Download complete [2023-04-24T11:21:20.998Z] c41833b44d91: Pull complete [2023-04-24T11:21:20.998Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T11:21:20.998Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T11:21:20.998Z] ---> 51e60588ff2c [2023-04-24T11:21:20.998Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-24T11:21:20.998Z] ---> Running in 09e7fe888292 [2023-04-24T11:21:20.998Z] Removing intermediate container 09e7fe888292 [2023-04-24T11:21:20.998Z] ---> 59ad72647a3d [2023-04-24T11:21:20.998Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-24T11:21:20.998Z] ---> Running in a5424de45dde [2023-04-24T11:21:20.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T11:21:20.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T11:21:20.998Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T11:21:20.998Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T11:21:20.998Z] OK: 8 MiB in 16 packages [2023-04-24T11:21:20.998Z] Removing intermediate container a5424de45dde [2023-04-24T11:21:20.998Z] ---> 0da4684016b6 [2023-04-24T11:21:20.998Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-24T11:21:20.998Z] ---> fd674f31e0b7 [2023-04-24T11:21:20.998Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-24T11:21:20.998Z] ---> bf24d043ad9d [2023-04-24T11:21:20.998Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-24T11:21:20.998Z] ---> e15af8d9ee51 [2023-04-24T11:21:20.998Z] Step 19/24 : EXPOSE 59989 [2023-04-24T11:21:20.998Z] ---> Running in 22ae83f63392 [2023-04-24T11:21:20.998Z] Removing intermediate container 22ae83f63392 [2023-04-24T11:21:20.998Z] ---> e1f90254f598 [2023-04-24T11:21:20.998Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-24T11:21:20.998Z] ---> Running in dcd2bab81d70 [2023-04-24T11:21:20.998Z] Removing intermediate container dcd2bab81d70 [2023-04-24T11:21:20.998Z] ---> e18d5cfc7338 [2023-04-24T11:21:20.998Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T11:21:20.998Z] ---> Running in e56f2424223e [2023-04-24T11:21:20.998Z] Removing intermediate container e56f2424223e [2023-04-24T11:21:20.998Z] ---> 9e8b27bead7b [2023-04-24T11:21:20.998Z] Step 22/24 : LABEL arch=arm64 [2023-04-24T11:21:20.998Z] ---> Running in 2b5ceb61ec76 [2023-04-24T11:21:20.998Z] Removing intermediate container 2b5ceb61ec76 [2023-04-24T11:21:20.998Z] ---> fdb05fffd948 [2023-04-24T11:21:20.998Z] Step 23/24 : LABEL git_sha=4b3a4da264884e1b9f8c16a8f440796932f49319 [2023-04-24T11:21:20.998Z] ---> Running in 59cbf153a431 [2023-04-24T11:21:20.998Z] Removing intermediate container 59cbf153a431 [2023-04-24T11:21:20.998Z] ---> 2e8c2fb0acbb [2023-04-24T11:21:20.998Z] Step 24/24 : LABEL version=0.0.0 [2023-04-24T11:21:20.998Z] ---> Running in 9ca37508300c [2023-04-24T11:21:20.998Z] Removing intermediate container 9ca37508300c [2023-04-24T11:21:20.998Z] ---> c8a9974e901a [2023-04-24T11:21:20.998Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T11:21:20.998Z] Successfully built c8a9974e901a [2023-04-24T11:21:20.998Z] 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-24T11:21:21.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T11:21:21.844Z] [2023-04-24T11:21:21.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:21:22.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T11:21:22.247Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-24T11:21:22.247Z] 8998bd30e6a1: Pulling fs layer [2023-04-24T11:21:22.247Z] 04944245beec: Pulling fs layer [2023-04-24T11:21:22.247Z] 699f458cf7ca: Pulling fs layer [2023-04-24T11:21:22.247Z] 765212b225bb: Pulling fs layer [2023-04-24T11:21:22.247Z] f23df028b6ca: Pulling fs layer [2023-04-24T11:21:22.247Z] d65c8cfc05b1: Pulling fs layer [2023-04-24T11:21:22.247Z] 2437ff75d9bd: Pulling fs layer [2023-04-24T11:21:22.247Z] 765212b225bb: Waiting [2023-04-24T11:21:22.247Z] d65c8cfc05b1: Waiting [2023-04-24T11:21:22.247Z] f23df028b6ca: Waiting [2023-04-24T11:21:22.247Z] 2437ff75d9bd: Waiting [2023-04-24T11:21:22.518Z] 04944245beec: Verifying Checksum [2023-04-24T11:21:22.518Z] 04944245beec: Download complete [2023-04-24T11:21:22.518Z] 765212b225bb: Verifying Checksum [2023-04-24T11:21:22.518Z] 765212b225bb: Download complete [2023-04-24T11:21:22.518Z] f23df028b6ca: Verifying Checksum [2023-04-24T11:21:22.518Z] f23df028b6ca: Download complete [2023-04-24T11:21:22.518Z] d65c8cfc05b1: Verifying Checksum [2023-04-24T11:21:22.518Z] d65c8cfc05b1: Download complete [2023-04-24T11:21:22.518Z] 699f458cf7ca: Verifying Checksum [2023-04-24T11:21:22.518Z] 699f458cf7ca: Download complete [2023-04-24T11:21:23.102Z] 8998bd30e6a1: Verifying Checksum [2023-04-24T11:21:23.102Z] 8998bd30e6a1: Download complete [2023-04-24T11:21:25.053Z] 2437ff75d9bd: Verifying Checksum [2023-04-24T11:21:25.053Z] 2437ff75d9bd: Download complete [2023-04-24T11:21:26.997Z] 8998bd30e6a1: Pull complete [2023-04-24T11:21:27.578Z] 04944245beec: Pull complete [2023-04-24T11:21:28.547Z] 699f458cf7ca: Pull complete [2023-04-24T11:21:28.814Z] 765212b225bb: Pull complete [2023-04-24T11:21:29.857Z] f23df028b6ca: Pull complete [2023-04-24T11:21:29.858Z] d65c8cfc05b1: Pull complete [2023-04-24T11:21:44.938Z] 2437ff75d9bd: Pull complete [2023-04-24T11:21:44.938Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-24T11:21:44.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T11:21:44.938Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:21:45.255Z] prd-ubuntu20.04-docker-arm64-4c-16g-9529 does not seem to be running inside a container [2023-04-24T11:21:45.325Z] $ 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-24T11:21:47.803Z] $ docker top a563ccb31451bccec83fd9b98d83b72e2f96466d8ea87580977f34910208575e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:21:48.380Z] ---> job-cost.sh [2023-04-24T11:21:48.646Z] lf-activate-venv: SKIPPING [2023-04-24T11:21:48.646Z] INFO: No Stack... [2023-04-24T11:21:49.227Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-24T11:21:49.810Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T11:21:50.152Z] + cut -d, -f6 [2023-04-24T11:21:50.152Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [Pipeline] lock [2023-04-24T11:21:50.234Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [2023-04-24T11:21:50.240Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] did not exist. Created. [2023-04-24T11:21:50.240Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T11:21:50.655Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-0fcd5c98/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-24T11:21:51.010Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-24T11:21:51.045Z] Warning: overwriting stash ‘stack-cost’ [2023-04-24T11:21:51.098Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T11:21:51.114Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T11:21:51.187Z] $ docker stop --time=1 a563ccb31451bccec83fd9b98d83b72e2f96466d8ea87580977f34910208575e [2023-04-24T11:21:52.642Z] $ docker rm -f --volumes a563ccb31451bccec83fd9b98d83b72e2f96466d8ea87580977f34910208575e [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-24T11:21:53.671Z] provisioning config files... [2023-04-24T11:21:53.681Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config1003397506544012954tmp [Pipeline] { [Pipeline] sh [2023-04-24T11:21:54.014Z] + set +x [2023-04-24T11:21:54.014Z] + curl -s https://codecov.io/bash [2023-04-24T11:21:54.014Z] + bash -s -- [2023-04-24T11:21:54.014Z] [2023-04-24T11:21:54.014Z] _____ _ [2023-04-24T11:21:54.014Z] / ____| | | [2023-04-24T11:21:54.014Z] | | ___ __| | ___ ___ _____ __ [2023-04-24T11:21:54.014Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-24T11:21:54.014Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-24T11:21:54.014Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-24T11:21:54.014Z] Bash-1.0.6 [2023-04-24T11:21:54.014Z] [2023-04-24T11:21:54.014Z] [2023-04-24T11:21:54.014Z] ==> git version 2.25.1 found [2023-04-24T11:21:54.014Z] ==> 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-24T11:21:54.014Z] Release-Date: 2020-01-08 [2023-04-24T11:21:54.014Z] 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-24T11:21:54.014Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-24T11:21:54.014Z] ==> Jenkins CI detected. [2023-04-24T11:21:54.014Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-211 [2023-04-24T11:21:54.014Z] project root: . [2023-04-24T11:21:54.014Z] --> token set from env [2023-04-24T11:21:54.014Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-24T11:21:54.014Z] ==> Running gcov in . (disable via -X gcov) [2023-04-24T11:21:54.014Z] ==> Python coveragepy not found [2023-04-24T11:21:54.014Z] ==> Searching for coverage reports in: [2023-04-24T11:21:54.014Z] + . [2023-04-24T11:21:54.014Z] -> Found 1 reports [2023-04-24T11:21:54.014Z] ==> Detecting git/mercurial file structure [2023-04-24T11:21:54.014Z] ==> Reading reports [2023-04-24T11:21:54.014Z] + ./coverage.out bytes=458038 [2023-04-24T11:21:54.014Z] ==> Appending adjustments [2023-04-24T11:21:54.014Z] https://docs.codecov.io/docs/fixing-reports [2023-04-24T11:21:54.273Z] + Found adjustments [2023-04-24T11:21:54.273Z] ==> Gzipping contents [2023-04-24T11:21:54.533Z] 52K /tmp/codecov.MYl3lG.gz [2023-04-24T11:21:54.533Z] ==> Uploading reports [2023-04-24T11:21:54.533Z] url: https://codecov.io [2023-04-24T11:21:54.533Z] query: branch=PR-211&commit=4b3a4da264884e1b9f8c16a8f440796932f49319&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=211&job=&cmd_args= [2023-04-24T11:21:54.533Z] -> Pinging Codecov [2023-04-24T11:21:54.533Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-211&commit=4b3a4da264884e1b9f8c16a8f440796932f49319&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=211&job=&cmd_args= [2023-04-24T11:21:54.533Z] -> Uploading to [2023-04-24T11:21:54.533Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-24/581DD39554BDF9B6E22D074273EAD858/4b3a4da264884e1b9f8c16a8f440796932f49319/16289943-cbcf-4f66-8832-75352229ab1f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T112154Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e21d7197ddefba7bcf1b40b776decd6452506474deea11f77a3b60965e7c2f1 [2023-04-24T11:21:54.533Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T11:21:54.533Z] Dload Upload Total Spent Left Speed [2023-04-24T11:21:54.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50494 0 0 100 50494 0 221k --:--:-- --:--:-- --:--:-- 221k 100 50494 0 0 100 50494 0 189k --:--:-- --:--:-- --:--:-- 188k [2023-04-24T11:21:54.792Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] } [2023-04-24T11:21:54.824Z] 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-24T11:21:56.698Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-211/archives ] [2023-04-24T11:21:56.698Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-211/archives [2023-04-24T11:21:56.698Z] total 16 [2023-04-24T11:21:56.698Z] drwxr-xr-x 3 root root 4096 Apr 24 11:13 . [2023-04-24T11:21:56.698Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 24 11:13 .. [2023-04-24T11:21:56.698Z] drwxr-xr-x 2 root root 4096 Apr 24 11:13 cost [2023-04-24T11:21:56.698Z] -rw-r--r-- 1 root root 91 Apr 24 11:13 cost.csv [2023-04-24T11:21:56.698Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-211/archives [2023-04-24T11:21:56.698Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-211/archives [2023-04-24T11:21:56.698Z] total 16 [2023-04-24T11:21:56.698Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 11:13 . [2023-04-24T11:21:56.698Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 24 11:13 .. [2023-04-24T11:21:56.698Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 11:13 cost [2023-04-24T11:21:56.698Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 24 11:13 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:21:57.031Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:21:57.926Z] ---> package-listing.sh [2023-04-24T11:21:57.926Z] ++ facter osfamily [2023-04-24T11:21:57.926Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-24T11:21:58.186Z] + OS_FAMILY=debian [2023-04-24T11:21:58.186Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-211 [2023-04-24T11:21:58.186Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-24T11:21:58.186Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-24T11:21:58.186Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-24T11:21:58.186Z] + PACKAGES=/tmp/packages_start.txt [2023-04-24T11:21:58.186Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-211 ']' [2023-04-24T11:21:58.186Z] + PACKAGES=/tmp/packages_end.txt [2023-04-24T11:21:58.186Z] + case "${OS_FAMILY}" in [2023-04-24T11:21:58.186Z] + dpkg -l [2023-04-24T11:21:58.186Z] + grep '^ii' [2023-04-24T11:21:58.186Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-24T11:21:58.186Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-24T11:21:58.186Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-24T11:21:58.186Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-211 ']' [2023-04-24T11:21:58.186Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-211/archives/ [2023-04-24T11:21:58.186Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-211/archives/ [Pipeline] echo [2023-04-24T11:21:58.217Z] 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-211/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-24T11:21:58.519Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:21:59.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T11:21:59.155Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:21:59.318Z] prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container [2023-04-24T11:21:59.357Z] $ 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-211/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-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@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-24T11:21:59.573Z] $ docker top 1a2f47de13bc2015d03ba2b2b0dfc9117201325756d87c8fa0ac0c1baf217efd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T11:21:59.968Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-24T11:22:00.282Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-24T11:22:00.595Z] + ls /var/log/sa-host [2023-04-24T11:22:00.595Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T11:22:00.829Z] provisioning config files... [2023-04-24T11:22:00.840Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config641301605438645408tmp [Pipeline] { [Pipeline] echo [2023-04-24T11:22:00.891Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:22:01.208Z] ---> create-netrc.sh [Pipeline] } [2023-04-24T11:22:01.239Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:22:01.672Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-24T11:22:01.706Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:22:02.017Z] ---> sudo-logs.sh [2023-04-24T11:22:02.017Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-24T11:22:02.104Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:22:02.421Z] ---> job-cost.sh [2023-04-24T11:22:02.421Z] lf-activate-venv: SKIPPING [2023-04-24T11:22:02.421Z] DEBUG: total: 0.2199999988079071 [2023-04-24T11:22:02.421Z] INFO: Retrieving Stack Cost... [2023-04-24T11:22:02.991Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T11:22:03.250Z] INFO: Archiving Costs [Pipeline] echo [2023-04-24T11:22:03.287Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:22:03.601Z] ---> logs-deploy.sh [2023-04-24T11:22:03.601Z] lf-activate-venv: SKIPPING [2023-04-24T11:22:03.601Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-211/1 [2023-04-24T11:22:03.601Z] INFO: archiving workspace using pattern(s): [2023-04-24T11:22:04.992Z] Archives upload complete. [2023-04-24T11:22:04.992Z] INFO: archiving logs to Nexus [2023-04-24T11:22:05.561Z] ---> uname -a: [2023-04-24T11:22:05.561Z] Linux prd-ubuntu20-04-docker-8c-8g-9528 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z] ---> lscpu: [2023-04-24T11:22:05.561Z] Architecture: x86_64 [2023-04-24T11:22:05.561Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-24T11:22:05.561Z] Byte Order: Little Endian [2023-04-24T11:22:05.561Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-24T11:22:05.561Z] CPU(s): 8 [2023-04-24T11:22:05.561Z] On-line CPU(s) list: 0-7 [2023-04-24T11:22:05.561Z] Thread(s) per core: 1 [2023-04-24T11:22:05.561Z] Core(s) per socket: 1 [2023-04-24T11:22:05.561Z] Socket(s): 8 [2023-04-24T11:22:05.561Z] NUMA node(s): 1 [2023-04-24T11:22:05.561Z] Vendor ID: AuthenticAMD [2023-04-24T11:22:05.561Z] CPU family: 23 [2023-04-24T11:22:05.561Z] Model: 49 [2023-04-24T11:22:05.561Z] Model name: AMD EPYC-Rome Processor [2023-04-24T11:22:05.561Z] Stepping: 0 [2023-04-24T11:22:05.561Z] CPU MHz: 2799.940 [2023-04-24T11:22:05.561Z] BogoMIPS: 5599.88 [2023-04-24T11:22:05.561Z] Virtualization: AMD-V [2023-04-24T11:22:05.561Z] Hypervisor vendor: KVM [2023-04-24T11:22:05.561Z] Virtualization type: full [2023-04-24T11:22:05.561Z] L1d cache: 256 KiB [2023-04-24T11:22:05.561Z] L1i cache: 256 KiB [2023-04-24T11:22:05.561Z] L2 cache: 4 MiB [2023-04-24T11:22:05.561Z] L3 cache: 128 MiB [2023-04-24T11:22:05.561Z] NUMA node0 CPU(s): 0-7 [2023-04-24T11:22:05.561Z] Vulnerability Itlb multihit: Not affected [2023-04-24T11:22:05.561Z] Vulnerability L1tf: Not affected [2023-04-24T11:22:05.561Z] Vulnerability Mds: Not affected [2023-04-24T11:22:05.561Z] Vulnerability Meltdown: Not affected [2023-04-24T11:22:05.561Z] Vulnerability Mmio stale data: Not affected [2023-04-24T11:22:05.561Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-24T11:22:05.561Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-24T11:22:05.561Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-24T11:22:05.561Z] Vulnerability Srbds: Not affected [2023-04-24T11:22:05.561Z] Vulnerability Tsx async abort: Not affected [2023-04-24T11:22:05.561Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z] ---> nproc: [2023-04-24T11:22:05.561Z] 8 [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z] ---> df -h: [2023-04-24T11:22:05.561Z] Filesystem Size Used Avail Use% Mounted on [2023-04-24T11:22:05.561Z] overlay 155G 12G 144G 8% / [2023-04-24T11:22:05.561Z] tmpfs 64M 0 64M 0% /dev [2023-04-24T11:22:05.561Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-24T11:22:05.561Z] shm 64M 0 64M 0% /dev/shm [2023-04-24T11:22:05.561Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-04-24T11:22:05.561Z] [2023-04-24T11:22:05.561Z]