Pull request #218 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 63956fdf7eca6369faead5fb29641ecebe1bf71e+6e4500d7246dada94f826fd10aec60271f103086 (e28c445ab115c89516ba99325757b24cd9382dba) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14545588818089181977.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13440629009594696363.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9739228281147084241.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16521621233198685988.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6305050956783362422.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-218/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-218/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10703221533004540356.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-12572 in /w/workspace/undry_device-rfid-llrp-go_PR-218 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/undry_device-rfid-llrp-go_PR-218 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 6e4500d7246dada94f826fd10aec60271f103086 into PR head commit 63956fdf7eca6369faead5fb29641ecebe1bf71e Merge succeeded, producing 63956fdf7eca6369faead5fb29641ecebe1bf71e Checking out Revision 63956fdf7eca6369faead5fb29641ecebe1bf71e (PR-218) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/218/head:refs/remotes/origin/PR-218 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6e4500d7246dada94f826fd10aec60271f103086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:02:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:02:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:02:39 ========================================================= 11:02:39 EdgeX Global Pipelines Version Info 11:02:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:02:40 ------------------- 11:02:40 stable info: 11:02:40 ------------------- 11:02:40 Commited By: Bill Mahoney bill.mahoney@intel.com 11:02:40 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:02:40 Message: update stable to v1.0.248 11:02:41 ------------------- 11:02:41 experimental info: 11:02:41 ------------------- 11:02:41 Commited By: **** collab-it+edgex@linuxfoundation.org 11:02:41 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 11:02:41 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:02:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-218 [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-218 [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-218 [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63956fd [Pipeline] echo 11:02:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:02:42 provisioning config files... 11:02:42 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config15224283688722458993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:43 ---> docker-login.sh 11:02:43 nexus3.edgexfoundry.org:10001 11:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:43 Configure a credential helper to remove this warning. See 11:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:43 11:02:43 Login Succeeded 11:02:43 nexus3.edgexfoundry.org:10002 11:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:43 Configure a credential helper to remove this warning. See 11:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:43 11:02:43 Login Succeeded 11:02:43 nexus3.edgexfoundry.org:10003 11:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:44 Configure a credential helper to remove this warning. See 11:02:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:44 11:02:44 Login Succeeded 11:02:44 nexus3.edgexfoundry.org:10004 11:02:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:44 Configure a credential helper to remove this warning. See 11:02:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:44 11:02:44 Login Succeeded 11:02:44 docker.io 11:02:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:44 Configure a credential helper to remove this warning. See 11:02:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:44 11:02:44 Login Succeeded 11:02:44 ---> docker-login.sh ends [Pipeline] } 11:02:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:02:44 + git rev-list -1 --merges 63956fdf7eca6369faead5fb29641ecebe1bf71e~1..63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo 11:02:44 -----------> git rev-list -1 --merges 63956fdf7eca6369faead5fb29641ecebe1bf71e~1..63956fdf7eca6369faead5fb29641ecebe1bf71e 63956fdf7eca6369faead5fb29641ecebe1bf71e [false] [Pipeline] sh 11:02:45 + git log --format=format:%s -1 63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo 11:02:45 ========================================================= 11:02:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:02:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:02:45 + git log --format=format:%s -1 63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] echo 11:02:45 [semverPrep] GIT_COMMIT: 63956fdf7eca6369faead5fb29641ecebe1bf71e, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 11:02:45 [semverPrep] This is not a build commit. [Pipeline] sh 11:02:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:02:46 + grep -v github /etc/ssh/ssh_known_hosts 11:02:46 + [ -e /tmp/ssh_known_hosts ] 11:02:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:02:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:02:46 + sudo tee -a /etc/ssh/ssh_known_hosts 11:02:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:02:46 11:02:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:02:47 0.1.4: Pulling from edgex-devops/py-git-semver 11:02:47 b85a868b505f: Pulling fs layer 11:02:47 e2be974225ed: Pulling fs layer 11:02:47 339a4e72a1f5: Pulling fs layer 11:02:47 988bab9f4d93: Pulling fs layer 11:02:47 1469e6f7b9e6: Pulling fs layer 11:02:47 eaf3925da568: Pulling fs layer 11:02:47 bab4dde63d76: Pulling fs layer 11:02:47 bde34c3a00c8: Pulling fs layer 11:02:47 b352a97aabf1: Pulling fs layer 11:02:47 4872d77fe225: Pulling fs layer 11:02:47 5851b861e8e6: Pulling fs layer 11:02:47 bab4dde63d76: Waiting 11:02:47 bde34c3a00c8: Waiting 11:02:47 b352a97aabf1: Waiting 11:02:47 4872d77fe225: Waiting 11:02:47 5851b861e8e6: Waiting 11:02:47 988bab9f4d93: Waiting 11:02:47 1469e6f7b9e6: Waiting 11:02:47 eaf3925da568: Waiting 11:02:47 e2be974225ed: Download complete 11:02:47 988bab9f4d93: Verifying Checksum 11:02:47 988bab9f4d93: Download complete 11:02:47 1469e6f7b9e6: Verifying Checksum 11:02:47 1469e6f7b9e6: Download complete 11:02:47 eaf3925da568: Download complete 11:02:47 339a4e72a1f5: Verifying Checksum 11:02:47 339a4e72a1f5: Download complete 11:02:47 b352a97aabf1: Verifying Checksum 11:02:47 b352a97aabf1: Download complete 11:02:47 4872d77fe225: Verifying Checksum 11:02:47 4872d77fe225: Download complete 11:02:47 5851b861e8e6: Verifying Checksum 11:02:47 5851b861e8e6: Download complete 11:02:47 b85a868b505f: Verifying Checksum 11:02:47 b85a868b505f: Download complete 11:02:47 bab4dde63d76: Verifying Checksum 11:02:47 bab4dde63d76: Download complete 11:02:48 b85a868b505f: Pull complete 11:02:48 e2be974225ed: Pull complete 11:02:49 339a4e72a1f5: Pull complete 11:02:49 988bab9f4d93: Pull complete 11:02:49 1469e6f7b9e6: Pull complete 11:02:49 eaf3925da568: Pull complete 11:02:51 bab4dde63d76: Pull complete 11:02:51 bde34c3a00c8: Pull complete 11:02:51 b352a97aabf1: Pull complete 11:02:51 4872d77fe225: Pull complete 11:02:51 5851b861e8e6: Pull complete 11:02:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:02:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:51 prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container 11:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:02:55 $ docker top 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 -eo pid,comm 11:02:56 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). 11:02:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:02:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:02:56 [ssh-agent] Looking for ssh-agent implementation... 11:02:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:02:56 $ docker exec 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent 11:02:56 SSH_AUTH_SOCK=/tmp/ssh-iKEVUDGtJRjJ/agent.32 11:02:56 SSH_AGENT_PID=38 11:02:56 Running ssh-add (command line suppressed) 11:02:56 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_16574175581583486927.key (/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_16574175581583486927.key) 11:02:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:02:56 + git tag --points-at HEAD [Pipeline] } 11:02:56 $ docker exec --env ******** --env ******** 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent -k 11:02:56 unset SSH_AUTH_SOCK; 11:02:56 unset SSH_AGENT_PID; 11:02:56 echo Agent pid 38 killed; 11:02:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:02:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:02:57 [ssh-agent] Looking for ssh-agent implementation... 11:02:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:02:57 $ docker exec 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent 11:02:57 SSH_AUTH_SOCK=/tmp/ssh-cdpAI5kNLBuJ/agent.71 11:02:57 SSH_AGENT_PID=77 11:02:57 Running ssh-add (command line suppressed) 11:02:57 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_17443036551949741469.key (/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/private_key_17443036551949741469.key) 11:02:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:02:57 + git semver init 11:02:57 2023-05-03 11:02:57,865 [run_init] DEBUG init version:0.0.0 force:False 11:02:57 2023-05-03 11:02:57,866 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver 11:02:57 2023-05-03 11:02:57,866 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-218/.semver 11:02:57 2023-05-03 11:02:57,867 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-218, universal_newlines=False, shell=None, istream=None) 11:02:58 2023-05-03 11:02:58,683 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-218/.git/info/exclude 11:02:58 2023-05-03 11:02:58,683 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver/PR-218 with force:False 11:02:58 2023-05-03 11:02:58,683 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver/PR-218 11:02:58 2023-05-03 11:02:58,688 [execute] INFO git cat-file --batch-check 11:02:58 2023-05-03 11:02:58,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver, universal_newlines=False, shell=None, istream=) 11:02:58 2023-05-03 11:02:58,694 [execute] INFO git cat-file --batch 11:02:58 2023-05-03 11:02:58,694 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-218/.semver, universal_newlines=False, shell=None, istream=) 11:02:58 2023-05-03 11:02:58,699 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-218/.semver/PR-218 11:02:58 0.0.0 [Pipeline] } 11:02:58 $ docker exec --env ******** --env ******** 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 ssh-agent -k 11:02:59 unset SSH_AUTH_SOCK; 11:02:59 unset SSH_AGENT_PID; 11:02:59 echo Agent pid 77 killed; 11:02:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:02:59 + git semver [Pipeline] } 11:02:59 $ docker stop --time=1 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 11:03:01 $ docker rm -f --volumes 248ca0567777f621da354ebbe58a837843ae92e107e68a1585cb6fd5a327d299 [Pipeline] // withDockerContainer [Pipeline] sh 11:03:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:03:01 Stashed 1 file(s) [Pipeline] echo 11:03:01 [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 11:03:02 provisioning config files... 11:03:02 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config15568354627602852542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:03:02 ---> docker-login.sh 11:03:02 nexus3.edgexfoundry.org:10001 11:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:02 Configure a credential helper to remove this warning. See 11:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:02 11:03:02 Login Succeeded 11:03:02 nexus3.edgexfoundry.org:10002 11:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:02 Configure a credential helper to remove this warning. See 11:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:02 11:03:02 Login Succeeded 11:03:02 nexus3.edgexfoundry.org:10003 11:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:02 Configure a credential helper to remove this warning. See 11:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:02 11:03:02 Login Succeeded 11:03:02 nexus3.edgexfoundry.org:10004 11:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:02 Configure a credential helper to remove this warning. See 11:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:02 11:03:02 Login Succeeded 11:03:02 docker.io 11:03:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:03 Configure a credential helper to remove this warning. See 11:03:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:03 11:03:03 Login Succeeded 11:03:03 ---> docker-login.sh ends [Pipeline] } 11:03:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:03:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:03:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:03:03 ========================================================= 11:03:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:03:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:04 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:03:04 Sending build context to Docker daemon 4.229MB 11:03:04 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:03:04 Step 2/12 : FROM ${BASE} AS builder 11:03:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:03:04 f56be85fc22e: Pulling fs layer 11:03:04 85791d961cd3: Pulling fs layer 11:03:04 d694b5ae8c79: Pulling fs layer 11:03:04 9f32a84ed3da: Pulling fs layer 11:03:04 4d19c01a9841: Pulling fs layer 11:03:04 9325e15d5711: Pulling fs layer 11:03:04 556b6ee489ea: Pulling fs layer 11:03:04 c5a4b2cf53e6: Pulling fs layer 11:03:04 9f32a84ed3da: Waiting 11:03:04 9325e15d5711: Waiting 11:03:04 4d19c01a9841: Waiting 11:03:04 c5a4b2cf53e6: Waiting 11:03:04 85791d961cd3: Download complete 11:03:04 9f32a84ed3da: Verifying Checksum 11:03:04 9f32a84ed3da: Download complete 11:03:04 4d19c01a9841: Download complete 11:03:04 f56be85fc22e: Verifying Checksum 11:03:04 f56be85fc22e: Download complete 11:03:04 9325e15d5711: Verifying Checksum 11:03:04 9325e15d5711: Download complete 11:03:04 f56be85fc22e: Pull complete 11:03:04 85791d961cd3: Pull complete 11:03:04 c5a4b2cf53e6: Verifying Checksum 11:03:04 c5a4b2cf53e6: Download complete 11:03:04 d694b5ae8c79: Download complete 11:03:05 556b6ee489ea: Verifying Checksum 11:03:05 556b6ee489ea: Download complete 11:03:08 d694b5ae8c79: Pull complete 11:03:08 9f32a84ed3da: Pull complete 11:03:08 4d19c01a9841: Pull complete 11:03:08 9325e15d5711: Pull complete 11:03:10 556b6ee489ea: Pull complete 11:03:10 c5a4b2cf53e6: Pull complete 11:03:11 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 11:03:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:03:11 ---> c4be618373d6 11:03:11 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:03:17 Still waiting to schedule task 11:03:17 ‘prd-ubuntu20.04-docker-arm64-4c-16g-12569’ is offline 11:03:21 ---> Running in 6cfc02730839 11:03:21 Removing intermediate container 6cfc02730839 11:03:21 ---> dd24bca32921 11:03:21 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:03:21 ---> Running in 8bdbb1d71e82 11:03:21 Removing intermediate container 8bdbb1d71e82 11:03:21 ---> 6adf1f8c8a0b 11:03:21 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:03:21 ---> Running in 7c944276642c 11:03:21 Removing intermediate container 7c944276642c 11:03:21 ---> f0df96ed6677 11:03:21 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:03:21 ---> Running in 16074f276a01 11:03:21 Removing intermediate container 16074f276a01 11:03:21 ---> 211215cc56ab 11:03:21 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:03:21 ---> Running in b20237428331 11:03:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:03:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:03:21 OK: 265 MiB in 53 packages 11:03:21 Removing intermediate container b20237428331 11:03:21 ---> f1367f021c6b 11:03:21 Step 8/12 : WORKDIR /app 11:03:21 ---> Running in f970aff9db29 11:03:21 Removing intermediate container f970aff9db29 11:03:21 ---> 0eb0a9faefa6 11:03:21 Step 9/12 : COPY go.mod vendor* ./ 11:03:21 ---> 9ec4858f4d12 11:03:21 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:03:21 ---> Running in 5d871e7fd57d 11:04:17 Removing intermediate container 5d871e7fd57d 11:04:17 ---> fc013f774a5f 11:04:17 Step 11/12 : COPY . . 11:04:17 ---> 521655132564 11:04:17 Step 12/12 : RUN $MAKE 11:04:17 ---> Running in 6ef0b89341ef 11:04:17 noop 11:04:17 Removing intermediate container 6ef0b89341ef 11:04:17 ---> ec6f4378d382 11:04:17 Successfully built ec6f4378d382 11:04:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:17 + docker inspect -f . ci-base-image-x86_64 11:04:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:18 prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container 11:04:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:04:18 $ docker top c9780db0800beb7cf9f857cfc5f2729e7512611a52d86976feca60c5447aa103 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:18 + go version 11:04:18 go version go1.20.2 linux/amd64 [Pipeline] } 11:04:18 $ docker stop --time=1 c9780db0800beb7cf9f857cfc5f2729e7512611a52d86976feca60c5447aa103 11:04:20 $ docker rm -f --volumes c9780db0800beb7cf9f857cfc5f2729e7512611a52d86976feca60c5447aa103 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:20 + docker inspect -f . ci-base-image-x86_64 11:04:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:20 prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container 11:04:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:04:21 $ docker top 1d7ad2349b948b4f4455c78ad19d1f8373cb4b2985ec3a3ac52f44ad5602f1e3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:21 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-218 [Pipeline] fileExists [Pipeline] sh 11:04:22 + make test 11:04:22 go test ./... -coverprofile=coverage.out ./... 11:04:26 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:04:36 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:04:36 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:04:38 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.482s coverage: 40.5% of statements 11:04:38 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.243s coverage: 52.0% of statements 11:04:38 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 94.6% of statements 11:04:46 go vet ./... 11:04:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:04:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:04:49 ./bin/test-attribution-txt.sh 11:04:49 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:04:49 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:04:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:04:49 $ docker stop --time=1 1d7ad2349b948b4f4455c78ad19d1f8373cb4b2985ec3a3ac52f44ad5602f1e3 11:04:53 $ docker rm -f --volumes 1d7ad2349b948b4f4455c78ad19d1f8373cb4b2985ec3a3ac52f44ad5602f1e3 [Pipeline] // withDockerContainer [Pipeline] sh 11:04:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:04:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:04:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:04:54 + ls -al . 11:04:54 total 628 11:04:54 drwxrwxr-x 11 jenkins jenkins 4096 May 3 11:04 . 11:04:54 drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:02 .. 11:04:54 -rw-rw-r-- 1 jenkins jenkins 134 May 3 11:02 .dockerignore 11:04:54 drwxrwxr-x 8 jenkins jenkins 4096 May 3 11:02 .git 11:04:54 drwxrwxr-x 3 jenkins jenkins 4096 May 3 11:02 .github 11:04:54 -rw-rw-r-- 1 jenkins jenkins 946 May 3 11:02 .gitignore 11:04:54 -rw-rw-r-- 1 jenkins jenkins 41 May 3 11:02 .golangci.yml 11:04:54 drwxr-xr-x 3 jenkins jenkins 4096 May 3 11:02 .semver 11:04:54 -rw-rw-r-- 1 jenkins jenkins 10794 May 3 11:02 Attribution.txt 11:04:54 -rw-rw-r-- 1 jenkins jenkins 5905 May 3 11:02 CHANGELOG.md 11:04:54 -rw-rw-r-- 1 jenkins jenkins 1347 May 3 11:02 Dockerfile 11:04:54 -rw-rw-r-- 1 jenkins jenkins 677 May 3 11:02 GOVERNANCE.md 11:04:54 -rw-rw-r-- 1 jenkins jenkins 683 May 3 11:02 Jenkinsfile 11:04:54 -rw-rw-r-- 1 jenkins jenkins 11347 May 3 11:02 LICENSE 11:04:54 -rw-rw-r-- 1 jenkins jenkins 2053 May 3 11:02 Makefile 11:04:54 -rw-rw-r-- 1 jenkins jenkins 625 May 3 11:02 OWNERS.md 11:04:54 -rw-rw-r-- 1 jenkins jenkins 28505 May 3 11:02 README.md 11:04:54 -rw-rw-r-- 1 jenkins jenkins 5 May 3 11:03 VERSION 11:04:54 drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:02 bin 11:04:54 drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:02 cmd 11:04:54 -rw-r--r-- 1 jenkins jenkins 458038 May 3 11:04 coverage.out 11:04:54 drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:02 examples 11:04:54 -rw-rw-r-- 1 jenkins jenkins 3419 May 3 11:02 go.mod 11:04:54 -rw-rw-r-- 1 jenkins jenkins 31078 May 3 11:02 go.sum 11:04:54 drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:02 images 11:04:54 drwxrwxr-x 5 jenkins jenkins 4096 May 3 11:02 internal 11:04:54 drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:02 snap 11:04:54 -rw-rw-r-- 1 jenkins jenkins 193 May 3 11:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:55 + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=63956fdf7eca6369faead5fb29641ecebe1bf71e --label arch=amd64 --label version=0.0.0 . 11:04:55 Sending build context to Docker daemon 4.229MB 11:04:55 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:04:55 Step 2/24 : FROM ${BASE} AS builder 11:04:55 ---> ec6f4378d382 11:04:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:04:55 ---> Running in 99a2efce9924 11:04:55 Removing intermediate container 99a2efce9924 11:04:55 ---> 3fd415241c3c 11:04:55 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:04:55 ---> Running in f7f652b7ca13 11:04:55 Removing intermediate container f7f652b7ca13 11:04:55 ---> 7ec8707bc516 11:04:55 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:04:55 ---> Running in 0c61ee17e00d 11:04:55 Removing intermediate container 0c61ee17e00d 11:04:55 ---> 02fc9ad4a1b8 11:04:55 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:04:56 ---> Running in 718c5a8bdd11 11:04:56 Removing intermediate container 718c5a8bdd11 11:04:56 ---> aad2ad5401b3 11:04:56 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:04:56 ---> Running in ad13027d8b33 11:04:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:04:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:04:56 OK: 265 MiB in 53 packages 11:04:57 Removing intermediate container ad13027d8b33 11:04:57 ---> 3ecfb7beb38e 11:04:57 Step 8/24 : WORKDIR /app 11:04:57 ---> Running in b5c9f3dfafac 11:04:57 Removing intermediate container b5c9f3dfafac 11:04:57 ---> 3bd337d946f0 11:04:57 Step 9/24 : COPY go.mod vendor* ./ 11:04:57 ---> b0667c558dfe 11:04:57 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:57 ---> Running in 935e96a13069 11:04:58 Removing intermediate container 935e96a13069 11:04:58 ---> c1fb444d1978 11:04:58 Step 11/24 : COPY . . 11:04:58 ---> 04148c6fc252 11:04:58 Step 12/24 : RUN $MAKE 11:04:58 ---> Running in 8fec8536bd2b 11:04:58 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:05:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12574 in /w/workspace/undry_device-rfid-llrp-go_PR-218 [Pipeline] { [Pipeline] ws 11:05:07 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 11:05:07 Selected Git installation does not exist. Using Default 11:05:07 The recommended git tool is: NONE 11:05:13 using credential edgex-jenkins-ssh 11:05:13 Cloning the remote Git repository 11:05:13 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:05:13 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 11:05:13 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:05:13 > git --version # timeout=10 11:05:13 > git --version # 'git version 2.25.1' 11:05:13 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:14 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:05:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:16 Merging remotes/origin/main commit 6e4500d7246dada94f826fd10aec60271f103086 into PR head commit 63956fdf7eca6369faead5fb29641ecebe1bf71e 11:05:15 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:05:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:05:15 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/218/head:refs/remotes/origin/PR-218 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:05:16 > git config core.sparsecheckout # timeout=10 11:05:16 > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 11:05:16 > git remote # timeout=10 11:05:16 > git config --get remote.origin.url # timeout=10 11:05:16 Merge succeeded, producing 63956fdf7eca6369faead5fb29641ecebe1bf71e 11:05:16 Checking out Revision 63956fdf7eca6369faead5fb29641ecebe1bf71e (PR-218) 11:05:17 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 11:05:17 > git --version # timeout=10 11:05:17 > git --version # 'git version 2.25.1' 11:05:17 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:05:16 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:16 > git merge 6e4500d7246dada94f826fd10aec60271f103086 # timeout=10 11:05:16 > git rev-parse HEAD^{commit} # timeout=10 11:05:16 > git config core.sparsecheckout # timeout=10 11:05:16 > git checkout -f 63956fdf7eca6369faead5fb29641ecebe1bf71e # timeout=10 11:05:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:05:18 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:18 Dload Upload Total Spent Left Speed 11:05:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72862 0 --:--:-- --:--:-- --:--:-- 73281 [Pipeline] sh 11:05:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:05:19 + sudo tee /etc/docker/daemon.new 11:05:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:05:19 { 11:05:19 "registry-mirrors": [ 11:05:19 "https://nexus3.edgexfoundry.org:10001" 11:05:19 ], 11:05:19 "bip": "10.250.0.254/24", 11:05:19 "hosts": [ 11:05:19 "tcp://0.0.0.0:5555", 11:05:19 "unix:///var/run/docker.sock" 11:05:19 ], 11:05:19 "mtu": 1458, 11:05:19 "selinux-enabled": true, 11:05:19 "seccomp-profile": "/etc/docker/seccomp.json" 11:05:19 } [Pipeline] sh 11:05:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:05:20 + sudo service docker restart 11:05:20 Removing intermediate container 8fec8536bd2b 11:05:20 ---> 25eb498691ac 11:05:20 Step 13/24 : FROM alpine:3.17 11:05:20 3.17: Pulling from library/alpine 11:05:20 f56be85fc22e: Already exists 11:05:20 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:05:20 Status: Downloaded newer image for alpine:3.17 11:05:20 ---> 9ed4aefc74f6 11:05:20 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:05:20 ---> Running in d4030169655f 11:05:20 Removing intermediate container d4030169655f 11:05:20 ---> bb2ab22a9e23 11:05:20 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:05:20 ---> Running in 123df66340cf 11:05:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:05:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:05:20 (1/1) Installing dumb-init (1.2.5-r2) 11:05:20 Executing busybox-1.35.0-r29.trigger 11:05:20 OK: 7 MiB in 16 packages 11:05:21 Removing intermediate container 123df66340cf 11:05:21 ---> a88b16ba49bd 11:05:21 Step 16/24 : COPY --from=builder /app/LICENSE / 11:05:21 ---> ee3313a43b6f 11:05:21 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:05:21 ---> f9dca936f89a 11:05:21 Step 18/24 : COPY --from=builder /app/cmd/ / 11:05:22 ---> 75d5bda33ca0 11:05:22 Step 19/24 : EXPOSE 59989 11:05:22 ---> Running in fd764586eddd 11:05:22 Removing intermediate container fd764586eddd 11:05:22 ---> 92fd6fdddfa6 11:05:22 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:05:22 ---> Running in 87c0fa4edd67 11:05:22 Removing intermediate container 87c0fa4edd67 11:05:22 ---> ea374bc1b5d9 11:05:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:05:22 ---> Running in 0b58222b95e5 11:05:22 Removing intermediate container 0b58222b95e5 11:05:22 ---> c8cdae76f212 11:05:22 Step 22/24 : LABEL arch=amd64 11:05:22 ---> Running in 27b933f57e54 11:05:22 Removing intermediate container 27b933f57e54 11:05:22 ---> 607846a9c14d 11:05:22 Step 23/24 : LABEL git_sha=63956fdf7eca6369faead5fb29641ecebe1bf71e 11:05:22 ---> Running in b07c707bbfd8 11:05:23 Removing intermediate container b07c707bbfd8 11:05:23 ---> 023de165c430 11:05:23 Step 24/24 : LABEL version=0.0.0 11:05:23 ---> Running in 1fe539f5a7fc 11:05:23 Removing intermediate container 1fe539f5a7fc 11:05:23 ---> c91e3c4bbf25 11:05:23 [Warning] One or more build-args [ARCH] were not consumed 11:05:23 Successfully built c91e3c4bbf25 11:05:23 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 11:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:24 11:05:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:24 latest: Pulling from edgex-lftools-log-publisher 11:05:24 5eb5b503b376: Pulling fs layer 11:05:24 5c69ac0246d0: Pulling fs layer 11:05:24 ec43610c2a17: Pulling fs layer 11:05:24 3a2ae6a8a46f: Pulling fs layer 11:05:24 33b1e0a273af: Pulling fs layer 11:05:24 5d3b04190fa2: Pulling fs layer 11:05:24 2f39f015ded8: Pulling fs layer 11:05:24 3a2ae6a8a46f: Waiting 11:05:24 33b1e0a273af: Waiting 11:05:24 5d3b04190fa2: Waiting 11:05:24 2f39f015ded8: Waiting 11:05:24 5c69ac0246d0: Verifying Checksum 11:05:24 5c69ac0246d0: Download complete 11:05:24 3a2ae6a8a46f: Verifying Checksum 11:05:24 3a2ae6a8a46f: Download complete 11:05:24 33b1e0a273af: Verifying Checksum 11:05:24 33b1e0a273af: Download complete 11:05:24 5d3b04190fa2: Verifying Checksum 11:05:24 5d3b04190fa2: Download complete 11:05:24 ec43610c2a17: Verifying Checksum 11:05:24 ec43610c2a17: Download complete 11:05:24 5eb5b503b376: Verifying Checksum 11:05:24 5eb5b503b376: Download complete 11:05:25 2f39f015ded8: Download complete 11:05:26 5eb5b503b376: Pull complete 11:05:26 5c69ac0246d0: Pull complete 11:05:26 ec43610c2a17: Pull complete 11:05:26 3a2ae6a8a46f: Pull complete 11:05:27 33b1e0a273af: Pull complete 11:05:27 5d3b04190fa2: Pull complete 11:05:31 2f39f015ded8: Pull complete 11:05:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:31 prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container 11:05:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:05:38 $ docker top 09ce6a09affeaba894824d32923740bed75507b1f80e8ffe06ed623b907753e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:05:38 provisioning config files... 11:05:38 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config10523340948598546369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:05:38 ---> job-cost.sh 11:05:38 lf-activate-venv: SKIPPING 11:05:38 INFO: No Stack... 11:05:38 ---> docker-login.sh 11:05:38 nexus3.edgexfoundry.org:10001 11:05:38 INFO: Retrieving Pricing Info for: v3-standard-8 11:05:39 INFO: Archiving Costs [Pipeline] sh 11:05:39 + cat /w/workspace/undry_device-rfid-llrp-go_PR-218/archives/cost.csv 11:05:39 + cut -d, -f6 [Pipeline] lock 11:05:39 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] 11:05:39 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] did not exist. Created. 11:05:39 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:05:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:39 + echo total: 0.2199999988079071 [Pipeline] stash 11:05:39 Stashed 1 file(s) [Pipeline] } 11:05:39 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:05:40 $ docker stop --time=1 09ce6a09affeaba894824d32923740bed75507b1f80e8ffe06ed623b907753e3 11:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:05:40 Configure a credential helper to remove this warning. See 11:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:05:40 11:05:40 Login Succeeded 11:05:40 nexus3.edgexfoundry.org:10002 11:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:05:40 Configure a credential helper to remove this warning. See 11:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:05:40 11:05:40 Login Succeeded 11:05:40 nexus3.edgexfoundry.org:10003 11:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:05:40 Configure a credential helper to remove this warning. See 11:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:05:40 11:05:40 Login Succeeded 11:05:40 nexus3.edgexfoundry.org:10004 11:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:05:41 Configure a credential helper to remove this warning. See 11:05:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:05:41 11:05:41 Login Succeeded 11:05:41 docker.io 11:05:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:41 $ docker rm -f --volumes 09ce6a09affeaba894824d32923740bed75507b1f80e8ffe06ed623b907753e3 11:05:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:05:41 Configure a credential helper to remove this warning. See 11:05:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:05:41 11:05:41 Login Succeeded 11:05:41 ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 11:05:41 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 11:05:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:05:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:05:42 ========================================================= 11:05:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:05:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:42 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:05:42 Sending build context to Docker daemon 1.211MB 11:05:42 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:05:42 Step 2/12 : FROM ${BASE} AS builder 11:05:42 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:05:42 c41833b44d91: Pulling fs layer 11:05:42 ed15518f5707: Pulling fs layer 11:05:42 feae8fd75edb: Pulling fs layer 11:05:42 242c74f7c9fa: Pulling fs layer 11:05:42 3cdef696dda3: Pulling fs layer 11:05:42 2ced38df9373: Pulling fs layer 11:05:42 58f1dce35555: Pulling fs layer 11:05:42 3cdef696dda3: Waiting 11:05:42 2ced38df9373: Waiting 11:05:42 242c74f7c9fa: Waiting 11:05:42 58f1dce35555: Waiting 11:05:43 ed15518f5707: Verifying Checksum 11:05:43 ed15518f5707: Download complete 11:05:43 242c74f7c9fa: Verifying Checksum 11:05:43 242c74f7c9fa: Download complete 11:05:43 3cdef696dda3: Verifying Checksum 11:05:43 3cdef696dda3: Download complete 11:05:43 c41833b44d91: Verifying Checksum 11:05:43 c41833b44d91: Download complete 11:05:44 c41833b44d91: Pull complete 11:05:44 58f1dce35555: Verifying Checksum 11:05:44 58f1dce35555: Download complete 11:05:45 feae8fd75edb: Verifying Checksum 11:05:45 feae8fd75edb: Download complete 11:05:45 2ced38df9373: Verifying Checksum 11:05:45 2ced38df9373: Download complete 11:05:46 ed15518f5707: Pull complete 11:05:56 feae8fd75edb: Pull complete 11:05:56 242c74f7c9fa: Pull complete 11:05:56 3cdef696dda3: Pull complete 11:06:02 2ced38df9373: Pull complete 11:06:04 58f1dce35555: Pull complete 11:06:04 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 11:06:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:06:04 ---> fadd8f120f05 11:06:04 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:06:06 ---> Running in a5036c6f94b4 11:06:06 Removing intermediate container a5036c6f94b4 11:06:06 ---> 0a3ca45af8fd 11:06:06 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:06:06 ---> Running in 6b3ebb10bfd4 11:06:06 Removing intermediate container 6b3ebb10bfd4 11:06:06 ---> e5b566a3371a 11:06:06 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:06:06 ---> Running in 38292f8f650b 11:06:07 Removing intermediate container 38292f8f650b 11:06:07 ---> 5214207ea193 11:06:07 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:06:07 ---> Running in 26045e131e67 11:06:07 Removing intermediate container 26045e131e67 11:06:07 ---> a90be5d7ec36 11:06:07 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:06:07 ---> Running in 3290e9235094 11:06:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:06:10 OK: 263 MiB in 53 packages 11:06:11 Removing intermediate container 3290e9235094 11:06:11 ---> e832d58c5589 11:06:11 Step 8/12 : WORKDIR /app 11:06:11 ---> Running in 05759686bb14 11:06:11 Removing intermediate container 05759686bb14 11:06:11 ---> 0a94a7f64bdd 11:06:11 Step 9/12 : COPY go.mod vendor* ./ 11:06:11 ---> 0d0b9a217d63 11:06:11 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:12 ---> Running in a1aca17dd87c 11:07:08 Removing intermediate container a1aca17dd87c 11:07:08 ---> cd01562397ba 11:07:08 Step 11/12 : COPY . . 11:07:09 ---> 8539fc0020dd 11:07:09 Step 12/12 : RUN $MAKE 11:07:09 ---> Running in f31a5348b5ad 11:07:10 noop 11:07:10 Removing intermediate container f31a5348b5ad 11:07:10 ---> 1b80b67a505b 11:07:10 Successfully built 1b80b67a505b 11:07:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:11 + docker inspect -f . ci-base-image-arm64 11:07:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:07:11 prd-ubuntu20.04-docker-arm64-4c-16g-12574 does not seem to be running inside a container 11:07:11 $ 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 11:07:12 $ docker top 3f9032c8b9dc8145692de1c3a8658eb14180f11e99447a34c550bac4b8f4466d -eo pid,comm [Pipeline] { [Pipeline] sh 11:07:13 + go version 11:07:13 go version go1.20.2 linux/arm64 [Pipeline] } 11:07:13 $ docker stop --time=1 3f9032c8b9dc8145692de1c3a8658eb14180f11e99447a34c550bac4b8f4466d 11:07:15 $ docker rm -f --volumes 3f9032c8b9dc8145692de1c3a8658eb14180f11e99447a34c550bac4b8f4466d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:16 + docker inspect -f . ci-base-image-arm64 11:07:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:07:16 prd-ubuntu20.04-docker-arm64-4c-16g-12574 does not seem to be running inside a container 11:07:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:07:17 $ docker top 8b8918a5281c86dbdaeee350e74693645fbc35f3483ae3a0bd4c6b490e742a86 -eo pid,comm [Pipeline] { [Pipeline] sh 11:07:18 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 11:07:19 + make test 11:07:19 go test ./... -coverprofile=coverage.out ./... 11:07:58 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:09:50 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:09:50 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:10:22 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.179s coverage: 40.5% of statements 11:10:22 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.551s coverage: 52.0% of statements 11:10:22 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.036s coverage: 96.4% of statements 11:10:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:10:22 go vet ./... 11:10:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:10:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:10:49 ./bin/test-attribution-txt.sh 11:10:49 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:10:49 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:10:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:10:49 $ docker stop --time=1 8b8918a5281c86dbdaeee350e74693645fbc35f3483ae3a0bd4c6b490e742a86 11:10:51 $ docker rm -f --volumes 8b8918a5281c86dbdaeee350e74693645fbc35f3483ae3a0bd4c6b490e742a86 [Pipeline] // withDockerContainer [Pipeline] sh 11:10:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:10:52 Warning: overwriting stash ‘coverage-report’ 11:10:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:10:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:10:54 + ls -al . 11:10:54 total 624 11:10:54 drwxrwxr-x 10 jenkins jenkins 4096 May 3 11:07 . 11:10:54 drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:05 .. 11:10:54 -rw-rw-r-- 1 jenkins jenkins 134 May 3 11:05 .dockerignore 11:10:54 drwxrwxr-x 8 jenkins jenkins 4096 May 3 11:05 .git 11:10:54 drwxrwxr-x 3 jenkins jenkins 4096 May 3 11:05 .github 11:10:54 -rw-rw-r-- 1 jenkins jenkins 946 May 3 11:05 .gitignore 11:10:54 -rw-rw-r-- 1 jenkins jenkins 41 May 3 11:05 .golangci.yml 11:10:54 -rw-rw-r-- 1 jenkins jenkins 10794 May 3 11:05 Attribution.txt 11:10:54 -rw-rw-r-- 1 jenkins jenkins 5905 May 3 11:05 CHANGELOG.md 11:10:54 -rw-rw-r-- 1 jenkins jenkins 1347 May 3 11:05 Dockerfile 11:10:54 -rw-rw-r-- 1 jenkins jenkins 677 May 3 11:05 GOVERNANCE.md 11:10:54 -rw-rw-r-- 1 jenkins jenkins 683 May 3 11:05 Jenkinsfile 11:10:54 -rw-rw-r-- 1 jenkins jenkins 11347 May 3 11:05 LICENSE 11:10:54 -rw-rw-r-- 1 jenkins jenkins 2053 May 3 11:05 Makefile 11:10:54 -rw-rw-r-- 1 jenkins jenkins 625 May 3 11:05 OWNERS.md 11:10:54 -rw-rw-r-- 1 jenkins jenkins 28505 May 3 11:05 README.md 11:10:54 -rw-rw-r-- 1 jenkins jenkins 5 May 3 11:03 VERSION 11:10:54 drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:05 bin 11:10:54 drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:05 cmd 11:10:54 -rw-r--r-- 1 jenkins jenkins 458038 May 3 11:10 coverage.out 11:10:54 drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:05 examples 11:10:54 -rw-rw-r-- 1 jenkins jenkins 3419 May 3 11:05 go.mod 11:10:54 -rw-rw-r-- 1 jenkins jenkins 31078 May 3 11:05 go.sum 11:10:54 drwxrwxr-x 2 jenkins jenkins 4096 May 3 11:05 images 11:10:54 drwxrwxr-x 5 jenkins jenkins 4096 May 3 11:05 internal 11:10:54 drwxrwxr-x 4 jenkins jenkins 4096 May 3 11:05 snap 11:10:54 -rw-rw-r-- 1 jenkins jenkins 193 May 3 11:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:54 + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=63956fdf7eca6369faead5fb29641ecebe1bf71e --label arch=arm64 --label version=0.0.0 . 11:10:54 Sending build context to Docker daemon 1.211MB 11:10:54 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:10:54 Step 2/24 : FROM ${BASE} AS builder 11:10:54 ---> 1b80b67a505b 11:10:54 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:10:55 ---> Running in f9afe4c78b8c 11:10:55 Removing intermediate container f9afe4c78b8c 11:10:55 ---> 889a144b2bd3 11:10:55 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:10:55 ---> Running in 2468af9df809 11:10:55 Removing intermediate container 2468af9df809 11:10:55 ---> 6dd16fe8b693 11:10:55 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:10:55 ---> Running in f16ee871169c 11:10:56 Removing intermediate container f16ee871169c 11:10:56 ---> 57d060fb7226 11:10:56 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:10:56 ---> Running in f97ae41040db 11:10:56 Removing intermediate container f97ae41040db 11:10:56 ---> 1f5d88103004 11:10:56 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:10:56 ---> Running in 1ec70b9c8458 11:10:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:10:59 OK: 263 MiB in 53 packages 11:11:00 Removing intermediate container 1ec70b9c8458 11:11:00 ---> 95c8c2e0a122 11:11:00 Step 8/24 : WORKDIR /app 11:11:00 ---> Running in 195808e5c9f7 11:11:00 Removing intermediate container 195808e5c9f7 11:11:00 ---> d601d2659726 11:11:00 Step 9/24 : COPY go.mod vendor* ./ 11:11:01 ---> b6c6f0c49da1 11:11:01 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:11:01 ---> Running in 762d573ed835 11:11:03 Removing intermediate container 762d573ed835 11:11:03 ---> f684377ed020 11:11:03 Step 11/24 : COPY . . 11:11:04 ---> 0318b8ba32a6 11:11:04 Step 12/24 : RUN $MAKE 11:11:04 ---> Running in b101efa1baa4 11:11:05 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:13:26 Removing intermediate container b101efa1baa4 11:13:26 ---> b1ad793ed87b 11:13:26 Step 13/24 : FROM alpine:3.17 11:13:26 3.17: Pulling from library/alpine 11:13:26 c41833b44d91: Already exists 11:13:26 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:13:26 Status: Downloaded newer image for alpine:3.17 11:13:26 ---> 51e60588ff2c 11:13:26 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:13:26 ---> Running in f4f965714431 11:13:26 Removing intermediate container f4f965714431 11:13:26 ---> 03c48539f8ef 11:13:26 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:13:26 ---> Running in f4f0587b531f 11:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:13:26 (1/1) Installing dumb-init (1.2.5-r2) 11:13:26 Executing busybox-1.35.0-r29.trigger 11:13:26 OK: 8 MiB in 16 packages 11:13:26 Removing intermediate container f4f0587b531f 11:13:26 ---> a786c9751950 11:13:26 Step 16/24 : COPY --from=builder /app/LICENSE / 11:13:26 ---> de58e8606520 11:13:26 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:13:26 ---> 67ca348143ce 11:13:26 Step 18/24 : COPY --from=builder /app/cmd/ / 11:13:26 ---> 71551d7112b8 11:13:26 Step 19/24 : EXPOSE 59989 11:13:26 ---> Running in 017bde112199 11:13:26 Removing intermediate container 017bde112199 11:13:26 ---> 42f8e76cbf77 11:13:26 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:13:26 ---> Running in dc791283a769 11:13:26 Removing intermediate container dc791283a769 11:13:26 ---> 8a12c92f0939 11:13:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:13:26 ---> Running in e92bb2e8e568 11:13:26 Removing intermediate container e92bb2e8e568 11:13:26 ---> 27b5305b94d5 11:13:26 Step 22/24 : LABEL arch=arm64 11:13:26 ---> Running in 93a13c9b4709 11:13:26 Removing intermediate container 93a13c9b4709 11:13:26 ---> acd6dcc08194 11:13:26 Step 23/24 : LABEL git_sha=63956fdf7eca6369faead5fb29641ecebe1bf71e 11:13:26 ---> Running in b88efb02f535 11:13:26 Removing intermediate container b88efb02f535 11:13:26 ---> 4ab00e668692 11:13:26 Step 24/24 : LABEL version=0.0.0 11:13:26 ---> Running in 2955976e3243 11:13:26 Removing intermediate container 2955976e3243 11:13:26 ---> 757dd838a4ce 11:13:26 [Warning] One or more build-args [ARCH] were not consumed 11:13:26 Successfully built 757dd838a4ce 11:13:26 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 11:13:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:13:27 11:13:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:13:28 arm64: Pulling from edgex-lftools-log-publisher 11:13:28 8998bd30e6a1: Pulling fs layer 11:13:28 04944245beec: Pulling fs layer 11:13:28 699f458cf7ca: Pulling fs layer 11:13:28 765212b225bb: Pulling fs layer 11:13:28 f23df028b6ca: Pulling fs layer 11:13:28 d65c8cfc05b1: Pulling fs layer 11:13:28 2437ff75d9bd: Pulling fs layer 11:13:28 2437ff75d9bd: Waiting 11:13:28 04944245beec: Verifying Checksum 11:13:28 04944245beec: Download complete 11:13:28 765212b225bb: Verifying Checksum 11:13:28 765212b225bb: Download complete 11:13:28 f23df028b6ca: Verifying Checksum 11:13:28 f23df028b6ca: Download complete 11:13:28 d65c8cfc05b1: Verifying Checksum 11:13:28 d65c8cfc05b1: Download complete 11:13:28 699f458cf7ca: Verifying Checksum 11:13:28 699f458cf7ca: Download complete 11:13:29 8998bd30e6a1: Verifying Checksum 11:13:29 8998bd30e6a1: Download complete 11:13:31 2437ff75d9bd: Verifying Checksum 11:13:31 2437ff75d9bd: Download complete 11:13:33 8998bd30e6a1: Pull complete 11:13:33 04944245beec: Pull complete 11:13:34 699f458cf7ca: Pull complete 11:13:34 765212b225bb: Pull complete 11:13:35 f23df028b6ca: Pull complete 11:13:35 d65c8cfc05b1: Pull complete 11:13:47 2437ff75d9bd: Pull complete 11:13:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:13:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:13:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:13:47 prd-ubuntu20.04-docker-arm64-4c-16g-12574 does not seem to be running inside a container 11:13:48 $ 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 11:13:50 $ docker top 8598e358065bc0a9f6f3cc68e81f9acbce17c0fad2b052c2f688895df74b7996 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:13:50 ---> job-cost.sh 11:13:51 lf-activate-venv: SKIPPING 11:13:51 INFO: No Stack... 11:13:51 INFO: Retrieving Pricing Info for: v3-standard-4 11:13:52 INFO: Archiving Costs [Pipeline] sh 11:13:52 + + cut -d,cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 11:13:52 -f6 [Pipeline] lock 11:13:53 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] 11:13:53 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] did not exist. Created. 11:13:53 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:13:53 /w/workspace/device-rfid-llrp-go/1@tmp/durable-a06fc2c8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:13:53 + echo total: 0.10999999940395355 [Pipeline] stash 11:13:53 Warning: overwriting stash ‘stack-cost’ 11:13:54 Stashed 1 file(s) [Pipeline] } 11:13:54 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-218-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:13:54 $ docker stop --time=1 8598e358065bc0a9f6f3cc68e81f9acbce17c0fad2b052c2f688895df74b7996 11:13:55 $ docker rm -f --volumes 8598e358065bc0a9f6f3cc68e81f9acbce17c0fad2b052c2f688895df74b7996 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 11:13:56 provisioning config files... 11:13:56 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config12596009279603976329tmp [Pipeline] { [Pipeline] sh 11:13:56 + set +x 11:13:56 + curl -s https://codecov.io/bash 11:13:56 + bash -s -- 11:13:56 11:13:56 _____ _ 11:13:56 / ____| | | 11:13:56 | | ___ __| | ___ ___ _____ __ 11:13:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:13:56 | |___| (_) | (_| | __/ (_| (_) \ V / 11:13:56 \_____\___/ \__,_|\___|\___\___/ \_/ 11:13:56 Bash-1.0.6 11:13:56 11:13:56 11:13:56 ==> git version 2.25.1 found 11:13:56 ==> 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 11:13:56 Release-Date: 2020-01-08 11:13:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:13:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:13:56 ==> Jenkins CI detected. 11:13:56 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-218 11:13:56 project root: . 11:13:56 --> token set from env 11:13:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:13:56 ==> Running gcov in . (disable via -X gcov) 11:13:56 ==> Python coveragepy not found 11:13:56 ==> Searching for coverage reports in: 11:13:56 + . 11:13:56 -> Found 1 reports 11:13:56 ==> Detecting git/mercurial file structure 11:13:57 ==> Reading reports 11:13:57 + ./coverage.out bytes=458038 11:13:57 ==> Appending adjustments 11:13:57 https://docs.codecov.io/docs/fixing-reports 11:13:57 + Found adjustments 11:13:57 ==> Gzipping contents 11:13:57 52K /tmp/codecov.JJpnDS.gz 11:13:57 ==> Uploading reports 11:13:57 url: https://codecov.io 11:13:57 query: branch=PR-218&commit=63956fdf7eca6369faead5fb29641ecebe1bf71e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=218&job=&cmd_args= 11:13:57 -> Pinging Codecov 11:13:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-218&commit=63956fdf7eca6369faead5fb29641ecebe1bf71e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=218&job=&cmd_args= 11:13:57 -> Uploading to 11:13:57 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/581DD39554BDF9B6E22D074273EAD858/63956fdf7eca6369faead5fb29641ecebe1bf71e/257bf21f-1dda-451b-9118-eb1e6a751bf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T111357Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dfc6758df7f7c10a318a4c9c2b97e372086ad8c7dbbf4feff4239d9bb36165b3 11:13:57 % Total % Received % Xferd Average Speed Time Time Time Current 11:13:57 Dload Upload Total Spent Left Speed 11:13:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50495 0 0 100 50495 0 208k --:--:-- --:--:-- --:--:-- 208k 11:13:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/63956fdf7eca6369faead5fb29641ecebe1bf71e [Pipeline] } 11:13:57 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 11:13:59 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-218/archives ] 11:13:59 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-218/archives 11:13:59 total 16 11:13:59 drwxr-xr-x 3 root root 4096 May 3 11:05 . 11:13:59 drwxrwxr-x 12 jenkins jenkins 4096 May 3 11:05 .. 11:13:59 drwxr-xr-x 2 root root 4096 May 3 11:05 cost 11:13:59 -rw-r--r-- 1 root root 91 May 3 11:05 cost.csv 11:13:59 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-218/archives 11:13:59 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-218/archives 11:13:59 total 16 11:13:59 drwxr-xr-x 3 jenkins jenkins 4096 May 3 11:05 . 11:13:59 drwxrwxr-x 12 jenkins jenkins 4096 May 3 11:05 .. 11:13:59 drwxr-xr-x 2 jenkins jenkins 4096 May 3 11:05 cost 11:13:59 -rw-r--r-- 1 jenkins jenkins 91 May 3 11:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:13:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:14:00 ---> package-listing.sh 11:14:00 ++ facter osfamily 11:14:00 ++ tr '[:upper:]' '[:lower:]' 11:14:00 + OS_FAMILY=debian 11:14:00 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-218 11:14:00 + START_PACKAGES=/tmp/packages_start.txt 11:14:00 + END_PACKAGES=/tmp/packages_end.txt 11:14:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:14:00 + PACKAGES=/tmp/packages_start.txt 11:14:00 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-218 ']' 11:14:00 + PACKAGES=/tmp/packages_end.txt 11:14:00 + case "${OS_FAMILY}" in 11:14:00 + dpkg -l 11:14:00 + grep '^ii' 11:14:00 + '[' -f /tmp/packages_start.txt ']' 11:14:00 + '[' -f /tmp/packages_end.txt ']' 11:14:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:14:00 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-218 ']' 11:14:00 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-218/archives/ 11:14:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-218/archives/ [Pipeline] echo 11:14:00 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-rfid-llrp-go_PR-218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:14:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:14:01 prd-ubuntu20.04-docker-8c-8g-12572 does not seem to be running inside a container 11:14:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-rfid-llrp-go_PR-218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-218 -v /w/workspace/undry_device-rfid-llrp-go_PR-218:/w/workspace/undry_device-rfid-llrp-go_PR-218:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:14:02 $ docker top bcd0d84f2dfcfffedd98e3189eae41edc3d9c7ec11dae2024d5372b9fd4a8024 -eo pid,comm [Pipeline] { [Pipeline] sh 11:14:02 + touch /tmp/pre-build-complete [Pipeline] sh 11:14:02 + mkdir -p /var/log/sysstat [Pipeline] sh 11:14:03 + ls /var/log/sa-host 11:14:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:14:03 provisioning config files... 11:14:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-218@tmp/config7430804760777328200tmp [Pipeline] { [Pipeline] echo 11:14:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:14:03 ---> create-netrc.sh [Pipeline] } 11:14:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:14:04 ---> python-tools-install.sh [Pipeline] echo 11:14:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:14:04 ---> sudo-logs.sh 11:14:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:14:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:14:04 ---> job-cost.sh 11:14:04 lf-activate-venv: SKIPPING 11:14:04 DEBUG: total: 0.2199999988079071 11:14:04 INFO: Retrieving Stack Cost... 11:14:05 INFO: Retrieving Pricing Info for: v3-standard-8 11:14:05 INFO: Archiving Costs [Pipeline] echo 11:14:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:14:06 ---> logs-deploy.sh 11:14:06 lf-activate-venv: SKIPPING 11:14:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-218/1 11:14:06 INFO: archiving workspace using pattern(s): 11:14:07 Archives upload complete. 11:14:07 INFO: archiving logs to Nexus