Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4+c303b7ce7d5b06ed9fe977fac658333aeb7799b5 (293343acf1669094a0cabfee62dce01da12104b9) Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh551737241711641867.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c141c1271097dc03ad291c2451e310eaf98cdd06 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-ssh7611032141160150814.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 c141c1271097dc03ad291c2451e310eaf98cdd06 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-36/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-36/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2695499119068288123.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c141c1271097dc03ad291c2451e310eaf98cdd06 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c141c1271097dc03ad291c2451e310eaf98cdd06 # timeout=10 Commit message: "Merge pull request #355 from ernestojeda/error-check-post-build" > 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-ssh7472446293414628087.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-36/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-36/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4779498481677655988.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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 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 ‘prd-centos7-docker-4c-2g-244’ Running on prd-centos7-docker-4c-2g-248 in /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE 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-36 # 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-36@tmp/jenkins-gitclient-ssh7365308332337909519.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 c303b7ce7d5b06ed9fe977fac658333aeb7799b5 into PR head commit 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 > 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-36@tmp/jenkins-gitclient-ssh3413651566376282308.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/36/head:refs/remotes/origin/PR-36 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 # timeout=10 Merge succeeded, producing abcfbc6885c624946f454556fd46de70f3b7c0d6 Checking out Revision abcfbc6885c624946f454556fd46de70f3b7c0d6 (PR-36) > 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-36@tmp/jenkins-gitclient-ssh949880842205495575.key > git merge c303b7ce7d5b06ed9fe977fac658333aeb7799b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f abcfbc6885c624946f454556fd46de70f3b7c0d6 # timeout=10 Commit message: "Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk df13a18ed0676cc44b30bf77addbfea487627274 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-09-30T08:00:17.804Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-09-30T08:00:17.893Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-09-30T08:00:17.922Z] ========================================================= [2021-09-30T08:00:17.922Z] EdgeX Global Pipelines Version Info [2021-09-30T08:00:17.922Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:00:19.596Z] ------------------- [2021-09-30T08:00:19.596Z] stable info: [2021-09-30T08:00:19.596Z] ------------------- [2021-09-30T08:00:19.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-09-30T08:00:19.596Z] Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 [2021-09-30T08:00:19.596Z] Message: update stable to v1.0.206 [2021-09-30T08:00:19.865Z] ------------------- [2021-09-30T08:00:19.865Z] experimental info: [2021-09-30T08:00:19.865Z] ------------------- [2021-09-30T08:00:19.865Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-09-30T08:00:19.865Z] Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 [2021-09-30T08:00:19.865Z] Message: update experimental to v1.0.206 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-09-30T08:00:19.992Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2021-09-30T08:00:20.015Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2021-09-30T08:00:20.039Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-09-30T08:00:20.062Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-09-30T08:00:20.086Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-09-30T08:00:20.110Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-09-30T08:00:20.134Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-09-30T08:00:20.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-09-30T08:00:20.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-09-30T08:00:20.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-09-30T08:00:20.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-09-30T08:00:20.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-09-30T08:00:20.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2021-09-30T08:00:20.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-09-30T08:00:20.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-09-30T08:00:20.346Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-09-30T08:00:20.375Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-09-30T08:00:20.424Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-09-30T08:00:20.448Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-09-30T08:00:20.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-09-30T08:00:20.495Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-09-30T08:00:20.519Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-09-30T08:00:20.543Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-09-30T08:00:20.567Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-09-30T08:00:20.591Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-09-30T08:00:20.637Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-09-30T08:00:20.664Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-09-30T08:00:20.689Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-36 [Pipeline] echo [2021-09-30T08:00:20.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-36 [Pipeline] echo [2021-09-30T08:00:20.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-36 [Pipeline] echo [2021-09-30T08:00:20.766Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abcfbc6885c624946f454556fd46de70f3b7c0d6 [Pipeline] echo [2021-09-30T08:00:20.792Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abcfbc6 [Pipeline] echo [2021-09-30T08:00:20.818Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-30T08:00:20.927Z] provisioning config files... [2021-09-30T08:00:20.948Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/config5343799347471098142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:00:21.284Z] ---> docker-login.sh [2021-09-30T08:00:21.284Z] nexus3.edgexfoundry.org:10001 [2021-09-30T08:00:21.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:00:21.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:00:21.556Z] Configure a credential helper to remove this warning. See [2021-09-30T08:00:21.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:00:21.556Z] [2021-09-30T08:00:21.556Z] Login Succeeded [2021-09-30T08:00:21.556Z] nexus3.edgexfoundry.org:10002 [2021-09-30T08:00:21.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:00:21.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:00:21.556Z] Configure a credential helper to remove this warning. See [2021-09-30T08:00:21.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:00:21.556Z] [2021-09-30T08:00:21.556Z] Login Succeeded [2021-09-30T08:00:21.556Z] nexus3.edgexfoundry.org:10003 [2021-09-30T08:00:21.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:00:21.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:00:21.824Z] Configure a credential helper to remove this warning. See [2021-09-30T08:00:21.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:00:21.824Z] [2021-09-30T08:00:21.824Z] Login Succeeded [2021-09-30T08:00:21.824Z] nexus3.edgexfoundry.org:10004 [2021-09-30T08:00:21.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:00:22.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:00:22.090Z] Configure a credential helper to remove this warning. See [2021-09-30T08:00:22.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:00:22.090Z] [2021-09-30T08:00:22.090Z] Login Succeeded [2021-09-30T08:00:22.090Z] docker.io [2021-09-30T08:00:22.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:00:22.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:00:22.356Z] Configure a credential helper to remove this warning. See [2021-09-30T08:00:22.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:00:22.356Z] [2021-09-30T08:00:22.356Z] Login Succeeded [2021-09-30T08:00:22.356Z] ---> docker-login.sh ends [Pipeline] } [2021-09-30T08:00:22.368Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-09-30T08:00:22.902Z] + git log --format=format:%s -1 abcfbc6885c624946f454556fd46de70f3b7c0d6 [Pipeline] echo [2021-09-30T08:00:22.952Z] GIT_COMMIT: abcfbc6885c624946f454556fd46de70f3b7c0d6, Commit Message: Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD [Pipeline] echo [2021-09-30T08:00:22.967Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:00:23.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-30T08:00:23.524Z] [2021-09-30T08:00:23.524Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:00:23.853Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-30T08:00:23.853Z] latest: Pulling from edgex-devops/git-semver [2021-09-30T08:00:23.853Z] 31603596830f: Pulling fs layer [2021-09-30T08:00:23.853Z] 04fac38145f0: Pulling fs layer [2021-09-30T08:00:23.853Z] 701f6daf10bf: Pulling fs layer [2021-09-30T08:00:23.853Z] 24f72da36158: Pulling fs layer [2021-09-30T08:00:23.853Z] 24f72da36158: Waiting [2021-09-30T08:00:23.853Z] 04fac38145f0: Verifying Checksum [2021-09-30T08:00:23.853Z] 04fac38145f0: Download complete [2021-09-30T08:00:24.120Z] 31603596830f: Verifying Checksum [2021-09-30T08:00:24.120Z] 31603596830f: Download complete [2021-09-30T08:00:24.120Z] 31603596830f: Pull complete [2021-09-30T08:00:24.387Z] 04fac38145f0: Pull complete [2021-09-30T08:00:24.387Z] 24f72da36158: Verifying Checksum [2021-09-30T08:00:24.387Z] 24f72da36158: Download complete [2021-09-30T08:00:24.387Z] 701f6daf10bf: Verifying Checksum [2021-09-30T08:00:24.387Z] 701f6daf10bf: Download complete [2021-09-30T08:00:24.979Z] 701f6daf10bf: Pull complete [2021-09-30T08:00:24.979Z] 24f72da36158: Pull complete [2021-09-30T08:00:24.979Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-09-30T08:00:24.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-30T08:00:24.979Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-09-30T08:00:25.063Z] prd-centos7-docker-4c-2g-248 does not seem to be running inside a container [2021-09-30T08:00:25.117Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-36 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36:/w/workspace/ry_app-rfid-llrp-inventory_PR-36:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@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 [2021-09-30T08:00:25.844Z] $ docker top 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-09-30T08:00:25.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-30T08:00:25.978Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-30T08:00:26.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-30T08:00:26.098Z] $ docker exec 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent [2021-09-30T08:00:26.209Z] SSH_AUTH_SOCK=/tmp/ssh-Kz7FJwmEe5d5/agent.14 [2021-09-30T08:00:26.209Z] SSH_AGENT_PID=20 [2021-09-30T08:00:26.219Z] Running ssh-add (command line suppressed) [2021-09-30T08:00:26.319Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_7685986734829213954.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_7685986734829213954.key) [2021-09-30T08:00:26.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-30T08:00:26.650Z] + git tag --points-at HEAD [Pipeline] } [2021-09-30T08:00:26.671Z] $ docker exec --env ******** --env ******** 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent -k [2021-09-30T08:00:26.771Z] unset SSH_AUTH_SOCK; [2021-09-30T08:00:26.771Z] unset SSH_AGENT_PID; [2021-09-30T08:00:26.771Z] echo Agent pid 20 killed; [2021-09-30T08:00:26.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-09-30T08:00:26.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-30T08:00:26.829Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-30T08:00:26.947Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-30T08:00:26.948Z] $ docker exec 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent [2021-09-30T08:00:27.055Z] SSH_AUTH_SOCK=/tmp/ssh-goBxwaXeeIim/agent.53 [2021-09-30T08:00:27.055Z] SSH_AGENT_PID=59 [2021-09-30T08:00:27.063Z] Running ssh-add (command line suppressed) [2021-09-30T08:00:27.157Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_1087224709381741660.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_1087224709381741660.key) [2021-09-30T08:00:27.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-30T08:00:27.499Z] + git semver init [2021-09-30T08:00:27.499Z] # -> Open(): unable to determine branch for HEAD [2021-09-30T08:00:27.499Z] # $GIT_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-36/.git [2021-09-30T08:00:27.499Z] # $GIT_WORK_TREE = /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [2021-09-30T08:00:27.499Z] # $SEMVER_REMOTE_NAME = origin [2021-09-30T08:00:27.499Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-09-30T08:00:27.499Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-09-30T08:00:27.499Z] # $SEMVER_BRANCH = PR-36 [2021-09-30T08:00:27.499Z] # $SEMVER_TEMP = /tmp/semver-039082820 [2021-09-30T08:00:27.499Z] # git clone --branch semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git $SEMVER_TEMP [2021-09-30T08:00:29.473Z] # '/tmp/semver-039082820' -> '/w/workspace/ry_app-rfid-llrp-inventory_PR-36/.semver' [2021-09-30T08:00:29.473Z] # -> Force: false [2021-09-30T08:00:29.473Z] # $SEMVER_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-36/.semver [Pipeline] } [2021-09-30T08:00:29.488Z] $ docker exec --env ******** --env ******** 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent -k [2021-09-30T08:00:29.576Z] unset SSH_AUTH_SOCK; [2021-09-30T08:00:29.576Z] unset SSH_AGENT_PID; [2021-09-30T08:00:29.576Z] echo Agent pid 59 killed; [2021-09-30T08:00:29.594Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-30T08:00:29.942Z] + git semver [Pipeline] } [2021-09-30T08:00:29.960Z] $ docker stop --time=1 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b [2021-09-30T08:00:31.232Z] $ docker rm -f 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-30T08:00:31.608Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-09-30T08:00:31.939Z] Stashed 1 file(s) [Pipeline] echo [2021-09-30T08:00:31.943Z] [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] node [Pipeline] node [2021-09-30T08:00:47.191Z] Still waiting to schedule task [2021-09-30T08:00:47.192Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-09-30T08:00:47.194Z] Still waiting to schedule task [2021-09-30T08:00:47.195Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-245’ is offline [2021-09-30T08:02:27.680Z] Running on prd-centos7-docker-4c-2g-253 in /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [Pipeline] { [Pipeline] ws [2021-09-30T08:02:27.702Z] Running in /w/workspace/app-rfid-llrp-inventory/9 [Pipeline] { [Pipeline] checkout [2021-09-30T08:02:27.828Z] The recommended git tool is: NONE [2021-09-30T08:02:30.654Z] using credential edgex-jenkins-ssh [2021-09-30T08:02:30.674Z] Cloning the remote Git repository [2021-09-30T08:02:30.695Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-09-30T08:02:30.766Z] > git init /w/workspace/app-rfid-llrp-inventory/9 # timeout=10 [2021-09-30T08:02:30.798Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-09-30T08:02:30.798Z] > git --version # timeout=10 [2021-09-30T08:02:30.808Z] > git --version # 'git version 2.24.4' [2021-09-30T08:02:30.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-30T08:02:30.834Z] [INFO] Currently running in a labeled security context [2021-09-30T08:02:30.834Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-30T08:02:30.834Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/9@tmp/jenkins-gitclient-ssh5896566695332437926.key [2021-09-30T08:02:30.844Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-30T08:02:33.372Z] Merging remotes/origin/main commit c303b7ce7d5b06ed9fe977fac658333aeb7799b5 into PR head commit 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 [2021-09-30T08:02:33.509Z] Merge succeeded, producing d2b3c5603fea6d35aa15e5af011fc5419a21eac2 [2021-09-30T08:02:33.510Z] Checking out Revision d2b3c5603fea6d35aa15e5af011fc5419a21eac2 (PR-36) [2021-09-30T08:02:32.810Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-09-30T08:02:32.818Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-30T08:02:32.831Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-09-30T08:02:32.845Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-09-30T08:02:32.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-30T08:02:32.846Z] [INFO] Currently running in a labeled security context [2021-09-30T08:02:32.847Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-30T08:02:32.847Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/9@tmp/jenkins-gitclient-ssh563487605248122576.key [2021-09-30T08:02:32.857Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/36/head:refs/remotes/origin/PR-36 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-30T08:02:33.380Z] > git config core.sparsecheckout # timeout=10 [2021-09-30T08:02:33.385Z] > git checkout -f 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 # timeout=10 [2021-09-30T08:02:33.421Z] > git remote # timeout=10 [2021-09-30T08:02:33.427Z] > git config --get remote.origin.url # timeout=10 [2021-09-30T08:02:33.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-30T08:02:33.434Z] [INFO] Currently running in a labeled security context [2021-09-30T08:02:33.434Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-30T08:02:33.434Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/9@tmp/jenkins-gitclient-ssh5411845153184557113.key [2021-09-30T08:02:33.440Z] > git merge c303b7ce7d5b06ed9fe977fac658333aeb7799b5 # timeout=10 [2021-09-30T08:02:33.492Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-30T08:02:33.511Z] > git config core.sparsecheckout # timeout=10 [2021-09-30T08:02:33.523Z] > git checkout -f d2b3c5603fea6d35aa15e5af011fc5419a21eac2 # timeout=10 [2021-09-30T08:02:37.331Z] Commit message: "Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD" [2021-09-30T08:02:37.347Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [2021-09-30T08:02:37.334Z] > git rev-list --no-walk df13a18ed0676cc44b30bf77addbfea487627274 # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-30T08:02:37.712Z] provisioning config files... [2021-09-30T08:02:37.732Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/9@tmp/config3395956758300549612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:02:38.162Z] ---> docker-login.sh [2021-09-30T08:02:38.162Z] nexus3.edgexfoundry.org:10001 [2021-09-30T08:02:38.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:02:38.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:02:38.436Z] Configure a credential helper to remove this warning. See [2021-09-30T08:02:38.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:02:38.436Z] [2021-09-30T08:02:38.436Z] Login Succeeded [2021-09-30T08:02:38.436Z] nexus3.edgexfoundry.org:10002 [2021-09-30T08:02:38.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:02:38.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:02:38.436Z] Configure a credential helper to remove this warning. See [2021-09-30T08:02:38.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:02:38.436Z] [2021-09-30T08:02:38.436Z] Login Succeeded [2021-09-30T08:02:38.436Z] nexus3.edgexfoundry.org:10003 [2021-09-30T08:02:38.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:02:38.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:02:38.716Z] Configure a credential helper to remove this warning. See [2021-09-30T08:02:38.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:02:38.716Z] [2021-09-30T08:02:38.716Z] Login Succeeded [2021-09-30T08:02:38.716Z] nexus3.edgexfoundry.org:10004 [2021-09-30T08:02:38.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:02:38.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:02:38.716Z] Configure a credential helper to remove this warning. See [2021-09-30T08:02:38.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:02:38.716Z] [2021-09-30T08:02:38.716Z] Login Succeeded [2021-09-30T08:02:38.716Z] docker.io [2021-09-30T08:02:38.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:02:39.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:02:39.249Z] Configure a credential helper to remove this warning. See [2021-09-30T08:02:39.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:02:39.249Z] [2021-09-30T08:02:39.249Z] Login Succeeded [2021-09-30T08:02:39.249Z] ---> docker-login.sh ends [Pipeline] } [2021-09-30T08:02:39.293Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-09-30T08:02:39.485Z] ========================================================= [2021-09-30T08:02:39.486Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-09-30T08:02:39.486Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:02:39.831Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-09-30T08:02:39.831Z] Sending build context to Docker daemon 731.1kB [2021-09-30T08:02:39.831Z] Step 1/13 : ARG BASE=golang:1.16-alpine3.14 [2021-09-30T08:02:39.831Z] Step 2/13 : FROM ${BASE} AS builder [2021-09-30T08:02:39.831Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-09-30T08:02:39.831Z] 540db60ca938: Pulling fs layer [2021-09-30T08:02:39.831Z] adcc1eea9eea: Pulling fs layer [2021-09-30T08:02:39.831Z] 4c4ab2625f07: Pulling fs layer [2021-09-30T08:02:39.831Z] db62176df00c: Pulling fs layer [2021-09-30T08:02:39.831Z] 3b30891b0d05: Pulling fs layer [2021-09-30T08:02:39.831Z] 06b49ca38bd5: Pulling fs layer [2021-09-30T08:02:39.831Z] c788192a36de: Pulling fs layer [2021-09-30T08:02:39.831Z] a77e37c0d609: Pulling fs layer [2021-09-30T08:02:39.831Z] c3185cebc471: Pulling fs layer [2021-09-30T08:02:39.831Z] db62176df00c: Waiting [2021-09-30T08:02:39.831Z] 3b30891b0d05: Waiting [2021-09-30T08:02:39.831Z] 06b49ca38bd5: Waiting [2021-09-30T08:02:39.831Z] c788192a36de: Waiting [2021-09-30T08:02:39.831Z] a77e37c0d609: Waiting [2021-09-30T08:02:39.831Z] c3185cebc471: Waiting [2021-09-30T08:02:39.831Z] 4c4ab2625f07: Download complete [2021-09-30T08:02:40.098Z] adcc1eea9eea: Verifying Checksum [2021-09-30T08:02:40.098Z] adcc1eea9eea: Download complete [2021-09-30T08:02:40.098Z] 3b30891b0d05: Verifying Checksum [2021-09-30T08:02:40.098Z] 3b30891b0d05: Download complete [2021-09-30T08:02:40.098Z] 06b49ca38bd5: Verifying Checksum [2021-09-30T08:02:40.098Z] 06b49ca38bd5: Download complete [2021-09-30T08:02:40.098Z] 540db60ca938: Verifying Checksum [2021-09-30T08:02:40.098Z] c788192a36de: Verifying Checksum [2021-09-30T08:02:40.098Z] c788192a36de: Download complete [2021-09-30T08:02:40.362Z] 540db60ca938: Pull complete [2021-09-30T08:02:40.362Z] adcc1eea9eea: Pull complete [2021-09-30T08:02:40.362Z] 4c4ab2625f07: Pull complete [2021-09-30T08:02:40.626Z] a77e37c0d609: Verifying Checksum [2021-09-30T08:02:40.626Z] a77e37c0d609: Download complete [2021-09-30T08:02:43.962Z] c3185cebc471: Verifying Checksum [2021-09-30T08:02:43.962Z] c3185cebc471: Download complete [2021-09-30T08:02:44.236Z] db62176df00c: Verifying Checksum [2021-09-30T08:02:44.236Z] db62176df00c: Download complete [2021-09-30T08:02:47.599Z] db62176df00c: Pull complete [2021-09-30T08:02:47.599Z] 3b30891b0d05: Pull complete [2021-09-30T08:02:47.599Z] 06b49ca38bd5: Pull complete [2021-09-30T08:02:47.871Z] c788192a36de: Pull complete [2021-09-30T08:02:47.871Z] a77e37c0d609: Pull complete [2021-09-30T08:02:50.492Z] c3185cebc471: Pull complete [2021-09-30T08:02:50.492Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-09-30T08:02:50.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-30T08:02:50.492Z] ---> 031687cdd783 [2021-09-30T08:02:50.492Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-09-30T08:02:52.434Z] ---> Running in 8e65ccf88bf0 [2021-09-30T08:02:52.434Z] Removing intermediate container 8e65ccf88bf0 [2021-09-30T08:02:52.434Z] ---> 6213aebc44c0 [2021-09-30T08:02:52.434Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2021-09-30T08:02:52.434Z] ---> Running in 6dcf55637744 [2021-09-30T08:02:52.434Z] Removing intermediate container 6dcf55637744 [2021-09-30T08:02:52.434Z] ---> ede1b5251dd9 [2021-09-30T08:02:52.434Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-09-30T08:02:52.434Z] ---> Running in 6bcefabf753d [2021-09-30T08:02:52.434Z] Removing intermediate container 6bcefabf753d [2021-09-30T08:02:52.434Z] ---> 3bbbeb1b5f55 [2021-09-30T08:02:52.434Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-30T08:02:52.434Z] ---> Running in 0c9c7ed702a1 [2021-09-30T08:02:53.021Z] Removing intermediate container 0c9c7ed702a1 [2021-09-30T08:02:53.021Z] ---> f9149ada953c [2021-09-30T08:02:53.021Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-09-30T08:02:53.021Z] ---> Running in cbd702dff4fe [2021-09-30T08:02:53.289Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-30T08:02:54.246Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-30T08:02:55.215Z] OK: 219 MiB in 52 packages [2021-09-30T08:02:55.479Z] Removing intermediate container cbd702dff4fe [2021-09-30T08:02:55.479Z] ---> ad7ee24590cf [2021-09-30T08:02:55.479Z] Step 8/13 : WORKDIR /app [2021-09-30T08:02:55.479Z] ---> Running in 97ed16b51f23 [2021-09-30T08:02:55.479Z] Removing intermediate container 97ed16b51f23 [2021-09-30T08:02:55.479Z] ---> 619d2a775622 [2021-09-30T08:02:55.479Z] Step 9/13 : COPY go.mod . [2021-09-30T08:02:55.750Z] ---> 1ecea956cc6f [2021-09-30T08:02:55.750Z] Step 10/13 : RUN go mod download [2021-09-30T08:02:55.750Z] ---> Running in fe1ab1c5c943 [2021-09-30T08:03:05.826Z] Removing intermediate container fe1ab1c5c943 [2021-09-30T08:03:05.826Z] ---> bff1c0b5c809 [2021-09-30T08:03:05.826Z] Step 11/13 : COPY . . [2021-09-30T08:03:06.099Z] ---> d36f4006b76e [2021-09-30T08:03:06.099Z] Step 12/13 : ARG MAKE="make build" [2021-09-30T08:03:06.099Z] ---> Running in 8e89f2b7e96c [2021-09-30T08:03:06.099Z] Removing intermediate container 8e89f2b7e96c [2021-09-30T08:03:06.099Z] ---> a21a940626e4 [2021-09-30T08:03:06.099Z] Step 13/13 : RUN $MAKE [2021-09-30T08:03:06.099Z] ---> Running in 12c948834b51 [2021-09-30T08:03:06.365Z] noop [2021-09-30T08:03:06.632Z] Removing intermediate container 12c948834b51 [2021-09-30T08:03:06.632Z] ---> 0473279bf60a [2021-09-30T08:03:06.632Z] Successfully built 0473279bf60a [2021-09-30T08:03:06.632Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:03:06.954Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-30T08:03:06.954Z] . [Pipeline] withDockerContainer [2021-09-30T08:03:07.042Z] prd-centos7-docker-4c-2g-253 does not seem to be running inside a container [2021-09-30T08:03:07.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/9@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 [2021-09-30T08:03:07.488Z] $ docker top 806042539db5b650d763f0ceb3b9eb43eebe90ad7fa7a4a243d59ddf4f739c0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-30T08:03:07.897Z] + go version [2021-09-30T08:03:07.897Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-09-30T08:03:07.910Z] $ docker stop --time=1 806042539db5b650d763f0ceb3b9eb43eebe90ad7fa7a4a243d59ddf4f739c0c [2021-09-30T08:03:09.109Z] $ docker rm -f 806042539db5b650d763f0ceb3b9eb43eebe90ad7fa7a4a243d59ddf4f739c0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:03:09.733Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-30T08:03:09.733Z] . [Pipeline] withDockerContainer [2021-09-30T08:03:09.822Z] prd-centos7-docker-4c-2g-253 does not seem to be running inside a container [2021-09-30T08:03:09.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/9@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 [2021-09-30T08:03:10.268Z] $ docker top 61d8e952122303fe638772d08690d36997cc846987ac2bdc1c6345fcbca5636e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-09-30T08:03:10.690Z] + go mod tidy [2021-09-30T08:03:10.959Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-09-30T08:03:14.294Z] edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app imports [2021-09-30T08:03:14.294Z] github.com/edgexfoundry/app-functions-sdk-go/appsdk imports [2021-09-30T08:03:14.294Z] github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers tested by [2021-09-30T08:03:14.294Z] github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers.test imports [2021-09-30T08:03:14.295Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [Pipeline] } [2021-09-30T08:03:14.313Z] $ docker stop --time=1 61d8e952122303fe638772d08690d36997cc846987ac2bdc1c6345fcbca5636e [2021-09-30T08:03:15.514Z] $ docker rm -f 61d8e952122303fe638772d08690d36997cc846987ac2bdc1c6345fcbca5636e [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 [2021-09-30T08:03:16.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-30T08:03:16.366Z] [2021-09-30T08:03:16.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:03:16.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-30T08:03:16.692Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-30T08:03:16.692Z] b4d181a07f80: Pulling fs layer [2021-09-30T08:03:16.692Z] a1111a8f2ec3: Pulling fs layer [2021-09-30T08:03:16.692Z] ed53099fbce6: Pulling fs layer [2021-09-30T08:03:16.692Z] dc539afda2c1: Pulling fs layer [2021-09-30T08:03:16.692Z] 77bc0d833cb6: Pulling fs layer [2021-09-30T08:03:16.692Z] 9065ff56babe: Pulling fs layer [2021-09-30T08:03:16.692Z] d287ab97295c: Pulling fs layer [2021-09-30T08:03:16.692Z] dc539afda2c1: Waiting [2021-09-30T08:03:16.692Z] 77bc0d833cb6: Waiting [2021-09-30T08:03:16.692Z] 9065ff56babe: Waiting [2021-09-30T08:03:16.692Z] d287ab97295c: Waiting [2021-09-30T08:03:16.959Z] a1111a8f2ec3: Verifying Checksum [2021-09-30T08:03:16.959Z] a1111a8f2ec3: Download complete [2021-09-30T08:03:16.959Z] dc539afda2c1: Verifying Checksum [2021-09-30T08:03:16.959Z] dc539afda2c1: Download complete [2021-09-30T08:03:17.225Z] 77bc0d833cb6: Verifying Checksum [2021-09-30T08:03:17.225Z] 77bc0d833cb6: Download complete [2021-09-30T08:03:17.225Z] 9065ff56babe: Verifying Checksum [2021-09-30T08:03:17.225Z] 9065ff56babe: Download complete [2021-09-30T08:03:17.225Z] ed53099fbce6: Verifying Checksum [2021-09-30T08:03:17.225Z] ed53099fbce6: Download complete [2021-09-30T08:03:18.183Z] b4d181a07f80: Verifying Checksum [2021-09-30T08:03:18.183Z] b4d181a07f80: Download complete [2021-09-30T08:03:19.151Z] b4d181a07f80: Pull complete [2021-09-30T08:03:19.151Z] a1111a8f2ec3: Pull complete [2021-09-30T08:03:19.745Z] ed53099fbce6: Pull complete [2021-09-30T08:03:19.745Z] dc539afda2c1: Pull complete [2021-09-30T08:03:20.011Z] 77bc0d833cb6: Pull complete [2021-09-30T08:03:20.011Z] 9065ff56babe: Pull complete [2021-09-30T08:03:21.412Z] d287ab97295c: Verifying Checksum [2021-09-30T08:03:21.412Z] d287ab97295c: Download complete [2021-09-30T08:03:25.671Z] d287ab97295c: Pull complete [2021-09-30T08:03:25.671Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-30T08:03:25.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-30T08:03:25.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-30T08:03:25.757Z] prd-centos7-docker-4c-2g-253 does not seem to be running inside a container [2021-09-30T08:03:25.809Z] $ 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/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/9@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 [2021-09-30T08:03:27.840Z] $ docker top c3adb17976c41e341d3bc8138fe1a7fa6648dafaa3e38a0b8ab2a514845c6c6a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:03:28.302Z] ---> job-cost.sh [2021-09-30T08:03:28.302Z] lf-activate-venv: SKIPPING [2021-09-30T08:03:28.302Z] INFO: No Stack... [2021-09-30T08:03:29.258Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-30T08:03:29.522Z] INFO: Archiving Costs [Pipeline] sh [2021-09-30T08:03:29.833Z] + cat /w/workspace/app-rfid-llrp-inventory/9/archives/cost.csv [2021-09-30T08:03:29.833Z] + cut -d, -f6 [Pipeline] lock [2021-09-30T08:03:29.869Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [2021-09-30T08:03:29.886Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] did not exist. Created. [2021-09-30T08:03:29.886Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-30T08:03:30.285Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-09-30T08:03:30.609Z] Stashed 1 file(s) [Pipeline] } [2021-09-30T08:03:30.640Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-30T08:03:30.666Z] $ docker stop --time=1 c3adb17976c41e341d3bc8138fe1a7fa6648dafaa3e38a0b8ab2a514845c6c6a [2021-09-30T08:03:31.806Z] $ docker rm -f c3adb17976c41e341d3bc8138fe1a7fa6648dafaa3e38a0b8ab2a514845c6c6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-30T08:03:32.145Z] Failed in branch amd64 [2021-09-30T08:04:11.540Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-254 in /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [Pipeline] { [Pipeline] ws [2021-09-30T08:04:11.563Z] Running in /w/workspace/app-rfid-llrp-inventory/9 [Pipeline] { [Pipeline] checkout [2021-09-30T08:04:11.805Z] The recommended git tool is: NONE [2021-09-30T08:04:18.361Z] using credential edgex-jenkins-ssh [2021-09-30T08:04:18.379Z] Cloning the remote Git repository [2021-09-30T08:04:18.439Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-09-30T08:04:18.559Z] > git init /w/workspace/app-rfid-llrp-inventory/9 # timeout=10 [2021-09-30T08:04:18.646Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-09-30T08:04:18.647Z] > git --version # timeout=10 [2021-09-30T08:04:18.668Z] > git --version # 'git version 2.17.1' [2021-09-30T08:04:18.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-30T08:04:18.758Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-30T08:04:21.759Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-09-30T08:04:21.781Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-30T08:04:21.813Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-09-30T08:04:21.861Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-09-30T08:04:21.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-30T08:04:21.880Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/36/head:refs/remotes/origin/PR-36 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-30T08:04:22.477Z] Merging remotes/origin/main commit c303b7ce7d5b06ed9fe977fac658333aeb7799b5 into PR head commit 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 [2021-09-30T08:04:22.824Z] Merge succeeded, producing d9d333e80339f389e1216240073d4686e1b54494 [2021-09-30T08:04:22.825Z] Checking out Revision d9d333e80339f389e1216240073d4686e1b54494 (PR-36) [2021-09-30T08:04:22.500Z] > git config core.sparsecheckout # timeout=10 [2021-09-30T08:04:22.515Z] > git checkout -f 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 # timeout=10 [2021-09-30T08:04:22.630Z] > git remote # timeout=10 [2021-09-30T08:04:22.658Z] > git config --get remote.origin.url # timeout=10 [2021-09-30T08:04:22.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-30T08:04:22.692Z] > git merge c303b7ce7d5b06ed9fe977fac658333aeb7799b5 # timeout=10 [2021-09-30T08:04:22.807Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-30T08:04:22.833Z] > git config core.sparsecheckout # timeout=10 [2021-09-30T08:04:22.848Z] > git checkout -f d9d333e80339f389e1216240073d4686e1b54494 # timeout=10 [2021-09-30T08:04:27.378Z] Commit message: "Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD" [2021-09-30T08:04:27.407Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-30T08:04:27.796Z] provisioning config files... [2021-09-30T08:04:27.827Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/9@tmp/config2734125946461028900tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:04:27.388Z] > git rev-list --no-walk df13a18ed0676cc44b30bf77addbfea487627274 # timeout=10 [2021-09-30T08:04:28.442Z] ---> docker-login.sh [2021-09-30T08:04:28.442Z] nexus3.edgexfoundry.org:10001 [2021-09-30T08:04:29.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:04:30.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:04:30.173Z] Configure a credential helper to remove this warning. See [2021-09-30T08:04:30.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:04:30.173Z] [2021-09-30T08:04:30.173Z] Login Succeeded [2021-09-30T08:04:30.173Z] nexus3.edgexfoundry.org:10002 [2021-09-30T08:04:30.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:04:30.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:04:30.722Z] Configure a credential helper to remove this warning. See [2021-09-30T08:04:30.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:04:30.722Z] [2021-09-30T08:04:30.722Z] Login Succeeded [2021-09-30T08:04:30.722Z] nexus3.edgexfoundry.org:10003 [2021-09-30T08:04:31.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:04:31.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:04:31.329Z] Configure a credential helper to remove this warning. See [2021-09-30T08:04:31.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:04:31.329Z] [2021-09-30T08:04:31.329Z] Login Succeeded [2021-09-30T08:04:31.329Z] nexus3.edgexfoundry.org:10004 [2021-09-30T08:04:31.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:04:31.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:04:31.930Z] Configure a credential helper to remove this warning. See [2021-09-30T08:04:31.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:04:31.930Z] [2021-09-30T08:04:31.930Z] Login Succeeded [2021-09-30T08:04:31.930Z] docker.io [2021-09-30T08:04:32.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-30T08:04:32.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-30T08:04:32.809Z] Configure a credential helper to remove this warning. See [2021-09-30T08:04:32.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-30T08:04:32.809Z] [2021-09-30T08:04:32.809Z] Login Succeeded [2021-09-30T08:04:32.809Z] ---> docker-login.sh ends [Pipeline] } [2021-09-30T08:04:32.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-09-30T08:04:33.443Z] ========================================================= [2021-09-30T08:04:33.443Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-09-30T08:04:33.443Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:04:33.860Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-09-30T08:04:34.140Z] Sending build context to Docker daemon 731.1kB [2021-09-30T08:04:34.413Z] Step 1/13 : ARG BASE=golang:1.16-alpine3.14 [2021-09-30T08:04:34.413Z] Step 2/13 : FROM ${BASE} AS builder [2021-09-30T08:04:34.686Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-09-30T08:04:34.686Z] 595b0fe564bb: Pulling fs layer [2021-09-30T08:04:34.686Z] 24495759ef45: Pulling fs layer [2021-09-30T08:04:34.686Z] d148012ef14d: Pulling fs layer [2021-09-30T08:04:34.686Z] e90a11edd702: Pulling fs layer [2021-09-30T08:04:34.686Z] d77568369979: Pulling fs layer [2021-09-30T08:04:34.686Z] fc1c9f9a7f3b: Pulling fs layer [2021-09-30T08:04:34.686Z] 170f2ba95c9a: Pulling fs layer [2021-09-30T08:04:34.686Z] 97ac5df62f85: Pulling fs layer [2021-09-30T08:04:34.686Z] e90a11edd702: Waiting [2021-09-30T08:04:34.686Z] d77568369979: Waiting [2021-09-30T08:04:34.686Z] fc1c9f9a7f3b: Waiting [2021-09-30T08:04:34.686Z] 170f2ba95c9a: Waiting [2021-09-30T08:04:34.686Z] 97ac5df62f85: Waiting [2021-09-30T08:04:34.686Z] d148012ef14d: Download complete [2021-09-30T08:04:34.686Z] 24495759ef45: Verifying Checksum [2021-09-30T08:04:34.686Z] 24495759ef45: Download complete [2021-09-30T08:04:34.686Z] d77568369979: Verifying Checksum [2021-09-30T08:04:34.686Z] d77568369979: Download complete [2021-09-30T08:04:34.686Z] 595b0fe564bb: Verifying Checksum [2021-09-30T08:04:34.686Z] 595b0fe564bb: Download complete [2021-09-30T08:04:34.686Z] fc1c9f9a7f3b: Download complete [2021-09-30T08:04:34.960Z] 170f2ba95c9a: Download complete [2021-09-30T08:04:35.571Z] 595b0fe564bb: Pull complete [2021-09-30T08:04:36.237Z] 24495759ef45: Pull complete [2021-09-30T08:04:36.841Z] d148012ef14d: Pull complete [2021-09-30T08:04:40.249Z] e90a11edd702: Verifying Checksum [2021-09-30T08:04:40.249Z] e90a11edd702: Download complete [2021-09-30T08:04:40.249Z] 97ac5df62f85: Verifying Checksum [2021-09-30T08:04:40.249Z] 97ac5df62f85: Download complete [2021-09-30T08:04:50.439Z] e90a11edd702: Pull complete [2021-09-30T08:04:50.439Z] d77568369979: Pull complete [2021-09-30T08:04:50.439Z] fc1c9f9a7f3b: Pull complete [2021-09-30T08:04:50.439Z] 170f2ba95c9a: Pull complete [2021-09-30T08:04:57.184Z] 97ac5df62f85: Pull complete [2021-09-30T08:04:57.184Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-09-30T08:04:57.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-30T08:04:57.184Z] ---> 04bc70af865f [2021-09-30T08:04:57.184Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-09-30T08:05:00.593Z] ---> Running in 70a47528f295 [2021-09-30T08:05:01.197Z] Removing intermediate container 70a47528f295 [2021-09-30T08:05:01.197Z] ---> fafd6d4a331d [2021-09-30T08:05:01.197Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2021-09-30T08:05:01.197Z] ---> Running in 1f336eeabaf7 [2021-09-30T08:05:01.797Z] Removing intermediate container 1f336eeabaf7 [2021-09-30T08:05:01.797Z] ---> 20a576ecc8b9 [2021-09-30T08:05:01.797Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-09-30T08:05:02.074Z] ---> Running in 334f4e3ec31e [2021-09-30T08:05:02.671Z] Removing intermediate container 334f4e3ec31e [2021-09-30T08:05:02.671Z] ---> f4654937da57 [2021-09-30T08:05:02.671Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-30T08:05:02.945Z] ---> Running in 28a5b5b4ae43 [2021-09-30T08:05:06.363Z] Removing intermediate container 28a5b5b4ae43 [2021-09-30T08:05:06.363Z] ---> b87ebb9508b8 [2021-09-30T08:05:06.363Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-09-30T08:05:06.363Z] ---> Running in 05cc4eafb912 [2021-09-30T08:05:07.353Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-30T08:05:08.794Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-30T08:05:09.784Z] OK: 218 MiB in 52 packages [2021-09-30T08:05:11.229Z] Removing intermediate container 05cc4eafb912 [2021-09-30T08:05:11.229Z] ---> d57508e1931f [2021-09-30T08:05:11.229Z] Step 8/13 : WORKDIR /app [2021-09-30T08:05:11.229Z] ---> Running in 3ae1f68b940a [2021-09-30T08:05:11.829Z] Removing intermediate container 3ae1f68b940a [2021-09-30T08:05:11.829Z] ---> 4f73939a66e1 [2021-09-30T08:05:11.829Z] Step 9/13 : COPY go.mod . [2021-09-30T08:05:12.807Z] ---> 088c8f4ac9d8 [2021-09-30T08:05:12.807Z] Step 10/13 : RUN go mod download [2021-09-30T08:05:13.082Z] ---> Running in 8a8779e6debf [2021-09-30T08:05:45.455Z] Removing intermediate container 8a8779e6debf [2021-09-30T08:05:45.455Z] ---> 86ff9f2786e8 [2021-09-30T08:05:45.455Z] Step 11/13 : COPY . . [2021-09-30T08:05:45.455Z] ---> 8521e1abded6 [2021-09-30T08:05:45.455Z] Step 12/13 : ARG MAKE="make build" [2021-09-30T08:05:45.455Z] ---> Running in 06322eed9ae7 [2021-09-30T08:05:45.455Z] Removing intermediate container 06322eed9ae7 [2021-09-30T08:05:45.455Z] ---> 325494034b7b [2021-09-30T08:05:45.455Z] Step 13/13 : RUN $MAKE [2021-09-30T08:05:45.455Z] ---> Running in 0ee55c5857e2 [2021-09-30T08:05:45.729Z] noop [2021-09-30T08:05:47.171Z] Removing intermediate container 0ee55c5857e2 [2021-09-30T08:05:47.171Z] ---> 2505aa26346a [2021-09-30T08:05:47.171Z] Successfully built 2505aa26346a [2021-09-30T08:05:47.171Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:05:47.522Z] + docker inspect -f . ci-base-image-arm64 [2021-09-30T08:05:47.522Z] . [Pipeline] withDockerContainer [2021-09-30T08:05:47.827Z] prd-ubuntu18.04-docker-arm64-4c-16g-254 does not seem to be running inside a container [2021-09-30T08:05:47.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/9@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 ******** ci-base-image-arm64 cat [2021-09-30T08:05:50.009Z] $ docker top bf6d7882043c29be2cd50d4064d629fc588f3f826b30f9098eb89be50c7f3058 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-30T08:05:51.070Z] + go version [2021-09-30T08:05:51.070Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-09-30T08:05:51.095Z] $ docker stop --time=1 bf6d7882043c29be2cd50d4064d629fc588f3f826b30f9098eb89be50c7f3058 [2021-09-30T08:05:53.138Z] $ docker rm -f bf6d7882043c29be2cd50d4064d629fc588f3f826b30f9098eb89be50c7f3058 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:05:53.980Z] + docker inspect -f . ci-base-image-arm64 [2021-09-30T08:05:53.980Z] . [Pipeline] withDockerContainer [2021-09-30T08:05:54.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-254 does not seem to be running inside a container [2021-09-30T08:05:54.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/9@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 ******** ci-base-image-arm64 cat [2021-09-30T08:05:56.352Z] $ docker top cb561b22f3a57ed79d06ed01f6f2dc80b42a0490fd00a4b4a395da9fbbdad881 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-09-30T08:05:57.360Z] + go mod tidy [2021-09-30T08:05:57.970Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-09-30T08:05:58.242Z] edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app imports [2021-09-30T08:05:58.242Z] github.com/edgexfoundry/app-functions-sdk-go/appsdk imports [2021-09-30T08:05:58.242Z] github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers tested by [2021-09-30T08:05:58.242Z] github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers.test imports [2021-09-30T08:05:58.242Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [Pipeline] } [2021-09-30T08:05:58.268Z] $ docker stop --time=1 cb561b22f3a57ed79d06ed01f6f2dc80b42a0490fd00a4b4a395da9fbbdad881 [2021-09-30T08:06:00.489Z] $ docker rm -f cb561b22f3a57ed79d06ed01f6f2dc80b42a0490fd00a4b4a395da9fbbdad881 [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 [2021-09-30T08:06:01.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-30T08:06:01.824Z] [2021-09-30T08:06:01.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:06:02.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-30T08:06:02.790Z] arm64: Pulling from edgex-lftools-log-publisher [2021-09-30T08:06:02.791Z] 448f6bf000e3: Pulling fs layer [2021-09-30T08:06:02.791Z] f757da607395: Pulling fs layer [2021-09-30T08:06:02.791Z] 05883995daec: Pulling fs layer [2021-09-30T08:06:02.791Z] 8603b9c90790: Pulling fs layer [2021-09-30T08:06:02.791Z] 1560dd03e051: Pulling fs layer [2021-09-30T08:06:02.791Z] 27f5ce0e4adf: Pulling fs layer [2021-09-30T08:06:02.791Z] c2d8d7efcc4b: Pulling fs layer [2021-09-30T08:06:02.791Z] 1560dd03e051: Waiting [2021-09-30T08:06:02.791Z] 8603b9c90790: Waiting [2021-09-30T08:06:02.791Z] c2d8d7efcc4b: Waiting [2021-09-30T08:06:03.065Z] f757da607395: Verifying Checksum [2021-09-30T08:06:03.065Z] f757da607395: Download complete [2021-09-30T08:06:03.065Z] 8603b9c90790: Download complete [2021-09-30T08:06:03.338Z] 1560dd03e051: Verifying Checksum [2021-09-30T08:06:03.338Z] 1560dd03e051: Download complete [2021-09-30T08:06:03.338Z] 27f5ce0e4adf: Verifying Checksum [2021-09-30T08:06:03.338Z] 27f5ce0e4adf: Download complete [2021-09-30T08:06:04.320Z] 05883995daec: Verifying Checksum [2021-09-30T08:06:04.320Z] 05883995daec: Download complete [2021-09-30T08:06:04.320Z] 448f6bf000e3: Verifying Checksum [2021-09-30T08:06:04.320Z] 448f6bf000e3: Download complete [2021-09-30T08:06:06.954Z] c2d8d7efcc4b: Verifying Checksum [2021-09-30T08:06:06.954Z] c2d8d7efcc4b: Download complete [2021-09-30T08:06:07.938Z] 448f6bf000e3: Pull complete [2021-09-30T08:06:08.538Z] f757da607395: Pull complete [2021-09-30T08:06:09.980Z] 05883995daec: Pull complete [2021-09-30T08:06:10.580Z] 8603b9c90790: Pull complete [2021-09-30T08:06:11.564Z] 1560dd03e051: Pull complete [2021-09-30T08:06:12.171Z] 27f5ce0e4adf: Pull complete [2021-09-30T08:06:27.273Z] c2d8d7efcc4b: Pull complete [2021-09-30T08:06:27.273Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-09-30T08:06:27.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-30T08:06:27.273Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-09-30T08:06:27.567Z] prd-ubuntu18.04-docker-arm64-4c-16g-254 does not seem to be running inside a container [2021-09-30T08:06:27.667Z] $ 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/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/9@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:arm64 cat [2021-09-30T08:06:32.107Z] $ docker top a5acbe93c8455f421b678581f73e2d13acb47f081b0f58a7c8d781216fd7d8f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:33.203Z] ---> job-cost.sh [2021-09-30T08:06:33.204Z] lf-activate-venv: SKIPPING [2021-09-30T08:06:33.204Z] INFO: No Stack... [2021-09-30T08:06:34.650Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-09-30T08:06:35.273Z] INFO: Archiving Costs [Pipeline] sh [2021-09-30T08:06:35.939Z] + cat /w/workspace/app-rfid-llrp-inventory/9/archives/cost.csv [2021-09-30T08:06:35.939Z] + cut -d, -f6 [Pipeline] lock [2021-09-30T08:06:36.021Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [2021-09-30T08:06:36.035Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] did not exist. Created. [2021-09-30T08:06:36.035Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-30T08:06:36.715Z] /w/workspace/app-rfid-llrp-inventory/9@tmp/durable-f0084d07/script.sh: 1: /w/workspace/app-rfid-llrp-inventory/9@tmp/durable-f0084d07/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-09-30T08:06:37.385Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-09-30T08:06:37.418Z] Warning: overwriting stash ‘stack-cost’ [2021-09-30T08:06:37.970Z] Stashed 1 file(s) [Pipeline] } [2021-09-30T08:06:37.980Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-30T08:06:38.015Z] $ docker stop --time=1 a5acbe93c8455f421b678581f73e2d13acb47f081b0f58a7c8d781216fd7d8f8 [2021-09-30T08:06:39.858Z] $ docker rm -f a5acbe93c8455f421b678581f73e2d13acb47f081b0f58a7c8d781216fd7d8f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-30T08:06:40.508Z] 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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-09-30T08:06:42.184Z] + '[' -d /w/workspace/ry_app-rfid-llrp-inventory_PR-36/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:42.511Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:43.095Z] ---> package-listing.sh [2021-09-30T08:06:43.095Z] ++ facter osfamily [2021-09-30T08:06:43.095Z] ++ tr '[:upper:]' '[:lower:]' [2021-09-30T08:06:43.369Z] + OS_FAMILY=redhat [2021-09-30T08:06:43.369Z] + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-36 [2021-09-30T08:06:43.369Z] + START_PACKAGES=/tmp/packages_start.txt [2021-09-30T08:06:43.369Z] + END_PACKAGES=/tmp/packages_end.txt [2021-09-30T08:06:43.369Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-09-30T08:06:43.369Z] + PACKAGES=/tmp/packages_start.txt [2021-09-30T08:06:43.369Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-36 ']' [2021-09-30T08:06:43.369Z] + PACKAGES=/tmp/packages_end.txt [2021-09-30T08:06:43.369Z] + case "${OS_FAMILY}" in [2021-09-30T08:06:43.369Z] + sort [2021-09-30T08:06:43.369Z] + rpm -qa [2021-09-30T08:06:43.952Z] + '[' -f /tmp/packages_start.txt ']' [2021-09-30T08:06:43.952Z] + '[' -f /tmp/packages_end.txt ']' [2021-09-30T08:06:43.952Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-09-30T08:06:43.952Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-36 ']' [2021-09-30T08:06:43.952Z] + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-36/archives/ [2021-09-30T08:06:43.952Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-36/archives/ [Pipeline] echo [2021-09-30T08:06:43.971Z] 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-36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-09-30T08:06:44.266Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:06:44.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-30T08:06:44.877Z] [2021-09-30T08:06:44.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-30T08:06:45.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-30T08:06:45.205Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-30T08:06:45.205Z] b4d181a07f80: Pulling fs layer [2021-09-30T08:06:45.205Z] a1111a8f2ec3: Pulling fs layer [2021-09-30T08:06:45.205Z] ed53099fbce6: Pulling fs layer [2021-09-30T08:06:45.205Z] dc539afda2c1: Pulling fs layer [2021-09-30T08:06:45.205Z] 77bc0d833cb6: Pulling fs layer [2021-09-30T08:06:45.205Z] 9065ff56babe: Pulling fs layer [2021-09-30T08:06:45.205Z] d287ab97295c: Pulling fs layer [2021-09-30T08:06:45.205Z] dc539afda2c1: Waiting [2021-09-30T08:06:45.205Z] 77bc0d833cb6: Waiting [2021-09-30T08:06:45.205Z] 9065ff56babe: Waiting [2021-09-30T08:06:45.205Z] d287ab97295c: Waiting [2021-09-30T08:06:45.481Z] a1111a8f2ec3: Verifying Checksum [2021-09-30T08:06:45.481Z] a1111a8f2ec3: Download complete [2021-09-30T08:06:45.481Z] dc539afda2c1: Verifying Checksum [2021-09-30T08:06:45.481Z] dc539afda2c1: Download complete [2021-09-30T08:06:45.747Z] 77bc0d833cb6: Verifying Checksum [2021-09-30T08:06:45.747Z] 77bc0d833cb6: Download complete [2021-09-30T08:06:45.747Z] 9065ff56babe: Verifying Checksum [2021-09-30T08:06:45.747Z] 9065ff56babe: Download complete [2021-09-30T08:06:46.014Z] ed53099fbce6: Verifying Checksum [2021-09-30T08:06:46.014Z] ed53099fbce6: Download complete [2021-09-30T08:06:46.599Z] b4d181a07f80: Verifying Checksum [2021-09-30T08:06:46.599Z] b4d181a07f80: Download complete [2021-09-30T08:06:48.025Z] b4d181a07f80: Pull complete [2021-09-30T08:06:48.026Z] a1111a8f2ec3: Pull complete [2021-09-30T08:06:48.293Z] ed53099fbce6: Pull complete [2021-09-30T08:06:48.558Z] dc539afda2c1: Pull complete [2021-09-30T08:06:48.823Z] 77bc0d833cb6: Pull complete [2021-09-30T08:06:48.823Z] 9065ff56babe: Pull complete [2021-09-30T08:06:50.227Z] d287ab97295c: Verifying Checksum [2021-09-30T08:06:50.227Z] d287ab97295c: Download complete [2021-09-30T08:06:54.494Z] d287ab97295c: Pull complete [2021-09-30T08:06:54.494Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-30T08:06:54.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-30T08:06:54.494Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-30T08:06:54.583Z] prd-centos7-docker-4c-2g-248 does not seem to be running inside a container [2021-09-30T08:06:54.634Z] $ 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-36/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-36 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36:/w/workspace/ry_app-rfid-llrp-inventory_PR-36:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@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 [2021-09-30T08:06:56.926Z] $ docker top 60cb494dfbe0c0fc1182ddcba4f0f6a36b2615deffb2374e1f4e6770b1b70e48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-30T08:06:57.338Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-09-30T08:06:57.655Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-09-30T08:06:57.976Z] + ls /var/log/sa-host [2021-09-30T08:06:57.976Z] + sadf -c /var/log/sa-host/sa05 [2021-09-30T08:06:57.976Z] file_magic: OK [2021-09-30T08:06:57.976Z] HZ: Using current value: 100 [2021-09-30T08:06:57.976Z] file_header: OK [2021-09-30T08:06:57.976Z] 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 [2021-09-30T08:06:57.976Z] Statistics: [2021-09-30T08:06:57.976Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-30T08:06:57.976Z] File successfully converted to sysstat format version 12.0.3 [2021-09-30T08:06:57.976Z] + sadf -c /var/log/sa-host/sa30 [2021-09-30T08:06:57.976Z] file_magic: OK [2021-09-30T08:06:57.976Z] HZ: Using current value: 100 [2021-09-30T08:06:57.976Z] file_header: OK [2021-09-30T08:06:57.976Z] 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 [2021-09-30T08:06:57.976Z] Statistics: [2021-09-30T08:06:57.976Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-30T08:06:57.976Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-30T08:06:58.186Z] provisioning config files... [2021-09-30T08:06:58.202Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/config5301769449150466574tmp [Pipeline] { [Pipeline] echo [2021-09-30T08:06:58.225Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:58.535Z] ---> create-netrc.sh [Pipeline] } [2021-09-30T08:06:58.548Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:58.942Z] ---> python-tools-install.sh [Pipeline] echo [2021-09-30T08:06:58.959Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:59.283Z] ---> sudo-logs.sh [2021-09-30T08:06:59.283Z] Archiving 'sudo' log.. [2021-09-30T08:06:59.283Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-248.vexxhost.local: Name or service not known [2021-09-30T08:06:59.283Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-248.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-09-30T08:06:59.334Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:06:59.643Z] ---> job-cost.sh [2021-09-30T08:06:59.643Z] lf-activate-venv: SKIPPING [2021-09-30T08:06:59.643Z] DEBUG: total: 0.10999999940395355 [2021-09-30T08:06:59.643Z] INFO: Retrieving Stack Cost... [2021-09-30T08:07:00.224Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-30T08:07:00.490Z] INFO: Archiving Costs [Pipeline] echo [2021-09-30T08:07:00.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-30T08:07:00.820Z] ---> logs-deploy.sh [2021-09-30T08:07:00.820Z] lf-activate-venv: SKIPPING [2021-09-30T08:07:00.820Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-36/9 [2021-09-30T08:07:00.820Z] INFO: archiving workspace using pattern(s): [2021-09-30T08:07:01.402Z] Archives upload complete. [2021-09-30T08:07:01.676Z] INFO: archiving logs to Nexus