Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 995e5f843a6275a781fac899201523aa0866864d+5b6662352b87c3cff91568a79a832288180406c6 (4efcf806e3ed63615dae0e9e151962909042d3fa) 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-ssh8168933258144266394.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh7534540723396140416.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-37/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-37/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3287572853812199343.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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-ssh2257525982517111348.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-37/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-37/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8489355932374719677.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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_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-491 in /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [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-37 # 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-37@tmp/jenkins-gitclient-ssh3656129515811898845.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 5b6662352b87c3cff91568a79a832288180406c6 into PR head commit 995e5f843a6275a781fac899201523aa0866864d Merge succeeded, producing d910ad5baca78baca0c058cc36a69591c85e33f0 > 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-37@tmp/jenkins-gitclient-ssh8268938346876669831.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/37/head:refs/remotes/origin/PR-37 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 995e5f843a6275a781fac899201523aa0866864d # 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-37@tmp/jenkins-gitclient-ssh8061236234448537963.key > git merge 5b6662352b87c3cff91568a79a832288180406c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Checking out Revision d910ad5baca78baca0c058cc36a69591c85e33f0 (PR-37) > git config core.sparsecheckout # timeout=10 > git checkout -f d910ad5baca78baca0c058cc36a69591c85e33f0 # timeout=10 Commit message: "Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-29T15:59:03.898Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-29T15:59:03.987Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-29T15:59:04.015Z] ========================================================= [2021-07-29T15:59:04.015Z] EdgeX Global Pipelines Version Info [2021-07-29T15:59:04.015Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 091808e2263ba227196e31ee0c5efe0f4b782597 # timeout=10 [2021-07-29T15:59:05.288Z] ------------------- [2021-07-29T15:59:05.288Z] stable info: [2021-07-29T15:59:05.288Z] ------------------- [2021-07-29T15:59:05.288Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-29T15:59:05.288Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-29T15:59:05.288Z] Message: update stable to v1.0.197 [2021-07-29T15:59:05.873Z] ------------------- [2021-07-29T15:59:05.874Z] experimental info: [2021-07-29T15:59:05.874Z] ------------------- [2021-07-29T15:59:05.874Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-29T15:59:05.874Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-29T15:59:05.874Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-29T15:59:06.008Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2021-07-29T15:59:06.033Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2021-07-29T15:59:06.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-29T15:59:06.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-29T15:59:06.104Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-29T15:59:06.128Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-29T15:59:06.151Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-29T15:59:06.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-29T15:59:06.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-29T15:59:06.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-29T15:59:06.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-29T15:59:06.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2021-07-29T15:59:06.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-29T15:59:06.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-29T15:59:06.336Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-29T15:59:06.360Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-29T15:59:06.384Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-29T15:59:06.407Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-29T15:59:06.429Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-29T15:59:06.477Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-29T15:59:06.501Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-29T15:59:06.530Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-29T15:59:06.553Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-29T15:59:06.576Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-29T15:59:06.599Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-07-29T15:59:06.622Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-29T15:59:06.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-37 [Pipeline] echo [2021-07-29T15:59:06.669Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-37 [Pipeline] echo [2021-07-29T15:59:06.692Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-37 [Pipeline] echo [2021-07-29T15:59:06.714Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d910ad5baca78baca0c058cc36a69591c85e33f0 [Pipeline] echo [2021-07-29T15:59:06.737Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d910ad5 [Pipeline] echo [2021-07-29T15:59:06.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T15:59:06.832Z] provisioning config files... [2021-07-29T15:59:06.851Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/config2166377541681202897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:59:07.195Z] ---> docker-login.sh [2021-07-29T15:59:07.195Z] nexus3.edgexfoundry.org:10001 [2021-07-29T15:59:07.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T15:59:07.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T15:59:07.462Z] Configure a credential helper to remove this warning. See [2021-07-29T15:59:07.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T15:59:07.462Z] [2021-07-29T15:59:07.462Z] Login Succeeded [2021-07-29T15:59:07.462Z] nexus3.edgexfoundry.org:10002 [2021-07-29T15:59:07.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T15:59:07.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T15:59:07.462Z] Configure a credential helper to remove this warning. See [2021-07-29T15:59:07.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T15:59:07.462Z] [2021-07-29T15:59:07.462Z] Login Succeeded [2021-07-29T15:59:07.462Z] nexus3.edgexfoundry.org:10003 [2021-07-29T15:59:07.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T15:59:07.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T15:59:07.731Z] Configure a credential helper to remove this warning. See [2021-07-29T15:59:07.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T15:59:07.731Z] [2021-07-29T15:59:07.731Z] Login Succeeded [2021-07-29T15:59:07.731Z] nexus3.edgexfoundry.org:10004 [2021-07-29T15:59:07.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T15:59:07.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T15:59:07.997Z] Configure a credential helper to remove this warning. See [2021-07-29T15:59:07.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T15:59:07.997Z] [2021-07-29T15:59:07.997Z] Login Succeeded [2021-07-29T15:59:07.997Z] docker.io [2021-07-29T15:59:07.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T15:59:08.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T15:59:08.268Z] Configure a credential helper to remove this warning. See [2021-07-29T15:59:08.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T15:59:08.268Z] [2021-07-29T15:59:08.268Z] Login Succeeded [2021-07-29T15:59:08.268Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T15:59:08.281Z] 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-07-29T15:59:08.782Z] + git log --format=format:%s -1 d910ad5baca78baca0c058cc36a69591c85e33f0 [Pipeline] echo [2021-07-29T15:59:08.870Z] GIT_COMMIT: d910ad5baca78baca0c058cc36a69591c85e33f0, Commit Message: Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD [Pipeline] echo [2021-07-29T15:59:08.895Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:59:09.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T15:59:09.482Z] [2021-07-29T15:59:09.482Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:59:09.845Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T15:59:10.115Z] latest: Pulling from edgex-devops/git-semver [2021-07-29T15:59:10.115Z] 31603596830f: Pulling fs layer [2021-07-29T15:59:10.115Z] b6dc333f4379: Pulling fs layer [2021-07-29T15:59:10.115Z] 3d9ef1400e77: Pulling fs layer [2021-07-29T15:59:10.115Z] fd332fbdc1db: Pulling fs layer [2021-07-29T15:59:10.115Z] fd332fbdc1db: Waiting [2021-07-29T15:59:10.115Z] b6dc333f4379: Verifying Checksum [2021-07-29T15:59:10.115Z] b6dc333f4379: Download complete [2021-07-29T15:59:10.389Z] 31603596830f: Verifying Checksum [2021-07-29T15:59:10.389Z] 31603596830f: Download complete [2021-07-29T15:59:10.656Z] 31603596830f: Pull complete [2021-07-29T15:59:10.656Z] b6dc333f4379: Pull complete [2021-07-29T15:59:10.656Z] fd332fbdc1db: Verifying Checksum [2021-07-29T15:59:10.656Z] fd332fbdc1db: Download complete [2021-07-29T15:59:11.622Z] 3d9ef1400e77: Verifying Checksum [2021-07-29T15:59:11.622Z] 3d9ef1400e77: Download complete [2021-07-29T15:59:12.206Z] 3d9ef1400e77: Pull complete [2021-07-29T15:59:12.472Z] fd332fbdc1db: Pull complete [2021-07-29T15:59:12.472Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-29T15:59:12.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T15:59:12.472Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-29T15:59:12.565Z] prd-centos7-docker-4c-2g-491 does not seem to be running inside a container [2021-07-29T15:59:12.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-37 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37:/w/workspace/ry_app-rfid-llrp-inventory_PR-37:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-29T15:59:13.574Z] $ docker top e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-29T15:59:13.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T15:59:13.714Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T15:59:13.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T15:59:13.846Z] $ docker exec e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent [2021-07-29T15:59:13.969Z] SSH_AUTH_SOCK=/tmp/ssh-lAjPOJRo0Em2/agent.13 [2021-07-29T15:59:13.969Z] SSH_AGENT_PID=19 [2021-07-29T15:59:13.984Z] Running ssh-add (command line suppressed) [2021-07-29T15:59:14.082Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_3218664078037271702.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_3218664078037271702.key) [2021-07-29T15:59:14.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T15:59:14.424Z] + git tag --points-at HEAD [Pipeline] } [2021-07-29T15:59:14.441Z] $ docker exec --env ******** --env ******** e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent -k [2021-07-29T15:59:14.534Z] unset SSH_AUTH_SOCK; [2021-07-29T15:59:14.535Z] unset SSH_AGENT_PID; [2021-07-29T15:59:14.535Z] echo Agent pid 19 killed; [2021-07-29T15:59:14.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-29T15:59:14.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T15:59:14.596Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T15:59:14.728Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T15:59:14.729Z] $ docker exec e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent [2021-07-29T15:59:14.847Z] SSH_AUTH_SOCK=/tmp/ssh-G1Q07NYHZMDR/agent.52 [2021-07-29T15:59:14.847Z] SSH_AGENT_PID=59 [2021-07-29T15:59:14.858Z] Running ssh-add (command line suppressed) [2021-07-29T15:59:14.946Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_2906340341991459213.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_2906340341991459213.key) [2021-07-29T15:59:14.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T15:59:15.289Z] + git semver init [2021-07-29T15:59:15.290Z] # -> Open(): unable to determine branch for HEAD [2021-07-29T15:59:15.290Z] # $GIT_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-37/.git [2021-07-29T15:59:15.290Z] # $GIT_WORK_TREE = /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [2021-07-29T15:59:15.290Z] # $SEMVER_REMOTE_NAME = origin [2021-07-29T15:59:15.290Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-29T15:59:15.290Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-29T15:59:15.290Z] # $SEMVER_BRANCH = PR-37 [2021-07-29T15:59:15.290Z] # $SEMVER_TEMP = /tmp/semver-093415133 [2021-07-29T15:59:15.290Z] # git clone --branch semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git $SEMVER_TEMP [2021-07-29T15:59:16.263Z] # '/tmp/semver-093415133' -> '/w/workspace/ry_app-rfid-llrp-inventory_PR-37/.semver' [2021-07-29T15:59:16.263Z] # -> Force: false [2021-07-29T15:59:16.263Z] # $SEMVER_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-37/.semver [Pipeline] } [2021-07-29T15:59:16.277Z] $ docker exec --env ******** --env ******** e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent -k [2021-07-29T15:59:16.408Z] unset SSH_AUTH_SOCK; [2021-07-29T15:59:16.408Z] unset SSH_AGENT_PID; [2021-07-29T15:59:16.408Z] echo Agent pid 59 killed; [2021-07-29T15:59:16.427Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T15:59:16.789Z] + git semver [Pipeline] } [2021-07-29T15:59:16.808Z] $ docker stop --time=1 e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db [2021-07-29T15:59:18.054Z] $ docker rm -f e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T15:59:18.474Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-29T15:59:18.803Z] Stashed 1 file(s) [Pipeline] echo [2021-07-29T15:59:18.806Z] [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-07-29T15:59:34.025Z] Still waiting to schedule task [2021-07-29T15:59:34.026Z] ‘prd-centos7-blackbox-4c-2g-76’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:59:34.026Z] ‘prd-centos7-blackbox-4c-2g-77’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:59:34.026Z] ‘prd-centos7-docker-4c-2g-481’ is offline [2021-07-29T15:59:34.026Z] ‘prd-centos7-docker-4c-2g-482’ is offline [2021-07-29T15:59:34.026Z] ‘prd-centos7-docker-4c-2g-492’ is offline [2021-07-29T15:59:34.026Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-484’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:59:34.026Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-486’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:59:34.026Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-490’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:59:34.028Z] Still waiting to schedule task [2021-07-29T15:59:34.028Z] ‘prd-centos7-blackbox-4c-2g-76’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-07-29T15:59:34.028Z] ‘prd-centos7-blackbox-4c-2g-77’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-07-29T15:59:34.028Z] ‘prd-centos7-docker-4c-2g-481’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-07-29T15:59:34.028Z] ‘prd-centos7-docker-4c-2g-482’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-07-29T15:59:34.028Z] ‘prd-centos7-docker-4c-2g-492’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-07-29T15:59:34.028Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-484’ is offline [2021-07-29T15:59:34.029Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-486’ is offline [2021-07-29T15:59:34.029Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-490’ is offline [2021-07-29T16:00:39.734Z] Running on prd-centos7-docker-4c-2g-494 in /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [Pipeline] { [Pipeline] ws [2021-07-29T16:00:39.751Z] Running in /w/workspace/app-rfid-llrp-inventory/3 [Pipeline] { [Pipeline] checkout [2021-07-29T16:00:39.878Z] The recommended git tool is: NONE [2021-07-29T16:00:43.857Z] using credential edgex-jenkins-ssh [2021-07-29T16:00:43.870Z] Cloning the remote Git repository [2021-07-29T16:00:43.829Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-07-29T16:00:43.907Z] > git init /w/workspace/app-rfid-llrp-inventory/3 # timeout=10 [2021-07-29T16:00:44.152Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-07-29T16:00:44.153Z] > git --version # timeout=10 [2021-07-29T16:00:44.160Z] > git --version # 'git version 2.24.4' [2021-07-29T16:00:44.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T16:00:44.197Z] [INFO] Currently running in a labeled security context [2021-07-29T16:00:44.198Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-29T16:00:44.198Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/3@tmp/jenkins-gitclient-ssh1907133202531250740.key [2021-07-29T16:00:44.212Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T16:00:47.603Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-07-29T16:00:47.617Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T16:00:47.634Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-07-29T16:00:47.651Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-07-29T16:00:47.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T16:00:47.652Z] [INFO] Currently running in a labeled security context [2021-07-29T16:00:47.652Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-29T16:00:47.652Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/3@tmp/jenkins-gitclient-ssh1179476785595254483.key [2021-07-29T16:00:47.657Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/37/head:refs/remotes/origin/PR-37 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-29T16:00:48.283Z] Merging remotes/origin/main commit 5b6662352b87c3cff91568a79a832288180406c6 into PR head commit 995e5f843a6275a781fac899201523aa0866864d [2021-07-29T16:00:48.495Z] Merge succeeded, producing 2d23a016046b17f6359494f2701c5394e6e613b4 [2021-07-29T16:00:48.496Z] Checking out Revision 2d23a016046b17f6359494f2701c5394e6e613b4 (PR-37) [2021-07-29T16:00:48.291Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T16:00:48.299Z] > git checkout -f 995e5f843a6275a781fac899201523aa0866864d # timeout=10 [2021-07-29T16:00:48.337Z] > git remote # timeout=10 [2021-07-29T16:00:48.341Z] > git config --get remote.origin.url # timeout=10 [2021-07-29T16:00:48.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T16:00:48.347Z] [INFO] Currently running in a labeled security context [2021-07-29T16:00:48.347Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-29T16:00:48.347Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/3@tmp/jenkins-gitclient-ssh8944024408566346634.key [2021-07-29T16:00:48.351Z] > git merge 5b6662352b87c3cff91568a79a832288180406c6 # timeout=10 [2021-07-29T16:00:48.485Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-29T16:00:48.498Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T16:00:48.511Z] > git checkout -f 2d23a016046b17f6359494f2701c5394e6e613b4 # timeout=10 [2021-07-29T16:00:52.814Z] Commit message: "Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD" [2021-07-29T16:00:52.823Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T16:00:53.238Z] provisioning config files... [2021-07-29T16:00:53.257Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/3@tmp/config8214410942857315742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:00:53.933Z] ---> docker-login.sh [2021-07-29T16:00:53.933Z] nexus3.edgexfoundry.org:10001 [2021-07-29T16:00:53.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:00:53.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:00:53.934Z] Configure a credential helper to remove this warning. See [2021-07-29T16:00:53.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:00:53.934Z] [2021-07-29T16:00:53.934Z] Login Succeeded [2021-07-29T16:00:53.934Z] nexus3.edgexfoundry.org:10002 [2021-07-29T16:00:53.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:00:53.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:00:53.934Z] Configure a credential helper to remove this warning. See [2021-07-29T16:00:53.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:00:53.934Z] [2021-07-29T16:00:53.934Z] Login Succeeded [2021-07-29T16:00:53.934Z] nexus3.edgexfoundry.org:10003 [2021-07-29T16:00:52.816Z] > git rev-list --no-walk 091808e2263ba227196e31ee0c5efe0f4b782597 # timeout=10 [2021-07-29T16:00:54.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:00:54.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:00:54.205Z] Configure a credential helper to remove this warning. See [2021-07-29T16:00:54.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:00:54.205Z] [2021-07-29T16:00:54.205Z] Login Succeeded [2021-07-29T16:00:54.205Z] nexus3.edgexfoundry.org:10004 [2021-07-29T16:00:54.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:00:54.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:00:54.473Z] Configure a credential helper to remove this warning. See [2021-07-29T16:00:54.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:00:54.473Z] [2021-07-29T16:00:54.473Z] Login Succeeded [2021-07-29T16:00:54.473Z] docker.io [2021-07-29T16:00:54.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:00:54.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:00:54.740Z] Configure a credential helper to remove this warning. See [2021-07-29T16:00:54.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:00:54.741Z] [2021-07-29T16:00:54.741Z] Login Succeeded [2021-07-29T16:00:54.741Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T16:00:54.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-29T16:00:54.995Z] ========================================================= [2021-07-29T16:00:54.995Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-29T16:00:54.995Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:00:55.340Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-29T16:00:55.340Z] Sending build context to Docker daemon 20.47MB [2021-07-29T16:00:55.340Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-29T16:00:55.340Z] Step 2/10 : FROM ${BASE} AS builder [2021-07-29T16:00:55.813Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-29T16:00:55.813Z] 540db60ca938: Pulling fs layer [2021-07-29T16:00:55.813Z] adcc1eea9eea: Pulling fs layer [2021-07-29T16:00:55.813Z] 4c4ab2625f07: Pulling fs layer [2021-07-29T16:00:55.813Z] 0773c198feca: Pulling fs layer [2021-07-29T16:00:55.813Z] 345f892a5656: Pulling fs layer [2021-07-29T16:00:55.813Z] 4796506630df: Pulling fs layer [2021-07-29T16:00:55.813Z] cc55df3e53f1: Pulling fs layer [2021-07-29T16:00:55.813Z] 4d027b6c602c: Pulling fs layer [2021-07-29T16:00:55.813Z] 449e75d2c14e: Pulling fs layer [2021-07-29T16:00:55.813Z] 4796506630df: Waiting [2021-07-29T16:00:55.813Z] cc55df3e53f1: Waiting [2021-07-29T16:00:55.813Z] 4d027b6c602c: Waiting [2021-07-29T16:00:55.813Z] 449e75d2c14e: Waiting [2021-07-29T16:00:55.813Z] 0773c198feca: Waiting [2021-07-29T16:00:55.813Z] 345f892a5656: Waiting [2021-07-29T16:00:55.813Z] 4c4ab2625f07: Verifying Checksum [2021-07-29T16:00:55.813Z] 4c4ab2625f07: Download complete [2021-07-29T16:00:55.813Z] adcc1eea9eea: Verifying Checksum [2021-07-29T16:00:55.813Z] adcc1eea9eea: Download complete [2021-07-29T16:00:55.813Z] 345f892a5656: Verifying Checksum [2021-07-29T16:00:55.813Z] 345f892a5656: Download complete [2021-07-29T16:00:55.813Z] 540db60ca938: Verifying Checksum [2021-07-29T16:00:55.813Z] 540db60ca938: Download complete [2021-07-29T16:00:55.813Z] cc55df3e53f1: Verifying Checksum [2021-07-29T16:00:55.813Z] cc55df3e53f1: Download complete [2021-07-29T16:00:56.084Z] 4796506630df: Verifying Checksum [2021-07-29T16:00:56.084Z] 4796506630df: Download complete [2021-07-29T16:00:56.084Z] 540db60ca938: Pull complete [2021-07-29T16:00:56.084Z] adcc1eea9eea: Pull complete [2021-07-29T16:00:56.353Z] 4c4ab2625f07: Pull complete [2021-07-29T16:00:56.353Z] 4d027b6c602c: Verifying Checksum [2021-07-29T16:00:56.353Z] 4d027b6c602c: Download complete [2021-07-29T16:01:00.615Z] 449e75d2c14e: Verifying Checksum [2021-07-29T16:01:00.615Z] 449e75d2c14e: Download complete [2021-07-29T16:01:02.041Z] 0773c198feca: Verifying Checksum [2021-07-29T16:01:02.041Z] 0773c198feca: Download complete [2021-07-29T16:01:05.423Z] 0773c198feca: Pull complete [2021-07-29T16:01:05.423Z] 345f892a5656: Pull complete [2021-07-29T16:01:05.423Z] 4796506630df: Pull complete [2021-07-29T16:01:05.423Z] cc55df3e53f1: Pull complete [2021-07-29T16:01:05.423Z] 4d027b6c602c: Pull complete [2021-07-29T16:01:06.860Z] 449e75d2c14e: Pull complete [2021-07-29T16:01:06.860Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-29T16:01:06.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-29T16:01:06.860Z] ---> 0d28375d9b5b [2021-07-29T16:01:06.860Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-07-29T16:01:11.129Z] ---> Running in 5d2b418fe4aa [2021-07-29T16:01:11.129Z] Removing intermediate container 5d2b418fe4aa [2021-07-29T16:01:11.129Z] ---> 87404de7c535 [2021-07-29T16:01:11.129Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-29T16:01:11.129Z] ---> Running in 9fda4bedd4d3 [2021-07-29T16:01:11.129Z] Removing intermediate container 9fda4bedd4d3 [2021-07-29T16:01:11.129Z] ---> 83c8f429fbd8 [2021-07-29T16:01:11.129Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-29T16:01:11.129Z] ---> Running in 7b82a7c309b7 [2021-07-29T16:01:11.129Z] Removing intermediate container 7b82a7c309b7 [2021-07-29T16:01:11.129Z] ---> af86cb30616a [2021-07-29T16:01:11.129Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T16:01:11.129Z] ---> Running in f594d1689686 [2021-07-29T16:01:11.924Z] Removing intermediate container f594d1689686 [2021-07-29T16:01:11.924Z] ---> fc6406709ed9 [2021-07-29T16:01:11.924Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-29T16:01:11.924Z] ---> Running in 7e7dc211a032 [2021-07-29T16:01:11.924Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T16:01:15.287Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T16:01:16.273Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-07-29T16:01:16.273Z] (2/6) Installing libsodium (1.0.18-r0) [2021-07-29T16:01:16.273Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-07-29T16:01:16.273Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-07-29T16:01:16.551Z] (5/6) Installing libzmq (4.3.3-r1) [2021-07-29T16:01:16.551Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-07-29T16:01:16.551Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T16:01:16.551Z] OK: 150 MiB in 46 packages [2021-07-29T16:01:17.147Z] Removing intermediate container 7e7dc211a032 [2021-07-29T16:01:17.147Z] ---> 4755a6ef4cab [2021-07-29T16:01:17.147Z] Step 8/10 : WORKDIR /app [2021-07-29T16:01:17.147Z] ---> Running in 87947d13ec32 [2021-07-29T16:01:17.147Z] Removing intermediate container 87947d13ec32 [2021-07-29T16:01:17.147Z] ---> e2a52b70e0b0 [2021-07-29T16:01:17.147Z] Step 9/10 : COPY . . [2021-07-29T16:01:17.740Z] ---> 8c3b24dcb3ad [2021-07-29T16:01:17.740Z] Step 10/10 : RUN go mod download [2021-07-29T16:01:17.740Z] ---> Running in 48b3c27842f0 [2021-07-29T16:01:36.210Z] Removing intermediate container 48b3c27842f0 [2021-07-29T16:01:36.210Z] ---> 6d4b1c0d48b2 [2021-07-29T16:01:36.210Z] Successfully built 6d4b1c0d48b2 [2021-07-29T16:01:36.210Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:01:36.549Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-29T16:01:36.549Z] . [Pipeline] withDockerContainer [2021-07-29T16:01:36.885Z] prd-centos7-docker-4c-2g-494 does not seem to be running inside a container [2021-07-29T16:01:36.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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-x86_64 cat [2021-07-29T16:01:37.360Z] $ docker top 3b67c5bb887e1315f930b1d0c5d22b959f485baf70c316c54b699512d480e061 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T16:01:37.771Z] + go version [2021-07-29T16:01:37.771Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-29T16:01:37.789Z] $ docker stop --time=1 3b67c5bb887e1315f930b1d0c5d22b959f485baf70c316c54b699512d480e061 [2021-07-29T16:01:38.992Z] $ docker rm -f 3b67c5bb887e1315f930b1d0c5d22b959f485baf70c316c54b699512d480e061 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:01:39.555Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-29T16:01:39.555Z] . [Pipeline] withDockerContainer [2021-07-29T16:01:39.640Z] prd-centos7-docker-4c-2g-494 does not seem to be running inside a container [2021-07-29T16:01:39.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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-x86_64 cat [2021-07-29T16:01:40.301Z] $ docker top edc9ea8238218096fd149d537dd31170ce7870e7f2669d9c3db643da53af2a8e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T16:01:40.697Z] + go mod tidy [Pipeline] sh [2021-07-29T16:01:41.328Z] + make test [2021-07-29T16:01:41.328Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-07-29T16:01:46.914Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-07-29T16:01:46.914Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-07-29T16:01:46.914Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-07-29T16:01:46.914Z] have (string, bool, string, string) [2021-07-29T16:01:46.914Z] want (string, string) [2021-07-29T16:01:59.364Z] # edgexfoundry/app-rfid-llrp-inventory/internal/inventory [edgexfoundry/app-rfid-llrp-inventory/internal/inventory.test] [2021-07-29T16:01:59.364Z] internal/inventory/tagprocessor_test.go:23:10: undefined: logger.NewClientStdOut [2021-07-29T16:01:59.364Z] FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory [build failed] [2021-07-29T16:01:59.364Z] FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [build failed] [2021-07-29T16:01:59.638Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 0.048s coverage: 72.3% of statements [2021-07-29T16:01:59.638Z] make: *** [Makefile:30: test] Error 2 [Pipeline] } [2021-07-29T16:01:59.666Z] $ docker stop --time=1 edc9ea8238218096fd149d537dd31170ce7870e7f2669d9c3db643da53af2a8e [2021-07-29T16:02:01.168Z] $ docker rm -f edc9ea8238218096fd149d537dd31170ce7870e7f2669d9c3db643da53af2a8e [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-07-29T16:02:02.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T16:02:02.130Z] [2021-07-29T16:02:02.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:02:02.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T16:02:02.478Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-29T16:02:02.478Z] b4d181a07f80: Pulling fs layer [2021-07-29T16:02:02.478Z] a1111a8f2ec3: Pulling fs layer [2021-07-29T16:02:02.478Z] ed53099fbce6: Pulling fs layer [2021-07-29T16:02:02.478Z] dc539afda2c1: Pulling fs layer [2021-07-29T16:02:02.478Z] 77bc0d833cb6: Pulling fs layer [2021-07-29T16:02:02.478Z] 9065ff56babe: Pulling fs layer [2021-07-29T16:02:02.478Z] d287ab97295c: Pulling fs layer [2021-07-29T16:02:02.478Z] dc539afda2c1: Waiting [2021-07-29T16:02:02.478Z] 77bc0d833cb6: Waiting [2021-07-29T16:02:02.478Z] 9065ff56babe: Waiting [2021-07-29T16:02:02.478Z] d287ab97295c: Waiting [2021-07-29T16:02:03.060Z] a1111a8f2ec3: Verifying Checksum [2021-07-29T16:02:03.060Z] a1111a8f2ec3: Download complete [2021-07-29T16:02:03.060Z] dc539afda2c1: Verifying Checksum [2021-07-29T16:02:03.060Z] dc539afda2c1: Download complete [2021-07-29T16:02:03.860Z] 77bc0d833cb6: Verifying Checksum [2021-07-29T16:02:03.860Z] 77bc0d833cb6: Download complete [2021-07-29T16:02:03.860Z] 9065ff56babe: Verifying Checksum [2021-07-29T16:02:03.860Z] 9065ff56babe: Download complete [2021-07-29T16:02:04.447Z] ed53099fbce6: Verifying Checksum [2021-07-29T16:02:04.447Z] ed53099fbce6: Download complete [2021-07-29T16:02:05.405Z] b4d181a07f80: Verifying Checksum [2021-07-29T16:02:05.405Z] b4d181a07f80: Download complete [2021-07-29T16:02:06.836Z] b4d181a07f80: Pull complete [2021-07-29T16:02:06.836Z] a1111a8f2ec3: Pull complete [2021-07-29T16:02:07.102Z] ed53099fbce6: Pull complete [2021-07-29T16:02:07.102Z] dc539afda2c1: Pull complete [2021-07-29T16:02:07.687Z] 77bc0d833cb6: Pull complete [2021-07-29T16:02:07.688Z] 9065ff56babe: Pull complete [2021-07-29T16:02:10.278Z] d287ab97295c: Verifying Checksum [2021-07-29T16:02:10.278Z] d287ab97295c: Download complete [2021-07-29T16:02:14.569Z] d287ab97295c: Pull complete [2021-07-29T16:02:14.569Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-29T16:02:14.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T16:02:14.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-29T16:02:14.878Z] prd-centos7-docker-4c-2g-494 does not seem to be running inside a container [2021-07-29T16:02:15.158Z] $ 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/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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-07-29T16:02:17.902Z] $ docker top c50032bc490ac2b4e4d3135513deb515072905d15f05921607c8b908b415c497 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:02:18.622Z] ---> job-cost.sh [2021-07-29T16:02:18.622Z] lf-activate-venv: SKIPPING [2021-07-29T16:02:18.622Z] INFO: No Stack... [2021-07-29T16:02:19.598Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-29T16:02:19.873Z] INFO: Archiving Costs [Pipeline] sh [2021-07-29T16:02:20.228Z] + cat /w/workspace/app-rfid-llrp-inventory/3/archives/cost.csv [2021-07-29T16:02:20.228Z] + cut -d, -f6 [Pipeline] lock [2021-07-29T16:02:20.275Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [2021-07-29T16:02:20.283Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] did not exist. Created. [2021-07-29T16:02:20.283Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-29T16:02:20.633Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-29T16:02:20.893Z] Stashed 1 file(s) [Pipeline] } [2021-07-29T16:02:20.905Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-29T16:02:20.935Z] $ docker stop --time=1 c50032bc490ac2b4e4d3135513deb515072905d15f05921607c8b908b415c497 [2021-07-29T16:02:22.083Z] $ docker rm -f c50032bc490ac2b4e4d3135513deb515072905d15f05921607c8b908b415c497 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-29T16:02:22.417Z] Failed in branch amd64 [2021-07-29T16:02:55.130Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-496 in /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [Pipeline] { [Pipeline] ws [2021-07-29T16:02:55.149Z] Running in /w/workspace/app-rfid-llrp-inventory/3 [Pipeline] { [Pipeline] checkout [2021-07-29T16:02:55.428Z] The recommended git tool is: NONE [2021-07-29T16:03:02.933Z] using credential edgex-jenkins-ssh [2021-07-29T16:03:02.993Z] Cloning the remote Git repository [2021-07-29T16:03:03.061Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-07-29T16:03:03.206Z] > git init /w/workspace/app-rfid-llrp-inventory/3 # timeout=10 [2021-07-29T16:03:03.308Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-07-29T16:03:03.310Z] > git --version # timeout=10 [2021-07-29T16:03:03.330Z] > git --version # 'git version 2.17.1' [2021-07-29T16:03:03.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T16:03:03.412Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T16:03:06.648Z] Merging remotes/origin/main commit 5b6662352b87c3cff91568a79a832288180406c6 into PR head commit 995e5f843a6275a781fac899201523aa0866864d [2021-07-29T16:03:06.028Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-07-29T16:03:06.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T16:03:06.092Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2021-07-29T16:03:06.132Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2021-07-29T16:03:06.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T16:03:06.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/37/head:refs/remotes/origin/PR-37 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-29T16:03:06.665Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T16:03:06.690Z] > git checkout -f 995e5f843a6275a781fac899201523aa0866864d # timeout=10 [2021-07-29T16:03:06.804Z] > git remote # timeout=10 [2021-07-29T16:03:06.824Z] > git config --get remote.origin.url # timeout=10 [2021-07-29T16:03:06.841Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T16:03:06.854Z] > git merge 5b6662352b87c3cff91568a79a832288180406c6 # timeout=10 [2021-07-29T16:03:07.334Z] Merge succeeded, producing 4787fabc0094f1b92a12ca1bd761521ac18f0a26 [2021-07-29T16:03:07.334Z] Checking out Revision 4787fabc0094f1b92a12ca1bd761521ac18f0a26 (PR-37) [2021-07-29T16:03:07.306Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-29T16:03:07.336Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T16:03:07.352Z] > git checkout -f 4787fabc0094f1b92a12ca1bd761521ac18f0a26 # timeout=10 [2021-07-29T16:03:12.904Z] Commit message: "Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD" [2021-07-29T16:03:12.935Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T16:03:13.343Z] provisioning config files... [2021-07-29T16:03:13.382Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/3@tmp/config6844282998333134724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:03:12.909Z] > git rev-list --no-walk 091808e2263ba227196e31ee0c5efe0f4b782597 # timeout=10 [2021-07-29T16:03:14.097Z] ---> docker-login.sh [2021-07-29T16:03:14.097Z] nexus3.edgexfoundry.org:10001 [2021-07-29T16:03:15.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:03:15.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:03:15.717Z] Configure a credential helper to remove this warning. See [2021-07-29T16:03:15.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:03:15.717Z] [2021-07-29T16:03:15.717Z] Login Succeeded [2021-07-29T16:03:15.717Z] nexus3.edgexfoundry.org:10002 [2021-07-29T16:03:16.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:03:16.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:03:16.297Z] Configure a credential helper to remove this warning. See [2021-07-29T16:03:16.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:03:16.297Z] [2021-07-29T16:03:16.297Z] Login Succeeded [2021-07-29T16:03:16.297Z] nexus3.edgexfoundry.org:10003 [2021-07-29T16:03:16.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:03:16.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:03:16.910Z] Configure a credential helper to remove this warning. See [2021-07-29T16:03:16.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:03:16.910Z] [2021-07-29T16:03:16.910Z] Login Succeeded [2021-07-29T16:03:16.910Z] nexus3.edgexfoundry.org:10004 [2021-07-29T16:03:17.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:03:17.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:03:17.532Z] Configure a credential helper to remove this warning. See [2021-07-29T16:03:17.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:03:17.532Z] [2021-07-29T16:03:17.532Z] Login Succeeded [2021-07-29T16:03:17.532Z] docker.io [2021-07-29T16:03:18.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T16:03:18.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T16:03:18.422Z] Configure a credential helper to remove this warning. See [2021-07-29T16:03:18.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T16:03:18.422Z] [2021-07-29T16:03:18.422Z] Login Succeeded [2021-07-29T16:03:18.422Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T16:03:18.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-29T16:03:19.224Z] ========================================================= [2021-07-29T16:03:19.224Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-29T16:03:19.224Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:03:19.677Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-29T16:03:20.283Z] Sending build context to Docker daemon 20.47MB [2021-07-29T16:03:20.283Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-29T16:03:20.283Z] Step 2/10 : FROM ${BASE} AS builder [2021-07-29T16:03:21.280Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-29T16:03:21.280Z] 595b0fe564bb: Pulling fs layer [2021-07-29T16:03:21.280Z] 24495759ef45: Pulling fs layer [2021-07-29T16:03:21.280Z] d148012ef14d: Pulling fs layer [2021-07-29T16:03:21.280Z] cb65c68fc2e2: Pulling fs layer [2021-07-29T16:03:21.280Z] 093eec477d81: Pulling fs layer [2021-07-29T16:03:21.280Z] a6d5b2bbb924: Pulling fs layer [2021-07-29T16:03:21.280Z] 2446dc1eb7d3: Pulling fs layer [2021-07-29T16:03:21.280Z] 596795e73e0f: Pulling fs layer [2021-07-29T16:03:21.280Z] 093eec477d81: Waiting [2021-07-29T16:03:21.280Z] a6d5b2bbb924: Waiting [2021-07-29T16:03:21.280Z] cb65c68fc2e2: Waiting [2021-07-29T16:03:21.280Z] 2446dc1eb7d3: Waiting [2021-07-29T16:03:21.280Z] 596795e73e0f: Waiting [2021-07-29T16:03:21.280Z] d148012ef14d: Download complete [2021-07-29T16:03:21.280Z] 24495759ef45: Verifying Checksum [2021-07-29T16:03:21.280Z] 24495759ef45: Download complete [2021-07-29T16:03:21.280Z] 093eec477d81: Verifying Checksum [2021-07-29T16:03:21.280Z] 093eec477d81: Download complete [2021-07-29T16:03:21.280Z] a6d5b2bbb924: Verifying Checksum [2021-07-29T16:03:21.280Z] a6d5b2bbb924: Download complete [2021-07-29T16:03:21.280Z] 595b0fe564bb: Verifying Checksum [2021-07-29T16:03:21.280Z] 595b0fe564bb: Download complete [2021-07-29T16:03:21.280Z] 2446dc1eb7d3: Verifying Checksum [2021-07-29T16:03:21.280Z] 2446dc1eb7d3: Download complete [2021-07-29T16:03:22.312Z] 595b0fe564bb: Pull complete [2021-07-29T16:03:23.308Z] 24495759ef45: Pull complete [2021-07-29T16:03:23.589Z] d148012ef14d: Pull complete [2021-07-29T16:03:24.584Z] 596795e73e0f: Verifying Checksum [2021-07-29T16:03:24.584Z] 596795e73e0f: Download complete [2021-07-29T16:03:26.044Z] cb65c68fc2e2: Verifying Checksum [2021-07-29T16:03:26.044Z] cb65c68fc2e2: Download complete [2021-07-29T16:03:38.525Z] cb65c68fc2e2: Pull complete [2021-07-29T16:03:38.525Z] 093eec477d81: Pull complete [2021-07-29T16:03:38.525Z] a6d5b2bbb924: Pull complete [2021-07-29T16:03:38.525Z] 2446dc1eb7d3: Pull complete [2021-07-29T16:03:42.886Z] 596795e73e0f: Pull complete [2021-07-29T16:03:42.886Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-29T16:03:42.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-29T16:03:42.886Z] ---> d9e956139c92 [2021-07-29T16:03:42.886Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-07-29T16:03:47.232Z] ---> Running in c28db6c62e2e [2021-07-29T16:03:47.232Z] Removing intermediate container c28db6c62e2e [2021-07-29T16:03:47.232Z] ---> 3b2a01a6ebec [2021-07-29T16:03:47.232Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-29T16:03:47.512Z] ---> Running in 6b037c98e276 [2021-07-29T16:03:48.115Z] Removing intermediate container 6b037c98e276 [2021-07-29T16:03:48.115Z] ---> 6a6ab643031a [2021-07-29T16:03:48.115Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-29T16:03:48.115Z] ---> Running in a141af787c0b [2021-07-29T16:03:48.714Z] Removing intermediate container a141af787c0b [2021-07-29T16:03:48.714Z] ---> b66f0ee7422c [2021-07-29T16:03:48.714Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T16:03:48.989Z] ---> Running in fd179dcd72a5 [2021-07-29T16:03:52.406Z] Removing intermediate container fd179dcd72a5 [2021-07-29T16:03:52.406Z] ---> 0868ddeae450 [2021-07-29T16:03:52.406Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-29T16:03:52.406Z] ---> Running in 0f7c8d5fb247 [2021-07-29T16:03:53.869Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T16:03:54.478Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T16:03:55.940Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-07-29T16:03:55.940Z] (2/6) Installing libsodium (1.0.18-r0) [2021-07-29T16:03:55.940Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-07-29T16:03:55.940Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-07-29T16:03:56.215Z] (5/6) Installing libzmq (4.3.3-r1) [2021-07-29T16:03:56.215Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-07-29T16:03:56.215Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T16:03:56.501Z] OK: 139 MiB in 46 packages [2021-07-29T16:03:57.962Z] Removing intermediate container 0f7c8d5fb247 [2021-07-29T16:03:57.962Z] ---> 0731ad43a769 [2021-07-29T16:03:57.962Z] Step 8/10 : WORKDIR /app [2021-07-29T16:03:58.242Z] ---> Running in 01fa0d2a91cf [2021-07-29T16:03:58.850Z] Removing intermediate container 01fa0d2a91cf [2021-07-29T16:03:58.850Z] ---> f8a4af07a8d2 [2021-07-29T16:03:58.850Z] Step 9/10 : COPY . . [2021-07-29T16:04:01.527Z] ---> b935f045f520 [2021-07-29T16:04:01.527Z] Step 10/10 : RUN go mod download [2021-07-29T16:04:01.527Z] ---> Running in 8ff8fcc11a6a [2021-07-29T16:04:40.649Z] Removing intermediate container 8ff8fcc11a6a [2021-07-29T16:04:40.649Z] ---> ae2e3cab1201 [2021-07-29T16:04:40.649Z] Successfully built ae2e3cab1201 [2021-07-29T16:04:40.649Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:04:41.004Z] + docker inspect -f . ci-base-image-arm64 [2021-07-29T16:04:41.004Z] . [Pipeline] withDockerContainer [2021-07-29T16:04:41.279Z] prd-ubuntu18.04-docker-arm64-4c-16g-496 does not seem to be running inside a container [2021-07-29T16:04:41.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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-07-29T16:04:43.356Z] $ docker top e62a54b9231100bb5a78aad4cbb41856f23fabb4f52402278904c2c3cc8b9671 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T16:04:44.401Z] + go version [2021-07-29T16:04:44.402Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-29T16:04:44.431Z] $ docker stop --time=1 e62a54b9231100bb5a78aad4cbb41856f23fabb4f52402278904c2c3cc8b9671 [2021-07-29T16:04:46.400Z] $ docker rm -f e62a54b9231100bb5a78aad4cbb41856f23fabb4f52402278904c2c3cc8b9671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:04:47.352Z] + docker inspect -f . ci-base-image-arm64 [2021-07-29T16:04:47.353Z] . [Pipeline] withDockerContainer [2021-07-29T16:04:47.645Z] prd-ubuntu18.04-docker-arm64-4c-16g-496 does not seem to be running inside a container [2021-07-29T16:04:47.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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-07-29T16:04:49.502Z] $ docker top 008989125cc8914687d228468a7a47096d88db869454a8116bc07564614b8259 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T16:04:50.535Z] + go mod tidy [Pipeline] sh [2021-07-29T16:04:51.824Z] + make test [2021-07-29T16:04:51.824Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-07-29T16:05:14.132Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-07-29T16:05:14.132Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-07-29T16:05:14.132Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-07-29T16:05:14.132Z] have (string, bool, string, string) [2021-07-29T16:05:14.132Z] want (string, string) [2021-07-29T16:06:01.219Z] # edgexfoundry/app-rfid-llrp-inventory/internal/inventory [edgexfoundry/app-rfid-llrp-inventory/internal/inventory.test] [2021-07-29T16:06:01.219Z] internal/inventory/tagprocessor_test.go:23:10: undefined: logger.NewClientStdOut [2021-07-29T16:06:01.219Z] FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory [build failed] [2021-07-29T16:06:01.219Z] FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [build failed] [2021-07-29T16:06:02.211Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 0.298s coverage: 72.3% of statements [2021-07-29T16:06:02.486Z] make: *** [Makefile:30: test] Error 2 [Pipeline] } [2021-07-29T16:06:02.509Z] $ docker stop --time=1 008989125cc8914687d228468a7a47096d88db869454a8116bc07564614b8259 [2021-07-29T16:06:05.047Z] $ docker rm -f 008989125cc8914687d228468a7a47096d88db869454a8116bc07564614b8259 [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-07-29T16:06:06.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T16:06:06.765Z] [2021-07-29T16:06:06.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:06:07.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T16:06:07.742Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-29T16:06:07.742Z] 448f6bf000e3: Pulling fs layer [2021-07-29T16:06:07.742Z] f757da607395: Pulling fs layer [2021-07-29T16:06:07.742Z] 05883995daec: Pulling fs layer [2021-07-29T16:06:07.742Z] 8603b9c90790: Pulling fs layer [2021-07-29T16:06:07.742Z] 1560dd03e051: Pulling fs layer [2021-07-29T16:06:07.742Z] 27f5ce0e4adf: Pulling fs layer [2021-07-29T16:06:07.742Z] c2d8d7efcc4b: Pulling fs layer [2021-07-29T16:06:07.742Z] 8603b9c90790: Waiting [2021-07-29T16:06:07.742Z] 1560dd03e051: Waiting [2021-07-29T16:06:07.742Z] 27f5ce0e4adf: Waiting [2021-07-29T16:06:07.742Z] c2d8d7efcc4b: Waiting [2021-07-29T16:06:08.351Z] 05883995daec: Verifying Checksum [2021-07-29T16:06:08.351Z] 05883995daec: Download complete [2021-07-29T16:06:08.352Z] 8603b9c90790: Verifying Checksum [2021-07-29T16:06:08.352Z] 8603b9c90790: Download complete [2021-07-29T16:06:08.352Z] f757da607395: Verifying Checksum [2021-07-29T16:06:08.352Z] f757da607395: Download complete [2021-07-29T16:06:08.352Z] 27f5ce0e4adf: Verifying Checksum [2021-07-29T16:06:08.352Z] 27f5ce0e4adf: Download complete [2021-07-29T16:06:08.352Z] 1560dd03e051: Verifying Checksum [2021-07-29T16:06:08.352Z] 1560dd03e051: Download complete [2021-07-29T16:06:09.438Z] 448f6bf000e3: Download complete [2021-07-29T16:06:13.867Z] c2d8d7efcc4b: Verifying Checksum [2021-07-29T16:06:13.867Z] c2d8d7efcc4b: Download complete [2021-07-29T16:06:13.867Z] 448f6bf000e3: Pull complete [2021-07-29T16:06:14.868Z] f757da607395: Pull complete [2021-07-29T16:06:16.867Z] 05883995daec: Pull complete [2021-07-29T16:06:16.867Z] 8603b9c90790: Pull complete [2021-07-29T16:06:17.860Z] 1560dd03e051: Pull complete [2021-07-29T16:06:18.464Z] 27f5ce0e4adf: Pull complete [2021-07-29T16:06:33.585Z] c2d8d7efcc4b: Pull complete [2021-07-29T16:06:33.585Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-29T16:06:33.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T16:06:33.585Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-29T16:06:33.831Z] prd-ubuntu18.04-docker-arm64-4c-16g-496 does not seem to be running inside a container [2021-07-29T16:06:33.920Z] $ 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/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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-07-29T16:06:38.633Z] $ docker top 44a766fa923e420868e6995318304fe77d7fca18ecdec4c8325ef686cda7aedc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:06:39.706Z] ---> job-cost.sh [2021-07-29T16:06:39.707Z] lf-activate-venv: SKIPPING [2021-07-29T16:06:39.707Z] INFO: No Stack... [2021-07-29T16:06:41.153Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-29T16:06:41.431Z] INFO: Archiving Costs [Pipeline] sh [2021-07-29T16:06:42.111Z] + cut -d, -f6 [2021-07-29T16:06:42.111Z] + cat /w/workspace/app-rfid-llrp-inventory/3/archives/cost.csv [Pipeline] lock [2021-07-29T16:06:42.191Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [2021-07-29T16:06:42.204Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] did not exist. Created. [2021-07-29T16:06:42.204Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-29T16:06:42.918Z] /w/workspace/app-rfid-llrp-inventory/3@tmp/durable-94c393b3/script.sh: 1: /w/workspace/app-rfid-llrp-inventory/3@tmp/durable-94c393b3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-29T16:06:43.607Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-29T16:06:43.641Z] Warning: overwriting stash ‘stack-cost’ [2021-07-29T16:06:44.346Z] Stashed 1 file(s) [Pipeline] } [2021-07-29T16:06:44.360Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-29T16:06:44.385Z] $ docker stop --time=1 44a766fa923e420868e6995318304fe77d7fca18ecdec4c8325ef686cda7aedc [2021-07-29T16:06:46.159Z] $ docker rm -f 44a766fa923e420868e6995318304fe77d7fca18ecdec4c8325ef686cda7aedc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-29T16:06:46.753Z] 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] libraryResource [Pipeline] sh [2021-07-29T16:06:48.384Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:06:49.184Z] ---> package-listing.sh [2021-07-29T16:06:49.184Z] ++ facter osfamily [2021-07-29T16:06:49.184Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-29T16:06:49.451Z] + OS_FAMILY=redhat [2021-07-29T16:06:49.451Z] + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-37 [2021-07-29T16:06:49.451Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-29T16:06:49.451Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-29T16:06:49.451Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-29T16:06:49.451Z] + PACKAGES=/tmp/packages_start.txt [2021-07-29T16:06:49.451Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-37 ']' [2021-07-29T16:06:49.451Z] + PACKAGES=/tmp/packages_end.txt [2021-07-29T16:06:49.451Z] + case "${OS_FAMILY}" in [2021-07-29T16:06:49.451Z] + sort [2021-07-29T16:06:49.451Z] + rpm -qa [2021-07-29T16:06:50.043Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-29T16:06:50.043Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-29T16:06:50.043Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-29T16:06:50.043Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-37 ']' [2021-07-29T16:06:50.043Z] + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-37/archives/ [2021-07-29T16:06:50.043Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-37/archives/ [Pipeline] echo [2021-07-29T16:06:50.060Z] 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-37/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-29T16:06:50.369Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:06:50.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T16:06:50.959Z] [2021-07-29T16:06:50.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T16:06:51.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T16:06:51.295Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-29T16:06:51.295Z] b4d181a07f80: Pulling fs layer [2021-07-29T16:06:51.295Z] a1111a8f2ec3: Pulling fs layer [2021-07-29T16:06:51.295Z] ed53099fbce6: Pulling fs layer [2021-07-29T16:06:51.295Z] dc539afda2c1: Pulling fs layer [2021-07-29T16:06:51.295Z] 77bc0d833cb6: Pulling fs layer [2021-07-29T16:06:51.295Z] 9065ff56babe: Pulling fs layer [2021-07-29T16:06:51.295Z] d287ab97295c: Pulling fs layer [2021-07-29T16:06:51.295Z] 77bc0d833cb6: Waiting [2021-07-29T16:06:51.295Z] 9065ff56babe: Waiting [2021-07-29T16:06:51.295Z] d287ab97295c: Waiting [2021-07-29T16:06:51.295Z] dc539afda2c1: Waiting [2021-07-29T16:06:51.561Z] a1111a8f2ec3: Verifying Checksum [2021-07-29T16:06:51.561Z] a1111a8f2ec3: Download complete [2021-07-29T16:06:51.827Z] dc539afda2c1: Verifying Checksum [2021-07-29T16:06:51.827Z] dc539afda2c1: Download complete [2021-07-29T16:06:52.094Z] 77bc0d833cb6: Verifying Checksum [2021-07-29T16:06:52.094Z] 77bc0d833cb6: Download complete [2021-07-29T16:06:52.094Z] 9065ff56babe: Verifying Checksum [2021-07-29T16:06:52.094Z] 9065ff56babe: Download complete [2021-07-29T16:06:52.094Z] ed53099fbce6: Verifying Checksum [2021-07-29T16:06:52.094Z] ed53099fbce6: Download complete [2021-07-29T16:06:53.509Z] b4d181a07f80: Verifying Checksum [2021-07-29T16:06:53.509Z] b4d181a07f80: Download complete [2021-07-29T16:06:54.479Z] b4d181a07f80: Pull complete [2021-07-29T16:06:54.752Z] a1111a8f2ec3: Pull complete [2021-07-29T16:06:55.336Z] ed53099fbce6: Pull complete [2021-07-29T16:06:55.336Z] dc539afda2c1: Pull complete [2021-07-29T16:06:55.601Z] 77bc0d833cb6: Pull complete [2021-07-29T16:06:55.602Z] 9065ff56babe: Pull complete [2021-07-29T16:06:58.191Z] d287ab97295c: Verifying Checksum [2021-07-29T16:06:58.191Z] d287ab97295c: Download complete [2021-07-29T16:07:02.696Z] d287ab97295c: Pull complete [2021-07-29T16:07:02.696Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-29T16:07:02.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T16:07:02.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-29T16:07:02.788Z] prd-centos7-docker-4c-2g-491 does not seem to be running inside a container [2021-07-29T16:07:02.847Z] $ 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-37/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-37 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37:/w/workspace/ry_app-rfid-llrp-inventory_PR-37:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-29T16:07:05.472Z] $ docker top ebdface51c8c930ddb2600b97b4cf0ec9f7105aa3cca603d8fdaa13f7a3358a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T16:07:05.874Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-29T16:07:06.223Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-29T16:07:06.538Z] + ls /var/log/sa-host [2021-07-29T16:07:06.538Z] + sadf -c /var/log/sa-host/sa05 [2021-07-29T16:07:06.538Z] file_magic: OK [2021-07-29T16:07:06.538Z] HZ: Using current value: 100 [2021-07-29T16:07:06.538Z] file_header: OK [2021-07-29T16:07:06.538Z] 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-07-29T16:07:06.538Z] Statistics: [2021-07-29T16:07:06.538Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-29T16:07:06.538Z] File successfully converted to sysstat format version 12.0.3 [2021-07-29T16:07:06.538Z] + sadf -c /var/log/sa-host/sa29 [2021-07-29T16:07:06.538Z] file_magic: OK [2021-07-29T16:07:06.538Z] HZ: Using current value: 100 [2021-07-29T16:07:06.538Z] file_header: OK [2021-07-29T16:07:06.538Z] 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-07-29T16:07:06.538Z] Statistics: [2021-07-29T16:07:06.538Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-29T16:07:06.538Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T16:07:06.724Z] provisioning config files... [2021-07-29T16:07:06.740Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/config3851484692999129558tmp [Pipeline] { [Pipeline] echo [2021-07-29T16:07:06.767Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:07:07.102Z] ---> create-netrc.sh [Pipeline] } [2021-07-29T16:07:07.114Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:07:07.508Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-29T16:07:07.522Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:07:07.844Z] ---> sudo-logs.sh [2021-07-29T16:07:07.844Z] Archiving 'sudo' log.. [2021-07-29T16:07:07.844Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-491.vexxhost.local: Name or service not known [2021-07-29T16:07:07.844Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-491.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-29T16:07:07.893Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:07:08.221Z] ---> job-cost.sh [2021-07-29T16:07:08.221Z] lf-activate-venv: SKIPPING [2021-07-29T16:07:08.221Z] DEBUG: total: 0.18000000715255737 [2021-07-29T16:07:08.221Z] INFO: Retrieving Stack Cost... [2021-07-29T16:07:09.186Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-29T16:07:09.453Z] INFO: Archiving Costs [Pipeline] echo [2021-07-29T16:07:09.471Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T16:07:09.794Z] ---> logs-deploy.sh [2021-07-29T16:07:09.794Z] lf-activate-venv: SKIPPING [2021-07-29T16:07:09.794Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-37/3 [2021-07-29T16:07:09.794Z] INFO: archiving workspace using pattern(s): [2021-07-29T16:07:10.381Z] Archives upload complete. [2021-07-29T16:07:10.649Z] INFO: archiving logs to Nexus