Push event to branch dumb-init Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 431c46884447880b97737c90f6d10b97bbc06cec 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-ssh3211588439549106728.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh14729451891947909071.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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/app-rfid-llrp-inventory/branches/dumb-init/workspace@libs/edgex-global-pipelines # 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/app-rfid-llrp-inventory/branches/dumb-init/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4281931873010408861.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/app-rfid-llrp-inventory/branches/dumb-init/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh14356009340819529663.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 shared 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-ssh5721681152741253240.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/app-rfid-llrp-inventory/branches/dumb-init/workspace@libs/lf-pipelines # 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/app-rfid-llrp-inventory/branches/dumb-init/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh15153666239213365483.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 95c76d14630896f3c9cf825147e1b1e2bad20cbb Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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:app-rfid-llrp-inventory, 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: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-63298 in /w/workspace/pp-rfid-llrp-inventory_dumb-init [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/pp-rfid-llrp-inventory_dumb-init # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.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/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 431c46884447880b97737c90f6d10b97bbc06cec (dumb-init) > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 431c46884447880b97737c90f6d10b97bbc06cec # timeout=10 Commit message: "fix: Add dumb-init to docker image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:44:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:44:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:44:16 ========================================================= 23:44:16 EdgeX Global Pipelines Version Info 23:44:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:44:17 ------------------- 23:44:17 stable info: 23:44:17 ------------------- 23:44:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:44:17 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 23:44:17 Message: update stable to v1.0.230 23:44:17 ------------------- 23:44:17 experimental info: 23:44:17 ------------------- 23:44:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:44:17 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 23:44:17 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:44:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = dumb-init [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = dumb-init [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = dumb-init [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 431c468 [Pipeline] echo 23:44:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:44:19 provisioning config files... 23:44:19 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config1953896485485586128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:44:19 ---> docker-login.sh 23:44:19 nexus3.edgexfoundry.org:10001 23:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:20 Configure a credential helper to remove this warning. See 23:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:20 23:44:20 Login Succeeded 23:44:20 nexus3.edgexfoundry.org:10002 23:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:20 Configure a credential helper to remove this warning. See 23:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:20 23:44:20 Login Succeeded 23:44:20 nexus3.edgexfoundry.org:10003 23:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:20 Configure a credential helper to remove this warning. See 23:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:20 23:44:20 Login Succeeded 23:44:20 nexus3.edgexfoundry.org:10004 23:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:21 Configure a credential helper to remove this warning. See 23:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:21 23:44:21 Login Succeeded 23:44:21 docker.io 23:44:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:21 Configure a credential helper to remove this warning. See 23:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:21 23:44:21 Login Succeeded 23:44:21 ---> docker-login.sh ends [Pipeline] } 23:44:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:44:22 + git rev-list -1 --merges 431c46884447880b97737c90f6d10b97bbc06cec~1..431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo 23:44:22 -----------> git rev-list -1 --merges 431c46884447880b97737c90f6d10b97bbc06cec~1..431c46884447880b97737c90f6d10b97bbc06cec 431c46884447880b97737c90f6d10b97bbc06cec [false] [Pipeline] sh 23:44:22 + git log --format=format:%s -1 431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo 23:44:22 ========================================================= 23:44:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:44:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:44:22 + git log --format=format:%s -1 431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo 23:44:23 [semverPrep] GIT_COMMIT: 431c46884447880b97737c90f6d10b97bbc06cec, Commit Message: fix: Add dumb-init to docker image [Pipeline] echo 23:44:23 [semverPrep] This is not a build commit. [Pipeline] sh 23:44:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:44:23 + grep -v github /etc/ssh/ssh_known_hosts 23:44:23 + [ -e /tmp/ssh_known_hosts ] 23:44:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:44:23 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:44:23 sudo tee -a /etc/ssh/ssh_known_hosts 23:44:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 23:44:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 23:44:23 23:44:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:44:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 23:44:24 latest: Pulling from edgex-devops/py-git-semver 23:44:24 1fe172e4850f: Pulling fs layer 23:44:24 caf521ccaac6: Pulling fs layer 23:44:24 3ead6fa29328: Pulling fs layer 23:44:24 5c2a1cbceb83: Pulling fs layer 23:44:24 a8d5f1318db7: Pulling fs layer 23:44:24 c427282e49a2: Pulling fs layer 23:44:24 1827001aaf11: Pulling fs layer 23:44:24 0714d37db230: Pulling fs layer 23:44:24 ac28cf19c067: Pulling fs layer 23:44:24 ca983d60f3e2: Pulling fs layer 23:44:24 9f894cec8388: Pulling fs layer 23:44:24 c427282e49a2: Waiting 23:44:24 1827001aaf11: Waiting 23:44:24 0714d37db230: Waiting 23:44:24 ac28cf19c067: Waiting 23:44:24 ca983d60f3e2: Waiting 23:44:24 9f894cec8388: Waiting 23:44:24 5c2a1cbceb83: Waiting 23:44:24 a8d5f1318db7: Waiting 23:44:24 caf521ccaac6: Download complete 23:44:24 5c2a1cbceb83: Download complete 23:44:24 a8d5f1318db7: Verifying Checksum 23:44:24 a8d5f1318db7: Download complete 23:44:24 c427282e49a2: Download complete 23:44:24 3ead6fa29328: Verifying Checksum 23:44:24 3ead6fa29328: Download complete 23:44:24 0714d37db230: Download complete 23:44:24 ac28cf19c067: Verifying Checksum 23:44:24 ac28cf19c067: Download complete 23:44:24 ca983d60f3e2: Verifying Checksum 23:44:24 ca983d60f3e2: Download complete 23:44:24 9f894cec8388: Verifying Checksum 23:44:24 9f894cec8388: Download complete 23:44:24 1fe172e4850f: Download complete 23:44:24 1827001aaf11: Verifying Checksum 23:44:24 1827001aaf11: Download complete 23:44:25 1fe172e4850f: Pull complete 23:44:25 caf521ccaac6: Pull complete 23:44:26 3ead6fa29328: Pull complete 23:44:26 5c2a1cbceb83: Pull complete 23:44:26 a8d5f1318db7: Pull complete 23:44:27 c427282e49a2: Pull complete 23:44:28 1827001aaf11: Pull complete 23:44:28 0714d37db230: Pull complete 23:44:29 ac28cf19c067: Pull complete 23:44:29 ca983d60f3e2: Pull complete 23:44:29 9f894cec8388: Pull complete 23:44:29 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 23:44:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 23:44:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 23:44:29 prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container 23:44:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 23:44:31 $ docker top 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e -eo pid,comm 23:44:31 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:44:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:31 [ssh-agent] Looking for ssh-agent implementation... 23:44:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:31 $ docker exec 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent 23:44:31 SSH_AUTH_SOCK=/tmp/ssh-qdtuiYLtexlp/agent.35 23:44:31 SSH_AGENT_PID=41 23:44:31 Running ssh-add (command line suppressed) 23:44:32 Identity added: /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_2611726865252442362.key (/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_2611726865252442362.key) 23:44:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:32 + git tag --points-at HEAD [Pipeline] } 23:44:32 $ docker exec --env ******** --env ******** 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent -k 23:44:32 unset SSH_AUTH_SOCK; 23:44:32 unset SSH_AGENT_PID; 23:44:32 echo Agent pid 41 killed; 23:44:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:44:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:32 [ssh-agent] Looking for ssh-agent implementation... 23:44:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:32 $ docker exec 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent 23:44:32 SSH_AUTH_SOCK=/tmp/ssh-Ojceg4wWfoZC/agent.75 23:44:32 SSH_AGENT_PID=81 23:44:32 Running ssh-add (command line suppressed) 23:44:33 Identity added: /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_1434335931523733452.key (/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_1434335931523733452.key) 23:44:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:33 + git semver init 23:44:33 2022-05-11 23:44:33,689 [run_init] DEBUG init version:0.0.0 force:False 23:44:33 2022-05-11 23:44:33,690 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver 23:44:33 2022-05-11 23:44:33,691 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver 23:44:33 2022-05-11 23:44:33,691 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver'], cwd=/w/workspace/pp-rfid-llrp-inventory_dumb-init, universal_newlines=False, shell=None, istream=None) 23:44:35 2022-05-11 23:44:34,731 [append_file] DEBUG append to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.git/info/exclude 23:44:35 2022-05-11 23:44:34,732 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver/dumb-init with force:False 23:44:35 2022-05-11 23:44:34,732 [write_file] DEBUG write to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver/dumb-init 23:44:35 2022-05-11 23:44:34,737 [execute] INFO git cat-file --batch-check 23:44:35 2022-05-11 23:44:34,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver, universal_newlines=False, shell=None, istream=) 23:44:35 2022-05-11 23:44:34,742 [execute] INFO git cat-file --batch 23:44:35 2022-05-11 23:44:34,743 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver, universal_newlines=False, shell=None, istream=) 23:44:35 2022-05-11 23:44:34,746 [read_version] DEBUG read version from /w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver/dumb-init 23:44:35 0.0.0 [Pipeline] } 23:44:35 $ docker exec --env ******** --env ******** 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent -k 23:44:35 unset SSH_AUTH_SOCK; 23:44:35 unset SSH_AGENT_PID; 23:44:35 echo Agent pid 81 killed; 23:44:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:35 + git semver [Pipeline] } 23:44:35 $ docker stop --time=1 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e 23:44:37 $ docker rm -f 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e [Pipeline] // withDockerContainer [Pipeline] sh 23:44:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:44:38 Stashed 1 file(s) [Pipeline] echo 23:44: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:44:38 provisioning config files... 23:44:38 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config7861983338967128248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:44:39 ---> docker-login.sh 23:44:39 nexus3.edgexfoundry.org:10001 23:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:39 Configure a credential helper to remove this warning. See 23:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:39 23:44:39 Login Succeeded 23:44:39 nexus3.edgexfoundry.org:10002 23:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:39 Configure a credential helper to remove this warning. See 23:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:39 23:44:39 Login Succeeded 23:44:39 nexus3.edgexfoundry.org:10003 23:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:39 Configure a credential helper to remove this warning. See 23:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:39 23:44:39 Login Succeeded 23:44:39 nexus3.edgexfoundry.org:10004 23:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:39 Configure a credential helper to remove this warning. See 23:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:39 23:44:39 Login Succeeded 23:44:39 docker.io 23:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:39 Configure a credential helper to remove this warning. See 23:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:39 23:44:39 Login Succeeded 23:44:39 ---> docker-login.sh ends [Pipeline] } 23:44:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:44:40 [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:44:40 ========================================================= 23:44:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 23:44:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 23:44:40 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 23:44:40 Sending build context to Docker daemon 12.4MB 23:44:40 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 23:44:40 Step 2/13 : FROM ${BASE} AS builder 23:44:40 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 23:44:40 59bf1c3509f3: Pulling fs layer 23:44:40 666ba61612fd: Pulling fs layer 23:44:40 8ed8ca486205: Pulling fs layer 23:44:40 4fe6c5a15a65: Pulling fs layer 23:44:40 22a0e8bec74d: Pulling fs layer 23:44:40 ca2b28591e48: Pulling fs layer 23:44:40 a51346096db8: Pulling fs layer 23:44:40 daebc70d1ce1: Pulling fs layer 23:44:40 0e18a0eac166: Pulling fs layer 23:44:40 4fe6c5a15a65: Waiting 23:44:40 22a0e8bec74d: Waiting 23:44:40 ca2b28591e48: Waiting 23:44:40 daebc70d1ce1: Waiting 23:44:40 8ed8ca486205: Verifying Checksum 23:44:40 8ed8ca486205: Download complete 23:44:40 666ba61612fd: Verifying Checksum 23:44:40 666ba61612fd: Download complete 23:44:40 22a0e8bec74d: Download complete 23:44:40 ca2b28591e48: Download complete 23:44:40 59bf1c3509f3: Verifying Checksum 23:44:40 59bf1c3509f3: Download complete 23:44:40 a51346096db8: Verifying Checksum 23:44:40 a51346096db8: Download complete 23:44:40 daebc70d1ce1: Verifying Checksum 23:44:40 daebc70d1ce1: Download complete 23:44:40 59bf1c3509f3: Pull complete 23:44:41 666ba61612fd: Pull complete 23:44:41 8ed8ca486205: Pull complete 23:44:41 0e18a0eac166: Verifying Checksum 23:44:41 0e18a0eac166: Download complete 23:44:41 4fe6c5a15a65: Verifying Checksum 23:44:41 4fe6c5a15a65: Download complete 23:44:45 4fe6c5a15a65: Pull complete 23:44:45 22a0e8bec74d: Pull complete 23:44:45 ca2b28591e48: Pull complete 23:44:45 a51346096db8: Pull complete 23:44:45 daebc70d1ce1: Pull complete 23:44:48 0e18a0eac166: Pull complete 23:44:48 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 23:44:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 23:44:48 ---> f018257e8ee9 23:44:48 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:44:49 ---> Running in 4f591de25b3d 23:44:49 Removing intermediate container 4f591de25b3d 23:44:49 ---> 3c3fc48bd4d0 23:44:49 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 23:44:49 ---> Running in c600b04d0c61 23:44:49 Removing intermediate container c600b04d0c61 23:44:49 ---> 34a8c9820830 23:44:49 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:44:50 ---> Running in 42b3ac162d08 23:44:50 Removing intermediate container 42b3ac162d08 23:44:50 ---> 1bdb53778045 23:44:50 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:44:50 ---> Running in d18149f0cf31 23:44:50 Removing intermediate container d18149f0cf31 23:44:50 ---> 2e2135ad1b6f 23:44:50 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:44:50 ---> Running in 140a909b28f8 23:44:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:44:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:44:52 OK: 221 MiB in 52 packages 23:44:52 Removing intermediate container 140a909b28f8 23:44:52 ---> 4bb490c5b78d 23:44:52 Step 8/13 : WORKDIR /app 23:44:52 ---> Running in 22027e78660b 23:44:52 Removing intermediate container 22027e78660b 23:44:52 ---> 0398c5c1ba6e 23:44:52 Step 9/13 : COPY go.mod vendor* ./ 23:44:52 ---> 2e34698cbbf6 23:44:52 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:44:52 ---> Running in eeff6d359461 23:44:53 Still waiting to schedule task 23:44:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:45:07 Removing intermediate container eeff6d359461 23:45:07 ---> 6d9166e51e69 23:45:07 Step 11/13 : COPY . . 23:45:07 ---> 57fc69554cb2 23:45:07 Step 12/13 : ARG MAKE="make build" 23:45:07 ---> Running in b17e93307db3 23:45:07 Removing intermediate container b17e93307db3 23:45:07 ---> bd48ca1c5580 23:45:07 Step 13/13 : RUN $MAKE 23:45:07 ---> Running in 190e425b3b6b 23:45:08 noop 23:45:08 Removing intermediate container 190e425b3b6b 23:45:08 ---> 6c35a6dee406 23:45:08 Successfully built 6c35a6dee406 23:45:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:45:08 + docker inspect -f . ci-base-image-x86_64 23:45:08 . [Pipeline] withDockerContainer 23:45:08 prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container 23:45:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** ci-base-image-x86_64 cat 23:45:09 $ docker top f43a3979261dc3a6ecefb972ba85b711a61f04bbd918b515ced3285b0e340f77 -eo pid,comm [Pipeline] { [Pipeline] sh 23:45:09 + go version 23:45:09 go version go1.17.6 linux/amd64 [Pipeline] } 23:45:09 $ docker stop --time=1 f43a3979261dc3a6ecefb972ba85b711a61f04bbd918b515ced3285b0e340f77 23:45:11 $ docker rm -f f43a3979261dc3a6ecefb972ba85b711a61f04bbd918b515ced3285b0e340f77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:45:11 + docker inspect -f . ci-base-image-x86_64 23:45:11 . [Pipeline] withDockerContainer 23:45:11 prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container 23:45:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** ci-base-image-x86_64 cat 23:45:12 $ docker top d26203d8a9b0fe0917fae83609a2f63a6b7336dc7cb1a6be5112c03644ae1273 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 23:45:12 + make test 23:45:12 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:45:22 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 23:45:22 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.042s coverage: 86.2% of statements 23:45:22 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 23:45:24 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.545s coverage: 71.9% of statements 23:45:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:45:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:45:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:45:36 ./bin/test-attribution.sh [Pipeline] echo 23:45:36 [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:45:36 $ docker stop --time=1 d26203d8a9b0fe0917fae83609a2f63a6b7336dc7cb1a6be5112c03644ae1273 23:45:38 $ docker rm -f d26203d8a9b0fe0917fae83609a2f63a6b7336dc7cb1a6be5112c03644ae1273 [Pipeline] // withDockerContainer [Pipeline] sh 23:45:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:45:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:45:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:45:39 + ls -al . 23:45:39 total 228 23:45:39 drwxrwxr-x 11 jenkins jenkins 4096 May 11 23:45 . 23:45:39 drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:44 .. 23:45:39 -rw-rw-r-- 1 jenkins jenkins 262 May 11 23:44 .dockerignore 23:45:39 drwxrwxr-x 8 jenkins jenkins 4096 May 11 23:44 .git 23:45:39 drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:44 .github 23:45:39 -rw-rw-r-- 1 jenkins jenkins 788 May 11 23:44 .gitignore 23:45:39 -rw-rw-r-- 1 jenkins jenkins 41 May 11 23:44 .golangci.yml 23:45:39 drwxr-xr-x 3 jenkins jenkins 4096 May 11 23:44 .semver 23:45:39 -rw-rw-r-- 1 jenkins jenkins 9410 May 11 23:44 Attribution.txt 23:45:39 -rw-rw-r-- 1 jenkins jenkins 2487 May 11 23:44 CHANGELOG.md 23:45:39 -rw-rw-r-- 1 jenkins jenkins 1933 May 11 23:44 Dockerfile 23:45:39 -rw-rw-r-- 1 jenkins jenkins 677 May 11 23:44 GOVERNANCE.md 23:45:39 -rw-rw-r-- 1 jenkins jenkins 687 May 11 23:44 Jenkinsfile 23:45:39 -rw-rw-r-- 1 jenkins jenkins 11347 May 11 23:44 LICENSE 23:45:39 -rw-rw-r-- 1 jenkins jenkins 2949 May 11 23:44 Makefile 23:45:39 -rw-rw-r-- 1 jenkins jenkins 617 May 11 23:44 OWNERS.md 23:45:39 -rw-rw-r-- 1 jenkins jenkins 30359 May 11 23:44 README.md 23:45:39 -rw-rw-r-- 1 jenkins jenkins 5 May 11 23:44 VERSION 23:45:39 drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:44 bin 23:45:39 -rw-r--r-- 1 jenkins jenkins 41008 May 11 23:45 coverage.out 23:45:39 -rw-rw-r-- 1 jenkins jenkins 3452 May 11 23:44 go.mod 23:45:39 -rw-rw-r-- 1 jenkins jenkins 35440 May 11 23:44 go.sum 23:45:39 drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:44 images 23:45:39 drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:44 internal 23:45:39 -rw-rw-r-- 1 jenkins jenkins 531 May 11 23:44 main.go 23:45:39 drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:44 res 23:45:39 drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:44 snap 23:45:39 drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:44 static [Pipeline] isUnix [Pipeline] sh 23:45:40 + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=431c46884447880b97737c90f6d10b97bbc06cec --label arch=amd64 --label version=0.0.0 . 23:45:40 Sending build context to Docker daemon 12.4MB 23:45:40 Step 1/31 : ARG BASE=golang:1.17-alpine3.15 23:45:40 Step 2/31 : FROM ${BASE} AS builder 23:45:40 ---> 6c35a6dee406 23:45:40 Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:45:40 ---> Running in 8f14e42b582e 23:45:40 Removing intermediate container 8f14e42b582e 23:45:40 ---> 420ad461cb39 23:45:40 Step 4/31 : ARG ALPINE_PKG_EXTRA="" 23:45:40 ---> Running in f81aa16547c2 23:45:40 Removing intermediate container f81aa16547c2 23:45:40 ---> eb8acda1abe0 23:45:40 Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:45:40 ---> Running in 6c82aa9e1370 23:45:40 Removing intermediate container 6c82aa9e1370 23:45:40 ---> 7f627db2645f 23:45:40 Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:40 ---> Running in cb57ea248a7d 23:45:41 Removing intermediate container cb57ea248a7d 23:45:41 ---> cc547860e306 23:45:41 Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:45:41 ---> Running in a0ebbe71d37b 23:45:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:45:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:45:42 OK: 221 MiB in 52 packages 23:45:42 Removing intermediate container a0ebbe71d37b 23:45:42 ---> 6ac9ef828cd7 23:45:42 Step 8/31 : WORKDIR /app 23:45:42 ---> Running in b5dcf198a9cb 23:45:43 Removing intermediate container b5dcf198a9cb 23:45:43 ---> ee49347e7ef4 23:45:43 Step 9/31 : COPY go.mod vendor* ./ 23:45:43 ---> b132ea7d5827 23:45:43 Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:45:43 ---> Running in bd60e0bd89a0 23:45:44 Removing intermediate container bd60e0bd89a0 23:45:44 ---> 02be6cdbde41 23:45:44 Step 11/31 : COPY . . 23:45:44 ---> a049f47d0169 23:45:44 Step 12/31 : ARG MAKE="make build" 23:45:44 ---> Running in fe1785fe35c5 23:45:44 Removing intermediate container fe1785fe35c5 23:45:44 ---> b0fd004f99b4 23:45:44 Step 13/31 : RUN $MAKE 23:45:44 ---> Running in c5da0179495c 23:45:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory 23:46:06 Removing intermediate container c5da0179495c 23:46:06 ---> dabb5b3c0268 23:46:06 Step 14/31 : FROM alpine:3.14 23:46:06 3.14: Pulling from library/alpine 23:46:06 8663204ce13b: Pulling fs layer 23:46:06 8663204ce13b: Verifying Checksum 23:46:06 8663204ce13b: Download complete 23:46:06 8663204ce13b: Pull complete 23:46:06 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:46:06 Status: Downloaded newer image for alpine:3.14 23:46:06 ---> e04c818066af 23:46:06 Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:46:06 ---> Running in da57538c4889 23:46:06 Removing intermediate container da57538c4889 23:46:06 ---> 102928d0c0b5 23:46:06 Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 23:46:06 ---> Running in b9778aa65390 23:46:06 Removing intermediate container b9778aa65390 23:46:06 ---> 38caa970d89b 23:46:06 Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:46:06 ---> Running in 0f9f3ceac13f 23:46:06 Removing intermediate container 0f9f3ceac13f 23:46:06 ---> 8ae8496cc6d0 23:46:06 Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init 23:46:06 ---> Running in 8e27f801f85d 23:46:06 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:46:07 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:46:07 (1/7) Installing ca-certificates (20211220-r0) 23:46:07 (2/7) Installing dumb-init (1.2.5-r1) 23:46:07 (3/7) Installing libgcc (10.3.1_git20210424-r2) 23:46:07 (4/7) Installing libsodium (1.0.18-r0) 23:46:07 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 23:46:08 (6/7) Installing libzmq (4.3.4-r0) 23:46:08 (7/7) Installing zeromq (4.3.4-r0) 23:46:08 Executing busybox-1.33.1-r7.trigger 23:46:08 Executing ca-certificates-20211220-r0.trigger 23:46:08 OK: 9 MiB in 21 packages 23:46:08 Removing intermediate container 8e27f801f85d 23:46:08 ---> 6aa58eac553d 23:46:08 Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:46:09 ---> d60d8a48c40f 23:46:09 Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE 23:46:09 ---> 3f23e2f7cddf 23:46:09 Step 21/31 : COPY --from=builder /app/res/ /res/ 23:46:09 ---> 61b021594e6c 23:46:09 Step 22/31 : COPY --from=builder /app/static/ /static/ 23:46:09 ---> 459d9bce0828 23:46:09 Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 23:46:09 ---> 5a4c45467cd7 23:46:09 Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 23:46:09 ---> Running in 0c3a152682af 23:46:10 Removing intermediate container 0c3a152682af 23:46:10 ---> 01cee61dde4a 23:46:10 Step 25/31 : VOLUME /cache 23:46:10 ---> Running in ad9ead7d1d04 23:46:10 Removing intermediate container ad9ead7d1d04 23:46:10 ---> b225246a7f6b 23:46:10 Step 26/31 : EXPOSE 59711 23:46:11 ---> Running in 8f297dfd636b 23:46:11 Removing intermediate container 8f297dfd636b 23:46:11 ---> a764c5dafde7 23:46:11 Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 23:46:11 ---> Running in 9b6399f8dd87 23:46:11 Removing intermediate container 9b6399f8dd87 23:46:11 ---> 7d0f930f3404 23:46:11 Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] 23:46:11 ---> Running in 81ce6b29cf7e 23:46:11 Removing intermediate container 81ce6b29cf7e 23:46:11 ---> be72ea8904e3 23:46:11 Step 29/31 : LABEL arch=amd64 23:46:11 ---> Running in 69b6e7c239e4 23:46:11 Removing intermediate container 69b6e7c239e4 23:46:11 ---> 522e49cea181 23:46:11 Step 30/31 : LABEL git_sha=431c46884447880b97737c90f6d10b97bbc06cec 23:46:11 ---> Running in e11636ca2b8a 23:46:11 Removing intermediate container e11636ca2b8a 23:46:11 ---> 292b9582d6b9 23:46:11 Step 31/31 : LABEL version=0.0.0 23:46:11 ---> Running in f3d6887e6e89 23:46:11 Removing intermediate container f3d6887e6e89 23:46:11 ---> e364a5afcb11 23:46:11 [Warning] One or more build-args [ARCH] were not consumed 23:46:11 Successfully built e364a5afcb11 23:46:11 Successfully tagged app-rfid-llrp-inventory:latest [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] sh 23:46:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:46:12 23:46:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 23:46:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:46:12 latest: Pulling from edgex-lftools-log-publisher 23:46:12 5eb5b503b376: Pulling fs layer 23:46:12 5c69ac0246d0: Pulling fs layer 23:46:12 ec43610c2a17: Pulling fs layer 23:46:12 3a2ae6a8a46f: Pulling fs layer 23:46:12 33b1e0a273af: Pulling fs layer 23:46:12 5d3b04190fa2: Pulling fs layer 23:46:12 2f39f015ded8: Pulling fs layer 23:46:12 33b1e0a273af: Waiting 23:46:12 5d3b04190fa2: Waiting 23:46:12 2f39f015ded8: Waiting 23:46:12 3a2ae6a8a46f: Waiting 23:46:12 5c69ac0246d0: Download complete 23:46:12 3a2ae6a8a46f: Verifying Checksum 23:46:12 3a2ae6a8a46f: Download complete 23:46:12 33b1e0a273af: Verifying Checksum 23:46:12 33b1e0a273af: Download complete 23:46:13 5d3b04190fa2: Verifying Checksum 23:46:13 5d3b04190fa2: Download complete 23:46:13 ec43610c2a17: Verifying Checksum 23:46:13 ec43610c2a17: Download complete 23:46:13 5eb5b503b376: Download complete 23:46:13 2f39f015ded8: Verifying Checksum 23:46:13 2f39f015ded8: Download complete 23:46:14 5eb5b503b376: Pull complete 23:46:14 5c69ac0246d0: Pull complete 23:46:15 ec43610c2a17: Pull complete 23:46:15 3a2ae6a8a46f: Pull complete 23:46:15 33b1e0a273af: Pull complete 23:46:15 5d3b04190fa2: Pull complete 23:46:20 2f39f015ded8: Pull complete 23:46:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:46:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:46:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 23:46:20 prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container 23:46:21 $ 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/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:46:22 $ docker top ea3a3e964b29a159a24f76840a089e63d3730719dff68dc2f5c4b2d6a12c6ecf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:46:22 ---> job-cost.sh 23:46:22 lf-activate-venv: SKIPPING 23:46:22 INFO: No Stack... 23:46:23 INFO: Retrieving Pricing Info for: v3-standard-8 23:46:23 INFO: Archiving Costs [Pipeline] sh 23:46:24 + cat /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives/cost.csv 23:46:24 + cut -d, -f6 [Pipeline] lock 23:46:24 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] 23:46:24 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] did not exist. Created. 23:46:24 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:46:24 + echo total: 0.2199999988079071 [Pipeline] stash 23:46:24 Stashed 1 file(s) [Pipeline] } 23:46:24 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:46:24 $ docker stop --time=1 ea3a3e964b29a159a24f76840a089e63d3730719dff68dc2f5c4b2d6a12c6ecf 23:46:25 $ docker rm -f ea3a3e964b29a159a24f76840a089e63d3730719dff68dc2f5c4b2d6a12c6ecf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:46:30 Running on prd-ubuntu20.04-docker-arm64-4c-16g-63300 in /w/workspace/pp-rfid-llrp-inventory_dumb-init [Pipeline] { [Pipeline] ws 23:46:30 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 23:46:30 The recommended git tool is: git 23:46:36 using credential edgex-jenkins-ssh 23:46:36 Cloning the remote Git repository 23:46:36 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:46:36 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 23:46:36 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:46:36 > git --version # timeout=10 23:46:36 > git --version # 'git version 2.25.1' 23:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:46:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:46:38 Avoid second fetch 23:46:38 Checking out Revision 431c46884447880b97737c90f6d10b97bbc06cec (dumb-init) 23:46:38 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 23:46:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:46:38 > git config core.sparsecheckout # timeout=10 23:46:38 > git checkout -f 431c46884447880b97737c90f6d10b97bbc06cec # timeout=10 23:46:43 Commit message: "fix: Add dumb-init to docker image" 23:46:43 > git --version # timeout=10 23:46:43 > git --version # 'git version 2.25.1' 23:46:43 fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:46:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:46:44 % Total % Received % Xferd Average Speed Time Time Time Current 23:46:44 Dload Upload Total Spent Left Speed 23:46:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh 23:46:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:46:45 + sudo tee /etc/docker/daemon.new 23:46:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:46:45 { 23:46:45 "registry-mirrors": [ 23:46:45 "https://nexus3.edgexfoundry.org:10001" 23:46:45 ], 23:46:45 "bip": "10.250.0.254/24", 23:46:45 "hosts": [ 23:46:45 "tcp://0.0.0.0:5555", 23:46:45 "unix:///var/run/docker.sock" 23:46:45 ], 23:46:45 "mtu": 1458, 23:46:45 "selinux-enabled": true, 23:46:45 "seccomp-profile": "/etc/docker/seccomp.json" 23:46:45 } [Pipeline] sh 23:46:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:46:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:47:04 provisioning config files... 23:47:04 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config7286102282093513699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:47:05 ---> docker-login.sh 23:47:05 nexus3.edgexfoundry.org:10001 23:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:47:05 Configure a credential helper to remove this warning. See 23:47:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:47:05 23:47:05 Login Succeeded 23:47:05 nexus3.edgexfoundry.org:10002 23:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:47:06 Configure a credential helper to remove this warning. See 23:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:47:06 23:47:06 Login Succeeded 23:47:06 nexus3.edgexfoundry.org:10003 23:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:47:06 Configure a credential helper to remove this warning. See 23:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:47:06 23:47:06 Login Succeeded 23:47:06 nexus3.edgexfoundry.org:10004 23:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:47:07 Configure a credential helper to remove this warning. See 23:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:47:07 23:47:07 Login Succeeded 23:47:07 docker.io 23:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:47:08 Configure a credential helper to remove this warning. See 23:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:47:08 23:47:08 Login Succeeded 23:47:08 ---> docker-login.sh ends [Pipeline] } 23:47:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:47:08 [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:47:08 ========================================================= 23:47:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 23:47:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 23:47:09 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 23:47:09 Sending build context to Docker daemon 687.6kB 23:47:09 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 23:47:09 Step 2/13 : FROM ${BASE} AS builder 23:47:09 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:47:09 9b3977197b4f: Pulling fs layer 23:47:09 1a89e8eeedd5: Pulling fs layer 23:47:09 94645a83ff95: Pulling fs layer 23:47:09 3f3a8bcf1eab: Pulling fs layer 23:47:09 0c92f367c5e7: Pulling fs layer 23:47:09 3096ccb668a1: Pulling fs layer 23:47:09 e8cf19c19ddd: Pulling fs layer 23:47:09 a4caa8a26152: Pulling fs layer 23:47:09 3f3a8bcf1eab: Waiting 23:47:09 3096ccb668a1: Waiting 23:47:09 0c92f367c5e7: Waiting 23:47:09 e8cf19c19ddd: Waiting 23:47:09 a4caa8a26152: Waiting 23:47:09 94645a83ff95: Download complete 23:47:09 1a89e8eeedd5: Verifying Checksum 23:47:09 1a89e8eeedd5: Download complete 23:47:09 0c92f367c5e7: Download complete 23:47:09 3096ccb668a1: Verifying Checksum 23:47:09 3096ccb668a1: Download complete 23:47:09 9b3977197b4f: Verifying Checksum 23:47:09 9b3977197b4f: Download complete 23:47:09 e8cf19c19ddd: Verifying Checksum 23:47:09 e8cf19c19ddd: Download complete 23:47:10 9b3977197b4f: Pull complete 23:47:10 1a89e8eeedd5: Pull complete 23:47:11 94645a83ff95: Pull complete 23:47:11 a4caa8a26152: Verifying Checksum 23:47:11 a4caa8a26152: Download complete 23:47:12 3f3a8bcf1eab: Verifying Checksum 23:47:12 3f3a8bcf1eab: Download complete 23:47:24 3f3a8bcf1eab: Pull complete 23:47:24 0c92f367c5e7: Pull complete 23:47:24 3096ccb668a1: Pull complete 23:47:24 e8cf19c19ddd: Pull complete 23:47:31 a4caa8a26152: Pull complete 23:47:31 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 23:47:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 23:47:31 ---> 725f1c02e7f9 23:47:31 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:47:32 ---> Running in a8cbe173d805 23:47:32 Removing intermediate container a8cbe173d805 23:47:32 ---> 2f963664b61d 23:47:32 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 23:47:32 ---> Running in 151883b1d798 23:47:32 Removing intermediate container 151883b1d798 23:47:32 ---> 1ad9826bef67 23:47:32 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:47:32 ---> Running in 8ccb3f1ee81c 23:47:33 Removing intermediate container 8ccb3f1ee81c 23:47:33 ---> 1bc49c2c8ba9 23:47:33 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:33 ---> Running in e3d7c82c3918 23:47:36 Removing intermediate container e3d7c82c3918 23:47:36 ---> b675c815647a 23:47:36 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:47:36 ---> Running in 3d9d3904c3c4 23:47:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:47:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:47:38 OK: 220 MiB in 52 packages 23:47:39 Removing intermediate container 3d9d3904c3c4 23:47:39 ---> 4bae942e27ff 23:47:39 Step 8/13 : WORKDIR /app 23:47:39 ---> Running in daf6c0196c5b 23:47:40 Removing intermediate container daf6c0196c5b 23:47:40 ---> 07146121a215 23:47:40 Step 9/13 : COPY go.mod vendor* ./ 23:47:40 ---> 964497f29798 23:47:40 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:47:40 ---> Running in 9dc8366b20c1 23:48:27 Removing intermediate container 9dc8366b20c1 23:48:27 ---> 366c0b77ba8c 23:48:27 Step 11/13 : COPY . . 23:48:27 ---> b5bcc3805474 23:48:27 Step 12/13 : ARG MAKE="make build" 23:48:27 ---> Running in e950a5b89bf3 23:48:27 Removing intermediate container e950a5b89bf3 23:48:27 ---> 1552ce8815f5 23:48:27 Step 13/13 : RUN $MAKE 23:48:27 ---> Running in af036c40296f 23:48:28 noop 23:48:28 Removing intermediate container af036c40296f 23:48:28 ---> 13e605ed31aa 23:48:28 Successfully built 13e605ed31aa 23:48:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:48:29 + docker inspect -f . ci-base-image-arm64 23:48:29 . [Pipeline] withDockerContainer 23:48:29 prd-ubuntu20.04-docker-arm64-4c-16g-63300 does not seem to be running inside a container 23:48:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/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 ******** ci-base-image-arm64 cat 23:48:30 $ docker top 878f461bbb15f10e2f113d30c52a275fbded5214486ae703f81b15846d8c27ce -eo pid,comm [Pipeline] { [Pipeline] sh 23:48:31 + go version 23:48:31 go version go1.17.6 linux/arm64 [Pipeline] } 23:48:31 $ docker stop --time=1 878f461bbb15f10e2f113d30c52a275fbded5214486ae703f81b15846d8c27ce 23:48:33 $ docker rm -f 878f461bbb15f10e2f113d30c52a275fbded5214486ae703f81b15846d8c27ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:48:34 + docker inspect -f . ci-base-image-arm64 23:48:34 . [Pipeline] withDockerContainer 23:48:34 prd-ubuntu20.04-docker-arm64-4c-16g-63300 does not seem to be running inside a container 23:48:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/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 ******** ci-base-image-arm64 cat 23:48:36 $ docker top 2b527152fd06d7e684c0cfe5bdcf2de79fecff54e629766f7d142bbf1295865e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 23:48:37 + make test 23:48:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:50:13 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 23:50:13 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.196s coverage: 86.2% of statements 23:50:13 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 23:50:13 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.707s coverage: 71.9% of statements 23:50:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:50:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:50:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:50:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:50:36 ./bin/test-attribution.sh [Pipeline] echo 23:50:40 [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:50:40 $ docker stop --time=1 2b527152fd06d7e684c0cfe5bdcf2de79fecff54e629766f7d142bbf1295865e 23:50:42 $ docker rm -f 2b527152fd06d7e684c0cfe5bdcf2de79fecff54e629766f7d142bbf1295865e [Pipeline] // withDockerContainer [Pipeline] sh 23:50:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:50:43 Warning: overwriting stash ‘coverage-report’ 23:50:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:50:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:50:44 + ls -al . 23:50:44 total 224 23:50:44 drwxrwxr-x 10 jenkins jenkins 4096 May 11 23:50 . 23:50:44 drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:46 .. 23:50:44 -rw-rw-r-- 1 jenkins jenkins 262 May 11 23:46 .dockerignore 23:50:44 drwxrwxr-x 8 jenkins jenkins 4096 May 11 23:46 .git 23:50:44 drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:46 .github 23:50:44 -rw-rw-r-- 1 jenkins jenkins 788 May 11 23:46 .gitignore 23:50:44 -rw-rw-r-- 1 jenkins jenkins 41 May 11 23:46 .golangci.yml 23:50:44 -rw-rw-r-- 1 jenkins jenkins 9410 May 11 23:46 Attribution.txt 23:50:44 -rw-rw-r-- 1 jenkins jenkins 2487 May 11 23:46 CHANGELOG.md 23:50:44 -rw-rw-r-- 1 jenkins jenkins 1933 May 11 23:46 Dockerfile 23:50:44 -rw-rw-r-- 1 jenkins jenkins 677 May 11 23:46 GOVERNANCE.md 23:50:44 -rw-rw-r-- 1 jenkins jenkins 687 May 11 23:46 Jenkinsfile 23:50:44 -rw-rw-r-- 1 jenkins jenkins 11347 May 11 23:46 LICENSE 23:50:44 -rw-rw-r-- 1 jenkins jenkins 2949 May 11 23:46 Makefile 23:50:44 -rw-rw-r-- 1 jenkins jenkins 617 May 11 23:46 OWNERS.md 23:50:44 -rw-rw-r-- 1 jenkins jenkins 30359 May 11 23:46 README.md 23:50:44 -rw-rw-r-- 1 jenkins jenkins 5 May 11 23:44 VERSION 23:50:44 drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:46 bin 23:50:44 -rw-r--r-- 1 jenkins jenkins 41008 May 11 23:50 coverage.out 23:50:44 -rw-rw-r-- 1 jenkins jenkins 3452 May 11 23:46 go.mod 23:50:44 -rw-rw-r-- 1 jenkins jenkins 35440 May 11 23:46 go.sum 23:50:44 drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:46 images 23:50:44 drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:46 internal 23:50:44 -rw-rw-r-- 1 jenkins jenkins 531 May 11 23:46 main.go 23:50:44 drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:46 res 23:50:44 drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:46 snap 23:50:44 drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:46 static [Pipeline] isUnix [Pipeline] sh 23:50:45 + docker build -t app-rfid-llrp-inventory-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=431c46884447880b97737c90f6d10b97bbc06cec --label arch=arm64 --label version=0.0.0 . 23:50:45 Sending build context to Docker daemon 687.6kB 23:50:45 Step 1/31 : ARG BASE=golang:1.17-alpine3.15 23:50:45 Step 2/31 : FROM ${BASE} AS builder 23:50:45 ---> 13e605ed31aa 23:50:45 Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:50:45 ---> Running in 3c8928ce4f2c 23:50:45 Removing intermediate container 3c8928ce4f2c 23:50:45 ---> 1d582039cd24 23:50:45 Step 4/31 : ARG ALPINE_PKG_EXTRA="" 23:50:45 ---> Running in 6378e65b4264 23:50:46 Removing intermediate container 6378e65b4264 23:50:46 ---> 0ccad2657f84 23:50:46 Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:50:46 ---> Running in 6bee0cd26191 23:50:46 Removing intermediate container 6bee0cd26191 23:50:46 ---> a2bb650c7b63 23:50:46 Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:50:46 ---> Running in 5c64d234ecf5 23:50:48 Removing intermediate container 5c64d234ecf5 23:50:48 ---> cb111a3c9f5b 23:50:48 Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:50:48 ---> Running in d2e4e3cf0e5c 23:50:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:50:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:50:51 OK: 220 MiB in 52 packages 23:50:52 Removing intermediate container d2e4e3cf0e5c 23:50:52 ---> 05a6627e12f9 23:50:52 Step 8/31 : WORKDIR /app 23:50:52 ---> Running in d0f4635663c5 23:50:52 Removing intermediate container d0f4635663c5 23:50:52 ---> 8b68308467e9 23:50:52 Step 9/31 : COPY go.mod vendor* ./ 23:50:53 ---> f218f49a10e1 23:50:53 Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:50:53 ---> Running in 3d911387cb2f 23:50:55 Removing intermediate container 3d911387cb2f 23:50:55 ---> 2bf1d599fae1 23:50:55 Step 11/31 : COPY . . 23:50:55 ---> 90784dbf2b32 23:50:55 Step 12/31 : ARG MAKE="make build" 23:50:55 ---> Running in b050f4caa7a3 23:50:55 Removing intermediate container b050f4caa7a3 23:50:55 ---> fbbd9a00969b 23:50:55 Step 13/31 : RUN $MAKE 23:50:56 ---> Running in a32c1b162eed 23:50:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory 23:53:19 Removing intermediate container a32c1b162eed 23:53:19 ---> e9587004f641 23:53:19 Step 14/31 : FROM alpine:3.14 23:53:19 3.14: Pulling from library/alpine 23:53:19 455c02918c45: Pulling fs layer 23:53:19 455c02918c45: Verifying Checksum 23:53:19 455c02918c45: Download complete 23:53:19 455c02918c45: Pull complete 23:53:19 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:53:19 Status: Downloaded newer image for alpine:3.14 23:53:19 ---> ac73e934f311 23:53:19 Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:53:19 ---> Running in 8ab4daedcaff 23:53:19 Removing intermediate container 8ab4daedcaff 23:53:19 ---> b6c48d1f4d3c 23:53:19 Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 23:53:19 ---> Running in e6ad1c46f287 23:53:19 Removing intermediate container e6ad1c46f287 23:53:19 ---> 1be1c0053750 23:53:19 Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:53:19 ---> Running in ad53b96c1469 23:53:19 Removing intermediate container ad53b96c1469 23:53:19 ---> b8cec1a140f3 23:53:19 Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init 23:53:19 ---> Running in acd67d66aaa5 23:53:19 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 23:53:19 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 23:53:19 (1/7) Installing ca-certificates (20211220-r0) 23:53:19 (2/7) Installing dumb-init (1.2.5-r1) 23:53:19 (3/7) Installing libgcc (10.3.1_git20210424-r2) 23:53:19 (4/7) Installing libsodium (1.0.18-r0) 23:53:19 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 23:53:19 (6/7) Installing libzmq (4.3.4-r0) 23:53:19 (7/7) Installing zeromq (4.3.4-r0) 23:53:19 Executing busybox-1.33.1-r7.trigger 23:53:19 Executing ca-certificates-20211220-r0.trigger 23:53:19 OK: 9 MiB in 21 packages 23:53:19 Removing intermediate container acd67d66aaa5 23:53:19 ---> 0af91c1982d7 23:53:19 Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:53:19 ---> b0848e6780ee 23:53:19 Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE 23:53:19 ---> 3b87bde8fff1 23:53:19 Step 21/31 : COPY --from=builder /app/res/ /res/ 23:53:19 ---> ce041e1627e4 23:53:19 Step 22/31 : COPY --from=builder /app/static/ /static/ 23:53:19 ---> e579238458ec 23:53:19 Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 23:53:19 ---> c3a76a8819b1 23:53:19 Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 23:53:19 ---> Running in 6c4680a19a5f 23:53:19 Removing intermediate container 6c4680a19a5f 23:53:19 ---> b83f090d4c24 23:53:19 Step 25/31 : VOLUME /cache 23:53:19 ---> Running in 11a9944feea7 23:53:19 Removing intermediate container 11a9944feea7 23:53:19 ---> 5440682fd4ad 23:53:19 Step 26/31 : EXPOSE 59711 23:53:19 ---> Running in f25f73563ee9 23:53:20 Removing intermediate container f25f73563ee9 23:53:20 ---> 4fad6f4904fa 23:53:20 Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 23:53:20 ---> Running in 9d9d8884f734 23:53:20 Removing intermediate container 9d9d8884f734 23:53:20 ---> f223ff929989 23:53:20 Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] 23:53:20 ---> Running in 4f66678a8149 23:53:20 Removing intermediate container 4f66678a8149 23:53:20 ---> ed131cd1188c 23:53:20 Step 29/31 : LABEL arch=arm64 23:53:20 ---> Running in 97350fa839f3 23:53:21 Removing intermediate container 97350fa839f3 23:53:21 ---> d31647eaa95b 23:53:21 Step 30/31 : LABEL git_sha=431c46884447880b97737c90f6d10b97bbc06cec 23:53:21 ---> Running in 0ab27f3375b4 23:53:21 Removing intermediate container 0ab27f3375b4 23:53:21 ---> 2e267cccfc68 23:53:21 Step 31/31 : LABEL version=0.0.0 23:53:21 ---> Running in 41c2b5ad8c1a 23:53:21 Removing intermediate container 41c2b5ad8c1a 23:53:21 ---> 00d528910f55 23:53:21 [Warning] One or more build-args [ARCH] were not consumed 23:53:21 Successfully built 00d528910f55 23:53:21 Successfully tagged app-rfid-llrp-inventory-arm64:latest [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] sh 23:53:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:53:22 23:53:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 23:53:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:53:23 arm64: Pulling from edgex-lftools-log-publisher 23:53:23 8998bd30e6a1: Pulling fs layer 23:53:23 04944245beec: Pulling fs layer 23:53:23 699f458cf7ca: Pulling fs layer 23:53:23 765212b225bb: Pulling fs layer 23:53:23 f23df028b6ca: Pulling fs layer 23:53:23 d65c8cfc05b1: Pulling fs layer 23:53:23 2437ff75d9bd: Pulling fs layer 23:53:23 765212b225bb: Waiting 23:53:23 f23df028b6ca: Waiting 23:53:23 d65c8cfc05b1: Waiting 23:53:23 2437ff75d9bd: Waiting 23:53:23 04944245beec: Verifying Checksum 23:53:23 04944245beec: Download complete 23:53:23 765212b225bb: Verifying Checksum 23:53:23 765212b225bb: Download complete 23:53:23 f23df028b6ca: Verifying Checksum 23:53:23 d65c8cfc05b1: Verifying Checksum 23:53:23 d65c8cfc05b1: Download complete 23:53:23 699f458cf7ca: Verifying Checksum 23:53:23 699f458cf7ca: Download complete 23:53:24 8998bd30e6a1: Download complete 23:53:26 2437ff75d9bd: Verifying Checksum 23:53:26 2437ff75d9bd: Download complete 23:53:28 8998bd30e6a1: Pull complete 23:53:28 04944245beec: Pull complete 23:53:30 699f458cf7ca: Pull complete 23:53:30 765212b225bb: Pull complete 23:53:31 f23df028b6ca: Pull complete 23:53:31 d65c8cfc05b1: Pull complete 23:53:46 2437ff75d9bd: Pull complete 23:53:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:53:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:53:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 23:53:46 prd-ubuntu20.04-docker-arm64-4c-16g-63300 does not seem to be running inside a container 23:53:46 $ 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/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:53:49 $ docker top 53929c0aef5990a25532c8f8c4db6f13ec13974f1341fa834dbfb5588b34e78d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:53:50 ---> job-cost.sh 23:53:50 lf-activate-venv: SKIPPING 23:53:50 INFO: No Stack... 23:53:51 INFO: Retrieving Pricing Info for: v3-standard-4 23:53:52 INFO: Archiving Costs [Pipeline] sh 23:53:52 + cut+ -d, -f6 23:53:52 cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [Pipeline] lock 23:53:52 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] 23:53:52 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] did not exist. Created. 23:53:52 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:53:53 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-4b7f9a42/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:53:54 + echo total: 0.10999999940395355 [Pipeline] stash 23:53:54 Warning: overwriting stash ‘stack-cost’ 23:53:54 Stashed 1 file(s) [Pipeline] } 23:53:54 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:53:54 $ docker stop --time=1 53929c0aef5990a25532c8f8c4db6f13ec13974f1341fa834dbfb5588b34e78d 23:53:56 $ docker rm -f 53929c0aef5990a25532c8f8c4db6f13ec13974f1341fa834dbfb5588b34e78d [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:53:57 provisioning config files... 23:53:57 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config3362484260288258689tmp [Pipeline] { [Pipeline] sh 23:53:57 + set +x 23:53:57 + curl -s https://codecov.io/bash 23:53:57 + bash -s -- 23:53:57 23:53:57 _____ _ 23:53:57 / ____| | | 23:53:57 | | ___ __| | ___ ___ _____ __ 23:53:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:53:57 | |___| (_) | (_| | __/ (_| (_) \ V / 23:53:57 \_____\___/ \__,_|\___|\___\___/ \_/ 23:53:57 Bash-1.0.6 23:53:57 23:53:57 23:53:57 ==> git version 2.25.1 found 23:53:57 ==> 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:53:57 Release-Date: 2020-01-08 23:53:57 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:53:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:53:57 ==> Jenkins CI detected. 23:53:57 current dir:  /w/workspace/pp-rfid-llrp-inventory_dumb-init 23:53:57 project root: . 23:53:57 --> token set from env 23:53:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:53:57 ==> Running gcov in . (disable via -X gcov) 23:53:57 ==> Python coveragepy not found 23:53:57 ==> Searching for coverage reports in: 23:53:57 + . 23:53:57 -> Found 1 reports 23:53:57 ==> Detecting git/mercurial file structure 23:53:57 ==> Reading reports 23:53:57 + ./coverage.out bytes=41008 23:53:57 ==> Appending adjustments 23:53:57 https://docs.codecov.io/docs/fixing-reports 23:53:57 + Found adjustments 23:53:57 ==> Gzipping contents 23:53:57 12K /tmp/codecov.0XxpD6.gz 23:53:57 ==> Uploading reports 23:53:57 url: https://codecov.io 23:53:57 query: branch=dumb-init&commit=431c46884447880b97737c90f6d10b97bbc06cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fdumb-init%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 23:53:57 -> Pinging Codecov 23:53:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=dumb-init&commit=431c46884447880b97737c90f6d10b97bbc06cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fdumb-init%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 23:53:58 -> Uploading to 23:53:58 https://storage.googleapis.com/codecov/v4/raw/2022-05-11/581DD39554BDF9B6E22D074273EAD858/431c46884447880b97737c90f6d10b97bbc06cec/dc6d9efd-947b-4ca2-a860-a129e42a2f97.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220511T235358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=979d9c5c9b6d780060d65033316f12bfc1e6be0f4b9daed359beb29bfb3e1913 23:53:58 % Total % Received % Xferd Average Speed Time Time Time Current 23:53:58 Dload Upload Total Spent Left Speed 23:53:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11482 0 0 100 11482 0 51954 --:--:-- --:--:-- --:--:-- 51720 100 11482 0 0 100 11482 0 49705 --:--:-- --:--:-- --:--:-- 49491 23:53:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] } 23:53:58 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:54:00 + [ -d /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives ] 23:54:00 + ls -al /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives 23:54:00 total 16 23:54:00 drwxr-xr-x 3 root root 4096 May 11 23:46 . 23:54:00 drwxrwxr-x 12 jenkins jenkins 4096 May 11 23:46 .. 23:54:00 drwxr-xr-x 2 root root 4096 May 11 23:46 cost 23:54:00 -rw-r--r-- 1 root root 97 May 11 23:46 cost.csv 23:54:00 + sudo chown -R jenkins:jenkins /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives 23:54:00 + ls -al /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives 23:54:00 total 16 23:54:00 drwxr-xr-x 3 jenkins jenkins 4096 May 11 23:46 . 23:54:00 drwxrwxr-x 12 jenkins jenkins 4096 May 11 23:46 .. 23:54:00 drwxr-xr-x 2 jenkins jenkins 4096 May 11 23:46 cost 23:54:00 -rw-r--r-- 1 jenkins jenkins 97 May 11 23:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:54:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:54:01 ---> package-listing.sh 23:54:01 ++ facter osfamily 23:54:01 ++ tr '[:upper:]' '[:lower:]' 23:54:01 + OS_FAMILY=debian 23:54:01 + workspace=/w/workspace/pp-rfid-llrp-inventory_dumb-init 23:54:01 + START_PACKAGES=/tmp/packages_start.txt 23:54:01 + END_PACKAGES=/tmp/packages_end.txt 23:54:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:54:01 + PACKAGES=/tmp/packages_start.txt 23:54:01 + '[' /w/workspace/pp-rfid-llrp-inventory_dumb-init ']' 23:54:01 + PACKAGES=/tmp/packages_end.txt 23:54:01 + case "${OS_FAMILY}" in 23:54:01 + dpkg -l 23:54:01 + grep '^ii' 23:54:01 + '[' -f /tmp/packages_start.txt ']' 23:54:01 + '[' -f /tmp/packages_end.txt ']' 23:54:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:54:01 + '[' /w/workspace/pp-rfid-llrp-inventory_dumb-init ']' 23:54:01 + mkdir -p /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives/ 23:54:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives/ [Pipeline] echo 23:54:01 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/pp-rfid-llrp-inventory_dumb-init/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:54:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:54:02 . [Pipeline] withDockerContainer 23:54:02 prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container 23:54:02 $ 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/pp-rfid-llrp-inventory_dumb-init/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:54:03 $ docker top 90ee7990e1c2784f03f3a81db473d7f1e62673c70818f1fc52a1da243aec6be1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:54:03 + touch /tmp/pre-build-complete [Pipeline] sh 23:54:03 + mkdir -p /var/log/sysstat [Pipeline] sh 23:54:04 + ls /var/log/sa-host 23:54:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:54:04 provisioning config files... 23:54:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config3454553563440215219tmp [Pipeline] { [Pipeline] echo 23:54:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:54:04 ---> create-netrc.sh [Pipeline] } 23:54:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:54:05 ---> python-tools-install.sh [Pipeline] echo 23:54:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:54:05 ---> sudo-logs.sh 23:54:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:54:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:54:05 ---> job-cost.sh 23:54:05 lf-activate-venv: SKIPPING 23:54:05 DEBUG: total: 0.2199999988079071 23:54:05 INFO: Retrieving Stack Cost... 23:54:06 INFO: Retrieving Pricing Info for: v3-standard-8 23:54:06 INFO: Archiving Costs [Pipeline] echo 23:54:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:54:07 ---> logs-deploy.sh 23:54:07 lf-activate-venv: SKIPPING 23:54:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/dumb-init/1 23:54:07 INFO: archiving workspace using pattern(s): 23:54:08 Archives upload complete. 23:54:08 INFO: archiving logs to Nexus