Pull request #60 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd+e2b92234b508c52989163e5f76e64282dbe9ed11 (8e5d5aea8eff72633726efd4c824d8440d35d362) 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-ssh13691693226372799118.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-ssh13462949356642805555.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-60/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-60/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7173302311519091671.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-ssh7590155765577410711.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-60/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-60/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7784251045448787248.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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2127 in /w/workspace/ry_app-rfid-llrp-inventory_PR-60 [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-60 # 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-60@tmp/jenkins-gitclient-ssh6660751757054671806.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e2b92234b508c52989163e5f76e64282dbe9ed11 into PR head commit 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd Merge succeeded, producing 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd Checking out Revision 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd (PR-60) > 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-60@tmp/jenkins-gitclient-ssh2468452092632158230.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/60/head:refs/remotes/origin/PR-60 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd # 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-60@tmp/jenkins-gitclient-ssh6513175263465355377.key > git merge e2b92234b508c52989163e5f76e64282dbe9ed11 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd # timeout=10 Commit message: "refact: Replace custom epoch helper functions with equivalents from time module." First time build. Skipping changelog. > git rev-list --no-walk e1744d44372540795cfe1cee393401eefa8d741a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-19T23:07:51.137Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-19T23:07:51.190Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-19T23:07:51.209Z] ========================================================= [2022-01-19T23:07:51.209Z] EdgeX Global Pipelines Version Info [2022-01-19T23:07:51.209Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:07:52.317Z] ------------------- [2022-01-19T23:07:52.317Z] stable info: [2022-01-19T23:07:52.317Z] ------------------- [2022-01-19T23:07:52.317Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-19T23:07:52.317Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-19T23:07:52.317Z] Message: update stable to v1.0.219 [2022-01-19T23:07:52.888Z] ------------------- [2022-01-19T23:07:52.888Z] experimental info: [2022-01-19T23:07:52.889Z] ------------------- [2022-01-19T23:07:52.889Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-19T23:07:52.889Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-19T23:07:52.889Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-19T23:07:53.025Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2022-01-19T23:07:53.039Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2022-01-19T23:07:53.056Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-19T23:07:53.066Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-19T23:07:53.078Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-19T23:07:53.090Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-19T23:07:53.111Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-19T23:07:53.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-01-19T23:07:53.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-19T23:07:53.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-19T23:07:53.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-19T23:07:53.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2022-01-19T23:07:53.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-19T23:07:53.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-19T23:07:53.213Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-19T23:07:53.225Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-19T23:07:53.241Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-01-19T23:07:53.258Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-01-19T23:07:53.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-19T23:07:53.279Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-01-19T23:07:53.291Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-01-19T23:07:53.304Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-01-19T23:07:53.316Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-01-19T23:07:53.328Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-01-19T23:07:53.340Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-01-19T23:07:53.353Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-19T23:07:53.368Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-60 [Pipeline] echo [2022-01-19T23:07:53.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-60 [Pipeline] echo [2022-01-19T23:07:53.392Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-60 [Pipeline] echo [2022-01-19T23:07:53.403Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [Pipeline] echo [2022-01-19T23:07:53.414Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8aa91f5 [Pipeline] echo [2022-01-19T23:07:53.426Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-19T23:07:53.465Z] provisioning config files... [2022-01-19T23:07:53.483Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/config5505146630433085426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:07:53.788Z] ---> docker-login.sh [2022-01-19T23:07:53.788Z] nexus3.edgexfoundry.org:10001 [2022-01-19T23:07:53.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:07:54.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:07:54.055Z] Configure a credential helper to remove this warning. See [2022-01-19T23:07:54.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:07:54.055Z] [2022-01-19T23:07:54.055Z] Login Succeeded [2022-01-19T23:07:54.055Z] nexus3.edgexfoundry.org:10002 [2022-01-19T23:07:54.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:07:54.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:07:54.055Z] Configure a credential helper to remove this warning. See [2022-01-19T23:07:54.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:07:54.055Z] [2022-01-19T23:07:54.055Z] Login Succeeded [2022-01-19T23:07:54.055Z] nexus3.edgexfoundry.org:10003 [2022-01-19T23:07:54.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:07:54.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:07:54.055Z] Configure a credential helper to remove this warning. See [2022-01-19T23:07:54.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:07:54.055Z] [2022-01-19T23:07:54.055Z] Login Succeeded [2022-01-19T23:07:54.055Z] nexus3.edgexfoundry.org:10004 [2022-01-19T23:07:54.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:07:54.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:07:54.318Z] Configure a credential helper to remove this warning. See [2022-01-19T23:07:54.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:07:54.318Z] [2022-01-19T23:07:54.318Z] Login Succeeded [2022-01-19T23:07:54.318Z] docker.io [2022-01-19T23:07:54.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:07:54.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:07:54.579Z] Configure a credential helper to remove this warning. See [2022-01-19T23:07:54.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:07:54.579Z] [2022-01-19T23:07:54.579Z] Login Succeeded [2022-01-19T23:07:54.579Z] ---> docker-login.sh ends [Pipeline] } [2022-01-19T23:07:54.592Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-01-19T23:07:54.996Z] + git rev-list -1 --merges 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd~1..8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [Pipeline] echo [2022-01-19T23:07:55.026Z] -----------> git rev-list -1 --merges 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd~1..8aa91f5ca427a0ac4243ff0f055a6e17f2770efd 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [false] [Pipeline] sh [2022-01-19T23:07:55.325Z] + git log --format=format:%s -1 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [Pipeline] echo [2022-01-19T23:07:55.342Z] ========================================================= [2022-01-19T23:07:55.342Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-19T23:07:55.342Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-19T23:07:55.699Z] + git log --format=format:%s -1 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [Pipeline] echo [2022-01-19T23:07:55.711Z] [semverPrep] GIT_COMMIT: 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd, Commit Message: refact: Replace custom epoch helper functions with equivalents from time module. [Pipeline] echo [2022-01-19T23:07:55.725Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-01-19T23:07:56.123Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-19T23:07:56.123Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-19T23:07:56.123Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-19T23:07:56.123Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-19T23:07:56.123Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-19T23:07:56.123Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-19T23:07:56.123Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:07:56.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-19T23:07:56.487Z] [2022-01-19T23:07:56.487Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:07:56.796Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-19T23:07:56.796Z] latest: Pulling from edgex-devops/git-semver [2022-01-19T23:07:56.796Z] a0d0a0d46f8b: Pulling fs layer [2022-01-19T23:07:56.796Z] 3e5f54012d9b: Pulling fs layer [2022-01-19T23:07:56.796Z] 4c7163046ea9: Pulling fs layer [2022-01-19T23:07:56.796Z] 0c2d73faf560: Pulling fs layer [2022-01-19T23:07:56.796Z] 0c2d73faf560: Waiting [2022-01-19T23:07:56.796Z] 3e5f54012d9b: Verifying Checksum [2022-01-19T23:07:56.796Z] 3e5f54012d9b: Download complete [2022-01-19T23:07:56.796Z] a0d0a0d46f8b: Verifying Checksum [2022-01-19T23:07:56.796Z] a0d0a0d46f8b: Download complete [2022-01-19T23:07:56.796Z] 0c2d73faf560: Verifying Checksum [2022-01-19T23:07:56.796Z] 0c2d73faf560: Download complete [2022-01-19T23:07:56.796Z] 4c7163046ea9: Verifying Checksum [2022-01-19T23:07:56.796Z] 4c7163046ea9: Download complete [2022-01-19T23:07:57.066Z] a0d0a0d46f8b: Pull complete [2022-01-19T23:07:57.066Z] 3e5f54012d9b: Pull complete [2022-01-19T23:07:57.329Z] 4c7163046ea9: Pull complete [2022-01-19T23:07:57.590Z] 0c2d73faf560: Pull complete [2022-01-19T23:07:57.590Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-19T23:07:57.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-19T23:07:57.590Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-19T23:07:57.658Z] prd-centos7-docker-4c-2g-2127 does not seem to be running inside a container [2022-01-19T23:07:57.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-60 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60:/w/workspace/ry_app-rfid-llrp-inventory_PR-60:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-01-19T23:07:58.319Z] $ docker top 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-19T23:07:58.421Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-19T23:07:58.421Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-19T23:07:58.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-19T23:07:58.536Z] $ docker exec 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 ssh-agent [2022-01-19T23:07:58.649Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBHhlcP/agent.13 [2022-01-19T23:07:58.649Z] SSH_AGENT_PID=20 [2022-01-19T23:07:58.657Z] Running ssh-add (command line suppressed) [2022-01-19T23:07:58.758Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/private_key_1451115707881888451.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/private_key_1451115707881888451.key) [2022-01-19T23:07:58.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-19T23:07:59.074Z] + git tag --points-at HEAD [Pipeline] } [2022-01-19T23:07:59.085Z] $ docker exec --env ******** --env ******** 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 ssh-agent -k [2022-01-19T23:07:59.179Z] unset SSH_AUTH_SOCK; [2022-01-19T23:07:59.179Z] unset SSH_AGENT_PID; [2022-01-19T23:07:59.179Z] echo Agent pid 20 killed; [2022-01-19T23:07:59.192Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-19T23:07:59.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-19T23:07:59.225Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-19T23:07:59.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-19T23:07:59.327Z] $ docker exec 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 ssh-agent [2022-01-19T23:07:59.420Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcMBdpJ/agent.53 [2022-01-19T23:07:59.420Z] SSH_AGENT_PID=59 [2022-01-19T23:07:59.426Z] Running ssh-add (command line suppressed) [2022-01-19T23:07:59.509Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/private_key_5025790493597885887.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/private_key_5025790493597885887.key) [2022-01-19T23:07:59.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-19T23:07:59.813Z] + git semver init [2022-01-19T23:07:59.813Z] # -> Open(): unable to determine branch for HEAD [2022-01-19T23:07:59.813Z] # $GIT_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-60/.git [2022-01-19T23:07:59.813Z] # $GIT_WORK_TREE = /w/workspace/ry_app-rfid-llrp-inventory_PR-60 [2022-01-19T23:07:59.813Z] # $SEMVER_REMOTE_NAME = origin [2022-01-19T23:07:59.813Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-19T23:07:59.813Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-19T23:07:59.813Z] # $SEMVER_BRANCH = PR-60 [2022-01-19T23:07:59.813Z] # $SEMVER_TEMP = /tmp/semver-868536138 [2022-01-19T23:07:59.813Z] # git clone --branch semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git $SEMVER_TEMP [2022-01-19T23:08:00.755Z] # '/tmp/semver-868536138' -> '/w/workspace/ry_app-rfid-llrp-inventory_PR-60/.semver' [2022-01-19T23:08:00.756Z] # -> Force: false [2022-01-19T23:08:00.756Z] # $SEMVER_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-60/.semver [Pipeline] } [2022-01-19T23:08:00.778Z] $ docker exec --env ******** --env ******** 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 ssh-agent -k [2022-01-19T23:08:00.870Z] unset SSH_AUTH_SOCK; [2022-01-19T23:08:00.871Z] unset SSH_AGENT_PID; [2022-01-19T23:08:00.871Z] echo Agent pid 59 killed; [2022-01-19T23:08:00.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-19T23:08:01.196Z] + git semver [Pipeline] } [2022-01-19T23:08:01.208Z] $ docker stop --time=1 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 [2022-01-19T23:08:02.481Z] $ docker rm -f 16fb0518bd2b72313ddba6ff00061e7b7fea1b75a9c30de2cb14c123e06c7349 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-19T23:08:02.830Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-19T23:08:03.061Z] Stashed 1 file(s) [Pipeline] echo [2022-01-19T23:08:03.065Z] [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-19T23:08:03.187Z] provisioning config files... [2022-01-19T23:08:03.198Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/config2791141824500194674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:08:03.506Z] ---> docker-login.sh [2022-01-19T23:08:03.506Z] nexus3.edgexfoundry.org:10001 [2022-01-19T23:08:03.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:08:03.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:08:03.506Z] Configure a credential helper to remove this warning. See [2022-01-19T23:08:03.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:08:03.506Z] [2022-01-19T23:08:03.506Z] Login Succeeded [2022-01-19T23:08:03.506Z] nexus3.edgexfoundry.org:10002 [2022-01-19T23:08:03.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:08:03.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:08:03.506Z] Configure a credential helper to remove this warning. See [2022-01-19T23:08:03.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:08:03.506Z] [2022-01-19T23:08:03.506Z] Login Succeeded [2022-01-19T23:08:03.506Z] nexus3.edgexfoundry.org:10003 [2022-01-19T23:08:03.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:08:03.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:08:03.768Z] Configure a credential helper to remove this warning. See [2022-01-19T23:08:03.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:08:03.768Z] [2022-01-19T23:08:03.768Z] Login Succeeded [2022-01-19T23:08:03.768Z] nexus3.edgexfoundry.org:10004 [2022-01-19T23:08:03.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:08:03.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:08:03.768Z] Configure a credential helper to remove this warning. See [2022-01-19T23:08:03.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:08:03.768Z] [2022-01-19T23:08:03.768Z] Login Succeeded [2022-01-19T23:08:03.768Z] docker.io [2022-01-19T23:08:03.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:08:04.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:08:04.338Z] Configure a credential helper to remove this warning. See [2022-01-19T23:08:04.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:08:04.338Z] [2022-01-19T23:08:04.338Z] Login Succeeded [2022-01-19T23:08:04.338Z] ---> docker-login.sh ends [Pipeline] } [2022-01-19T23:08:04.346Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-19T23:08:04.402Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-19T23:08:04.414Z] ========================================================= [2022-01-19T23:08:04.414Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-19T23:08:04.414Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:08:04.729Z] + 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-19T23:08:04.729Z] Sending build context to Docker daemon 9.997MB [2022-01-19T23:08:04.729Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-01-19T23:08:04.729Z] Step 2/13 : FROM ${BASE} AS builder [2022-01-19T23:08:04.729Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-19T23:08:04.729Z] 59bf1c3509f3: Pulling fs layer [2022-01-19T23:08:04.729Z] 666ba61612fd: Pulling fs layer [2022-01-19T23:08:04.729Z] 8ed8ca486205: Pulling fs layer [2022-01-19T23:08:04.729Z] 4fe6c5a15a65: Pulling fs layer [2022-01-19T23:08:04.729Z] 22a0e8bec74d: Pulling fs layer [2022-01-19T23:08:04.729Z] f965cba54748: Pulling fs layer [2022-01-19T23:08:04.729Z] 861ffc35075e: Pulling fs layer [2022-01-19T23:08:04.729Z] 4b385c91608e: Pulling fs layer [2022-01-19T23:08:04.729Z] 560528eb2ebb: Pulling fs layer [2022-01-19T23:08:04.729Z] 4fe6c5a15a65: Waiting [2022-01-19T23:08:04.729Z] 22a0e8bec74d: Waiting [2022-01-19T23:08:04.729Z] 861ffc35075e: Waiting [2022-01-19T23:08:04.729Z] 4b385c91608e: Waiting [2022-01-19T23:08:04.729Z] f965cba54748: Waiting [2022-01-19T23:08:04.729Z] 560528eb2ebb: Waiting [2022-01-19T23:08:04.729Z] 8ed8ca486205: Download complete [2022-01-19T23:08:04.729Z] 666ba61612fd: Verifying Checksum [2022-01-19T23:08:04.729Z] 666ba61612fd: Download complete [2022-01-19T23:08:04.729Z] 22a0e8bec74d: Verifying Checksum [2022-01-19T23:08:04.729Z] 22a0e8bec74d: Download complete [2022-01-19T23:08:04.729Z] 59bf1c3509f3: Verifying Checksum [2022-01-19T23:08:04.729Z] 59bf1c3509f3: Download complete [2022-01-19T23:08:04.991Z] f965cba54748: Verifying Checksum [2022-01-19T23:08:04.991Z] f965cba54748: Download complete [2022-01-19T23:08:04.991Z] 861ffc35075e: Download complete [2022-01-19T23:08:04.991Z] 4b385c91608e: Verifying Checksum [2022-01-19T23:08:04.991Z] 4b385c91608e: Download complete [2022-01-19T23:08:05.254Z] 560528eb2ebb: Verifying Checksum [2022-01-19T23:08:05.254Z] 560528eb2ebb: Download complete [2022-01-19T23:08:05.254Z] 59bf1c3509f3: Pull complete [2022-01-19T23:08:05.513Z] 4fe6c5a15a65: Verifying Checksum [2022-01-19T23:08:05.513Z] 4fe6c5a15a65: Download complete [2022-01-19T23:08:05.513Z] 666ba61612fd: Pull complete [2022-01-19T23:08:05.513Z] 8ed8ca486205: Pull complete [2022-01-19T23:08:09.745Z] 4fe6c5a15a65: Pull complete [2022-01-19T23:08:09.745Z] 22a0e8bec74d: Pull complete [2022-01-19T23:08:09.745Z] f965cba54748: Pull complete [2022-01-19T23:08:09.745Z] 861ffc35075e: Pull complete [2022-01-19T23:08:09.745Z] 4b385c91608e: Pull complete [2022-01-19T23:08:12.365Z] 560528eb2ebb: Pull complete [2022-01-19T23:08:12.365Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-19T23:08:12.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-19T23:08:12.365Z] ---> dd4a08f94e63 [2022-01-19T23:08:12.365Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-01-19T23:08:14.282Z] ---> Running in ff4d1a18537d [2022-01-19T23:08:14.282Z] Removing intermediate container ff4d1a18537d [2022-01-19T23:08:14.282Z] ---> 8440881ef507 [2022-01-19T23:08:14.282Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-01-19T23:08:14.282Z] ---> Running in ff78316ac6de [2022-01-19T23:08:14.282Z] Removing intermediate container ff78316ac6de [2022-01-19T23:08:14.282Z] ---> c6a8953b8240 [2022-01-19T23:08:14.282Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-19T23:08:14.282Z] ---> Running in 70b004a0772e [2022-01-19T23:08:14.282Z] Removing intermediate container 70b004a0772e [2022-01-19T23:08:14.282Z] ---> 0e224fc8e359 [2022-01-19T23:08:14.282Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-19T23:08:14.282Z] ---> Running in 526d94427108 [2022-01-19T23:08:14.857Z] Removing intermediate container 526d94427108 [2022-01-19T23:08:14.857Z] ---> 85d66f2ee64e [2022-01-19T23:08:14.857Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-19T23:08:14.857Z] ---> Running in 8fcc97622ce3 [2022-01-19T23:08:15.117Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-19T23:08:16.058Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-19T23:08:16.318Z] OK: 221 MiB in 52 packages [2022-01-19T23:08:16.578Z] Removing intermediate container 8fcc97622ce3 [2022-01-19T23:08:16.578Z] ---> aff6e9db3cdc [2022-01-19T23:08:16.578Z] Step 8/13 : WORKDIR /app [2022-01-19T23:08:16.578Z] ---> Running in 4a9e26ffc300 [2022-01-19T23:08:16.578Z] Removing intermediate container 4a9e26ffc300 [2022-01-19T23:08:16.578Z] ---> e7b0431df4c4 [2022-01-19T23:08:16.578Z] Step 9/13 : COPY go.mod vendor* ./ [2022-01-19T23:08:16.852Z] ---> 98d67ed2d4de [2022-01-19T23:08:16.852Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-19T23:08:16.852Z] ---> Running in 8a8e76463c5c [2022-01-19T23:08:18.149Z] Still waiting to schedule task [2022-01-19T23:08:18.149Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2022-01-19T23:08:48.993Z] Removing intermediate container 8a8e76463c5c [2022-01-19T23:08:48.993Z] ---> d4ae7521e1a2 [2022-01-19T23:08:48.993Z] Step 11/13 : COPY . . [2022-01-19T23:08:48.993Z] ---> 4467b7f4498f [2022-01-19T23:08:48.993Z] Step 12/13 : ARG MAKE="make build" [2022-01-19T23:08:48.993Z] ---> Running in 3316f395753b [2022-01-19T23:08:48.993Z] Removing intermediate container 3316f395753b [2022-01-19T23:08:48.993Z] ---> 6f99e8fcdd68 [2022-01-19T23:08:48.993Z] Step 13/13 : RUN $MAKE [2022-01-19T23:08:48.993Z] ---> Running in 13c6371cfc86 [2022-01-19T23:08:48.993Z] noop [2022-01-19T23:08:48.993Z] Removing intermediate container 13c6371cfc86 [2022-01-19T23:08:48.993Z] ---> 2c3a30cdcf0b [2022-01-19T23:08:48.993Z] Successfully built 2c3a30cdcf0b [2022-01-19T23:08:48.993Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:08:49.307Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-19T23:08:49.307Z] . [Pipeline] withDockerContainer [2022-01-19T23:08:49.369Z] prd-centos7-docker-4c-2g-2127 does not seem to be running inside a container [2022-01-19T23:08:49.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-60 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60:/w/workspace/ry_app-rfid-llrp-inventory_PR-60:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@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 ******** ci-base-image-x86_64 cat [2022-01-19T23:08:49.759Z] $ docker top 267390ef99e4be8597b488809bc1fdeaf6e2454069673c0d379236fb4b452a3c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-19T23:08:50.117Z] + go version [2022-01-19T23:08:50.118Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-19T23:08:50.130Z] $ docker stop --time=1 267390ef99e4be8597b488809bc1fdeaf6e2454069673c0d379236fb4b452a3c [2022-01-19T23:08:51.321Z] $ docker rm -f 267390ef99e4be8597b488809bc1fdeaf6e2454069673c0d379236fb4b452a3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:08:51.732Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-19T23:08:51.732Z] . [Pipeline] withDockerContainer [2022-01-19T23:08:51.789Z] prd-centos7-docker-4c-2g-2127 does not seem to be running inside a container [2022-01-19T23:08:51.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-60 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60:/w/workspace/ry_app-rfid-llrp-inventory_PR-60:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@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 ******** ci-base-image-x86_64 cat [2022-01-19T23:08:52.134Z] $ docker top 870c4a6c9e2576d914aadd4ffb3c0cbc3cd5d8a37b0cc11e30941aee328e0807 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-19T23:08:52.494Z] + make test [2022-01-19T23:08:52.494Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-19T23:08:52.494Z] go: updates to go.mod needed; to update it: [2022-01-19T23:08:52.494Z] go mod tidy [2022-01-19T23:08:52.494Z] make: *** [Makefile:30: test] Error 1 [Pipeline] } [2022-01-19T23:08:52.509Z] $ docker stop --time=1 870c4a6c9e2576d914aadd4ffb3c0cbc3cd5d8a37b0cc11e30941aee328e0807 [2022-01-19T23:08:53.681Z] $ docker rm -f 870c4a6c9e2576d914aadd4ffb3c0cbc3cd5d8a37b0cc11e30941aee328e0807 [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-19T23:08:54.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-19T23:08:54.187Z] [2022-01-19T23:08:54.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:08:54.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-19T23:08:54.496Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-19T23:08:54.496Z] b4d181a07f80: Pulling fs layer [2022-01-19T23:08:54.496Z] a1111a8f2ec3: Pulling fs layer [2022-01-19T23:08:54.496Z] ed53099fbce6: Pulling fs layer [2022-01-19T23:08:54.496Z] dc539afda2c1: Pulling fs layer [2022-01-19T23:08:54.496Z] 77bc0d833cb6: Pulling fs layer [2022-01-19T23:08:54.496Z] 9065ff56babe: Pulling fs layer [2022-01-19T23:08:54.496Z] d287ab97295c: Pulling fs layer [2022-01-19T23:08:54.496Z] dc539afda2c1: Waiting [2022-01-19T23:08:54.496Z] 77bc0d833cb6: Waiting [2022-01-19T23:08:54.496Z] 9065ff56babe: Waiting [2022-01-19T23:08:54.496Z] d287ab97295c: Waiting [2022-01-19T23:08:54.496Z] a1111a8f2ec3: Verifying Checksum [2022-01-19T23:08:54.496Z] a1111a8f2ec3: Download complete [2022-01-19T23:08:54.496Z] dc539afda2c1: Verifying Checksum [2022-01-19T23:08:54.496Z] dc539afda2c1: Download complete [2022-01-19T23:08:54.496Z] ed53099fbce6: Verifying Checksum [2022-01-19T23:08:54.496Z] ed53099fbce6: Download complete [2022-01-19T23:08:54.496Z] 77bc0d833cb6: Verifying Checksum [2022-01-19T23:08:54.496Z] 77bc0d833cb6: Download complete [2022-01-19T23:08:54.763Z] 9065ff56babe: Verifying Checksum [2022-01-19T23:08:54.763Z] 9065ff56babe: Download complete [2022-01-19T23:08:54.763Z] b4d181a07f80: Verifying Checksum [2022-01-19T23:08:54.763Z] b4d181a07f80: Download complete [2022-01-19T23:08:55.342Z] d287ab97295c: Verifying Checksum [2022-01-19T23:08:55.342Z] d287ab97295c: Download complete [2022-01-19T23:08:56.295Z] b4d181a07f80: Pull complete [2022-01-19T23:08:56.295Z] a1111a8f2ec3: Pull complete [2022-01-19T23:08:56.875Z] ed53099fbce6: Pull complete [2022-01-19T23:08:56.875Z] dc539afda2c1: Pull complete [2022-01-19T23:08:57.139Z] 77bc0d833cb6: Pull complete [2022-01-19T23:08:57.401Z] 9065ff56babe: Pull complete [2022-01-19T23:09:02.744Z] d287ab97295c: Pull complete [2022-01-19T23:09:02.744Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-19T23:09:02.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-19T23:09:02.744Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-19T23:09:02.812Z] prd-centos7-docker-4c-2g-2127 does not seem to be running inside a container [2022-01-19T23:09:02.846Z] $ 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-60 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60:/w/workspace/ry_app-rfid-llrp-inventory_PR-60:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@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-19T23:09:05.569Z] $ docker top c82ad5a459cd8cb349f606e1159491998178af3bdbc865e7431e292cdc0841e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:09:05.956Z] ---> job-cost.sh [2022-01-19T23:09:05.956Z] lf-activate-venv: SKIPPING [2022-01-19T23:09:05.956Z] INFO: No Stack... [2022-01-19T23:09:06.216Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-19T23:09:06.785Z] INFO: Archiving Costs [Pipeline] sh [2022-01-19T23:09:07.080Z] + cut -d, -f6 [2022-01-19T23:09:07.080Z] + cat /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives/cost.csv [Pipeline] lock [2022-01-19T23:09:07.100Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] [2022-01-19T23:09:07.112Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] did not exist. Created. [2022-01-19T23:09:07.113Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-19T23:09:07.426Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-01-19T23:09:07.462Z] Stashed 1 file(s) [Pipeline] } [2022-01-19T23:09:07.468Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-19T23:09:07.487Z] $ docker stop --time=1 c82ad5a459cd8cb349f606e1159491998178af3bdbc865e7431e292cdc0841e8 [2022-01-19T23:09:08.613Z] $ docker rm -f c82ad5a459cd8cb349f606e1159491998178af3bdbc865e7431e292cdc0841e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-19T23:09:08.723Z] Failed in branch amd64 [2022-01-19T23:11:14.727Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2129 in /w/workspace/ry_app-rfid-llrp-inventory_PR-60 [Pipeline] { [Pipeline] ws [2022-01-19T23:11:14.741Z] Running in /w/workspace/app-rfid-llrp-inventory/4 [Pipeline] { [Pipeline] checkout [2022-01-19T23:11:14.930Z] The recommended git tool is: git [2022-01-19T23:11:19.487Z] using credential edgex-jenkins-ssh [2022-01-19T23:11:19.519Z] Cloning the remote Git repository [2022-01-19T23:11:19.568Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-01-19T23:11:19.653Z] > git init /w/workspace/app-rfid-llrp-inventory/4 # timeout=10 [2022-01-19T23:11:19.745Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-01-19T23:11:19.746Z] > git --version # timeout=10 [2022-01-19T23:11:19.767Z] > git --version # 'git version 2.17.1' [2022-01-19T23:11:19.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-19T23:11:19.843Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-19T23:11:22.201Z] Merging remotes/origin/main commit e2b92234b508c52989163e5f76e64282dbe9ed11 into PR head commit 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [2022-01-19T23:11:21.517Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-01-19T23:11:21.537Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-19T23:11:21.564Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-01-19T23:11:21.595Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-01-19T23:11:21.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-19T23:11:21.607Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/60/head:refs/remotes/origin/PR-60 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-19T23:11:22.218Z] > git config core.sparsecheckout # timeout=10 [2022-01-19T23:11:22.248Z] > git checkout -f 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd # timeout=10 [2022-01-19T23:11:22.420Z] Merge succeeded, producing 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd [2022-01-19T23:11:22.421Z] Checking out Revision 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd (PR-60) [2022-01-19T23:11:22.339Z] > git remote # timeout=10 [2022-01-19T23:11:22.357Z] > git config --get remote.origin.url # timeout=10 [2022-01-19T23:11:22.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-19T23:11:22.380Z] > git merge e2b92234b508c52989163e5f76e64282dbe9ed11 # timeout=10 [2022-01-19T23:11:22.404Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-19T23:11:22.425Z] > git config core.sparsecheckout # timeout=10 [2022-01-19T23:11:22.434Z] > git checkout -f 8aa91f5ca427a0ac4243ff0f055a6e17f2770efd # timeout=10 [2022-01-19T23:11:26.590Z] Commit message: "refact: Replace custom epoch helper functions with equivalents from time module." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-19T23:11:27.416Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-19T23:11:27.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-19T23:11:27.416Z] Dload Upload Total Spent Left Speed [2022-01-19T23:11:27.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 87080 0 --:--:-- --:--:-- --:--:-- 87725 [Pipeline] sh [2022-01-19T23:11:27.993Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-19T23:11:28.343Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-19T23:11:28.343Z] + sudo tee /etc/docker/daemon.new [2022-01-19T23:11:28.343Z] { [2022-01-19T23:11:28.343Z] "registry-mirrors": [ [2022-01-19T23:11:28.343Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-19T23:11:28.343Z] ], [2022-01-19T23:11:28.343Z] "bip": "10.250.0.254/24", [2022-01-19T23:11:28.343Z] "hosts": [ [2022-01-19T23:11:28.343Z] "tcp://0.0.0.0:5555", [2022-01-19T23:11:28.343Z] "unix:///var/run/docker.sock" [2022-01-19T23:11:28.343Z] ], [2022-01-19T23:11:28.343Z] "mtu": 1458, [2022-01-19T23:11:28.343Z] "selinux-enabled": true, [2022-01-19T23:11:28.343Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-19T23:11:28.343Z] } [Pipeline] sh [2022-01-19T23:11:28.704Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-19T23:11:29.116Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-19T23:11:47.455Z] provisioning config files... [2022-01-19T23:11:47.479Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/4@tmp/config5949962646659341958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:11:47.841Z] ---> docker-login.sh [2022-01-19T23:11:47.841Z] nexus3.edgexfoundry.org:10001 [2022-01-19T23:11:48.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:11:48.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:11:48.711Z] Configure a credential helper to remove this warning. See [2022-01-19T23:11:48.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:11:48.711Z] [2022-01-19T23:11:48.711Z] Login Succeeded [2022-01-19T23:11:48.711Z] nexus3.edgexfoundry.org:10002 [2022-01-19T23:11:48.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:11:48.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:11:48.988Z] Configure a credential helper to remove this warning. See [2022-01-19T23:11:48.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:11:48.988Z] [2022-01-19T23:11:48.988Z] Login Succeeded [2022-01-19T23:11:48.988Z] nexus3.edgexfoundry.org:10003 [2022-01-19T23:11:49.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:11:49.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:11:49.536Z] Configure a credential helper to remove this warning. See [2022-01-19T23:11:49.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:11:49.536Z] [2022-01-19T23:11:49.536Z] Login Succeeded [2022-01-19T23:11:49.536Z] nexus3.edgexfoundry.org:10004 [2022-01-19T23:11:49.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:11:49.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:11:49.814Z] Configure a credential helper to remove this warning. See [2022-01-19T23:11:49.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:11:49.814Z] [2022-01-19T23:11:49.814Z] Login Succeeded [2022-01-19T23:11:49.814Z] docker.io [2022-01-19T23:11:50.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-19T23:11:50.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-19T23:11:50.683Z] Configure a credential helper to remove this warning. See [2022-01-19T23:11:50.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-19T23:11:50.683Z] [2022-01-19T23:11:50.683Z] Login Succeeded [2022-01-19T23:11:50.683Z] ---> docker-login.sh ends [Pipeline] } [2022-01-19T23:11:50.700Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-19T23:11:51.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-19T23:11:51.243Z] ========================================================= [2022-01-19T23:11:51.243Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-19T23:11:51.243Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:11:51.591Z] + 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-19T23:11:51.866Z] Sending build context to Docker daemon 677.9kB [2022-01-19T23:11:51.866Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-01-19T23:11:51.866Z] Step 2/13 : FROM ${BASE} AS builder [2022-01-19T23:11:52.142Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-19T23:11:52.142Z] 9b3977197b4f: Pulling fs layer [2022-01-19T23:11:52.142Z] 1a89e8eeedd5: Pulling fs layer [2022-01-19T23:11:52.142Z] 94645a83ff95: Pulling fs layer [2022-01-19T23:11:52.142Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-19T23:11:52.142Z] 0c92f367c5e7: Pulling fs layer [2022-01-19T23:11:52.142Z] 4b8299f9d1f4: Pulling fs layer [2022-01-19T23:11:52.142Z] 9a6b49a46696: Pulling fs layer [2022-01-19T23:11:52.142Z] cf05db05a679: Pulling fs layer [2022-01-19T23:11:52.142Z] 0c92f367c5e7: Waiting [2022-01-19T23:11:52.142Z] 4b8299f9d1f4: Waiting [2022-01-19T23:11:52.142Z] 3f3a8bcf1eab: Waiting [2022-01-19T23:11:52.142Z] 9a6b49a46696: Waiting [2022-01-19T23:11:52.142Z] cf05db05a679: Waiting [2022-01-19T23:11:52.142Z] 94645a83ff95: Download complete [2022-01-19T23:11:52.142Z] 1a89e8eeedd5: Verifying Checksum [2022-01-19T23:11:52.142Z] 1a89e8eeedd5: Download complete [2022-01-19T23:11:52.142Z] 0c92f367c5e7: Download complete [2022-01-19T23:11:52.142Z] 4b8299f9d1f4: Verifying Checksum [2022-01-19T23:11:52.142Z] 4b8299f9d1f4: Download complete [2022-01-19T23:11:52.142Z] 9b3977197b4f: Download complete [2022-01-19T23:11:52.142Z] 9a6b49a46696: Verifying Checksum [2022-01-19T23:11:52.142Z] 9a6b49a46696: Download complete [2022-01-19T23:11:53.153Z] 9b3977197b4f: Pull complete [2022-01-19T23:11:53.432Z] 1a89e8eeedd5: Pull complete [2022-01-19T23:11:53.712Z] 94645a83ff95: Pull complete [2022-01-19T23:11:53.985Z] cf05db05a679: Verifying Checksum [2022-01-19T23:11:53.985Z] cf05db05a679: Download complete [2022-01-19T23:11:54.583Z] 3f3a8bcf1eab: Verifying Checksum [2022-01-19T23:11:54.583Z] 3f3a8bcf1eab: Download complete [2022-01-19T23:12:06.997Z] 3f3a8bcf1eab: Pull complete [2022-01-19T23:12:06.998Z] 0c92f367c5e7: Pull complete [2022-01-19T23:12:06.998Z] 4b8299f9d1f4: Pull complete [2022-01-19T23:12:06.998Z] 9a6b49a46696: Pull complete [2022-01-19T23:12:12.644Z] cf05db05a679: Pull complete [2022-01-19T23:12:12.644Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-19T23:12:12.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-19T23:12:12.644Z] ---> 0ccda1f7e2ee [2022-01-19T23:12:12.644Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-01-19T23:12:14.613Z] ---> Running in b13446b21c45 [2022-01-19T23:12:14.885Z] Removing intermediate container b13446b21c45 [2022-01-19T23:12:14.885Z] ---> 6a77b4aabca2 [2022-01-19T23:12:14.885Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-01-19T23:12:15.162Z] ---> Running in 904f1a219df6 [2022-01-19T23:12:15.435Z] Removing intermediate container 904f1a219df6 [2022-01-19T23:12:15.435Z] ---> 9399a3aaa19e [2022-01-19T23:12:15.435Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-19T23:12:15.435Z] ---> Running in cc8954e8a509 [2022-01-19T23:12:16.028Z] Removing intermediate container cc8954e8a509 [2022-01-19T23:12:16.028Z] ---> d94a81a94f6d [2022-01-19T23:12:16.028Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-19T23:12:16.028Z] ---> Running in 4ec3c3ba2835 [2022-01-19T23:12:17.997Z] Removing intermediate container 4ec3c3ba2835 [2022-01-19T23:12:17.997Z] ---> a33c988ab9d5 [2022-01-19T23:12:17.997Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-19T23:12:17.997Z] ---> Running in b8b46e97d8c2 [2022-01-19T23:12:18.974Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-19T23:12:19.946Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-19T23:12:20.922Z] OK: 220 MiB in 52 packages [2022-01-19T23:12:21.529Z] Removing intermediate container b8b46e97d8c2 [2022-01-19T23:12:21.529Z] ---> 3c77367a012e [2022-01-19T23:12:21.529Z] Step 8/13 : WORKDIR /app [2022-01-19T23:12:21.813Z] ---> Running in 1464aae65f4a [2022-01-19T23:12:22.087Z] Removing intermediate container 1464aae65f4a [2022-01-19T23:12:22.087Z] ---> 957c285e1820 [2022-01-19T23:12:22.087Z] Step 9/13 : COPY go.mod vendor* ./ [2022-01-19T23:12:22.687Z] ---> ddcf99011031 [2022-01-19T23:12:22.687Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-19T23:12:22.687Z] ---> Running in 92b80d2ce320 [2022-01-19T23:13:44.495Z] Removing intermediate container 92b80d2ce320 [2022-01-19T23:13:44.495Z] ---> 2d546ecf85e0 [2022-01-19T23:13:44.495Z] Step 11/13 : COPY . . [2022-01-19T23:13:44.495Z] ---> c7bd63d1fb76 [2022-01-19T23:13:44.495Z] Step 12/13 : ARG MAKE="make build" [2022-01-19T23:13:44.495Z] ---> Running in b37e56363134 [2022-01-19T23:13:44.495Z] Removing intermediate container b37e56363134 [2022-01-19T23:13:44.495Z] ---> ba937f9158bf [2022-01-19T23:13:44.495Z] Step 13/13 : RUN $MAKE [2022-01-19T23:13:44.495Z] ---> Running in 55b72818fd16 [2022-01-19T23:13:44.495Z] noop [2022-01-19T23:13:44.495Z] Removing intermediate container 55b72818fd16 [2022-01-19T23:13:44.495Z] ---> 9fd2cc74749c [2022-01-19T23:13:44.495Z] Successfully built 9fd2cc74749c [2022-01-19T23:13:44.495Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:13:44.835Z] + docker inspect -f . ci-base-image-arm64 [2022-01-19T23:13:44.835Z] . [Pipeline] withDockerContainer [2022-01-19T23:13:45.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-2129 does not seem to be running inside a container [2022-01-19T23:13:45.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/4 -v /w/workspace/app-rfid-llrp-inventory/4:/w/workspace/app-rfid-llrp-inventory/4:rw,z -v /w/workspace/app-rfid-llrp-inventory/4@tmp:/w/workspace/app-rfid-llrp-inventory/4@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-arm64 cat [2022-01-19T23:13:46.539Z] $ docker top 73006c6c6ab44ef5401b1af985298dc7eba60c6e36baf2e756be6fa8abbf7589 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-19T23:13:47.472Z] + go version [2022-01-19T23:13:47.472Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-19T23:13:47.491Z] $ docker stop --time=1 73006c6c6ab44ef5401b1af985298dc7eba60c6e36baf2e756be6fa8abbf7589 [2022-01-19T23:13:49.158Z] $ docker rm -f 73006c6c6ab44ef5401b1af985298dc7eba60c6e36baf2e756be6fa8abbf7589 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:13:49.790Z] + docker inspect -f . ci-base-image-arm64 [2022-01-19T23:13:49.790Z] . [Pipeline] withDockerContainer [2022-01-19T23:13:50.026Z] prd-ubuntu18.04-docker-arm64-4c-16g-2129 does not seem to be running inside a container [2022-01-19T23:13:50.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/4 -v /w/workspace/app-rfid-llrp-inventory/4:/w/workspace/app-rfid-llrp-inventory/4:rw,z -v /w/workspace/app-rfid-llrp-inventory/4@tmp:/w/workspace/app-rfid-llrp-inventory/4@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-arm64 cat [2022-01-19T23:13:51.504Z] $ docker top e3b6c87834db1b61e89e81d94485386ed8e1cef41d95d782252194476304ddcb -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-19T23:13:52.422Z] + make test [2022-01-19T23:13:52.422Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-19T23:13:52.693Z] go: updates to go.mod needed; to update it: [2022-01-19T23:13:52.693Z] go mod tidy [2022-01-19T23:13:52.693Z] make: *** [Makefile:30: test] Error 1 [Pipeline] } [2022-01-19T23:13:52.711Z] $ docker stop --time=1 e3b6c87834db1b61e89e81d94485386ed8e1cef41d95d782252194476304ddcb [2022-01-19T23:13:54.435Z] $ docker rm -f e3b6c87834db1b61e89e81d94485386ed8e1cef41d95d782252194476304ddcb [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:13:55.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-19T23:13:55.108Z] [2022-01-19T23:13:55.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:13:55.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-19T23:13:55.742Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-19T23:13:55.742Z] 448f6bf000e3: Pulling fs layer [2022-01-19T23:13:55.742Z] f757da607395: Pulling fs layer [2022-01-19T23:13:55.742Z] 05883995daec: Pulling fs layer [2022-01-19T23:13:55.742Z] 8603b9c90790: Pulling fs layer [2022-01-19T23:13:55.742Z] 1560dd03e051: Pulling fs layer [2022-01-19T23:13:55.742Z] 27f5ce0e4adf: Pulling fs layer [2022-01-19T23:13:55.742Z] c2d8d7efcc4b: Pulling fs layer [2022-01-19T23:13:55.742Z] 8603b9c90790: Waiting [2022-01-19T23:13:55.742Z] 27f5ce0e4adf: Waiting [2022-01-19T23:13:55.742Z] c2d8d7efcc4b: Waiting [2022-01-19T23:13:55.742Z] f757da607395: Verifying Checksum [2022-01-19T23:13:55.742Z] f757da607395: Download complete [2022-01-19T23:13:55.742Z] 8603b9c90790: Verifying Checksum [2022-01-19T23:13:55.742Z] 8603b9c90790: Download complete [2022-01-19T23:13:56.014Z] 1560dd03e051: Verifying Checksum [2022-01-19T23:13:56.014Z] 1560dd03e051: Download complete [2022-01-19T23:13:56.014Z] 27f5ce0e4adf: Verifying Checksum [2022-01-19T23:13:56.014Z] 27f5ce0e4adf: Download complete [2022-01-19T23:13:56.014Z] 05883995daec: Verifying Checksum [2022-01-19T23:13:56.014Z] 05883995daec: Download complete [2022-01-19T23:13:56.287Z] 448f6bf000e3: Download complete [2022-01-19T23:13:58.909Z] c2d8d7efcc4b: Verifying Checksum [2022-01-19T23:13:58.909Z] c2d8d7efcc4b: Download complete [2022-01-19T23:13:59.890Z] 448f6bf000e3: Pull complete [2022-01-19T23:14:00.482Z] f757da607395: Pull complete [2022-01-19T23:14:01.921Z] 05883995daec: Pull complete [2022-01-19T23:14:01.921Z] 8603b9c90790: Pull complete [2022-01-19T23:14:02.896Z] 1560dd03e051: Pull complete [2022-01-19T23:14:03.170Z] 27f5ce0e4adf: Pull complete [2022-01-19T23:14:18.237Z] c2d8d7efcc4b: Pull complete [2022-01-19T23:14:18.237Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-19T23:14:18.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-19T23:14:18.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-19T23:14:18.476Z] prd-ubuntu18.04-docker-arm64-4c-16g-2129 does not seem to be running inside a container [2022-01-19T23:14:18.551Z] $ 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/4 -v /w/workspace/app-rfid-llrp-inventory/4:/w/workspace/app-rfid-llrp-inventory/4:rw,z -v /w/workspace/app-rfid-llrp-inventory/4@tmp:/w/workspace/app-rfid-llrp-inventory/4@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:arm64 cat [2022-01-19T23:14:21.253Z] $ docker top c993f735903e749e32cc91fdedb199e06e696002ff6a6550331c301fe24dddc9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:22.141Z] ---> job-cost.sh [2022-01-19T23:14:22.141Z] lf-activate-venv: SKIPPING [2022-01-19T23:14:22.141Z] INFO: No Stack... [2022-01-19T23:14:22.411Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-19T23:14:23.005Z] INFO: Archiving Costs [Pipeline] sh [2022-01-19T23:14:23.700Z] + cat /w/workspace/app-rfid-llrp-inventory/4/archives/cost.csv [2022-01-19T23:14:23.700Z] + cut -d, -f6 [Pipeline] lock [2022-01-19T23:14:23.775Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] [2022-01-19T23:14:23.782Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] did not exist. Created. [2022-01-19T23:14:23.782Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-19T23:14:24.476Z] /w/workspace/app-rfid-llrp-inventory/4@tmp/durable-235ba413/script.sh: 1: /w/workspace/app-rfid-llrp-inventory/4@tmp/durable-235ba413/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-01-19T23:14:25.212Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-19T23:14:25.237Z] Warning: overwriting stash ‘stack-cost’ [2022-01-19T23:14:25.795Z] Stashed 1 file(s) [Pipeline] } [2022-01-19T23:14:25.802Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-60-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-19T23:14:25.814Z] $ docker stop --time=1 c993f735903e749e32cc91fdedb199e06e696002ff6a6550331c301fe24dddc9 [2022-01-19T23:14:27.316Z] $ docker rm -f c993f735903e749e32cc91fdedb199e06e696002ff6a6550331c301fe24dddc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-19T23:14:27.614Z] Failed in branch arm64 [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-19T23:14:28.309Z] + '[' -d /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives ']' [2022-01-19T23:14:28.309Z] + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives [2022-01-19T23:14:28.309Z] total 8 [2022-01-19T23:14:28.309Z] drwxr-xr-x. 3 root root 34 Jan 19 23:09 . [2022-01-19T23:14:28.309Z] drwxrwxr-x. 12 jenkins jenkins 4096 Jan 19 23:09 .. [2022-01-19T23:14:28.309Z] drwxr-xr-x. 2 root root 6 Jan 19 23:09 cost [2022-01-19T23:14:28.309Z] -rw-r--r--. 1 root root 93 Jan 19 23:09 cost.csv [2022-01-19T23:14:28.309Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives [2022-01-19T23:14:28.309Z] + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives [2022-01-19T23:14:28.309Z] total 8 [2022-01-19T23:14:28.309Z] drwxr-xr-x. 3 jenkins jenkins 34 Jan 19 23:09 . [2022-01-19T23:14:28.309Z] drwxrwxr-x. 12 jenkins jenkins 4096 Jan 19 23:09 .. [2022-01-19T23:14:28.309Z] drwxr-xr-x. 2 jenkins jenkins 6 Jan 19 23:09 cost [2022-01-19T23:14:28.309Z] -rw-r--r--. 1 jenkins jenkins 93 Jan 19 23:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:28.606Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:29.169Z] ---> package-listing.sh [2022-01-19T23:14:29.169Z] ++ facter osfamily [2022-01-19T23:14:29.169Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-19T23:14:29.432Z] + OS_FAMILY=redhat [2022-01-19T23:14:29.432Z] + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-60 [2022-01-19T23:14:29.432Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-19T23:14:29.432Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-19T23:14:29.432Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-19T23:14:29.432Z] + PACKAGES=/tmp/packages_start.txt [2022-01-19T23:14:29.432Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-60 ']' [2022-01-19T23:14:29.432Z] + PACKAGES=/tmp/packages_end.txt [2022-01-19T23:14:29.432Z] + case "${OS_FAMILY}" in [2022-01-19T23:14:29.432Z] + sort [2022-01-19T23:14:29.432Z] + rpm -qa [2022-01-19T23:14:30.009Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-19T23:14:30.009Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-19T23:14:30.009Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-19T23:14:30.009Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-60 ']' [2022-01-19T23:14:30.009Z] + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives/ [2022-01-19T23:14:30.009Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-60/archives/ [Pipeline] echo [2022-01-19T23:14:30.022Z] 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-60/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-19T23:14:30.312Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-19T23:14:30.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-19T23:14:30.876Z] . [Pipeline] withDockerContainer [2022-01-19T23:14:30.937Z] prd-centos7-docker-4c-2g-2127 does not seem to be running inside a container [2022-01-19T23:14:30.969Z] $ 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-60/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-60 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60:/w/workspace/ry_app-rfid-llrp-inventory_PR-60:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-19T23:14:31.165Z] $ docker top e1ff0465ae133a510f0430ba2a26f68b887a6ec6a617217e0c4ae1b288dca610 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-19T23:14:31.527Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-19T23:14:31.818Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-19T23:14:32.107Z] + ls /var/log/sa-host [2022-01-19T23:14:32.107Z] + sadf -c /var/log/sa-host/sa17 [2022-01-19T23:14:32.107Z] file_magic: OK [2022-01-19T23:14:32.107Z] HZ: Using current value: 100 [2022-01-19T23:14:32.107Z] file_header: OK [2022-01-19T23:14:32.107Z] 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-19T23:14:32.107Z] Statistics: [2022-01-19T23:14:32.107Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-19T23:14:32.107Z] File successfully converted to sysstat format version 12.0.3 [2022-01-19T23:14:32.107Z] + sadf -c /var/log/sa-host/sa19 [2022-01-19T23:14:32.107Z] file_magic: OK [2022-01-19T23:14:32.107Z] HZ: Using current value: 100 [2022-01-19T23:14:32.107Z] file_header: OK [2022-01-19T23:14:32.107Z] 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-19T23:14:32.107Z] Statistics: [2022-01-19T23:14:32.107Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-19T23:14:32.107Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-19T23:14:32.192Z] provisioning config files... [2022-01-19T23:14:32.200Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-60@tmp/config1620318968827178219tmp [Pipeline] { [Pipeline] echo [2022-01-19T23:14:32.215Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:32.500Z] ---> create-netrc.sh [Pipeline] } [2022-01-19T23:14:32.507Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:32.845Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-19T23:14:32.852Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:33.515Z] ---> sudo-logs.sh [2022-01-19T23:14:33.515Z] Archiving 'sudo' log.. [2022-01-19T23:14:33.515Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2127.novalocal: Name or service not known [2022-01-19T23:14:33.515Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2127.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-19T23:14:33.585Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:33.872Z] ---> job-cost.sh [2022-01-19T23:14:33.872Z] lf-activate-venv: SKIPPING [2022-01-19T23:14:33.872Z] DEBUG: total: 0.05999999865889549 [2022-01-19T23:14:33.872Z] INFO: Retrieving Stack Cost... [2022-01-19T23:14:34.133Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-19T23:14:34.393Z] INFO: Archiving Costs [Pipeline] echo [2022-01-19T23:14:34.407Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-19T23:14:34.695Z] ---> logs-deploy.sh [2022-01-19T23:14:34.695Z] lf-activate-venv: SKIPPING [2022-01-19T23:14:34.695Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-60/4 [2022-01-19T23:14:34.695Z] INFO: archiving workspace using pattern(s): [2022-01-19T23:14:35.265Z] Archives upload complete. [2022-01-19T23:14:35.526Z] INFO: archiving logs to Nexus