Pull request #99 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c5248f0b66c8ed49feb8b773e2a745a2607fc3ca+a486f61cebd70a79af9a3b2a3d782718b04949c5 (7fc1cf7f48e53c3e49983650381392d3ccf2e93e) 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-ssh11362645769954288852.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh3431197933641507005.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-99/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-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12634899721148715542.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-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh327632835144707410.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh16420455363663397916.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-99/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-99/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9661019842194314564.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-19785’ Running on prd-ubuntu20.04-docker-8c-8g-19788 in /w/workspace/oundry_device-rfid-llrp-go_PR-99 [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/oundry_device-rfid-llrp-go_PR-99 # 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 a486f61cebd70a79af9a3b2a3d782718b04949c5 into PR head commit c5248f0b66c8ed49feb8b773e2a745a2607fc3ca Merge succeeded, producing c5248f0b66c8ed49feb8b773e2a745a2607fc3ca Checking out Revision c5248f0b66c8ed49feb8b773e2a745a2607fc3ca (PR-99) > 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/99/head:refs/remotes/origin/PR-99 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5248f0b66c8ed49feb8b773e2a745a2607fc3ca # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a486f61cebd70a79af9a3b2a3d782718b04949c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5248f0b66c8ed49feb8b773e2a745a2607fc3ca # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:06:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:06:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:06:17 ========================================================= 23:06:17 EdgeX Global Pipelines Version Info 23:06:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:06:18 ------------------- 23:06:18 stable info: 23:06:18 ------------------- 23:06:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:06:18 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 23:06:18 Message: update stable to v1.0.237 23:06:18 ------------------- 23:06:18 experimental info: 23:06:18 ------------------- 23:06:18 Commited By: **** collab-it+edgex@linuxfoundation.org 23:06:18 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 23:06:18 Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:06:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 23:06:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:06:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:06:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-99 [Pipeline] echo 23:06:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-99 [Pipeline] echo 23:06:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-99 [Pipeline] echo 23:06:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5248f0b66c8ed49feb8b773e2a745a2607fc3ca [Pipeline] echo 23:06:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5248f0 [Pipeline] echo 23:06:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:06:20 provisioning config files... 23:06:20 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/config2750771850881494353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:06:20 ---> docker-login.sh 23:06:20 nexus3.edgexfoundry.org:10001 23:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:20 Configure a credential helper to remove this warning. See 23:06:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:20 23:06:20 Login Succeeded 23:06:20 nexus3.edgexfoundry.org:10002 23:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:21 Configure a credential helper to remove this warning. See 23:06:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:21 23:06:21 Login Succeeded 23:06:21 nexus3.edgexfoundry.org:10003 23:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:21 Configure a credential helper to remove this warning. See 23:06:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:21 23:06:21 Login Succeeded 23:06:21 nexus3.edgexfoundry.org:10004 23:06:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:22 Configure a credential helper to remove this warning. See 23:06:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:22 23:06:22 Login Succeeded 23:06:22 docker.io 23:06:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:22 Configure a credential helper to remove this warning. See 23:06:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:22 23:06:22 Login Succeeded 23:06:22 ---> docker-login.sh ends [Pipeline] } 23:06:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:06:23 + git rev-list -1 --merges c5248f0b66c8ed49feb8b773e2a745a2607fc3ca~1..c5248f0b66c8ed49feb8b773e2a745a2607fc3ca [Pipeline] echo 23:06:23 -----------> git rev-list -1 --merges c5248f0b66c8ed49feb8b773e2a745a2607fc3ca~1..c5248f0b66c8ed49feb8b773e2a745a2607fc3ca c5248f0b66c8ed49feb8b773e2a745a2607fc3ca [false] [Pipeline] sh 23:06:23 + git log --format=format:%s -1 c5248f0b66c8ed49feb8b773e2a745a2607fc3ca [Pipeline] echo 23:06:23 ========================================================= 23:06:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:06:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:06:24 + git log --format=format:%s -1 c5248f0b66c8ed49feb8b773e2a745a2607fc3ca [Pipeline] echo 23:06:24 [semverPrep] GIT_COMMIT: c5248f0b66c8ed49feb8b773e2a745a2607fc3ca, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 23:06:24 [semverPrep] This is not a build commit. [Pipeline] sh 23:06:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:06:24 + grep -v github /etc/ssh/ssh_known_hosts 23:06:24 + [ -e /tmp/ssh_known_hosts ] 23:06:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:06:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:06:24 + sudo tee -a /etc/ssh/ssh_known_hosts 23:06:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:06:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:06:25 23:06:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:06:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:06:25 0.1.4: Pulling from edgex-devops/py-git-semver 23:06:25 b85a868b505f: Pulling fs layer 23:06:25 e2be974225ed: Pulling fs layer 23:06:25 339a4e72a1f5: Pulling fs layer 23:06:25 988bab9f4d93: Pulling fs layer 23:06:25 1469e6f7b9e6: Pulling fs layer 23:06:25 eaf3925da568: Pulling fs layer 23:06:25 1469e6f7b9e6: Waiting 23:06:25 bab4dde63d76: Pulling fs layer 23:06:25 eaf3925da568: Waiting 23:06:25 bde34c3a00c8: Pulling fs layer 23:06:25 bab4dde63d76: Waiting 23:06:25 b352a97aabf1: Pulling fs layer 23:06:25 bde34c3a00c8: Waiting 23:06:25 4872d77fe225: Pulling fs layer 23:06:25 b352a97aabf1: Waiting 23:06:25 5851b861e8e6: Pulling fs layer 23:06:25 4872d77fe225: Waiting 23:06:25 5851b861e8e6: Waiting 23:06:25 e2be974225ed: Download complete 23:06:25 988bab9f4d93: Verifying Checksum 23:06:25 988bab9f4d93: Download complete 23:06:25 1469e6f7b9e6: Verifying Checksum 23:06:25 1469e6f7b9e6: Download complete 23:06:25 eaf3925da568: Verifying Checksum 23:06:25 eaf3925da568: Download complete 23:06:25 339a4e72a1f5: Verifying Checksum 23:06:25 339a4e72a1f5: Download complete 23:06:25 bde34c3a00c8: Verifying Checksum 23:06:25 bde34c3a00c8: Download complete 23:06:25 b352a97aabf1: Verifying Checksum 23:06:25 b352a97aabf1: Download complete 23:06:25 4872d77fe225: Download complete 23:06:25 5851b861e8e6: Verifying Checksum 23:06:25 5851b861e8e6: Download complete 23:06:26 b85a868b505f: Verifying Checksum 23:06:26 b85a868b505f: Download complete 23:06:26 bab4dde63d76: Verifying Checksum 23:06:26 bab4dde63d76: Download complete 23:06:27 b85a868b505f: Pull complete 23:06:27 e2be974225ed: Pull complete 23:06:28 339a4e72a1f5: Pull complete 23:06:28 988bab9f4d93: Pull complete 23:06:28 1469e6f7b9e6: Pull complete 23:06:28 eaf3925da568: Pull complete 23:06:31 bab4dde63d76: Pull complete 23:06:31 bde34c3a00c8: Pull complete 23:06:31 b352a97aabf1: Pull complete 23:06:31 4872d77fe225: Pull complete 23:06:31 5851b861e8e6: Pull complete 23:06:31 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:06:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:06:31 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:06:31 prd-ubuntu20.04-docker-8c-8g-19788 does not seem to be running inside a container 23:06:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-99 -v /w/workspace/oundry_device-rfid-llrp-go_PR-99:/w/workspace/oundry_device-rfid-llrp-go_PR-99:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-99@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 23:06:32 $ docker top 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 -eo pid,comm 23:06:32 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). 23:06:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:06:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:06:32 [ssh-agent] Looking for ssh-agent implementation... 23:06:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:06:32 $ docker exec 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 ssh-agent 23:06:33 SSH_AUTH_SOCK=/tmp/ssh-WCGvMQELt5ae/agent.33 23:06:33 SSH_AGENT_PID=39 23:06:33 Running ssh-add (command line suppressed) 23:06:33 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/private_key_3824666905117209538.key (/w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/private_key_3824666905117209538.key) 23:06:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:06:33 + git tag --points-at HEAD [Pipeline] } 23:06:33 $ docker exec --env ******** --env ******** 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 ssh-agent -k 23:06:33 unset SSH_AUTH_SOCK; 23:06:33 unset SSH_AGENT_PID; 23:06:33 echo Agent pid 39 killed; 23:06:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:06:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:06:33 [ssh-agent] Looking for ssh-agent implementation... 23:06:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:06:33 $ docker exec 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 ssh-agent 23:06:34 SSH_AUTH_SOCK=/tmp/ssh-FUi2KqX9TaFt/agent.72 23:06:34 SSH_AGENT_PID=78 23:06:34 Running ssh-add (command line suppressed) 23:06:34 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/private_key_3432342571087015732.key (/w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/private_key_3432342571087015732.key) 23:06:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:06:34 + git semver init 23:06:34 2022-07-12 23:06:34,757 [run_init] DEBUG init version:0.0.0 force:False 23:06:34 2022-07-12 23:06:34,758 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver 23:06:34 2022-07-12 23:06:34,758 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver 23:06:34 2022-07-12 23:06:34,759 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver'], cwd=/w/workspace/oundry_device-rfid-llrp-go_PR-99, universal_newlines=False, shell=None, istream=None) 23:06:35 2022-07-12 23:06:35,517 [append_file] DEBUG append to file:/w/workspace/oundry_device-rfid-llrp-go_PR-99/.git/info/exclude 23:06:35 2022-07-12 23:06:35,517 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver/PR-99 with force:False 23:06:35 2022-07-12 23:06:35,517 [write_file] DEBUG write to file:/w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver/PR-99 23:06:35 2022-07-12 23:06:35,522 [execute] INFO git cat-file --batch-check 23:06:35 2022-07-12 23:06:35,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver, universal_newlines=False, shell=None, istream=) 23:06:35 2022-07-12 23:06:35,530 [execute] INFO git cat-file --batch 23:06:35 2022-07-12 23:06:35,530 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver, universal_newlines=False, shell=None, istream=) 23:06:35 2022-07-12 23:06:35,537 [read_version] DEBUG read version from /w/workspace/oundry_device-rfid-llrp-go_PR-99/.semver/PR-99 23:06:35 0.0.0 [Pipeline] } 23:06:35 $ docker exec --env ******** --env ******** 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 ssh-agent -k 23:06:35 unset SSH_AUTH_SOCK; 23:06:35 unset SSH_AGENT_PID; 23:06:35 echo Agent pid 78 killed; 23:06:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:06:36 + git semver [Pipeline] } 23:06:36 $ docker stop --time=1 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 23:06:37 $ docker rm -f 9b2e42f299cf867c0de13925a60bfb7796ed9d1ee848b14d55e8f3b4032fa585 [Pipeline] // withDockerContainer [Pipeline] sh 23:06:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:06:38 Stashed 1 file(s) [Pipeline] echo 23:06:38 [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 23:06:39 provisioning config files... 23:06:39 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/config2073685678337228789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:06:39 ---> docker-login.sh 23:06:39 nexus3.edgexfoundry.org:10001 23:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:39 Configure a credential helper to remove this warning. See 23:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:39 23:06:39 Login Succeeded 23:06:39 nexus3.edgexfoundry.org:10002 23:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:39 Configure a credential helper to remove this warning. See 23:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:39 23:06:39 Login Succeeded 23:06:39 nexus3.edgexfoundry.org:10003 23:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:39 Configure a credential helper to remove this warning. See 23:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:39 23:06:39 Login Succeeded 23:06:39 nexus3.edgexfoundry.org:10004 23:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:40 Configure a credential helper to remove this warning. See 23:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:40 23:06:40 Login Succeeded 23:06:40 docker.io 23:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:40 Configure a credential helper to remove this warning. See 23:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:40 23:06:40 Login Succeeded 23:06:40 ---> docker-login.sh ends [Pipeline] } 23:06:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:06:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:06:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:06:40 ========================================================= 23:06:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 23:06:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:06:41 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 23:06:41 Sending build context to Docker daemon 4.041MB 23:06:41 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 23:06:41 Step 2/12 : FROM ${BASE} AS builder 23:06:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 23:06:41 2408cc74d12b: Pulling fs layer 23:06:41 ea60b727a1ce: Pulling fs layer 23:06:41 30c4a7721957: Pulling fs layer 23:06:41 370296b7ddb6: Pulling fs layer 23:06:41 7c6cee850709: Pulling fs layer 23:06:41 39a5fcdaea64: Pulling fs layer 23:06:41 d94ebbe4e438: Pulling fs layer 23:06:41 bcfd1f05c69d: Pulling fs layer 23:06:41 59ccb84bbe0f: Pulling fs layer 23:06:41 370296b7ddb6: Waiting 23:06:41 7c6cee850709: Waiting 23:06:41 39a5fcdaea64: Waiting 23:06:41 d94ebbe4e438: Waiting 23:06:41 bcfd1f05c69d: Waiting 23:06:41 59ccb84bbe0f: Waiting 23:06:41 30c4a7721957: Verifying Checksum 23:06:41 30c4a7721957: Download complete 23:06:41 ea60b727a1ce: Download complete 23:06:41 7c6cee850709: Verifying Checksum 23:06:41 7c6cee850709: Download complete 23:06:41 39a5fcdaea64: Download complete 23:06:41 2408cc74d12b: Verifying Checksum 23:06:41 d94ebbe4e438: Download complete 23:06:41 2408cc74d12b: Pull complete 23:06:41 ea60b727a1ce: Pull complete 23:06:41 30c4a7721957: Pull complete 23:06:41 59ccb84bbe0f: Verifying Checksum 23:06:41 59ccb84bbe0f: Download complete 23:06:41 bcfd1f05c69d: Verifying Checksum 23:06:41 bcfd1f05c69d: Download complete 23:06:41 370296b7ddb6: Download complete 23:06:47 370296b7ddb6: Pull complete 23:06:47 7c6cee850709: Pull complete 23:06:47 39a5fcdaea64: Pull complete 23:06:47 d94ebbe4e438: Pull complete 23:06:49 bcfd1f05c69d: Pull complete 23:06:49 59ccb84bbe0f: Pull complete 23:06:49 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 23:06:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:06:49 ---> a4fb48ad2a94 23:06:49 Step 3/12 : ARG MAKE='make build' 23:06:51 ---> Running in eaba7aff4396 23:06:51 Removing intermediate container eaba7aff4396 23:06:51 ---> 6e68f7288188 23:06:51 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 23:06:51 ---> Running in 3b2ad13121a7 23:06:51 Removing intermediate container 3b2ad13121a7 23:06:51 ---> 0710f59da5b3 23:06:51 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 23:06:51 ---> Running in 98952a0326ba 23:06:51 Removing intermediate container 98952a0326ba 23:06:51 ---> 288c5198aab3 23:06:51 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:51 ---> Running in 7fefe31b36f1 23:06:51 Removing intermediate container 7fefe31b36f1 23:06:51 ---> c6de5b0b0bc3 23:06:51 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:06:51 ---> Running in 1535bc7b5299 23:06:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:06:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:06:53 OK: 211 MiB in 51 packages 23:06:53 Removing intermediate container 1535bc7b5299 23:06:53 ---> 98dbaea62f0e 23:06:53 Step 8/12 : WORKDIR /app 23:06:53 ---> Running in b064da568784 23:06:53 Removing intermediate container b064da568784 23:06:53 ---> b66313d65a18 23:06:53 Step 9/12 : COPY go.mod vendor* ./ 23:06:53 ---> 48cc519ebcff 23:06:53 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:06:53 ---> Running in cc8480ec5191 23:06:54 Still waiting to schedule task 23:06:54 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-19786’ 23:07:08 Removing intermediate container cc8480ec5191 23:07:08 ---> c45eca9d074c 23:07:08 Step 11/12 : COPY . . 23:07:08 ---> bb91cc352833 23:07:08 Step 12/12 : RUN $MAKE 23:07:08 ---> Running in 380508f20644 23:07:08 noop 23:07:08 Removing intermediate container 380508f20644 23:07:08 ---> 24f5d5226a75 23:07:08 Successfully built 24f5d5226a75 23:07:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:09 + docker inspect -f . ci-base-image-x86_64 23:07:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:07:09 prd-ubuntu20.04-docker-8c-8g-19788 does not seem to be running inside a container 23:07:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-rfid-llrp-go_PR-99 -v /w/workspace/oundry_device-rfid-llrp-go_PR-99:/w/workspace/oundry_device-rfid-llrp-go_PR-99:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-99@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 23:07:09 $ docker top 1c02a21542acb82ed977e040ec94629562562a9503263d39cf9d5ecc530d65da -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:10 + go version 23:07:10 go version go1.18.3 linux/amd64 [Pipeline] } 23:07:10 $ docker stop --time=1 1c02a21542acb82ed977e040ec94629562562a9503263d39cf9d5ecc530d65da 23:07:11 $ docker rm -f 1c02a21542acb82ed977e040ec94629562562a9503263d39cf9d5ecc530d65da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:12 + docker inspect -f . ci-base-image-x86_64 23:07:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:07:12 prd-ubuntu20.04-docker-8c-8g-19788 does not seem to be running inside a container 23:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/oundry_device-rfid-llrp-go_PR-99 -v /w/workspace/oundry_device-rfid-llrp-go_PR-99:/w/workspace/oundry_device-rfid-llrp-go_PR-99:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-99@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 23:07:12 $ docker top e4605fb59acb3f1ec0edfa2f356de0707d9cb17e3460a1a32aff44ea3e3ad1da -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:13 + git config --global --add safe.directory /w/workspace/oundry_device-rfid-llrp-go_PR-99 [Pipeline] fileExists [Pipeline] sh 23:07:13 + make test 23:07:13 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:07:13 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 23:07:23 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 23:07:23 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 23:07:29 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.995s coverage: 39.3% of statements 23:07:29 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.263s coverage: 51.9% of statements 23:07:29 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.014s coverage: 96.4% of statements 23:07:37 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 23:07:37 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:07:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:07:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:07:40 ./bin/test-attribution-txt.sh [Pipeline] echo 23:07:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:07:41 $ docker stop --time=1 e4605fb59acb3f1ec0edfa2f356de0707d9cb17e3460a1a32aff44ea3e3ad1da 23:07:42 $ docker rm -f e4605fb59acb3f1ec0edfa2f356de0707d9cb17e3460a1a32aff44ea3e3ad1da [Pipeline] // withDockerContainer [Pipeline] sh 23:07:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:07:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:07:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:07:44 + ls -al . 23:07:44 total 632 23:07:44 drwxrwxr-x 11 jenkins jenkins 4096 Jul 12 23:07 . 23:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 23:06 .. 23:07:44 -rw-rw-r-- 1 jenkins jenkins 134 Jul 12 23:06 .dockerignore 23:07:44 drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 23:07 .git 23:07:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 23:06 .github 23:07:44 -rw-rw-r-- 1 jenkins jenkins 946 Jul 12 23:06 .gitignore 23:07:44 -rw-rw-r-- 1 jenkins jenkins 41 Jul 12 23:06 .golangci.yml 23:07:44 drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 23:06 .semver 23:07:44 -rw-rw-r-- 1 jenkins jenkins 10362 Jul 12 23:06 Attribution.txt 23:07:44 -rw-rw-r-- 1 jenkins jenkins 3740 Jul 12 23:06 CHANGELOG.md 23:07:44 -rw-rw-r-- 1 jenkins jenkins 1518 Jul 12 23:06 Dockerfile 23:07:44 -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 23:06 GOVERNANCE.md 23:07:44 -rw-rw-r-- 1 jenkins jenkins 683 Jul 12 23:06 Jenkinsfile 23:07:44 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 12 23:06 LICENSE 23:07:44 -rw-rw-r-- 1 jenkins jenkins 2196 Jul 12 23:06 Makefile 23:07:44 -rw-rw-r-- 1 jenkins jenkins 625 Jul 12 23:06 OWNERS.md 23:07:44 -rw-rw-r-- 1 jenkins jenkins 28496 Jul 12 23:06 README.md 23:07:44 -rw-rw-r-- 1 jenkins jenkins 5 Jul 12 23:06 VERSION 23:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 23:06 bin 23:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 23:06 cmd 23:07:44 -rw-r--r-- 1 jenkins jenkins 460394 Jul 12 23:07 coverage.out 23:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 23:06 examples 23:07:44 -rw-rw-r-- 1 jenkins jenkins 3355 Jul 12 23:06 go.mod 23:07:44 -rw-rw-r-- 1 jenkins jenkins 35188 Jul 12 23:06 go.sum 23:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 23:06 images 23:07:44 drwxrwxr-x 5 jenkins jenkins 4096 Jul 12 23:06 internal 23:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 23:06 snap 23:07:44 -rw-rw-r-- 1 jenkins jenkins 193 Jul 12 23:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:44 + 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=c5248f0b66c8ed49feb8b773e2a745a2607fc3ca --label arch=amd64 --label version=0.0.0 . 23:07:44 Sending build context to Docker daemon 4.041MB 23:07:44 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 23:07:44 Step 2/25 : FROM ${BASE} AS builder 23:07:44 ---> 24f5d5226a75 23:07:44 Step 3/25 : ARG MAKE='make build' 23:07:44 ---> Running in f6194a936cae 23:07:45 Removing intermediate container f6194a936cae 23:07:45 ---> 5061d9e2de00 23:07:45 Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 23:07:45 ---> Running in 2a71d8a479b7 23:07:45 Removing intermediate container 2a71d8a479b7 23:07:45 ---> 4b7c41859eb8 23:07:45 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:07:45 ---> Running in ff456e14e035 23:07:45 Removing intermediate container ff456e14e035 23:07:45 ---> d32c2c2d4e46 23:07:45 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:45 ---> Running in 2a2dd7d43485 23:07:46 Removing intermediate container 2a2dd7d43485 23:07:46 ---> 583be7a21441 23:07:46 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:07:46 ---> Running in c73c7f81850b 23:07:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:07:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:07:47 OK: 211 MiB in 51 packages 23:07:47 Removing intermediate container c73c7f81850b 23:07:47 ---> d0e7d1e10b20 23:07:47 Step 8/25 : WORKDIR /app 23:07:47 ---> Running in d6b720b2250a 23:07:47 Removing intermediate container d6b720b2250a 23:07:47 ---> b7d2dda70c7a 23:07:47 Step 9/25 : COPY go.mod vendor* ./ 23:07:48 ---> 41b60f3854dc 23:07:48 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:07:48 ---> Running in 82788906f86d 23:07:48 Removing intermediate container 82788906f86d 23:07:48 ---> b0574a1b43a8 23:07:48 Step 11/25 : COPY . . 23:07:48 ---> cd4258b98891 23:07:48 Step 12/25 : RUN $MAKE 23:07:48 ---> Running in 80608094684a 23:07:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.12 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd 23:08:11 Removing intermediate container 80608094684a 23:08:11 ---> 96d44df3267e 23:08:11 Step 13/25 : FROM alpine:3.16 23:08:11 3.16: Pulling from library/alpine 23:08:11 2408cc74d12b: Already exists 23:08:11 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 23:08:11 Status: Downloaded newer image for alpine:3.16 23:08:11 ---> e66264b98777 23:08:11 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 23:08:11 ---> Running in 67958f48d777 23:08:11 Removing intermediate container 67958f48d777 23:08:11 ---> 4f9198c85edc 23:08:11 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:11 ---> Running in 23f59c2e2347 23:08:11 Removing intermediate container 23f59c2e2347 23:08:11 ---> 9775f49c258a 23:08:11 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 23:08:11 ---> Running in c1ce4e110213 23:08:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:08:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:08:12 (1/6) Installing dumb-init (1.2.5-r1) 23:08:12 (2/6) Installing libgcc (11.2.1_git20220219-r2) 23:08:12 (3/6) Installing libsodium (1.0.18-r0) 23:08:12 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 23:08:12 (5/6) Installing libzmq (4.3.4-r0) 23:08:13 (6/6) Installing zeromq (4.3.4-r0) 23:08:13 Executing busybox-1.35.0-r13.trigger 23:08:13 OK: 8 MiB in 20 packages 23:08:13 Removing intermediate container c1ce4e110213 23:08:13 ---> 1098742f462a 23:08:13 Step 17/25 : COPY --from=builder /app/LICENSE / 23:08:13 ---> a1b1cac5e70e 23:08:13 Step 18/25 : COPY --from=builder /app/Attribution.txt / 23:08:13 ---> 96fe48d19900 23:08:13 Step 19/25 : COPY --from=builder /app/cmd/ / 23:08:14 ---> cdc116af301e 23:08:14 Step 20/25 : EXPOSE 59989 23:08:14 ---> Running in 0d97e892532b 23:08:14 Removing intermediate container 0d97e892532b 23:08:14 ---> 8007892f4ead 23:08:14 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 23:08:14 ---> Running in 6ada28edb687 23:08:14 Removing intermediate container 6ada28edb687 23:08:14 ---> ae3f9e448715 23:08:14 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:08:14 ---> Running in 2fab2c9ce38c 23:08:14 Removing intermediate container 2fab2c9ce38c 23:08:14 ---> 51f33e322dee 23:08:14 Step 23/25 : LABEL arch=amd64 23:08:14 ---> Running in b783a61c9836 23:08:14 Removing intermediate container b783a61c9836 23:08:14 ---> a89ffcc7f23a 23:08:14 Step 24/25 : LABEL git_sha=c5248f0b66c8ed49feb8b773e2a745a2607fc3ca 23:08:14 ---> Running in 063419cbc6f1 23:08:14 Removing intermediate container 063419cbc6f1 23:08:14 ---> 577169a24ce8 23:08:14 Step 25/25 : LABEL version=0.0.0 23:08:14 ---> Running in b6cfd54f2420 23:08:15 Removing intermediate container b6cfd54f2420 23:08:15 ---> e1a321021ae3 23:08:15 [Warning] One or more build-args [ARCH] were not consumed 23:08:15 Successfully built e1a321021ae3 23:08:15 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 23:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:08:15 23:08:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:08:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:08:16 latest: Pulling from edgex-lftools-log-publisher 23:08:16 5eb5b503b376: Pulling fs layer 23:08:16 5c69ac0246d0: Pulling fs layer 23:08:16 ec43610c2a17: Pulling fs layer 23:08:16 3a2ae6a8a46f: Pulling fs layer 23:08:16 33b1e0a273af: Pulling fs layer 23:08:16 5d3b04190fa2: Pulling fs layer 23:08:16 2f39f015ded8: Pulling fs layer 23:08:16 33b1e0a273af: Waiting 23:08:16 3a2ae6a8a46f: Waiting 23:08:16 5d3b04190fa2: Waiting 23:08:16 2f39f015ded8: Waiting 23:08:16 5c69ac0246d0: Verifying Checksum 23:08:16 5c69ac0246d0: Download complete 23:08:16 3a2ae6a8a46f: Verifying Checksum 23:08:16 3a2ae6a8a46f: Download complete 23:08:16 33b1e0a273af: Verifying Checksum 23:08:16 33b1e0a273af: Download complete 23:08:16 5d3b04190fa2: Verifying Checksum 23:08:16 5d3b04190fa2: Download complete 23:08:16 ec43610c2a17: Verifying Checksum 23:08:16 ec43610c2a17: Download complete 23:08:16 5eb5b503b376: Verifying Checksum 23:08:16 5eb5b503b376: Download complete 23:08:17 2f39f015ded8: Download complete 23:08:18 5eb5b503b376: Pull complete 23:08:18 5c69ac0246d0: Pull complete 23:08:18 ec43610c2a17: Pull complete 23:08:18 3a2ae6a8a46f: Pull complete 23:08:18 33b1e0a273af: Pull complete 23:08:18 5d3b04190fa2: Pull complete 23:08:23 2f39f015ded8: Pull complete 23:08:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:08:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:08:23 prd-ubuntu20.04-docker-8c-8g-19788 does not seem to be running inside a container 23:08:23 $ 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/oundry_device-rfid-llrp-go_PR-99 -v /w/workspace/oundry_device-rfid-llrp-go_PR-99:/w/workspace/oundry_device-rfid-llrp-go_PR-99:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-99@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 23:08:24 $ docker top 1e7eefa7eb69ed07617fee815bb3ef60fd240172dd0b279c52d39da3a1b8e460 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:25 ---> job-cost.sh 23:08:25 lf-activate-venv: SKIPPING 23:08:25 INFO: No Stack... 23:08:25 INFO: Retrieving Pricing Info for: v3-standard-8 23:08:25 INFO: Archiving Costs [Pipeline] sh 23:08:26 + cat /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives/cost.csv 23:08:26 + cut -d, -f6 [Pipeline] lock 23:08:26 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] 23:08:26 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] did not exist. Created. 23:08:26 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:08:26 + echo total: 0.2199999988079071 [Pipeline] stash 23:08:26 Stashed 1 file(s) [Pipeline] } 23:08:26 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:08:26 $ docker stop --time=1 1e7eefa7eb69ed07617fee815bb3ef60fd240172dd0b279c52d39da3a1b8e460 23:08:28 $ docker rm -f 1e7eefa7eb69ed07617fee815bb3ef60fd240172dd0b279c52d39da3a1b8e460 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:09:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19790 in /w/workspace/oundry_device-rfid-llrp-go_PR-99 [Pipeline] { [Pipeline] ws 23:09:50 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 23:09:50 Selected Git installation does not exist. Using Default 23:09:50 The recommended git tool is: NONE 23:09:56 using credential edgex-jenkins-ssh 23:09:56 Cloning the remote Git repository 23:09:56 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 23:09:56 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 23:09:56 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 23:09:56 > git --version # timeout=10 23:09:56 > git --version # 'git version 2.25.1' 23:09:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:57 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 23:09:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:57 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 23:09:57 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 23:09:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:09:58 Merging remotes/origin/main commit a486f61cebd70a79af9a3b2a3d782718b04949c5 into PR head commit c5248f0b66c8ed49feb8b773e2a745a2607fc3ca 23:09:58 Merge succeeded, producing c5248f0b66c8ed49feb8b773e2a745a2607fc3ca 23:09:58 Checking out Revision c5248f0b66c8ed49feb8b773e2a745a2607fc3ca (PR-99) 23:09:58 > git config core.sparsecheckout # timeout=10 23:09:58 > git checkout -f c5248f0b66c8ed49feb8b773e2a745a2607fc3ca # timeout=10 23:09:58 > git remote # timeout=10 23:09:58 > git config --get remote.origin.url # timeout=10 23:09:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:58 > git merge a486f61cebd70a79af9a3b2a3d782718b04949c5 # timeout=10 23:09:58 > git rev-parse HEAD^{commit} # timeout=10 23:09:58 > git config core.sparsecheckout # timeout=10 23:09:58 > git checkout -f c5248f0b66c8ed49feb8b773e2a745a2607fc3ca # timeout=10 23:10:03 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 23:10:03 > git --version # timeout=10 23:10:03 > git --version # 'git version 2.25.1' 23:10:03 fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:10:04 % Total % Received % Xferd Average Speed Time Time Time Current 23:10:04 Dload Upload Total Spent Left Speed 23:10:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 23:10:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:10:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:10:05 + sudo tee /etc/docker/daemon.new 23:10:05 { 23:10:05 "registry-mirrors": [ 23:10:05 "https://nexus3.edgexfoundry.org:10001" 23:10:05 ], 23:10:05 "bip": "10.250.0.254/24", 23:10:05 "hosts": [ 23:10:05 "tcp://0.0.0.0:5555", 23:10:05 "unix:///var/run/docker.sock" 23:10:05 ], 23:10:05 "mtu": 1458, 23:10:05 "selinux-enabled": true, 23:10:05 "seccomp-profile": "/etc/docker/seccomp.json" 23:10:05 } [Pipeline] sh 23:10:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:10:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:10:25 provisioning config files... 23:10:25 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config957676059916376369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:25 ---> docker-login.sh 23:10:25 nexus3.edgexfoundry.org:10001 23:10:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:26 Configure a credential helper to remove this warning. See 23:10:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:26 23:10:26 Login Succeeded 23:10:26 nexus3.edgexfoundry.org:10002 23:10:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:27 Configure a credential helper to remove this warning. See 23:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:27 23:10:27 Login Succeeded 23:10:27 nexus3.edgexfoundry.org:10003 23:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:27 Configure a credential helper to remove this warning. See 23:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:27 23:10:27 Login Succeeded 23:10:27 nexus3.edgexfoundry.org:10004 23:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:28 Configure a credential helper to remove this warning. See 23:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:28 23:10:28 Login Succeeded 23:10:28 docker.io 23:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:28 Configure a credential helper to remove this warning. See 23:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:28 23:10:28 Login Succeeded 23:10:28 ---> docker-login.sh ends [Pipeline] } 23:10:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:10:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:10:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:10:29 ========================================================= 23:10:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 23:10:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:10:29 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 23:10:30 Sending build context to Docker daemon 1.229MB 23:10:30 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 23:10:30 Step 2/12 : FROM ${BASE} AS builder 23:10:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:10:30 b3c136eddcbf: Pulling fs layer 23:10:30 c0a3192eca97: Pulling fs layer 23:10:30 a050256f5b6f: Pulling fs layer 23:10:30 656be50a0ddc: Pulling fs layer 23:10:30 2bbca73fdf42: Pulling fs layer 23:10:30 46d945488cbd: Pulling fs layer 23:10:30 8a5474983e97: Pulling fs layer 23:10:30 329c88fbcd65: Pulling fs layer 23:10:30 46d945488cbd: Waiting 23:10:30 656be50a0ddc: Waiting 23:10:30 8a5474983e97: Waiting 23:10:30 2bbca73fdf42: Waiting 23:10:30 329c88fbcd65: Waiting 23:10:30 a050256f5b6f: Verifying Checksum 23:10:30 a050256f5b6f: Download complete 23:10:30 c0a3192eca97: Verifying Checksum 23:10:30 c0a3192eca97: Download complete 23:10:30 2bbca73fdf42: Verifying Checksum 23:10:30 2bbca73fdf42: Download complete 23:10:30 46d945488cbd: Download complete 23:10:30 b3c136eddcbf: Verifying Checksum 23:10:30 b3c136eddcbf: Download complete 23:10:31 b3c136eddcbf: Pull complete 23:10:31 329c88fbcd65: Verifying Checksum 23:10:31 329c88fbcd65: Download complete 23:10:32 c0a3192eca97: Pull complete 23:10:32 a050256f5b6f: Pull complete 23:10:32 8a5474983e97: Verifying Checksum 23:10:32 8a5474983e97: Download complete 23:10:33 656be50a0ddc: Verifying Checksum 23:10:33 656be50a0ddc: Download complete 23:10:48 656be50a0ddc: Pull complete 23:10:48 2bbca73fdf42: Pull complete 23:10:48 46d945488cbd: Pull complete 23:10:52 8a5474983e97: Pull complete 23:10:54 329c88fbcd65: Pull complete 23:10:54 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 23:10:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:10:54 ---> ff4287adb874 23:10:54 Step 3/12 : ARG MAKE='make build' 23:10:56 ---> Running in a75c379c9c26 23:10:56 Removing intermediate container a75c379c9c26 23:10:56 ---> b0f481468d08 23:10:56 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 23:10:56 ---> Running in 42a7ba40ff2d 23:10:56 Removing intermediate container 42a7ba40ff2d 23:10:56 ---> 75a6b7b7beeb 23:10:56 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 23:10:56 ---> Running in 8714d99bc262 23:10:57 Removing intermediate container 8714d99bc262 23:10:57 ---> b669b991ea4d 23:10:57 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:57 ---> Running in 89fd74d2128d 23:10:59 Removing intermediate container 89fd74d2128d 23:10:59 ---> 221eb4f31038 23:10:59 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:10:59 ---> Running in 9150f27f52ff 23:11:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:11:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:11:02 OK: 221 MiB in 51 packages 23:11:02 Removing intermediate container 9150f27f52ff 23:11:02 ---> 7bf6244defdb 23:11:02 Step 8/12 : WORKDIR /app 23:11:03 ---> Running in 0e8c268b2e16 23:11:03 Removing intermediate container 0e8c268b2e16 23:11:03 ---> 281d95629023 23:11:03 Step 9/12 : COPY go.mod vendor* ./ 23:11:03 ---> 5c94d71affb6 23:11:03 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:11:03 ---> Running in 22491aa4591b 23:11:50 Removing intermediate container 22491aa4591b 23:11:50 ---> 0938490d10c2 23:11:50 Step 11/12 : COPY . . 23:11:50 ---> 63ea928485d6 23:11:50 Step 12/12 : RUN $MAKE 23:11:50 ---> Running in 98e27dfb6ed4 23:11:51 noop 23:11:52 Removing intermediate container 98e27dfb6ed4 23:11:52 ---> 693b754043f5 23:11:52 Successfully built 693b754043f5 23:11:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:11:53 + docker inspect -f . ci-base-image-arm64 23:11:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:11:53 prd-ubuntu20.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container 23:11:53 $ 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 23:11:54 $ docker top 9841ad6713469043ecd198e1ffa88b94de15e79af51bf361d5033ada432fc934 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:55 + go version 23:11:55 go version go1.18.3 linux/arm64 [Pipeline] } 23:11:55 $ docker stop --time=1 9841ad6713469043ecd198e1ffa88b94de15e79af51bf361d5033ada432fc934 23:11:57 $ docker rm -f 9841ad6713469043ecd198e1ffa88b94de15e79af51bf361d5033ada432fc934 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:11:58 + docker inspect -f . ci-base-image-arm64 23:11:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:11:58 prd-ubuntu20.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container 23:11:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:12:00 $ docker top 7b36e28733db468c6d6a4ed8246c706b079eeec62c9e02b124c0f9b9a95f5555 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:01 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 23:12:02 + make test 23:12:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:12:04 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 23:13:40 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 23:13:40 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 23:14:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 24.727s coverage: 39.3% of statements 23:14:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.500s coverage: 52.0% of statements 23:14:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.053s coverage: 95.5% of statements 23:14:07 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:14:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:14:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:14:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:14:34 ./bin/test-attribution-txt.sh [Pipeline] echo 23:14:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:14:34 $ docker stop --time=1 7b36e28733db468c6d6a4ed8246c706b079eeec62c9e02b124c0f9b9a95f5555 23:14:36 $ docker rm -f 7b36e28733db468c6d6a4ed8246c706b079eeec62c9e02b124c0f9b9a95f5555 [Pipeline] // withDockerContainer [Pipeline] sh 23:14:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:14:37 Warning: overwriting stash ‘coverage-report’ 23:14:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:14:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:14:39 + ls -al . 23:14:39 total 628 23:14:39 drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 23:12 . 23:14:39 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 23:09 .. 23:14:39 -rw-rw-r-- 1 jenkins jenkins 134 Jul 12 23:09 .dockerignore 23:14:39 drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 23:10 .git 23:14:39 drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 23:09 .github 23:14:39 -rw-rw-r-- 1 jenkins jenkins 946 Jul 12 23:09 .gitignore 23:14:39 -rw-rw-r-- 1 jenkins jenkins 41 Jul 12 23:09 .golangci.yml 23:14:39 -rw-rw-r-- 1 jenkins jenkins 10362 Jul 12 23:09 Attribution.txt 23:14:39 -rw-rw-r-- 1 jenkins jenkins 3740 Jul 12 23:09 CHANGELOG.md 23:14:39 -rw-rw-r-- 1 jenkins jenkins 1518 Jul 12 23:09 Dockerfile 23:14:39 -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 23:09 GOVERNANCE.md 23:14:39 -rw-rw-r-- 1 jenkins jenkins 683 Jul 12 23:09 Jenkinsfile 23:14:39 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 12 23:09 LICENSE 23:14:39 -rw-rw-r-- 1 jenkins jenkins 2196 Jul 12 23:09 Makefile 23:14:39 -rw-rw-r-- 1 jenkins jenkins 625 Jul 12 23:09 OWNERS.md 23:14:39 -rw-rw-r-- 1 jenkins jenkins 28496 Jul 12 23:09 README.md 23:14:39 -rw-rw-r-- 1 jenkins jenkins 5 Jul 12 23:06 VERSION 23:14:39 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 23:09 bin 23:14:39 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 23:09 cmd 23:14:39 -rw-r--r-- 1 jenkins jenkins 460394 Jul 12 23:14 coverage.out 23:14:39 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 23:09 examples 23:14:39 -rw-rw-r-- 1 jenkins jenkins 3355 Jul 12 23:09 go.mod 23:14:39 -rw-rw-r-- 1 jenkins jenkins 35188 Jul 12 23:09 go.sum 23:14:39 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 23:09 images 23:14:39 drwxrwxr-x 5 jenkins jenkins 4096 Jul 12 23:09 internal 23:14:39 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 23:09 snap 23:14:39 -rw-rw-r-- 1 jenkins jenkins 193 Jul 12 23:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:14:40 + 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=c5248f0b66c8ed49feb8b773e2a745a2607fc3ca --label arch=arm64 --label version=0.0.0 . 23:14:40 Sending build context to Docker daemon 1.229MB 23:14:40 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 23:14:40 Step 2/25 : FROM ${BASE} AS builder 23:14:40 ---> 693b754043f5 23:14:40 Step 3/25 : ARG MAKE='make build' 23:14:40 ---> Running in 86121c846e8a 23:14:40 Removing intermediate container 86121c846e8a 23:14:40 ---> 9186892fdeef 23:14:40 Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 23:14:40 ---> Running in 0dea7faf6797 23:14:41 Removing intermediate container 0dea7faf6797 23:14:41 ---> c3808ab33c64 23:14:41 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:14:41 ---> Running in 117e6caf4241 23:14:41 Removing intermediate container 117e6caf4241 23:14:41 ---> bde75269d1f3 23:14:41 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:41 ---> Running in 3804acdb557d 23:14:43 Removing intermediate container 3804acdb557d 23:14:43 ---> ece81ad5b6b4 23:14:43 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:14:43 ---> Running in 30b011679d19 23:14:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:14:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:14:46 OK: 221 MiB in 51 packages 23:14:47 Removing intermediate container 30b011679d19 23:14:47 ---> 81f4359d96bd 23:14:47 Step 8/25 : WORKDIR /app 23:14:47 ---> Running in 9cdfdf98b22b 23:14:48 Removing intermediate container 9cdfdf98b22b 23:14:48 ---> 5b3de5211570 23:14:48 Step 9/25 : COPY go.mod vendor* ./ 23:14:48 ---> 101aa8fc6d87 23:14:48 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:48 ---> Running in fedf4819028a 23:14:50 Removing intermediate container fedf4819028a 23:14:50 ---> f52591143ff5 23:14:50 Step 11/25 : COPY . . 23:14:51 ---> 85f307de6ccd 23:14:51 Step 12/25 : RUN $MAKE 23:14:51 ---> Running in d5c4cdc86ea1 23:14:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.12 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd 23:17:14 Removing intermediate container d5c4cdc86ea1 23:17:14 ---> 6b88d18c0a83 23:17:14 Step 13/25 : FROM alpine:3.16 23:17:14 3.16: Pulling from library/alpine 23:17:14 b3c136eddcbf: Already exists 23:17:14 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 23:17:14 Status: Downloaded newer image for alpine:3.16 23:17:14 ---> 6e30ab57aeee 23:17:14 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 23:17:14 ---> Running in 4c0e033d8258 23:17:14 Removing intermediate container 4c0e033d8258 23:17:14 ---> fcd2d218ded4 23:17:14 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:14 ---> Running in 5447709d6134 23:17:14 Removing intermediate container 5447709d6134 23:17:14 ---> ae6415ab7b5f 23:17:14 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 23:17:14 ---> Running in a844dca33505 23:17:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:17:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:17:14 (1/6) Installing dumb-init (1.2.5-r1) 23:17:14 (2/6) Installing libgcc (11.2.1_git20220219-r2) 23:17:14 (3/6) Installing libsodium (1.0.18-r0) 23:17:14 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 23:17:14 (5/6) Installing libzmq (4.3.4-r0) 23:17:14 (6/6) Installing zeromq (4.3.4-r0) 23:17:14 Executing busybox-1.35.0-r13.trigger 23:17:14 OK: 8 MiB in 20 packages 23:17:14 Removing intermediate container a844dca33505 23:17:14 ---> 4e2b84a21161 23:17:14 Step 17/25 : COPY --from=builder /app/LICENSE / 23:17:14 ---> 3cafe06a1dfa 23:17:14 Step 18/25 : COPY --from=builder /app/Attribution.txt / 23:17:15 ---> bd16d69ab7c3 23:17:15 Step 19/25 : COPY --from=builder /app/cmd/ / 23:17:16 ---> 5ce1d312a0bc 23:17:16 Step 20/25 : EXPOSE 59989 23:17:16 ---> Running in 53345351a224 23:17:17 Removing intermediate container 53345351a224 23:17:17 ---> 4df289dada46 23:17:17 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 23:17:17 ---> Running in 044c60db47b0 23:17:17 Removing intermediate container 044c60db47b0 23:17:17 ---> b46805a6b72f 23:17:17 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:17:17 ---> Running in 689e27789fe8 23:17:17 Removing intermediate container 689e27789fe8 23:17:17 ---> 18985beee9ee 23:17:17 Step 23/25 : LABEL arch=arm64 23:17:17 ---> Running in c8233a5a3efc 23:17:18 Removing intermediate container c8233a5a3efc 23:17:18 ---> 878f8ad25619 23:17:18 Step 24/25 : LABEL git_sha=c5248f0b66c8ed49feb8b773e2a745a2607fc3ca 23:17:18 ---> Running in b3fe6f8e8403 23:17:18 Removing intermediate container b3fe6f8e8403 23:17:18 ---> 39f1f7dd6c5c 23:17:18 Step 25/25 : LABEL version=0.0.0 23:17:18 ---> Running in b42d73731045 23:17:18 Removing intermediate container b42d73731045 23:17:18 ---> c0303f40809b 23:17:18 [Warning] One or more build-args [ARCH] were not consumed 23:17:18 Successfully built c0303f40809b 23:17:18 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 23:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:17:19 23:17:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:17:20 arm64: Pulling from edgex-lftools-log-publisher 23:17:20 8998bd30e6a1: Pulling fs layer 23:17:20 04944245beec: Pulling fs layer 23:17:20 699f458cf7ca: Pulling fs layer 23:17:20 765212b225bb: Pulling fs layer 23:17:20 f23df028b6ca: Pulling fs layer 23:17:20 d65c8cfc05b1: Pulling fs layer 23:17:20 2437ff75d9bd: Pulling fs layer 23:17:20 765212b225bb: Waiting 23:17:20 f23df028b6ca: Waiting 23:17:20 2437ff75d9bd: Waiting 23:17:20 d65c8cfc05b1: Waiting 23:17:20 04944245beec: Verifying Checksum 23:17:20 04944245beec: Download complete 23:17:20 765212b225bb: Verifying Checksum 23:17:20 765212b225bb: Download complete 23:17:20 f23df028b6ca: Verifying Checksum 23:17:20 f23df028b6ca: Download complete 23:17:20 d65c8cfc05b1: Verifying Checksum 23:17:20 d65c8cfc05b1: Download complete 23:17:20 699f458cf7ca: Verifying Checksum 23:17:20 699f458cf7ca: Download complete 23:17:21 8998bd30e6a1: Verifying Checksum 23:17:21 8998bd30e6a1: Download complete 23:17:23 2437ff75d9bd: Verifying Checksum 23:17:23 2437ff75d9bd: Download complete 23:17:25 8998bd30e6a1: Pull complete 23:17:25 04944245beec: Pull complete 23:17:27 699f458cf7ca: Pull complete 23:17:27 765212b225bb: Pull complete 23:17:28 f23df028b6ca: Pull complete 23:17:28 d65c8cfc05b1: Pull complete 23:17:43 2437ff75d9bd: Pull complete 23:17:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:17:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:17:43 prd-ubuntu20.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container 23:17:43 $ 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 23:17:46 $ docker top b9e3a562b6e7a0ef906a9da2c59f0eb2d3e78ef0b71e02adac944234060834c0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:17:47 ---> job-cost.sh 23:17:47 lf-activate-venv: SKIPPING 23:17:47 INFO: No Stack... 23:17:47 INFO: Retrieving Pricing Info for: v3-standard-4 23:17:48 INFO: Archiving Costs [Pipeline] sh 23:17:49 + cut -d, -f6 23:17:49 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [Pipeline] lock 23:17:49 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] 23:17:49 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] did not exist. Created. 23:17:49 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:17:50 /w/workspace/device-rfid-llrp-go/1@tmp/durable-9c2604b5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:17:50 + echo total: 0.10999999940395355 [Pipeline] stash 23:17:50 Warning: overwriting stash ‘stack-cost’ 23:17:50 Stashed 1 file(s) [Pipeline] } 23:17:50 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:17:50 $ docker stop --time=1 b9e3a562b6e7a0ef906a9da2c59f0eb2d3e78ef0b71e02adac944234060834c0 23:17:52 $ docker rm -f b9e3a562b6e7a0ef906a9da2c59f0eb2d3e78ef0b71e02adac944234060834c0 [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 23:17:53 provisioning config files... 23:17:53 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/config8804416064766510932tmp [Pipeline] { [Pipeline] sh 23:17:53 + set +x 23:17:53 + curl -s https://codecov.io/bash 23:17:53 + bash -s -- 23:17:53 23:17:53 _____ _ 23:17:53 / ____| | | 23:17:53 | | ___ __| | ___ ___ _____ __ 23:17:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:17:53 | |___| (_) | (_| | __/ (_| (_) \ V / 23:17:53 \_____\___/ \__,_|\___|\___\___/ \_/ 23:17:53 Bash-1.0.6 23:17:53 23:17:53 23:17:53 ==> git version 2.25.1 found 23:17:53 ==> 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 23:17:53 Release-Date: 2020-01-08 23:17:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:17:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:17:53 ==> Jenkins CI detected. 23:17:53 current dir:  /w/workspace/oundry_device-rfid-llrp-go_PR-99 23:17:53 project root: . 23:17:53 --> token set from env 23:17:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:17:53 ==> Running gcov in . (disable via -X gcov) 23:17:53 ==> Python coveragepy not found 23:17:53 ==> Searching for coverage reports in: 23:17:53 + . 23:17:53 -> Found 1 reports 23:17:53 ==> Detecting git/mercurial file structure 23:17:53 ==> Reading reports 23:17:53 + ./coverage.out bytes=460394 23:17:53 ==> Appending adjustments 23:17:53 https://docs.codecov.io/docs/fixing-reports 23:17:54 + Found adjustments 23:17:54 ==> Gzipping contents 23:17:54 52K /tmp/codecov.ve2j1B.gz 23:17:54 ==> Uploading reports 23:17:54 url: https://codecov.io 23:17:54 query: branch=PR-99&commit=c5248f0b66c8ed49feb8b773e2a745a2607fc3ca&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-99%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=99&job=&cmd_args= 23:17:54 -> Pinging Codecov 23:17:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-99&commit=c5248f0b66c8ed49feb8b773e2a745a2607fc3ca&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-99%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=99&job=&cmd_args= 23:17:54 -> Uploading to 23:17:54 https://storage.googleapis.com/codecov/v4/raw/2022-07-12/581DD39554BDF9B6E22D074273EAD858/c5248f0b66c8ed49feb8b773e2a745a2607fc3ca/cbea15c5-49fe-4357-8b68-76a1debf1250.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220712%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220712T231754Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=898f18bcabd7fad0b52cbfda3fc33f86e9945b293ccbf1c0ff92a3199da4db54 23:17:54 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:54 Dload Upload Total Spent Left Speed 23:17:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51871 0 0 100 51871 0 249k --:--:-- --:--:-- --:--:-- 248k 100 51871 0 0 100 51871 0 213k --:--:-- --:--:-- --:--:-- 212k 23:17:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/c5248f0b66c8ed49feb8b773e2a745a2607fc3ca [Pipeline] } 23:17:54 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 23:17:56 + [ -d /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives ] 23:17:56 + ls -al /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives 23:17:56 total 16 23:17:56 drwxr-xr-x 3 root root 4096 Jul 12 23:08 . 23:17:56 drwxrwxr-x 12 jenkins jenkins 4096 Jul 12 23:08 .. 23:17:56 drwxr-xr-x 2 root root 4096 Jul 12 23:08 cost 23:17:56 -rw-r--r-- 1 root root 89 Jul 12 23:08 cost.csv 23:17:56 + sudo chown -R jenkins:jenkins /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives 23:17:56 + ls -al /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives 23:17:56 total 16 23:17:56 drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 23:08 . 23:17:56 drwxrwxr-x 12 jenkins jenkins 4096 Jul 12 23:08 .. 23:17:56 drwxr-xr-x 2 jenkins jenkins 4096 Jul 12 23:08 cost 23:17:56 -rw-r--r-- 1 jenkins jenkins 89 Jul 12 23:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:17:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:17:57 ---> package-listing.sh 23:17:57 ++ facter osfamily 23:17:57 ++ tr '[:upper:]' '[:lower:]' 23:17:57 + OS_FAMILY=debian 23:17:57 + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-99 23:17:57 + START_PACKAGES=/tmp/packages_start.txt 23:17:57 + END_PACKAGES=/tmp/packages_end.txt 23:17:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:17:57 + PACKAGES=/tmp/packages_start.txt 23:17:57 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-99 ']' 23:17:57 + PACKAGES=/tmp/packages_end.txt 23:17:57 + case "${OS_FAMILY}" in 23:17:57 + dpkg -l 23:17:57 + grep '^ii' 23:17:57 + '[' -f /tmp/packages_start.txt ']' 23:17:57 + '[' -f /tmp/packages_end.txt ']' 23:17:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:17:57 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-99 ']' 23:17:57 + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives/ 23:17:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-99/archives/ [Pipeline] echo 23:17:57 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/oundry_device-rfid-llrp-go_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:17:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:17:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:17:58 prd-ubuntu20.04-docker-8c-8g-19788 does not seem to be running inside a container 23:17:58 $ 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/oundry_device-rfid-llrp-go_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-99 -v /w/workspace/oundry_device-rfid-llrp-go_PR-99:/w/workspace/oundry_device-rfid-llrp-go_PR-99:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-99@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 23:17:59 $ docker top 96c516f3f5d5641720b23be2014386b9eb4b71a0bfbc050f8497417accf00549 -eo pid,comm [Pipeline] { [Pipeline] sh 23:17:59 + touch /tmp/pre-build-complete [Pipeline] sh 23:17:59 + mkdir -p /var/log/sysstat [Pipeline] sh 23:18:00 + ls /var/log/sa-host 23:18:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:18:00 provisioning config files... 23:18:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-99@tmp/config7642540504839036760tmp [Pipeline] { [Pipeline] echo 23:18:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:18:00 ---> create-netrc.sh [Pipeline] } 23:18:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:18:01 ---> python-tools-install.sh [Pipeline] echo 23:18:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:18:01 ---> sudo-logs.sh 23:18:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:18:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:18:01 ---> job-cost.sh 23:18:01 lf-activate-venv: SKIPPING 23:18:01 DEBUG: total: 0.2199999988079071 23:18:01 INFO: Retrieving Stack Cost... 23:18:02 INFO: Retrieving Pricing Info for: v3-standard-8 23:18:02 INFO: Archiving Costs [Pipeline] echo 23:18:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:18:03 ---> logs-deploy.sh 23:18:03 lf-activate-venv: SKIPPING 23:18:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-99/1 23:18:03 INFO: archiving workspace using pattern(s): 23:18:03 Archives upload complete. 23:18:03 INFO: archiving logs to Nexus