Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb+a218d4f56953046ecdce72b8d912b6fb71d7f601 (67b16d3ed2c3c980319a0d9d6fef4e9e49ea2bba) 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-ssh12167365795096271381.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh17777414234593814314.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 dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-62/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-62/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15569089152680075631.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2166708649852669673.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-62/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-62/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2020793012908096042.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4126 in /w/workspace/ry_app-rfid-llrp-inventory_PR-62 [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/ry_app-rfid-llrp-inventory_PR-62 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/jenkins-gitclient-ssh2566058934287021514.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/jenkins-gitclient-ssh4736848205718585459.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a218d4f56953046ecdce72b8d912b6fb71d7f601 into PR head commit f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb Merge succeeded, producing 340ef5eb34d9c507030940b7840b609498420864 Checking out Revision 340ef5eb34d9c507030940b7840b609498420864 (PR-62) > git config core.sparsecheckout # timeout=10 > git checkout -f f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb # timeout=10 > git remote # timeout=10 > 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 /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/jenkins-gitclient-ssh2034809158968170731.key > git merge a218d4f56953046ecdce72b8d912b6fb71d7f601 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 340ef5eb34d9c507030940b7840b609498420864 # timeout=10 Commit message: "Merge commit 'a218d4f56953046ecdce72b8d912b6fb71d7f601' into HEAD" > git rev-list --no-walk f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-28T07:58:11.936Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-28T07:58:12.014Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-28T07:58:12.037Z] ========================================================= [2022-01-28T07:58:12.037Z] EdgeX Global Pipelines Version Info [2022-01-28T07:58:12.037Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-28T07:58:13.206Z] ------------------- [2022-01-28T07:58:13.206Z] stable info: [2022-01-28T07:58:13.206Z] ------------------- [2022-01-28T07:58:13.206Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-28T07:58:13.206Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-28T07:58:13.206Z] Message: update stable to v1.0.219 [2022-01-28T07:58:13.781Z] ------------------- [2022-01-28T07:58:13.781Z] experimental info: [2022-01-28T07:58:13.781Z] ------------------- [2022-01-28T07:58:13.781Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-28T07:58:13.781Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-28T07:58:13.781Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-28T07:58:13.950Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2022-01-28T07:58:13.965Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2022-01-28T07:58:13.977Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-28T07:58:13.990Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-28T07:58:14.001Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-28T07:58:14.014Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-28T07:58:14.027Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-28T07:58:14.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-01-28T07:58:14.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-28T07:58:14.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-28T07:58:14.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-28T07:58:14.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2022-01-28T07:58:14.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-28T07:58:14.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-28T07:58:14.167Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-28T07:58:14.186Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-28T07:58:14.203Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-01-28T07:58:14.215Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-01-28T07:58:14.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-28T07:58:14.247Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-01-28T07:58:14.258Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-01-28T07:58:14.273Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-01-28T07:58:14.290Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-01-28T07:58:14.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-01-28T07:58:14.338Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-01-28T07:58:14.356Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-28T07:58:14.375Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-62 [Pipeline] echo [2022-01-28T07:58:14.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-62 [Pipeline] echo [2022-01-28T07:58:14.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-62 [Pipeline] echo [2022-01-28T07:58:14.417Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 340ef5eb34d9c507030940b7840b609498420864 [Pipeline] echo [2022-01-28T07:58:14.426Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 340ef5e [Pipeline] echo [2022-01-28T07:58:14.436Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T07:58:14.497Z] provisioning config files... [2022-01-28T07:58:14.513Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/config4142516163773793295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T07:58:14.826Z] ---> docker-login.sh [2022-01-28T07:58:14.826Z] nexus3.edgexfoundry.org:10001 [2022-01-28T07:58:14.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:15.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:15.095Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:15.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:15.095Z] [2022-01-28T07:58:15.095Z] Login Succeeded [2022-01-28T07:58:15.095Z] nexus3.edgexfoundry.org:10002 [2022-01-28T07:58:15.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:15.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:15.095Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:15.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:15.095Z] [2022-01-28T07:58:15.095Z] Login Succeeded [2022-01-28T07:58:15.095Z] nexus3.edgexfoundry.org:10003 [2022-01-28T07:58:15.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:15.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:15.363Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:15.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:15.363Z] [2022-01-28T07:58:15.363Z] Login Succeeded [2022-01-28T07:58:15.363Z] nexus3.edgexfoundry.org:10004 [2022-01-28T07:58:15.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:15.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:15.363Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:15.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:15.363Z] [2022-01-28T07:58:15.363Z] Login Succeeded [2022-01-28T07:58:15.363Z] docker.io [2022-01-28T07:58:15.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:15.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:15.888Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:15.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:15.888Z] [2022-01-28T07:58:15.888Z] Login Succeeded [2022-01-28T07:58:15.888Z] ---> docker-login.sh ends [Pipeline] } [2022-01-28T07:58:15.898Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-01-28T07:58:16.306Z] + git rev-list -1 --merges 340ef5eb34d9c507030940b7840b609498420864~1..340ef5eb34d9c507030940b7840b609498420864 [Pipeline] echo [2022-01-28T07:58:16.334Z] -----------> git rev-list -1 --merges 340ef5eb34d9c507030940b7840b609498420864~1..340ef5eb34d9c507030940b7840b609498420864 340ef5eb34d9c507030940b7840b609498420864 [2022-01-28T07:58:16.334Z] 340ef5eb34d9c507030940b7840b609498420864 [false] [Pipeline] sh [2022-01-28T07:58:16.637Z] + git log --format=format:%s -1 340ef5eb34d9c507030940b7840b609498420864 [Pipeline] echo [2022-01-28T07:58:16.664Z] ========================================================= [2022-01-28T07:58:16.664Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-28T07:58:16.664Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T07:58:17.020Z] + git log --format=format:%s -1 340ef5eb34d9c507030940b7840b609498420864 [Pipeline] echo [2022-01-28T07:58:17.034Z] [semverPrep] GIT_COMMIT: 340ef5eb34d9c507030940b7840b609498420864, Commit Message: Merge commit 'a218d4f56953046ecdce72b8d912b6fb71d7f601' into HEAD [Pipeline] echo [2022-01-28T07:58:17.046Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-01-28T07:58:17.476Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-28T07:58:17.476Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-28T07:58:17.476Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-28T07:58:17.476Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-28T07:58:17.476Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-28T07:58:17.476Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-28T07:58:17.476Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-28T07:58:17.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-28T07:58:17.907Z] [2022-01-28T07:58:17.907Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T07:58:18.220Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-28T07:58:18.220Z] latest: Pulling from edgex-devops/git-semver [2022-01-28T07:58:18.220Z] a0d0a0d46f8b: Pulling fs layer [2022-01-28T07:58:18.220Z] 3e5f54012d9b: Pulling fs layer [2022-01-28T07:58:18.220Z] 4c7163046ea9: Pulling fs layer [2022-01-28T07:58:18.220Z] 0c2d73faf560: Pulling fs layer [2022-01-28T07:58:18.220Z] 0c2d73faf560: Waiting [2022-01-28T07:58:18.220Z] 3e5f54012d9b: Verifying Checksum [2022-01-28T07:58:18.220Z] 3e5f54012d9b: Download complete [2022-01-28T07:58:18.220Z] a0d0a0d46f8b: Verifying Checksum [2022-01-28T07:58:18.220Z] a0d0a0d46f8b: Download complete [2022-01-28T07:58:18.220Z] 0c2d73faf560: Verifying Checksum [2022-01-28T07:58:18.220Z] 0c2d73faf560: Download complete [2022-01-28T07:58:18.220Z] 4c7163046ea9: Verifying Checksum [2022-01-28T07:58:18.220Z] 4c7163046ea9: Download complete [2022-01-28T07:58:18.495Z] a0d0a0d46f8b: Pull complete [2022-01-28T07:58:18.496Z] 3e5f54012d9b: Pull complete [2022-01-28T07:58:18.772Z] 4c7163046ea9: Pull complete [2022-01-28T07:58:19.034Z] 0c2d73faf560: Pull complete [2022-01-28T07:58:19.034Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-28T07:58:19.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-28T07:58:19.034Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-28T07:58:19.106Z] prd-centos7-docker-4c-2g-4126 does not seem to be running inside a container [2022-01-28T07:58:19.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-62 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62:/w/workspace/ry_app-rfid-llrp-inventory_PR-62:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@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:10004/edgex-devops/git-semver:latest cat [2022-01-28T07:58:19.729Z] $ docker top 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-28T07:58:19.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-28T07:58:19.923Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-28T07:58:20.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-28T07:58:19.984Z] $ docker exec 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d ssh-agent [2022-01-28T07:58:20.161Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlgHNil/agent.13 [2022-01-28T07:58:20.161Z] SSH_AGENT_PID=19 [2022-01-28T07:58:20.175Z] Running ssh-add (command line suppressed) [2022-01-28T07:58:20.232Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/private_key_6668602656942994840.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/private_key_6668602656942994840.key) [2022-01-28T07:58:20.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-28T07:58:20.601Z] + git tag --points-at HEAD [Pipeline] } [2022-01-28T07:58:20.604Z] $ docker exec --env ******** --env ******** 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d ssh-agent -k [2022-01-28T07:58:20.734Z] unset SSH_AUTH_SOCK; [2022-01-28T07:58:20.734Z] unset SSH_AGENT_PID; [2022-01-28T07:58:20.735Z] echo Agent pid 19 killed; [2022-01-28T07:58:20.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-28T07:58:20.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-28T07:58:20.781Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-28T07:58:20.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-28T07:58:20.919Z] $ docker exec 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d ssh-agent [2022-01-28T07:58:21.047Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMnIlhN/agent.51 [2022-01-28T07:58:21.047Z] SSH_AGENT_PID=56 [2022-01-28T07:58:21.054Z] Running ssh-add (command line suppressed) [2022-01-28T07:58:21.177Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/private_key_2584679938907789672.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/private_key_2584679938907789672.key) [2022-01-28T07:58:21.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-28T07:58:21.487Z] + git semver init [2022-01-28T07:58:21.487Z] # -> Open(): unable to determine branch for HEAD [2022-01-28T07:58:21.487Z] # $GIT_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-62/.git [2022-01-28T07:58:21.487Z] # $GIT_WORK_TREE = /w/workspace/ry_app-rfid-llrp-inventory_PR-62 [2022-01-28T07:58:21.487Z] # $SEMVER_REMOTE_NAME = origin [2022-01-28T07:58:21.487Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-28T07:58:21.487Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-28T07:58:21.487Z] # $SEMVER_BRANCH = PR-62 [2022-01-28T07:58:21.487Z] # $SEMVER_TEMP = /tmp/semver-825255884 [2022-01-28T07:58:21.487Z] # git clone --branch semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git $SEMVER_TEMP [2022-01-28T07:58:22.879Z] # '/tmp/semver-825255884' -> '/w/workspace/ry_app-rfid-llrp-inventory_PR-62/.semver' [2022-01-28T07:58:22.879Z] # -> Force: false [2022-01-28T07:58:22.879Z] # $SEMVER_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-62/.semver [Pipeline] } [2022-01-28T07:58:22.890Z] $ docker exec --env ******** --env ******** 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d ssh-agent -k [2022-01-28T07:58:22.993Z] unset SSH_AUTH_SOCK; [2022-01-28T07:58:22.993Z] unset SSH_AGENT_PID; [2022-01-28T07:58:22.993Z] echo Agent pid 56 killed; [2022-01-28T07:58:23.003Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-28T07:58:23.331Z] + git semver [Pipeline] } [2022-01-28T07:58:23.348Z] $ docker stop --time=1 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d [2022-01-28T07:58:24.653Z] $ docker rm -f 4b8897ebee3f7c9cd66b9dc2ae9b70cd353b741f22b834a451bea0f89c72f97d [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-28T07:58:25.017Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-28T07:58:25.267Z] Stashed 1 file(s) [Pipeline] echo [2022-01-28T07:58:25.275Z] [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 [2022-01-28T07:58:25.397Z] provisioning config files... [2022-01-28T07:58:25.408Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/config1279124363487045680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T07:58:25.712Z] ---> docker-login.sh [2022-01-28T07:58:25.712Z] nexus3.edgexfoundry.org:10001 [2022-01-28T07:58:25.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:25.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:25.712Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:25.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:25.712Z] [2022-01-28T07:58:25.712Z] Login Succeeded [2022-01-28T07:58:25.712Z] nexus3.edgexfoundry.org:10002 [2022-01-28T07:58:25.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:25.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:25.712Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:25.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:25.712Z] [2022-01-28T07:58:25.712Z] Login Succeeded [2022-01-28T07:58:25.712Z] nexus3.edgexfoundry.org:10003 [2022-01-28T07:58:25.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:25.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:25.976Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:25.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:25.976Z] [2022-01-28T07:58:25.976Z] Login Succeeded [2022-01-28T07:58:25.976Z] nexus3.edgexfoundry.org:10004 [2022-01-28T07:58:25.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:25.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:25.976Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:25.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:25.976Z] [2022-01-28T07:58:25.976Z] Login Succeeded [2022-01-28T07:58:25.976Z] docker.io [2022-01-28T07:58:26.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T07:58:26.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T07:58:26.500Z] Configure a credential helper to remove this warning. See [2022-01-28T07:58:26.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T07:58:26.500Z] [2022-01-28T07:58:26.500Z] Login Succeeded [2022-01-28T07:58:26.500Z] ---> docker-login.sh ends [Pipeline] } [2022-01-28T07:58:26.510Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-28T07:58:26.579Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-28T07:58:26.591Z] ========================================================= [2022-01-28T07:58:26.591Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-28T07:58:26.591Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-28T07:58:26.909Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . [2022-01-28T07:58:26.909Z] Sending build context to Docker daemon 10.01MB [2022-01-28T07:58:26.909Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T07:58:26.909Z] Step 2/13 : FROM ${BASE} AS builder [2022-01-28T07:58:26.909Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-28T07:58:26.909Z] 59bf1c3509f3: Pulling fs layer [2022-01-28T07:58:26.909Z] 666ba61612fd: Pulling fs layer [2022-01-28T07:58:26.909Z] 8ed8ca486205: Pulling fs layer [2022-01-28T07:58:26.909Z] 4fe6c5a15a65: Pulling fs layer [2022-01-28T07:58:26.909Z] 22a0e8bec74d: Pulling fs layer [2022-01-28T07:58:26.909Z] f965cba54748: Pulling fs layer [2022-01-28T07:58:26.909Z] 861ffc35075e: Pulling fs layer [2022-01-28T07:58:26.909Z] 4b385c91608e: Pulling fs layer [2022-01-28T07:58:26.909Z] 560528eb2ebb: Pulling fs layer [2022-01-28T07:58:26.909Z] f965cba54748: Waiting [2022-01-28T07:58:26.909Z] 861ffc35075e: Waiting [2022-01-28T07:58:26.909Z] 4b385c91608e: Waiting [2022-01-28T07:58:26.909Z] 560528eb2ebb: Waiting [2022-01-28T07:58:26.909Z] 22a0e8bec74d: Waiting [2022-01-28T07:58:26.909Z] 4fe6c5a15a65: Waiting [2022-01-28T07:58:27.175Z] 8ed8ca486205: Verifying Checksum [2022-01-28T07:58:27.176Z] 8ed8ca486205: Download complete [2022-01-28T07:58:27.176Z] 666ba61612fd: Verifying Checksum [2022-01-28T07:58:27.176Z] 666ba61612fd: Download complete [2022-01-28T07:58:27.176Z] 22a0e8bec74d: Verifying Checksum [2022-01-28T07:58:27.176Z] 22a0e8bec74d: Download complete [2022-01-28T07:58:27.176Z] f965cba54748: Verifying Checksum [2022-01-28T07:58:27.176Z] f965cba54748: Download complete [2022-01-28T07:58:27.176Z] 59bf1c3509f3: Verifying Checksum [2022-01-28T07:58:27.176Z] 59bf1c3509f3: Download complete [2022-01-28T07:58:27.176Z] 861ffc35075e: Verifying Checksum [2022-01-28T07:58:27.176Z] 861ffc35075e: Download complete [2022-01-28T07:58:27.176Z] 4b385c91608e: Verifying Checksum [2022-01-28T07:58:27.176Z] 4b385c91608e: Download complete [2022-01-28T07:58:27.760Z] 560528eb2ebb: Verifying Checksum [2022-01-28T07:58:27.760Z] 560528eb2ebb: Download complete [2022-01-28T07:58:27.760Z] 4fe6c5a15a65: Verifying Checksum [2022-01-28T07:58:27.760Z] 4fe6c5a15a65: Download complete [2022-01-28T07:58:27.760Z] 59bf1c3509f3: Pull complete [2022-01-28T07:58:27.760Z] 666ba61612fd: Pull complete [2022-01-28T07:58:28.028Z] 8ed8ca486205: Pull complete [2022-01-28T07:58:32.290Z] 4fe6c5a15a65: Pull complete [2022-01-28T07:58:32.290Z] 22a0e8bec74d: Pull complete [2022-01-28T07:58:32.290Z] f965cba54748: Pull complete [2022-01-28T07:58:32.290Z] 861ffc35075e: Pull complete [2022-01-28T07:58:32.557Z] 4b385c91608e: Pull complete [2022-01-28T07:58:35.983Z] 560528eb2ebb: Pull complete [2022-01-28T07:58:35.983Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-28T07:58:35.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-28T07:58:35.983Z] ---> dd4a08f94e63 [2022-01-28T07:58:35.983Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-01-28T07:58:37.377Z] ---> Running in e6b7884bda3a [2022-01-28T07:58:37.377Z] Removing intermediate container e6b7884bda3a [2022-01-28T07:58:37.377Z] ---> 6f53653050e6 [2022-01-28T07:58:37.377Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-01-28T07:58:37.377Z] ---> Running in ad1785d32023 [2022-01-28T07:58:37.377Z] Removing intermediate container ad1785d32023 [2022-01-28T07:58:37.377Z] ---> 2833b3262ead [2022-01-28T07:58:37.377Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T07:58:37.641Z] ---> Running in 53a0cb21dad3 [2022-01-28T07:58:37.641Z] Removing intermediate container 53a0cb21dad3 [2022-01-28T07:58:37.641Z] ---> e179ae0b40d8 [2022-01-28T07:58:37.641Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T07:58:37.641Z] ---> Running in a79e49899d18 [2022-01-28T07:58:38.216Z] Removing intermediate container a79e49899d18 [2022-01-28T07:58:38.216Z] ---> ae73fb057421 [2022-01-28T07:58:38.216Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-28T07:58:38.216Z] ---> Running in 90dbbb4881f0 [2022-01-28T07:58:38.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-28T07:58:39.435Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-28T07:58:40.013Z] OK: 221 MiB in 52 packages [2022-01-28T07:58:40.013Z] Removing intermediate container 90dbbb4881f0 [2022-01-28T07:58:40.013Z] ---> 6888d5adaf44 [2022-01-28T07:58:40.013Z] Step 8/13 : WORKDIR /app [2022-01-28T07:58:40.013Z] ---> Running in ff086977b5d8 [2022-01-28T07:58:40.276Z] Removing intermediate container ff086977b5d8 [2022-01-28T07:58:40.276Z] ---> cfbc7b60d04c [2022-01-28T07:58:40.276Z] Step 9/13 : COPY go.mod vendor* ./ [2022-01-28T07:58:40.276Z] ---> e95a9e359368 [2022-01-28T07:58:40.276Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T07:58:40.362Z] Still waiting to schedule task [2022-01-28T07:58:40.362Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2022-01-28T07:58:40.539Z] ---> Running in 65ba773dcd6c [2022-01-28T07:59:27.325Z] Removing intermediate container 65ba773dcd6c [2022-01-28T07:59:27.325Z] ---> 742ffd1148d9 [2022-01-28T07:59:27.325Z] Step 11/13 : COPY . . [2022-01-28T07:59:27.325Z] ---> 6426d8244bb1 [2022-01-28T07:59:27.325Z] Step 12/13 : ARG MAKE="make build" [2022-01-28T07:59:27.325Z] ---> Running in 5389dc081546 [2022-01-28T07:59:27.325Z] Removing intermediate container 5389dc081546 [2022-01-28T07:59:27.326Z] ---> 404887e6a493 [2022-01-28T07:59:27.326Z] Step 13/13 : RUN $MAKE [2022-01-28T07:59:27.326Z] ---> Running in 2e4ef59ef7ca [2022-01-28T07:59:27.326Z] noop [2022-01-28T07:59:27.326Z] Removing intermediate container 2e4ef59ef7ca [2022-01-28T07:59:27.326Z] ---> 723969bbfd07 [2022-01-28T07:59:27.326Z] Successfully built 723969bbfd07 [2022-01-28T07:59:27.326Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T07:59:27.649Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-28T07:59:27.649Z] . [Pipeline] withDockerContainer [2022-01-28T07:59:27.730Z] prd-centos7-docker-4c-2g-4126 does not seem to be running inside a container [2022-01-28T07:59:27.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-62 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62:/w/workspace/ry_app-rfid-llrp-inventory_PR-62:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-28T07:59:28.161Z] $ docker top 81fab0f8613160b1856f5a8cbb359370c26e91762b3e10a9c75f322520f3b639 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-28T07:59:28.557Z] + go version [2022-01-28T07:59:28.558Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-28T07:59:28.572Z] $ docker stop --time=1 81fab0f8613160b1856f5a8cbb359370c26e91762b3e10a9c75f322520f3b639 [2022-01-28T07:59:29.773Z] $ docker rm -f 81fab0f8613160b1856f5a8cbb359370c26e91762b3e10a9c75f322520f3b639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-28T07:59:30.220Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-28T07:59:30.220Z] . [Pipeline] withDockerContainer [2022-01-28T07:59:30.283Z] prd-centos7-docker-4c-2g-4126 does not seem to be running inside a container [2022-01-28T07:59:30.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-62 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62:/w/workspace/ry_app-rfid-llrp-inventory_PR-62:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-28T07:59:30.731Z] $ docker top bdb53cc8204ea59a32392e66a24753f1a6765caea90b5fb16e49b7a779d2ce49 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-28T07:59:31.111Z] + make test [2022-01-28T07:59:31.111Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-01-28T07:59:46.111Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2022-01-28T07:59:47.521Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.020s coverage: 86.2% of statements [2022-01-28T07:59:47.521Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2022-01-28T07:59:50.832Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.537s coverage: 71.9% of statements [2022-01-28T07:59:50.832Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/llrp/mocks [no test files] [2022-01-28T08:00:03.188Z] internal/inventory/app/controller.go:35:2: `coreDataPostTimeout` is unused (deadcode) [2022-01-28T08:00:03.188Z] coreDataPostTimeout = 3 * time.Minute [2022-01-28T08:00:03.188Z] ^ [2022-01-28T08:00:03.188Z] make: *** [Makefile:35: lint] Error 1 [Pipeline] } [2022-01-28T08:00:03.200Z] $ docker stop --time=1 bdb53cc8204ea59a32392e66a24753f1a6765caea90b5fb16e49b7a779d2ce49 [2022-01-28T08:00:04.749Z] $ docker rm -f bdb53cc8204ea59a32392e66a24753f1a6765caea90b5fb16e49b7a779d2ce49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:00:05.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T08:00:05.386Z] [2022-01-28T08:00:05.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:00:05.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T08:00:05.695Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-28T08:00:05.695Z] b4d181a07f80: Pulling fs layer [2022-01-28T08:00:05.695Z] a1111a8f2ec3: Pulling fs layer [2022-01-28T08:00:05.695Z] ed53099fbce6: Pulling fs layer [2022-01-28T08:00:05.695Z] dc539afda2c1: Pulling fs layer [2022-01-28T08:00:05.695Z] 77bc0d833cb6: Pulling fs layer [2022-01-28T08:00:05.695Z] 9065ff56babe: Pulling fs layer [2022-01-28T08:00:05.695Z] d287ab97295c: Pulling fs layer [2022-01-28T08:00:05.695Z] 77bc0d833cb6: Waiting [2022-01-28T08:00:05.695Z] 9065ff56babe: Waiting [2022-01-28T08:00:05.695Z] d287ab97295c: Waiting [2022-01-28T08:00:05.695Z] dc539afda2c1: Waiting [2022-01-28T08:00:05.695Z] a1111a8f2ec3: Verifying Checksum [2022-01-28T08:00:05.695Z] a1111a8f2ec3: Download complete [2022-01-28T08:00:05.695Z] dc539afda2c1: Verifying Checksum [2022-01-28T08:00:05.695Z] dc539afda2c1: Download complete [2022-01-28T08:00:05.695Z] ed53099fbce6: Verifying Checksum [2022-01-28T08:00:05.695Z] ed53099fbce6: Download complete [2022-01-28T08:00:05.957Z] 9065ff56babe: Verifying Checksum [2022-01-28T08:00:05.957Z] 9065ff56babe: Download complete [2022-01-28T08:00:05.957Z] 77bc0d833cb6: Verifying Checksum [2022-01-28T08:00:05.957Z] 77bc0d833cb6: Download complete [2022-01-28T08:00:05.957Z] b4d181a07f80: Download complete [2022-01-28T08:00:06.543Z] d287ab97295c: Verifying Checksum [2022-01-28T08:00:06.543Z] d287ab97295c: Download complete [2022-01-28T08:00:07.496Z] b4d181a07f80: Pull complete [2022-01-28T08:00:07.496Z] a1111a8f2ec3: Pull complete [2022-01-28T08:00:08.086Z] ed53099fbce6: Pull complete [2022-01-28T08:00:08.086Z] dc539afda2c1: Pull complete [2022-01-28T08:00:08.658Z] 77bc0d833cb6: Pull complete [2022-01-28T08:00:08.658Z] 9065ff56babe: Pull complete [2022-01-28T08:00:13.983Z] d287ab97295c: Pull complete [2022-01-28T08:00:13.983Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-28T08:00:13.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T08:00:13.983Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-28T08:00:14.052Z] prd-centos7-docker-4c-2g-4126 does not seem to be running inside a container [2022-01-28T08:00:14.090Z] $ 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/ry_app-rfid-llrp-inventory_PR-62 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62:/w/workspace/ry_app-rfid-llrp-inventory_PR-62:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-28T08:00:16.748Z] $ docker top a686a82c0a15b6c26e02f1148538d38788246c06eefefac30b4abb806573391b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:00:17.184Z] ---> job-cost.sh [2022-01-28T08:00:17.184Z] lf-activate-venv: SKIPPING [2022-01-28T08:00:17.184Z] INFO: No Stack... [2022-01-28T08:00:17.445Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-28T08:00:17.705Z] INFO: Archiving Costs [Pipeline] sh [2022-01-28T08:00:18.003Z] + cat /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives/cost.csv [2022-01-28T08:00:18.003Z] + cut -d, -f6 [Pipeline] lock [2022-01-28T08:00:18.018Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] [2022-01-28T08:00:18.024Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] did not exist. Created. [2022-01-28T08:00:18.024Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-28T08:00:18.341Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-01-28T08:00:18.378Z] Stashed 1 file(s) [Pipeline] } [2022-01-28T08:00:18.384Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-28T08:00:18.399Z] $ docker stop --time=1 a686a82c0a15b6c26e02f1148538d38788246c06eefefac30b4abb806573391b [2022-01-28T08:00:18.657Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4127 in /w/workspace/ry_app-rfid-llrp-inventory_PR-62 [2022-01-28T08:00:19.541Z] $ docker rm -f a686a82c0a15b6c26e02f1148538d38788246c06eefefac30b4abb806573391b [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] ws [2022-01-28T08:00:19.611Z] Running in /w/workspace/app-rfid-llrp-inventory/2 [Pipeline] { [Pipeline] checkout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-28T08:00:19.666Z] Failed in branch amd64 [2022-01-28T08:00:19.816Z] The recommended git tool is: git [2022-01-28T08:00:24.880Z] using credential edgex-jenkins-ssh [2022-01-28T08:00:24.898Z] Cloning the remote Git repository [2022-01-28T08:00:24.964Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-01-28T08:00:25.042Z] > git init /w/workspace/app-rfid-llrp-inventory/2 # timeout=10 [2022-01-28T08:00:25.124Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-01-28T08:00:25.125Z] > git --version # timeout=10 [2022-01-28T08:00:25.143Z] > git --version # 'git version 2.17.1' [2022-01-28T08:00:25.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-28T08:00:25.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-28T08:00:27.237Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-01-28T08:00:27.934Z] Merging remotes/origin/main commit a218d4f56953046ecdce72b8d912b6fb71d7f601 into PR head commit f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb [2022-01-28T08:00:28.263Z] Merge succeeded, producing 82d8f17dc7c43484c453b8e09bbc16301e919b1f [2022-01-28T08:00:28.263Z] Checking out Revision 82d8f17dc7c43484c453b8e09bbc16301e919b1f (PR-62) [2022-01-28T08:00:27.272Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-28T08:00:27.304Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-01-28T08:00:27.349Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-01-28T08:00:27.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-28T08:00:27.367Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-28T08:00:27.956Z] > git config core.sparsecheckout # timeout=10 [2022-01-28T08:00:27.978Z] > git checkout -f f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb # timeout=10 [2022-01-28T08:00:28.084Z] > git remote # timeout=10 [2022-01-28T08:00:28.107Z] > git config --get remote.origin.url # timeout=10 [2022-01-28T08:00:28.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-28T08:00:28.136Z] > git merge a218d4f56953046ecdce72b8d912b6fb71d7f601 # timeout=10 [2022-01-28T08:00:28.243Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-28T08:00:28.273Z] > git config core.sparsecheckout # timeout=10 [2022-01-28T08:00:28.290Z] > git checkout -f 82d8f17dc7c43484c453b8e09bbc16301e919b1f # timeout=10 [2022-01-28T08:00:32.666Z] Commit message: "Merge commit 'a218d4f56953046ecdce72b8d912b6fb71d7f601' into HEAD" [2022-01-28T08:00:32.677Z] > git rev-list --no-walk f8a2e6b0bebc1936d12a859c286b3d880e0b3ccb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T08:00:33.719Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-28T08:00:33.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-28T08:00:33.720Z] Dload Upload Total Spent Left Speed [2022-01-28T08:00:33.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 60116 0 --:--:-- --:--:-- --:--:-- 60423 [Pipeline] sh [2022-01-28T08:00:34.214Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-28T08:00:34.573Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-28T08:00:34.573Z] + sudo tee /etc/docker/daemon.new [2022-01-28T08:00:34.573Z] { [2022-01-28T08:00:34.573Z] "registry-mirrors": [ [2022-01-28T08:00:34.573Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-28T08:00:34.573Z] ], [2022-01-28T08:00:34.573Z] "bip": "10.250.0.254/24", [2022-01-28T08:00:34.574Z] "hosts": [ [2022-01-28T08:00:34.574Z] "tcp://0.0.0.0:5555", [2022-01-28T08:00:34.574Z] "unix:///var/run/docker.sock" [2022-01-28T08:00:34.574Z] ], [2022-01-28T08:00:34.574Z] "mtu": 1458, [2022-01-28T08:00:34.574Z] "selinux-enabled": true, [2022-01-28T08:00:34.574Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-28T08:00:34.574Z] } [Pipeline] sh [2022-01-28T08:00:35.024Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-28T08:00:35.378Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T08:00:53.721Z] provisioning config files... [2022-01-28T08:00:53.751Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/2@tmp/config3343550733656535557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:00:54.112Z] ---> docker-login.sh [2022-01-28T08:00:54.112Z] nexus3.edgexfoundry.org:10001 [2022-01-28T08:00:54.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T08:00:54.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T08:00:54.979Z] Configure a credential helper to remove this warning. See [2022-01-28T08:00:54.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T08:00:54.979Z] [2022-01-28T08:00:54.979Z] Login Succeeded [2022-01-28T08:00:54.979Z] nexus3.edgexfoundry.org:10002 [2022-01-28T08:00:55.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T08:00:55.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T08:00:55.528Z] Configure a credential helper to remove this warning. See [2022-01-28T08:00:55.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T08:00:55.528Z] [2022-01-28T08:00:55.528Z] Login Succeeded [2022-01-28T08:00:55.528Z] nexus3.edgexfoundry.org:10003 [2022-01-28T08:00:55.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T08:00:56.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T08:00:56.079Z] Configure a credential helper to remove this warning. See [2022-01-28T08:00:56.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T08:00:56.079Z] [2022-01-28T08:00:56.079Z] Login Succeeded [2022-01-28T08:00:56.079Z] nexus3.edgexfoundry.org:10004 [2022-01-28T08:00:56.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T08:00:56.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T08:00:56.354Z] Configure a credential helper to remove this warning. See [2022-01-28T08:00:56.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T08:00:56.354Z] [2022-01-28T08:00:56.354Z] Login Succeeded [2022-01-28T08:00:56.354Z] docker.io [2022-01-28T08:00:56.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T08:00:57.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T08:00:57.222Z] Configure a credential helper to remove this warning. See [2022-01-28T08:00:57.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T08:00:57.222Z] [2022-01-28T08:00:57.222Z] Login Succeeded [2022-01-28T08:00:57.222Z] ---> docker-login.sh ends [Pipeline] } [2022-01-28T08:00:57.239Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-28T08:00:57.809Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-28T08:00:57.828Z] ========================================================= [2022-01-28T08:00:57.828Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-28T08:00:57.828Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:00:58.185Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-01-28T08:00:58.458Z] Sending build context to Docker daemon 682kB [2022-01-28T08:00:58.458Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T08:00:58.458Z] Step 2/13 : FROM ${BASE} AS builder [2022-01-28T08:00:58.733Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-28T08:00:58.733Z] 9b3977197b4f: Pulling fs layer [2022-01-28T08:00:58.733Z] 1a89e8eeedd5: Pulling fs layer [2022-01-28T08:00:58.733Z] 94645a83ff95: Pulling fs layer [2022-01-28T08:00:58.733Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-28T08:00:58.733Z] 0c92f367c5e7: Pulling fs layer [2022-01-28T08:00:58.733Z] 3f3a8bcf1eab: Waiting [2022-01-28T08:00:58.733Z] 4b8299f9d1f4: Pulling fs layer [2022-01-28T08:00:58.733Z] 9a6b49a46696: Pulling fs layer [2022-01-28T08:00:58.733Z] cf05db05a679: Pulling fs layer [2022-01-28T08:00:58.733Z] 9a6b49a46696: Waiting [2022-01-28T08:00:58.733Z] 4b8299f9d1f4: Waiting [2022-01-28T08:00:58.733Z] cf05db05a679: Waiting [2022-01-28T08:00:58.733Z] 0c92f367c5e7: Waiting [2022-01-28T08:00:58.733Z] 94645a83ff95: Verifying Checksum [2022-01-28T08:00:58.733Z] 1a89e8eeedd5: Verifying Checksum [2022-01-28T08:00:58.733Z] 1a89e8eeedd5: Download complete [2022-01-28T08:00:58.733Z] 0c92f367c5e7: Verifying Checksum [2022-01-28T08:00:58.733Z] 0c92f367c5e7: Download complete [2022-01-28T08:00:58.733Z] 4b8299f9d1f4: Verifying Checksum [2022-01-28T08:00:58.733Z] 4b8299f9d1f4: Download complete [2022-01-28T08:00:58.733Z] 9b3977197b4f: Verifying Checksum [2022-01-28T08:00:58.733Z] 9a6b49a46696: Verifying Checksum [2022-01-28T08:00:58.733Z] 9a6b49a46696: Download complete [2022-01-28T08:00:59.733Z] 9b3977197b4f: Pull complete [2022-01-28T08:01:00.338Z] 1a89e8eeedd5: Pull complete [2022-01-28T08:01:00.616Z] 94645a83ff95: Pull complete [2022-01-28T08:01:00.616Z] cf05db05a679: Download complete [2022-01-28T08:01:01.213Z] 3f3a8bcf1eab: Verifying Checksum [2022-01-28T08:01:01.213Z] 3f3a8bcf1eab: Download complete [2022-01-28T08:01:13.632Z] 3f3a8bcf1eab: Pull complete [2022-01-28T08:01:13.632Z] 0c92f367c5e7: Pull complete [2022-01-28T08:01:13.907Z] 4b8299f9d1f4: Pull complete [2022-01-28T08:01:14.180Z] 9a6b49a46696: Pull complete [2022-01-28T08:01:20.916Z] cf05db05a679: Pull complete [2022-01-28T08:01:20.916Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-28T08:01:20.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-28T08:01:20.916Z] ---> 0ccda1f7e2ee [2022-01-28T08:01:20.916Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-01-28T08:01:21.191Z] ---> Running in b53c614853fd [2022-01-28T08:01:21.463Z] Removing intermediate container b53c614853fd [2022-01-28T08:01:21.463Z] ---> 34ab3a0788b7 [2022-01-28T08:01:21.463Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-01-28T08:01:21.736Z] ---> Running in 7a73df412266 [2022-01-28T08:01:22.017Z] Removing intermediate container 7a73df412266 [2022-01-28T08:01:22.017Z] ---> 366b3580ed0f [2022-01-28T08:01:22.017Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T08:01:22.292Z] ---> Running in 57052f2a0435 [2022-01-28T08:01:22.568Z] Removing intermediate container 57052f2a0435 [2022-01-28T08:01:22.568Z] ---> 60e6aa4bee90 [2022-01-28T08:01:22.568Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T08:01:22.568Z] ---> Running in 7f295373efd5 [2022-01-28T08:01:24.545Z] Removing intermediate container 7f295373efd5 [2022-01-28T08:01:24.545Z] ---> be948015ffa5 [2022-01-28T08:01:24.545Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-28T08:01:24.820Z] ---> Running in de6abcac1f57 [2022-01-28T08:01:25.810Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-28T08:01:26.793Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-28T08:01:27.780Z] OK: 220 MiB in 52 packages [2022-01-28T08:01:28.780Z] Removing intermediate container de6abcac1f57 [2022-01-28T08:01:28.780Z] ---> 91553bb905d0 [2022-01-28T08:01:28.780Z] Step 8/13 : WORKDIR /app [2022-01-28T08:01:29.054Z] ---> Running in b4e5917a1474 [2022-01-28T08:01:29.326Z] Removing intermediate container b4e5917a1474 [2022-01-28T08:01:29.326Z] ---> f9a4deb4e0a8 [2022-01-28T08:01:29.326Z] Step 9/13 : COPY go.mod vendor* ./ [2022-01-28T08:01:29.923Z] ---> 3e5b980f6d5b [2022-01-28T08:01:29.923Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T08:01:30.203Z] ---> Running in 8e72bfb6b343 [2022-01-28T08:02:52.009Z] Removing intermediate container 8e72bfb6b343 [2022-01-28T08:02:52.009Z] ---> 9364b4990403 [2022-01-28T08:02:52.009Z] Step 11/13 : COPY . . [2022-01-28T08:02:52.009Z] ---> c5485a608675 [2022-01-28T08:02:52.009Z] Step 12/13 : ARG MAKE="make build" [2022-01-28T08:02:52.009Z] ---> Running in c568465e5044 [2022-01-28T08:02:52.009Z] Removing intermediate container c568465e5044 [2022-01-28T08:02:52.009Z] ---> 4e207892d847 [2022-01-28T08:02:52.009Z] Step 13/13 : RUN $MAKE [2022-01-28T08:02:52.009Z] ---> Running in a92013a2d962 [2022-01-28T08:02:52.009Z] noop [2022-01-28T08:02:52.009Z] Removing intermediate container a92013a2d962 [2022-01-28T08:02:52.009Z] ---> 7f388fef754a [2022-01-28T08:02:52.009Z] Successfully built 7f388fef754a [2022-01-28T08:02:52.009Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:02:52.348Z] + docker inspect -f . ci-base-image-arm64 [2022-01-28T08:02:52.348Z] . [Pipeline] withDockerContainer [2022-01-28T08:02:52.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-4127 does not seem to be running inside a container [2022-01-28T08:02:52.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/2 -v /w/workspace/app-rfid-llrp-inventory/2:/w/workspace/app-rfid-llrp-inventory/2:rw,z -v /w/workspace/app-rfid-llrp-inventory/2@tmp:/w/workspace/app-rfid-llrp-inventory/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-28T08:02:53.925Z] $ docker top 30d8732eed8569b0b065be8fb851568829606e95167007aab8ae6a9afe164fbe -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-28T08:02:54.798Z] + go version [2022-01-28T08:02:54.798Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-28T08:02:54.818Z] $ docker stop --time=1 30d8732eed8569b0b065be8fb851568829606e95167007aab8ae6a9afe164fbe [2022-01-28T08:02:56.452Z] $ docker rm -f 30d8732eed8569b0b065be8fb851568829606e95167007aab8ae6a9afe164fbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:02:57.054Z] + docker inspect -f . ci-base-image-arm64 [2022-01-28T08:02:57.054Z] . [Pipeline] withDockerContainer [2022-01-28T08:02:57.255Z] prd-ubuntu18.04-docker-arm64-4c-16g-4127 does not seem to be running inside a container [2022-01-28T08:02:57.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/2 -v /w/workspace/app-rfid-llrp-inventory/2:/w/workspace/app-rfid-llrp-inventory/2:rw,z -v /w/workspace/app-rfid-llrp-inventory/2@tmp:/w/workspace/app-rfid-llrp-inventory/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-28T08:02:58.646Z] $ docker top 2b2a87d086b3fb589a57fdf09b9c262914fdd7bd52bb34eef69dcb6a3d8991b5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-28T08:02:59.609Z] + make test [2022-01-28T08:02:59.609Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-01-28T08:03:56.196Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2022-01-28T08:03:56.196Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.146s coverage: 86.2% of statements [2022-01-28T08:03:56.196Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2022-01-28T08:04:00.497Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.700s coverage: 71.9% of statements [2022-01-28T08:04:00.497Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/llrp/mocks [no test files] [2022-01-28T08:04:00.770Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-01-28T08:04:00.771Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-01-28T08:04:22.975Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-28T08:04:22.975Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-28T08:04:22.975Z] ./bin/test-attribution.sh [Pipeline] echo [2022-01-28T08:04:24.977Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-28T08:04:24.989Z] $ docker stop --time=1 2b2a87d086b3fb589a57fdf09b9c262914fdd7bd52bb34eef69dcb6a3d8991b5 [2022-01-28T08:04:26.781Z] $ docker rm -f 2b2a87d086b3fb589a57fdf09b9c262914fdd7bd52bb34eef69dcb6a3d8991b5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-28T08:04:27.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-28T08:04:28.183Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T08:04:29.213Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-28T08:04:29.551Z] + ls -al . [2022-01-28T08:04:29.551Z] total 236 [2022-01-28T08:04:29.551Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 08:04 . [2022-01-28T08:04:29.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 08:00 .. [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 262 Jan 28 08:00 .dockerignore [2022-01-28T08:04:29.551Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 08:00 .git [2022-01-28T08:04:29.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 08:00 .github [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 788 Jan 28 08:00 .gitignore [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 28 08:00 .golangci.yml [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 8248 Jan 28 08:00 Attribution.txt [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 1923 Jan 28 08:00 Dockerfile [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 28 08:00 GOVERNANCE.md [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 686 Jan 28 08:00 Jenkinsfile [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 28 08:00 LICENSE [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 2095 Jan 28 08:00 Makefile [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 617 Jan 28 08:00 OWNERS.md [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 31205 Jan 28 08:00 README.md [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 07:58 VERSION [2022-01-28T08:04:29.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 08:00 bin [2022-01-28T08:04:29.551Z] -rw-r--r-- 1 jenkins jenkins 41008 Jan 28 08:04 coverage.out [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 3019 Jan 28 08:04 go.mod [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 49531 Jan 28 08:00 go.sum [2022-01-28T08:04:29.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 08:00 images [2022-01-28T08:04:29.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 08:00 internal [2022-01-28T08:04:29.551Z] -rw-rw-r-- 1 jenkins jenkins 531 Jan 28 08:00 main.go [2022-01-28T08:04:29.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 08:00 res [2022-01-28T08:04:29.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 08:00 snap [2022-01-28T08:04:29.551Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 28 08:00 static [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:04:29.897Z] + 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=82d8f17dc7c43484c453b8e09bbc16301e919b1f --label arch=arm64 --label version=0.0.0 . [2022-01-28T08:04:30.171Z] Sending build context to Docker daemon 682kB [2022-01-28T08:04:30.171Z] Step 1/31 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T08:04:30.171Z] Step 2/31 : FROM ${BASE} AS builder [2022-01-28T08:04:30.171Z] ---> 7f388fef754a [2022-01-28T08:04:30.171Z] Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-01-28T08:04:30.444Z] ---> Running in 09adc1711923 [2022-01-28T08:04:30.728Z] Removing intermediate container 09adc1711923 [2022-01-28T08:04:30.728Z] ---> 6dae50bb782a [2022-01-28T08:04:30.728Z] Step 4/31 : ARG ALPINE_PKG_EXTRA="" [2022-01-28T08:04:30.728Z] ---> Running in 6bfa712bc518 [2022-01-28T08:04:31.324Z] Removing intermediate container 6bfa712bc518 [2022-01-28T08:04:31.324Z] ---> 1ca4479b0f81 [2022-01-28T08:04:31.324Z] Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T08:04:31.324Z] ---> Running in 9f8d41d6bfd4 [2022-01-28T08:04:31.595Z] Removing intermediate container 9f8d41d6bfd4 [2022-01-28T08:04:31.595Z] ---> f978717bd083 [2022-01-28T08:04:31.595Z] Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T08:04:31.934Z] ---> Running in 63f576345f3f [2022-01-28T08:04:33.438Z] Removing intermediate container 63f576345f3f [2022-01-28T08:04:33.438Z] ---> 8a6e964ae0ca [2022-01-28T08:04:33.438Z] Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-28T08:04:33.719Z] ---> Running in 56229c9e475a [2022-01-28T08:04:34.707Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-28T08:04:35.687Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-28T08:04:36.668Z] OK: 220 MiB in 52 packages [2022-01-28T08:04:37.265Z] Removing intermediate container 56229c9e475a [2022-01-28T08:04:37.265Z] ---> 7f84104f2fe7 [2022-01-28T08:04:37.265Z] Step 8/31 : WORKDIR /app [2022-01-28T08:04:37.537Z] ---> Running in 1b2a5f155680 [2022-01-28T08:04:37.810Z] Removing intermediate container 1b2a5f155680 [2022-01-28T08:04:37.810Z] ---> 4c812b044fc3 [2022-01-28T08:04:37.810Z] Step 9/31 : COPY go.mod vendor* ./ [2022-01-28T08:04:38.405Z] ---> e215bdc4eba3 [2022-01-28T08:04:38.405Z] Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T08:04:38.680Z] ---> Running in d2dd31f2583f [2022-01-28T08:04:40.672Z] Removing intermediate container d2dd31f2583f [2022-01-28T08:04:40.672Z] ---> b8f24809b900 [2022-01-28T08:04:40.672Z] Step 11/31 : COPY . . [2022-01-28T08:04:41.662Z] ---> fb75679f9af0 [2022-01-28T08:04:41.662Z] Step 12/31 : ARG MAKE="make build" [2022-01-28T08:04:41.662Z] ---> Running in fa18e22c734b [2022-01-28T08:04:41.938Z] Removing intermediate container fa18e22c734b [2022-01-28T08:04:41.938Z] ---> c0bcbb671a81 [2022-01-28T08:04:41.938Z] Step 13/31 : RUN $MAKE [2022-01-28T08:04:41.938Z] ---> Running in f62b0e38a71e [2022-01-28T08:04:43.371Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -o app-rfid-llrp-inventory [2022-01-28T08:05:30.324Z] Removing intermediate container f62b0e38a71e [2022-01-28T08:05:30.324Z] ---> f997292f49a3 [2022-01-28T08:05:30.324Z] Step 14/31 : FROM alpine:3.14 [2022-01-28T08:05:30.324Z] 3.14: Pulling from library/alpine [2022-01-28T08:05:30.324Z] be307f383ecc: Pulling fs layer [2022-01-28T08:05:30.324Z] be307f383ecc: Download complete [2022-01-28T08:05:30.593Z] be307f383ecc: Pull complete [2022-01-28T08:05:30.593Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-28T08:05:30.863Z] Status: Downloaded newer image for alpine:3.14 [2022-01-28T08:05:30.863Z] ---> 5b8b7b635229 [2022-01-28T08:05:30.863Z] Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T08:05:30.863Z] ---> Running in 89ae145cb063 [2022-01-28T08:05:31.134Z] Removing intermediate container 89ae145cb063 [2022-01-28T08:05:31.134Z] ---> a0a7d3036f21 [2022-01-28T08:05:31.134Z] Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2022-01-28T08:05:31.408Z] ---> Running in 3510385f8a4a [2022-01-28T08:05:31.682Z] Removing intermediate container 3510385f8a4a [2022-01-28T08:05:31.682Z] ---> 229804585c8b [2022-01-28T08:05:31.682Z] Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T08:05:31.682Z] ---> Running in 315451f85015 [2022-01-28T08:05:33.656Z] Removing intermediate container 315451f85015 [2022-01-28T08:05:33.656Z] ---> 1699e3130388 [2022-01-28T08:05:33.656Z] Step 18/31 : RUN apk --no-cache add ca-certificates zeromq [2022-01-28T08:05:33.656Z] ---> Running in e1c1e4d2ce0e [2022-01-28T08:05:34.627Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-28T08:05:35.219Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-28T08:05:36.187Z] (1/6) Installing ca-certificates (20211220-r0) [2022-01-28T08:05:36.187Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-28T08:05:36.458Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-28T08:05:36.458Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-28T08:05:36.730Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-28T08:05:36.730Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-28T08:05:36.730Z] Executing busybox-1.33.1-r6.trigger [2022-01-28T08:05:36.730Z] Executing ca-certificates-20211220-r0.trigger [2022-01-28T08:05:37.003Z] OK: 9 MiB in 20 packages [2022-01-28T08:05:38.430Z] Removing intermediate container e1c1e4d2ce0e [2022-01-28T08:05:38.430Z] ---> d0c3f880353d [2022-01-28T08:05:38.430Z] Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-01-28T08:05:39.027Z] ---> 1b9ca980b49c [2022-01-28T08:05:39.027Z] Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE [2022-01-28T08:05:39.622Z] ---> 39a6a457f327 [2022-01-28T08:05:39.622Z] Step 21/31 : COPY --from=builder /app/res/ /res/ [2022-01-28T08:05:40.219Z] ---> 78c4835ad0b5 [2022-01-28T08:05:40.219Z] Step 22/31 : COPY --from=builder /app/static/ /static/ [2022-01-28T08:05:40.810Z] ---> d4aad1fc2b89 [2022-01-28T08:05:40.810Z] Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2022-01-28T08:05:41.777Z] ---> 50cf5ae0fb33 [2022-01-28T08:05:41.777Z] Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2022-01-28T08:05:41.777Z] ---> Running in 9e0bd6bf2c79 [2022-01-28T08:05:43.201Z] Removing intermediate container 9e0bd6bf2c79 [2022-01-28T08:05:43.201Z] ---> 74dc4c855c24 [2022-01-28T08:05:43.201Z] Step 25/31 : VOLUME /cache [2022-01-28T08:05:43.471Z] ---> Running in 747aeeb66a41 [2022-01-28T08:05:43.740Z] Removing intermediate container 747aeeb66a41 [2022-01-28T08:05:43.740Z] ---> 72a77d49f1d4 [2022-01-28T08:05:43.740Z] Step 26/31 : EXPOSE 59711 [2022-01-28T08:05:43.740Z] ---> Running in fe2a32074b44 [2022-01-28T08:05:44.009Z] Removing intermediate container fe2a32074b44 [2022-01-28T08:05:44.009Z] ---> db15300d686e [2022-01-28T08:05:44.009Z] Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2022-01-28T08:05:44.279Z] ---> Running in 6122a03796cc [2022-01-28T08:05:44.550Z] Removing intermediate container 6122a03796cc [2022-01-28T08:05:44.550Z] ---> cc08b7b2c282 [2022-01-28T08:05:44.550Z] Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] [2022-01-28T08:05:44.550Z] ---> Running in 1ab09bbbb9ba [2022-01-28T08:05:45.137Z] Removing intermediate container 1ab09bbbb9ba [2022-01-28T08:05:45.138Z] ---> 2efea930c963 [2022-01-28T08:05:45.138Z] Step 29/31 : LABEL arch=arm64 [2022-01-28T08:05:45.138Z] ---> Running in 9f581ea001fa [2022-01-28T08:05:45.405Z] Removing intermediate container 9f581ea001fa [2022-01-28T08:05:45.406Z] ---> 5c252c755e3d [2022-01-28T08:05:45.406Z] Step 30/31 : LABEL git_sha=82d8f17dc7c43484c453b8e09bbc16301e919b1f [2022-01-28T08:05:45.406Z] ---> Running in ae2467a5a34f [2022-01-28T08:05:45.674Z] Removing intermediate container ae2467a5a34f [2022-01-28T08:05:45.674Z] ---> d7901b32c9a4 [2022-01-28T08:05:45.674Z] Step 31/31 : LABEL version=0.0.0 [2022-01-28T08:05:45.944Z] ---> Running in 0d95c5355453 [2022-01-28T08:05:46.215Z] Removing intermediate container 0d95c5355453 [2022-01-28T08:05:46.215Z] ---> a8163f170da2 [2022-01-28T08:05:46.215Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-28T08:05:46.215Z] Successfully built a8163f170da2 [2022-01-28T08:05:46.215Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:05:46.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-28T08:05:46.750Z] [2022-01-28T08:05:46.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:05:47.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-28T08:05:47.377Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-28T08:05:47.377Z] 448f6bf000e3: Pulling fs layer [2022-01-28T08:05:47.377Z] f757da607395: Pulling fs layer [2022-01-28T08:05:47.377Z] 05883995daec: Pulling fs layer [2022-01-28T08:05:47.377Z] 8603b9c90790: Pulling fs layer [2022-01-28T08:05:47.377Z] 1560dd03e051: Pulling fs layer [2022-01-28T08:05:47.377Z] 27f5ce0e4adf: Pulling fs layer [2022-01-28T08:05:47.377Z] c2d8d7efcc4b: Pulling fs layer [2022-01-28T08:05:47.377Z] 8603b9c90790: Waiting [2022-01-28T08:05:47.377Z] 27f5ce0e4adf: Waiting [2022-01-28T08:05:47.377Z] c2d8d7efcc4b: Waiting [2022-01-28T08:05:47.377Z] 1560dd03e051: Waiting [2022-01-28T08:05:47.377Z] f757da607395: Verifying Checksum [2022-01-28T08:05:47.377Z] f757da607395: Download complete [2022-01-28T08:05:47.377Z] 8603b9c90790: Verifying Checksum [2022-01-28T08:05:47.377Z] 8603b9c90790: Download complete [2022-01-28T08:05:47.653Z] 1560dd03e051: Verifying Checksum [2022-01-28T08:05:47.653Z] 1560dd03e051: Download complete [2022-01-28T08:05:47.653Z] 05883995daec: Verifying Checksum [2022-01-28T08:05:47.653Z] 05883995daec: Download complete [2022-01-28T08:05:47.653Z] 27f5ce0e4adf: Verifying Checksum [2022-01-28T08:05:47.653Z] 27f5ce0e4adf: Download complete [2022-01-28T08:05:47.925Z] 448f6bf000e3: Verifying Checksum [2022-01-28T08:05:47.925Z] 448f6bf000e3: Download complete [2022-01-28T08:05:50.543Z] c2d8d7efcc4b: Verifying Checksum [2022-01-28T08:05:50.543Z] c2d8d7efcc4b: Download complete [2022-01-28T08:05:51.517Z] 448f6bf000e3: Pull complete [2022-01-28T08:05:52.497Z] f757da607395: Pull complete [2022-01-28T08:05:53.934Z] 05883995daec: Pull complete [2022-01-28T08:05:53.934Z] 8603b9c90790: Pull complete [2022-01-28T08:05:54.912Z] 1560dd03e051: Pull complete [2022-01-28T08:05:55.186Z] 27f5ce0e4adf: Pull complete [2022-01-28T08:06:10.247Z] c2d8d7efcc4b: Pull complete [2022-01-28T08:06:10.247Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-28T08:06:10.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-28T08:06:10.247Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-28T08:06:10.462Z] prd-ubuntu18.04-docker-arm64-4c-16g-4127 does not seem to be running inside a container [2022-01-28T08:06:10.538Z] $ 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/2 -v /w/workspace/app-rfid-llrp-inventory/2:/w/workspace/app-rfid-llrp-inventory/2:rw,z -v /w/workspace/app-rfid-llrp-inventory/2@tmp:/w/workspace/app-rfid-llrp-inventory/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-01-28T08:06:13.159Z] $ docker top 6d1c17a1cc4f0a361652c895e759b689d84c6e3f4cbbadf0f3b40687dc852d3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:14.140Z] ---> job-cost.sh [2022-01-28T08:06:14.140Z] lf-activate-venv: SKIPPING [2022-01-28T08:06:14.140Z] INFO: No Stack... [2022-01-28T08:06:14.414Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-28T08:06:14.685Z] INFO: Archiving Costs [Pipeline] sh [2022-01-28T08:06:15.381Z] + cat /w/workspace/app-rfid-llrp-inventory/2/archives/cost.csv [2022-01-28T08:06:15.381Z] + cut -d, -f6 [Pipeline] lock [2022-01-28T08:06:15.443Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] [2022-01-28T08:06:15.449Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] did not exist. Created. [2022-01-28T08:06:15.449Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-28T08:06:16.117Z] /w/workspace/app-rfid-llrp-inventory/2@tmp/durable-372880f0/script.sh: 1: /w/workspace/app-rfid-llrp-inventory/2@tmp/durable-372880f0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-01-28T08:06:16.787Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-28T08:06:16.814Z] Warning: overwriting stash ‘stack-cost’ [2022-01-28T08:06:16.865Z] Stashed 1 file(s) [Pipeline] } [2022-01-28T08:06:16.872Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-62-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-28T08:06:16.884Z] $ docker stop --time=1 6d1c17a1cc4f0a361652c895e759b689d84c6e3f4cbbadf0f3b40687dc852d3d [2022-01-28T08:06:18.388Z] $ docker rm -f 6d1c17a1cc4f0a361652c895e759b689d84c6e3f4cbbadf0f3b40687dc852d3d [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-01-28T08:06:19.523Z] + '[' -d /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives ']' [2022-01-28T08:06:19.523Z] + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives [2022-01-28T08:06:19.523Z] total 8 [2022-01-28T08:06:19.523Z] drwxr-xr-x. 3 root root 34 Jan 28 08:00 . [2022-01-28T08:06:19.523Z] drwxrwxr-x. 12 jenkins jenkins 4096 Jan 28 08:00 .. [2022-01-28T08:06:19.523Z] drwxr-xr-x. 2 root root 6 Jan 28 08:00 cost [2022-01-28T08:06:19.523Z] -rw-r--r--. 1 root root 93 Jan 28 08:00 cost.csv [2022-01-28T08:06:19.523Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives [2022-01-28T08:06:19.523Z] + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives [2022-01-28T08:06:19.523Z] total 8 [2022-01-28T08:06:19.523Z] drwxr-xr-x. 3 jenkins jenkins 34 Jan 28 08:00 . [2022-01-28T08:06:19.523Z] drwxrwxr-x. 12 jenkins jenkins 4096 Jan 28 08:00 .. [2022-01-28T08:06:19.523Z] drwxr-xr-x. 2 jenkins jenkins 6 Jan 28 08:00 cost [2022-01-28T08:06:19.523Z] -rw-r--r--. 1 jenkins jenkins 93 Jan 28 08:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:19.837Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:20.401Z] ---> package-listing.sh [2022-01-28T08:06:20.402Z] ++ facter osfamily [2022-01-28T08:06:20.402Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-28T08:06:20.666Z] + OS_FAMILY=redhat [2022-01-28T08:06:20.666Z] + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-62 [2022-01-28T08:06:20.666Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-28T08:06:20.666Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-28T08:06:20.666Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-28T08:06:20.666Z] + PACKAGES=/tmp/packages_start.txt [2022-01-28T08:06:20.666Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-62 ']' [2022-01-28T08:06:20.666Z] + PACKAGES=/tmp/packages_end.txt [2022-01-28T08:06:20.666Z] + case "${OS_FAMILY}" in [2022-01-28T08:06:20.666Z] + rpm -qa [2022-01-28T08:06:20.666Z] + sort [2022-01-28T08:06:21.244Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-28T08:06:21.244Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-28T08:06:21.244Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-28T08:06:21.244Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-62 ']' [2022-01-28T08:06:21.244Z] + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives/ [2022-01-28T08:06:21.244Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-62/archives/ [Pipeline] echo [2022-01-28T08:06:21.256Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-28T08:06:21.539Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-28T08:06:22.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T08:06:22.095Z] . [Pipeline] withDockerContainer [2022-01-28T08:06:22.161Z] prd-centos7-docker-4c-2g-4126 does not seem to be running inside a container [2022-01-28T08:06:22.191Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-rfid-llrp-inventory_PR-62 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62:/w/workspace/ry_app-rfid-llrp-inventory_PR-62:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-28T08:06:22.522Z] $ docker top c7316965c825912307af6c7dcb9abcdf99a2ab8c079e55823ba6fb9ae98b9ac1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-28T08:06:23.068Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-28T08:06:23.364Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-28T08:06:23.659Z] + ls /var/log/sa-host [2022-01-28T08:06:23.659Z] + sadf -c /var/log/sa-host/sa17 [2022-01-28T08:06:23.659Z] file_magic: OK [2022-01-28T08:06:23.659Z] HZ: Using current value: 100 [2022-01-28T08:06:23.659Z] file_header: OK [2022-01-28T08:06:23.659Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-01-28T08:06:23.659Z] Statistics: [2022-01-28T08:06:23.659Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-28T08:06:23.659Z] File successfully converted to sysstat format version 12.0.3 [2022-01-28T08:06:23.659Z] + sadf -c /var/log/sa-host/sa28 [2022-01-28T08:06:23.659Z] file_magic: OK [2022-01-28T08:06:23.659Z] HZ: Using current value: 100 [2022-01-28T08:06:23.659Z] file_header: OK [2022-01-28T08:06:23.659Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-01-28T08:06:23.659Z] Statistics: [2022-01-28T08:06:23.659Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-28T08:06:23.659Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T08:06:23.879Z] provisioning config files... [2022-01-28T08:06:23.890Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-62@tmp/config1588010826344095124tmp [Pipeline] { [Pipeline] echo [2022-01-28T08:06:23.908Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:24.197Z] ---> create-netrc.sh [Pipeline] } [2022-01-28T08:06:24.204Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:24.544Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-28T08:06:24.554Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:24.844Z] ---> sudo-logs.sh [2022-01-28T08:06:24.844Z] Archiving 'sudo' log.. [2022-01-28T08:06:24.844Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4126.novalocal: Name or service not known [2022-01-28T08:06:24.844Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4126.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-28T08:06:24.871Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:25.169Z] ---> job-cost.sh [2022-01-28T08:06:25.169Z] lf-activate-venv: SKIPPING [2022-01-28T08:06:25.169Z] DEBUG: total: 0.05999999865889549 [2022-01-28T08:06:25.169Z] INFO: Retrieving Stack Cost... [2022-01-28T08:06:25.431Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-28T08:06:26.002Z] INFO: Archiving Costs [Pipeline] echo [2022-01-28T08:06:26.015Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T08:06:26.304Z] ---> logs-deploy.sh [2022-01-28T08:06:26.304Z] lf-activate-venv: SKIPPING [2022-01-28T08:06:26.304Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-62/2 [2022-01-28T08:06:26.304Z] INFO: archiving workspace using pattern(s): [2022-01-28T08:06:26.877Z] Archives upload complete. [2022-01-28T08:06:27.144Z] INFO: archiving logs to Nexus