Pull request #244 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-rfid-llrp-go Obtained Jenkinsfile from bc5b1c32edfa480fc1704c662d1179fb11ef3baa+2324491fcd83c67259ed47f9c53b07eaebff8e42 (7b59158a3ca71f579856e49945c3cefd34a5b806) 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-ssh6075193605048118414.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh694249288843836130.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-244/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-244/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11191199687773128036.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-244/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8753540989436500216.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh17759390226789635141.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-244/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-244/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16474592825962351450.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4501 in /w/workspace/undry_device-rfid-llrp-go_PR-244 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-244 # 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/244/head:refs/remotes/origin/PR-244 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2324491fcd83c67259ed47f9c53b07eaebff8e42 into PR head commit bc5b1c32edfa480fc1704c662d1179fb11ef3baa Merge succeeded, producing bc5b1c32edfa480fc1704c662d1179fb11ef3baa Checking out Revision bc5b1c32edfa480fc1704c662d1179fb11ef3baa (PR-244) > git config core.sparsecheckout # timeout=10 > git checkout -f bc5b1c32edfa480fc1704c662d1179fb11ef3baa # 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 2324491fcd83c67259ed47f9c53b07eaebff8e42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc5b1c32edfa480fc1704c662d1179fb11ef3baa # timeout=10 Commit message: "build: move SDK to v3.1.0-dev.16" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-25T06:21:36.197Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-25T06:21:36.365Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-25T06:21:36.463Z] ========================================================= [2023-08-25T06:21:36.463Z] EdgeX Global Pipelines Version Info [2023-08-25T06:21:36.463Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:21:37.219Z] ------------------- [2023-08-25T06:21:37.219Z] stable info: [2023-08-25T06:21:37.219Z] ------------------- [2023-08-25T06:21:37.219Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-25T06:21:37.219Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T06:21:37.219Z] Message: update stable to v1.0.253 [2023-08-25T06:21:37.788Z] ------------------- [2023-08-25T06:21:37.788Z] experimental info: [2023-08-25T06:21:37.788Z] ------------------- [2023-08-25T06:21:37.788Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-25T06:21:37.788Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T06:21:37.788Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-25T06:21:38.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-08-25T06:21:38.128Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-08-25T06:21:38.169Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-25T06:21:38.211Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-25T06:21:38.257Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-25T06:21:38.300Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-25T06:21:38.345Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-25T06:21:38.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-25T06:21:38.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-25T06:21:38.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-25T06:21:38.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-25T06:21:38.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-08-25T06:21:38.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-25T06:21:38.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-25T06:21:38.745Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T06:21:38.783Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T06:21:38.829Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-25T06:21:39.007Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-25T06:21:39.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-25T06:21:39.101Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-25T06:21:39.149Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-25T06:21:39.192Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-25T06:21:39.240Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-25T06:21:39.286Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-25T06:21:39.332Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-25T06:21:39.381Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-25T06:21:39.423Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-25T06:21:39.468Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-244 [Pipeline] echo [2023-08-25T06:21:39.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-244 [Pipeline] echo [2023-08-25T06:21:39.555Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-244 [Pipeline] echo [2023-08-25T06:21:39.596Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc5b1c32edfa480fc1704c662d1179fb11ef3baa [Pipeline] echo [2023-08-25T06:21:39.638Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc5b1c3 [Pipeline] echo [2023-08-25T06:21:39.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T06:21:39.803Z] provisioning config files... [2023-08-25T06:21:39.817Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/config469881747881849624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:21:40.183Z] ---> docker-login.sh [2023-08-25T06:21:40.183Z] nexus3.edgexfoundry.org:10001 [2023-08-25T06:21:40.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:21:40.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:21:40.443Z] Configure a credential helper to remove this warning. See [2023-08-25T06:21:40.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:21:40.443Z] [2023-08-25T06:21:40.443Z] Login Succeeded [2023-08-25T06:21:40.443Z] nexus3.edgexfoundry.org:10002 [2023-08-25T06:21:40.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:21:40.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:21:40.704Z] Configure a credential helper to remove this warning. See [2023-08-25T06:21:40.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:21:40.704Z] [2023-08-25T06:21:40.704Z] Login Succeeded [2023-08-25T06:21:40.704Z] nexus3.edgexfoundry.org:10003 [2023-08-25T06:21:40.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:21:40.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:21:40.704Z] Configure a credential helper to remove this warning. See [2023-08-25T06:21:40.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:21:40.704Z] [2023-08-25T06:21:40.704Z] Login Succeeded [2023-08-25T06:21:40.704Z] nexus3.edgexfoundry.org:10004 [2023-08-25T06:21:40.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:21:40.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:21:40.966Z] Configure a credential helper to remove this warning. See [2023-08-25T06:21:40.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:21:40.966Z] [2023-08-25T06:21:40.966Z] Login Succeeded [2023-08-25T06:21:40.966Z] docker.io [2023-08-25T06:21:40.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:21:41.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:21:41.227Z] Configure a credential helper to remove this warning. See [2023-08-25T06:21:41.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:21:41.227Z] [2023-08-25T06:21:41.227Z] Login Succeeded [2023-08-25T06:21:41.227Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T06:21:41.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-25T06:21:41.910Z] + git rev-list -1 --merges bc5b1c32edfa480fc1704c662d1179fb11ef3baa~1..bc5b1c32edfa480fc1704c662d1179fb11ef3baa [Pipeline] echo [2023-08-25T06:21:41.982Z] -----------> git rev-list -1 --merges bc5b1c32edfa480fc1704c662d1179fb11ef3baa~1..bc5b1c32edfa480fc1704c662d1179fb11ef3baa bc5b1c32edfa480fc1704c662d1179fb11ef3baa [false] [Pipeline] sh [2023-08-25T06:21:42.305Z] + git log --format=format:%s -1 bc5b1c32edfa480fc1704c662d1179fb11ef3baa [Pipeline] echo [2023-08-25T06:21:42.340Z] ========================================================= [2023-08-25T06:21:42.340Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-25T06:21:42.340Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T06:21:42.775Z] + git log --format=format:%s -1 bc5b1c32edfa480fc1704c662d1179fb11ef3baa [Pipeline] echo [2023-08-25T06:21:42.807Z] [semverPrep] GIT_COMMIT: bc5b1c32edfa480fc1704c662d1179fb11ef3baa, Commit Message: build: move SDK to v3.1.0-dev.16 [Pipeline] echo [2023-08-25T06:21:42.843Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-25T06:21:43.256Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T06:21:43.256Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-25T06:21:43.256Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-25T06:21:43.256Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-25T06:21:43.256Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-25T06:21:43.256Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-25T06:21:43.256Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:21:43.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T06:21:43.771Z] [2023-08-25T06:21:43.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:21:44.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T06:21:44.159Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-25T06:21:44.159Z] b85a868b505f: Pulling fs layer [2023-08-25T06:21:44.159Z] e2be974225ed: Pulling fs layer [2023-08-25T06:21:44.159Z] 339a4e72a1f5: Pulling fs layer [2023-08-25T06:21:44.159Z] 988bab9f4d93: Pulling fs layer [2023-08-25T06:21:44.159Z] 1469e6f7b9e6: Pulling fs layer [2023-08-25T06:21:44.159Z] eaf3925da568: Pulling fs layer [2023-08-25T06:21:44.159Z] bab4dde63d76: Pulling fs layer [2023-08-25T06:21:44.159Z] bde34c3a00c8: Pulling fs layer [2023-08-25T06:21:44.159Z] b352a97aabf1: Pulling fs layer [2023-08-25T06:21:44.159Z] 4872d77fe225: Pulling fs layer [2023-08-25T06:21:44.159Z] 5851b861e8e6: Pulling fs layer [2023-08-25T06:21:44.159Z] 988bab9f4d93: Waiting [2023-08-25T06:21:44.159Z] 1469e6f7b9e6: Waiting [2023-08-25T06:21:44.159Z] bde34c3a00c8: Waiting [2023-08-25T06:21:44.159Z] eaf3925da568: Waiting [2023-08-25T06:21:44.159Z] b352a97aabf1: Waiting [2023-08-25T06:21:44.159Z] 4872d77fe225: Waiting [2023-08-25T06:21:44.159Z] 5851b861e8e6: Waiting [2023-08-25T06:21:44.159Z] bab4dde63d76: Waiting [2023-08-25T06:21:44.159Z] e2be974225ed: Verifying Checksum [2023-08-25T06:21:44.159Z] e2be974225ed: Download complete [2023-08-25T06:21:44.159Z] 988bab9f4d93: Download complete [2023-08-25T06:21:44.417Z] 1469e6f7b9e6: Verifying Checksum [2023-08-25T06:21:44.417Z] 1469e6f7b9e6: Download complete [2023-08-25T06:21:44.417Z] eaf3925da568: Download complete [2023-08-25T06:21:44.417Z] 339a4e72a1f5: Verifying Checksum [2023-08-25T06:21:44.418Z] 339a4e72a1f5: Download complete [2023-08-25T06:21:44.418Z] bde34c3a00c8: Verifying Checksum [2023-08-25T06:21:44.418Z] bde34c3a00c8: Download complete [2023-08-25T06:21:44.418Z] b352a97aabf1: Verifying Checksum [2023-08-25T06:21:44.418Z] b352a97aabf1: Download complete [2023-08-25T06:21:44.418Z] 4872d77fe225: Download complete [2023-08-25T06:21:44.418Z] 5851b861e8e6: Verifying Checksum [2023-08-25T06:21:44.418Z] 5851b861e8e6: Download complete [2023-08-25T06:21:44.418Z] b85a868b505f: Verifying Checksum [2023-08-25T06:21:44.418Z] b85a868b505f: Download complete [2023-08-25T06:21:44.678Z] bab4dde63d76: Verifying Checksum [2023-08-25T06:21:44.678Z] bab4dde63d76: Download complete [2023-08-25T06:21:45.618Z] b85a868b505f: Pull complete [2023-08-25T06:21:45.927Z] e2be974225ed: Pull complete [2023-08-25T06:21:46.502Z] 339a4e72a1f5: Pull complete [2023-08-25T06:21:46.502Z] 988bab9f4d93: Pull complete [2023-08-25T06:21:46.762Z] 1469e6f7b9e6: Pull complete [2023-08-25T06:21:47.022Z] eaf3925da568: Pull complete [2023-08-25T06:21:48.935Z] bab4dde63d76: Pull complete [2023-08-25T06:21:48.935Z] bde34c3a00c8: Pull complete [2023-08-25T06:21:48.935Z] b352a97aabf1: Pull complete [2023-08-25T06:21:49.193Z] 4872d77fe225: Pull complete [2023-08-25T06:21:49.193Z] 5851b861e8e6: Pull complete [2023-08-25T06:21:49.193Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-25T06:21:49.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T06:21:49.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:21:49.433Z] prd-ubuntu20.04-docker-8c-8g-4501 does not seem to be running inside a container [2023-08-25T06:21:49.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-244 -v /w/workspace/undry_device-rfid-llrp-go_PR-244:/w/workspace/undry_device-rfid-llrp-go_PR-244:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-244@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-devops/py-git-semver:0.1.4 cat [2023-08-25T06:21:52.920Z] $ docker top f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 -eo pid,comm [2023-08-25T06:21:52.975Z] 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-08-25T06:21:52.975Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T06:21:53.117Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T06:21:53.117Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T06:21:53.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T06:21:53.244Z] $ docker exec f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 ssh-agent [2023-08-25T06:21:53.345Z] SSH_AUTH_SOCK=/tmp/ssh-sP9GRanzo1Np/agent.31 [2023-08-25T06:21:53.345Z] SSH_AGENT_PID=37 [2023-08-25T06:21:53.352Z] Running ssh-add (command line suppressed) [2023-08-25T06:21:53.471Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/private_key_13637238552247987409.key (/w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/private_key_13637238552247987409.key) [2023-08-25T06:21:53.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T06:21:53.811Z] + git tag --points-at HEAD [Pipeline] } [2023-08-25T06:21:53.842Z] $ docker exec --env ******** --env ******** f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 ssh-agent -k [2023-08-25T06:21:53.926Z] unset SSH_AUTH_SOCK; [2023-08-25T06:21:53.927Z] unset SSH_AGENT_PID; [2023-08-25T06:21:53.927Z] echo Agent pid 37 killed; [2023-08-25T06:21:53.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-25T06:21:54.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T06:21:54.026Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T06:21:54.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T06:21:54.153Z] $ docker exec f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 ssh-agent [2023-08-25T06:21:54.262Z] SSH_AUTH_SOCK=/tmp/ssh-spF56mVjlyL8/agent.69 [2023-08-25T06:21:54.262Z] SSH_AGENT_PID=75 [2023-08-25T06:21:54.268Z] Running ssh-add (command line suppressed) [2023-08-25T06:21:54.377Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/private_key_17504173353418442287.key (/w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/private_key_17504173353418442287.key) [2023-08-25T06:21:54.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T06:21:54.724Z] + git semver init [2023-08-25T06:21:54.983Z] 2023-08-25 06:21:54,932 [run_init] DEBUG init version:0.0.0 force:False [2023-08-25T06:21:54.983Z] 2023-08-25 06:21:54,933 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-244/.semver [2023-08-25T06:21:54.983Z] 2023-08-25 06:21:54,933 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-244/.semver [2023-08-25T06:21:54.983Z] 2023-08-25 06:21:54,933 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-244/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-244, universal_newlines=False, shell=None, istream=None) [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,710 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-244/.git/info/exclude [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,711 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-244/.semver/PR-244 with force:False [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,711 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-244/.semver/PR-244 [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,716 [execute] INFO git cat-file --batch-check [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-244/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,723 [execute] INFO git cat-file --batch [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,723 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-244/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T06:21:55.923Z] 2023-08-25 06:21:55,729 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-244/.semver/PR-244 [2023-08-25T06:21:55.923Z] 0.0.0 [Pipeline] } [2023-08-25T06:21:55.951Z] $ docker exec --env ******** --env ******** f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 ssh-agent -k [2023-08-25T06:21:56.058Z] unset SSH_AUTH_SOCK; [2023-08-25T06:21:56.058Z] unset SSH_AGENT_PID; [2023-08-25T06:21:56.058Z] echo Agent pid 75 killed; [2023-08-25T06:21:56.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T06:21:56.480Z] + git semver [Pipeline] } [2023-08-25T06:21:56.770Z] $ docker stop --time=1 f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 [2023-08-25T06:21:58.085Z] $ docker rm -f --volumes f598f10e15b0a4a8c9fe0930bf4e28dce0ad312ae6a6419d0df79cc500e774f5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T06:21:58.480Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-25T06:21:58.761Z] Stashed 1 file(s) [Pipeline] echo [2023-08-25T06:21:58.779Z] [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-08-25T06:21:59.379Z] provisioning config files... [2023-08-25T06:21:59.389Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/config18418438237721116494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:21:59.743Z] ---> docker-login.sh [2023-08-25T06:21:59.743Z] nexus3.edgexfoundry.org:10001 [2023-08-25T06:21:59.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:21:59.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:21:59.743Z] Configure a credential helper to remove this warning. See [2023-08-25T06:21:59.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:21:59.743Z] [2023-08-25T06:21:59.743Z] Login Succeeded [2023-08-25T06:21:59.743Z] nexus3.edgexfoundry.org:10002 [2023-08-25T06:21:59.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:22:00.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:22:00.003Z] Configure a credential helper to remove this warning. See [2023-08-25T06:22:00.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:22:00.003Z] [2023-08-25T06:22:00.003Z] Login Succeeded [2023-08-25T06:22:00.003Z] nexus3.edgexfoundry.org:10003 [2023-08-25T06:22:00.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:22:00.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:22:00.003Z] Configure a credential helper to remove this warning. See [2023-08-25T06:22:00.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:22:00.003Z] [2023-08-25T06:22:00.003Z] Login Succeeded [2023-08-25T06:22:00.003Z] nexus3.edgexfoundry.org:10004 [2023-08-25T06:22:00.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:22:00.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:22:00.003Z] Configure a credential helper to remove this warning. See [2023-08-25T06:22:00.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:22:00.003Z] [2023-08-25T06:22:00.003Z] Login Succeeded [2023-08-25T06:22:00.263Z] docker.io [2023-08-25T06:22:00.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:22:00.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:22:00.524Z] Configure a credential helper to remove this warning. See [2023-08-25T06:22:00.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:22:00.524Z] [2023-08-25T06:22:00.524Z] Login Succeeded [2023-08-25T06:22:00.524Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T06:22:00.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-25T06:22:00.754Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T06:22:00.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T06:22:00.831Z] ========================================================= [2023-08-25T06:22:00.831Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-25T06:22:00.831Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:22:01.308Z] + 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-08-25T06:22:01.308Z] Sending build context to Docker daemon 4.301MB [2023-08-25T06:22:01.308Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T06:22:01.308Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-25T06:22:01.308Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-25T06:22:01.308Z] 4db1b89c0bd1: Pulling fs layer [2023-08-25T06:22:01.308Z] 6911f1a30b25: Pulling fs layer [2023-08-25T06:22:01.308Z] e194b8c5c2a9: Pulling fs layer [2023-08-25T06:22:01.308Z] 6863d3e3a2b1: Pulling fs layer [2023-08-25T06:22:01.308Z] ec0bb842ea78: Pulling fs layer [2023-08-25T06:22:01.308Z] 40a00589a448: Pulling fs layer [2023-08-25T06:22:01.308Z] 6c08303d61cc: Pulling fs layer [2023-08-25T06:22:01.308Z] 798269fcf238: Pulling fs layer [2023-08-25T06:22:01.308Z] ec0bb842ea78: Waiting [2023-08-25T06:22:01.308Z] 40a00589a448: Waiting [2023-08-25T06:22:01.308Z] 6c08303d61cc: Waiting [2023-08-25T06:22:01.308Z] 798269fcf238: Waiting [2023-08-25T06:22:01.308Z] 6863d3e3a2b1: Waiting [2023-08-25T06:22:01.308Z] 6911f1a30b25: Verifying Checksum [2023-08-25T06:22:01.308Z] 6911f1a30b25: Download complete [2023-08-25T06:22:01.569Z] 6863d3e3a2b1: Verifying Checksum [2023-08-25T06:22:01.569Z] 6863d3e3a2b1: Download complete [2023-08-25T06:22:01.569Z] ec0bb842ea78: Download complete [2023-08-25T06:22:01.569Z] 4db1b89c0bd1: Verifying Checksum [2023-08-25T06:22:01.569Z] 4db1b89c0bd1: Download complete [2023-08-25T06:22:01.569Z] 40a00589a448: Verifying Checksum [2023-08-25T06:22:01.569Z] 40a00589a448: Download complete [2023-08-25T06:22:01.569Z] 4db1b89c0bd1: Pull complete [2023-08-25T06:22:01.830Z] 6911f1a30b25: Pull complete [2023-08-25T06:22:02.423Z] e194b8c5c2a9: Download complete [2023-08-25T06:22:02.423Z] 798269fcf238: Verifying Checksum [2023-08-25T06:22:02.423Z] 798269fcf238: Download complete [2023-08-25T06:22:02.423Z] 6c08303d61cc: Download complete [2023-08-25T06:22:05.710Z] e194b8c5c2a9: Pull complete [2023-08-25T06:22:05.710Z] 6863d3e3a2b1: Pull complete [2023-08-25T06:22:05.710Z] ec0bb842ea78: Pull complete [2023-08-25T06:22:05.969Z] 40a00589a448: Pull complete [2023-08-25T06:22:08.500Z] 6c08303d61cc: Pull complete [2023-08-25T06:22:09.440Z] 798269fcf238: Pull complete [2023-08-25T06:22:09.440Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-25T06:22:09.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T06:22:09.440Z] ---> ec979cd7f677 [2023-08-25T06:22:09.440Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-08-25T06:22:14.193Z] Still waiting to schedule task [2023-08-25T06:22:14.194Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-25T06:22:14.723Z] ---> Running in 296b1cef5849 [2023-08-25T06:22:14.723Z] Removing intermediate container 296b1cef5849 [2023-08-25T06:22:14.723Z] ---> 8c58eb1fc9d7 [2023-08-25T06:22:14.723Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T06:22:14.983Z] ---> Running in 12af677c8dd7 [2023-08-25T06:22:14.983Z] Removing intermediate container 12af677c8dd7 [2023-08-25T06:22:14.983Z] ---> 4303b675fc7a [2023-08-25T06:22:14.983Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T06:22:14.983Z] ---> Running in 71f0f939a1a0 [2023-08-25T06:22:14.983Z] Removing intermediate container 71f0f939a1a0 [2023-08-25T06:22:14.983Z] ---> b7dfe97bcc8f [2023-08-25T06:22:14.983Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T06:22:15.243Z] ---> Running in adc9735b0717 [2023-08-25T06:22:15.243Z] Removing intermediate container adc9735b0717 [2023-08-25T06:22:15.243Z] ---> 2206a0e0861a [2023-08-25T06:22:15.243Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T06:22:15.243Z] ---> Running in cdf254c8021a [2023-08-25T06:22:15.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T06:22:15.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T06:22:16.340Z] OK: 265 MiB in 53 packages [2023-08-25T06:22:16.599Z] Removing intermediate container cdf254c8021a [2023-08-25T06:22:16.599Z] ---> 82ebc2b890ea [2023-08-25T06:22:16.599Z] Step 8/12 : WORKDIR /app [2023-08-25T06:22:16.599Z] ---> Running in e717559cec88 [2023-08-25T06:22:16.599Z] Removing intermediate container e717559cec88 [2023-08-25T06:22:16.599Z] ---> 3d89a6f1c105 [2023-08-25T06:22:16.599Z] Step 9/12 : COPY go.mod vendor* ./ [2023-08-25T06:22:16.859Z] ---> b802ca6ea5a5 [2023-08-25T06:22:16.859Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T06:22:16.859Z] ---> Running in 1dba2bf56397 [2023-08-25T06:22:49.327Z] Removing intermediate container 1dba2bf56397 [2023-08-25T06:22:49.327Z] ---> 8e8941c9eec3 [2023-08-25T06:22:49.327Z] Step 11/12 : COPY . . [2023-08-25T06:22:49.586Z] ---> fcabdfcd7402 [2023-08-25T06:22:49.586Z] Step 12/12 : RUN $MAKE [2023-08-25T06:22:49.586Z] ---> Running in b35649577a5f [2023-08-25T06:22:49.845Z] noop [2023-08-25T06:22:50.105Z] Removing intermediate container b35649577a5f [2023-08-25T06:22:50.105Z] ---> 62700f943089 [2023-08-25T06:22:50.105Z] Successfully built 62700f943089 [2023-08-25T06:22:50.105Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:22:50.560Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T06:22:50.560Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:22:50.713Z] prd-ubuntu20.04-docker-8c-8g-4501 does not seem to be running inside a container [2023-08-25T06:22:50.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-244 -v /w/workspace/undry_device-rfid-llrp-go_PR-244:/w/workspace/undry_device-rfid-llrp-go_PR-244:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-244@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-25T06:22:51.105Z] $ docker top 5b3fcd33b48b39a590ee5243255bb5b525cbbb374c201467fbe5d64b48faf0b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T06:22:51.492Z] + go version [2023-08-25T06:22:51.492Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-25T06:22:51.527Z] $ docker stop --time=1 5b3fcd33b48b39a590ee5243255bb5b525cbbb374c201467fbe5d64b48faf0b0 [2023-08-25T06:22:52.792Z] $ docker rm -f --volumes 5b3fcd33b48b39a590ee5243255bb5b525cbbb374c201467fbe5d64b48faf0b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:22:53.517Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T06:22:53.517Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:22:53.665Z] prd-ubuntu20.04-docker-8c-8g-4501 does not seem to be running inside a container [2023-08-25T06:22:53.701Z] $ 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-244 -v /w/workspace/undry_device-rfid-llrp-go_PR-244:/w/workspace/undry_device-rfid-llrp-go_PR-244:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-244@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-25T06:22:54.042Z] $ docker top b6bc3809794d6f47e4a520eef99dc1b3f512571d6a0798134aabc438fe6e03df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T06:22:54.429Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-244 [Pipeline] fileExists [Pipeline] sh [2023-08-25T06:22:54.785Z] + make test [2023-08-25T06:22:54.785Z] go test ./... -coverprofile=coverage.out ./... [2023-08-25T06:23:00.053Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-08-25T06:23:12.246Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-08-25T06:23:12.246Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-08-25T06:23:14.772Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.763s coverage: 40.6% of statements [2023-08-25T06:23:14.772Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.242s coverage: 51.9% of statements [2023-08-25T06:23:14.772Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 95.5% of statements [2023-08-25T06:23:22.875Z] go vet ./... [2023-08-25T06:23:26.157Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T06:23:26.157Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T06:23:26.157Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-25T06:23:26.195Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-25T06:23:26.229Z] $ docker stop --time=1 b6bc3809794d6f47e4a520eef99dc1b3f512571d6a0798134aabc438fe6e03df [2023-08-25T06:23:30.330Z] $ docker rm -f --volumes b6bc3809794d6f47e4a520eef99dc1b3f512571d6a0798134aabc438fe6e03df [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T06:23:30.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-25T06:23:30.957Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-25T06:23:31.666Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-25T06:23:31.972Z] + ls -al . [2023-08-25T06:23:31.972Z] total 644 [2023-08-25T06:23:31.972Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 25 06:22 . [2023-08-25T06:23:31.972Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 06:21 .. [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 25 06:21 .dockerignore [2023-08-25T06:23:31.972Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 06:21 .git [2023-08-25T06:23:31.972Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 06:21 .github [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 25 06:21 .gitignore [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 06:21 .golangci.yml [2023-08-25T06:23:31.972Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 06:21 .semver [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 12089 Aug 25 06:21 Attribution.txt [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 10365 Aug 25 06:21 CHANGELOG.md [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 1347 Aug 25 06:21 Dockerfile [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 06:21 GOVERNANCE.md [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 25 06:21 Jenkinsfile [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 25 06:21 LICENSE [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 2305 Aug 25 06:21 Makefile [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 25 06:21 OWNERS.md [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 29016 Aug 25 06:21 README.md [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 25 06:21 VERSION [2023-08-25T06:23:31.972Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 06:21 bin [2023-08-25T06:23:31.972Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 06:21 cmd [2023-08-25T06:23:31.972Z] -rw-r--r-- 1 jenkins jenkins 459493 Aug 25 06:23 coverage.out [2023-08-25T06:23:31.972Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 06:21 examples [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 3876 Aug 25 06:21 go.mod [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 33758 Aug 25 06:21 go.sum [2023-08-25T06:23:31.972Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 06:21 images [2023-08-25T06:23:31.972Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 06:21 internal [2023-08-25T06:23:31.972Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 06:21 snap [2023-08-25T06:23:31.972Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 25 06:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:23:32.371Z] + 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=bc5b1c32edfa480fc1704c662d1179fb11ef3baa --label arch=amd64 --label version=0.0.0 . [2023-08-25T06:23:32.371Z] Sending build context to Docker daemon 4.301MB [2023-08-25T06:23:32.371Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T06:23:32.371Z] Step 2/24 : FROM ${BASE} AS builder [2023-08-25T06:23:32.371Z] ---> 62700f943089 [2023-08-25T06:23:32.371Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-08-25T06:23:32.371Z] ---> Running in 478694d4741f [2023-08-25T06:23:32.371Z] Removing intermediate container 478694d4741f [2023-08-25T06:23:32.371Z] ---> 8724767608b1 [2023-08-25T06:23:32.371Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T06:23:32.629Z] ---> Running in e42692ff93d5 [2023-08-25T06:23:32.629Z] Removing intermediate container e42692ff93d5 [2023-08-25T06:23:32.629Z] ---> 8819c0cf2533 [2023-08-25T06:23:32.629Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T06:23:32.629Z] ---> Running in f870f38b805b [2023-08-25T06:23:32.629Z] Removing intermediate container f870f38b805b [2023-08-25T06:23:32.629Z] ---> ec5341cddc4e [2023-08-25T06:23:32.629Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T06:23:32.629Z] ---> Running in c71d4270dbea [2023-08-25T06:23:32.889Z] Removing intermediate container c71d4270dbea [2023-08-25T06:23:32.889Z] ---> b54fcaf64ff3 [2023-08-25T06:23:32.889Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T06:23:32.889Z] ---> Running in 1c9a4063b2fe [2023-08-25T06:23:33.148Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T06:23:33.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T06:23:33.408Z] OK: 265 MiB in 53 packages [2023-08-25T06:23:33.978Z] Removing intermediate container 1c9a4063b2fe [2023-08-25T06:23:33.978Z] ---> b1fddee38061 [2023-08-25T06:23:33.978Z] Step 8/24 : WORKDIR /app [2023-08-25T06:23:33.978Z] ---> Running in c7f49f908903 [2023-08-25T06:23:33.978Z] Removing intermediate container c7f49f908903 [2023-08-25T06:23:33.978Z] ---> 5205fe4717b2 [2023-08-25T06:23:33.978Z] Step 9/24 : COPY go.mod vendor* ./ [2023-08-25T06:23:33.978Z] ---> 6c780bba346d [2023-08-25T06:23:33.978Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T06:23:33.978Z] ---> Running in bdb7ee68af4c [2023-08-25T06:23:34.976Z] Removing intermediate container bdb7ee68af4c [2023-08-25T06:23:34.976Z] ---> ddca4f876d3c [2023-08-25T06:23:34.976Z] Step 11/24 : COPY . . [2023-08-25T06:23:35.235Z] ---> 1c4726c7a3db [2023-08-25T06:23:35.235Z] Step 12/24 : RUN $MAKE [2023-08-25T06:23:35.235Z] ---> Running in 1a47ddb45ddc [2023-08-25T06:23:35.493Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-08-25T06:23:49.235Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4502 in /w/workspace/undry_device-rfid-llrp-go_PR-244 [Pipeline] { [Pipeline] ws [2023-08-25T06:23:49.335Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-08-25T06:23:49.446Z] The recommended git tool is: git [2023-08-25T06:23:54.570Z] using credential edgex-jenkins-ssh [2023-08-25T06:23:54.591Z] Cloning the remote Git repository [2023-08-25T06:23:54.640Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-08-25T06:23:54.741Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-08-25T06:23:54.897Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-08-25T06:23:54.898Z] > git --version # timeout=10 [2023-08-25T06:23:54.918Z] > git --version # 'git version 2.25.1' [2023-08-25T06:23:54.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T06:23:55.073Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T06:23:56.127Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-08-25T06:23:56.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T06:23:57.431Z] Removing intermediate container 1a47ddb45ddc [2023-08-25T06:23:57.431Z] ---> 1934e2dfe877 [2023-08-25T06:23:57.431Z] Step 13/24 : FROM alpine:3.17 [2023-08-25T06:23:57.431Z] 3.17: Pulling from library/alpine [2023-08-25T06:23:57.431Z] 9398808236ff: Pulling fs layer [2023-08-25T06:23:57.431Z] 9398808236ff: Verifying Checksum [2023-08-25T06:23:57.431Z] 9398808236ff: Download complete [2023-08-25T06:23:57.431Z] 9398808236ff: Pull complete [2023-08-25T06:23:57.431Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T06:23:57.431Z] Status: Downloaded newer image for alpine:3.17 [2023-08-25T06:23:57.431Z] ---> 1e0b8b5322fc [2023-08-25T06:23:57.431Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-08-25T06:23:57.431Z] ---> Running in 93c01db45d25 [2023-08-25T06:23:57.431Z] Removing intermediate container 93c01db45d25 [2023-08-25T06:23:57.431Z] ---> 86e1a66ccd35 [2023-08-25T06:23:57.431Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-08-25T06:23:57.431Z] ---> Running in ba6edd48661c [2023-08-25T06:23:57.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T06:23:57.599Z] Merging remotes/origin/main commit 2324491fcd83c67259ed47f9c53b07eaebff8e42 into PR head commit bc5b1c32edfa480fc1704c662d1179fb11ef3baa [2023-08-25T06:23:57.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T06:23:57.914Z] Merge succeeded, producing bc5b1c32edfa480fc1704c662d1179fb11ef3baa [2023-08-25T06:23:57.914Z] Checking out Revision bc5b1c32edfa480fc1704c662d1179fb11ef3baa (PR-244) [2023-08-25T06:23:57.949Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T06:23:57.950Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T06:23:57.950Z] OK: 7 MiB in 16 packages [2023-08-25T06:23:56.995Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-08-25T06:23:57.044Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-08-25T06:23:57.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T06:23:57.062Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/244/head:refs/remotes/origin/PR-244 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-25T06:23:57.620Z] > git config core.sparsecheckout # timeout=10 [2023-08-25T06:23:57.691Z] > git checkout -f bc5b1c32edfa480fc1704c662d1179fb11ef3baa # timeout=10 [2023-08-25T06:23:57.801Z] > git remote # timeout=10 [2023-08-25T06:23:57.829Z] > git config --get remote.origin.url # timeout=10 [2023-08-25T06:23:57.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T06:23:57.870Z] > git merge 2324491fcd83c67259ed47f9c53b07eaebff8e42 # timeout=10 [2023-08-25T06:23:57.898Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-25T06:23:57.924Z] > git config core.sparsecheckout # timeout=10 [2023-08-25T06:23:57.939Z] > git checkout -f bc5b1c32edfa480fc1704c662d1179fb11ef3baa # timeout=10 [2023-08-25T06:23:58.208Z] Removing intermediate container ba6edd48661c [2023-08-25T06:23:58.208Z] ---> f64c0c1687e3 [2023-08-25T06:23:58.208Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-08-25T06:23:58.467Z] ---> 8332331a0c98 [2023-08-25T06:23:58.467Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-08-25T06:23:58.467Z] ---> d5c81808c013 [2023-08-25T06:23:58.467Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-08-25T06:23:59.403Z] ---> 8b837bb1cbd4 [2023-08-25T06:23:59.403Z] Step 19/24 : EXPOSE 59989 [2023-08-25T06:23:59.403Z] ---> Running in 86d08c230920 [2023-08-25T06:23:59.662Z] Removing intermediate container 86d08c230920 [2023-08-25T06:23:59.662Z] ---> b7e525bd2426 [2023-08-25T06:23:59.662Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-08-25T06:23:59.662Z] ---> Running in b7687363562b [2023-08-25T06:23:59.662Z] Removing intermediate container b7687363562b [2023-08-25T06:23:59.662Z] ---> e35ca6c1e77a [2023-08-25T06:23:59.662Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-25T06:23:59.662Z] ---> Running in afec2078ae86 [2023-08-25T06:23:59.662Z] Removing intermediate container afec2078ae86 [2023-08-25T06:23:59.662Z] ---> 59e6ddeba2df [2023-08-25T06:23:59.662Z] Step 22/24 : LABEL arch=amd64 [2023-08-25T06:23:59.662Z] ---> Running in 5944228decd7 [2023-08-25T06:23:59.921Z] Removing intermediate container 5944228decd7 [2023-08-25T06:23:59.921Z] ---> 0e10b083b862 [2023-08-25T06:23:59.921Z] Step 23/24 : LABEL git_sha=bc5b1c32edfa480fc1704c662d1179fb11ef3baa [2023-08-25T06:23:59.921Z] ---> Running in 6b29d36a9e00 [2023-08-25T06:23:59.921Z] Removing intermediate container 6b29d36a9e00 [2023-08-25T06:23:59.921Z] ---> ef4548658481 [2023-08-25T06:23:59.921Z] Step 24/24 : LABEL version=0.0.0 [2023-08-25T06:23:59.921Z] ---> Running in 096878bc34b0 [2023-08-25T06:23:59.921Z] Removing intermediate container 096878bc34b0 [2023-08-25T06:23:59.921Z] ---> e46de7b36bac [2023-08-25T06:23:59.921Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-25T06:23:59.921Z] Successfully built e46de7b36bac [2023-08-25T06:23:59.921Z] 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-08-25T06:24:00.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T06:24:00.792Z] [2023-08-25T06:24:00.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:24:01.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T06:24:01.167Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-25T06:24:01.167Z] 5eb5b503b376: Pulling fs layer [2023-08-25T06:24:01.167Z] 5c69ac0246d0: Pulling fs layer [2023-08-25T06:24:01.167Z] ec43610c2a17: Pulling fs layer [2023-08-25T06:24:01.167Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-25T06:24:01.167Z] 33b1e0a273af: Pulling fs layer [2023-08-25T06:24:01.167Z] 5d3b04190fa2: Pulling fs layer [2023-08-25T06:24:01.167Z] 2f39f015ded8: Pulling fs layer [2023-08-25T06:24:01.167Z] 2f39f015ded8: Waiting [2023-08-25T06:24:01.167Z] 5d3b04190fa2: Waiting [2023-08-25T06:24:01.167Z] 33b1e0a273af: Waiting [2023-08-25T06:24:01.167Z] 3a2ae6a8a46f: Waiting [2023-08-25T06:24:01.167Z] 5c69ac0246d0: Download complete [2023-08-25T06:24:01.167Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-25T06:24:01.167Z] 3a2ae6a8a46f: Download complete [2023-08-25T06:24:01.167Z] 33b1e0a273af: Verifying Checksum [2023-08-25T06:24:01.167Z] 33b1e0a273af: Download complete [2023-08-25T06:24:01.167Z] 5d3b04190fa2: Download complete [2023-08-25T06:24:01.426Z] ec43610c2a17: Verifying Checksum [2023-08-25T06:24:01.426Z] ec43610c2a17: Download complete [2023-08-25T06:24:01.426Z] 5eb5b503b376: Download complete [2023-08-25T06:24:01.448Z] Commit message: "build: move SDK to v3.1.0-dev.16" [2023-08-25T06:24:01.508Z] > git --version # timeout=10 [2023-08-25T06:24:01.520Z] > git --version # 'git version 2.25.1' [2023-08-25T06:24:01.540Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T06:24:01.968Z] [2023-08-25T06:24:01.968Z] GitHub has been notified of this commit’s build result [2023-08-25T06:24:01.968Z] [2023-08-25T06:24:01.992Z] 2f39f015ded8: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T06:24:02.558Z] 5eb5b503b376: Pull complete [2023-08-25T06:24:02.695Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-25T06:24:02.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T06:24:02.695Z] Dload Upload Total Spent Left Speed [2023-08-25T06:24:02.695Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [2023-08-25T06:24:02.815Z] 5c69ac0246d0: Pull complete [2023-08-25T06:24:03.074Z] ec43610c2a17: Pull complete [Pipeline] sh [2023-08-25T06:24:03.333Z] 3a2ae6a8a46f: Pull complete [2023-08-25T06:24:03.433Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-25T06:24:03.592Z] 33b1e0a273af: Pull complete [2023-08-25T06:24:03.592Z] 5d3b04190fa2: Pull complete [2023-08-25T06:24:03.775Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-25T06:24:03.775Z] sudo tee /etc/docker/daemon.new [2023-08-25T06:24:03.775Z] { [2023-08-25T06:24:03.775Z] "registry-mirrors": [ [2023-08-25T06:24:03.775Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-25T06:24:03.775Z] ], [2023-08-25T06:24:03.775Z] "bip": "10.250.0.254/24", [2023-08-25T06:24:03.775Z] "hosts": [ [2023-08-25T06:24:03.775Z] "tcp://0.0.0.0:5555", [2023-08-25T06:24:03.775Z] "unix:///var/run/docker.sock" [2023-08-25T06:24:03.775Z] ], [2023-08-25T06:24:03.775Z] "mtu": 1458, [2023-08-25T06:24:03.775Z] "selinux-enabled": true, [2023-08-25T06:24:03.775Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-25T06:24:03.775Z] } [Pipeline] sh [2023-08-25T06:24:04.122Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-25T06:24:04.475Z] + sudo service docker restart [2023-08-25T06:24:07.772Z] 2f39f015ded8: Pull complete [2023-08-25T06:24:07.772Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-25T06:24:07.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T06:24:07.772Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:24:08.015Z] prd-ubuntu20.04-docker-8c-8g-4501 does not seem to be running inside a container [2023-08-25T06:24:08.047Z] $ 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-244 -v /w/workspace/undry_device-rfid-llrp-go_PR-244:/w/workspace/undry_device-rfid-llrp-go_PR-244:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-244@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-25T06:24:12.756Z] $ docker top 5a3ba2dda76af4217dca3ad411cc36ed1a678d99978b4a642beeccc50e71e326 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:24:13.221Z] ---> job-cost.sh [2023-08-25T06:24:13.221Z] lf-activate-venv: SKIPPING [2023-08-25T06:24:13.221Z] INFO: No Stack... [2023-08-25T06:24:13.479Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T06:24:13.740Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T06:24:14.060Z] + + cut -d, -f6 [2023-08-25T06:24:14.060Z] cat /w/workspace/undry_device-rfid-llrp-go_PR-244/archives/cost.csv [Pipeline] lock [2023-08-25T06:24:14.101Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] [2023-08-25T06:24:14.106Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] did not exist. Created. [2023-08-25T06:24:14.106Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T06:24:14.507Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-25T06:24:14.560Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T06:24:14.600Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T06:24:14.687Z] $ docker stop --time=1 5a3ba2dda76af4217dca3ad411cc36ed1a678d99978b4a642beeccc50e71e326 [2023-08-25T06:24:15.848Z] $ docker rm -f --volumes 5a3ba2dda76af4217dca3ad411cc36ed1a678d99978b4a642beeccc50e71e326 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T06:24:22.818Z] provisioning config files... [2023-08-25T06:24:22.846Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config14945344041364994279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:24:23.240Z] ---> docker-login.sh [2023-08-25T06:24:23.240Z] nexus3.edgexfoundry.org:10001 [2023-08-25T06:24:23.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:24:23.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:24:23.781Z] Configure a credential helper to remove this warning. See [2023-08-25T06:24:23.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:24:23.781Z] [2023-08-25T06:24:23.781Z] Login Succeeded [2023-08-25T06:24:23.781Z] nexus3.edgexfoundry.org:10002 [2023-08-25T06:24:24.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:24:24.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:24:24.320Z] Configure a credential helper to remove this warning. See [2023-08-25T06:24:24.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:24:24.320Z] [2023-08-25T06:24:24.320Z] Login Succeeded [2023-08-25T06:24:24.320Z] nexus3.edgexfoundry.org:10003 [2023-08-25T06:24:24.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:24:24.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:24:24.596Z] Configure a credential helper to remove this warning. See [2023-08-25T06:24:24.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:24:24.596Z] [2023-08-25T06:24:24.596Z] Login Succeeded [2023-08-25T06:24:24.596Z] nexus3.edgexfoundry.org:10004 [2023-08-25T06:24:24.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:24:24.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:24:24.869Z] Configure a credential helper to remove this warning. See [2023-08-25T06:24:24.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:24:24.869Z] [2023-08-25T06:24:24.869Z] Login Succeeded [2023-08-25T06:24:24.869Z] docker.io [2023-08-25T06:24:25.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T06:24:25.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T06:24:25.406Z] Configure a credential helper to remove this warning. See [2023-08-25T06:24:25.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T06:24:25.406Z] [2023-08-25T06:24:25.406Z] Login Succeeded [2023-08-25T06:24:25.406Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T06:24:25.436Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-25T06:24:25.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T06:24:25.869Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T06:24:25.901Z] ========================================================= [2023-08-25T06:24:25.901Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-25T06:24:25.901Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:24:26.401Z] + 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-08-25T06:24:26.671Z] Sending build context to Docker daemon 1.218MB [2023-08-25T06:24:26.671Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T06:24:26.671Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-25T06:24:26.940Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-25T06:24:26.940Z] edb6bdbacee9: Pulling fs layer [2023-08-25T06:24:26.940Z] 5f9638ab2659: Pulling fs layer [2023-08-25T06:24:26.940Z] 8d51d6327a98: Pulling fs layer [2023-08-25T06:24:26.940Z] 8b374f2dd631: Pulling fs layer [2023-08-25T06:24:26.940Z] ec14aa9079de: Pulling fs layer [2023-08-25T06:24:26.940Z] 2f466654f4bb: Pulling fs layer [2023-08-25T06:24:26.940Z] 554e91adad29: Pulling fs layer [2023-08-25T06:24:26.940Z] 8b374f2dd631: Waiting [2023-08-25T06:24:26.940Z] ec14aa9079de: Waiting [2023-08-25T06:24:26.940Z] 2f466654f4bb: Waiting [2023-08-25T06:24:26.940Z] 554e91adad29: Waiting [2023-08-25T06:24:26.940Z] 5f9638ab2659: Download complete [2023-08-25T06:24:26.940Z] 8b374f2dd631: Verifying Checksum [2023-08-25T06:24:26.940Z] 8b374f2dd631: Download complete [2023-08-25T06:24:26.940Z] ec14aa9079de: Download complete [2023-08-25T06:24:26.940Z] edb6bdbacee9: Download complete [2023-08-25T06:24:28.376Z] edb6bdbacee9: Pull complete [2023-08-25T06:24:28.376Z] 554e91adad29: Verifying Checksum [2023-08-25T06:24:28.376Z] 554e91adad29: Download complete [2023-08-25T06:24:28.649Z] 5f9638ab2659: Pull complete [2023-08-25T06:24:29.656Z] 2f466654f4bb: Verifying Checksum [2023-08-25T06:24:29.656Z] 2f466654f4bb: Download complete [2023-08-25T06:24:29.656Z] 8d51d6327a98: Verifying Checksum [2023-08-25T06:24:29.656Z] 8d51d6327a98: Download complete [2023-08-25T06:24:42.044Z] 8d51d6327a98: Pull complete [2023-08-25T06:24:42.044Z] 8b374f2dd631: Pull complete [2023-08-25T06:24:42.044Z] ec14aa9079de: Pull complete [2023-08-25T06:24:47.395Z] 2f466654f4bb: Pull complete [2023-08-25T06:24:49.354Z] 554e91adad29: Pull complete [2023-08-25T06:24:49.354Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-25T06:24:49.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T06:24:49.354Z] ---> 1e15ea492957 [2023-08-25T06:24:49.354Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-08-25T06:24:50.770Z] ---> Running in 9a588e8df05c [2023-08-25T06:24:51.036Z] Removing intermediate container 9a588e8df05c [2023-08-25T06:24:51.036Z] ---> 455e26e751e1 [2023-08-25T06:24:51.036Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T06:24:51.302Z] ---> Running in 6388ad3875f2 [2023-08-25T06:24:51.569Z] Removing intermediate container 6388ad3875f2 [2023-08-25T06:24:51.569Z] ---> 65cc94bcb3a2 [2023-08-25T06:24:51.569Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T06:24:51.569Z] ---> Running in acae1576ac2f [2023-08-25T06:24:51.840Z] Removing intermediate container acae1576ac2f [2023-08-25T06:24:51.840Z] ---> 9064a00414a7 [2023-08-25T06:24:51.840Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T06:24:52.114Z] ---> Running in d2d313b1c0c3 [2023-08-25T06:24:52.381Z] Removing intermediate container d2d313b1c0c3 [2023-08-25T06:24:52.381Z] ---> 232969001d95 [2023-08-25T06:24:52.381Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T06:24:52.381Z] ---> Running in c918f45e19ef [2023-08-25T06:24:53.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T06:24:53.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T06:24:54.898Z] OK: 263 MiB in 53 packages [2023-08-25T06:24:55.861Z] Removing intermediate container c918f45e19ef [2023-08-25T06:24:55.861Z] ---> f042e0eaa062 [2023-08-25T06:24:55.861Z] Step 8/12 : WORKDIR /app [2023-08-25T06:24:55.861Z] ---> Running in 88596c1aced8 [2023-08-25T06:24:56.127Z] Removing intermediate container 88596c1aced8 [2023-08-25T06:24:56.127Z] ---> ad39c9c46922 [2023-08-25T06:24:56.127Z] Step 9/12 : COPY go.mod vendor* ./ [2023-08-25T06:24:56.713Z] ---> f43010bccd6a [2023-08-25T06:24:56.713Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T06:24:56.713Z] ---> Running in 9254f10292e6 [2023-08-25T06:26:04.606Z] Removing intermediate container 9254f10292e6 [2023-08-25T06:26:04.606Z] ---> 060ab91dee12 [2023-08-25T06:26:04.606Z] Step 11/12 : COPY . . [2023-08-25T06:26:04.606Z] ---> 3550e4fc8fe8 [2023-08-25T06:26:04.606Z] Step 12/12 : RUN $MAKE [2023-08-25T06:26:04.606Z] ---> Running in 6d698a95df18 [2023-08-25T06:26:04.606Z] noop [2023-08-25T06:26:04.606Z] Removing intermediate container 6d698a95df18 [2023-08-25T06:26:04.606Z] ---> e472163e61f0 [2023-08-25T06:26:04.606Z] Successfully built e472163e61f0 [2023-08-25T06:26:04.606Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:26:05.143Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T06:26:05.143Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:26:05.449Z] prd-ubuntu20.04-docker-arm64-4c-16g-4502 does not seem to be running inside a container [2023-08-25T06:26:05.518Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-25T06:26:06.661Z] $ docker top ddbae79d30b390231c35734a47ce57dbcd66477cc0a28b6ab9dd2e2e6f7aa314 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T06:26:07.532Z] + go version [2023-08-25T06:26:07.532Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-25T06:26:07.568Z] $ docker stop --time=1 ddbae79d30b390231c35734a47ce57dbcd66477cc0a28b6ab9dd2e2e6f7aa314 [2023-08-25T06:26:09.211Z] $ docker rm -f --volumes ddbae79d30b390231c35734a47ce57dbcd66477cc0a28b6ab9dd2e2e6f7aa314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:26:10.045Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T06:26:10.046Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:26:10.287Z] prd-ubuntu20.04-docker-arm64-4c-16g-4502 does not seem to be running inside a container [2023-08-25T06:26:10.353Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-25T06:26:11.526Z] $ docker top 120bc11895c9187fdd86f8603dac6b44165af60eb16caf6d04cfa35794aea0ec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T06:26:12.084Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-25T06:26:12.744Z] + make test [2023-08-25T06:26:13.022Z] go test ./... -coverprofile=coverage.out ./... [2023-08-25T06:26:45.254Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-08-25T06:28:51.954Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-08-25T06:28:51.954Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-08-25T06:29:30.842Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 30.628s coverage: 40.6% of statements [2023-08-25T06:29:30.842Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.596s coverage: 51.9% of statements [2023-08-25T06:29:30.842Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.048s coverage: 95.5% of statements [2023-08-25T06:29:31.803Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-25T06:29:31.803Z] go vet ./... [2023-08-25T06:30:04.023Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T06:30:04.023Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T06:30:04.023Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-25T06:30:04.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-25T06:30:04.095Z] $ docker stop --time=1 120bc11895c9187fdd86f8603dac6b44165af60eb16caf6d04cfa35794aea0ec [2023-08-25T06:30:05.865Z] $ docker rm -f --volumes 120bc11895c9187fdd86f8603dac6b44165af60eb16caf6d04cfa35794aea0ec [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T06:30:07.084Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-25T06:30:07.121Z] Warning: overwriting stash ‘coverage-report’ [2023-08-25T06:30:07.710Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T06:30:08.276Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-25T06:30:08.668Z] + ls -al . [2023-08-25T06:30:08.668Z] total 640 [2023-08-25T06:30:08.668Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 06:26 . [2023-08-25T06:30:08.668Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 06:23 .. [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 25 06:23 .dockerignore [2023-08-25T06:30:08.668Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 06:23 .git [2023-08-25T06:30:08.668Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 06:23 .github [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 25 06:23 .gitignore [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 06:23 .golangci.yml [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 12089 Aug 25 06:23 Attribution.txt [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 10365 Aug 25 06:23 CHANGELOG.md [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 1347 Aug 25 06:23 Dockerfile [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 06:23 GOVERNANCE.md [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 25 06:23 Jenkinsfile [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 25 06:23 LICENSE [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 2305 Aug 25 06:23 Makefile [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 25 06:23 OWNERS.md [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 29016 Aug 25 06:23 README.md [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 25 06:21 VERSION [2023-08-25T06:30:08.668Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 06:23 bin [2023-08-25T06:30:08.668Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 06:23 cmd [2023-08-25T06:30:08.668Z] -rw-r--r-- 1 jenkins jenkins 459493 Aug 25 06:29 coverage.out [2023-08-25T06:30:08.668Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 06:23 examples [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 3876 Aug 25 06:23 go.mod [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 33758 Aug 25 06:23 go.sum [2023-08-25T06:30:08.668Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 06:23 images [2023-08-25T06:30:08.668Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 06:23 internal [2023-08-25T06:30:08.668Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 06:23 snap [2023-08-25T06:30:08.668Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 25 06:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:30:09.106Z] + 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=bc5b1c32edfa480fc1704c662d1179fb11ef3baa --label arch=arm64 --label version=0.0.0 . [2023-08-25T06:30:09.383Z] Sending build context to Docker daemon 1.218MB [2023-08-25T06:30:09.383Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T06:30:09.383Z] Step 2/24 : FROM ${BASE} AS builder [2023-08-25T06:30:09.383Z] ---> e472163e61f0 [2023-08-25T06:30:09.383Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-08-25T06:30:09.383Z] ---> Running in 23bbdbf31937 [2023-08-25T06:30:09.663Z] Removing intermediate container 23bbdbf31937 [2023-08-25T06:30:09.663Z] ---> d68c464fb098 [2023-08-25T06:30:09.663Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T06:30:09.934Z] ---> Running in 1048bdbfe244 [2023-08-25T06:30:10.219Z] Removing intermediate container 1048bdbfe244 [2023-08-25T06:30:10.219Z] ---> ae2f26fdbd9e [2023-08-25T06:30:10.219Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T06:30:14.483Z] ---> Running in 029412a8affa [2023-08-25T06:30:14.483Z] Removing intermediate container 029412a8affa [2023-08-25T06:30:14.483Z] ---> 7f3093f15268 [2023-08-25T06:30:14.483Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T06:30:14.483Z] ---> Running in d3fa1b5f6744 [2023-08-25T06:30:14.483Z] Removing intermediate container d3fa1b5f6744 [2023-08-25T06:30:14.483Z] ---> 9d0e72945248 [2023-08-25T06:30:14.483Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T06:30:14.483Z] ---> Running in b25f301a76ef [2023-08-25T06:30:15.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T06:30:16.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T06:30:17.036Z] OK: 263 MiB in 53 packages [2023-08-25T06:30:17.618Z] Removing intermediate container b25f301a76ef [2023-08-25T06:30:17.618Z] ---> 69b1c357ad4d [2023-08-25T06:30:17.618Z] Step 8/24 : WORKDIR /app [2023-08-25T06:30:17.887Z] ---> Running in c6e1a2801a79 [2023-08-25T06:30:18.153Z] Removing intermediate container c6e1a2801a79 [2023-08-25T06:30:18.153Z] ---> 99fd866d8d78 [2023-08-25T06:30:18.153Z] Step 9/24 : COPY go.mod vendor* ./ [2023-08-25T06:30:18.421Z] ---> 30ea55e35de0 [2023-08-25T06:30:18.422Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T06:30:18.689Z] ---> Running in 726cebe7605d [2023-08-25T06:30:20.635Z] Removing intermediate container 726cebe7605d [2023-08-25T06:30:20.635Z] ---> 8fe0cbb41262 [2023-08-25T06:30:20.635Z] Step 11/24 : COPY . . [2023-08-25T06:30:21.217Z] ---> 8391ab30aa8d [2023-08-25T06:30:21.218Z] Step 12/24 : RUN $MAKE [2023-08-25T06:30:21.218Z] ---> Running in cfdc188e9206 [2023-08-25T06:30:22.177Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-08-25T06:32:43.959Z] Removing intermediate container cfdc188e9206 [2023-08-25T06:32:43.959Z] ---> 1812c4c041ba [2023-08-25T06:32:43.959Z] Step 13/24 : FROM alpine:3.17 [2023-08-25T06:32:43.959Z] 3.17: Pulling from library/alpine [2023-08-25T06:32:43.959Z] 4060ece20d7a: Pulling fs layer [2023-08-25T06:32:43.959Z] 4060ece20d7a: Verifying Checksum [2023-08-25T06:32:43.959Z] 4060ece20d7a: Download complete [2023-08-25T06:32:43.959Z] 4060ece20d7a: Pull complete [2023-08-25T06:32:43.959Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T06:32:43.959Z] Status: Downloaded newer image for alpine:3.17 [2023-08-25T06:32:43.959Z] ---> 8650cd65339b [2023-08-25T06:32:43.959Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-08-25T06:32:43.959Z] ---> Running in 940b3a2d4b8d [2023-08-25T06:32:43.959Z] Removing intermediate container 940b3a2d4b8d [2023-08-25T06:32:43.959Z] ---> 31a89be9585f [2023-08-25T06:32:43.959Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-08-25T06:32:43.959Z] ---> Running in bbd716886c63 [2023-08-25T06:32:43.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T06:32:43.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T06:32:43.959Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T06:32:43.959Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T06:32:43.959Z] OK: 8 MiB in 16 packages [2023-08-25T06:32:43.959Z] Removing intermediate container bbd716886c63 [2023-08-25T06:32:43.959Z] ---> bd1c76c7d43e [2023-08-25T06:32:43.959Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-08-25T06:32:43.959Z] ---> c1065d5cee7f [2023-08-25T06:32:43.959Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-08-25T06:32:43.959Z] ---> bc57d8b29752 [2023-08-25T06:32:43.959Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-08-25T06:32:43.959Z] ---> a68222ae9a50 [2023-08-25T06:32:43.959Z] Step 19/24 : EXPOSE 59989 [2023-08-25T06:32:43.959Z] ---> Running in 6fe7441f4f51 [2023-08-25T06:32:43.959Z] Removing intermediate container 6fe7441f4f51 [2023-08-25T06:32:43.959Z] ---> 99b3c5692bb0 [2023-08-25T06:32:43.959Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-08-25T06:32:43.959Z] ---> Running in a99fef999275 [2023-08-25T06:32:43.959Z] Removing intermediate container a99fef999275 [2023-08-25T06:32:43.959Z] ---> 5e9c9a542bc0 [2023-08-25T06:32:43.959Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-25T06:32:43.959Z] ---> Running in cd4c7a48c576 [2023-08-25T06:32:43.959Z] Removing intermediate container cd4c7a48c576 [2023-08-25T06:32:43.959Z] ---> e2db75567e0a [2023-08-25T06:32:43.959Z] Step 22/24 : LABEL arch=arm64 [2023-08-25T06:32:43.959Z] ---> Running in 77e5d42ced9d [2023-08-25T06:32:43.959Z] Removing intermediate container 77e5d42ced9d [2023-08-25T06:32:43.959Z] ---> e8cd60745563 [2023-08-25T06:32:43.959Z] Step 23/24 : LABEL git_sha=bc5b1c32edfa480fc1704c662d1179fb11ef3baa [2023-08-25T06:32:43.959Z] ---> Running in 3cb9c89bc6c9 [2023-08-25T06:32:43.959Z] Removing intermediate container 3cb9c89bc6c9 [2023-08-25T06:32:43.959Z] ---> 7215e827d2ea [2023-08-25T06:32:43.959Z] Step 24/24 : LABEL version=0.0.0 [2023-08-25T06:32:43.959Z] ---> Running in 9bc7bc0b4d1b [2023-08-25T06:32:43.959Z] Removing intermediate container 9bc7bc0b4d1b [2023-08-25T06:32:43.959Z] ---> f479cb0f6e5e [2023-08-25T06:32:43.959Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-25T06:32:43.959Z] Successfully built f479cb0f6e5e [2023-08-25T06:32:43.959Z] 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-08-25T06:32:44.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T06:32:44.806Z] [2023-08-25T06:32:44.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:32:45.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T06:32:45.247Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-25T06:32:45.247Z] 8998bd30e6a1: Pulling fs layer [2023-08-25T06:32:45.247Z] 04944245beec: Pulling fs layer [2023-08-25T06:32:45.247Z] 699f458cf7ca: Pulling fs layer [2023-08-25T06:32:45.247Z] 765212b225bb: Pulling fs layer [2023-08-25T06:32:45.247Z] f23df028b6ca: Pulling fs layer [2023-08-25T06:32:45.247Z] d65c8cfc05b1: Pulling fs layer [2023-08-25T06:32:45.247Z] 2437ff75d9bd: Pulling fs layer [2023-08-25T06:32:45.247Z] f23df028b6ca: Waiting [2023-08-25T06:32:45.247Z] d65c8cfc05b1: Waiting [2023-08-25T06:32:45.247Z] 2437ff75d9bd: Waiting [2023-08-25T06:32:45.247Z] 765212b225bb: Waiting [2023-08-25T06:32:45.514Z] 04944245beec: Verifying Checksum [2023-08-25T06:32:45.514Z] 04944245beec: Download complete [2023-08-25T06:32:45.514Z] 765212b225bb: Verifying Checksum [2023-08-25T06:32:45.514Z] 765212b225bb: Download complete [2023-08-25T06:32:45.514Z] f23df028b6ca: Verifying Checksum [2023-08-25T06:32:45.514Z] f23df028b6ca: Download complete [2023-08-25T06:32:45.514Z] d65c8cfc05b1: Download complete [2023-08-25T06:32:45.514Z] 699f458cf7ca: Verifying Checksum [2023-08-25T06:32:45.514Z] 699f458cf7ca: Download complete [2023-08-25T06:32:46.095Z] 8998bd30e6a1: Verifying Checksum [2023-08-25T06:32:46.095Z] 8998bd30e6a1: Download complete [2023-08-25T06:32:48.049Z] 2437ff75d9bd: Verifying Checksum [2023-08-25T06:32:48.049Z] 2437ff75d9bd: Download complete [2023-08-25T06:32:49.989Z] 8998bd30e6a1: Pull complete [2023-08-25T06:32:50.257Z] 04944245beec: Pull complete [2023-08-25T06:32:51.664Z] 699f458cf7ca: Pull complete [2023-08-25T06:32:51.929Z] 765212b225bb: Pull complete [2023-08-25T06:32:55.257Z] f23df028b6ca: Pull complete [2023-08-25T06:32:55.257Z] d65c8cfc05b1: Pull complete [2023-08-25T06:33:10.241Z] 2437ff75d9bd: Pull complete [2023-08-25T06:33:10.241Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-25T06:33:10.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T06:33:10.241Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:33:10.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-4502 does not seem to be running inside a container [2023-08-25T06:33:10.620Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-25T06:33:12.966Z] $ docker top dfe643d2734e823d91ba48c14f91b2ab3289b85e71d27ced062899ba4523e2f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:13.551Z] ---> job-cost.sh [2023-08-25T06:33:13.816Z] lf-activate-venv: SKIPPING [2023-08-25T06:33:13.816Z] INFO: No Stack... [2023-08-25T06:33:14.393Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-25T06:33:14.971Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T06:33:15.307Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-08-25T06:33:15.308Z] + cut -d, -f6 [Pipeline] lock [2023-08-25T06:33:15.647Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] [2023-08-25T06:33:15.655Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] did not exist. Created. [2023-08-25T06:33:15.655Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T06:33:16.072Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-2abab90e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-25T06:33:16.734Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-25T06:33:16.769Z] Warning: overwriting stash ‘stack-cost’ [2023-08-25T06:33:16.829Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T06:33:16.844Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-244-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T06:33:16.930Z] $ docker stop --time=1 dfe643d2734e823d91ba48c14f91b2ab3289b85e71d27ced062899ba4523e2f5 [2023-08-25T06:33:18.426Z] $ docker rm -f --volumes dfe643d2734e823d91ba48c14f91b2ab3289b85e71d27ced062899ba4523e2f5 [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-08-25T06:33:19.409Z] provisioning config files... [2023-08-25T06:33:19.417Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/config11166608808045900453tmp [Pipeline] { [Pipeline] sh [2023-08-25T06:33:19.757Z] + set +x [2023-08-25T06:33:19.757Z] + bash -s -- [2023-08-25T06:33:19.757Z] + curl -s https://codecov.io/bash [2023-08-25T06:33:19.757Z] [2023-08-25T06:33:19.757Z] _____ _ [2023-08-25T06:33:19.757Z] / ____| | | [2023-08-25T06:33:19.757Z] | | ___ __| | ___ ___ _____ __ [2023-08-25T06:33:19.757Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-25T06:33:19.757Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-25T06:33:19.757Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-25T06:33:19.757Z] Bash-1.0.6 [2023-08-25T06:33:19.757Z] [2023-08-25T06:33:19.757Z] [2023-08-25T06:33:19.757Z] ==> git version 2.25.1 found [2023-08-25T06:33:19.757Z] ==> 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-08-25T06:33:19.757Z] Release-Date: 2020-01-08 [2023-08-25T06:33:19.757Z] 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-08-25T06:33:19.757Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-25T06:33:19.757Z] ==> Jenkins CI detected. [2023-08-25T06:33:19.757Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-244 [2023-08-25T06:33:19.757Z] project root: . [2023-08-25T06:33:19.757Z] --> token set from env [2023-08-25T06:33:19.757Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-25T06:33:19.757Z] ==> Running gcov in . (disable via -X gcov) [2023-08-25T06:33:19.757Z] ==> Python coveragepy not found [2023-08-25T06:33:19.757Z] ==> Searching for coverage reports in: [2023-08-25T06:33:19.757Z] + . [2023-08-25T06:33:19.757Z] -> Found 1 reports [2023-08-25T06:33:20.015Z] ==> Detecting git/mercurial file structure [2023-08-25T06:33:20.015Z] ==> Reading reports [2023-08-25T06:33:20.015Z] + ./coverage.out bytes=459493 [2023-08-25T06:33:20.015Z] ==> Appending adjustments [2023-08-25T06:33:20.015Z] https://docs.codecov.io/docs/fixing-reports [2023-08-25T06:33:20.273Z] + Found adjustments [2023-08-25T06:33:20.273Z] ==> Gzipping contents [2023-08-25T06:33:20.273Z] 52K /tmp/codecov.IypYMB.gz [2023-08-25T06:33:20.273Z] ==> Uploading reports [2023-08-25T06:33:20.273Z] url: https://codecov.io [2023-08-25T06:33:20.273Z] query: branch=PR-244&commit=bc5b1c32edfa480fc1704c662d1179fb11ef3baa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-244%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=244&job=&cmd_args= [2023-08-25T06:33:20.273Z] -> Pinging Codecov [2023-08-25T06:33:20.274Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-244&commit=bc5b1c32edfa480fc1704c662d1179fb11ef3baa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-244%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=244&job=&cmd_args= [2023-08-25T06:33:20.274Z] -> Uploading to [2023-08-25T06:33:20.274Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-25/581DD39554BDF9B6E22D074273EAD858/bc5b1c32edfa480fc1704c662d1179fb11ef3baa/c1d33b2d-6de8-4909-9fed-a416e4631bcc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T063320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21e4e81114a1bfc7873552be6a77930c68f2619328dac6419e2d06f70ef2d1f9 [2023-08-25T06:33:20.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T06:33:20.274Z] Dload Upload Total Spent Left Speed [2023-08-25T06:33:20.534Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50513 0 0 100 50513 0 230k --:--:-- --:--:-- --:--:-- 230k [2023-08-25T06:33:20.534Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/bc5b1c32edfa480fc1704c662d1179fb11ef3baa [Pipeline] } [2023-08-25T06:33:20.566Z] 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-08-25T06:33:22.353Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-244/archives ] [2023-08-25T06:33:22.353Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-244/archives [2023-08-25T06:33:22.353Z] total 16 [2023-08-25T06:33:22.353Z] drwxr-xr-x 3 root root 4096 Aug 25 06:24 . [2023-08-25T06:33:22.353Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 06:24 .. [2023-08-25T06:33:22.353Z] drwxr-xr-x 2 root root 4096 Aug 25 06:24 cost [2023-08-25T06:33:22.353Z] -rw-r--r-- 1 root root 91 Aug 25 06:24 cost.csv [2023-08-25T06:33:22.353Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-244/archives [2023-08-25T06:33:22.353Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-244/archives [2023-08-25T06:33:22.353Z] total 16 [2023-08-25T06:33:22.353Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 06:24 . [2023-08-25T06:33:22.353Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 06:24 .. [2023-08-25T06:33:22.353Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 06:24 cost [2023-08-25T06:33:22.353Z] -rw-r--r-- 1 jenkins jenkins 91 Aug 25 06:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:22.682Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:23.568Z] ---> package-listing.sh [2023-08-25T06:33:23.568Z] ++ facter osfamily [2023-08-25T06:33:23.568Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-25T06:33:23.826Z] + OS_FAMILY=debian [2023-08-25T06:33:23.826Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-244 [2023-08-25T06:33:23.826Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-25T06:33:23.826Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-25T06:33:23.826Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-25T06:33:23.826Z] + PACKAGES=/tmp/packages_start.txt [2023-08-25T06:33:23.826Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-244 ']' [2023-08-25T06:33:23.826Z] + PACKAGES=/tmp/packages_end.txt [2023-08-25T06:33:23.826Z] + case "${OS_FAMILY}" in [2023-08-25T06:33:23.826Z] + dpkg -l [2023-08-25T06:33:23.826Z] + grep '^ii' [2023-08-25T06:33:23.826Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-25T06:33:23.826Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-25T06:33:23.826Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-25T06:33:23.826Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-244 ']' [2023-08-25T06:33:23.826Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-244/archives/ [2023-08-25T06:33:23.826Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-244/archives/ [Pipeline] echo [2023-08-25T06:33:23.860Z] 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-244/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-25T06:33:24.150Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T06:33:24.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T06:33:24.775Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T06:33:24.912Z] prd-ubuntu20.04-docker-8c-8g-4501 does not seem to be running inside a container [2023-08-25T06:33:24.942Z] $ 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-244/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-244 -v /w/workspace/undry_device-rfid-llrp-go_PR-244:/w/workspace/undry_device-rfid-llrp-go_PR-244:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-244@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-244@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-25T06:33:25.099Z] $ docker top da11cac792e8e3d538f78a74d7d3ee843db747c10fe310e8ed463059370c9916 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T06:33:25.495Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-25T06:33:25.805Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-25T06:33:26.115Z] + ls /var/log/sa-host [2023-08-25T06:33:26.115Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T06:33:26.331Z] provisioning config files... [2023-08-25T06:33:26.339Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-244@tmp/config11418273370097414044tmp [Pipeline] { [Pipeline] echo [2023-08-25T06:33:26.392Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:26.701Z] ---> create-netrc.sh [Pipeline] } [2023-08-25T06:33:26.727Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:27.132Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-25T06:33:27.164Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:27.474Z] ---> sudo-logs.sh [2023-08-25T06:33:27.474Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-25T06:33:27.559Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:27.867Z] ---> job-cost.sh [2023-08-25T06:33:27.867Z] lf-activate-venv: SKIPPING [2023-08-25T06:33:27.867Z] DEBUG: total: 0.2199999988079071 [2023-08-25T06:33:27.867Z] INFO: Retrieving Stack Cost... [2023-08-25T06:33:28.435Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T06:33:28.695Z] INFO: Archiving Costs [Pipeline] echo [2023-08-25T06:33:28.739Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T06:33:29.047Z] ---> logs-deploy.sh [2023-08-25T06:33:29.047Z] lf-activate-venv: SKIPPING [2023-08-25T06:33:29.047Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-244/1 [2023-08-25T06:33:29.047Z] INFO: archiving workspace using pattern(s): [2023-08-25T06:33:29.985Z] Archives upload complete. [2023-08-25T06:33:29.985Z] INFO: archiving logs to Nexus