Pull request #141 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 491e75cc94cb02527e0112e3520d40c836586648+494ae06946c85c67f213c8c16471dc3d31088bf8 (91170907a7c33f701e25d6d2110a2638ee5e8d79) 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-ssh9179933218208891035.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh16132700336274402963.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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/PR-141/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-141/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11419680391082539385.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/PR-141/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12974635665886292432.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8584600980712140417.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-141/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-141/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15849772712358416311.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4667 in /w/workspace/y_app-rfid-llrp-inventory_PR-141 [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/y_app-rfid-llrp-inventory_PR-141 # 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 Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 491e75cc94cb02527e0112e3520d40c836586648 Merge succeeded, producing 491e75cc94cb02527e0112e3520d40c836586648 Checking out Revision 491e75cc94cb02527e0112e3520d40c836586648 (PR-141) > 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 remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 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/pull/141/head:refs/remotes/origin/PR-141 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-06T13:05:50.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-06T13:05:51.048Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-06T13:05:51.155Z] ========================================================= [2023-02-06T13:05:51.155Z] EdgeX Global Pipelines Version Info [2023-02-06T13:05:51.155Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:05:52.273Z] ------------------- [2023-02-06T13:05:52.273Z] stable info: [2023-02-06T13:05:52.273Z] ------------------- [2023-02-06T13:05:52.273Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-06T13:05:52.273Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T13:05:52.273Z] Message: update stable to v1.0.244 [2023-02-06T13:05:52.533Z] ------------------- [2023-02-06T13:05:52.533Z] experimental info: [2023-02-06T13:05:52.533Z] ------------------- [2023-02-06T13:05:52.533Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-06T13:05:52.533Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T13:05:52.533Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-06T13:05:52.829Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-02-06T13:05:52.876Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-02-06T13:05:52.916Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-06T13:05:52.954Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-06T13:05:52.999Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-06T13:05:53.038Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-06T13:05:53.076Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-06T13:05:53.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-06T13:05:53.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-06T13:05:53.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-06T13:05:53.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-06T13:05:53.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-02-06T13:05:53.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-06T13:05:53.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-06T13:05:53.367Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-06T13:05:53.403Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-06T13:05:53.437Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T13:05:53.475Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T13:05:53.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-06T13:05:53.551Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-06T13:05:53.588Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-06T13:05:53.635Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-06T13:05:53.674Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-06T13:05:53.714Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-06T13:05:53.763Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-06T13:05:53.807Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-06T13:05:53.859Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-06T13:05:53.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-141 [Pipeline] echo [2023-02-06T13:05:53.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-141 [Pipeline] echo [2023-02-06T13:05:53.990Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-141 [Pipeline] echo [2023-02-06T13:05:54.034Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo [2023-02-06T13:05:54.076Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 491e75c [Pipeline] echo [2023-02-06T13:05:54.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T13:05:54.243Z] provisioning config files... [2023-02-06T13:05:54.276Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config334608508285290502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:05:54.619Z] ---> docker-login.sh [2023-02-06T13:05:54.619Z] nexus3.edgexfoundry.org:10001 [2023-02-06T13:05:54.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:05:54.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:05:54.878Z] Configure a credential helper to remove this warning. See [2023-02-06T13:05:54.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:05:54.878Z] [2023-02-06T13:05:54.878Z] Login Succeeded [2023-02-06T13:05:54.878Z] nexus3.edgexfoundry.org:10002 [2023-02-06T13:05:54.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:05:54.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:05:54.879Z] Configure a credential helper to remove this warning. See [2023-02-06T13:05:54.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:05:54.879Z] [2023-02-06T13:05:54.879Z] Login Succeeded [2023-02-06T13:05:54.879Z] nexus3.edgexfoundry.org:10003 [2023-02-06T13:05:54.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:05:55.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:05:55.138Z] Configure a credential helper to remove this warning. See [2023-02-06T13:05:55.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:05:55.138Z] [2023-02-06T13:05:55.138Z] Login Succeeded [2023-02-06T13:05:55.138Z] nexus3.edgexfoundry.org:10004 [2023-02-06T13:05:55.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:05:55.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:05:55.138Z] Configure a credential helper to remove this warning. See [2023-02-06T13:05:55.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:05:55.138Z] [2023-02-06T13:05:55.138Z] Login Succeeded [2023-02-06T13:05:55.138Z] docker.io [2023-02-06T13:05:55.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:05:55.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:05:55.397Z] Configure a credential helper to remove this warning. See [2023-02-06T13:05:55.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:05:55.397Z] [2023-02-06T13:05:55.397Z] Login Succeeded [2023-02-06T13:05:55.397Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T13:05:55.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-06T13:05:56.010Z] + git rev-list -1 --merges 491e75cc94cb02527e0112e3520d40c836586648~1..491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo [2023-02-06T13:05:56.074Z] -----------> git rev-list -1 --merges 491e75cc94cb02527e0112e3520d40c836586648~1..491e75cc94cb02527e0112e3520d40c836586648 491e75cc94cb02527e0112e3520d40c836586648 [false] [Pipeline] sh [2023-02-06T13:05:56.381Z] + git log --format=format:%s -1 491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo [2023-02-06T13:05:56.420Z] ========================================================= [2023-02-06T13:05:56.420Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-06T13:05:56.420Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T13:05:56.851Z] + git log --format=format:%s -1 491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo [2023-02-06T13:05:56.882Z] [semverPrep] GIT_COMMIT: 491e75cc94cb02527e0112e3520d40c836586648, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-02-06T13:05:56.910Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-06T13:05:57.284Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T13:05:57.284Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-06T13:05:57.284Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-06T13:05:57.284Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-06T13:05:57.284Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-06T13:05:57.284Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-06T13:05:57.284Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:05:57.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T13:05:57.704Z] [2023-02-06T13:05:57.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:05:58.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T13:05:58.084Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-06T13:05:58.084Z] b85a868b505f: Pulling fs layer [2023-02-06T13:05:58.084Z] e2be974225ed: Pulling fs layer [2023-02-06T13:05:58.084Z] 339a4e72a1f5: Pulling fs layer [2023-02-06T13:05:58.084Z] 988bab9f4d93: Pulling fs layer [2023-02-06T13:05:58.084Z] 1469e6f7b9e6: Pulling fs layer [2023-02-06T13:05:58.084Z] eaf3925da568: Pulling fs layer [2023-02-06T13:05:58.085Z] bab4dde63d76: Pulling fs layer [2023-02-06T13:05:58.085Z] bde34c3a00c8: Pulling fs layer [2023-02-06T13:05:58.085Z] b352a97aabf1: Pulling fs layer [2023-02-06T13:05:58.085Z] 4872d77fe225: Pulling fs layer [2023-02-06T13:05:58.085Z] 5851b861e8e6: Pulling fs layer [2023-02-06T13:05:58.085Z] bab4dde63d76: Waiting [2023-02-06T13:05:58.085Z] 1469e6f7b9e6: Waiting [2023-02-06T13:05:58.085Z] 988bab9f4d93: Waiting [2023-02-06T13:05:58.085Z] bde34c3a00c8: Waiting [2023-02-06T13:05:58.085Z] eaf3925da568: Waiting [2023-02-06T13:05:58.085Z] 4872d77fe225: Waiting [2023-02-06T13:05:58.085Z] 5851b861e8e6: Waiting [2023-02-06T13:05:58.085Z] b352a97aabf1: Waiting [2023-02-06T13:05:58.085Z] e2be974225ed: Download complete [2023-02-06T13:05:58.085Z] 988bab9f4d93: Verifying Checksum [2023-02-06T13:05:58.085Z] 988bab9f4d93: Download complete [2023-02-06T13:05:58.348Z] 1469e6f7b9e6: Verifying Checksum [2023-02-06T13:05:58.348Z] 1469e6f7b9e6: Download complete [2023-02-06T13:05:58.348Z] eaf3925da568: Verifying Checksum [2023-02-06T13:05:58.348Z] eaf3925da568: Download complete [2023-02-06T13:05:58.348Z] 339a4e72a1f5: Verifying Checksum [2023-02-06T13:05:58.348Z] 339a4e72a1f5: Download complete [2023-02-06T13:05:58.348Z] bde34c3a00c8: Download complete [2023-02-06T13:05:58.348Z] b352a97aabf1: Verifying Checksum [2023-02-06T13:05:58.348Z] b352a97aabf1: Download complete [2023-02-06T13:05:58.609Z] 4872d77fe225: Verifying Checksum [2023-02-06T13:05:58.609Z] 4872d77fe225: Download complete [2023-02-06T13:05:58.609Z] 5851b861e8e6: Verifying Checksum [2023-02-06T13:05:58.609Z] 5851b861e8e6: Download complete [2023-02-06T13:05:58.609Z] b85a868b505f: Verifying Checksum [2023-02-06T13:05:58.609Z] b85a868b505f: Download complete [2023-02-06T13:05:58.869Z] bab4dde63d76: Verifying Checksum [2023-02-06T13:05:58.869Z] bab4dde63d76: Download complete [2023-02-06T13:05:59.803Z] b85a868b505f: Pull complete [2023-02-06T13:05:59.803Z] e2be974225ed: Pull complete [2023-02-06T13:06:00.369Z] 339a4e72a1f5: Pull complete [2023-02-06T13:06:00.369Z] 988bab9f4d93: Pull complete [2023-02-06T13:06:00.628Z] 1469e6f7b9e6: Pull complete [2023-02-06T13:06:00.628Z] eaf3925da568: Pull complete [2023-02-06T13:06:02.530Z] bab4dde63d76: Pull complete [2023-02-06T13:06:02.530Z] bde34c3a00c8: Pull complete [2023-02-06T13:06:02.530Z] b352a97aabf1: Pull complete [2023-02-06T13:06:02.530Z] 4872d77fe225: Pull complete [2023-02-06T13:06:02.530Z] 5851b861e8e6: Pull complete [2023-02-06T13:06:02.530Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-06T13:06:02.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T13:06:02.530Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:06:02.743Z] prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container [2023-02-06T13:06:02.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T13:06:05.132Z] $ docker top 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef -eo pid,comm [2023-02-06T13:06:05.187Z] 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). [2023-02-06T13:06:05.187Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T13:06:05.322Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T13:06:05.323Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T13:06:05.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T13:06:05.450Z] $ docker exec 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent [2023-02-06T13:06:05.558Z] SSH_AUTH_SOCK=/tmp/ssh-4XRFaP5iFFYe/agent.31 [2023-02-06T13:06:05.558Z] SSH_AGENT_PID=37 [2023-02-06T13:06:05.564Z] Running ssh-add (command line suppressed) [2023-02-06T13:06:05.662Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_6661662872678771207.key (/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_6661662872678771207.key) [2023-02-06T13:06:05.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T13:06:06.008Z] + git tag --points-at HEAD [Pipeline] } [2023-02-06T13:06:06.032Z] $ docker exec --env ******** --env ******** 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent -k [2023-02-06T13:06:06.120Z] unset SSH_AUTH_SOCK; [2023-02-06T13:06:06.120Z] unset SSH_AGENT_PID; [2023-02-06T13:06:06.121Z] echo Agent pid 37 killed; [2023-02-06T13:06:06.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-06T13:06:06.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T13:06:06.215Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T13:06:06.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T13:06:06.325Z] $ docker exec 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent [2023-02-06T13:06:06.433Z] SSH_AUTH_SOCK=/tmp/ssh-cwKIMJGPy2s2/agent.71 [2023-02-06T13:06:06.433Z] SSH_AGENT_PID=77 [2023-02-06T13:06:06.437Z] Running ssh-add (command line suppressed) [2023-02-06T13:06:06.540Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_16049558826259220981.key (/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_16049558826259220981.key) [2023-02-06T13:06:06.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T13:06:06.890Z] + git semver init [2023-02-06T13:06:07.149Z] 2023-02-06 13:06:07,073 [run_init] DEBUG init version:0.0.0 force:False [2023-02-06T13:06:07.149Z] 2023-02-06 13:06:07,074 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver [2023-02-06T13:06:07.149Z] 2023-02-06 13:06:07,075 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver [2023-02-06T13:06:07.149Z] 2023-02-06 13:06:07,075 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-141, universal_newlines=False, shell=None, istream=None) [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,466 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.git/info/exclude [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,467 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver/PR-141 with force:False [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,467 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver/PR-141 [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,471 [execute] INFO git cat-file --batch-check [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,471 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,476 [execute] INFO git cat-file --batch [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,476 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T13:06:08.536Z] 2023-02-06 13:06:08,481 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver/PR-141 [2023-02-06T13:06:08.536Z] 0.0.0 [Pipeline] } [2023-02-06T13:06:08.559Z] $ docker exec --env ******** --env ******** 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent -k [2023-02-06T13:06:08.655Z] unset SSH_AUTH_SOCK; [2023-02-06T13:06:08.655Z] unset SSH_AGENT_PID; [2023-02-06T13:06:08.656Z] echo Agent pid 77 killed; [2023-02-06T13:06:08.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T13:06:09.092Z] + git semver [Pipeline] } [2023-02-06T13:06:09.372Z] $ docker stop --time=1 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef [2023-02-06T13:06:10.660Z] $ docker rm -f --volumes 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T13:06:11.077Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-06T13:06:11.351Z] Stashed 1 file(s) [Pipeline] echo [2023-02-06T13:06:11.369Z] [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 [2023-02-06T13:06:11.983Z] provisioning config files... [2023-02-06T13:06:11.991Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config16495086560170794623tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:06:12.340Z] ---> docker-login.sh [2023-02-06T13:06:12.340Z] nexus3.edgexfoundry.org:10001 [2023-02-06T13:06:12.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:06:12.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:06:12.340Z] Configure a credential helper to remove this warning. See [2023-02-06T13:06:12.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:06:12.340Z] [2023-02-06T13:06:12.340Z] Login Succeeded [2023-02-06T13:06:12.340Z] nexus3.edgexfoundry.org:10002 [2023-02-06T13:06:12.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:06:12.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:06:12.340Z] Configure a credential helper to remove this warning. See [2023-02-06T13:06:12.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:06:12.340Z] [2023-02-06T13:06:12.340Z] Login Succeeded [2023-02-06T13:06:12.340Z] nexus3.edgexfoundry.org:10003 [2023-02-06T13:06:12.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:06:12.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:06:12.600Z] Configure a credential helper to remove this warning. See [2023-02-06T13:06:12.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:06:12.600Z] [2023-02-06T13:06:12.600Z] Login Succeeded [2023-02-06T13:06:12.600Z] nexus3.edgexfoundry.org:10004 [2023-02-06T13:06:12.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:06:12.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:06:12.600Z] Configure a credential helper to remove this warning. See [2023-02-06T13:06:12.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:06:12.600Z] [2023-02-06T13:06:12.600Z] Login Succeeded [2023-02-06T13:06:12.600Z] docker.io [2023-02-06T13:06:12.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:06:12.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:06:12.859Z] Configure a credential helper to remove this warning. See [2023-02-06T13:06:12.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:06:12.859Z] [2023-02-06T13:06:12.859Z] Login Succeeded [2023-02-06T13:06:12.859Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T13:06:12.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-06T13:06:13.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T13:06:13.116Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T13:06:13.152Z] ========================================================= [2023-02-06T13:06:13.152Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-06T13:06:13.152Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:06:13.634Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-06T13:06:13.634Z] Sending build context to Docker daemon 12.57MB [2023-02-06T13:06:13.634Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T13:06:13.634Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-06T13:06:13.634Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-06T13:06:13.634Z] 213ec9aee27d: Pulling fs layer [2023-02-06T13:06:13.634Z] 4583459ba037: Pulling fs layer [2023-02-06T13:06:13.634Z] 93c1e223e6f2: Pulling fs layer [2023-02-06T13:06:13.634Z] 53926ce57604: Pulling fs layer [2023-02-06T13:06:13.634Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-06T13:06:13.634Z] 22ff95d597cd: Pulling fs layer [2023-02-06T13:06:13.634Z] 12d6caf4c0d1: Pulling fs layer [2023-02-06T13:06:13.634Z] 96b7cbca73a9: Pulling fs layer [2023-02-06T13:06:13.634Z] a7acece74701: Pulling fs layer [2023-02-06T13:06:13.634Z] 53926ce57604: Waiting [2023-02-06T13:06:13.634Z] 12d6caf4c0d1: Waiting [2023-02-06T13:06:13.634Z] 21b2b0c7a3f4: Waiting [2023-02-06T13:06:13.634Z] 22ff95d597cd: Waiting [2023-02-06T13:06:13.634Z] a7acece74701: Waiting [2023-02-06T13:06:13.634Z] 93c1e223e6f2: Verifying Checksum [2023-02-06T13:06:13.634Z] 93c1e223e6f2: Download complete [2023-02-06T13:06:13.898Z] 4583459ba037: Verifying Checksum [2023-02-06T13:06:13.898Z] 4583459ba037: Download complete [2023-02-06T13:06:13.898Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-06T13:06:13.898Z] 21b2b0c7a3f4: Download complete [2023-02-06T13:06:13.898Z] 22ff95d597cd: Download complete [2023-02-06T13:06:13.898Z] 213ec9aee27d: Verifying Checksum [2023-02-06T13:06:13.898Z] 213ec9aee27d: Download complete [2023-02-06T13:06:13.898Z] 12d6caf4c0d1: Download complete [2023-02-06T13:06:13.898Z] 213ec9aee27d: Pull complete [2023-02-06T13:06:14.167Z] 4583459ba037: Pull complete [2023-02-06T13:06:14.167Z] 93c1e223e6f2: Pull complete [2023-02-06T13:06:15.189Z] a7acece74701: Verifying Checksum [2023-02-06T13:06:15.189Z] a7acece74701: Download complete [2023-02-06T13:06:15.189Z] 53926ce57604: Verifying Checksum [2023-02-06T13:06:15.189Z] 53926ce57604: Download complete [2023-02-06T13:06:15.446Z] 96b7cbca73a9: Verifying Checksum [2023-02-06T13:06:15.446Z] 96b7cbca73a9: Download complete [2023-02-06T13:06:18.730Z] 53926ce57604: Pull complete [2023-02-06T13:06:18.730Z] 21b2b0c7a3f4: Pull complete [2023-02-06T13:06:18.730Z] 22ff95d597cd: Pull complete [2023-02-06T13:06:18.730Z] 12d6caf4c0d1: Pull complete [2023-02-06T13:06:20.628Z] 96b7cbca73a9: Pull complete [2023-02-06T13:06:21.567Z] a7acece74701: Pull complete [2023-02-06T13:06:21.567Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-06T13:06:21.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T13:06:21.567Z] ---> db6d94c90886 [2023-02-06T13:06:21.567Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-06T13:06:25.772Z] ---> Running in 2e714f369aa0 [2023-02-06T13:06:25.772Z] Removing intermediate container 2e714f369aa0 [2023-02-06T13:06:25.772Z] ---> 21b907f099e1 [2023-02-06T13:06:25.772Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-06T13:06:26.048Z] ---> Running in 1ceabd0a4e31 [2023-02-06T13:06:26.306Z] Removing intermediate container 1ceabd0a4e31 [2023-02-06T13:06:26.306Z] ---> 3a0f0940edf6 [2023-02-06T13:06:26.306Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-06T13:06:26.306Z] ---> Running in adab2be6f631 [2023-02-06T13:06:26.799Z] Still waiting to schedule task [2023-02-06T13:06:26.799Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-06T13:06:26.889Z] Removing intermediate container adab2be6f631 [2023-02-06T13:06:26.889Z] ---> 962377e374f8 [2023-02-06T13:06:26.889Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-06T13:06:26.889Z] ---> Running in 214f58dd795a [2023-02-06T13:06:27.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T13:06:27.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T13:06:28.284Z] OK: 211 MiB in 51 packages [2023-02-06T13:06:28.853Z] Removing intermediate container 214f58dd795a [2023-02-06T13:06:28.853Z] ---> 4cd295510923 [2023-02-06T13:06:28.853Z] Step 7/12 : WORKDIR /app [2023-02-06T13:06:28.853Z] ---> Running in 295c49d82391 [2023-02-06T13:06:29.112Z] Removing intermediate container 295c49d82391 [2023-02-06T13:06:29.112Z] ---> 09526a862d71 [2023-02-06T13:06:29.112Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-06T13:06:29.370Z] ---> f97ac8da52cc [2023-02-06T13:06:29.370Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T13:06:29.370Z] ---> Running in b6f2c699b302 [2023-02-06T13:07:01.458Z] Removing intermediate container b6f2c699b302 [2023-02-06T13:07:01.458Z] ---> 57984369452c [2023-02-06T13:07:01.458Z] Step 10/12 : COPY . . [2023-02-06T13:07:02.441Z] ---> 233bff05bc20 [2023-02-06T13:07:02.441Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-06T13:07:02.441Z] ---> Running in a99d93ea43d5 [2023-02-06T13:07:02.441Z] Removing intermediate container a99d93ea43d5 [2023-02-06T13:07:02.441Z] ---> 162d8df07a83 [2023-02-06T13:07:02.441Z] Step 12/12 : RUN $MAKE [2023-02-06T13:07:02.441Z] ---> Running in e687c7984913 [2023-02-06T13:07:02.698Z] noop [2023-02-06T13:07:02.957Z] Removing intermediate container e687c7984913 [2023-02-06T13:07:02.957Z] ---> 9bf2e8779711 [2023-02-06T13:07:02.957Z] Successfully built 9bf2e8779711 [2023-02-06T13:07:02.957Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:07:03.402Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T13:07:03.402Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:07:03.557Z] prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container [2023-02-06T13:07:03.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T13:07:03.924Z] $ docker top 4c8d12457ccd612053158842bd25d3eb45843935546f69e517d167acbbc257aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T13:07:04.311Z] + go version [2023-02-06T13:07:04.311Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-06T13:07:04.346Z] $ docker stop --time=1 4c8d12457ccd612053158842bd25d3eb45843935546f69e517d167acbbc257aa [2023-02-06T13:07:05.581Z] $ docker rm -f --volumes 4c8d12457ccd612053158842bd25d3eb45843935546f69e517d167acbbc257aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:07:06.281Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T13:07:06.281Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:07:06.426Z] prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container [2023-02-06T13:07:06.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T13:07:06.791Z] $ docker top 7b74e77b23e73ef36e274e07a11e282e5ab2a29214657a2c6d83d534c246366b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T13:07:07.174Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-141 [Pipeline] fileExists [Pipeline] sh [2023-02-06T13:07:07.533Z] + make test [2023-02-06T13:07:07.533Z] go test -race ./... -coverprofile=coverage.out ./... [2023-02-06T13:07:25.608Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-02-06T13:07:25.608Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.140s coverage: 86.2% of statements [2023-02-06T13:07:25.608Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-02-06T13:07:27.511Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.763s coverage: 71.9% of statements [2023-02-06T13:07:42.379Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-06T13:07:42.379Z] go vet ./... [2023-02-06T13:07:45.661Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T13:07:45.661Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T13:07:45.661Z] ./bin/test-attribution.sh [2023-02-06T13:07:45.661Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-06T13:07:45.661Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-06T13:07:45.698Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T13:07:45.728Z] $ docker stop --time=1 7b74e77b23e73ef36e274e07a11e282e5ab2a29214657a2c6d83d534c246366b [2023-02-06T13:07:49.236Z] $ docker rm -f --volumes 7b74e77b23e73ef36e274e07a11e282e5ab2a29214657a2c6d83d534c246366b [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T13:07:49.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T13:07:49.867Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-06T13:07:50.497Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-06T13:07:50.838Z] + ls -al . [2023-02-06T13:07:50.838Z] total 232 [2023-02-06T13:07:50.838Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 6 13:07 . [2023-02-06T13:07:50.838Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:05 .. [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 262 Feb 6 13:05 .dockerignore [2023-02-06T13:07:50.838Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 13:07 .git [2023-02-06T13:07:50.838Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:05 .github [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 788 Feb 6 13:05 .gitignore [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 6 13:05 .golangci.yml [2023-02-06T13:07:50.838Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 13:06 .semver [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 9818 Feb 6 13:05 Attribution.txt [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 4331 Feb 6 13:05 CHANGELOG.md [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 1659 Feb 6 13:05 Dockerfile [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 13:05 GOVERNANCE.md [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 6 13:05 Jenkinsfile [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 6 13:05 LICENSE [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 2462 Feb 6 13:05 Makefile [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 617 Feb 6 13:05 OWNERS.md [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 31023 Feb 6 13:05 README.md [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 6 13:06 VERSION [2023-02-06T13:07:50.838Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:05 bin [2023-02-06T13:07:50.838Z] -rw-r--r-- 1 jenkins jenkins 41317 Feb 6 13:07 coverage.out [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 3564 Feb 6 13:05 go.mod [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 34844 Feb 6 13:05 go.sum [2023-02-06T13:07:50.838Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:05 images [2023-02-06T13:07:50.838Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:05 internal [2023-02-06T13:07:50.838Z] -rw-rw-r-- 1 jenkins jenkins 531 Feb 6 13:05 main.go [2023-02-06T13:07:50.838Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:05 res [2023-02-06T13:07:50.838Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:05 snap [2023-02-06T13:07:50.838Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:05 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:07:51.231Z] + 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=491e75cc94cb02527e0112e3520d40c836586648 --label arch=amd64 --label version=0.0.0 . [2023-02-06T13:07:51.231Z] Sending build context to Docker daemon 12.57MB [2023-02-06T13:07:51.231Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T13:07:51.231Z] Step 2/29 : FROM ${BASE} AS builder [2023-02-06T13:07:51.231Z] ---> 9bf2e8779711 [2023-02-06T13:07:51.231Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-02-06T13:07:51.489Z] ---> Running in 7d59a0df85ee [2023-02-06T13:07:51.489Z] Removing intermediate container 7d59a0df85ee [2023-02-06T13:07:51.489Z] ---> ffe5e5648bcd [2023-02-06T13:07:51.489Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-02-06T13:07:51.489Z] ---> Running in 65ed7fea40a3 [2023-02-06T13:07:51.489Z] Removing intermediate container 65ed7fea40a3 [2023-02-06T13:07:51.489Z] ---> 594aee5560a3 [2023-02-06T13:07:51.489Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-02-06T13:07:51.489Z] ---> Running in 6f0108c185b3 [2023-02-06T13:07:51.748Z] Removing intermediate container 6f0108c185b3 [2023-02-06T13:07:51.748Z] ---> 25da0094ba29 [2023-02-06T13:07:51.748Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-06T13:07:51.748Z] ---> Running in bb38d898a600 [2023-02-06T13:07:52.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T13:07:52.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T13:07:52.267Z] OK: 211 MiB in 51 packages [2023-02-06T13:07:52.526Z] Removing intermediate container bb38d898a600 [2023-02-06T13:07:52.526Z] ---> b9fc75224fcd [2023-02-06T13:07:52.526Z] Step 7/29 : WORKDIR /app [2023-02-06T13:07:52.784Z] ---> Running in c4f819101e02 [2023-02-06T13:07:52.784Z] Removing intermediate container c4f819101e02 [2023-02-06T13:07:52.784Z] ---> 775b288ec1f5 [2023-02-06T13:07:52.784Z] Step 8/29 : COPY go.mod vendor* ./ [2023-02-06T13:07:52.784Z] ---> f26604f00399 [2023-02-06T13:07:52.784Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T13:07:52.784Z] ---> Running in 45c486defacd [2023-02-06T13:07:53.719Z] Removing intermediate container 45c486defacd [2023-02-06T13:07:53.719Z] ---> 4eb2c86f25a7 [2023-02-06T13:07:53.719Z] Step 10/29 : COPY . . [2023-02-06T13:07:53.977Z] ---> 277b54a8af4e [2023-02-06T13:07:53.977Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-06T13:07:53.977Z] ---> Running in cc2afa4a968f [2023-02-06T13:07:54.235Z] Removing intermediate container cc2afa4a968f [2023-02-06T13:07:54.235Z] ---> c19c4aae4b92 [2023-02-06T13:07:54.235Z] Step 12/29 : RUN $MAKE [2023-02-06T13:07:54.235Z] ---> Running in 030ea2cdf43b [2023-02-06T13:07:54.493Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-02-06T13:08:16.453Z] Removing intermediate container 030ea2cdf43b [2023-02-06T13:08:16.453Z] ---> ac5832371db3 [2023-02-06T13:08:16.453Z] Step 13/29 : FROM alpine:3.14 [2023-02-06T13:08:16.453Z] 3.14: Pulling from library/alpine [2023-02-06T13:08:16.453Z] c7ed990a2339: Pulling fs layer [2023-02-06T13:08:16.453Z] c7ed990a2339: Download complete [2023-02-06T13:08:16.453Z] c7ed990a2339: Pull complete [2023-02-06T13:08:16.453Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2023-02-06T13:08:16.453Z] Status: Downloaded newer image for alpine:3.14 [2023-02-06T13:08:16.453Z] ---> dd53f409bf0b [2023-02-06T13:08:16.453Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T13:08:16.453Z] ---> Running in 85b5fd21cfd6 [2023-02-06T13:08:16.453Z] Removing intermediate container 85b5fd21cfd6 [2023-02-06T13:08:16.453Z] ---> 3c87a207c883 [2023-02-06T13:08:16.453Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-02-06T13:08:16.453Z] ---> Running in 05dae30797fc [2023-02-06T13:08:16.453Z] Removing intermediate container 05dae30797fc [2023-02-06T13:08:16.453Z] ---> 18361f135f5d [2023-02-06T13:08:16.453Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-02-06T13:08:16.453Z] ---> Running in e4f2e7d20e9e [2023-02-06T13:08:16.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2023-02-06T13:08:16.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2023-02-06T13:08:16.453Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-06T13:08:16.453Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-06T13:08:16.453Z] Executing busybox-1.33.1-r8.trigger [2023-02-06T13:08:16.453Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T13:08:16.453Z] OK: 6 MiB in 16 packages [2023-02-06T13:08:17.395Z] Removing intermediate container e4f2e7d20e9e [2023-02-06T13:08:17.395Z] ---> 88e4c78899c2 [2023-02-06T13:08:17.395Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-06T13:08:17.395Z] ---> a44ab45dd3ee [2023-02-06T13:08:17.395Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-06T13:08:17.962Z] ---> f35b8c33176a [2023-02-06T13:08:17.962Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-02-06T13:08:18.220Z] ---> 9f22cf26a6ff [2023-02-06T13:08:18.220Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-02-06T13:08:18.787Z] ---> 66da9eb9b930 [2023-02-06T13:08:18.787Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-02-06T13:08:19.721Z] ---> 030b8b1b950d [2023-02-06T13:08:19.721Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-02-06T13:08:19.721Z] ---> Running in 667e680a33fc [2023-02-06T13:08:20.289Z] Removing intermediate container 667e680a33fc [2023-02-06T13:08:20.289Z] ---> d9acdaa3572d [2023-02-06T13:08:20.289Z] Step 23/29 : VOLUME /cache [2023-02-06T13:08:20.289Z] ---> Running in 93461953934f [2023-02-06T13:08:20.547Z] Removing intermediate container 93461953934f [2023-02-06T13:08:20.547Z] ---> 0f2dc803a0d0 [2023-02-06T13:08:20.547Z] Step 24/29 : EXPOSE 59711 [2023-02-06T13:08:20.547Z] ---> Running in acd42e534f66 [2023-02-06T13:08:20.547Z] Removing intermediate container acd42e534f66 [2023-02-06T13:08:20.547Z] ---> 3f01dba6ed03 [2023-02-06T13:08:20.547Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-02-06T13:08:20.547Z] ---> Running in 1f4c24495049 [2023-02-06T13:08:20.547Z] Removing intermediate container 1f4c24495049 [2023-02-06T13:08:20.547Z] ---> 219b908bcdc3 [2023-02-06T13:08:20.547Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-02-06T13:08:20.547Z] ---> Running in da380aa10b2c [2023-02-06T13:08:20.806Z] Removing intermediate container da380aa10b2c [2023-02-06T13:08:20.806Z] ---> 9e9f2a41753d [2023-02-06T13:08:20.806Z] Step 27/29 : LABEL arch=amd64 [2023-02-06T13:08:20.806Z] ---> Running in 8667b37c287f [2023-02-06T13:08:20.806Z] Removing intermediate container 8667b37c287f [2023-02-06T13:08:20.806Z] ---> 6c6b4fe56f81 [2023-02-06T13:08:20.806Z] Step 28/29 : LABEL git_sha=491e75cc94cb02527e0112e3520d40c836586648 [2023-02-06T13:08:20.806Z] ---> Running in ad8f46e14d81 [2023-02-06T13:08:20.806Z] Removing intermediate container ad8f46e14d81 [2023-02-06T13:08:20.806Z] ---> 4fd6eeda956b [2023-02-06T13:08:20.806Z] Step 29/29 : LABEL version=0.0.0 [2023-02-06T13:08:20.806Z] ---> Running in a1d92d4bf517 [2023-02-06T13:08:21.065Z] Removing intermediate container a1d92d4bf517 [2023-02-06T13:08:21.065Z] ---> c242ed411170 [2023-02-06T13:08:21.065Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-06T13:08:21.065Z] Successfully built c242ed411170 [2023-02-06T13:08:21.065Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:08:21.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T13:08:21.921Z] [2023-02-06T13:08:21.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:08:22.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T13:08:22.297Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-06T13:08:22.297Z] 5eb5b503b376: Pulling fs layer [2023-02-06T13:08:22.297Z] 5c69ac0246d0: Pulling fs layer [2023-02-06T13:08:22.297Z] ec43610c2a17: Pulling fs layer [2023-02-06T13:08:22.297Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-06T13:08:22.297Z] 33b1e0a273af: Pulling fs layer [2023-02-06T13:08:22.297Z] 3a2ae6a8a46f: Waiting [2023-02-06T13:08:22.297Z] 33b1e0a273af: Waiting [2023-02-06T13:08:22.297Z] 5d3b04190fa2: Pulling fs layer [2023-02-06T13:08:22.297Z] 2f39f015ded8: Pulling fs layer [2023-02-06T13:08:22.297Z] 5d3b04190fa2: Waiting [2023-02-06T13:08:22.297Z] 2f39f015ded8: Waiting [2023-02-06T13:08:22.297Z] 5c69ac0246d0: Download complete [2023-02-06T13:08:22.297Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-06T13:08:22.297Z] 3a2ae6a8a46f: Download complete [2023-02-06T13:08:22.565Z] 33b1e0a273af: Verifying Checksum [2023-02-06T13:08:22.565Z] 33b1e0a273af: Download complete [2023-02-06T13:08:22.565Z] 5d3b04190fa2: Verifying Checksum [2023-02-06T13:08:22.565Z] 5d3b04190fa2: Download complete [2023-02-06T13:08:22.565Z] ec43610c2a17: Verifying Checksum [2023-02-06T13:08:22.565Z] ec43610c2a17: Download complete [2023-02-06T13:08:22.828Z] 5eb5b503b376: Verifying Checksum [2023-02-06T13:08:22.828Z] 5eb5b503b376: Download complete [2023-02-06T13:08:23.404Z] 2f39f015ded8: Download complete [2023-02-06T13:08:23.970Z] 5eb5b503b376: Pull complete [2023-02-06T13:08:23.970Z] 5c69ac0246d0: Pull complete [2023-02-06T13:08:24.535Z] ec43610c2a17: Pull complete [2023-02-06T13:08:24.535Z] 3a2ae6a8a46f: Pull complete [2023-02-06T13:08:24.792Z] 33b1e0a273af: Pull complete [2023-02-06T13:08:24.792Z] 5d3b04190fa2: Pull complete [2023-02-06T13:08:28.971Z] 2f39f015ded8: Pull complete [2023-02-06T13:08:28.971Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-06T13:08:28.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T13:08:28.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:08:29.187Z] prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container [2023-02-06T13:08:29.220Z] $ 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/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T13:08:33.090Z] $ docker top dbcfbebdf235a96981478f136049eb63081b44d703a35b078b9cfb898d5bce14 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:08:33.496Z] ---> job-cost.sh [2023-02-06T13:08:33.496Z] lf-activate-venv: SKIPPING [2023-02-06T13:08:33.496Z] INFO: No Stack... [2023-02-06T13:08:34.432Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T13:08:34.691Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T13:08:35.000Z] + cat /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives/cost.csv [2023-02-06T13:08:35.000Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T13:08:35.040Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [2023-02-06T13:08:35.046Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] did not exist. Created. [2023-02-06T13:08:35.046Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T13:08:35.443Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-06T13:08:35.490Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T13:08:35.518Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T13:08:35.607Z] $ docker stop --time=1 dbcfbebdf235a96981478f136049eb63081b44d703a35b078b9cfb898d5bce14 [2023-02-06T13:08:36.748Z] $ docker rm -f --volumes dbcfbebdf235a96981478f136049eb63081b44d703a35b078b9cfb898d5bce14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-06T13:08:46.156Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4670 in /w/workspace/y_app-rfid-llrp-inventory_PR-141 [Pipeline] { [Pipeline] ws [2023-02-06T13:08:46.220Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-02-06T13:08:46.305Z] The recommended git tool is: git [2023-02-06T13:08:51.876Z] using credential edgex-jenkins-ssh [2023-02-06T13:08:51.891Z] Cloning the remote Git repository [2023-02-06T13:08:51.943Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-02-06T13:08:52.031Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-02-06T13:08:52.222Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-02-06T13:08:52.224Z] > git --version # timeout=10 [2023-02-06T13:08:52.245Z] > git --version # 'git version 2.25.1' [2023-02-06T13:08:52.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T13:08:52.314Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T13:08:54.519Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-02-06T13:08:54.542Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T13:08:56.229Z] Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 491e75cc94cb02527e0112e3520d40c836586648 [2023-02-06T13:08:55.572Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-02-06T13:08:55.621Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-02-06T13:08:55.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T13:08:55.641Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/141/head:refs/remotes/origin/PR-141 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-06T13:08:56.249Z] > git config core.sparsecheckout # timeout=10 [2023-02-06T13:08:56.271Z] > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 [2023-02-06T13:08:56.480Z] > git remote # timeout=10 [2023-02-06T13:08:56.592Z] Merge succeeded, producing 491e75cc94cb02527e0112e3520d40c836586648 [2023-02-06T13:08:56.593Z] Checking out Revision 491e75cc94cb02527e0112e3520d40c836586648 (PR-141) [2023-02-06T13:08:57.208Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-02-06T13:08:57.275Z] > git --version # timeout=10 [2023-02-06T13:08:57.287Z] > git --version # 'git version 2.25.1' [2023-02-06T13:08:57.303Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T13:08:56.501Z] > git config --get remote.origin.url # timeout=10 [2023-02-06T13:08:56.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T13:08:56.544Z] > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 [2023-02-06T13:08:56.573Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-06T13:08:56.599Z] > git config core.sparsecheckout # timeout=10 [2023-02-06T13:08:56.613Z] > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 [2023-02-06T13:08:58.484Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-06T13:08:58.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T13:08:58.484Z] Dload Upload Total Spent Left Speed [2023-02-06T13:08:58.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 148k 0 --:--:-- --:--:-- --:--:-- 148k [Pipeline] sh [2023-02-06T13:08:59.158Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-06T13:08:59.521Z] + sudo tee /etc/docker/daemon.new [2023-02-06T13:08:59.521Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-06T13:08:59.521Z] { [2023-02-06T13:08:59.521Z] "registry-mirrors": [ [2023-02-06T13:08:59.521Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-06T13:08:59.521Z] ], [2023-02-06T13:08:59.521Z] "bip": "10.250.0.254/24", [2023-02-06T13:08:59.521Z] "hosts": [ [2023-02-06T13:08:59.521Z] "tcp://0.0.0.0:5555", [2023-02-06T13:08:59.521Z] "unix:///var/run/docker.sock" [2023-02-06T13:08:59.521Z] ], [2023-02-06T13:08:59.521Z] "mtu": 1458, [2023-02-06T13:08:59.521Z] "selinux-enabled": true, [2023-02-06T13:08:59.521Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-06T13:08:59.521Z] } [Pipeline] sh [2023-02-06T13:08:59.878Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-06T13:09:00.234Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T13:09:18.564Z] provisioning config files... [2023-02-06T13:09:18.593Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config14916620798205347076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:09:18.998Z] ---> docker-login.sh [2023-02-06T13:09:18.998Z] nexus3.edgexfoundry.org:10001 [2023-02-06T13:09:19.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:09:19.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:09:19.586Z] Configure a credential helper to remove this warning. See [2023-02-06T13:09:19.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:09:19.586Z] [2023-02-06T13:09:19.586Z] Login Succeeded [2023-02-06T13:09:19.586Z] nexus3.edgexfoundry.org:10002 [2023-02-06T13:09:19.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:09:20.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:09:20.123Z] Configure a credential helper to remove this warning. See [2023-02-06T13:09:20.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:09:20.123Z] [2023-02-06T13:09:20.123Z] Login Succeeded [2023-02-06T13:09:20.123Z] nexus3.edgexfoundry.org:10003 [2023-02-06T13:09:20.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:09:20.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:09:20.393Z] Configure a credential helper to remove this warning. See [2023-02-06T13:09:20.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:09:20.393Z] [2023-02-06T13:09:20.393Z] Login Succeeded [2023-02-06T13:09:20.393Z] nexus3.edgexfoundry.org:10004 [2023-02-06T13:09:20.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:09:20.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:09:20.667Z] Configure a credential helper to remove this warning. See [2023-02-06T13:09:20.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:09:20.667Z] [2023-02-06T13:09:20.667Z] Login Succeeded [2023-02-06T13:09:20.667Z] docker.io [2023-02-06T13:09:20.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T13:09:21.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T13:09:21.215Z] Configure a credential helper to remove this warning. See [2023-02-06T13:09:21.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T13:09:21.215Z] [2023-02-06T13:09:21.215Z] Login Succeeded [2023-02-06T13:09:21.215Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T13:09:21.244Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-06T13:09:21.642Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T13:09:21.676Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T13:09:21.709Z] ========================================================= [2023-02-06T13:09:21.709Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-06T13:09:21.709Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:09:22.211Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-06T13:09:22.482Z] Sending build context to Docker daemon 683kB [2023-02-06T13:09:22.482Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T13:09:22.482Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-06T13:09:22.753Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-06T13:09:22.753Z] 9b18e9b68314: Pulling fs layer [2023-02-06T13:09:22.753Z] 35d82f9e3411: Pulling fs layer [2023-02-06T13:09:22.753Z] e16973657156: Pulling fs layer [2023-02-06T13:09:22.753Z] fc693d55d65f: Pulling fs layer [2023-02-06T13:09:22.753Z] 7e9fc2657dce: Pulling fs layer [2023-02-06T13:09:22.753Z] dda99020689f: Pulling fs layer [2023-02-06T13:09:22.753Z] db1c61fa0a46: Pulling fs layer [2023-02-06T13:09:22.753Z] 891c053d2c06: Pulling fs layer [2023-02-06T13:09:22.753Z] fc693d55d65f: Waiting [2023-02-06T13:09:22.753Z] 7e9fc2657dce: Waiting [2023-02-06T13:09:22.753Z] dda99020689f: Waiting [2023-02-06T13:09:22.753Z] db1c61fa0a46: Waiting [2023-02-06T13:09:22.753Z] 891c053d2c06: Waiting [2023-02-06T13:09:22.753Z] e16973657156: Verifying Checksum [2023-02-06T13:09:22.753Z] e16973657156: Download complete [2023-02-06T13:09:22.753Z] 35d82f9e3411: Verifying Checksum [2023-02-06T13:09:22.753Z] 35d82f9e3411: Download complete [2023-02-06T13:09:22.753Z] 7e9fc2657dce: Verifying Checksum [2023-02-06T13:09:22.753Z] 7e9fc2657dce: Download complete [2023-02-06T13:09:22.753Z] dda99020689f: Verifying Checksum [2023-02-06T13:09:22.754Z] dda99020689f: Download complete [2023-02-06T13:09:22.754Z] 9b18e9b68314: Verifying Checksum [2023-02-06T13:09:23.743Z] 9b18e9b68314: Pull complete [2023-02-06T13:09:24.011Z] 891c053d2c06: Verifying Checksum [2023-02-06T13:09:24.011Z] 891c053d2c06: Download complete [2023-02-06T13:09:24.303Z] 35d82f9e3411: Pull complete [2023-02-06T13:09:24.577Z] e16973657156: Pull complete [2023-02-06T13:09:25.167Z] db1c61fa0a46: Verifying Checksum [2023-02-06T13:09:25.167Z] db1c61fa0a46: Download complete [2023-02-06T13:09:25.771Z] fc693d55d65f: Verifying Checksum [2023-02-06T13:09:25.771Z] fc693d55d65f: Download complete [2023-02-06T13:09:38.124Z] fc693d55d65f: Pull complete [2023-02-06T13:09:38.124Z] 7e9fc2657dce: Pull complete [2023-02-06T13:09:38.124Z] dda99020689f: Pull complete [2023-02-06T13:09:43.494Z] db1c61fa0a46: Pull complete [2023-02-06T13:09:45.463Z] 891c053d2c06: Pull complete [2023-02-06T13:09:45.463Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-06T13:09:45.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T13:09:45.463Z] ---> f96f9c87975a [2023-02-06T13:09:45.463Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-06T13:09:47.424Z] ---> Running in 660c54d4c028 [2023-02-06T13:09:47.695Z] Removing intermediate container 660c54d4c028 [2023-02-06T13:09:47.695Z] ---> ab80727d022f [2023-02-06T13:09:47.695Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-06T13:09:47.695Z] ---> Running in 850252578ca8 [2023-02-06T13:09:47.966Z] Removing intermediate container 850252578ca8 [2023-02-06T13:09:47.966Z] ---> 95f6cbac9983 [2023-02-06T13:09:47.966Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-06T13:09:48.237Z] ---> Running in 64324c1c98b3 [2023-02-06T13:09:48.509Z] Removing intermediate container 64324c1c98b3 [2023-02-06T13:09:48.509Z] ---> 78e1389c42f9 [2023-02-06T13:09:48.509Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-06T13:09:48.509Z] ---> Running in 89ccb3e19f09 [2023-02-06T13:09:49.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T13:09:50.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T13:09:51.190Z] OK: 221 MiB in 51 packages [2023-02-06T13:09:53.143Z] Removing intermediate container 89ccb3e19f09 [2023-02-06T13:09:53.143Z] ---> e0542c1c077f [2023-02-06T13:09:53.143Z] Step 7/12 : WORKDIR /app [2023-02-06T13:09:53.143Z] ---> Running in ada6a20c1242 [2023-02-06T13:09:53.753Z] Removing intermediate container ada6a20c1242 [2023-02-06T13:09:53.753Z] ---> 75b9b46563a4 [2023-02-06T13:09:53.753Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-06T13:09:54.020Z] ---> 362a19c4244a [2023-02-06T13:09:54.020Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T13:09:54.291Z] ---> Running in 834b3f3a7b6a [2023-02-06T13:11:02.160Z] Removing intermediate container 834b3f3a7b6a [2023-02-06T13:11:02.160Z] ---> 9f70869d9ef5 [2023-02-06T13:11:02.160Z] Step 10/12 : COPY . . [2023-02-06T13:11:02.160Z] ---> 981d3a709352 [2023-02-06T13:11:02.160Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-06T13:11:02.160Z] ---> Running in a22a6533c698 [2023-02-06T13:11:02.160Z] Removing intermediate container a22a6533c698 [2023-02-06T13:11:02.160Z] ---> da47892887cc [2023-02-06T13:11:02.160Z] Step 12/12 : RUN $MAKE [2023-02-06T13:11:02.160Z] ---> Running in 8ded784a3924 [2023-02-06T13:11:02.160Z] noop [2023-02-06T13:11:02.160Z] Removing intermediate container 8ded784a3924 [2023-02-06T13:11:02.160Z] ---> c66a9d85ef84 [2023-02-06T13:11:02.160Z] Successfully built c66a9d85ef84 [2023-02-06T13:11:02.160Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:11:02.651Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T13:11:02.651Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:11:02.902Z] prd-ubuntu20.04-docker-arm64-4c-16g-4670 does not seem to be running inside a container [2023-02-06T13:11:02.972Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T13:11:04.154Z] $ docker top 416532f94a8e2d1deb3a69bb9669a4b25fb18eaea636b4e076dedaf5484af178 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T13:11:05.022Z] + go version [2023-02-06T13:11:05.022Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-06T13:11:05.058Z] $ docker stop --time=1 416532f94a8e2d1deb3a69bb9669a4b25fb18eaea636b4e076dedaf5484af178 [2023-02-06T13:11:06.655Z] $ docker rm -f --volumes 416532f94a8e2d1deb3a69bb9669a4b25fb18eaea636b4e076dedaf5484af178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:11:07.485Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T13:11:07.485Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:11:07.760Z] prd-ubuntu20.04-docker-arm64-4c-16g-4670 does not seem to be running inside a container [2023-02-06T13:11:07.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T13:11:10.100Z] $ docker top c3c1acc5fb4ad4aa1d5a850dcbb4719a748110b55eae47aa62405c0ee68af033 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T13:11:10.991Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-02-06T13:11:11.393Z] + make test [2023-02-06T13:11:11.664Z] go test -race ./... -coverprofile=coverage.out ./... [2023-02-06T13:13:33.428Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-02-06T13:13:48.430Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.876s coverage: 86.2% of statements [2023-02-06T13:13:48.430Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-02-06T13:13:58.515Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.622s coverage: 71.9% of statements [2023-02-06T13:13:58.515Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-06T13:13:58.515Z] go vet ./... [2023-02-06T13:15:35.234Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T13:15:35.234Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T13:15:35.234Z] ./bin/test-attribution.sh [2023-02-06T13:15:35.234Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-06T13:15:35.234Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-06T13:15:35.272Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T13:15:35.303Z] $ docker stop --time=1 c3c1acc5fb4ad4aa1d5a850dcbb4719a748110b55eae47aa62405c0ee68af033 [2023-02-06T13:15:37.063Z] $ docker rm -f --volumes c3c1acc5fb4ad4aa1d5a850dcbb4719a748110b55eae47aa62405c0ee68af033 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T13:15:38.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T13:15:38.481Z] Warning: overwriting stash ‘coverage-report’ [2023-02-06T13:15:38.980Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T13:15:39.556Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-06T13:15:39.898Z] + ls -al . [2023-02-06T13:15:39.898Z] total 228 [2023-02-06T13:15:39.898Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 13:11 . [2023-02-06T13:15:39.898Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:08 .. [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 262 Feb 6 13:08 .dockerignore [2023-02-06T13:15:39.898Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 13:08 .git [2023-02-06T13:15:39.898Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:08 .github [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 788 Feb 6 13:08 .gitignore [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 6 13:08 .golangci.yml [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 9818 Feb 6 13:08 Attribution.txt [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 4331 Feb 6 13:08 CHANGELOG.md [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 1659 Feb 6 13:08 Dockerfile [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 13:08 GOVERNANCE.md [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 6 13:08 Jenkinsfile [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 6 13:08 LICENSE [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 2462 Feb 6 13:08 Makefile [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 617 Feb 6 13:08 OWNERS.md [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 31023 Feb 6 13:08 README.md [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 6 13:06 VERSION [2023-02-06T13:15:39.898Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:08 bin [2023-02-06T13:15:39.898Z] -rw-r--r-- 1 jenkins jenkins 41317 Feb 6 13:13 coverage.out [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 3564 Feb 6 13:08 go.mod [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 34844 Feb 6 13:08 go.sum [2023-02-06T13:15:39.898Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:08 images [2023-02-06T13:15:39.898Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:08 internal [2023-02-06T13:15:39.898Z] -rw-rw-r-- 1 jenkins jenkins 531 Feb 6 13:08 main.go [2023-02-06T13:15:39.898Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:08 res [2023-02-06T13:15:39.898Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:08 snap [2023-02-06T13:15:39.898Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:08 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:15:40.311Z] + 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=491e75cc94cb02527e0112e3520d40c836586648 --label arch=arm64 --label version=0.0.0 . [2023-02-06T13:15:40.578Z] Sending build context to Docker daemon 683kB [2023-02-06T13:15:40.578Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T13:15:40.578Z] Step 2/29 : FROM ${BASE} AS builder [2023-02-06T13:15:40.578Z] ---> c66a9d85ef84 [2023-02-06T13:15:40.578Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-02-06T13:15:40.578Z] ---> Running in 3007e32394bb [2023-02-06T13:15:40.845Z] Removing intermediate container 3007e32394bb [2023-02-06T13:15:40.845Z] ---> 0749c6900b6a [2023-02-06T13:15:40.845Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-02-06T13:15:41.116Z] ---> Running in 4f717014ec47 [2023-02-06T13:15:41.382Z] Removing intermediate container 4f717014ec47 [2023-02-06T13:15:41.382Z] ---> 01c90955fb0c [2023-02-06T13:15:41.382Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-02-06T13:15:41.382Z] ---> Running in 1c62e486a941 [2023-02-06T13:15:41.650Z] Removing intermediate container 1c62e486a941 [2023-02-06T13:15:41.650Z] ---> 5ca04094bb82 [2023-02-06T13:15:41.650Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-06T13:15:41.920Z] ---> Running in 1254479ff79d [2023-02-06T13:15:42.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T13:15:43.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T13:15:44.104Z] OK: 221 MiB in 51 packages [2023-02-06T13:15:45.065Z] Removing intermediate container 1254479ff79d [2023-02-06T13:15:45.065Z] ---> 35722fae7b30 [2023-02-06T13:15:45.065Z] Step 7/29 : WORKDIR /app [2023-02-06T13:15:45.065Z] ---> Running in 0fb4b2951c35 [2023-02-06T13:15:45.331Z] Removing intermediate container 0fb4b2951c35 [2023-02-06T13:15:45.331Z] ---> d75517e94427 [2023-02-06T13:15:45.331Z] Step 8/29 : COPY go.mod vendor* ./ [2023-02-06T13:15:45.597Z] ---> bd499e517ac6 [2023-02-06T13:15:45.597Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T13:15:45.869Z] ---> Running in e77cb240b8d4 [2023-02-06T13:15:48.453Z] Removing intermediate container e77cb240b8d4 [2023-02-06T13:15:48.453Z] ---> ecc52cd579e3 [2023-02-06T13:15:48.453Z] Step 10/29 : COPY . . [2023-02-06T13:15:48.719Z] ---> c67f25ea6f3c [2023-02-06T13:15:48.719Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-06T13:15:48.719Z] ---> Running in 72588a3f0324 [2023-02-06T13:15:48.989Z] Removing intermediate container 72588a3f0324 [2023-02-06T13:15:48.989Z] ---> 7b6cdd79678e [2023-02-06T13:15:48.989Z] Step 12/29 : RUN $MAKE [2023-02-06T13:15:49.258Z] ---> Running in d37b9810c923 [2023-02-06T13:15:50.221Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-02-06T13:17:57.078Z] Removing intermediate container d37b9810c923 [2023-02-06T13:17:57.078Z] ---> 343238a45bf1 [2023-02-06T13:17:57.078Z] Step 13/29 : FROM alpine:3.14 [2023-02-06T13:17:57.078Z] 3.14: Pulling from library/alpine [2023-02-06T13:17:57.078Z] 90cda3b7c325: Pulling fs layer [2023-02-06T13:17:57.078Z] 90cda3b7c325: Verifying Checksum [2023-02-06T13:17:57.078Z] 90cda3b7c325: Download complete [2023-02-06T13:17:57.078Z] 90cda3b7c325: Pull complete [2023-02-06T13:17:57.078Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2023-02-06T13:17:57.078Z] Status: Downloaded newer image for alpine:3.14 [2023-02-06T13:17:57.078Z] ---> 275902a1839d [2023-02-06T13:17:57.078Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T13:17:57.078Z] ---> Running in c7fd3a6eef6a [2023-02-06T13:17:57.078Z] Removing intermediate container c7fd3a6eef6a [2023-02-06T13:17:57.078Z] ---> 182e26d67c86 [2023-02-06T13:17:57.078Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-02-06T13:17:57.078Z] ---> Running in 92398e64dbdc [2023-02-06T13:17:57.078Z] Removing intermediate container 92398e64dbdc [2023-02-06T13:17:57.078Z] ---> c17a2b416987 [2023-02-06T13:17:57.078Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-02-06T13:17:57.078Z] ---> Running in acbe07b654f9 [2023-02-06T13:17:57.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2023-02-06T13:17:57.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2023-02-06T13:17:57.078Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-06T13:17:57.078Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-06T13:17:57.078Z] Executing busybox-1.33.1-r8.trigger [2023-02-06T13:17:57.078Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T13:17:57.078Z] OK: 6 MiB in 16 packages [2023-02-06T13:17:57.078Z] Removing intermediate container acbe07b654f9 [2023-02-06T13:17:57.078Z] ---> 9c4e80c47daf [2023-02-06T13:17:57.078Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-06T13:17:57.078Z] ---> 04affd1d502f [2023-02-06T13:17:57.078Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-06T13:17:57.078Z] ---> 6ab98eefdc5e [2023-02-06T13:17:57.078Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-02-06T13:17:57.078Z] ---> 27ffec94e7db [2023-02-06T13:17:57.078Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-02-06T13:17:57.078Z] ---> b2cbfdc8d44d [2023-02-06T13:17:57.078Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-02-06T13:17:57.078Z] ---> f86b43a7263f [2023-02-06T13:17:57.078Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-02-06T13:17:57.078Z] ---> Running in 4a7c6269b15c [2023-02-06T13:17:57.343Z] Removing intermediate container 4a7c6269b15c [2023-02-06T13:17:57.343Z] ---> 442137b4624d [2023-02-06T13:17:57.343Z] Step 23/29 : VOLUME /cache [2023-02-06T13:17:57.343Z] ---> Running in 3ca217c20e10 [2023-02-06T13:17:57.609Z] Removing intermediate container 3ca217c20e10 [2023-02-06T13:17:57.609Z] ---> 289308cfd06a [2023-02-06T13:17:57.609Z] Step 24/29 : EXPOSE 59711 [2023-02-06T13:17:57.883Z] ---> Running in 71e9324af5ae [2023-02-06T13:17:57.883Z] Removing intermediate container 71e9324af5ae [2023-02-06T13:17:57.883Z] ---> f20cd372b166 [2023-02-06T13:17:57.883Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-02-06T13:17:58.171Z] ---> Running in 3279fc2ca610 [2023-02-06T13:17:58.437Z] Removing intermediate container 3279fc2ca610 [2023-02-06T13:17:58.437Z] ---> 22cd40a01d63 [2023-02-06T13:17:58.437Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-02-06T13:17:58.437Z] ---> Running in 4e26d8c9b497 [2023-02-06T13:17:58.703Z] Removing intermediate container 4e26d8c9b497 [2023-02-06T13:17:58.703Z] ---> dd0848993ea5 [2023-02-06T13:17:58.703Z] Step 27/29 : LABEL arch=arm64 [2023-02-06T13:17:58.703Z] ---> Running in 39ed0d073912 [2023-02-06T13:17:58.969Z] Removing intermediate container 39ed0d073912 [2023-02-06T13:17:58.969Z] ---> a011fa9569fd [2023-02-06T13:17:58.969Z] Step 28/29 : LABEL git_sha=491e75cc94cb02527e0112e3520d40c836586648 [2023-02-06T13:17:58.969Z] ---> Running in eff588846965 [2023-02-06T13:17:59.237Z] Removing intermediate container eff588846965 [2023-02-06T13:17:59.237Z] ---> 0efde60246dc [2023-02-06T13:17:59.237Z] Step 29/29 : LABEL version=0.0.0 [2023-02-06T13:17:59.503Z] ---> Running in 9a6ae89bcb09 [2023-02-06T13:17:59.769Z] Removing intermediate container 9a6ae89bcb09 [2023-02-06T13:17:59.769Z] ---> 56d13f0cb989 [2023-02-06T13:17:59.769Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-06T13:17:59.769Z] Successfully built 56d13f0cb989 [2023-02-06T13:17:59.769Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:18:00.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T13:18:00.570Z] [2023-02-06T13:18:00.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:18:00.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T13:18:00.970Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-06T13:18:00.970Z] 8998bd30e6a1: Pulling fs layer [2023-02-06T13:18:00.970Z] 04944245beec: Pulling fs layer [2023-02-06T13:18:00.970Z] 699f458cf7ca: Pulling fs layer [2023-02-06T13:18:00.970Z] 765212b225bb: Pulling fs layer [2023-02-06T13:18:00.970Z] f23df028b6ca: Pulling fs layer [2023-02-06T13:18:00.970Z] d65c8cfc05b1: Pulling fs layer [2023-02-06T13:18:00.970Z] 2437ff75d9bd: Pulling fs layer [2023-02-06T13:18:00.970Z] 765212b225bb: Waiting [2023-02-06T13:18:00.970Z] f23df028b6ca: Waiting [2023-02-06T13:18:00.970Z] d65c8cfc05b1: Waiting [2023-02-06T13:18:01.240Z] 04944245beec: Download complete [2023-02-06T13:18:01.240Z] 765212b225bb: Verifying Checksum [2023-02-06T13:18:01.240Z] 765212b225bb: Download complete [2023-02-06T13:18:01.240Z] f23df028b6ca: Verifying Checksum [2023-02-06T13:18:01.240Z] f23df028b6ca: Download complete [2023-02-06T13:18:01.240Z] d65c8cfc05b1: Verifying Checksum [2023-02-06T13:18:01.240Z] d65c8cfc05b1: Download complete [2023-02-06T13:18:01.508Z] 699f458cf7ca: Download complete [2023-02-06T13:18:01.774Z] 8998bd30e6a1: Verifying Checksum [2023-02-06T13:18:01.775Z] 8998bd30e6a1: Download complete [2023-02-06T13:18:04.350Z] 2437ff75d9bd: Verifying Checksum [2023-02-06T13:18:04.350Z] 2437ff75d9bd: Download complete [2023-02-06T13:18:05.752Z] 8998bd30e6a1: Pull complete [2023-02-06T13:18:06.034Z] 04944245beec: Pull complete [2023-02-06T13:18:06.989Z] 699f458cf7ca: Pull complete [2023-02-06T13:18:07.255Z] 765212b225bb: Pull complete [2023-02-06T13:18:07.834Z] f23df028b6ca: Pull complete [2023-02-06T13:18:08.099Z] d65c8cfc05b1: Pull complete [2023-02-06T13:18:23.088Z] 2437ff75d9bd: Pull complete [2023-02-06T13:18:23.088Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-06T13:18:23.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T13:18:23.088Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:18:23.405Z] prd-ubuntu20.04-docker-arm64-4c-16g-4670 does not seem to be running inside a container [2023-02-06T13:18:23.470Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-06T13:18:25.795Z] $ docker top a7093261e8dcd9534b07a2b74b676730ad3ab6959928ad404bd27450a34b14f0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:26.343Z] ---> job-cost.sh [2023-02-06T13:18:26.608Z] lf-activate-venv: SKIPPING [2023-02-06T13:18:26.608Z] INFO: No Stack... [2023-02-06T13:18:26.873Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-06T13:18:27.826Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T13:18:28.169Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [2023-02-06T13:18:28.169Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T13:18:28.525Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [2023-02-06T13:18:28.530Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] did not exist. Created. [2023-02-06T13:18:28.530Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T13:18:29.254Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-5d0d548e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-06T13:18:29.602Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-06T13:18:29.639Z] Warning: overwriting stash ‘stack-cost’ [2023-02-06T13:18:29.687Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T13:18:29.702Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T13:18:29.773Z] $ docker stop --time=1 a7093261e8dcd9534b07a2b74b676730ad3ab6959928ad404bd27450a34b14f0 [2023-02-06T13:18:31.218Z] $ docker rm -f --volumes a7093261e8dcd9534b07a2b74b676730ad3ab6959928ad404bd27450a34b14f0 [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 [2023-02-06T13:18:32.128Z] provisioning config files... [2023-02-06T13:18:32.135Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config2131422761716508477tmp [Pipeline] { [Pipeline] sh [2023-02-06T13:18:32.465Z] + set +x [2023-02-06T13:18:32.465Z] + curl -s https://codecov.io/bash [2023-02-06T13:18:32.465Z] + bash -s -- [2023-02-06T13:18:32.465Z] [2023-02-06T13:18:32.465Z] _____ _ [2023-02-06T13:18:32.465Z] / ____| | | [2023-02-06T13:18:32.465Z] | | ___ __| | ___ ___ _____ __ [2023-02-06T13:18:32.465Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-06T13:18:32.465Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-06T13:18:32.465Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-06T13:18:32.465Z] Bash-1.0.6 [2023-02-06T13:18:32.465Z] [2023-02-06T13:18:32.465Z] [2023-02-06T13:18:32.465Z] ==> git version 2.25.1 found [2023-02-06T13:18:32.465Z] ==> 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 [2023-02-06T13:18:32.465Z] Release-Date: 2020-01-08 [2023-02-06T13:18:32.465Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-06T13:18:32.465Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-06T13:18:32.465Z] ==> Jenkins CI detected. [2023-02-06T13:18:32.465Z] current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-141 [2023-02-06T13:18:32.465Z] project root: . [2023-02-06T13:18:32.466Z] --> token set from env [2023-02-06T13:18:32.466Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-06T13:18:32.466Z] ==> Running gcov in . (disable via -X gcov) [2023-02-06T13:18:32.466Z] ==> Python coveragepy not found [2023-02-06T13:18:32.466Z] ==> Searching for coverage reports in: [2023-02-06T13:18:32.466Z] + . [2023-02-06T13:18:32.466Z] -> Found 1 reports [2023-02-06T13:18:32.466Z] ==> Detecting git/mercurial file structure [2023-02-06T13:18:32.466Z] ==> Reading reports [2023-02-06T13:18:32.466Z] + ./coverage.out bytes=41317 [2023-02-06T13:18:32.466Z] ==> Appending adjustments [2023-02-06T13:18:32.466Z] https://docs.codecov.io/docs/fixing-reports [2023-02-06T13:18:32.725Z] + Found adjustments [2023-02-06T13:18:32.725Z] ==> Gzipping contents [2023-02-06T13:18:32.725Z] 12K /tmp/codecov.ZGMPaU.gz [2023-02-06T13:18:32.725Z] ==> Uploading reports [2023-02-06T13:18:32.725Z] url: https://codecov.io [2023-02-06T13:18:32.725Z] query: branch=PR-141&commit=491e75cc94cb02527e0112e3520d40c836586648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-141%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=141&job=&cmd_args= [2023-02-06T13:18:32.725Z] -> Pinging Codecov [2023-02-06T13:18:32.725Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-141&commit=491e75cc94cb02527e0112e3520d40c836586648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-141%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=141&job=&cmd_args= [2023-02-06T13:18:32.983Z] -> Uploading to [2023-02-06T13:18:32.983Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-06/581DD39554BDF9B6E22D074273EAD858/491e75cc94cb02527e0112e3520d40c836586648/d466c47c-c624-4348-9a57-115a39c16199.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T131832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d170bcc93956363ba47179ee280f3fecefc35a4a767c81c095f3fcac5037d279 [2023-02-06T13:18:32.983Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T13:18:32.983Z] Dload Upload Total Spent Left Speed [2023-02-06T13:18:33.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 0 0 100 11843 0 45030 --:--:-- --:--:-- --:--:-- 45030 [2023-02-06T13:18:33.242Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] } [2023-02-06T13:18:33.270Z] 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 [2023-02-06T13:18:35.022Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives ] [2023-02-06T13:18:35.022Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives [2023-02-06T13:18:35.022Z] total 16 [2023-02-06T13:18:35.022Z] drwxr-xr-x 3 root root 4096 Feb 6 13:08 . [2023-02-06T13:18:35.022Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 13:08 .. [2023-02-06T13:18:35.022Z] drwxr-xr-x 2 root root 4096 Feb 6 13:08 cost [2023-02-06T13:18:35.022Z] -rw-r--r-- 1 root root 95 Feb 6 13:08 cost.csv [2023-02-06T13:18:35.022Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives [2023-02-06T13:18:35.023Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives [2023-02-06T13:18:35.023Z] total 16 [2023-02-06T13:18:35.023Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 13:08 . [2023-02-06T13:18:35.023Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 13:08 .. [2023-02-06T13:18:35.023Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 6 13:08 cost [2023-02-06T13:18:35.023Z] -rw-r--r-- 1 jenkins jenkins 95 Feb 6 13:08 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:35.353Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:36.244Z] ---> package-listing.sh [2023-02-06T13:18:36.244Z] ++ facter osfamily [2023-02-06T13:18:36.244Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-06T13:18:36.503Z] + OS_FAMILY=debian [2023-02-06T13:18:36.503Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-141 [2023-02-06T13:18:36.504Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-06T13:18:36.504Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-06T13:18:36.504Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-06T13:18:36.504Z] + PACKAGES=/tmp/packages_start.txt [2023-02-06T13:18:36.504Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-141 ']' [2023-02-06T13:18:36.504Z] + PACKAGES=/tmp/packages_end.txt [2023-02-06T13:18:36.504Z] + case "${OS_FAMILY}" in [2023-02-06T13:18:36.504Z] + dpkg -l [2023-02-06T13:18:36.504Z] + grep '^ii' [2023-02-06T13:18:36.504Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-06T13:18:36.504Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-06T13:18:36.504Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-06T13:18:36.504Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-141 ']' [2023-02-06T13:18:36.504Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives/ [2023-02-06T13:18:36.504Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives/ [Pipeline] echo [2023-02-06T13:18:36.541Z] 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/y_app-rfid-llrp-inventory_PR-141/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-06T13:18:36.834Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T13:18:37.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T13:18:37.462Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T13:18:37.616Z] prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container [2023-02-06T13:18:37.651Z] $ 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/y_app-rfid-llrp-inventory_PR-141/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T13:18:37.838Z] $ docker top 78582424c9bb6271a066cf9ebe70ecf2524a65bdd3f29e71d43cd5bea3b32270 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T13:18:38.214Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-06T13:18:38.522Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-06T13:18:38.832Z] + ls /var/log/sa-host [2023-02-06T13:18:38.832Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T13:18:39.001Z] provisioning config files... [2023-02-06T13:18:39.009Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config1169333610548615404tmp [Pipeline] { [Pipeline] echo [2023-02-06T13:18:39.056Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:39.370Z] ---> create-netrc.sh [Pipeline] } [2023-02-06T13:18:39.403Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:39.774Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-06T13:18:39.807Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:40.127Z] ---> sudo-logs.sh [2023-02-06T13:18:40.127Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-06T13:18:40.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:40.531Z] ---> job-cost.sh [2023-02-06T13:18:40.531Z] lf-activate-venv: SKIPPING [2023-02-06T13:18:40.531Z] DEBUG: total: 0.2199999988079071 [2023-02-06T13:18:40.531Z] INFO: Retrieving Stack Cost... [2023-02-06T13:18:41.104Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T13:18:41.367Z] INFO: Archiving Costs [Pipeline] echo [2023-02-06T13:18:41.400Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T13:18:41.713Z] ---> logs-deploy.sh [2023-02-06T13:18:41.713Z] lf-activate-venv: SKIPPING [2023-02-06T13:18:41.713Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-141/1 [2023-02-06T13:18:41.713Z] INFO: archiving workspace using pattern(s): [2023-02-06T13:18:42.662Z] Archives upload complete. [2023-02-06T13:18:42.662Z] INFO: archiving logs to Nexus