Pull request #103 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f37344ea4f2695c5b9e08462d4b49dcd6391de29+5edf93054b7fac81efc4a068ae801689f0a9bfbc (c43db7d8e65c176b3f5980b7b1d9fa3f1173d92f) 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-ssh649930083092761413.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh3708953357385071844.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-103/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-103/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11634832145530276652.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-103/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh598867976699449831.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh15365955673680782635.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 6e371aaf151bd5004dee8fa40be4413046746612 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-103/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-103/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6147921011363814028.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 6e371aaf151bd5004dee8fa40be4413046746612 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6e371aaf151bd5004dee8fa40be4413046746612 # timeout=10 Commit message: "Chore: Update global-jjb to the latest v0.79.1" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e 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.18 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-21667 in /w/workspace/undry_device-rfid-llrp-go_PR-103 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/undry_device-rfid-llrp-go_PR-103 # 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 Merging remotes/origin/main commit 5edf93054b7fac81efc4a068ae801689f0a9bfbc into PR head commit f37344ea4f2695c5b9e08462d4b49dcd6391de29 Merge succeeded, producing f37344ea4f2695c5b9e08462d4b49dcd6391de29 Checking out Revision f37344ea4f2695c5b9e08462d4b49dcd6391de29 (PR-103) > 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/103/head:refs/remotes/origin/PR-103 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f37344ea4f2695c5b9e08462d4b49dcd6391de29 # 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 5edf93054b7fac81efc4a068ae801689f0a9bfbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f37344ea4f2695c5b9e08462d4b49dcd6391de29 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-01T10:10:10.966Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-01T10:10:11.145Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-01T10:10:11.250Z] ========================================================= [2022-08-01T10:10:11.251Z] EdgeX Global Pipelines Version Info [2022-08-01T10:10:11.251Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:10:12.068Z] ------------------- [2022-08-01T10:10:12.068Z] stable info: [2022-08-01T10:10:12.068Z] ------------------- [2022-08-01T10:10:12.068Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-01T10:10:12.068Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-01T10:10:12.068Z] Message: update stable to v1.0.238 [2022-08-01T10:10:12.639Z] ------------------- [2022-08-01T10:10:12.639Z] experimental info: [2022-08-01T10:10:12.639Z] ------------------- [2022-08-01T10:10:12.639Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-01T10:10:12.639Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-01T10:10:12.639Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-01T10:10:13.003Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2022-08-01T10:10:13.049Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2022-08-01T10:10:13.091Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-01T10:10:13.132Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-01T10:10:13.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-01T10:10:13.219Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-01T10:10:13.259Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-01T10:10:13.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-01T10:10:13.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-01T10:10:13.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-01T10:10:13.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-01T10:10:13.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2022-08-01T10:10:13.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-01T10:10:13.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-01T10:10:13.606Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-01T10:10:13.647Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-01T10:10:13.691Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-01T10:10:13.729Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-01T10:10:13.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-01T10:10:13.812Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-01T10:10:13.856Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-01T10:10:13.900Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-01T10:10:13.940Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-01T10:10:13.978Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-01T10:10:14.020Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-01T10:10:14.063Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-01T10:10:14.102Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-01T10:10:14.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-103 [Pipeline] echo [2022-08-01T10:10:14.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-103 [Pipeline] echo [2022-08-01T10:10:14.223Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-103 [Pipeline] echo [2022-08-01T10:10:14.267Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f37344ea4f2695c5b9e08462d4b49dcd6391de29 [Pipeline] echo [2022-08-01T10:10:14.311Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f37344e [Pipeline] echo [2022-08-01T10:10:14.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-01T10:10:14.482Z] provisioning config files... [2022-08-01T10:10:14.495Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/config4268891657276255986tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:10:14.853Z] ---> docker-login.sh [2022-08-01T10:10:14.853Z] nexus3.edgexfoundry.org:10001 [2022-08-01T10:10:15.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:15.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:15.378Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:15.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:15.378Z] [2022-08-01T10:10:15.378Z] Login Succeeded [2022-08-01T10:10:15.378Z] nexus3.edgexfoundry.org:10002 [2022-08-01T10:10:15.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:15.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:15.378Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:15.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:15.378Z] [2022-08-01T10:10:15.378Z] Login Succeeded [2022-08-01T10:10:15.378Z] nexus3.edgexfoundry.org:10003 [2022-08-01T10:10:15.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:15.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:15.639Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:15.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:15.639Z] [2022-08-01T10:10:15.639Z] Login Succeeded [2022-08-01T10:10:15.639Z] nexus3.edgexfoundry.org:10004 [2022-08-01T10:10:15.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:15.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:15.639Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:15.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:15.639Z] [2022-08-01T10:10:15.639Z] Login Succeeded [2022-08-01T10:10:15.639Z] docker.io [2022-08-01T10:10:15.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:16.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:16.162Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:16.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:16.162Z] [2022-08-01T10:10:16.162Z] Login Succeeded [2022-08-01T10:10:16.162Z] ---> docker-login.sh ends [Pipeline] } [2022-08-01T10:10:16.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-01T10:10:16.845Z] + git rev-list -1 --merges f37344ea4f2695c5b9e08462d4b49dcd6391de29~1..f37344ea4f2695c5b9e08462d4b49dcd6391de29 [Pipeline] echo [2022-08-01T10:10:16.897Z] -----------> git rev-list -1 --merges f37344ea4f2695c5b9e08462d4b49dcd6391de29~1..f37344ea4f2695c5b9e08462d4b49dcd6391de29 f37344ea4f2695c5b9e08462d4b49dcd6391de29 [false] [Pipeline] sh [2022-08-01T10:10:17.211Z] + git log --format=format:%s -1 f37344ea4f2695c5b9e08462d4b49dcd6391de29 [Pipeline] echo [2022-08-01T10:10:17.250Z] ========================================================= [2022-08-01T10:10:17.250Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-01T10:10:17.250Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-01T10:10:17.711Z] + git log --format=format:%s -1 f37344ea4f2695c5b9e08462d4b49dcd6391de29 [Pipeline] echo [2022-08-01T10:10:17.748Z] [semverPrep] GIT_COMMIT: f37344ea4f2695c5b9e08462d4b49dcd6391de29, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-08-01T10:10:17.779Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-01T10:10:18.182Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-01T10:10:18.182Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-01T10:10:18.182Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-01T10:10:18.182Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-01T10:10:18.182Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-01T10:10:18.182Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-01T10:10:18.182Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:10:18.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-01T10:10:18.689Z] [2022-08-01T10:10:18.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:10:19.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-01T10:10:19.071Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-01T10:10:19.071Z] b85a868b505f: Pulling fs layer [2022-08-01T10:10:19.071Z] e2be974225ed: Pulling fs layer [2022-08-01T10:10:19.071Z] 339a4e72a1f5: Pulling fs layer [2022-08-01T10:10:19.071Z] 988bab9f4d93: Pulling fs layer [2022-08-01T10:10:19.071Z] 1469e6f7b9e6: Pulling fs layer [2022-08-01T10:10:19.071Z] eaf3925da568: Pulling fs layer [2022-08-01T10:10:19.071Z] bab4dde63d76: Pulling fs layer [2022-08-01T10:10:19.071Z] bde34c3a00c8: Pulling fs layer [2022-08-01T10:10:19.071Z] b352a97aabf1: Pulling fs layer [2022-08-01T10:10:19.071Z] 4872d77fe225: Pulling fs layer [2022-08-01T10:10:19.071Z] 5851b861e8e6: Pulling fs layer [2022-08-01T10:10:19.071Z] 988bab9f4d93: Waiting [2022-08-01T10:10:19.071Z] 1469e6f7b9e6: Waiting [2022-08-01T10:10:19.071Z] eaf3925da568: Waiting [2022-08-01T10:10:19.071Z] bab4dde63d76: Waiting [2022-08-01T10:10:19.071Z] b352a97aabf1: Waiting [2022-08-01T10:10:19.071Z] 4872d77fe225: Waiting [2022-08-01T10:10:19.071Z] bde34c3a00c8: Waiting [2022-08-01T10:10:19.071Z] e2be974225ed: Download complete [2022-08-01T10:10:19.071Z] 988bab9f4d93: Verifying Checksum [2022-08-01T10:10:19.071Z] 988bab9f4d93: Download complete [2022-08-01T10:10:19.334Z] 1469e6f7b9e6: Verifying Checksum [2022-08-01T10:10:19.334Z] 1469e6f7b9e6: Download complete [2022-08-01T10:10:19.334Z] eaf3925da568: Verifying Checksum [2022-08-01T10:10:19.334Z] eaf3925da568: Download complete [2022-08-01T10:10:19.334Z] 339a4e72a1f5: Verifying Checksum [2022-08-01T10:10:19.334Z] 339a4e72a1f5: Download complete [2022-08-01T10:10:19.334Z] bde34c3a00c8: Verifying Checksum [2022-08-01T10:10:19.334Z] bde34c3a00c8: Download complete [2022-08-01T10:10:19.334Z] b352a97aabf1: Download complete [2022-08-01T10:10:19.334Z] 4872d77fe225: Verifying Checksum [2022-08-01T10:10:19.334Z] 4872d77fe225: Download complete [2022-08-01T10:10:19.334Z] 5851b861e8e6: Verifying Checksum [2022-08-01T10:10:19.334Z] 5851b861e8e6: Download complete [2022-08-01T10:10:19.334Z] b85a868b505f: Verifying Checksum [2022-08-01T10:10:19.334Z] b85a868b505f: Download complete [2022-08-01T10:10:19.594Z] bab4dde63d76: Verifying Checksum [2022-08-01T10:10:19.595Z] bab4dde63d76: Download complete [2022-08-01T10:10:20.539Z] b85a868b505f: Pull complete [2022-08-01T10:10:20.800Z] e2be974225ed: Pull complete [2022-08-01T10:10:21.374Z] 339a4e72a1f5: Pull complete [2022-08-01T10:10:21.374Z] 988bab9f4d93: Pull complete [2022-08-01T10:10:21.637Z] 1469e6f7b9e6: Pull complete [2022-08-01T10:10:21.898Z] eaf3925da568: Pull complete [2022-08-01T10:10:23.809Z] bab4dde63d76: Pull complete [2022-08-01T10:10:23.809Z] bde34c3a00c8: Pull complete [2022-08-01T10:10:23.809Z] b352a97aabf1: Pull complete [2022-08-01T10:10:23.809Z] 4872d77fe225: Pull complete [2022-08-01T10:10:24.072Z] 5851b861e8e6: Pull complete [2022-08-01T10:10:24.072Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-01T10:10:24.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-01T10:10:24.072Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:10:24.314Z] prd-ubuntu20.04-docker-8c-8g-21667 does not seem to be running inside a container [2022-08-01T10:10:24.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-103 -v /w/workspace/undry_device-rfid-llrp-go_PR-103:/w/workspace/undry_device-rfid-llrp-go_PR-103:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-01T10:10:25.979Z] $ docker top ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f -eo pid,comm [2022-08-01T10:10:26.047Z] 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). [2022-08-01T10:10:26.047Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-01T10:10:26.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-01T10:10:26.175Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-01T10:10:26.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-01T10:10:26.319Z] $ docker exec ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f ssh-agent [2022-08-01T10:10:26.440Z] SSH_AUTH_SOCK=/tmp/ssh-t8mxw5eOmPoS/agent.34 [2022-08-01T10:10:26.440Z] SSH_AGENT_PID=41 [2022-08-01T10:10:26.447Z] Running ssh-add (command line suppressed) [2022-08-01T10:10:26.578Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/private_key_8090992063273815885.key (/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/private_key_8090992063273815885.key) [2022-08-01T10:10:26.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-01T10:10:26.924Z] + git tag --points-at HEAD [Pipeline] } [2022-08-01T10:10:26.951Z] $ docker exec --env ******** --env ******** ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f ssh-agent -k [2022-08-01T10:10:27.057Z] unset SSH_AUTH_SOCK; [2022-08-01T10:10:27.058Z] unset SSH_AGENT_PID; [2022-08-01T10:10:27.058Z] echo Agent pid 41 killed; [2022-08-01T10:10:27.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-01T10:10:27.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-01T10:10:27.152Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-01T10:10:27.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-01T10:10:27.285Z] $ docker exec ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f ssh-agent [2022-08-01T10:10:27.411Z] SSH_AUTH_SOCK=/tmp/ssh-Rec89LyyW0j1/agent.73 [2022-08-01T10:10:27.411Z] SSH_AGENT_PID=79 [2022-08-01T10:10:27.416Z] Running ssh-add (command line suppressed) [2022-08-01T10:10:27.537Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/private_key_7770369911988191681.key (/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/private_key_7770369911988191681.key) [2022-08-01T10:10:27.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-01T10:10:27.889Z] + git semver init [2022-08-01T10:10:28.151Z] 2022-08-01 10:10:28,075 [run_init] DEBUG init version:0.0.0 force:False [2022-08-01T10:10:28.151Z] 2022-08-01 10:10:28,076 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-103/.semver [2022-08-01T10:10:28.151Z] 2022-08-01 10:10:28,076 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-103/.semver [2022-08-01T10:10:28.151Z] 2022-08-01 10:10:28,077 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-103/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-103, universal_newlines=False, shell=None, istream=None) [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:28,990 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-103/.git/info/exclude [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:28,991 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-103/.semver/PR-103 with force:False [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:28,991 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-103/.semver/PR-103 [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:28,994 [execute] INFO git cat-file --batch-check [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:28,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-103/.semver, universal_newlines=False, shell=None, istream=) [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:29,000 [execute] INFO git cat-file --batch [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:29,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-103/.semver, universal_newlines=False, shell=None, istream=) [2022-08-01T10:10:29.096Z] 2022-08-01 10:10:29,005 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-103/.semver/PR-103 [2022-08-01T10:10:29.096Z] 0.0.0 [Pipeline] } [2022-08-01T10:10:29.126Z] $ docker exec --env ******** --env ******** ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f ssh-agent -k [2022-08-01T10:10:29.232Z] unset SSH_AUTH_SOCK; [2022-08-01T10:10:29.238Z] unset SSH_AGENT_PID; [2022-08-01T10:10:29.238Z] echo Agent pid 79 killed; [2022-08-01T10:10:29.244Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-01T10:10:29.681Z] + git semver [Pipeline] } [2022-08-01T10:10:29.970Z] $ docker stop --time=1 ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f [2022-08-01T10:10:31.277Z] $ docker rm -f ff3bc1ce87f49d809ca377bfc2baccfceaa9bf371835cbb72ff98316d241774f [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-01T10:10:31.699Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-01T10:10:32.017Z] Stashed 1 file(s) [Pipeline] echo [2022-08-01T10:10:32.036Z] [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 [2022-08-01T10:10:32.618Z] provisioning config files... [2022-08-01T10:10:32.630Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/config3473203850202173835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:10:32.978Z] ---> docker-login.sh [2022-08-01T10:10:32.978Z] nexus3.edgexfoundry.org:10001 [2022-08-01T10:10:32.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:32.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:32.978Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:32.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:32.978Z] [2022-08-01T10:10:32.978Z] Login Succeeded [2022-08-01T10:10:32.978Z] nexus3.edgexfoundry.org:10002 [2022-08-01T10:10:32.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:33.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:33.239Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:33.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:33.239Z] [2022-08-01T10:10:33.239Z] Login Succeeded [2022-08-01T10:10:33.239Z] nexus3.edgexfoundry.org:10003 [2022-08-01T10:10:33.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:33.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:33.239Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:33.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:33.239Z] [2022-08-01T10:10:33.239Z] Login Succeeded [2022-08-01T10:10:33.239Z] nexus3.edgexfoundry.org:10004 [2022-08-01T10:10:33.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:33.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:33.498Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:33.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:33.498Z] [2022-08-01T10:10:33.498Z] Login Succeeded [2022-08-01T10:10:33.498Z] docker.io [2022-08-01T10:10:33.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:10:33.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:10:33.759Z] Configure a credential helper to remove this warning. See [2022-08-01T10:10:33.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:10:33.759Z] [2022-08-01T10:10:33.759Z] Login Succeeded [2022-08-01T10:10:33.759Z] ---> docker-login.sh ends [Pipeline] } [2022-08-01T10:10:33.786Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-01T10:10:33.970Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T10:10:34.003Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T10:10:34.039Z] ========================================================= [2022-08-01T10:10:34.039Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-01T10:10:34.039Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:10:34.513Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-08-01T10:10:34.513Z] Sending build context to Docker daemon 4.054MB [2022-08-01T10:10:34.513Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T10:10:34.513Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-01T10:10:34.513Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-01T10:10:34.513Z] 2408cc74d12b: Pulling fs layer [2022-08-01T10:10:34.513Z] ea60b727a1ce: Pulling fs layer [2022-08-01T10:10:34.513Z] 30c4a7721957: Pulling fs layer [2022-08-01T10:10:34.513Z] 370296b7ddb6: Pulling fs layer [2022-08-01T10:10:34.513Z] 7c6cee850709: Pulling fs layer [2022-08-01T10:10:34.513Z] 39a5fcdaea64: Pulling fs layer [2022-08-01T10:10:34.513Z] d94ebbe4e438: Pulling fs layer [2022-08-01T10:10:34.513Z] bcfd1f05c69d: Pulling fs layer [2022-08-01T10:10:34.513Z] 59ccb84bbe0f: Pulling fs layer [2022-08-01T10:10:34.513Z] 7c6cee850709: Waiting [2022-08-01T10:10:34.513Z] bcfd1f05c69d: Waiting [2022-08-01T10:10:34.513Z] 59ccb84bbe0f: Waiting [2022-08-01T10:10:34.513Z] d94ebbe4e438: Waiting [2022-08-01T10:10:34.513Z] 370296b7ddb6: Waiting [2022-08-01T10:10:34.513Z] 39a5fcdaea64: Waiting [2022-08-01T10:10:34.513Z] 30c4a7721957: Verifying Checksum [2022-08-01T10:10:34.513Z] 30c4a7721957: Download complete [2022-08-01T10:10:34.513Z] ea60b727a1ce: Download complete [2022-08-01T10:10:34.513Z] 7c6cee850709: Download complete [2022-08-01T10:10:34.774Z] 39a5fcdaea64: Verifying Checksum [2022-08-01T10:10:34.774Z] 2408cc74d12b: Verifying Checksum [2022-08-01T10:10:34.774Z] 2408cc74d12b: Download complete [2022-08-01T10:10:34.774Z] d94ebbe4e438: Verifying Checksum [2022-08-01T10:10:34.774Z] d94ebbe4e438: Download complete [2022-08-01T10:10:34.774Z] 2408cc74d12b: Pull complete [2022-08-01T10:10:35.037Z] ea60b727a1ce: Pull complete [2022-08-01T10:10:35.037Z] 30c4a7721957: Pull complete [2022-08-01T10:10:35.037Z] 59ccb84bbe0f: Verifying Checksum [2022-08-01T10:10:35.037Z] 59ccb84bbe0f: Download complete [2022-08-01T10:10:35.297Z] bcfd1f05c69d: Verifying Checksum [2022-08-01T10:10:35.297Z] bcfd1f05c69d: Download complete [2022-08-01T10:10:35.560Z] 370296b7ddb6: Download complete [2022-08-01T10:10:39.769Z] 370296b7ddb6: Pull complete [2022-08-01T10:10:39.769Z] 7c6cee850709: Pull complete [2022-08-01T10:10:39.769Z] 39a5fcdaea64: Pull complete [2022-08-01T10:10:39.769Z] d94ebbe4e438: Pull complete [2022-08-01T10:10:41.675Z] bcfd1f05c69d: Pull complete [2022-08-01T10:10:42.258Z] 59ccb84bbe0f: Pull complete [2022-08-01T10:10:42.258Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-01T10:10:42.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-01T10:10:42.258Z] ---> a4fb48ad2a94 [2022-08-01T10:10:42.258Z] Step 3/12 : ARG MAKE='make build' [2022-08-01T10:10:44.174Z] ---> Running in 5a9a677c381d [2022-08-01T10:10:44.174Z] Removing intermediate container 5a9a677c381d [2022-08-01T10:10:44.174Z] ---> 39518328312b [2022-08-01T10:10:44.174Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-01T10:10:44.174Z] ---> Running in 3b2d68568dc3 [2022-08-01T10:10:44.441Z] Removing intermediate container 3b2d68568dc3 [2022-08-01T10:10:44.441Z] ---> 84b156ec7325 [2022-08-01T10:10:44.441Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T10:10:44.441Z] ---> Running in fc6747e62b69 [2022-08-01T10:10:44.441Z] Removing intermediate container fc6747e62b69 [2022-08-01T10:10:44.441Z] ---> 5974e6996ac1 [2022-08-01T10:10:44.441Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T10:10:44.441Z] ---> Running in 3c383c1d66d6 [2022-08-01T10:10:45.018Z] Removing intermediate container 3c383c1d66d6 [2022-08-01T10:10:45.018Z] ---> b33ffa7925db [2022-08-01T10:10:45.018Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T10:10:45.278Z] ---> Running in 53cdd786558b [2022-08-01T10:10:45.538Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-01T10:10:46.482Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-01T10:10:46.482Z] OK: 211 MiB in 51 packages [2022-08-01T10:10:47.061Z] Removing intermediate container 53cdd786558b [2022-08-01T10:10:47.061Z] ---> 257c6d5b1e10 [2022-08-01T10:10:47.061Z] Step 8/12 : WORKDIR /app [2022-08-01T10:10:47.061Z] ---> Running in 3907770120aa [2022-08-01T10:10:47.061Z] Removing intermediate container 3907770120aa [2022-08-01T10:10:47.061Z] ---> 3762687a209f [2022-08-01T10:10:47.061Z] Step 9/12 : COPY go.mod vendor* ./ [2022-08-01T10:10:47.321Z] ---> 518a5a9bd1f0 [2022-08-01T10:10:47.321Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T10:10:47.321Z] ---> Running in 655a6b0906a4 [2022-08-01T10:10:47.448Z] Still waiting to schedule task [2022-08-01T10:10:47.448Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-01T10:11:09.281Z] Removing intermediate container 655a6b0906a4 [2022-08-01T10:11:09.281Z] ---> b6209b39844c [2022-08-01T10:11:09.281Z] Step 11/12 : COPY . . [2022-08-01T10:11:09.281Z] ---> 41ea8dd967c5 [2022-08-01T10:11:09.281Z] Step 12/12 : RUN $MAKE [2022-08-01T10:11:09.281Z] ---> Running in 1fb2694f554c [2022-08-01T10:11:09.281Z] noop [2022-08-01T10:11:09.281Z] Removing intermediate container 1fb2694f554c [2022-08-01T10:11:09.281Z] ---> 95f3184762c1 [2022-08-01T10:11:09.281Z] Successfully built 95f3184762c1 [2022-08-01T10:11:09.281Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:11:09.725Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-01T10:11:09.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:11:09.892Z] prd-ubuntu20.04-docker-8c-8g-21667 does not seem to be running inside a container [2022-08-01T10:11:09.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-103 -v /w/workspace/undry_device-rfid-llrp-go_PR-103:/w/workspace/undry_device-rfid-llrp-go_PR-103:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-01T10:11:10.371Z] $ docker top 539a248a43a50d8bc3f1b3c05b551c3f0d7dc5917f574ec35826cffc8e362882 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T10:11:10.790Z] + go version [2022-08-01T10:11:10.790Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-01T10:11:10.835Z] $ docker stop --time=1 539a248a43a50d8bc3f1b3c05b551c3f0d7dc5917f574ec35826cffc8e362882 [2022-08-01T10:11:12.107Z] $ docker rm -f 539a248a43a50d8bc3f1b3c05b551c3f0d7dc5917f574ec35826cffc8e362882 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:11:12.829Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-01T10:11:12.829Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:11:12.995Z] prd-ubuntu20.04-docker-8c-8g-21667 does not seem to be running inside a container [2022-08-01T10:11:13.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/undry_device-rfid-llrp-go_PR-103 -v /w/workspace/undry_device-rfid-llrp-go_PR-103:/w/workspace/undry_device-rfid-llrp-go_PR-103:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-01T10:11:13.383Z] $ docker top 53443a525eb434987f9307a4bce614712a6c31d9a621b968ba6c5a2efc275ca6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T10:11:13.787Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-103 [Pipeline] fileExists [Pipeline] sh [2022-08-01T10:11:14.150Z] + make test [2022-08-01T10:11:14.150Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-08-01T10:11:14.410Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2022-08-01T10:11:24.407Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2022-08-01T10:11:24.407Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2022-08-01T10:11:28.622Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.700s coverage: 39.3% of statements [2022-08-01T10:11:28.622Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.255s coverage: 51.9% of statements [2022-08-01T10:11:28.622Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.042s coverage: 95.5% of statements [2022-08-01T10:11:36.762Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-08-01T10:11:36.762Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-01T10:11:39.306Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-01T10:11:39.306Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-01T10:11:39.567Z] ./bin/test-attribution-txt.sh [2022-08-01T10:11:39.567Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-01T10:11:39.567Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-01T10:11:39.567Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-01T10:11:39.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-01T10:11:39.641Z] $ docker stop --time=1 53443a525eb434987f9307a4bce614712a6c31d9a621b968ba6c5a2efc275ca6 [2022-08-01T10:11:41.828Z] $ docker rm -f 53443a525eb434987f9307a4bce614712a6c31d9a621b968ba6c5a2efc275ca6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-01T10:11:42.366Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-01T10:11:42.487Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-01T10:11:43.172Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-01T10:11:43.490Z] + ls -al . [2022-08-01T10:11:43.490Z] total 632 [2022-08-01T10:11:43.490Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 1 10:11 . [2022-08-01T10:11:43.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 10:10 .. [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 1 10:10 .dockerignore [2022-08-01T10:11:43.490Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 10:11 .git [2022-08-01T10:11:43.490Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 10:10 .github [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 1 10:10 .gitignore [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 1 10:10 .golangci.yml [2022-08-01T10:11:43.490Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 10:10 .semver [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 10362 Aug 1 10:10 Attribution.txt [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 3740 Aug 1 10:10 CHANGELOG.md [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 1518 Aug 1 10:10 Dockerfile [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 1 10:10 GOVERNANCE.md [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 1 10:10 Jenkinsfile [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 1 10:10 LICENSE [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 2196 Aug 1 10:10 Makefile [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 1 10:10 OWNERS.md [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 28496 Aug 1 10:10 README.md [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 1 10:10 VERSION [2022-08-01T10:11:43.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 10:10 bin [2022-08-01T10:11:43.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 10:10 cmd [2022-08-01T10:11:43.490Z] -rw-r--r-- 1 jenkins jenkins 460394 Aug 1 10:11 coverage.out [2022-08-01T10:11:43.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 10:10 examples [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 3493 Aug 1 10:10 go.mod [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 36553 Aug 1 10:10 go.sum [2022-08-01T10:11:43.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 10:10 images [2022-08-01T10:11:43.490Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 1 10:10 internal [2022-08-01T10:11:43.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 10:10 snap [2022-08-01T10:11:43.490Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 1 10:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:11:43.892Z] + 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=f37344ea4f2695c5b9e08462d4b49dcd6391de29 --label arch=amd64 --label version=0.0.0 . [2022-08-01T10:11:43.892Z] Sending build context to Docker daemon 4.054MB [2022-08-01T10:11:43.892Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T10:11:43.892Z] Step 2/25 : FROM ${BASE} AS builder [2022-08-01T10:11:43.892Z] ---> 95f3184762c1 [2022-08-01T10:11:43.892Z] Step 3/25 : ARG MAKE='make build' [2022-08-01T10:11:44.153Z] ---> Running in f6d5b11bcebc [2022-08-01T10:11:44.153Z] Removing intermediate container f6d5b11bcebc [2022-08-01T10:11:44.153Z] ---> 2ceb17a85446 [2022-08-01T10:11:44.153Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-01T10:11:44.153Z] ---> Running in 67d9e70b1c5a [2022-08-01T10:11:44.414Z] Removing intermediate container 67d9e70b1c5a [2022-08-01T10:11:44.414Z] ---> 49053d45f702 [2022-08-01T10:11:44.414Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T10:11:44.414Z] ---> Running in 43cbf2c6ff59 [2022-08-01T10:11:44.414Z] Removing intermediate container 43cbf2c6ff59 [2022-08-01T10:11:44.414Z] ---> bbb61d9f1c11 [2022-08-01T10:11:44.414Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T10:11:44.414Z] ---> Running in 7ec8a5398fae [2022-08-01T10:11:44.986Z] Removing intermediate container 7ec8a5398fae [2022-08-01T10:11:44.986Z] ---> b6b5905e7075 [2022-08-01T10:11:44.986Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T10:11:45.248Z] ---> Running in 7ce8f706464e [2022-08-01T10:11:45.508Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-01T10:11:46.450Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-01T10:11:46.450Z] OK: 211 MiB in 51 packages [2022-08-01T10:11:47.020Z] Removing intermediate container 7ce8f706464e [2022-08-01T10:11:47.020Z] ---> 72f8ff2a9dfd [2022-08-01T10:11:47.020Z] Step 8/25 : WORKDIR /app [2022-08-01T10:11:47.020Z] ---> Running in d5f975cd2e79 [2022-08-01T10:11:47.020Z] Removing intermediate container d5f975cd2e79 [2022-08-01T10:11:47.020Z] ---> 83b4a2bd61f7 [2022-08-01T10:11:47.020Z] Step 9/25 : COPY go.mod vendor* ./ [2022-08-01T10:11:47.280Z] ---> fcb6dcf41cc5 [2022-08-01T10:11:47.280Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T10:11:47.280Z] ---> Running in 2db6e96046b4 [2022-08-01T10:11:47.850Z] Removing intermediate container 2db6e96046b4 [2022-08-01T10:11:47.850Z] ---> b00026d0822f [2022-08-01T10:11:47.850Z] Step 11/25 : COPY . . [2022-08-01T10:11:48.109Z] ---> 722ad7599e30 [2022-08-01T10:11:48.109Z] Step 12/25 : RUN $MAKE [2022-08-01T10:11:48.109Z] ---> Running in 0f5637ce3f9e [2022-08-01T10:11:48.368Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.18 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2022-08-01T10:12:10.311Z] Removing intermediate container 0f5637ce3f9e [2022-08-01T10:12:10.311Z] ---> 67edc73cace3 [2022-08-01T10:12:10.311Z] Step 13/25 : FROM alpine:3.16 [2022-08-01T10:12:10.311Z] 3.16: Pulling from library/alpine [2022-08-01T10:12:10.311Z] 530afca65e2e: Pulling fs layer [2022-08-01T10:12:10.311Z] 530afca65e2e: Verifying Checksum [2022-08-01T10:12:10.311Z] 530afca65e2e: Download complete [2022-08-01T10:12:10.311Z] 530afca65e2e: Pull complete [2022-08-01T10:12:10.311Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-01T10:12:10.311Z] Status: Downloaded newer image for alpine:3.16 [2022-08-01T10:12:10.311Z] ---> d7d3d98c851f [2022-08-01T10:12:10.311Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-01T10:12:10.311Z] ---> Running in 3842d3ee5155 [2022-08-01T10:12:10.311Z] Removing intermediate container 3842d3ee5155 [2022-08-01T10:12:10.311Z] ---> 14c38d7b25af [2022-08-01T10:12:10.311Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T10:12:10.311Z] ---> Running in ba9ce9f35135 [2022-08-01T10:12:10.311Z] Removing intermediate container ba9ce9f35135 [2022-08-01T10:12:10.311Z] ---> 8c6fb8f464cf [2022-08-01T10:12:10.311Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-01T10:12:10.311Z] ---> Running in ee3c49a115f5 [2022-08-01T10:12:10.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-01T10:12:10.885Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-01T10:12:11.457Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-01T10:12:11.457Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-01T10:12:11.457Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-01T10:12:11.719Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-01T10:12:11.719Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-01T10:12:11.719Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-01T10:12:11.983Z] Executing busybox-1.35.0-r15.trigger [2022-08-01T10:12:11.983Z] OK: 8 MiB in 20 packages [2022-08-01T10:12:12.246Z] Removing intermediate container ee3c49a115f5 [2022-08-01T10:12:12.246Z] ---> fd63ad28743c [2022-08-01T10:12:12.246Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2022-08-01T10:12:12.507Z] ---> ca0a37403dc5 [2022-08-01T10:12:12.507Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2022-08-01T10:12:12.507Z] ---> 9e12cb08a784 [2022-08-01T10:12:12.507Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2022-08-01T10:12:13.077Z] ---> fcce78ed090f [2022-08-01T10:12:13.077Z] Step 20/25 : EXPOSE 59989 [2022-08-01T10:12:13.077Z] ---> Running in 784d7bdc42f9 [2022-08-01T10:12:13.337Z] Removing intermediate container 784d7bdc42f9 [2022-08-01T10:12:13.337Z] ---> c4c4fc3e080f [2022-08-01T10:12:13.337Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2022-08-01T10:12:13.337Z] ---> Running in 4db3dad186a9 [2022-08-01T10:12:13.337Z] Removing intermediate container 4db3dad186a9 [2022-08-01T10:12:13.337Z] ---> 0674b7d80658 [2022-08-01T10:12:13.337Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-08-01T10:12:13.337Z] ---> Running in 4872ddecf2ad [2022-08-01T10:12:13.597Z] Removing intermediate container 4872ddecf2ad [2022-08-01T10:12:13.597Z] ---> 41457757b347 [2022-08-01T10:12:13.597Z] Step 23/25 : LABEL arch=amd64 [2022-08-01T10:12:13.597Z] ---> Running in a2ac2c20d5be [2022-08-01T10:12:13.597Z] Removing intermediate container a2ac2c20d5be [2022-08-01T10:12:13.597Z] ---> fdcd2dd64a64 [2022-08-01T10:12:13.597Z] Step 24/25 : LABEL git_sha=f37344ea4f2695c5b9e08462d4b49dcd6391de29 [2022-08-01T10:12:13.597Z] ---> Running in 88fe43f4d0a1 [2022-08-01T10:12:13.858Z] Removing intermediate container 88fe43f4d0a1 [2022-08-01T10:12:13.858Z] ---> 823d80943f34 [2022-08-01T10:12:13.858Z] Step 25/25 : LABEL version=0.0.0 [2022-08-01T10:12:13.858Z] ---> Running in c3dab02074ae [2022-08-01T10:12:13.858Z] Removing intermediate container c3dab02074ae [2022-08-01T10:12:13.858Z] ---> 7dbab5f5e685 [2022-08-01T10:12:13.858Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-01T10:12:13.858Z] Successfully built 7dbab5f5e685 [2022-08-01T10:12:13.858Z] 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 [2022-08-01T10:12:14.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T10:12:14.706Z] [2022-08-01T10:12:14.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:12:15.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T10:12:15.084Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-01T10:12:15.084Z] 5eb5b503b376: Pulling fs layer [2022-08-01T10:12:15.084Z] 5c69ac0246d0: Pulling fs layer [2022-08-01T10:12:15.084Z] ec43610c2a17: Pulling fs layer [2022-08-01T10:12:15.084Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-01T10:12:15.084Z] 33b1e0a273af: Pulling fs layer [2022-08-01T10:12:15.084Z] 5d3b04190fa2: Pulling fs layer [2022-08-01T10:12:15.084Z] 2f39f015ded8: Pulling fs layer [2022-08-01T10:12:15.084Z] 33b1e0a273af: Waiting [2022-08-01T10:12:15.084Z] 5d3b04190fa2: Waiting [2022-08-01T10:12:15.084Z] 3a2ae6a8a46f: Waiting [2022-08-01T10:12:15.084Z] 5c69ac0246d0: Download complete [2022-08-01T10:12:15.346Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-01T10:12:15.346Z] 3a2ae6a8a46f: Download complete [2022-08-01T10:12:15.346Z] 33b1e0a273af: Verifying Checksum [2022-08-01T10:12:15.346Z] 33b1e0a273af: Download complete [2022-08-01T10:12:15.346Z] 5d3b04190fa2: Download complete [2022-08-01T10:12:15.346Z] ec43610c2a17: Verifying Checksum [2022-08-01T10:12:15.346Z] ec43610c2a17: Download complete [2022-08-01T10:12:15.610Z] 5eb5b503b376: Verifying Checksum [2022-08-01T10:12:15.610Z] 5eb5b503b376: Download complete [2022-08-01T10:12:16.182Z] 2f39f015ded8: Download complete [2022-08-01T10:12:16.752Z] 5eb5b503b376: Pull complete [2022-08-01T10:12:16.752Z] 5c69ac0246d0: Pull complete [2022-08-01T10:12:17.320Z] ec43610c2a17: Pull complete [2022-08-01T10:12:17.320Z] 3a2ae6a8a46f: Pull complete [2022-08-01T10:12:17.579Z] 33b1e0a273af: Pull complete [2022-08-01T10:12:17.579Z] 5d3b04190fa2: Pull complete [2022-08-01T10:12:21.769Z] 2f39f015ded8: Pull complete [2022-08-01T10:12:21.769Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-01T10:12:21.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T10:12:21.769Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:12:21.992Z] prd-ubuntu20.04-docker-8c-8g-21667 does not seem to be running inside a container [2022-08-01T10:12:22.028Z] $ 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-103 -v /w/workspace/undry_device-rfid-llrp-go_PR-103:/w/workspace/undry_device-rfid-llrp-go_PR-103:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-01T10:12:23.726Z] $ docker top 37f26c81f367352b2ec94f032a0c4c67de67aeaa9d8c19e31a23a34ee78d2927 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:12:24.201Z] ---> job-cost.sh [2022-08-01T10:12:24.201Z] lf-activate-venv: SKIPPING [2022-08-01T10:12:24.201Z] INFO: No Stack... [2022-08-01T10:12:24.470Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-01T10:12:25.042Z] INFO: Archiving Costs [Pipeline] sh [2022-08-01T10:12:25.370Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-103/archives/cost.csv [2022-08-01T10:12:25.371Z] + cut -d, -f6 [Pipeline] lock [2022-08-01T10:12:25.413Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] [2022-08-01T10:12:25.417Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] did not exist. Created. [2022-08-01T10:12:25.418Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-01T10:12:25.873Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-01T10:12:25.934Z] Stashed 1 file(s) [Pipeline] } [2022-08-01T10:12:25.962Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-01T10:12:26.059Z] $ docker stop --time=1 37f26c81f367352b2ec94f032a0c4c67de67aeaa9d8c19e31a23a34ee78d2927 [2022-08-01T10:12:27.288Z] $ docker rm -f 37f26c81f367352b2ec94f032a0c4c67de67aeaa9d8c19e31a23a34ee78d2927 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-01T10:12:34.449Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21668 in /w/workspace/undry_device-rfid-llrp-go_PR-103 [Pipeline] { [Pipeline] ws [2022-08-01T10:12:34.489Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2022-08-01T10:12:34.559Z] Selected Git installation does not exist. Using Default [2022-08-01T10:12:34.559Z] The recommended git tool is: NONE [2022-08-01T10:12:39.312Z] using credential edgex-jenkins-ssh [2022-08-01T10:12:39.328Z] Cloning the remote Git repository [2022-08-01T10:12:39.386Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-08-01T10:12:39.458Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2022-08-01T10:12:39.550Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-08-01T10:12:39.551Z] > git --version # timeout=10 [2022-08-01T10:12:39.571Z] > git --version # 'git version 2.25.1' [2022-08-01T10:12:39.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-01T10:12:39.665Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-01T10:12:40.667Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2022-08-01T10:12:40.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-01T10:12:40.714Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2022-08-01T10:12:40.756Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-08-01T10:12:40.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-01T10:12:41.199Z] Merging remotes/origin/main commit 5edf93054b7fac81efc4a068ae801689f0a9bfbc into PR head commit f37344ea4f2695c5b9e08462d4b49dcd6391de29 [2022-08-01T10:12:41.427Z] Merge succeeded, producing f37344ea4f2695c5b9e08462d4b49dcd6391de29 [2022-08-01T10:12:41.428Z] Checking out Revision f37344ea4f2695c5b9e08462d4b49dcd6391de29 (PR-103) [2022-08-01T10:12:40.771Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/103/head:refs/remotes/origin/PR-103 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-01T10:12:41.219Z] > git config core.sparsecheckout # timeout=10 [2022-08-01T10:12:41.236Z] > git checkout -f f37344ea4f2695c5b9e08462d4b49dcd6391de29 # timeout=10 [2022-08-01T10:12:41.341Z] > git remote # timeout=10 [2022-08-01T10:12:41.359Z] > git config --get remote.origin.url # timeout=10 [2022-08-01T10:12:41.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-01T10:12:41.390Z] > git merge 5edf93054b7fac81efc4a068ae801689f0a9bfbc # timeout=10 [2022-08-01T10:12:41.416Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-01T10:12:41.437Z] > git config core.sparsecheckout # timeout=10 [2022-08-01T10:12:41.453Z] > git checkout -f f37344ea4f2695c5b9e08462d4b49dcd6391de29 # timeout=10 [2022-08-01T10:12:45.680Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2022-08-01T10:12:45.739Z] > git --version # timeout=10 [2022-08-01T10:12:45.750Z] > git --version # 'git version 2.25.1' [2022-08-01T10:12:45.765Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-01T10:12:46.933Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-01T10:12:46.933Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-01T10:12:46.933Z] Dload Upload Total Spent Left Speed [2022-08-01T10:12:46.933Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 89362 0 --:--:-- --:--:-- --:--:-- 89362 [Pipeline] sh [2022-08-01T10:12:47.736Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-01T10:12:48.098Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-01T10:12:48.098Z] + sudo tee /etc/docker/daemon.new [2022-08-01T10:12:48.098Z] { [2022-08-01T10:12:48.098Z] "registry-mirrors": [ [2022-08-01T10:12:48.098Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-01T10:12:48.098Z] ], [2022-08-01T10:12:48.098Z] "bip": "10.250.0.254/24", [2022-08-01T10:12:48.098Z] "hosts": [ [2022-08-01T10:12:48.098Z] "tcp://0.0.0.0:5555", [2022-08-01T10:12:48.098Z] "unix:///var/run/docker.sock" [2022-08-01T10:12:48.098Z] ], [2022-08-01T10:12:48.098Z] "mtu": 1458, [2022-08-01T10:12:48.098Z] "selinux-enabled": true, [2022-08-01T10:12:48.098Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-01T10:12:48.098Z] } [Pipeline] sh [2022-08-01T10:12:48.456Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-01T10:12:48.820Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-01T10:13:07.244Z] provisioning config files... [2022-08-01T10:13:07.268Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config1392298570355471963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:13:07.670Z] ---> docker-login.sh [2022-08-01T10:13:07.670Z] nexus3.edgexfoundry.org:10001 [2022-08-01T10:13:08.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:13:08.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:13:08.541Z] Configure a credential helper to remove this warning. See [2022-08-01T10:13:08.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:13:08.541Z] [2022-08-01T10:13:08.541Z] Login Succeeded [2022-08-01T10:13:08.541Z] nexus3.edgexfoundry.org:10002 [2022-08-01T10:13:08.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:13:09.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:13:09.090Z] Configure a credential helper to remove this warning. See [2022-08-01T10:13:09.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:13:09.090Z] [2022-08-01T10:13:09.090Z] Login Succeeded [2022-08-01T10:13:09.090Z] nexus3.edgexfoundry.org:10003 [2022-08-01T10:13:09.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:13:09.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:13:09.371Z] Configure a credential helper to remove this warning. See [2022-08-01T10:13:09.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:13:09.371Z] [2022-08-01T10:13:09.371Z] Login Succeeded [2022-08-01T10:13:09.371Z] nexus3.edgexfoundry.org:10004 [2022-08-01T10:13:09.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:13:09.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:13:09.973Z] Configure a credential helper to remove this warning. See [2022-08-01T10:13:09.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:13:09.973Z] [2022-08-01T10:13:09.973Z] Login Succeeded [2022-08-01T10:13:09.973Z] docker.io [2022-08-01T10:13:10.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T10:13:10.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T10:13:10.516Z] Configure a credential helper to remove this warning. See [2022-08-01T10:13:10.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T10:13:10.516Z] [2022-08-01T10:13:10.516Z] Login Succeeded [2022-08-01T10:13:10.516Z] ---> docker-login.sh ends [Pipeline] } [2022-08-01T10:13:10.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-01T10:13:10.932Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T10:13:10.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T10:13:11.000Z] ========================================================= [2022-08-01T10:13:11.000Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-01T10:13:11.000Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:13:11.497Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-08-01T10:13:11.771Z] Sending build context to Docker daemon 1.224MB [2022-08-01T10:13:11.771Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T10:13:11.771Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-01T10:13:12.055Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-01T10:13:12.055Z] b3c136eddcbf: Pulling fs layer [2022-08-01T10:13:12.055Z] c0a3192eca97: Pulling fs layer [2022-08-01T10:13:12.055Z] a050256f5b6f: Pulling fs layer [2022-08-01T10:13:12.055Z] 656be50a0ddc: Pulling fs layer [2022-08-01T10:13:12.055Z] 2bbca73fdf42: Pulling fs layer [2022-08-01T10:13:12.055Z] 46d945488cbd: Pulling fs layer [2022-08-01T10:13:12.055Z] 8a5474983e97: Pulling fs layer [2022-08-01T10:13:12.055Z] 329c88fbcd65: Pulling fs layer [2022-08-01T10:13:12.055Z] 656be50a0ddc: Waiting [2022-08-01T10:13:12.055Z] 2bbca73fdf42: Waiting [2022-08-01T10:13:12.055Z] 46d945488cbd: Waiting [2022-08-01T10:13:12.055Z] 329c88fbcd65: Waiting [2022-08-01T10:13:12.055Z] 8a5474983e97: Waiting [2022-08-01T10:13:12.055Z] a050256f5b6f: Verifying Checksum [2022-08-01T10:13:12.055Z] a050256f5b6f: Download complete [2022-08-01T10:13:12.055Z] c0a3192eca97: Download complete [2022-08-01T10:13:12.055Z] 2bbca73fdf42: Verifying Checksum [2022-08-01T10:13:12.055Z] 2bbca73fdf42: Download complete [2022-08-01T10:13:12.055Z] 46d945488cbd: Verifying Checksum [2022-08-01T10:13:12.055Z] 46d945488cbd: Download complete [2022-08-01T10:13:12.055Z] b3c136eddcbf: Verifying Checksum [2022-08-01T10:13:12.055Z] b3c136eddcbf: Download complete [2022-08-01T10:13:13.059Z] b3c136eddcbf: Pull complete [2022-08-01T10:13:13.059Z] 329c88fbcd65: Verifying Checksum [2022-08-01T10:13:13.059Z] 329c88fbcd65: Download complete [2022-08-01T10:13:13.663Z] c0a3192eca97: Pull complete [2022-08-01T10:13:13.937Z] a050256f5b6f: Pull complete [2022-08-01T10:13:14.212Z] 8a5474983e97: Verifying Checksum [2022-08-01T10:13:14.212Z] 8a5474983e97: Download complete [2022-08-01T10:13:14.814Z] 656be50a0ddc: Verifying Checksum [2022-08-01T10:13:14.814Z] 656be50a0ddc: Download complete [2022-08-01T10:13:29.912Z] 656be50a0ddc: Pull complete [2022-08-01T10:13:29.912Z] 2bbca73fdf42: Pull complete [2022-08-01T10:13:29.912Z] 46d945488cbd: Pull complete [2022-08-01T10:13:34.232Z] 8a5474983e97: Pull complete [2022-08-01T10:13:37.645Z] 329c88fbcd65: Pull complete [2022-08-01T10:13:37.645Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-01T10:13:37.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-01T10:13:37.645Z] ---> ff4287adb874 [2022-08-01T10:13:37.645Z] Step 3/12 : ARG MAKE='make build' [2022-08-01T10:13:39.633Z] ---> Running in dacddc2bf6f8 [2022-08-01T10:13:39.633Z] Removing intermediate container dacddc2bf6f8 [2022-08-01T10:13:39.633Z] ---> 9b527447f989 [2022-08-01T10:13:39.633Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-01T10:13:39.633Z] ---> Running in 29f7a60ffdf9 [2022-08-01T10:13:39.908Z] Removing intermediate container 29f7a60ffdf9 [2022-08-01T10:13:39.908Z] ---> 4776d151bd18 [2022-08-01T10:13:39.908Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T10:13:39.908Z] ---> Running in f4507f9b940e [2022-08-01T10:13:40.181Z] Removing intermediate container f4507f9b940e [2022-08-01T10:13:40.181Z] ---> 5f9288048f15 [2022-08-01T10:13:40.181Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T10:13:40.457Z] ---> Running in c1575bac31a5 [2022-08-01T10:13:42.443Z] Removing intermediate container c1575bac31a5 [2022-08-01T10:13:42.443Z] ---> d6ee3add71b6 [2022-08-01T10:13:42.443Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T10:13:42.443Z] ---> Running in f63ab929bb8c [2022-08-01T10:13:43.040Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-01T10:13:44.020Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-01T10:13:45.005Z] OK: 221 MiB in 51 packages [2022-08-01T10:13:45.604Z] Removing intermediate container f63ab929bb8c [2022-08-01T10:13:45.604Z] ---> b13f71f5967b [2022-08-01T10:13:45.604Z] Step 8/12 : WORKDIR /app [2022-08-01T10:13:45.604Z] ---> Running in d71f9591f8dd [2022-08-01T10:13:45.879Z] Removing intermediate container d71f9591f8dd [2022-08-01T10:13:45.879Z] ---> 0fb5567e0686 [2022-08-01T10:13:45.879Z] Step 9/12 : COPY go.mod vendor* ./ [2022-08-01T10:13:46.480Z] ---> 6a736030faa6 [2022-08-01T10:13:46.480Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T10:13:46.480Z] ---> Running in 75edd6166309 [2022-08-01T10:14:33.482Z] Removing intermediate container 75edd6166309 [2022-08-01T10:14:33.482Z] ---> 0d7e49a4d19d [2022-08-01T10:14:33.482Z] Step 11/12 : COPY . . [2022-08-01T10:14:33.482Z] ---> f58e153742ec [2022-08-01T10:14:33.482Z] Step 12/12 : RUN $MAKE [2022-08-01T10:14:33.761Z] ---> Running in 2ae761e52e8d [2022-08-01T10:14:34.750Z] noop [2022-08-01T10:14:35.346Z] Removing intermediate container 2ae761e52e8d [2022-08-01T10:14:35.346Z] ---> b77e37832223 [2022-08-01T10:14:35.346Z] Successfully built b77e37832223 [2022-08-01T10:14:35.346Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:14:35.826Z] + docker inspect -f . ci-base-image-arm64 [2022-08-01T10:14:35.826Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:14:36.153Z] prd-ubuntu20.04-docker-arm64-4c-16g-21668 does not seem to be running inside a container [2022-08-01T10:14:36.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-01T10:14:37.520Z] $ docker top 3ec081101eefc93d35ac447b2ec50ce03bc527600f468ee756bb7828e62dc6ea -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T10:14:38.495Z] + go version [2022-08-01T10:14:38.495Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-01T10:14:38.533Z] $ docker stop --time=1 3ec081101eefc93d35ac447b2ec50ce03bc527600f468ee756bb7828e62dc6ea [2022-08-01T10:14:40.148Z] $ docker rm -f 3ec081101eefc93d35ac447b2ec50ce03bc527600f468ee756bb7828e62dc6ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:14:41.073Z] + docker inspect -f . ci-base-image-arm64 [2022-08-01T10:14:41.074Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:14:41.374Z] prd-ubuntu20.04-docker-arm64-4c-16g-21668 does not seem to be running inside a container [2022-08-01T10:14:41.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-01T10:14:42.719Z] $ docker top dc01e4ff87b2576f3794b473dcbf5ce49de5356c5cf8bd75757ea99e85617ef8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T10:14:43.669Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-01T10:14:44.401Z] + make test [2022-08-01T10:14:44.401Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-08-01T10:14:45.842Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2022-08-01T10:16:22.717Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2022-08-01T10:16:22.717Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2022-08-01T10:16:35.107Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 22.971s coverage: 39.3% of statements [2022-08-01T10:16:35.107Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.601s coverage: 51.9% of statements [2022-08-01T10:16:35.107Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.066s coverage: 96.4% of statements [2022-08-01T10:16:35.107Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-01T10:16:35.107Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-01T10:16:57.317Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-01T10:16:57.317Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-01T10:16:57.317Z] ./bin/test-attribution-txt.sh [2022-08-01T10:16:57.317Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-01T10:16:57.317Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-01T10:16:57.317Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-01T10:16:57.355Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-01T10:16:57.389Z] $ docker stop --time=1 dc01e4ff87b2576f3794b473dcbf5ce49de5356c5cf8bd75757ea99e85617ef8 [2022-08-01T10:16:59.143Z] $ docker rm -f dc01e4ff87b2576f3794b473dcbf5ce49de5356c5cf8bd75757ea99e85617ef8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-01T10:17:00.216Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-01T10:17:00.255Z] Warning: overwriting stash ‘coverage-report’ [2022-08-01T10:17:01.059Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-01T10:17:01.666Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-01T10:17:02.029Z] + ls -al . [2022-08-01T10:17:02.029Z] total 628 [2022-08-01T10:17:02.029Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 10:14 . [2022-08-01T10:17:02.029Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 10:12 .. [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 1 10:12 .dockerignore [2022-08-01T10:17:02.029Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 10:12 .git [2022-08-01T10:17:02.029Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 10:12 .github [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 1 10:12 .gitignore [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 1 10:12 .golangci.yml [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 10362 Aug 1 10:12 Attribution.txt [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 3740 Aug 1 10:12 CHANGELOG.md [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 1518 Aug 1 10:12 Dockerfile [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 1 10:12 GOVERNANCE.md [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 1 10:12 Jenkinsfile [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 1 10:12 LICENSE [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 2196 Aug 1 10:12 Makefile [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 1 10:12 OWNERS.md [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 28496 Aug 1 10:12 README.md [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 1 10:10 VERSION [2022-08-01T10:17:02.029Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 10:12 bin [2022-08-01T10:17:02.029Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 10:12 cmd [2022-08-01T10:17:02.029Z] -rw-r--r-- 1 jenkins jenkins 460394 Aug 1 10:16 coverage.out [2022-08-01T10:17:02.029Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 10:12 examples [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 3493 Aug 1 10:12 go.mod [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 36553 Aug 1 10:12 go.sum [2022-08-01T10:17:02.029Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 10:12 images [2022-08-01T10:17:02.029Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 1 10:12 internal [2022-08-01T10:17:02.029Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 10:12 snap [2022-08-01T10:17:02.029Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 1 10:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:17:02.469Z] + 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=f37344ea4f2695c5b9e08462d4b49dcd6391de29 --label arch=arm64 --label version=0.0.0 . [2022-08-01T10:17:02.752Z] Sending build context to Docker daemon 1.224MB [2022-08-01T10:17:03.026Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T10:17:03.026Z] Step 2/25 : FROM ${BASE} AS builder [2022-08-01T10:17:03.026Z] ---> b77e37832223 [2022-08-01T10:17:03.026Z] Step 3/25 : ARG MAKE='make build' [2022-08-01T10:17:03.026Z] ---> Running in ee4b78a04d58 [2022-08-01T10:17:03.308Z] Removing intermediate container ee4b78a04d58 [2022-08-01T10:17:03.308Z] ---> 1edb4261d9ec [2022-08-01T10:17:03.308Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-01T10:17:03.308Z] ---> Running in 40f8f7dfb470 [2022-08-01T10:17:03.911Z] Removing intermediate container 40f8f7dfb470 [2022-08-01T10:17:03.911Z] ---> e6f91f2ef07e [2022-08-01T10:17:03.911Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T10:17:03.911Z] ---> Running in 128fdea02762 [2022-08-01T10:17:04.185Z] Removing intermediate container 128fdea02762 [2022-08-01T10:17:04.185Z] ---> 326c2a89ecd2 [2022-08-01T10:17:04.185Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T10:17:04.185Z] ---> Running in 8e454129a56f [2022-08-01T10:17:05.630Z] Removing intermediate container 8e454129a56f [2022-08-01T10:17:05.630Z] ---> 817a4e164a0d [2022-08-01T10:17:05.630Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T10:17:05.915Z] ---> Running in e4576f571437 [2022-08-01T10:17:06.912Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-01T10:17:07.892Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-01T10:17:08.877Z] OK: 221 MiB in 51 packages [2022-08-01T10:17:09.474Z] Removing intermediate container e4576f571437 [2022-08-01T10:17:09.474Z] ---> 3fd274b8e6b9 [2022-08-01T10:17:09.474Z] Step 8/25 : WORKDIR /app [2022-08-01T10:17:09.474Z] ---> Running in 1e8e02b75afe [2022-08-01T10:17:09.746Z] Removing intermediate container 1e8e02b75afe [2022-08-01T10:17:09.746Z] ---> a29ad8c3b24f [2022-08-01T10:17:09.746Z] Step 9/25 : COPY go.mod vendor* ./ [2022-08-01T10:17:10.350Z] ---> d333370c9f1d [2022-08-01T10:17:10.350Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T10:17:10.350Z] ---> Running in da350e54b417 [2022-08-01T10:17:12.335Z] Removing intermediate container da350e54b417 [2022-08-01T10:17:12.335Z] ---> b955067762bb [2022-08-01T10:17:12.335Z] Step 11/25 : COPY . . [2022-08-01T10:17:13.316Z] ---> 785a82906c64 [2022-08-01T10:17:13.316Z] Step 12/25 : RUN $MAKE [2022-08-01T10:17:13.316Z] ---> Running in 6b338a135c77 [2022-08-01T10:17:14.313Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.18 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2022-08-01T10:19:21.214Z] Removing intermediate container 6b338a135c77 [2022-08-01T10:19:21.214Z] ---> f635661bb8dd [2022-08-01T10:19:21.214Z] Step 13/25 : FROM alpine:3.16 [2022-08-01T10:19:21.214Z] 3.16: Pulling from library/alpine [2022-08-01T10:19:21.214Z] f97344484467: Pulling fs layer [2022-08-01T10:19:21.214Z] f97344484467: Download complete [2022-08-01T10:19:21.214Z] f97344484467: Pull complete [2022-08-01T10:19:21.214Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-01T10:19:21.214Z] Status: Downloaded newer image for alpine:3.16 [2022-08-01T10:19:21.214Z] ---> 3d81c46cd875 [2022-08-01T10:19:21.214Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-01T10:19:21.214Z] ---> Running in d6088f999959 [2022-08-01T10:19:21.214Z] Removing intermediate container d6088f999959 [2022-08-01T10:19:21.214Z] ---> da25574038ab [2022-08-01T10:19:21.214Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T10:19:21.214Z] ---> Running in 3dfaaec5130c [2022-08-01T10:19:21.214Z] Removing intermediate container 3dfaaec5130c [2022-08-01T10:19:21.214Z] ---> 87e395745533 [2022-08-01T10:19:21.214Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-01T10:19:21.214Z] ---> Running in 9eced32808cf [2022-08-01T10:19:21.810Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-01T10:19:22.785Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-01T10:19:23.379Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-01T10:19:23.650Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-01T10:19:23.650Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-01T10:19:23.650Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-01T10:19:23.922Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-01T10:19:23.922Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-01T10:19:24.195Z] Executing busybox-1.35.0-r15.trigger [2022-08-01T10:19:24.195Z] OK: 8 MiB in 20 packages [2022-08-01T10:19:25.177Z] Removing intermediate container 9eced32808cf [2022-08-01T10:19:25.178Z] ---> f960908a040e [2022-08-01T10:19:25.178Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2022-08-01T10:19:25.455Z] ---> 2676b4f8a496 [2022-08-01T10:19:25.455Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2022-08-01T10:19:26.049Z] ---> 20d2e1934f43 [2022-08-01T10:19:26.049Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2022-08-01T10:19:27.493Z] ---> 7bc6e1f9f6de [2022-08-01T10:19:27.493Z] Step 20/25 : EXPOSE 59989 [2022-08-01T10:19:27.493Z] ---> Running in b1b3ac93e3e8 [2022-08-01T10:19:28.090Z] Removing intermediate container b1b3ac93e3e8 [2022-08-01T10:19:28.090Z] ---> 2310c9cca6a0 [2022-08-01T10:19:28.090Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2022-08-01T10:19:28.090Z] ---> Running in 23895cc7049f [2022-08-01T10:19:28.364Z] Removing intermediate container 23895cc7049f [2022-08-01T10:19:28.364Z] ---> 9c211bc16053 [2022-08-01T10:19:28.364Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-08-01T10:19:28.364Z] ---> Running in aa449b847d1d [2022-08-01T10:19:28.643Z] Removing intermediate container aa449b847d1d [2022-08-01T10:19:28.643Z] ---> 9e063d53d7fb [2022-08-01T10:19:28.643Z] Step 23/25 : LABEL arch=arm64 [2022-08-01T10:19:28.643Z] ---> Running in 314c35491c61 [2022-08-01T10:19:28.915Z] Removing intermediate container 314c35491c61 [2022-08-01T10:19:28.915Z] ---> 69100723f51d [2022-08-01T10:19:28.915Z] Step 24/25 : LABEL git_sha=f37344ea4f2695c5b9e08462d4b49dcd6391de29 [2022-08-01T10:19:29.188Z] ---> Running in de93b395ea12 [2022-08-01T10:19:29.463Z] Removing intermediate container de93b395ea12 [2022-08-01T10:19:29.463Z] ---> aa4409e94b60 [2022-08-01T10:19:29.463Z] Step 25/25 : LABEL version=0.0.0 [2022-08-01T10:19:29.463Z] ---> Running in c5c944dee6cb [2022-08-01T10:19:29.736Z] Removing intermediate container c5c944dee6cb [2022-08-01T10:19:29.736Z] ---> cf5e961c4931 [2022-08-01T10:19:29.736Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-01T10:19:29.736Z] Successfully built cf5e961c4931 [2022-08-01T10:19:29.736Z] 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 [2022-08-01T10:19:30.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-01T10:19:30.589Z] [2022-08-01T10:19:30.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:19:30.996Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-01T10:19:31.271Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-01T10:19:31.271Z] 8998bd30e6a1: Pulling fs layer [2022-08-01T10:19:31.271Z] 04944245beec: Pulling fs layer [2022-08-01T10:19:31.271Z] 699f458cf7ca: Pulling fs layer [2022-08-01T10:19:31.271Z] 765212b225bb: Pulling fs layer [2022-08-01T10:19:31.271Z] f23df028b6ca: Pulling fs layer [2022-08-01T10:19:31.271Z] d65c8cfc05b1: Pulling fs layer [2022-08-01T10:19:31.271Z] 2437ff75d9bd: Pulling fs layer [2022-08-01T10:19:31.271Z] f23df028b6ca: Waiting [2022-08-01T10:19:31.271Z] d65c8cfc05b1: Waiting [2022-08-01T10:19:31.271Z] 765212b225bb: Waiting [2022-08-01T10:19:31.271Z] 2437ff75d9bd: Waiting [2022-08-01T10:19:31.271Z] 04944245beec: Verifying Checksum [2022-08-01T10:19:31.271Z] 04944245beec: Download complete [2022-08-01T10:19:31.271Z] 765212b225bb: Verifying Checksum [2022-08-01T10:19:31.271Z] 765212b225bb: Download complete [2022-08-01T10:19:31.271Z] f23df028b6ca: Verifying Checksum [2022-08-01T10:19:31.271Z] f23df028b6ca: Download complete [2022-08-01T10:19:31.271Z] d65c8cfc05b1: Verifying Checksum [2022-08-01T10:19:31.271Z] d65c8cfc05b1: Download complete [2022-08-01T10:19:31.547Z] 699f458cf7ca: Verifying Checksum [2022-08-01T10:19:31.547Z] 699f458cf7ca: Download complete [2022-08-01T10:19:31.822Z] 8998bd30e6a1: Verifying Checksum [2022-08-01T10:19:31.822Z] 8998bd30e6a1: Download complete [2022-08-01T10:19:34.456Z] 2437ff75d9bd: Verifying Checksum [2022-08-01T10:19:34.456Z] 2437ff75d9bd: Download complete [2022-08-01T10:19:36.437Z] 8998bd30e6a1: Pull complete [2022-08-01T10:19:36.711Z] 04944245beec: Pull complete [2022-08-01T10:19:38.143Z] 699f458cf7ca: Pull complete [2022-08-01T10:19:38.416Z] 765212b225bb: Pull complete [2022-08-01T10:19:39.014Z] f23df028b6ca: Pull complete [2022-08-01T10:19:39.288Z] d65c8cfc05b1: Pull complete [2022-08-01T10:19:54.374Z] 2437ff75d9bd: Pull complete [2022-08-01T10:19:54.374Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-01T10:19:54.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-01T10:19:54.374Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:19:54.759Z] prd-ubuntu20.04-docker-arm64-4c-16g-21668 does not seem to be running inside a container [2022-08-01T10:19:54.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-01T10:19:57.372Z] $ docker top 089001a1d67c062f39312f10f67b4c516bdb7e8b336ec7720076e97da1f56e0a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:19:58.355Z] ---> job-cost.sh [2022-08-01T10:19:58.355Z] lf-activate-venv: SKIPPING [2022-08-01T10:19:58.355Z] INFO: No Stack... [2022-08-01T10:19:58.626Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-01T10:19:59.601Z] INFO: Archiving Costs [Pipeline] sh [2022-08-01T10:20:00.272Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv+ [2022-08-01T10:20:00.272Z] cut -d, -f6 [Pipeline] lock [2022-08-01T10:20:00.361Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] [2022-08-01T10:20:00.365Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] did not exist. Created. [2022-08-01T10:20:00.366Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-01T10:20:01.140Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-f9226b72/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-01T10:20:01.844Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-01T10:20:01.883Z] Warning: overwriting stash ‘stack-cost’ [2022-08-01T10:20:01.940Z] Stashed 1 file(s) [Pipeline] } [2022-08-01T10:20:01.955Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-103-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-01T10:20:02.037Z] $ docker stop --time=1 089001a1d67c062f39312f10f67b4c516bdb7e8b336ec7720076e97da1f56e0a [2022-08-01T10:20:03.545Z] $ docker rm -f 089001a1d67c062f39312f10f67b4c516bdb7e8b336ec7720076e97da1f56e0a [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 [2022-08-01T10:20:04.561Z] provisioning config files... [2022-08-01T10:20:04.573Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/config1003594214781921229tmp [Pipeline] { [Pipeline] sh [2022-08-01T10:20:04.906Z] + set +x [2022-08-01T10:20:04.906Z] + bash -s -- [2022-08-01T10:20:04.906Z] + curl -s https://codecov.io/bash [2022-08-01T10:20:04.906Z] [2022-08-01T10:20:04.906Z] _____ _ [2022-08-01T10:20:04.906Z] / ____| | | [2022-08-01T10:20:04.906Z] | | ___ __| | ___ ___ _____ __ [2022-08-01T10:20:04.906Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-01T10:20:04.906Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-01T10:20:04.906Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-01T10:20:04.906Z] Bash-1.0.6 [2022-08-01T10:20:04.906Z] [2022-08-01T10:20:04.906Z] [2022-08-01T10:20:04.906Z] ==> git version 2.25.1 found [2022-08-01T10:20:04.906Z] ==> 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 [2022-08-01T10:20:04.906Z] Release-Date: 2020-01-08 [2022-08-01T10:20:04.906Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-01T10:20:04.906Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-01T10:20:04.906Z] ==> Jenkins CI detected. [2022-08-01T10:20:04.906Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-103 [2022-08-01T10:20:04.906Z] project root: . [2022-08-01T10:20:04.906Z] --> token set from env [2022-08-01T10:20:04.906Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-01T10:20:04.906Z] ==> Running gcov in . (disable via -X gcov) [2022-08-01T10:20:04.906Z] ==> Python coveragepy not found [2022-08-01T10:20:04.906Z] ==> Searching for coverage reports in: [2022-08-01T10:20:04.906Z] + . [2022-08-01T10:20:04.906Z] -> Found 1 reports [2022-08-01T10:20:04.906Z] ==> Detecting git/mercurial file structure [2022-08-01T10:20:04.906Z] ==> Reading reports [2022-08-01T10:20:04.906Z] + ./coverage.out bytes=460394 [2022-08-01T10:20:04.906Z] ==> Appending adjustments [2022-08-01T10:20:04.906Z] https://docs.codecov.io/docs/fixing-reports [2022-08-01T10:20:05.167Z] + Found adjustments [2022-08-01T10:20:05.167Z] ==> Gzipping contents [2022-08-01T10:20:05.167Z] 52K /tmp/codecov.t4AihJ.gz [2022-08-01T10:20:05.167Z] ==> Uploading reports [2022-08-01T10:20:05.167Z] url: https://codecov.io [2022-08-01T10:20:05.167Z] query: branch=PR-103&commit=f37344ea4f2695c5b9e08462d4b49dcd6391de29&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-103%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=103&job=&cmd_args= [2022-08-01T10:20:05.167Z] -> Pinging Codecov [2022-08-01T10:20:05.167Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-103&commit=f37344ea4f2695c5b9e08462d4b49dcd6391de29&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-103%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=103&job=&cmd_args= [2022-08-01T10:20:05.738Z] -> Uploading to [2022-08-01T10:20:05.738Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-01/581DD39554BDF9B6E22D074273EAD858/f37344ea4f2695c5b9e08462d4b49dcd6391de29/26a8b537-7844-4b4f-aefc-d0b7960d9fdd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220801%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220801T102005Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a953d8412d002abf81001b67a3e20f18f509d8a4a861d3cc176f1094de333abd [2022-08-01T10:20:05.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-01T10:20:05.738Z] Dload Upload Total Spent Left Speed [2022-08-01T10:20:06.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51723 0 0 100 51723 0 198k --:--:-- --:--:-- --:--:-- 198k [2022-08-01T10:20:06.001Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/f37344ea4f2695c5b9e08462d4b49dcd6391de29 [Pipeline] } [2022-08-01T10:20:06.028Z] 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 [2022-08-01T10:20:07.820Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-103/archives ] [2022-08-01T10:20:07.820Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-103/archives [2022-08-01T10:20:07.820Z] total 16 [2022-08-01T10:20:07.820Z] drwxr-xr-x 3 root root 4096 Aug 1 10:12 . [2022-08-01T10:20:07.820Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 1 10:12 .. [2022-08-01T10:20:07.820Z] drwxr-xr-x 2 root root 4096 Aug 1 10:12 cost [2022-08-01T10:20:07.820Z] -rw-r--r-- 1 root root 91 Aug 1 10:12 cost.csv [2022-08-01T10:20:07.820Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-103/archives [2022-08-01T10:20:07.820Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-103/archives [2022-08-01T10:20:07.820Z] total 16 [2022-08-01T10:20:07.820Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 10:12 . [2022-08-01T10:20:07.820Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 1 10:12 .. [2022-08-01T10:20:07.821Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 1 10:12 cost [2022-08-01T10:20:07.821Z] -rw-r--r-- 1 jenkins jenkins 91 Aug 1 10:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:08.208Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:09.112Z] ---> package-listing.sh [2022-08-01T10:20:09.112Z] ++ facter osfamily [2022-08-01T10:20:09.112Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-01T10:20:09.374Z] + OS_FAMILY=debian [2022-08-01T10:20:09.374Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-103 [2022-08-01T10:20:09.374Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-01T10:20:09.374Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-01T10:20:09.374Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-01T10:20:09.374Z] + PACKAGES=/tmp/packages_start.txt [2022-08-01T10:20:09.374Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-103 ']' [2022-08-01T10:20:09.374Z] + PACKAGES=/tmp/packages_end.txt [2022-08-01T10:20:09.374Z] + case "${OS_FAMILY}" in [2022-08-01T10:20:09.374Z] + dpkg -l [2022-08-01T10:20:09.374Z] + grep '^ii' [2022-08-01T10:20:09.374Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-01T10:20:09.374Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-01T10:20:09.374Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-01T10:20:09.374Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-103 ']' [2022-08-01T10:20:09.374Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-103/archives/ [2022-08-01T10:20:09.374Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-103/archives/ [Pipeline] echo [2022-08-01T10:20:09.408Z] 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-103/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-01T10:20:09.711Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T10:20:10.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T10:20:10.096Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T10:20:10.257Z] prd-ubuntu20.04-docker-8c-8g-21667 does not seem to be running inside a container [2022-08-01T10:20:10.297Z] $ 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-103/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-103 -v /w/workspace/undry_device-rfid-llrp-go_PR-103:/w/workspace/undry_device-rfid-llrp-go_PR-103:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-01T10:20:10.549Z] $ docker top f9518cbc79fb83ae06c541767a51c22335dd4cc1336866e698ca18f014346c5f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T10:20:10.948Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-01T10:20:11.255Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-01T10:20:11.567Z] + ls /var/log/sa-host [2022-08-01T10:20:11.567Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-01T10:20:11.792Z] provisioning config files... [2022-08-01T10:20:11.802Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-103@tmp/config6250498730139464804tmp [Pipeline] { [Pipeline] echo [2022-08-01T10:20:11.856Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:12.171Z] ---> create-netrc.sh [Pipeline] } [2022-08-01T10:20:12.203Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:12.598Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-01T10:20:12.635Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:12.948Z] ---> sudo-logs.sh [2022-08-01T10:20:12.948Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-01T10:20:13.035Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:13.349Z] ---> job-cost.sh [2022-08-01T10:20:13.349Z] lf-activate-venv: SKIPPING [2022-08-01T10:20:13.349Z] DEBUG: total: 0.2199999988079071 [2022-08-01T10:20:13.349Z] INFO: Retrieving Stack Cost... [2022-08-01T10:20:13.923Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-01T10:20:14.184Z] INFO: Archiving Costs [Pipeline] echo [2022-08-01T10:20:14.221Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T10:20:14.534Z] ---> logs-deploy.sh [2022-08-01T10:20:14.534Z] lf-activate-venv: SKIPPING [2022-08-01T10:20:14.534Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-103/1 [2022-08-01T10:20:14.534Z] INFO: archiving workspace using pattern(s): [2022-08-01T10:20:15.476Z] Archives upload complete. [2022-08-01T10:20:15.476Z] INFO: archiving logs to Nexus