Pull request #214 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc+2f54bd8158ccdc44977c3c173d19ed6e18b43dfa (1ffd8eed310b2d8eb5b70a4ec2c5f0344da023b7) 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-ssh375024123124887243.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-ssh6000197816655818459.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-214/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-214/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6677218345970378389.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-214/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4245406606052080560.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-ssh5061910876641559227.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-214/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-214/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3148162638513349387.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10985 in /w/workspace/undry_device-rfid-llrp-go_PR-214 [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-214 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa into PR head commit 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/214/head:refs/remotes/origin/PR-214 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc Checking out Revision 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc (PR-214) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:00:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:00:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:00:31 ========================================================= 11:00:31 EdgeX Global Pipelines Version Info 11:00:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc # timeout=10 11:00:32 ------------------- 11:00:32 stable info: 11:00:32 ------------------- 11:00:32 Commited By: Bill Mahoney bill.mahoney@intel.com 11:00:32 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:00:32 Message: update stable to v1.0.248 11:00:32 ------------------- 11:00:32 experimental info: 11:00:32 ------------------- 11:00:32 Commited By: **** collab-it+edgex@linuxfoundation.org 11:00:32 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:00:32 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:00:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-214 [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-214 [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-214 [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11cc447 [Pipeline] echo 11:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:00:34 provisioning config files... 11:00:34 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/config14884953817761675619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:35 ---> docker-login.sh 11:00:35 nexus3.edgexfoundry.org:10001 11:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:35 Configure a credential helper to remove this warning. See 11:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:35 11:00:35 Login Succeeded 11:00:35 nexus3.edgexfoundry.org:10002 11:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:35 Configure a credential helper to remove this warning. See 11:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:35 11:00:35 Login Succeeded 11:00:35 nexus3.edgexfoundry.org:10003 11:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:35 Configure a credential helper to remove this warning. See 11:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:35 11:00:35 Login Succeeded 11:00:35 nexus3.edgexfoundry.org:10004 11:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:36 Configure a credential helper to remove this warning. See 11:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:36 11:00:36 Login Succeeded 11:00:36 docker.io 11:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:36 Configure a credential helper to remove this warning. See 11:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:36 11:00:36 Login Succeeded 11:00:36 ---> docker-login.sh ends [Pipeline] } 11:00:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:00:36 + git rev-list -1 --merges 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc~1..11cc447ad0ecb1ba0105dd1ec2a80b39566519bc [Pipeline] echo 11:00:37 -----------> git rev-list -1 --merges 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc~1..11cc447ad0ecb1ba0105dd1ec2a80b39566519bc 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc [false] [Pipeline] sh 11:00:37 + git log --format=format:%s -1 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc [Pipeline] echo 11:00:37 ========================================================= 11:00:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:00:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:00:37 + git log --format=format:%s -1 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc [Pipeline] echo 11:00:37 [semverPrep] GIT_COMMIT: 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo 11:00:37 [semverPrep] This is not a build commit. [Pipeline] sh 11:00:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:00:38 + grep -v github /etc/ssh/ssh_known_hosts 11:00:38 + [ -e /tmp/ssh_known_hosts ] 11:00:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:00:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:00:38 + sudo tee -a /etc/ssh/ssh_known_hosts 11:00:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:00:38 11:00:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:00:39 0.1.4: Pulling from edgex-devops/py-git-semver 11:00:39 b85a868b505f: Pulling fs layer 11:00:39 e2be974225ed: Pulling fs layer 11:00:39 339a4e72a1f5: Pulling fs layer 11:00:39 988bab9f4d93: Pulling fs layer 11:00:39 1469e6f7b9e6: Pulling fs layer 11:00:39 eaf3925da568: Pulling fs layer 11:00:39 bab4dde63d76: Pulling fs layer 11:00:39 bde34c3a00c8: Pulling fs layer 11:00:39 b352a97aabf1: Pulling fs layer 11:00:39 4872d77fe225: Pulling fs layer 11:00:39 5851b861e8e6: Pulling fs layer 11:00:39 988bab9f4d93: Waiting 11:00:39 bab4dde63d76: Waiting 11:00:39 bde34c3a00c8: Waiting 11:00:39 b352a97aabf1: Waiting 11:00:39 4872d77fe225: Waiting 11:00:39 5851b861e8e6: Waiting 11:00:39 1469e6f7b9e6: Waiting 11:00:39 eaf3925da568: Waiting 11:00:39 e2be974225ed: Download complete 11:00:39 988bab9f4d93: Download complete 11:00:39 1469e6f7b9e6: Verifying Checksum 11:00:39 1469e6f7b9e6: Download complete 11:00:39 339a4e72a1f5: Verifying Checksum 11:00:39 339a4e72a1f5: Download complete 11:00:39 eaf3925da568: Verifying Checksum 11:00:39 eaf3925da568: Download complete 11:00:39 bde34c3a00c8: Verifying Checksum 11:00:39 bde34c3a00c8: Download complete 11:00:39 b352a97aabf1: Download complete 11:00:39 4872d77fe225: Verifying Checksum 11:00:39 5851b861e8e6: Verifying Checksum 11:00:39 5851b861e8e6: Download complete 11:00:39 b85a868b505f: Verifying Checksum 11:00:39 b85a868b505f: Download complete 11:00:39 bab4dde63d76: Verifying Checksum 11:00:39 bab4dde63d76: Download complete 11:00:40 b85a868b505f: Pull complete 11:00:40 e2be974225ed: Pull complete 11:00:41 339a4e72a1f5: Pull complete 11:00:41 988bab9f4d93: Pull complete 11:00:41 1469e6f7b9e6: Pull complete 11:00:41 eaf3925da568: Pull complete 11:00:43 bab4dde63d76: Pull complete 11:00:43 bde34c3a00c8: Pull complete 11:00:43 b352a97aabf1: Pull complete 11:00:43 4872d77fe225: Pull complete 11:00:43 5851b861e8e6: Pull complete 11:00:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:00:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:00:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:43 prd-ubuntu20.04-docker-8c-8g-10985 does not seem to be running inside a container 11:00:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-214 -v /w/workspace/undry_device-rfid-llrp-go_PR-214:/w/workspace/undry_device-rfid-llrp-go_PR-214:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:00:49 $ docker top 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 -eo pid,comm 11:00:49 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:00:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:49 [ssh-agent] Looking for ssh-agent implementation... 11:00:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:49 $ docker exec 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 ssh-agent 11:00:49 SSH_AUTH_SOCK=/tmp/ssh-SFKRLPZA1TaU/agent.14 11:00:49 SSH_AGENT_PID=21 11:00:49 Running ssh-add (command line suppressed) 11:00:50 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/private_key_9817069463921826434.key (/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/private_key_9817069463921826434.key) 11:00:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:50 + git tag --points-at HEAD [Pipeline] } 11:00:50 $ docker exec --env ******** --env ******** 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 ssh-agent -k 11:00:50 unset SSH_AUTH_SOCK; 11:00:50 unset SSH_AGENT_PID; 11:00:50 echo Agent pid 21 killed; 11:00:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:00:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:50 [ssh-agent] Looking for ssh-agent implementation... 11:00:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:50 $ docker exec 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 ssh-agent 11:00:50 SSH_AUTH_SOCK=/tmp/ssh-Go1cGYLCofVo/agent.71 11:00:50 SSH_AGENT_PID=77 11:00:50 Running ssh-add (command line suppressed) 11:00:50 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/private_key_8804148637535091786.key (/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/private_key_8804148637535091786.key) 11:00:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:51 + git semver init 11:00:51 2023-04-26 11:00:51,450 [run_init] DEBUG init version:0.0.0 force:False 11:00:51 2023-04-26 11:00:51,451 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-214/.semver 11:00:51 2023-04-26 11:00:51,451 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-214/.semver 11:00:51 2023-04-26 11:00:51,451 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-214/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-214, universal_newlines=False, shell=None, istream=None) 11:00:52 2023-04-26 11:00:52,266 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-214/.git/info/exclude 11:00:52 2023-04-26 11:00:52,267 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-214/.semver/PR-214 with force:False 11:00:52 2023-04-26 11:00:52,267 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-214/.semver/PR-214 11:00:52 2023-04-26 11:00:52,270 [execute] INFO git cat-file --batch-check 11:00:52 2023-04-26 11:00:52,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-214/.semver, universal_newlines=False, shell=None, istream=) 11:00:52 2023-04-26 11:00:52,275 [execute] INFO git cat-file --batch 11:00:52 2023-04-26 11:00:52,275 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-214/.semver, universal_newlines=False, shell=None, istream=) 11:00:52 2023-04-26 11:00:52,280 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-214/.semver/PR-214 11:00:52 0.0.0 [Pipeline] } 11:00:52 $ docker exec --env ******** --env ******** 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 ssh-agent -k 11:00:52 unset SSH_AUTH_SOCK; 11:00:52 unset SSH_AGENT_PID; 11:00:52 echo Agent pid 77 killed; 11:00:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:52 + git semver [Pipeline] } 11:00:53 $ docker stop --time=1 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 11:00:54 $ docker rm -f --volumes 818dc9fa99c9be8859569d08e5ab4053e7672a8cc196601f5d8ae0d5784e8fd7 [Pipeline] // withDockerContainer [Pipeline] sh 11:00:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:00:55 Stashed 1 file(s) [Pipeline] echo 11:00:55 [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:00:55 provisioning config files... 11:00:55 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/config17083963280164183501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:56 ---> docker-login.sh 11:00:56 nexus3.edgexfoundry.org:10001 11:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:56 Configure a credential helper to remove this warning. See 11:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:56 11:00:56 Login Succeeded 11:00:56 nexus3.edgexfoundry.org:10002 11:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:56 Configure a credential helper to remove this warning. See 11:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:56 11:00:56 Login Succeeded 11:00:56 nexus3.edgexfoundry.org:10003 11:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:56 Configure a credential helper to remove this warning. See 11:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:56 11:00:56 Login Succeeded 11:00:56 nexus3.edgexfoundry.org:10004 11:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:56 Configure a credential helper to remove this warning. See 11:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:56 11:00:56 Login Succeeded 11:00:56 docker.io 11:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:57 Configure a credential helper to remove this warning. See 11:00:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:57 11:00:57 Login Succeeded 11:00:57 ---> docker-login.sh ends [Pipeline] } 11:00:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:00:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:57 ========================================================= 11:00:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:00:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:57 + 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:00:57 Sending build context to Docker daemon 4.225MB 11:00:57 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:00:57 Step 2/12 : FROM ${BASE} AS builder 11:00:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:00:57 f56be85fc22e: Pulling fs layer 11:00:57 85791d961cd3: Pulling fs layer 11:00:57 d694b5ae8c79: Pulling fs layer 11:00:57 9f32a84ed3da: Pulling fs layer 11:00:57 4d19c01a9841: Pulling fs layer 11:00:57 9325e15d5711: Pulling fs layer 11:00:57 556b6ee489ea: Pulling fs layer 11:00:57 c5a4b2cf53e6: Pulling fs layer 11:00:57 9f32a84ed3da: Waiting 11:00:57 4d19c01a9841: Waiting 11:00:57 9325e15d5711: Waiting 11:00:57 556b6ee489ea: Waiting 11:00:57 85791d961cd3: Download complete 11:00:57 9f32a84ed3da: Verifying Checksum 11:00:57 9f32a84ed3da: Download complete 11:00:57 4d19c01a9841: Verifying Checksum 11:00:57 4d19c01a9841: Download complete 11:00:57 f56be85fc22e: Verifying Checksum 11:00:57 f56be85fc22e: Download complete 11:00:58 9325e15d5711: Verifying Checksum 11:00:58 9325e15d5711: Download complete 11:00:58 f56be85fc22e: Pull complete 11:00:58 85791d961cd3: Pull complete 11:00:58 c5a4b2cf53e6: Verifying Checksum 11:00:58 c5a4b2cf53e6: Download complete 11:00:58 d694b5ae8c79: Verifying Checksum 11:00:58 d694b5ae8c79: Download complete 11:00:58 556b6ee489ea: Verifying Checksum 11:00:58 556b6ee489ea: Download complete 11:01:02 d694b5ae8c79: Pull complete 11:01:02 9f32a84ed3da: Pull complete 11:01:02 4d19c01a9841: Pull complete 11:01:02 9325e15d5711: Pull complete 11:01:04 556b6ee489ea: Pull complete 11:01:04 c5a4b2cf53e6: Pull complete 11:01:04 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 11:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:01:04 ---> c4be618373d6 11:01:04 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:01:10 ---> Running in 9620a2a42bf5 11:01:10 Removing intermediate container 9620a2a42bf5 11:01:10 ---> aea8476f54a4 11:01:10 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:01:10 ---> Running in db078735323f 11:01:10 Removing intermediate container db078735323f 11:01:10 ---> f0d5abeb1536 11:01:10 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:01:10 ---> Running in 03bf58ca5a15 11:01:10 Removing intermediate container 03bf58ca5a15 11:01:10 ---> bc743088cb1e 11:01:10 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:01:10 ---> Running in d7b086b6b073 11:01:10 Removing intermediate container d7b086b6b073 11:01:10 ---> bb4e7bbd3526 11:01:10 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:01:10 ---> Running in 617c050b761a 11:01:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:01:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:01:10 OK: 265 MiB in 53 packages 11:01:10 Still waiting to schedule task 11:01:10 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:01:10 Removing intermediate container 617c050b761a 11:01:10 ---> 8db4e8bbe608 11:01:10 Step 8/12 : WORKDIR /app 11:01:10 ---> Running in 9ea9fbadc4dc 11:01:11 Removing intermediate container 9ea9fbadc4dc 11:01:11 ---> a2ba9acc72cb 11:01:11 Step 9/12 : COPY go.mod vendor* ./ 11:01:11 ---> 94905c79c8b6 11:01:11 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:01:11 ---> Running in 1c47b0a3b75b 11:01:37 Removing intermediate container 1c47b0a3b75b 11:01:37 ---> 956db42a4b35 11:01:37 Step 11/12 : COPY . . 11:01:37 ---> 8a6178e418ac 11:01:37 Step 12/12 : RUN $MAKE 11:01:37 ---> Running in 5e26ed756ceb 11:01:37 noop 11:01:37 Removing intermediate container 5e26ed756ceb 11:01:37 ---> 64fdd4c48a6c 11:01:37 Successfully built 64fdd4c48a6c 11:01:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:38 + docker inspect -f . ci-base-image-x86_64 11:01:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:38 prd-ubuntu20.04-docker-8c-8g-10985 does not seem to be running inside a container 11:01:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-214 -v /w/workspace/undry_device-rfid-llrp-go_PR-214:/w/workspace/undry_device-rfid-llrp-go_PR-214:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:01:38 $ docker top 1dd62dfffa6dbf1075dbb19297666b4f3da04ef5c26347c5d7f752b96049eef1 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:39 + go version 11:01:39 go version go1.20.2 linux/amd64 [Pipeline] } 11:01:39 $ docker stop --time=1 1dd62dfffa6dbf1075dbb19297666b4f3da04ef5c26347c5d7f752b96049eef1 11:01:40 $ docker rm -f --volumes 1dd62dfffa6dbf1075dbb19297666b4f3da04ef5c26347c5d7f752b96049eef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:41 + docker inspect -f . ci-base-image-x86_64 11:01:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:41 prd-ubuntu20.04-docker-8c-8g-10985 does not seem to be running inside a container 11:01:41 $ 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-214 -v /w/workspace/undry_device-rfid-llrp-go_PR-214:/w/workspace/undry_device-rfid-llrp-go_PR-214:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:01:41 $ docker top b53a8890b4221aa98b402101b331d9ae172c5c147dd99fc404524e4a59f46f4b -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:41 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-214 [Pipeline] fileExists [Pipeline] sh 11:01:42 + make test 11:01:42 go test ./... -coverprofile=coverage.out ./... 11:01:47 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:01:57 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:01:57 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:02:00 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.856s coverage: 40.5% of statements 11:02:00 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.251s coverage: 52.0% of statements 11:02:00 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.011s coverage: 94.6% of statements 11:02:09 go vet ./... 11:02:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:02:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:02:11 ./bin/test-attribution-txt.sh 11:02:11 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:02:11 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:02:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:02:11 $ docker stop --time=1 b53a8890b4221aa98b402101b331d9ae172c5c147dd99fc404524e4a59f46f4b 11:02:15 $ docker rm -f --volumes b53a8890b4221aa98b402101b331d9ae172c5c147dd99fc404524e4a59f46f4b [Pipeline] // withDockerContainer [Pipeline] sh 11:02:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:02:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:02:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:02:17 + ls -al . 11:02:17 total 628 11:02:17 drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 11:01 . 11:02:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:00 .. 11:02:17 -rw-rw-r-- 1 jenkins jenkins 134 Apr 26 11:00 .dockerignore 11:02:17 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 11:00 .git 11:02:17 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 11:00 .github 11:02:17 -rw-rw-r-- 1 jenkins jenkins 946 Apr 26 11:00 .gitignore 11:02:17 -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 11:00 .golangci.yml 11:02:17 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 11:00 .semver 11:02:17 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 26 11:00 Attribution.txt 11:02:17 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 26 11:00 CHANGELOG.md 11:02:17 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 26 11:00 Dockerfile 11:02:17 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 11:00 GOVERNANCE.md 11:02:17 -rw-rw-r-- 1 jenkins jenkins 683 Apr 26 11:00 Jenkinsfile 11:02:17 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 26 11:00 LICENSE 11:02:17 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 26 11:00 Makefile 11:02:17 -rw-rw-r-- 1 jenkins jenkins 625 Apr 26 11:00 OWNERS.md 11:02:17 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 26 11:00 README.md 11:02:17 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 11:00 VERSION 11:02:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:00 bin 11:02:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:00 cmd 11:02:17 -rw-r--r-- 1 jenkins jenkins 458038 Apr 26 11:02 coverage.out 11:02:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:00 examples 11:02:17 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 26 11:00 go.mod 11:02:17 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 26 11:00 go.sum 11:02:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:00 images 11:02:17 drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 11:00 internal 11:02:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:00 snap 11:02:17 -rw-rw-r-- 1 jenkins jenkins 193 Apr 26 11:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:17 + 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=11cc447ad0ecb1ba0105dd1ec2a80b39566519bc --label arch=amd64 --label version=0.0.0 . 11:02:17 Sending build context to Docker daemon 4.225MB 11:02:17 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:02:17 Step 2/24 : FROM ${BASE} AS builder 11:02:17 ---> 64fdd4c48a6c 11:02:17 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:02:17 ---> Running in 3bfc11211191 11:02:17 Removing intermediate container 3bfc11211191 11:02:17 ---> 7fd9050698ee 11:02:17 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:02:17 ---> Running in 46e4a9543d4a 11:02:17 Removing intermediate container 46e4a9543d4a 11:02:17 ---> 7f20b2476c00 11:02:17 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:02:17 ---> Running in 29d0e8422d2a 11:02:18 Removing intermediate container 29d0e8422d2a 11:02:18 ---> 36b6d55fb026 11:02:18 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:02:18 ---> Running in 94f5436d35c3 11:02:18 Removing intermediate container 94f5436d35c3 11:02:18 ---> 2d4c5cf26963 11:02:18 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:02:18 ---> Running in fd7a34a421a8 11:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:02:18 OK: 265 MiB in 53 packages 11:02:19 Removing intermediate container fd7a34a421a8 11:02:19 ---> d2ca5d74d1a4 11:02:19 Step 8/24 : WORKDIR /app 11:02:19 ---> Running in a948507384c2 11:02:19 Removing intermediate container a948507384c2 11:02:19 ---> 56c5e9cdffa4 11:02:19 Step 9/24 : COPY go.mod vendor* ./ 11:02:19 ---> 7f6709ed3e59 11:02:19 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:02:19 ---> Running in cfa0bd31e409 11:02:20 Removing intermediate container cfa0bd31e409 11:02:20 ---> 98219ea80b9e 11:02:20 Step 11/24 : COPY . . 11:02:20 ---> f9cad7843341 11:02:20 Step 12/24 : RUN $MAKE 11:02:20 ---> Running in 55b54a076112 11:02:20 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:02:42 Removing intermediate container 55b54a076112 11:02:42 ---> ada18f8c98e9 11:02:42 Step 13/24 : FROM alpine:3.17 11:02:42 3.17: Pulling from library/alpine 11:02:42 f56be85fc22e: Already exists 11:02:42 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:02:42 Status: Downloaded newer image for alpine:3.17 11:02:42 ---> 9ed4aefc74f6 11:02:42 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:02:42 ---> Running in b0b8edbddd23 11:02:42 Removing intermediate container b0b8edbddd23 11:02:42 ---> a75e56aa12b9 11:02:42 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:02:42 ---> Running in 4ed6447022ca 11:02:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:02:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:02:42 (1/1) Installing dumb-init (1.2.5-r2) 11:02:42 Executing busybox-1.35.0-r29.trigger 11:02:42 OK: 7 MiB in 16 packages 11:02:42 Removing intermediate container 4ed6447022ca 11:02:42 ---> abaf2b8ff6ce 11:02:42 Step 16/24 : COPY --from=builder /app/LICENSE / 11:02:42 ---> 39608027a0a8 11:02:42 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:02:42 ---> fe139616f18c 11:02:42 Step 18/24 : COPY --from=builder /app/cmd/ / 11:02:42 ---> 0a973e7b73b3 11:02:42 Step 19/24 : EXPOSE 59989 11:02:42 ---> Running in 6728fa623421 11:02:42 Removing intermediate container 6728fa623421 11:02:42 ---> cc947daa2f20 11:02:42 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:02:42 ---> Running in fef0beeca723 11:02:42 Removing intermediate container fef0beeca723 11:02:42 ---> 69af73052744 11:02:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:02:42 ---> Running in 6661b84676de 11:02:42 Removing intermediate container 6661b84676de 11:02:42 ---> dcc523263c4f 11:02:42 Step 22/24 : LABEL arch=amd64 11:02:42 ---> Running in 7815dc41d357 11:02:42 Removing intermediate container 7815dc41d357 11:02:42 ---> 65fc3d1ed657 11:02:42 Step 23/24 : LABEL git_sha=11cc447ad0ecb1ba0105dd1ec2a80b39566519bc 11:02:42 ---> Running in 3ae12639bf54 11:02:42 Removing intermediate container 3ae12639bf54 11:02:42 ---> 833e653555e7 11:02:42 Step 24/24 : LABEL version=0.0.0 11:02:42 ---> Running in 8d200b85f922 11:02:42 Removing intermediate container 8d200b85f922 11:02:42 ---> 171814ad6d57 11:02:42 [Warning] One or more build-args [ARCH] were not consumed 11:02:42 Successfully built 171814ad6d57 11:02:42 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:02:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:43 11:02:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:44 latest: Pulling from edgex-lftools-log-publisher 11:02:44 5eb5b503b376: Pulling fs layer 11:02:44 5c69ac0246d0: Pulling fs layer 11:02:44 ec43610c2a17: Pulling fs layer 11:02:44 3a2ae6a8a46f: Pulling fs layer 11:02:44 33b1e0a273af: Pulling fs layer 11:02:44 5d3b04190fa2: Pulling fs layer 11:02:44 2f39f015ded8: Pulling fs layer 11:02:44 33b1e0a273af: Waiting 11:02:44 5d3b04190fa2: Waiting 11:02:44 2f39f015ded8: Waiting 11:02:44 3a2ae6a8a46f: Waiting 11:02:44 5c69ac0246d0: Verifying Checksum 11:02:44 5c69ac0246d0: Download complete 11:02:44 3a2ae6a8a46f: Verifying Checksum 11:02:44 3a2ae6a8a46f: Download complete 11:02:44 ec43610c2a17: Verifying Checksum 11:02:44 ec43610c2a17: Download complete 11:02:44 33b1e0a273af: Verifying Checksum 11:02:44 33b1e0a273af: Download complete 11:02:44 5d3b04190fa2: Download complete 11:02:44 5eb5b503b376: Verifying Checksum 11:02:44 5eb5b503b376: Download complete 11:02:44 2f39f015ded8: Verifying Checksum 11:02:44 2f39f015ded8: Download complete 11:02:45 5eb5b503b376: Pull complete 11:02:45 5c69ac0246d0: Pull complete 11:02:46 ec43610c2a17: Pull complete 11:02:46 3a2ae6a8a46f: Pull complete 11:02:46 33b1e0a273af: Pull complete 11:02:46 5d3b04190fa2: Pull complete 11:02:50 2f39f015ded8: Pull complete 11:02:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:02:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:50 prd-ubuntu20.04-docker-8c-8g-10985 does not seem to be running inside a container 11:02:50 $ 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-214 -v /w/workspace/undry_device-rfid-llrp-go_PR-214:/w/workspace/undry_device-rfid-llrp-go_PR-214:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:02:54 $ docker top 7eb4b3a8976ee8b848d8434ec342c57dc4181d3ad8d7a677f910cf4e2af1f511 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:54 ---> job-cost.sh 11:02:54 lf-activate-venv: SKIPPING 11:02:54 INFO: No Stack... 11:02:55 INFO: Retrieving Pricing Info for: v3-standard-8 11:02:55 INFO: Archiving Costs [Pipeline] sh 11:02:55 + cat /w/workspace/undry_device-rfid-llrp-go_PR-214/archives/cost.csv 11:02:55 + cut -d, -f6 [Pipeline] lock 11:02:55 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] 11:02:55 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] did not exist. Created. 11:02:55 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:02:56 + echo total: 0.2199999988079071 [Pipeline] stash 11:02:56 Stashed 1 file(s) [Pipeline] } 11:02:56 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:02:56 $ docker stop --time=1 7eb4b3a8976ee8b848d8434ec342c57dc4181d3ad8d7a677f910cf4e2af1f511 11:02:57 $ docker rm -f --volumes 7eb4b3a8976ee8b848d8434ec342c57dc4181d3ad8d7a677f910cf4e2af1f511 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:03:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10987 in /w/workspace/undry_device-rfid-llrp-go_PR-214 [Pipeline] { [Pipeline] ws 11:03:32 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 11:03:32 Selected Git installation does not exist. Using Default 11:03:32 The recommended git tool is: NONE 11:03:39 using credential edgex-jenkins-ssh 11:03:39 Cloning the remote Git repository 11:03:39 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:03:39 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 11:03:39 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:03:39 > git --version # timeout=10 11:03:39 > git --version # 'git version 2.25.1' 11:03:39 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:40 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:03:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:42 Merging remotes/origin/main commit 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa into PR head commit 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc 11:03:42 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:03:42 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:03:42 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/214/head:refs/remotes/origin/PR-214 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:03:42 > git config core.sparsecheckout # timeout=10 11:03:42 > git checkout -f 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc # timeout=10 11:03:42 > git remote # timeout=10 11:03:42 Merge succeeded, producing 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc 11:03:42 Checking out Revision 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc (PR-214) 11:03:43 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" 11:03:43 > git --version # timeout=10 11:03:43 > git --version # 'git version 2.25.1' 11:03:43 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:03:42 > git config --get remote.origin.url # timeout=10 11:03:42 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:42 > git merge 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa # timeout=10 11:03:42 > git rev-parse HEAD^{commit} # timeout=10 11:03:42 > git config core.sparsecheckout # timeout=10 11:03:42 > git checkout -f 11cc447ad0ecb1ba0105dd1ec2a80b39566519bc # timeout=10 11:03:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:03:44 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:44 Dload Upload Total Spent Left Speed 11:03:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 218k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh 11:03:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:03:45 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 11:03:45 /etc/docker/daemon.json 11:03:45 { 11:03:45 "registry-mirrors": [ 11:03:45 "https://nexus3.edgexfoundry.org:10001" 11:03:45 ], 11:03:45 "bip": "10.250.0.254/24", 11:03:45 "hosts": [ 11:03:45 "tcp://0.0.0.0:5555", 11:03:45 "unix:///var/run/docker.sock" 11:03:45 ], 11:03:45 "mtu": 1458, 11:03:45 "selinux-enabled": true, 11:03:45 "seccomp-profile": "/etc/docker/seccomp.json" 11:03:45 } [Pipeline] sh 11:03:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:03:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:04 provisioning config files... 11:04:04 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config13011365036722401091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:05 ---> docker-login.sh 11:04:05 nexus3.edgexfoundry.org:10001 11:04:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:05 Configure a credential helper to remove this warning. See 11:04:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:05 11:04:05 Login Succeeded 11:04:05 nexus3.edgexfoundry.org:10002 11:04:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:06 Configure a credential helper to remove this warning. See 11:04:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:06 11:04:06 Login Succeeded 11:04:06 nexus3.edgexfoundry.org:10003 11:04:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:06 Configure a credential helper to remove this warning. See 11:04:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:06 11:04:06 Login Succeeded 11:04:06 nexus3.edgexfoundry.org:10004 11:04:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:06 Configure a credential helper to remove this warning. See 11:04:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:06 11:04:06 Login Succeeded 11:04:06 docker.io 11:04:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:07 Configure a credential helper to remove this warning. See 11:04:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:07 11:04:07 Login Succeeded 11:04:07 ---> docker-login.sh ends [Pipeline] } 11:04:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:04:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:04:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:04:07 ========================================================= 11:04:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:04:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:08 + 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:04:08 Sending build context to Docker daemon 1.211MB 11:04:08 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:04:08 Step 2/12 : FROM ${BASE} AS builder 11:04:08 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:04:08 c41833b44d91: Pulling fs layer 11:04:08 ed15518f5707: Pulling fs layer 11:04:08 feae8fd75edb: Pulling fs layer 11:04:08 242c74f7c9fa: Pulling fs layer 11:04:08 3cdef696dda3: Pulling fs layer 11:04:08 2ced38df9373: Pulling fs layer 11:04:08 58f1dce35555: Pulling fs layer 11:04:08 242c74f7c9fa: Waiting 11:04:08 3cdef696dda3: Waiting 11:04:08 2ced38df9373: Waiting 11:04:08 58f1dce35555: Waiting 11:04:08 ed15518f5707: Verifying Checksum 11:04:08 ed15518f5707: Download complete 11:04:08 242c74f7c9fa: Verifying Checksum 11:04:08 242c74f7c9fa: Download complete 11:04:08 3cdef696dda3: Verifying Checksum 11:04:08 3cdef696dda3: Download complete 11:04:08 c41833b44d91: Verifying Checksum 11:04:08 c41833b44d91: Download complete 11:04:09 c41833b44d91: Pull complete 11:04:10 58f1dce35555: Verifying Checksum 11:04:10 58f1dce35555: Download complete 11:04:10 ed15518f5707: Pull complete 11:04:11 feae8fd75edb: Verifying Checksum 11:04:11 feae8fd75edb: Download complete 11:04:11 2ced38df9373: Verifying Checksum 11:04:11 2ced38df9373: Download complete 11:04:24 feae8fd75edb: Pull complete 11:04:24 242c74f7c9fa: Pull complete 11:04:24 3cdef696dda3: Pull complete 11:04:30 2ced38df9373: Pull complete 11:04:34 58f1dce35555: Pull complete 11:04:34 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 11:04:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:04:34 ---> fadd8f120f05 11:04:34 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:04:35 ---> Running in 67f994b93bbb 11:04:35 Removing intermediate container 67f994b93bbb 11:04:35 ---> 1bccdffb2925 11:04:35 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:04:36 ---> Running in a013e27bceb6 11:04:36 Removing intermediate container a013e27bceb6 11:04:36 ---> 2ec739270549 11:04:36 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:04:36 ---> Running in 2375d7c6e0b5 11:04:36 Removing intermediate container 2375d7c6e0b5 11:04:36 ---> d3281b4a569f 11:04:36 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:04:36 ---> Running in 1c7f5bd11005 11:04:37 Removing intermediate container 1c7f5bd11005 11:04:37 ---> fe25a4049e55 11:04:37 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:04:37 ---> Running in 6dc28143951c 11:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:04:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:04:40 OK: 263 MiB in 53 packages 11:04:40 Removing intermediate container 6dc28143951c 11:04:40 ---> af1ec1622cea 11:04:40 Step 8/12 : WORKDIR /app 11:04:41 ---> Running in 637cee37f4e0 11:04:41 Removing intermediate container 637cee37f4e0 11:04:41 ---> 393c06d81a5b 11:04:41 Step 9/12 : COPY go.mod vendor* ./ 11:04:41 ---> d1795275634b 11:04:41 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:41 ---> Running in 1f5cd29b4fe2 11:05:50 Removing intermediate container 1f5cd29b4fe2 11:05:50 ---> 3cecc2e1f54c 11:05:50 Step 11/12 : COPY . . 11:05:50 ---> e78eeec7dca0 11:05:50 Step 12/12 : RUN $MAKE 11:05:50 ---> Running in 214b99a219af 11:05:50 noop 11:05:50 Removing intermediate container 214b99a219af 11:05:50 ---> f73c29b61653 11:05:50 Successfully built f73c29b61653 11:05:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:51 + docker inspect -f . ci-base-image-arm64 11:05:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:51 prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container 11:05:51 $ 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:05:53 $ docker top 0bfcb307dd2ab63171bc171f6cee68f8c7272bea3810411681b2fb5b099703b7 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:53 + go version 11:05:53 go version go1.20.2 linux/arm64 [Pipeline] } 11:05:54 $ docker stop --time=1 0bfcb307dd2ab63171bc171f6cee68f8c7272bea3810411681b2fb5b099703b7 11:05:55 $ docker rm -f --volumes 0bfcb307dd2ab63171bc171f6cee68f8c7272bea3810411681b2fb5b099703b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:56 + docker inspect -f . ci-base-image-arm64 11:05:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:56 prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container 11:05:56 $ 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:05:58 $ docker top 9871d4d78786a76af1590b777ce063eede0e4ba4090fbb2a0053c101ef74bdfe -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:58 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 11:05:59 + make test 11:05:59 go test ./... -coverprofile=coverage.out ./... 11:06:38 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:08:45 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:08:45 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:09:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 30.080s coverage: 40.5% of statements 11:09:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.559s coverage: 51.9% of statements 11:09:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.038s coverage: 95.5% of statements 11:09:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:09:17 go vet ./... 11:09:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:09:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:09:44 ./bin/test-attribution-txt.sh 11:09:44 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:09:44 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:09:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:09:44 $ docker stop --time=1 9871d4d78786a76af1590b777ce063eede0e4ba4090fbb2a0053c101ef74bdfe 11:09:46 $ docker rm -f --volumes 9871d4d78786a76af1590b777ce063eede0e4ba4090fbb2a0053c101ef74bdfe [Pipeline] // withDockerContainer [Pipeline] sh 11:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:09:47 Warning: overwriting stash ‘coverage-report’ 11:09:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:09:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:09:49 + ls -al . 11:09:49 total 624 11:09:49 drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 11:06 . 11:09:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:03 .. 11:09:49 -rw-rw-r-- 1 jenkins jenkins 134 Apr 26 11:03 .dockerignore 11:09:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 11:03 .git 11:09:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 11:03 .github 11:09:49 -rw-rw-r-- 1 jenkins jenkins 946 Apr 26 11:03 .gitignore 11:09:49 -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 11:03 .golangci.yml 11:09:49 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 26 11:03 Attribution.txt 11:09:49 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 26 11:03 CHANGELOG.md 11:09:49 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 26 11:03 Dockerfile 11:09:49 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 11:03 GOVERNANCE.md 11:09:49 -rw-rw-r-- 1 jenkins jenkins 683 Apr 26 11:03 Jenkinsfile 11:09:49 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 26 11:03 LICENSE 11:09:49 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 26 11:03 Makefile 11:09:49 -rw-rw-r-- 1 jenkins jenkins 625 Apr 26 11:03 OWNERS.md 11:09:49 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 26 11:03 README.md 11:09:49 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 11:00 VERSION 11:09:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:03 bin 11:09:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:03 cmd 11:09:49 -rw-r--r-- 1 jenkins jenkins 458038 Apr 26 11:09 coverage.out 11:09:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:03 examples 11:09:49 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 26 11:03 go.mod 11:09:49 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 26 11:03 go.sum 11:09:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:03 images 11:09:49 drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 11:03 internal 11:09:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:03 snap 11:09:49 -rw-rw-r-- 1 jenkins jenkins 193 Apr 26 11:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:49 + 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=11cc447ad0ecb1ba0105dd1ec2a80b39566519bc --label arch=arm64 --label version=0.0.0 . 11:09:49 Sending build context to Docker daemon 1.211MB 11:09:49 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:09:49 Step 2/24 : FROM ${BASE} AS builder 11:09:49 ---> f73c29b61653 11:09:49 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:09:49 ---> Running in 4e98c567f759 11:09:50 Removing intermediate container 4e98c567f759 11:09:50 ---> f106b6590925 11:09:50 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:09:50 ---> Running in 56b367256448 11:09:50 Removing intermediate container 56b367256448 11:09:50 ---> e651467d745f 11:09:50 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:09:50 ---> Running in 4e8d6c4d63a8 11:09:51 Removing intermediate container 4e8d6c4d63a8 11:09:51 ---> f2f468c8e36b 11:09:51 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:09:51 ---> Running in 623197a3c01d 11:09:51 Removing intermediate container 623197a3c01d 11:09:51 ---> f192abc326a8 11:09:51 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:09:51 ---> Running in 0bd2d2f8b9f5 11:09:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:09:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:09:54 OK: 263 MiB in 53 packages 11:09:55 Removing intermediate container 0bd2d2f8b9f5 11:09:55 ---> d6edaa9fa41a 11:09:55 Step 8/24 : WORKDIR /app 11:09:55 ---> Running in 874a3b35a220 11:09:55 Removing intermediate container 874a3b35a220 11:09:55 ---> c1403e150527 11:09:55 Step 9/24 : COPY go.mod vendor* ./ 11:09:56 ---> 775f7fbf670a 11:09:56 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:09:56 ---> Running in a4ec9cc0472d 11:09:58 Removing intermediate container a4ec9cc0472d 11:09:58 ---> d01be52e9524 11:09:58 Step 11/24 : COPY . . 11:09:59 ---> 5aa025b3070f 11:09:59 Step 12/24 : RUN $MAKE 11:09:59 ---> Running in 3c2b2b837557 11:10:00 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:12:22 Removing intermediate container 3c2b2b837557 11:12:22 ---> 360f94f7d498 11:12:22 Step 13/24 : FROM alpine:3.17 11:12:22 3.17: Pulling from library/alpine 11:12:22 c41833b44d91: Already exists 11:12:22 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:12:22 Status: Downloaded newer image for alpine:3.17 11:12:22 ---> 51e60588ff2c 11:12:22 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:12:22 ---> Running in b1a93c930b17 11:12:22 Removing intermediate container b1a93c930b17 11:12:22 ---> ce971e8e709a 11:12:22 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:12:22 ---> Running in 4de9c78ea8d6 11:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:12:22 (1/1) Installing dumb-init (1.2.5-r2) 11:12:22 Executing busybox-1.35.0-r29.trigger 11:12:22 OK: 8 MiB in 16 packages 11:12:22 Removing intermediate container 4de9c78ea8d6 11:12:22 ---> af9eb22e3a2b 11:12:22 Step 16/24 : COPY --from=builder /app/LICENSE / 11:12:22 ---> 1455a425c783 11:12:22 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:12:22 ---> 9edc7a562c52 11:12:22 Step 18/24 : COPY --from=builder /app/cmd/ / 11:12:22 ---> 416a31ed245b 11:12:22 Step 19/24 : EXPOSE 59989 11:12:22 ---> Running in c06738b7a8f9 11:12:22 Removing intermediate container c06738b7a8f9 11:12:22 ---> b7e4f0983d7f 11:12:22 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:12:22 ---> Running in 261fe27eec64 11:12:22 Removing intermediate container 261fe27eec64 11:12:22 ---> 5865fda925e7 11:12:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:12:22 ---> Running in 814fce5f940b 11:12:22 Removing intermediate container 814fce5f940b 11:12:22 ---> 5a24b902dd0d 11:12:22 Step 22/24 : LABEL arch=arm64 11:12:22 ---> Running in 3cbb0ecc6413 11:12:22 Removing intermediate container 3cbb0ecc6413 11:12:22 ---> 2ec980ca376d 11:12:22 Step 23/24 : LABEL git_sha=11cc447ad0ecb1ba0105dd1ec2a80b39566519bc 11:12:22 ---> Running in 5b00c0c9d64e 11:12:22 Removing intermediate container 5b00c0c9d64e 11:12:22 ---> 6a6183198937 11:12:22 Step 24/24 : LABEL version=0.0.0 11:12:22 ---> Running in 2e931ba1b64b 11:12:22 Removing intermediate container 2e931ba1b64b 11:12:22 ---> e57950ea918b 11:12:22 [Warning] One or more build-args [ARCH] were not consumed 11:12:22 Successfully built e57950ea918b 11:12:22 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:12:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:12:23 11:12:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:12:23 arm64: Pulling from edgex-lftools-log-publisher 11:12:23 8998bd30e6a1: Pulling fs layer 11:12:23 04944245beec: Pulling fs layer 11:12:23 699f458cf7ca: Pulling fs layer 11:12:23 765212b225bb: Pulling fs layer 11:12:23 f23df028b6ca: Pulling fs layer 11:12:23 d65c8cfc05b1: Pulling fs layer 11:12:23 2437ff75d9bd: Pulling fs layer 11:12:23 f23df028b6ca: Waiting 11:12:23 d65c8cfc05b1: Waiting 11:12:23 2437ff75d9bd: Waiting 11:12:23 765212b225bb: Waiting 11:12:24 04944245beec: Verifying Checksum 11:12:24 04944245beec: Download complete 11:12:24 765212b225bb: Verifying Checksum 11:12:24 765212b225bb: Download complete 11:12:24 f23df028b6ca: Verifying Checksum 11:12:24 f23df028b6ca: Download complete 11:12:24 d65c8cfc05b1: Verifying Checksum 11:12:24 699f458cf7ca: Verifying Checksum 11:12:24 699f458cf7ca: Download complete 11:12:24 8998bd30e6a1: Verifying Checksum 11:12:24 8998bd30e6a1: Download complete 11:12:26 2437ff75d9bd: Verifying Checksum 11:12:26 2437ff75d9bd: Download complete 11:12:28 8998bd30e6a1: Pull complete 11:12:29 04944245beec: Pull complete 11:12:30 699f458cf7ca: Pull complete 11:12:30 765212b225bb: Pull complete 11:12:31 f23df028b6ca: Pull complete 11:12:31 d65c8cfc05b1: Pull complete 11:12:46 2437ff75d9bd: Pull complete 11:12:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:12:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:12:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:46 prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container 11:12:47 $ 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:12:49 $ docker top 0f439bbf356738b66f589a2ed8df3471c783dac3d8d9d595bf66b6418b740a58 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:12:50 ---> job-cost.sh 11:12:50 lf-activate-venv: SKIPPING 11:12:50 INFO: No Stack... 11:12:50 INFO: Retrieving Pricing Info for: v3-standard-4 11:12:51 INFO: Archiving Costs [Pipeline] sh 11:12:52 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 11:12:52 + cut -d, -f6 [Pipeline] lock 11:12:52 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] 11:12:52 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] did not exist. Created. 11:12:52 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:12:52 /w/workspace/device-rfid-llrp-go/1@tmp/durable-f9829ddd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:12:53 + echo total: 0.10999999940395355 [Pipeline] stash 11:12:53 Warning: overwriting stash ‘stack-cost’ 11:12:53 Stashed 1 file(s) [Pipeline] } 11:12:53 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-214-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:12:53 $ docker stop --time=1 0f439bbf356738b66f589a2ed8df3471c783dac3d8d9d595bf66b6418b740a58 11:12:55 $ docker rm -f --volumes 0f439bbf356738b66f589a2ed8df3471c783dac3d8d9d595bf66b6418b740a58 [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:12:56 provisioning config files... 11:12:56 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/config8328365301459262296tmp [Pipeline] { [Pipeline] sh 11:12:56 + set +x 11:12:56 + curl -s https://codecov.io/bash 11:12:56 + bash -s -- 11:12:56 11:12:56 _____ _ 11:12:56 / ____| | | 11:12:56 | | ___ __| | ___ ___ _____ __ 11:12:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:12:56 | |___| (_) | (_| | __/ (_| (_) \ V / 11:12:56 \_____\___/ \__,_|\___|\___\___/ \_/ 11:12:56 Bash-1.0.6 11:12:56 11:12:56 11:12:56 ==> git version 2.25.1 found 11:12: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:12:56 Release-Date: 2020-01-08 11:12: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:12:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:12:56 ==> Jenkins CI detected. 11:12:56 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-214 11:12:56 project root: . 11:12:56 --> token set from env 11:12:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:12:56 ==> Running gcov in . (disable via -X gcov) 11:12:56 ==> Python coveragepy not found 11:12:56 ==> Searching for coverage reports in: 11:12:56 + . 11:12:56 -> Found 1 reports 11:12:56 ==> Detecting git/mercurial file structure 11:12:56 ==> Reading reports 11:12:56 + ./coverage.out bytes=458038 11:12:56 ==> Appending adjustments 11:12:56 https://docs.codecov.io/docs/fixing-reports 11:12:56 + Found adjustments 11:12:56 ==> Gzipping contents 11:12:56 52K /tmp/codecov.jI46UA.gz 11:12:56 ==> Uploading reports 11:12:56 url: https://codecov.io 11:12:56 query: branch=PR-214&commit=11cc447ad0ecb1ba0105dd1ec2a80b39566519bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-214%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=214&job=&cmd_args= 11:12:56 -> Pinging Codecov 11:12:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-214&commit=11cc447ad0ecb1ba0105dd1ec2a80b39566519bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-214%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=214&job=&cmd_args= 11:12:57 -> Uploading to 11:12:57 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/581DD39554BDF9B6E22D074273EAD858/11cc447ad0ecb1ba0105dd1ec2a80b39566519bc/fb7d3110-3a8e-4ade-ac6d-b80569b788ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T111256Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c88d69b82d31f5edec9ef0d67395fae817a8a1a0b8acdf7193b1cfd1b64ef177 11:12:57 % Total % Received % Xferd Average Speed Time Time Time Current 11:12:57 Dload Upload Total Spent Left Speed 11:12:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50497 0 0 100 50497 0 224k --:--:-- --:--:-- --:--:-- 224k 11:12:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/11cc447ad0ecb1ba0105dd1ec2a80b39566519bc [Pipeline] } 11:12: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:12:59 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-214/archives ] 11:12:59 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-214/archives 11:12:59 total 16 11:12:59 drwxr-xr-x 3 root root 4096 Apr 26 11:02 . 11:12:59 drwxrwxr-x 12 jenkins jenkins 4096 Apr 26 11:02 .. 11:12:59 drwxr-xr-x 2 root root 4096 Apr 26 11:02 cost 11:12:59 -rw-r--r-- 1 root root 91 Apr 26 11:02 cost.csv 11:12:59 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-214/archives 11:12:59 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-214/archives 11:12:59 total 16 11:12:59 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 11:02 . 11:12:59 drwxrwxr-x 12 jenkins jenkins 4096 Apr 26 11:02 .. 11:12:59 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 11:02 cost 11:12:59 -rw-r--r-- 1 jenkins jenkins 91 Apr 26 11:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:12:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:13:00 ---> package-listing.sh 11:13:00 ++ facter osfamily 11:13:00 ++ tr '[:upper:]' '[:lower:]' 11:13:00 + OS_FAMILY=debian 11:13:00 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-214 11:13:00 + START_PACKAGES=/tmp/packages_start.txt 11:13:00 + END_PACKAGES=/tmp/packages_end.txt 11:13:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:13:00 + PACKAGES=/tmp/packages_start.txt 11:13:00 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-214 ']' 11:13:00 + PACKAGES=/tmp/packages_end.txt 11:13:00 + case "${OS_FAMILY}" in 11:13:00 + dpkg -l 11:13:00 + grep '^ii' 11:13:00 + '[' -f /tmp/packages_start.txt ']' 11:13:00 + '[' -f /tmp/packages_end.txt ']' 11:13:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:13:00 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-214 ']' 11:13:00 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-214/archives/ 11:13:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-214/archives/ [Pipeline] echo 11:13: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-214/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:13:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:13:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:13:01 prd-ubuntu20.04-docker-8c-8g-10985 does not seem to be running inside a container 11:13: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-214/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-214 -v /w/workspace/undry_device-rfid-llrp-go_PR-214:/w/workspace/undry_device-rfid-llrp-go_PR-214:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-214@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-214@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:13:02 $ docker top e8ca30145250cd7c16cece2908cdad83f1eeab28c301b41984514f96d824ed13 -eo pid,comm [Pipeline] { [Pipeline] sh 11:13:02 + touch /tmp/pre-build-complete [Pipeline] sh 11:13:02 + mkdir -p /var/log/sysstat [Pipeline] sh 11:13:03 + ls /var/log/sa-host 11:13:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:13:03 provisioning config files... 11:13:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-214@tmp/config13703381854909463851tmp [Pipeline] { [Pipeline] echo 11:13:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:13:03 ---> create-netrc.sh [Pipeline] } 11:13:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:13:04 ---> python-tools-install.sh [Pipeline] echo 11:13:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:13:04 ---> sudo-logs.sh 11:13:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:13:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:13:04 ---> job-cost.sh 11:13:04 lf-activate-venv: SKIPPING 11:13:04 DEBUG: total: 0.2199999988079071 11:13:04 INFO: Retrieving Stack Cost... 11:13:05 INFO: Retrieving Pricing Info for: v3-standard-8 11:13:05 INFO: Archiving Costs [Pipeline] echo 11:13:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:13:06 ---> logs-deploy.sh 11:13:06 lf-activate-venv: SKIPPING 11:13:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-214/1 11:13:06 INFO: archiving workspace using pattern(s): 11:13:07 Archives upload complete. 11:13:07 INFO: archiving logs to Nexus