Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+8772bf5ecf140d7d98adf4840c23e305e8e551a6 (fb2d9d855554c98801d03b17f40fa727e558e13d) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh221003044086349172.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh536992520674228826.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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh883940193697217951.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8853792573837033722.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1288899004843329956.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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:device-rfid-llrp-go, 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: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go 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: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1725 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/oundry_device-rfid-llrp-go_PR-29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh685983783986843128.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh2908248667278365748.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8772bf5ecf140d7d98adf4840c23e305e8e551a6 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing 22af1417e24e5012a350c1c7c8ad513f2515d8f3 Checking out Revision 22af1417e24e5012a350c1c7c8ad513f2515d8f3 (PR-29) > git config core.sparsecheckout # timeout=10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh1208107946805792020.key > git merge 8772bf5ecf140d7d98adf4840c23e305e8e551a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22af1417e24e5012a350c1c7c8ad513f2515d8f3 # timeout=10 Commit message: "Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD" > git rev-list --no-walk 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-16T17:07:53.315Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-16T17:07:53.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-16T17:07:53.449Z] ========================================================= [2021-06-16T17:07:53.449Z] EdgeX Global Pipelines Version Info [2021-06-16T17:07:53.449Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:07:54.944Z] ------------------- [2021-06-16T17:07:54.944Z] stable info: [2021-06-16T17:07:54.944Z] ------------------- [2021-06-16T17:07:54.944Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-16T17:07:54.944Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T17:07:54.944Z] Message: update stable to v1.0.195 [2021-06-16T17:07:55.517Z] ------------------- [2021-06-16T17:07:55.517Z] experimental info: [2021-06-16T17:07:55.517Z] ------------------- [2021-06-16T17:07:55.517Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-16T17:07:55.517Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T17:07:55.517Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-16T17:07:55.638Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2021-06-16T17:07:55.670Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2021-06-16T17:07:55.700Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-16T17:07:55.725Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-16T17:07:55.749Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-16T17:07:55.772Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-16T17:07:55.796Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-16T17:07:55.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-16T17:07:55.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-16T17:07:55.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-16T17:07:55.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-16T17:07:55.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2021-06-16T17:07:55.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-16T17:07:55.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-16T17:07:55.988Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-16T17:07:56.013Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-16T17:07:56.037Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-16T17:07:56.062Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-16T17:07:56.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-16T17:07:56.109Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-06-16T17:07:56.134Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-16T17:07:56.159Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-16T17:07:56.183Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-16T17:07:56.208Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-16T17:07:56.231Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-16T17:07:56.254Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-16T17:07:56.277Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo [2021-06-16T17:07:56.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo [2021-06-16T17:07:56.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo [2021-06-16T17:07:56.355Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22af1417e24e5012a350c1c7c8ad513f2515d8f3 [Pipeline] echo [2021-06-16T17:07:56.380Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22af141 [Pipeline] echo [2021-06-16T17:07:56.409Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T17:07:56.501Z] provisioning config files... [2021-06-16T17:07:56.520Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config3141790702495942189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:07:56.850Z] ---> docker-login.sh [2021-06-16T17:07:56.850Z] nexus3.edgexfoundry.org:10001 [2021-06-16T17:07:57.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:07:57.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:07:57.111Z] Configure a credential helper to remove this warning. See [2021-06-16T17:07:57.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:07:57.111Z] [2021-06-16T17:07:57.111Z] Login Succeeded [2021-06-16T17:07:57.111Z] nexus3.edgexfoundry.org:10002 [2021-06-16T17:07:57.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:07:57.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:07:57.379Z] Configure a credential helper to remove this warning. See [2021-06-16T17:07:57.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:07:57.379Z] [2021-06-16T17:07:57.379Z] Login Succeeded [2021-06-16T17:07:57.379Z] nexus3.edgexfoundry.org:10003 [2021-06-16T17:07:57.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:07:57.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:07:57.379Z] Configure a credential helper to remove this warning. See [2021-06-16T17:07:57.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:07:57.379Z] [2021-06-16T17:07:57.379Z] Login Succeeded [2021-06-16T17:07:57.379Z] nexus3.edgexfoundry.org:10004 [2021-06-16T17:07:57.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:07:57.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:07:57.641Z] Configure a credential helper to remove this warning. See [2021-06-16T17:07:57.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:07:57.641Z] [2021-06-16T17:07:57.641Z] Login Succeeded [2021-06-16T17:07:57.641Z] docker.io [2021-06-16T17:07:57.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:07:57.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:07:57.902Z] Configure a credential helper to remove this warning. See [2021-06-16T17:07:57.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:07:57.902Z] [2021-06-16T17:07:57.902Z] Login Succeeded [2021-06-16T17:07:57.902Z] ---> docker-login.sh ends [Pipeline] } [2021-06-16T17:07:57.913Z] 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-06-16T17:07:58.444Z] + git log --format=format:%s -1 22af1417e24e5012a350c1c7c8ad513f2515d8f3 [Pipeline] echo [2021-06-16T17:07:58.484Z] GIT_COMMIT: 22af1417e24e5012a350c1c7c8ad513f2515d8f3, Commit Message: Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD [Pipeline] echo [2021-06-16T17:07:58.499Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:08:01.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T17:08:01.102Z] [2021-06-16T17:08:01.102Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:08:01.419Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T17:08:01.419Z] latest: Pulling from edgex-devops/git-semver [2021-06-16T17:08:01.419Z] 31603596830f: Pulling fs layer [2021-06-16T17:08:01.419Z] 54011a49482f: Pulling fs layer [2021-06-16T17:08:01.419Z] a6820b24f6d8: Pulling fs layer [2021-06-16T17:08:01.419Z] f581987b2513: Pulling fs layer [2021-06-16T17:08:01.419Z] f581987b2513: Waiting [2021-06-16T17:08:01.419Z] 54011a49482f: Verifying Checksum [2021-06-16T17:08:01.419Z] 54011a49482f: Download complete [2021-06-16T17:08:01.688Z] 31603596830f: Verifying Checksum [2021-06-16T17:08:01.688Z] 31603596830f: Download complete [2021-06-16T17:08:01.688Z] f581987b2513: Verifying Checksum [2021-06-16T17:08:01.688Z] f581987b2513: Download complete [2021-06-16T17:08:01.688Z] a6820b24f6d8: Verifying Checksum [2021-06-16T17:08:01.688Z] a6820b24f6d8: Download complete [2021-06-16T17:08:01.688Z] 31603596830f: Pull complete [2021-06-16T17:08:01.959Z] 54011a49482f: Pull complete [2021-06-16T17:08:02.536Z] a6820b24f6d8: Pull complete [2021-06-16T17:08:02.536Z] f581987b2513: Pull complete [2021-06-16T17:08:02.536Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-16T17:08:02.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T17:08:02.802Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-16T17:08:02.892Z] prd-centos7-docker-4c-2g-1725 does not seem to be running inside a container [2021-06-16T17:08:02.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-16T17:08:04.056Z] $ docker top e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-16T17:08:04.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-16T17:08:04.184Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-16T17:08:04.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-16T17:08:04.295Z] $ docker exec e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent [2021-06-16T17:08:04.424Z] SSH_AUTH_SOCK=/tmp/ssh-VoCbis0lPMmv/agent.15 [2021-06-16T17:08:04.424Z] SSH_AGENT_PID=22 [2021-06-16T17:08:04.436Z] Running ssh-add (command line suppressed) [2021-06-16T17:08:04.542Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3308679776206431029.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3308679776206431029.key) [2021-06-16T17:08:04.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-16T17:08:04.861Z] + git tag --points-at HEAD [Pipeline] } [2021-06-16T17:08:04.875Z] $ docker exec --env ******** --env ******** e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent -k [2021-06-16T17:08:04.973Z] unset SSH_AUTH_SOCK; [2021-06-16T17:08:04.974Z] unset SSH_AGENT_PID; [2021-06-16T17:08:04.974Z] echo Agent pid 22 killed; [2021-06-16T17:08:04.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-16T17:08:05.031Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-16T17:08:05.032Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-16T17:08:05.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-16T17:08:05.137Z] $ docker exec e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent [2021-06-16T17:08:05.249Z] SSH_AUTH_SOCK=/tmp/ssh-QBmjX9OCyfHR/agent.55 [2021-06-16T17:08:05.249Z] SSH_AGENT_PID=62 [2021-06-16T17:08:05.256Z] Running ssh-add (command line suppressed) [2021-06-16T17:08:05.350Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2711797448059303089.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2711797448059303089.key) [2021-06-16T17:08:05.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-16T17:08:05.677Z] + git semver init [2021-06-16T17:08:05.677Z] # -> Open(): unable to determine branch for HEAD [2021-06-16T17:08:05.677Z] # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git [2021-06-16T17:08:05.677Z] # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-06-16T17:08:05.677Z] # $SEMVER_REMOTE_NAME = origin [2021-06-16T17:08:05.677Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-16T17:08:05.677Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-16T17:08:05.677Z] # $SEMVER_BRANCH = PR-29 [2021-06-16T17:08:05.677Z] # $SEMVER_TEMP = /tmp/semver-892105205 [2021-06-16T17:08:05.677Z] # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP [2021-06-16T17:08:07.078Z] # '/tmp/semver-892105205' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' [2021-06-16T17:08:07.078Z] # -> Force: false [2021-06-16T17:08:07.078Z] # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } [2021-06-16T17:08:07.084Z] $ docker exec --env ******** --env ******** e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent -k [2021-06-16T17:08:07.188Z] unset SSH_AUTH_SOCK; [2021-06-16T17:08:07.188Z] unset SSH_AGENT_PID; [2021-06-16T17:08:07.188Z] echo Agent pid 62 killed; [2021-06-16T17:08:07.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-16T17:08:07.533Z] + git semver [Pipeline] } [2021-06-16T17:08:07.545Z] $ docker stop --time=1 e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 [2021-06-16T17:08:08.761Z] $ docker rm -f e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T17:08:09.126Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-16T17:08:09.390Z] Stashed 1 file(s) [Pipeline] echo [2021-06-16T17:08:09.394Z] [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-06-16T17:08:24.620Z] Still waiting to schedule task [2021-06-16T17:08:24.620Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-16T17:08:24.623Z] Still waiting to schedule task [2021-06-16T17:08:24.623Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-06-16T17:10:14.880Z] Running on prd-centos7-docker-4c-2g-1729 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-06-16T17:10:14.901Z] Running in /w/workspace/device-rfid-llrp-go/6 [Pipeline] { [Pipeline] checkout [2021-06-16T17:10:15.033Z] Selected Git installation does not exist. Using Default [2021-06-16T17:10:15.033Z] The recommended git tool is: NONE [2021-06-16T17:10:17.458Z] using credential edgex-jenkins-ssh [2021-06-16T17:10:17.471Z] Cloning the remote Git repository [2021-06-16T17:10:17.118Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-16T17:10:17.194Z] > git init /w/workspace/device-rfid-llrp-go/6 # timeout=10 [2021-06-16T17:10:17.235Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-16T17:10:17.235Z] > git --version # timeout=10 [2021-06-16T17:10:17.243Z] > git --version # 'git version 2.24.4' [2021-06-16T17:10:17.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T17:10:17.267Z] [INFO] Currently running in a labeled security context [2021-06-16T17:10:17.267Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-16T17:10:17.268Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/6@tmp/jenkins-gitclient-ssh3833182480925334750.key [2021-06-16T17:10:17.285Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T17:10:18.006Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-16T17:10:18.016Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T17:10:18.031Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-16T17:10:18.041Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-16T17:10:18.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T17:10:18.043Z] [INFO] Currently running in a labeled security context [2021-06-16T17:10:18.044Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-16T17:10:18.044Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/6@tmp/jenkins-gitclient-ssh897209228964765810.key [2021-06-16T17:10:18.056Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-16T17:10:18.706Z] Merging remotes/origin/master commit 8772bf5ecf140d7d98adf4840c23e305e8e551a6 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-06-16T17:10:18.816Z] Merge succeeded, producing 000ab8fbe9f334637d7fed884b4062cc71b550fd [2021-06-16T17:10:18.817Z] Checking out Revision 000ab8fbe9f334637d7fed884b4062cc71b550fd (PR-29) [2021-06-16T17:10:18.444Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T17:10:18.458Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-06-16T17:10:18.495Z] > git remote # timeout=10 [2021-06-16T17:10:18.501Z] > git config --get remote.origin.url # timeout=10 [2021-06-16T17:10:18.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T17:10:18.509Z] [INFO] Currently running in a labeled security context [2021-06-16T17:10:18.509Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-16T17:10:18.509Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/6@tmp/jenkins-gitclient-ssh5369274232667572114.key [2021-06-16T17:10:18.514Z] > git merge 8772bf5ecf140d7d98adf4840c23e305e8e551a6 # timeout=10 [2021-06-16T17:10:18.544Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-16T17:10:18.558Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T17:10:18.565Z] > git checkout -f 000ab8fbe9f334637d7fed884b4062cc71b550fd # timeout=10 [2021-06-16T17:10:22.185Z] Commit message: "Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD" [2021-06-16T17:10:22.184Z] > git rev-list --no-walk 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-16T17:10:23.551Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-16T17:10:23.874Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-16T17:10:24.173Z] + sudo service docker restart [2021-06-16T17:10:24.173Z] + true [2021-06-16T17:10:24.173Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T17:10:40.818Z] provisioning config files... [2021-06-16T17:10:40.838Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/6@tmp/config6759378773886597512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:10:41.167Z] ---> docker-login.sh [2021-06-16T17:10:41.167Z] nexus3.edgexfoundry.org:10001 [2021-06-16T17:10:41.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:10:41.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:10:41.428Z] Configure a credential helper to remove this warning. See [2021-06-16T17:10:41.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:10:41.428Z] [2021-06-16T17:10:41.428Z] Login Succeeded [2021-06-16T17:10:41.428Z] nexus3.edgexfoundry.org:10002 [2021-06-16T17:10:41.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:10:41.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:10:41.428Z] Configure a credential helper to remove this warning. See [2021-06-16T17:10:41.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:10:41.428Z] [2021-06-16T17:10:41.428Z] Login Succeeded [2021-06-16T17:10:41.428Z] nexus3.edgexfoundry.org:10003 [2021-06-16T17:10:41.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:10:41.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:10:41.694Z] Configure a credential helper to remove this warning. See [2021-06-16T17:10:41.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:10:41.694Z] [2021-06-16T17:10:41.694Z] Login Succeeded [2021-06-16T17:10:41.694Z] nexus3.edgexfoundry.org:10004 [2021-06-16T17:10:41.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:10:41.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:10:41.694Z] Configure a credential helper to remove this warning. See [2021-06-16T17:10:41.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:10:41.694Z] [2021-06-16T17:10:41.694Z] Login Succeeded [2021-06-16T17:10:41.694Z] docker.io [2021-06-16T17:10:41.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:10:42.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:10:42.219Z] Configure a credential helper to remove this warning. See [2021-06-16T17:10:42.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:10:42.219Z] [2021-06-16T17:10:42.219Z] Login Succeeded [2021-06-16T17:10:42.219Z] ---> docker-login.sh ends [Pipeline] } [2021-06-16T17:10:42.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-16T17:10:42.405Z] ========================================================= [2021-06-16T17:10:42.405Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-16T17:10:42.405Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:10:42.723Z] + 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-06-16T17:10:42.723Z] Sending build context to Docker daemon 1.197MB [2021-06-16T17:10:42.723Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-06-16T17:10:42.723Z] Step 2/10 : FROM ${BASE} [2021-06-16T17:10:42.723Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-16T17:10:42.723Z] 540db60ca938: Pulling fs layer [2021-06-16T17:10:42.723Z] adcc1eea9eea: Pulling fs layer [2021-06-16T17:10:42.723Z] 4c4ab2625f07: Pulling fs layer [2021-06-16T17:10:42.723Z] 0510c868ecb4: Pulling fs layer [2021-06-16T17:10:42.723Z] afea3b2eda06: Pulling fs layer [2021-06-16T17:10:42.723Z] 7809a108b3ef: Pulling fs layer [2021-06-16T17:10:42.723Z] f706445af74f: Pulling fs layer [2021-06-16T17:10:42.723Z] afea3b2eda06: Waiting [2021-06-16T17:10:42.723Z] 7809a108b3ef: Waiting [2021-06-16T17:10:42.723Z] f706445af74f: Waiting [2021-06-16T17:10:42.723Z] 0510c868ecb4: Waiting [2021-06-16T17:10:42.723Z] 4c4ab2625f07: Verifying Checksum [2021-06-16T17:10:42.723Z] 4c4ab2625f07: Download complete [2021-06-16T17:10:42.723Z] adcc1eea9eea: Verifying Checksum [2021-06-16T17:10:42.723Z] adcc1eea9eea: Download complete [2021-06-16T17:10:42.985Z] afea3b2eda06: Download complete [2021-06-16T17:10:42.985Z] 7809a108b3ef: Verifying Checksum [2021-06-16T17:10:42.985Z] 7809a108b3ef: Download complete [2021-06-16T17:10:42.985Z] 540db60ca938: Verifying Checksum [2021-06-16T17:10:42.985Z] 540db60ca938: Download complete [2021-06-16T17:10:43.247Z] 540db60ca938: Pull complete [2021-06-16T17:10:43.247Z] adcc1eea9eea: Pull complete [2021-06-16T17:10:43.510Z] 4c4ab2625f07: Pull complete [2021-06-16T17:10:44.082Z] f706445af74f: Verifying Checksum [2021-06-16T17:10:44.082Z] f706445af74f: Download complete [2021-06-16T17:10:44.667Z] 0510c868ecb4: Verifying Checksum [2021-06-16T17:10:44.667Z] 0510c868ecb4: Download complete [2021-06-16T17:10:47.997Z] 0510c868ecb4: Pull complete [2021-06-16T17:10:47.997Z] afea3b2eda06: Pull complete [2021-06-16T17:10:47.997Z] 7809a108b3ef: Pull complete [2021-06-16T17:10:49.388Z] f706445af74f: Pull complete [2021-06-16T17:10:49.388Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-16T17:10:49.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-16T17:10:49.388Z] ---> b068be0155e3 [2021-06-16T17:10:49.388Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-06-16T17:10:52.697Z] ---> Running in 0de721926c9c [2021-06-16T17:10:52.697Z] Removing intermediate container 0de721926c9c [2021-06-16T17:10:52.697Z] ---> 40683a0b3bee [2021-06-16T17:10:52.697Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-06-16T17:10:52.697Z] ---> Running in d539a015a8f5 [2021-06-16T17:10:52.697Z] Removing intermediate container d539a015a8f5 [2021-06-16T17:10:52.697Z] ---> e44dbf6bdffe [2021-06-16T17:10:52.697Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-06-16T17:10:52.966Z] ---> Running in 4c9b08aea940 [2021-06-16T17:10:52.966Z] Removing intermediate container 4c9b08aea940 [2021-06-16T17:10:52.966Z] ---> 8e428347e30f [2021-06-16T17:10:52.966Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T17:10:52.966Z] ---> Running in afc08175d4da [2021-06-16T17:10:53.542Z] Removing intermediate container afc08175d4da [2021-06-16T17:10:53.542Z] ---> d48530007341 [2021-06-16T17:10:53.542Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-16T17:10:53.542Z] ---> Running in b19b80adeabd [2021-06-16T17:10:53.805Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T17:10:54.751Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T17:10:55.012Z] OK: 149 MiB in 40 packages [2021-06-16T17:10:55.275Z] Removing intermediate container b19b80adeabd [2021-06-16T17:10:55.275Z] ---> 03be187ff2b7 [2021-06-16T17:10:55.275Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-06-16T17:10:55.275Z] ---> Running in df3c439b0b2d [2021-06-16T17:10:55.536Z] Removing intermediate container df3c439b0b2d [2021-06-16T17:10:55.536Z] ---> 5d05f634bc7e [2021-06-16T17:10:55.536Z] Step 9/10 : COPY . . [2021-06-16T17:10:55.800Z] ---> 6f27f5c59bbe [2021-06-16T17:10:55.801Z] Step 10/10 : RUN go mod download [2021-06-16T17:10:55.801Z] ---> Running in ed1b430c05cd [2021-06-16T17:11:07.568Z] Removing intermediate container ed1b430c05cd [2021-06-16T17:11:07.568Z] ---> 0f3a9da78863 [2021-06-16T17:11:07.568Z] Successfully built 0f3a9da78863 [2021-06-16T17:11:07.568Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:11:07.888Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-16T17:11:07.888Z] . [Pipeline] withDockerContainer [2021-06-16T17:11:07.969Z] prd-centos7-docker-4c-2g-1729 does not seem to be running inside a container [2021-06-16T17:11:08.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-16T17:11:08.373Z] $ docker top 3b9d27ca36e16d610df7f2e920a0b8220f40d69585784a28c2a8def329b765ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T17:11:08.766Z] + go version [2021-06-16T17:11:08.766Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-16T17:11:08.775Z] $ docker stop --time=1 3b9d27ca36e16d610df7f2e920a0b8220f40d69585784a28c2a8def329b765ff [2021-06-16T17:11:09.959Z] $ docker rm -f 3b9d27ca36e16d610df7f2e920a0b8220f40d69585784a28c2a8def329b765ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:11:10.531Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-16T17:11:10.532Z] . [Pipeline] withDockerContainer [2021-06-16T17:11:10.615Z] prd-centos7-docker-4c-2g-1729 does not seem to be running inside a container [2021-06-16T17:11:10.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-16T17:11:11.064Z] $ docker top 51d7fc20fc9641931795b447be56cb700a75862e099656397a34d10dbe2cf6f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T17:11:11.520Z] + go mod tidy [Pipeline] sh [2021-06-16T17:11:12.166Z] + make test [2021-06-16T17:11:12.166Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-16T17:11:12.444Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-06-16T17:11:17.833Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-06-16T17:11:17.833Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-06-16T17:11:17.833Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-06-16T17:11:17.833Z] have (string, bool, string, string) [2021-06-16T17:11:17.833Z] want (string, string) [2021-06-16T17:11:24.506Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-06-16T17:11:25.077Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.234s coverage: 52.0% of statements [2021-06-16T17:11:25.077Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.005s coverage: 95.5% of statements [2021-06-16T17:11:25.077Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-06-16T17:11:25.089Z] $ docker stop --time=1 51d7fc20fc9641931795b447be56cb700a75862e099656397a34d10dbe2cf6f8 [2021-06-16T17:11:26.458Z] $ docker rm -f 51d7fc20fc9641931795b447be56cb700a75862e099656397a34d10dbe2cf6f8 [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] libraryResource [Pipeline] sh [2021-06-16T17:11:27.439Z] ---> job-cost.sh [2021-06-16T17:11:27.439Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2GzC [2021-06-16T17:11:35.605Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-16T17:11:49.892Z] lf-activate-venv(): INFO: Adding /tmp/venv-2GzC/bin to PATH [2021-06-16T17:11:49.892Z] INFO: No Stack... [2021-06-16T17:11:49.892Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-16T17:11:49.892Z] INFO: Archiving Costs [Pipeline] sh [2021-06-16T17:11:50.202Z] + cat /w/workspace/device-rfid-llrp-go/6/archives/cost.csv [2021-06-16T17:11:50.202Z] + cut -d, -f6 [Pipeline] lock [2021-06-16T17:11:50.235Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [2021-06-16T17:11:50.247Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] did not exist. Created. [2021-06-16T17:11:50.247Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-16T17:11:50.577Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-16T17:11:50.603Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1730 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-06-16T17:11:50.625Z] Running in /w/workspace/device-rfid-llrp-go/6 [Pipeline] { [Pipeline] checkout [2021-06-16T17:11:50.798Z] Selected Git installation does not exist. Using Default [2021-06-16T17:11:50.798Z] The recommended git tool is: NONE [2021-06-16T17:11:50.802Z] Stashed 1 file(s) [Pipeline] } [2021-06-16T17:11:50.829Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-16T17:11:51.094Z] Failed in branch amd64 [2021-06-16T17:11:58.417Z] using credential edgex-jenkins-ssh [2021-06-16T17:11:58.448Z] Cloning the remote Git repository [2021-06-16T17:11:58.502Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-16T17:11:58.636Z] > git init /w/workspace/device-rfid-llrp-go/6 # timeout=10 [2021-06-16T17:11:58.715Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-16T17:11:58.716Z] > git --version # timeout=10 [2021-06-16T17:11:58.740Z] > git --version # 'git version 2.17.1' [2021-06-16T17:11:58.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T17:11:58.831Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T17:12:00.244Z] Merging remotes/origin/master commit 8772bf5ecf140d7d98adf4840c23e305e8e551a6 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-06-16T17:12:00.544Z] Merge succeeded, producing f39813d6fb65b79678d08bddbe5010928fa57c4a [2021-06-16T17:12:00.545Z] Checking out Revision f39813d6fb65b79678d08bddbe5010928fa57c4a (PR-29) [2021-06-16T17:11:59.671Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-16T17:11:59.689Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T17:11:59.713Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-16T17:11:59.752Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-16T17:11:59.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T17:11:59.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-16T17:12:00.267Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T17:12:00.281Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-06-16T17:12:00.379Z] > git remote # timeout=10 [2021-06-16T17:12:00.397Z] > git config --get remote.origin.url # timeout=10 [2021-06-16T17:12:00.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T17:12:00.423Z] > git merge 8772bf5ecf140d7d98adf4840c23e305e8e551a6 # timeout=10 [2021-06-16T17:12:00.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-16T17:12:00.551Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T17:12:00.563Z] > git checkout -f f39813d6fb65b79678d08bddbe5010928fa57c4a # timeout=10 [2021-06-16T17:12:04.727Z] Commit message: "Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD" [2021-06-16T17:12:04.733Z] > git rev-list --no-walk 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-16T17:12:06.126Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-16T17:12:06.515Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-16T17:12:06.857Z] + sudo+ service docker restarttrue [2021-06-16T17:12:06.857Z] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T17:12:25.221Z] provisioning config files... [2021-06-16T17:12:25.246Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/6@tmp/config5303782034478514586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:12:25.617Z] ---> docker-login.sh [2021-06-16T17:12:25.617Z] nexus3.edgexfoundry.org:10001 [2021-06-16T17:12:26.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:12:26.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:12:26.813Z] Configure a credential helper to remove this warning. See [2021-06-16T17:12:26.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:12:26.813Z] [2021-06-16T17:12:26.813Z] Login Succeeded [2021-06-16T17:12:26.813Z] nexus3.edgexfoundry.org:10002 [2021-06-16T17:12:27.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:12:27.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:12:27.363Z] Configure a credential helper to remove this warning. See [2021-06-16T17:12:27.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:12:27.363Z] [2021-06-16T17:12:27.363Z] Login Succeeded [2021-06-16T17:12:27.363Z] nexus3.edgexfoundry.org:10003 [2021-06-16T17:12:27.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:12:27.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:12:27.961Z] Configure a credential helper to remove this warning. See [2021-06-16T17:12:27.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:12:27.961Z] [2021-06-16T17:12:27.961Z] Login Succeeded [2021-06-16T17:12:27.961Z] nexus3.edgexfoundry.org:10004 [2021-06-16T17:12:28.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:12:28.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:12:28.525Z] Configure a credential helper to remove this warning. See [2021-06-16T17:12:28.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:12:28.525Z] [2021-06-16T17:12:28.525Z] Login Succeeded [2021-06-16T17:12:28.525Z] docker.io [2021-06-16T17:12:28.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T17:12:29.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T17:12:29.396Z] Configure a credential helper to remove this warning. See [2021-06-16T17:12:29.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T17:12:29.396Z] [2021-06-16T17:12:29.396Z] Login Succeeded [2021-06-16T17:12:29.396Z] ---> docker-login.sh ends [Pipeline] } [2021-06-16T17:12:29.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-16T17:12:29.921Z] ========================================================= [2021-06-16T17:12:29.921Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-16T17:12:29.921Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:12:30.288Z] + 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-06-16T17:12:30.562Z] Sending build context to Docker daemon 1.197MB [2021-06-16T17:12:30.837Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-06-16T17:12:30.837Z] Step 2/10 : FROM ${BASE} [2021-06-16T17:12:30.837Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-16T17:12:30.837Z] 595b0fe564bb: Pulling fs layer [2021-06-16T17:12:30.837Z] 3088b5b3c5c0: Pulling fs layer [2021-06-16T17:12:30.837Z] 5b7225fbf94c: Pulling fs layer [2021-06-16T17:12:30.837Z] ba82ee9f976e: Pulling fs layer [2021-06-16T17:12:30.837Z] 506bd15cee9f: Pulling fs layer [2021-06-16T17:12:30.837Z] 75a0a4a0db45: Pulling fs layer [2021-06-16T17:12:30.837Z] 618dc40b7e24: Pulling fs layer [2021-06-16T17:12:30.837Z] 506bd15cee9f: Waiting [2021-06-16T17:12:30.837Z] 75a0a4a0db45: Waiting [2021-06-16T17:12:30.837Z] 618dc40b7e24: Waiting [2021-06-16T17:12:30.837Z] ba82ee9f976e: Waiting [2021-06-16T17:12:30.837Z] 5b7225fbf94c: Verifying Checksum [2021-06-16T17:12:30.837Z] 5b7225fbf94c: Download complete [2021-06-16T17:12:31.118Z] 3088b5b3c5c0: Verifying Checksum [2021-06-16T17:12:31.118Z] 3088b5b3c5c0: Download complete [2021-06-16T17:12:31.118Z] 506bd15cee9f: Verifying Checksum [2021-06-16T17:12:31.118Z] 506bd15cee9f: Download complete [2021-06-16T17:12:31.118Z] 75a0a4a0db45: Verifying Checksum [2021-06-16T17:12:31.118Z] 75a0a4a0db45: Download complete [2021-06-16T17:12:31.118Z] 595b0fe564bb: Verifying Checksum [2021-06-16T17:12:31.118Z] 595b0fe564bb: Download complete [2021-06-16T17:12:31.726Z] 595b0fe564bb: Pull complete [2021-06-16T17:12:32.334Z] 3088b5b3c5c0: Pull complete [2021-06-16T17:12:32.936Z] 5b7225fbf94c: Pull complete [2021-06-16T17:12:33.211Z] 618dc40b7e24: Verifying Checksum [2021-06-16T17:12:33.211Z] 618dc40b7e24: Download complete [2021-06-16T17:12:34.742Z] ba82ee9f976e: Download complete [2021-06-16T17:12:44.915Z] ba82ee9f976e: Pull complete [2021-06-16T17:12:45.509Z] 506bd15cee9f: Pull complete [2021-06-16T17:12:45.782Z] 75a0a4a0db45: Pull complete [2021-06-16T17:12:49.179Z] 618dc40b7e24: Pull complete [2021-06-16T17:12:49.179Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-16T17:12:49.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-16T17:12:49.179Z] ---> a36622ca3599 [2021-06-16T17:12:49.179Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-06-16T17:12:51.146Z] ---> Running in 64d98d37f6d8 [2021-06-16T17:12:51.747Z] Removing intermediate container 64d98d37f6d8 [2021-06-16T17:12:51.747Z] ---> a9fc095b5e71 [2021-06-16T17:12:51.747Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-06-16T17:12:52.019Z] ---> Running in aaef0d940674 [2021-06-16T17:12:52.292Z] Removing intermediate container aaef0d940674 [2021-06-16T17:12:52.292Z] ---> decf0cc09744 [2021-06-16T17:12:52.292Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-06-16T17:12:52.574Z] ---> Running in be100102720b [2021-06-16T17:12:52.849Z] Removing intermediate container be100102720b [2021-06-16T17:12:52.849Z] ---> e2ad0c11ccbc [2021-06-16T17:12:52.849Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T17:12:53.129Z] ---> Running in 819e8deb85fb [2021-06-16T17:12:55.754Z] Removing intermediate container 819e8deb85fb [2021-06-16T17:12:55.755Z] ---> ca1446bcb364 [2021-06-16T17:12:55.755Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-16T17:12:55.755Z] ---> Running in 1306cf6f0460 [2021-06-16T17:12:56.740Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T17:12:57.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T17:12:58.321Z] OK: 138 MiB in 40 packages [2021-06-16T17:12:59.309Z] Removing intermediate container 1306cf6f0460 [2021-06-16T17:12:59.309Z] ---> c8c1cde3c0c0 [2021-06-16T17:12:59.309Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-06-16T17:12:59.590Z] ---> Running in ee5c3e8659ac [2021-06-16T17:13:00.188Z] Removing intermediate container ee5c3e8659ac [2021-06-16T17:13:00.188Z] ---> e316764291a2 [2021-06-16T17:13:00.188Z] Step 9/10 : COPY . . [2021-06-16T17:13:01.167Z] ---> af158d302203 [2021-06-16T17:13:01.167Z] Step 10/10 : RUN go mod download [2021-06-16T17:13:01.167Z] ---> Running in d522e7fe47d8 [2021-06-16T17:13:23.366Z] Removing intermediate container d522e7fe47d8 [2021-06-16T17:13:23.366Z] ---> b70201a6ef35 [2021-06-16T17:13:23.366Z] Successfully built b70201a6ef35 [2021-06-16T17:13:23.366Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:13:23.710Z] + docker inspect -f . ci-base-image-arm64 [2021-06-16T17:13:23.710Z] . [Pipeline] withDockerContainer [2021-06-16T17:13:23.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-1730 does not seem to be running inside a container [2021-06-16T17:13:24.032Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-16T17:13:25.642Z] $ docker top 589156b9994f609a61ca03ae9b01ee665f7b28ecff5cbf0c0184412de69803d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T17:13:26.615Z] + go version [2021-06-16T17:13:26.615Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-16T17:13:26.636Z] $ docker stop --time=1 589156b9994f609a61ca03ae9b01ee665f7b28ecff5cbf0c0184412de69803d5 [2021-06-16T17:13:28.449Z] $ docker rm -f 589156b9994f609a61ca03ae9b01ee665f7b28ecff5cbf0c0184412de69803d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:13:29.277Z] + docker inspect -f . ci-base-image-arm64 [2021-06-16T17:13:29.277Z] . [Pipeline] withDockerContainer [2021-06-16T17:13:29.545Z] prd-ubuntu18.04-docker-arm64-4c-16g-1730 does not seem to be running inside a container [2021-06-16T17:13:29.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-16T17:13:31.205Z] $ docker top bc3ae98d912d38aa6e14e2d65373f1796e9d30e32d85f8e62da9c0c5608bba16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T17:13:34.829Z] + go mod tidy [Pipeline] sh [2021-06-16T17:13:36.083Z] + make test [2021-06-16T17:13:36.084Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-16T17:13:37.068Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-06-16T17:14:03.934Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-06-16T17:14:03.935Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-06-16T17:14:03.935Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-06-16T17:14:03.935Z] have (string, bool, string, string) [2021-06-16T17:14:03.935Z] want (string, string) [2021-06-16T17:14:18.379Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-06-16T17:14:18.379Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.533s coverage: 52.0% of statements [2021-06-16T17:14:18.379Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.053s coverage: 96.4% of statements [2021-06-16T17:14:18.379Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-06-16T17:14:18.403Z] $ docker stop --time=1 bc3ae98d912d38aa6e14e2d65373f1796e9d30e32d85f8e62da9c0c5608bba16 [2021-06-16T17:14:20.556Z] $ docker rm -f bc3ae98d912d38aa6e14e2d65373f1796e9d30e32d85f8e62da9c0c5608bba16 [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] libraryResource [Pipeline] sh [2021-06-16T17:14:21.680Z] ---> job-cost.sh [2021-06-16T17:14:21.680Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NVJm [2021-06-16T17:15:00.653Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-16T17:16:24.797Z] lf-activate-venv(): INFO: Adding /tmp/venv-NVJm/bin to PATH [2021-06-16T17:16:24.797Z] INFO: No Stack... [2021-06-16T17:16:24.797Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-16T17:16:24.797Z] INFO: Archiving Costs [Pipeline] sh [2021-06-16T17:16:25.132Z] + cat /w/workspace/device-rfid-llrp-go/6/archives/cost.csv [2021-06-16T17:16:25.132Z] + cut -d, -f6 [Pipeline] lock [2021-06-16T17:16:25.193Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [2021-06-16T17:16:25.203Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] did not exist. Created. [2021-06-16T17:16:25.203Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-16T17:16:25.572Z] /w/workspace/device-rfid-llrp-go/6@tmp/durable-3c27ae0a/script.sh: 1: /w/workspace/device-rfid-llrp-go/6@tmp/durable-3c27ae0a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-16T17:16:25.927Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-16T17:16:25.949Z] Warning: overwriting stash ‘stack-cost’ [2021-06-16T17:16:26.545Z] Stashed 1 file(s) [Pipeline] } [2021-06-16T17:16:26.554Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-16T17:16:26.837Z] 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-06-16T17:16:28.252Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:16:28.830Z] ---> package-listing.sh [2021-06-16T17:16:28.830Z] ++ facter osfamily [2021-06-16T17:16:28.830Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-16T17:16:29.096Z] + OS_FAMILY=redhat [2021-06-16T17:16:29.096Z] + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-06-16T17:16:29.096Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-16T17:16:29.096Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-16T17:16:29.096Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-16T17:16:29.096Z] + PACKAGES=/tmp/packages_start.txt [2021-06-16T17:16:29.096Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-06-16T17:16:29.096Z] + PACKAGES=/tmp/packages_end.txt [2021-06-16T17:16:29.096Z] + case "${OS_FAMILY}" in [2021-06-16T17:16:29.096Z] + sort [2021-06-16T17:16:29.096Z] + rpm -qa [2021-06-16T17:16:29.672Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-16T17:16:29.672Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-16T17:16:29.672Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-16T17:16:29.672Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-06-16T17:16:29.672Z] + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [2021-06-16T17:16:29.672Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [Pipeline] echo [2021-06-16T17:16:29.688Z] 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/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-16T17:16:29.977Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:16:30.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T17:16:30.541Z] [2021-06-16T17:16:30.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-16T17:16:30.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T17:16:30.869Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-16T17:16:30.869Z] df20fa9351a1: Pulling fs layer [2021-06-16T17:16:30.869Z] 36b3adc4ff6f: Pulling fs layer [2021-06-16T17:16:30.869Z] 8ad3a11d3b57: Pulling fs layer [2021-06-16T17:16:30.869Z] 46f8f816bc3b: Pulling fs layer [2021-06-16T17:16:30.869Z] 93b61091891f: Pulling fs layer [2021-06-16T17:16:30.869Z] 93b9cdb0e59b: Pulling fs layer [2021-06-16T17:16:30.869Z] 5e14af77c1be: Pulling fs layer [2021-06-16T17:16:30.869Z] 01666e4c0597: Pulling fs layer [2021-06-16T17:16:30.869Z] aa168da1d23b: Pulling fs layer [2021-06-16T17:16:30.869Z] 46f8f816bc3b: Waiting [2021-06-16T17:16:30.869Z] 93b61091891f: Waiting [2021-06-16T17:16:30.869Z] 93b9cdb0e59b: Waiting [2021-06-16T17:16:30.869Z] 5e14af77c1be: Waiting [2021-06-16T17:16:30.869Z] 01666e4c0597: Waiting [2021-06-16T17:16:30.869Z] aa168da1d23b: Waiting [2021-06-16T17:16:30.869Z] 36b3adc4ff6f: Verifying Checksum [2021-06-16T17:16:30.869Z] 36b3adc4ff6f: Download complete [2021-06-16T17:16:30.869Z] 46f8f816bc3b: Verifying Checksum [2021-06-16T17:16:30.869Z] 46f8f816bc3b: Download complete [2021-06-16T17:16:30.869Z] df20fa9351a1: Verifying Checksum [2021-06-16T17:16:30.869Z] df20fa9351a1: Download complete [2021-06-16T17:16:31.134Z] 93b9cdb0e59b: Verifying Checksum [2021-06-16T17:16:31.134Z] 93b9cdb0e59b: Download complete [2021-06-16T17:16:31.134Z] 5e14af77c1be: Verifying Checksum [2021-06-16T17:16:31.134Z] 5e14af77c1be: Download complete [2021-06-16T17:16:31.134Z] 93b61091891f: Verifying Checksum [2021-06-16T17:16:31.134Z] 93b61091891f: Download complete [2021-06-16T17:16:31.134Z] 01666e4c0597: Verifying Checksum [2021-06-16T17:16:31.134Z] 01666e4c0597: Download complete [2021-06-16T17:16:31.134Z] df20fa9351a1: Pull complete [2021-06-16T17:16:31.134Z] 8ad3a11d3b57: Verifying Checksum [2021-06-16T17:16:31.134Z] 8ad3a11d3b57: Download complete [2021-06-16T17:16:31.410Z] 36b3adc4ff6f: Pull complete [2021-06-16T17:16:31.673Z] 8ad3a11d3b57: Pull complete [2021-06-16T17:16:31.937Z] 46f8f816bc3b: Pull complete [2021-06-16T17:16:32.210Z] 93b61091891f: Pull complete [2021-06-16T17:16:32.210Z] 93b9cdb0e59b: Pull complete [2021-06-16T17:16:32.210Z] 5e14af77c1be: Pull complete [2021-06-16T17:16:32.470Z] 01666e4c0597: Pull complete [2021-06-16T17:16:33.044Z] aa168da1d23b: Verifying Checksum [2021-06-16T17:16:33.044Z] aa168da1d23b: Download complete [2021-06-16T17:16:37.319Z] aa168da1d23b: Pull complete [2021-06-16T17:16:37.319Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-16T17:16:37.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T17:16:37.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-16T17:16:37.402Z] prd-centos7-docker-4c-2g-1725 does not seem to be running inside a container [2021-06-16T17:16:37.440Z] $ 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/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-16T17:16:42.033Z] $ docker top ac39c2876f83fab5dbfbc2c45451507af29761bb90216b74fa71850328adb6bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T17:16:42.446Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-16T17:16:42.744Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-16T17:16:43.043Z] + ls /var/log/sa-host [2021-06-16T17:16:43.043Z] + sadf -c /var/log/sa-host/sa05 [2021-06-16T17:16:43.043Z] file_magic: OK [2021-06-16T17:16:43.043Z] HZ: Using current value: 100 [2021-06-16T17:16:43.043Z] file_header: OK [2021-06-16T17:16:43.043Z] 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-06-16T17:16:43.043Z] Statistics: [2021-06-16T17:16:43.043Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-16T17:16:43.043Z] File successfully converted to sysstat format version 12.2.1 [2021-06-16T17:16:43.043Z] + sadf -c /var/log/sa-host/sa16 [2021-06-16T17:16:43.043Z] file_magic: OK [2021-06-16T17:16:43.043Z] HZ: Using current value: 100 [2021-06-16T17:16:43.043Z] file_header: OK [2021-06-16T17:16:43.043Z] 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-06-16T17:16:43.043Z] Statistics: [2021-06-16T17:16:43.043Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-16T17:16:43.043Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T17:16:43.235Z] provisioning config files... [2021-06-16T17:16:43.246Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config2356468791244993328tmp [Pipeline] { [Pipeline] echo [2021-06-16T17:16:43.271Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:16:43.570Z] ---> create-netrc.sh [Pipeline] } [2021-06-16T17:16:43.582Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:16:43.952Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-16T17:16:43.963Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:16:44.268Z] ---> sudo-logs.sh [2021-06-16T17:16:44.268Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-16T17:16:44.325Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:16:44.635Z] ---> job-cost.sh [2021-06-16T17:16:44.635Z] lf-activate-venv: SKIPPING [2021-06-16T17:16:44.635Z] DEBUG: total: 0.18000000715255737 [2021-06-16T17:16:44.635Z] INFO: Retrieving Stack Cost... [2021-06-16T17:16:45.424Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-16T17:16:45.998Z] INFO: Archiving Costs [Pipeline] echo [2021-06-16T17:16:46.015Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T17:16:46.330Z] ---> logs-deploy.sh [2021-06-16T17:16:46.330Z] lf-activate-venv: SKIPPING [2021-06-16T17:16:46.330Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/6 [2021-06-16T17:16:46.330Z] INFO: archiving workspace using pattern(s): [2021-06-16T17:16:47.276Z] Archives upload complete. [2021-06-16T17:16:47.276Z] INFO: archiving logs to Nexus [2021-06-16T17:16:47.852Z] ---> uname -a: [2021-06-16T17:16:47.852Z] Linux prd-centos7-docker-4c-2g-1725.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] ---> lscpu: [2021-06-16T17:16:47.852Z] Architecture: x86_64 [2021-06-16T17:16:47.852Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-16T17:16:47.852Z] Byte Order: Little Endian [2021-06-16T17:16:47.852Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-16T17:16:47.852Z] CPU(s): 2 [2021-06-16T17:16:47.852Z] On-line CPU(s) list: 0,1 [2021-06-16T17:16:47.852Z] Thread(s) per core: 1 [2021-06-16T17:16:47.852Z] Core(s) per socket: 1 [2021-06-16T17:16:47.852Z] Socket(s): 2 [2021-06-16T17:16:47.852Z] NUMA node(s): 1 [2021-06-16T17:16:47.852Z] Vendor ID: AuthenticAMD [2021-06-16T17:16:47.852Z] CPU family: 23 [2021-06-16T17:16:47.852Z] Model: 49 [2021-06-16T17:16:47.852Z] Model name: AMD EPYC-Rome Processor [2021-06-16T17:16:47.852Z] Stepping: 0 [2021-06-16T17:16:47.852Z] CPU MHz: 2799.998 [2021-06-16T17:16:47.852Z] BogoMIPS: 5599.99 [2021-06-16T17:16:47.852Z] Virtualization: AMD-V [2021-06-16T17:16:47.852Z] Hypervisor vendor: KVM [2021-06-16T17:16:47.852Z] Virtualization type: full [2021-06-16T17:16:47.852Z] L1d cache: 64 KiB [2021-06-16T17:16:47.852Z] L1i cache: 64 KiB [2021-06-16T17:16:47.852Z] L2 cache: 1 MiB [2021-06-16T17:16:47.852Z] L3 cache: 32 MiB [2021-06-16T17:16:47.852Z] NUMA node0 CPU(s): 0,1 [2021-06-16T17:16:47.852Z] Vulnerability Itlb multihit: Not affected [2021-06-16T17:16:47.852Z] Vulnerability L1tf: Not affected [2021-06-16T17:16:47.852Z] Vulnerability Mds: Not affected [2021-06-16T17:16:47.852Z] Vulnerability Meltdown: Not affected [2021-06-16T17:16:47.852Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-16T17:16:47.852Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-16T17:16:47.852Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-16T17:16:47.852Z] Vulnerability Srbds: Not affected [2021-06-16T17:16:47.852Z] Vulnerability Tsx async abort: Not affected [2021-06-16T17:16:47.852Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] ---> nproc: [2021-06-16T17:16:47.852Z] 2 [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] ---> df -h: [2021-06-16T17:16:47.852Z] Filesystem Size Used Available Use% Mounted on [2021-06-16T17:16:47.852Z] overlay 40.0G 7.6G 32.4G 19% / [2021-06-16T17:16:47.852Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-16T17:16:47.852Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-16T17:16:47.852Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host [2021-06-16T17:16:47.852Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] ---> free -m: [2021-06-16T17:16:47.852Z] total used free shared buff/cache available [2021-06-16T17:16:47.852Z] Mem: 7821 967 4759 0 2094 6676 [2021-06-16T17:16:47.852Z] Swap: 1023 0 1023 [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] ---> ip addr: [2021-06-16T17:16:47.852Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-16T17:16:47.852Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-16T17:16:47.852Z] inet 127.0.0.1/8 scope host lo [2021-06-16T17:16:47.852Z] valid_lft forever preferred_lft forever [2021-06-16T17:16:47.852Z] inet6 ::1/128 scope host [2021-06-16T17:16:47.852Z] valid_lft forever preferred_lft forever [2021-06-16T17:16:47.852Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-16T17:16:47.852Z] link/ether fa:16:3e:ff:42:06 brd ff:ff:ff:ff:ff:ff [2021-06-16T17:16:47.852Z] inet 10.30.122.211/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-16T17:16:47.852Z] valid_lft 85834sec preferred_lft 85834sec [2021-06-16T17:16:47.852Z] inet6 fe80::f816:3eff:feff:4206/64 scope link [2021-06-16T17:16:47.852Z] valid_lft forever preferred_lft forever [2021-06-16T17:16:47.852Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-16T17:16:47.852Z] link/ether 02:42:da:dc:a0:13 brd ff:ff:ff:ff:ff:ff [2021-06-16T17:16:47.852Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-16T17:16:47.852Z] valid_lft forever preferred_lft forever [2021-06-16T17:16:47.852Z] inet6 fe80::42:daff:fedc:a013/64 scope link [2021-06-16T17:16:47.852Z] valid_lft forever preferred_lft forever [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] ---> sar -b -r -n DEV: [2021-06-16T17:16:47.852Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] 17:07:11 LINUX RESTART (2 CPU) [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] 17:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-16T17:16:47.852Z] 17:09:01 16.32 0.63 15.69 0.00 352.30 2970.85 0.00 [2021-06-16T17:16:47.852Z] 17:10:01 0.37 0.00 0.37 0.00 0.00 6.20 0.00 [2021-06-16T17:16:47.852Z] 17:11:01 0.28 0.00 0.28 0.00 0.00 3.47 0.00 [2021-06-16T17:16:47.852Z] 17:12:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 [2021-06-16T17:16:47.852Z] 17:13:01 0.32 0.00 0.32 0.00 0.00 4.96 0.00 [2021-06-16T17:16:47.852Z] 17:14:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 [2021-06-16T17:16:47.852Z] 17:15:01 0.15 0.00 0.15 0.00 0.00 2.07 0.00 [2021-06-16T17:16:47.852Z] 17:16:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 [2021-06-16T17:16:47.852Z] Average: 2.28 0.08 2.20 0.00 44.04 374.75 0.00 [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] 17:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-16T17:16:47.852Z] 17:09:01 5469172 0 799624 9.98 2620 1737524 1248984 13.79 568596 1573452 20 [2021-06-16T17:16:47.852Z] 17:10:01 5471544 0 797244 9.95 2620 1737532 1205008 13.30 570276 1570460 12 [2021-06-16T17:16:47.852Z] 17:11:01 5469260 0 799524 9.98 2620 1737536 1205032 13.30 575064 1567752 8 [2021-06-16T17:16:47.852Z] 17:12:01 5468708 0 800072 9.99 2620 1737540 1205008 13.30 575888 1567752 20 [2021-06-16T17:16:47.852Z] 17:13:01 5469332 0 799440 9.98 2620 1737548 1204948 13.30 568056 1575168 12 [2021-06-16T17:16:47.852Z] 17:14:01 5468832 0 799940 9.99 2620 1737548 1204828 13.30 568592 1575168 16 [2021-06-16T17:16:47.852Z] 17:15:01 5466952 0 801812 10.01 2620 1737556 1204768 13.30 570712 1575168 20 [2021-06-16T17:16:47.852Z] 17:16:01 5456560 0 812200 10.14 2620 1737560 1204912 13.30 581068 1575168 8 [2021-06-16T17:16:47.852Z] Average: 5467545 0 801232 10.00 2620 1737543 1210436 13.36 572282 1572511 14 [2021-06-16T17:16:47.852Z] [2021-06-16T17:16:47.852Z] 17:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-16T17:16:47.852Z] 17:09:01 eth0 26.95 18.89 30.20 8.73 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:09:01 docker0 2.68 2.18 0.28 5.30 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:10:01 eth0 4.81 2.35 3.59 0.51 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:11:01 eth0 1.15 0.27 0.32 0.20 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:12:01 eth0 0.60 0.27 0.27 0.20 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:13:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:14:01 eth0 0.20 0.17 0.09 0.01 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.852Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:15:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:16:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] Average: eth0 4.32 2.82 4.36 1.24 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] Average: docker0 0.34 0.27 0.04 0.66 0.00 0.00 0.00 0.00 [2021-06-16T17:16:47.853Z] [2021-06-16T17:16:47.853Z] [2021-06-16T17:16:47.853Z] ---> sar -P ALL: [2021-06-16T17:16:47.853Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) [2021-06-16T17:16:47.853Z] [2021-06-16T17:16:47.853Z] 17:07:11 LINUX RESTART (2 CPU) [2021-06-16T17:16:47.853Z] [2021-06-16T17:16:47.853Z] 17:08:01 CPU %user %nice %system %iowait %steal %idle [2021-06-16T17:16:47.853Z] 17:09:01 all 1.83 0.00 1.08 0.56 0.06 96.46 [2021-06-16T17:16:47.853Z] 17:09:01 0 2.00 0.00 1.16 0.27 0.05 96.52 [2021-06-16T17:16:47.853Z] 17:09:01 1 1.66 0.00 1.01 0.86 0.07 96.40 [2021-06-16T17:16:47.853Z] 17:10:01 all 0.20 0.00 0.05 0.00 0.03 99.72 [2021-06-16T17:16:47.853Z] 17:10:01 0 0.32 0.00 0.03 0.00 0.02 99.63 [2021-06-16T17:16:47.853Z] 17:10:01 1 0.08 0.00 0.07 0.00 0.03 99.82 [2021-06-16T17:16:47.853Z] 17:11:01 all 0.14 0.00 0.07 0.00 0.03 99.76 [2021-06-16T17:16:47.853Z] 17:11:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2021-06-16T17:16:47.853Z] 17:11:01 1 0.22 0.00 0.08 0.00 0.03 99.67 [2021-06-16T17:16:47.853Z] 17:12:01 all 0.18 0.00 0.05 0.00 0.02 99.76 [2021-06-16T17:16:47.853Z] 17:12:01 0 0.05 0.00 0.08 0.00 0.03 99.83 [2021-06-16T17:16:47.853Z] 17:12:01 1 0.30 0.00 0.02 0.00 0.00 99.68 [2021-06-16T17:16:47.853Z] 17:13:01 all 0.10 0.00 0.03 0.00 0.04 99.82 [2021-06-16T17:16:47.853Z] 17:13:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-16T17:16:47.853Z] 17:13:01 1 0.15 0.00 0.03 0.00 0.03 99.78 [2021-06-16T17:16:47.853Z] 17:14:01 all 0.08 0.00 0.05 0.00 0.05 99.82 [2021-06-16T17:16:47.853Z] 17:14:01 0 0.03 0.00 0.05 0.00 0.05 99.87 [2021-06-16T17:16:47.853Z] 17:14:01 1 0.13 0.00 0.05 0.00 0.05 99.77 [2021-06-16T17:16:47.853Z] 17:15:01 all 0.08 0.00 0.03 0.00 0.03 99.86 [2021-06-16T17:16:47.853Z] 17:15:01 0 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-16T17:16:47.853Z] 17:15:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-06-16T17:16:47.853Z] 17:16:01 all 0.19 0.00 0.04 0.00 0.03 99.74 [2021-06-16T17:16:47.853Z] 17:16:01 0 0.35 0.00 0.05 0.00 0.03 99.57 [2021-06-16T17:16:47.853Z] 17:16:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-16T17:16:47.853Z] Average: all 0.35 0.00 0.18 0.07 0.04 99.37 [2021-06-16T17:16:47.853Z] Average: 0 0.37 0.00 0.19 0.03 0.04 99.38 [2021-06-16T17:16:47.853Z] Average: 1 0.33 0.00 0.17 0.11 0.03 99.36 [2021-06-16T17:16:47.853Z] [2021-06-16T17:16:47.853Z] [2021-06-16T17:16:47.853Z]