Pull request #319 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 652937afd3b8c9b00807d84c48584873b82a6c4c+0d7e95f3a124b23d26469e0c42d55dfab6137092 (47cac271e95da433c0718f505140ea273eb05924) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:edgex-ui-go] ========================================================= [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: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go 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: false 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 ‘prd-centos7-docker-4c-2g-31734’ is offline Running on prd-centos7-docker-4c-2g-31735 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-319 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-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/edgex-ui-go.git # timeout=10 Merging remotes/origin/master commit 0d7e95f3a124b23d26469e0c42d55dfab6137092 into PR head commit 652937afd3b8c9b00807d84c48584873b82a6c4c Merge succeeded, producing 652937afd3b8c9b00807d84c48584873b82a6c4c Checking out Revision 652937afd3b8c9b00807d84c48584873b82a6c4c (PR-319) Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" > git rev-list --no-walk ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:18:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:18:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:18:56 ========================================================= 14:18:56 EdgeX Global Pipelines Version Info 14:18:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:18:57 ------------------- 14:18:57 stable info: 14:18:57 ------------------- 14:18:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:18:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:18:57 Message: update stable to v1.0.186 14:18:58 ------------------- 14:18:58 experimental info: 14:18:58 ------------------- 14:18:58 Commited By: **** collab-it+edgex@linuxfoundation.org 14:18:58 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:18:58 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:18:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:18:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:19:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-319 [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-319 [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-319 [Pipeline] echo 14:19:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 652937afd3b8c9b00807d84c48584873b82a6c4c [Pipeline] echo 14:19:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 652937a [Pipeline] echo 14:19:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:19:02 provisioning config files... 14:19:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config4995943411732135082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:19:02 ---> docker-login.sh 14:19:02 nexus3.edgexfoundry.org:10001 14:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:03 Configure a credential helper to remove this warning. See 14:19:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:03 14:19:03 Login Succeeded 14:19:03 nexus3.edgexfoundry.org:10002 14:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:03 Configure a credential helper to remove this warning. See 14:19:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:03 14:19:03 Login Succeeded 14:19:03 nexus3.edgexfoundry.org:10003 14:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:03 Configure a credential helper to remove this warning. See 14:19:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:03 14:19:03 Login Succeeded 14:19:03 nexus3.edgexfoundry.org:10004 14:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:03 Configure a credential helper to remove this warning. See 14:19:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:03 14:19:03 Login Succeeded 14:19:03 docker.io 14:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:04 Configure a credential helper to remove this warning. See 14:19:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:04 14:19:04 Login Succeeded 14:19:04 ---> docker-login.sh ends [Pipeline] } 14:19:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:19:04 + git log --format=format:%s -1 652937afd3b8c9b00807d84c48584873b82a6c4c [Pipeline] echo 14:19:04 GIT_COMMIT: 652937afd3b8c9b00807d84c48584873b82a6c4c, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61 [Pipeline] echo 14:19:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:19:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:19:05 14:19:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:19:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:19:05 latest: Pulling from edgex-devops/git-semver 14:19:05 31603596830f: Pulling fs layer 14:19:05 2a8b12db71e7: Pulling fs layer 14:19:05 6ca5941a6612: Pulling fs layer 14:19:05 ecc8261a40a4: Pulling fs layer 14:19:05 ecc8261a40a4: Waiting 14:19:05 2a8b12db71e7: Verifying Checksum 14:19:05 2a8b12db71e7: Download complete 14:19:06 31603596830f: Verifying Checksum 14:19:06 31603596830f: Download complete 14:19:06 ecc8261a40a4: Verifying Checksum 14:19:06 ecc8261a40a4: Download complete 14:19:06 6ca5941a6612: Verifying Checksum 14:19:06 6ca5941a6612: Download complete 14:19:06 31603596830f: Pull complete 14:19:06 2a8b12db71e7: Pull complete 14:19:07 6ca5941a6612: Pull complete 14:19:07 ecc8261a40a4: Pull complete 14:19:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:19:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:19:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:19:07 prd-centos7-docker-4c-2g-31735 does not seem to be running inside a container 14:19:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-319 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319:/w/workspace/edgexfoundry_edgex-ui-go_PR-319:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:19:09 $ docker top 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:19:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:19:10 [ssh-agent] Looking for ssh-agent implementation... 14:19:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:19:10 $ docker exec 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent 14:19:10 SSH_AUTH_SOCK=/tmp/ssh-d7RL7DheLSCT/agent.12 14:19:10 SSH_AGENT_PID=17 14:19:10 Running ssh-add (command line suppressed) 14:19:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_1204728667568451237.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_1204728667568451237.key) 14:19:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:19:11 + git tag --points-at HEAD [Pipeline] } 14:19:11 $ docker exec --env ******** --env ******** 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent -k 14:19:11 unset SSH_AUTH_SOCK; 14:19:11 unset SSH_AGENT_PID; 14:19:11 echo Agent pid 17 killed; 14:19:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:19:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:19:11 [ssh-agent] Looking for ssh-agent implementation... 14:19:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:19:11 $ docker exec 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent 14:19:11 SSH_AUTH_SOCK=/tmp/ssh-uNChBouFRhol/agent.46 14:19:11 SSH_AGENT_PID=51 14:19:11 Running ssh-add (command line suppressed) 14:19:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_4634652664545356316.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_4634652664545356316.key) 14:19:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:19:12 + git semver init 14:19:12 # -> Open(): unable to determine branch for HEAD 14:19:12 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.git 14:19:12 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-319 14:19:12 # $SEMVER_REMOTE_NAME = origin 14:19:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:19:12 # $SEMVER_USER_NAME = edgex-jenkins 14:19:12 # $SEMVER_BRANCH = PR-319 14:19:12 # $SEMVER_TEMP = /tmp/semver-011367077 14:19:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 14:19:13 # '/tmp/semver-011367077' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver' 14:19:13 # -> Force: false 14:19:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver [Pipeline] } 14:19:13 $ docker exec --env ******** --env ******** 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent -k 14:19:13 unset SSH_AUTH_SOCK; 14:19:13 unset SSH_AGENT_PID; 14:19:13 echo Agent pid 51 killed; 14:19:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:19:13 + git semver [Pipeline] } 14:19:13 $ docker stop --time=1 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 14:19:15 $ docker rm -f 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 [Pipeline] // withDockerContainer [Pipeline] sh 14:19:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:19:16 Stashed 1 file(s) [Pipeline] echo 14:19:16 [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 14:19:31 Still waiting to schedule task 14:19:31 ‘prd-centos7-docker-4c-2g-31737’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31736’ doesn’t have label ‘centos7-docker-4c-2g’ 14:19:31 Still waiting to schedule task 14:19:31 ‘prd-centos7-docker-4c-2g-31737’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31736’ is offline 14:22:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31738 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] ws 14:22:22 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 14:22:27 using credential edgex-jenkins-ssh 14:22:27 Cloning the remote Git repository 14:22:27 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:22:27 > git init /w/workspace/edgex-ui-go/2 # timeout=10 14:22:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:22:28 > git --version # timeout=10 14:22:28 > git --version # 'git version 2.17.1' 14:22:28 using GIT_SSH to set credentials SSH Credentials for GitHub 14:22:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:22:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:22:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:22:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:22:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:22:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:22:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:22:30 Merging remotes/origin/master commit 0d7e95f3a124b23d26469e0c42d55dfab6137092 into PR head commit 652937afd3b8c9b00807d84c48584873b82a6c4c 14:22:30 Merge succeeded, producing 652937afd3b8c9b00807d84c48584873b82a6c4c 14:22:30 Checking out Revision 652937afd3b8c9b00807d84c48584873b82a6c4c (PR-319) 14:22:30 > git config core.sparsecheckout # timeout=10 14:22:30 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 14:22:30 > git remote # timeout=10 14:22:30 > git config --get remote.origin.url # timeout=10 14:22:30 using GIT_SSH to set credentials SSH Credentials for GitHub 14:22:30 > git merge 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 14:22:30 > git rev-parse HEAD^{commit} # timeout=10 14:22:30 > git config core.sparsecheckout # timeout=10 14:22:30 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 14:22:35 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:22:37 Running on prd-centos7-docker-4c-2g-31739 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { 14:22:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] ws 14:22:37 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] sh [Pipeline] checkout 14:22:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:22:38 + sudo service docker restart 14:22:38 + true 14:22:40 using credential edgex-jenkins-ssh 14:22:40 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:22:40 provisioning config files... 14:22:40 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6408266245133556304tmp 14:22:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:22:39 > git init /w/workspace/edgex-ui-go/2 # timeout=10 14:22:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:22:39 > git --version # timeout=10 14:22:40 > git --version # 'git version 2.24.3' 14:22:40 using GIT_SSH to set credentials SSH Credentials for GitHub 14:22:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:22:41 ---> docker-login.sh 14:22:41 nexus3.edgexfoundry.org:10001 14:22:41 Merging remotes/origin/master commit 0d7e95f3a124b23d26469e0c42d55dfab6137092 into PR head commit 652937afd3b8c9b00807d84c48584873b82a6c4c 14:22:41 Merge succeeded, producing 652937afd3b8c9b00807d84c48584873b82a6c4c 14:22:41 Checking out Revision 652937afd3b8c9b00807d84c48584873b82a6c4c (PR-319) 14:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:22:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:22:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:22:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:22:40 using GIT_SSH to set credentials SSH Credentials for GitHub 14:22:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:22:41 > git config core.sparsecheckout # timeout=10 14:22:41 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 14:22:41 > git remote # timeout=10 14:22:41 > git config --get remote.origin.url # timeout=10 14:22:41 using GIT_SSH to set credentials SSH Credentials for GitHub 14:22:41 > git merge 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 14:22:41 > git rev-parse HEAD^{commit} # timeout=10 14:22:41 > git config core.sparsecheckout # timeout=10 14:22:41 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 14:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:42 Configure a credential helper to remove this warning. See 14:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:42 14:22:42 Login Succeeded 14:22:42 nexus3.edgexfoundry.org:10002 14:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:43 Configure a credential helper to remove this warning. See 14:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:43 14:22:43 Login Succeeded 14:22:43 nexus3.edgexfoundry.org:10003 14:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:43 Configure a credential helper to remove this warning. See 14:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:43 14:22:43 Login Succeeded 14:22:43 nexus3.edgexfoundry.org:10004 14:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:44 Configure a credential helper to remove this warning. See 14:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:44 14:22:44 Login Succeeded 14:22:44 docker.io 14:22:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:44 Configure a credential helper to remove this warning. See 14:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:44 14:22:44 Login Succeeded 14:22:44 ---> docker-login.sh ends [Pipeline] } 14:22:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:22:45 ========================================================= 14:22:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:22:45 ========================================================= 14:22:45 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" [Pipeline] isUnix [Pipeline] sh 14:22:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:22:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:22:46 Sending build context to Docker daemon 17.36MB 14:22:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:22:46 Step 2/8 : FROM ${BASE} 14:22:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:22:46 5f621e34cdf4: Pulling fs layer 14:22:46 a4357932f1b6: Pulling fs layer 14:22:46 18c013af1878: Pulling fs layer 14:22:46 00ac8860ef70: Pulling fs layer 14:22:46 63d7cb157983: Pulling fs layer 14:22:46 b116817d02f9: Pulling fs layer 14:22:46 745a02a5169b: Pulling fs layer 14:22:46 00ac8860ef70: Waiting 14:22:46 63d7cb157983: Waiting 14:22:46 b116817d02f9: Waiting 14:22:46 745a02a5169b: Waiting 14:22:46 18c013af1878: Verifying Checksum 14:22:46 18c013af1878: Download complete 14:22:46 a4357932f1b6: Verifying Checksum 14:22:46 a4357932f1b6: Download complete 14:22:46 63d7cb157983: Verifying Checksum 14:22:46 63d7cb157983: Download complete 14:22:46 b116817d02f9: Verifying Checksum 14:22:46 b116817d02f9: Download complete 14:22:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:22:47 + sudo service docker restart 14:22:47 + true 14:22:47 Redirecting to /bin/systemctl restart docker.service 14:22:47 5f621e34cdf4: Verifying Checksum 14:22:47 5f621e34cdf4: Download complete 14:22:48 5f621e34cdf4: Pull complete 14:22:48 a4357932f1b6: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:22:48 provisioning config files... 14:22:48 18c013af1878: Pull complete 14:22:48 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8025433535611908723tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:22:49 ---> docker-login.sh 14:22:49 nexus3.edgexfoundry.org:10001 14:22:49 745a02a5169b: Verifying Checksum 14:22:49 745a02a5169b: Download complete 14:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:49 Configure a credential helper to remove this warning. See 14:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:49 14:22:49 Login Succeeded 14:22:49 nexus3.edgexfoundry.org:10002 14:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:49 Configure a credential helper to remove this warning. See 14:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:49 14:22:49 Login Succeeded 14:22:49 nexus3.edgexfoundry.org:10003 14:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:50 Configure a credential helper to remove this warning. See 14:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:50 14:22:50 Login Succeeded 14:22:50 nexus3.edgexfoundry.org:10004 14:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:50 Configure a credential helper to remove this warning. See 14:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:50 14:22:50 Login Succeeded 14:22:50 docker.io 14:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:50 Configure a credential helper to remove this warning. See 14:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:50 14:22:50 Login Succeeded 14:22:50 ---> docker-login.sh ends [Pipeline] } 14:22:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 14:22:51 00ac8860ef70: Verifying Checksum 14:22:51 00ac8860ef70: Download complete [Pipeline] echo 14:22:51 ========================================================= 14:22:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:22:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:22:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:22:51 Sending build context to Docker daemon 17.36MB 14:22:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:22:51 Step 2/8 : FROM ${BASE} 14:22:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:22:51 188c0c94c7c5: Pulling fs layer 14:22:51 0ef7d3d256c8: Pulling fs layer 14:22:51 de9db76c5a1d: Pulling fs layer 14:22:51 bca2f99d35d6: Pulling fs layer 14:22:51 93359f2a8cfa: Pulling fs layer 14:22:51 7c6f9722023f: Pulling fs layer 14:22:51 a35cf1a2eb13: Pulling fs layer 14:22:51 93359f2a8cfa: Waiting 14:22:51 7c6f9722023f: Waiting 14:22:51 a35cf1a2eb13: Waiting 14:22:51 bca2f99d35d6: Waiting 14:22:51 de9db76c5a1d: Download complete 14:22:51 0ef7d3d256c8: Verifying Checksum 14:22:51 0ef7d3d256c8: Download complete 14:22:51 93359f2a8cfa: Verifying Checksum 14:22:51 93359f2a8cfa: Download complete 14:22:51 7c6f9722023f: Download complete 14:22:51 188c0c94c7c5: Verifying Checksum 14:22:51 188c0c94c7c5: Download complete 14:22:52 188c0c94c7c5: Pull complete 14:22:52 0ef7d3d256c8: Pull complete 14:22:52 de9db76c5a1d: Pull complete 14:22:53 a35cf1a2eb13: Verifying Checksum 14:22:53 a35cf1a2eb13: Download complete 14:22:54 bca2f99d35d6: Verifying Checksum 14:22:54 bca2f99d35d6: Download complete 14:22:59 bca2f99d35d6: Pull complete 14:23:00 93359f2a8cfa: Pull complete 14:23:00 7c6f9722023f: Pull complete 14:23:01 00ac8860ef70: Pull complete 14:23:01 63d7cb157983: Pull complete 14:23:01 b116817d02f9: Pull complete 14:23:05 a35cf1a2eb13: Pull complete 14:23:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:23:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:23:05 ---> a62c8e92a672 14:23:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:23:05 ---> Running in bb8c51c0b625 14:23:05 Removing intermediate container bb8c51c0b625 14:23:05 ---> d729e509f0bc 14:23:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:05 ---> Running in 1fdd06358a75 14:23:06 745a02a5169b: Pull complete 14:23:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:23:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:23:06 ---> b7e6874047d6 14:23:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:23:06 Removing intermediate container 1fdd06358a75 14:23:06 ---> b4ad475c23aa 14:23:06 Step 5/8 : RUN apk add --no-cache make git 14:23:06 ---> Running in 50ff05766c86 14:23:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:08 OK: 166 MiB in 39 packages 14:23:08 ---> Running in 234c63c782b6 14:23:08 Removing intermediate container 50ff05766c86 14:23:08 ---> 437bda89b0a8 14:23:08 Step 6/8 : WORKDIR /edgex-ui-go 14:23:08 ---> Running in 3dfebb550c95 14:23:09 Removing intermediate container 234c63c782b6 14:23:09 ---> c96fb982f7e0 14:23:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:09 ---> Running in 8e746a8dca8f 14:23:09 Removing intermediate container 3dfebb550c95 14:23:09 ---> deebb9f8037c 14:23:09 Step 7/8 : COPY . . 14:23:11 ---> a10e781cac6c 14:23:11 Step 8/8 : RUN go mod download 14:23:11 ---> Running in 87d67155d7c5 14:23:11 Removing intermediate container 8e746a8dca8f 14:23:11 ---> c0844e5a1600 14:23:11 Step 5/8 : RUN apk add --no-cache make git 14:23:11 ---> Running in fffe8edadf53 14:23:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:14 OK: 142 MiB in 39 packages 14:23:15 Removing intermediate container fffe8edadf53 14:23:15 ---> 9e8c4bcd3870 14:23:15 Step 6/8 : WORKDIR /edgex-ui-go 14:23:15 ---> Running in ce4345704a42 14:23:16 Removing intermediate container ce4345704a42 14:23:16 ---> c7cd38252898 14:23:16 Step 7/8 : COPY . . 14:23:18 ---> 8b69e0e83058 14:23:18 Step 8/8 : RUN go mod download 14:23:18 ---> Running in 915f5312f7af 14:23:43 Removing intermediate container 87d67155d7c5 14:23:43 ---> 4db9abf01f6c 14:23:43 Successfully built 4db9abf01f6c 14:23:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:23:44 + docker inspect -f . ci-base-image-x86_64 14:23:44 . [Pipeline] withDockerContainer 14:23:44 prd-centos7-docker-4c-2g-31739 does not seem to be running inside a container 14:23:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:23:45 $ docker top c271f735164a1b81c66222c1552d6095e3639f385580bd9e352f91fb2d277182 -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:46 + go version 14:23:46 go version go1.15.5 linux/amd64 [Pipeline] } 14:23:46 $ docker stop --time=1 c271f735164a1b81c66222c1552d6095e3639f385580bd9e352f91fb2d277182 14:23:47 $ docker rm -f c271f735164a1b81c66222c1552d6095e3639f385580bd9e352f91fb2d277182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:23:48 + docker inspect -f . ci-base-image-x86_64 14:23:48 . [Pipeline] withDockerContainer 14:23:48 prd-centos7-docker-4c-2g-31739 does not seem to be running inside a container 14:23:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:23:49 $ docker top d053502ee863af64add5e0c4f89d7168082d6ce07e16bf9dc96564f38db21733 -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:49 + make test 14:23:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:23:50 Removing intermediate container 915f5312f7af 14:23:50 ---> 99df5e2779ff 14:23:50 Successfully built 99df5e2779ff 14:23:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:23:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:23:51 + docker inspect -f . ci-base-image-arm64 14:23:51 . [Pipeline] withDockerContainer 14:23:51 prd-ubuntu18.04-docker-arm64-4c-16g-31738 does not seem to be running inside a container 14:23:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:23:52 $ docker top 500d6c572e6165c1e9fad655f1f96969470ae9aae7723b173a182c167f7a79fe -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:53 + go version 14:23:53 go version go1.15.5 linux/arm64 [Pipeline] } 14:23:53 $ docker stop --time=1 500d6c572e6165c1e9fad655f1f96969470ae9aae7723b173a182c167f7a79fe 14:23:55 $ docker rm -f 500d6c572e6165c1e9fad655f1f96969470ae9aae7723b173a182c167f7a79fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:23:56 + docker inspect -f . ci-base-image-arm64 14:23:56 . [Pipeline] withDockerContainer 14:23:57 prd-ubuntu18.04-docker-arm64-4c-16g-31738 does not seem to be running inside a container 14:23:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:23:58 $ docker top 73d4b805789abf532c1f61b34e56982e43f53c108a1b5146438d052d569cae2f -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:23:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:23:59 GO111MODULE=on go vet ./... 14:23:59 + make test 14:23:59 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } 14:24:01 $ docker stop --time=1 d053502ee863af64add5e0c4f89d7168082d6ce07e16bf9dc96564f38db21733 14:24:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:24:03 $ docker rm -f d053502ee863af64add5e0c4f89d7168082d6ce07e16bf9dc96564f38db21733 [Pipeline] // withDockerContainer [Pipeline] sh 14:24:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:24:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:24:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:24:05 + ls -al . 14:24:05 total 92 14:24:05 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 29 14:23 . 14:24:05 drwxrwxr-x. 4 jenkins jenkins 28 Mar 29 14:22 .. 14:24:05 drwxrwxr-x. 3 jenkins jenkins 20 Mar 29 14:22 assets 14:24:05 drwxrwxr-x. 2 jenkins jenkins 35 Mar 29 14:22 bin 14:24:05 drwxrwxr-x. 3 jenkins jenkins 29 Mar 29 14:22 cmd 14:24:05 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 29 14:22 CONTRIBUTING.md 14:24:05 -rw-r--r--. 1 jenkins jenkins 10 Mar 29 14:23 coverage.out 14:24:05 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 29 14:22 Dockerfile 14:24:05 -rw-rw-r--. 1 jenkins jenkins 902 Mar 29 14:22 Dockerfile.build 14:24:05 drwxrwxr-x. 5 jenkins jenkins 104 Mar 29 14:22 docs 14:24:05 drwxrwxr-x. 8 jenkins jenkins 179 Mar 29 14:22 .git 14:24:05 drwxrwxr-x. 2 jenkins jenkins 103 Mar 29 14:22 .github 14:24:05 -rw-rw-r--. 1 jenkins jenkins 153 Mar 29 14:22 .gitignore 14:24:05 -rw-rw-r--. 1 jenkins jenkins 987 Mar 29 14:22 go.mod 14:24:05 -rw-r--r--. 1 jenkins jenkins 22319 Mar 29 14:23 go.sum 14:24:05 drwxrwxr-x. 10 jenkins jenkins 139 Mar 29 14:22 internal 14:24:05 -rw-rw-r--. 1 jenkins jenkins 652 Mar 29 14:22 Jenkinsfile 14:24:05 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 29 14:22 LICENSE 14:24:05 -rw-rw-r--. 1 jenkins jenkins 951 Mar 29 14:22 Makefile 14:24:05 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 29 14:22 README.md 14:24:05 -rw-rw-r--. 1 jenkins jenkins 5 Mar 29 14:19 VERSION 14:24:05 -rw-rw-r--. 1 jenkins jenkins 155 Mar 29 14:22 version.go 14:24:05 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 29 14:22 web [Pipeline] isUnix [Pipeline] sh 14:24:06 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=652937afd3b8c9b00807d84c48584873b82a6c4c --label arch=amd64 --label version=0.0.0 . 14:24:06 Sending build context to Docker daemon 17.39MB 14:24:06 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:24:06 Step 2/24 : FROM ${BASE} AS builder 14:24:06 ---> 4db9abf01f6c 14:24:06 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:24:07 ---> Running in e7e065d2c488 14:24:07 Removing intermediate container e7e065d2c488 14:24:07 ---> e4cef26d5470 14:24:07 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:24:07 ---> Running in c1062493517b 14:24:07 Removing intermediate container c1062493517b 14:24:07 ---> 6e03701d05bc 14:24:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:24:07 ---> Running in b24ca5484bd3 14:24:07 Removing intermediate container b24ca5484bd3 14:24:07 ---> fdaccb1a81d9 14:24:07 Step 6/24 : LABEL Name=edgex-ui-go 14:24:07 ---> Running in a871c62dd291 14:24:08 Removing intermediate container a871c62dd291 14:24:08 ---> d76562d67c7b 14:24:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:24:08 ---> Running in b3018704f1c8 14:24:08 Removing intermediate container b3018704f1c8 14:24:08 ---> 9dad93306c7c 14:24:08 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:08 ---> Running in 57c7a9e54c01 14:24:09 Removing intermediate container 57c7a9e54c01 14:24:09 ---> 889d4af7f64a 14:24:09 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:24:09 ---> Running in b0bd1870a218 14:24:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:24:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:24:11 OK: 166 MiB in 39 packages 14:24:11 Removing intermediate container b0bd1870a218 14:24:11 ---> 91ba28f8b6e6 14:24:11 Step 10/24 : ENV GO111MODULE=on 14:24:11 ---> Running in 0d4aeb8bf667 14:24:11 Removing intermediate container 0d4aeb8bf667 14:24:11 ---> c25cd99cbadb 14:24:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:24:11 ---> Running in dbdfcbb23d33 14:24:11 Removing intermediate container dbdfcbb23d33 14:24:11 ---> 8a6e3842d42d 14:24:11 Step 12/24 : COPY go.mod . 14:24:12 ---> abc4fe7c6cc9 14:24:12 Step 13/24 : COPY Makefile . 14:24:12 ---> fd447ea768da 14:24:12 Step 14/24 : RUN make update 14:24:12 ---> Running in 0a90e273607f 14:24:12 CGO_ENABLED=0 GO111MODULE=on go mod download 14:24:13 Removing intermediate container 0a90e273607f 14:24:13 ---> dc0dd0267de8 14:24:13 Step 15/24 : COPY . . 14:24:15 ---> fd1b0a0d1196 14:24:15 Step 16/24 : RUN ${MAKE} 14:24:15 ---> Running in 0e4d516dd288 14:24:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:24:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:24:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:24:28 GO111MODULE=on go vet ./... 14:24:28 Removing intermediate container 0e4d516dd288 14:24:28 ---> 94eccd754343 14:24:28 Step 17/24 : FROM alpine:3.12 14:24:28 3.12: Pulling from library/alpine 14:24:28 22599d3e9e25: Pulling fs layer 14:24:28 22599d3e9e25: Verifying Checksum 14:24:28 22599d3e9e25: Download complete 14:24:28 22599d3e9e25: Pull complete 14:24:28 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 14:24:28 Status: Downloaded newer image for alpine:3.12 14:24:28 ---> 42cb162f0360 14:24:28 Step 18/24 : EXPOSE 4000 14:24:29 ---> Running in 77183a1b396c 14:24:29 Removing intermediate container 77183a1b396c 14:24:29 ---> 9eb008a3779b 14:24:29 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:24:30 ---> f5e7a535dc6e 14:24:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:24:30 ---> Running in 18f4f71b59d4 14:24:30 Removing intermediate container 18f4f71b59d4 14:24:30 ---> 2a4fe345544f 14:24:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:24:31 ---> Running in 55a2cbb3cb11 14:24:31 Removing intermediate container 55a2cbb3cb11 14:24:31 ---> 44fffbb895c6 14:24:31 Step 22/24 : LABEL arch=amd64 14:24:31 ---> Running in f859139bdb7a 14:24:31 Removing intermediate container f859139bdb7a 14:24:31 ---> ba167384ef72 14:24:31 Step 23/24 : LABEL git_sha=652937afd3b8c9b00807d84c48584873b82a6c4c 14:24:31 ---> Running in a8097a08e16a 14:24:31 Removing intermediate container a8097a08e16a 14:24:31 ---> 7a5a06f0bbe2 14:24:31 Step 24/24 : LABEL version=0.0.0 14:24:31 ---> Running in 4dfc2c5671f2 14:24:31 Removing intermediate container 4dfc2c5671f2 14:24:31 ---> b3bec5dfcc21 14:24:31 [Warning] One or more build-args [ARCH] were not consumed 14:24:31 Successfully built b3bec5dfcc21 14:24:31 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:24:32 ---> job-cost.sh 14:24:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GPor [Pipeline] } 14:24:34 $ docker stop --time=1 73d4b805789abf532c1f61b34e56982e43f53c108a1b5146438d052d569cae2f 14:24:36 $ docker rm -f 73d4b805789abf532c1f61b34e56982e43f53c108a1b5146438d052d569cae2f [Pipeline] // withDockerContainer [Pipeline] sh 14:24:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:24:37 Warning: overwriting stash ‘coverage-report’ 14:24:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:24:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:24:39 + ls -al . 14:24:39 total 124 14:24:39 drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 14:24 . 14:24:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 14:22 .. 14:24:39 drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 14:22 .git 14:24:39 drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 14:22 .github 14:24:39 -rw-rw-r-- 1 jenkins jenkins 153 Mar 29 14:22 .gitignore 14:24:39 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 29 14:22 CONTRIBUTING.md 14:24:39 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 29 14:22 Dockerfile 14:24:39 -rw-rw-r-- 1 jenkins jenkins 902 Mar 29 14:22 Dockerfile.build 14:24:39 -rw-rw-r-- 1 jenkins jenkins 652 Mar 29 14:22 Jenkinsfile 14:24:39 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 29 14:22 LICENSE 14:24:39 -rw-rw-r-- 1 jenkins jenkins 951 Mar 29 14:22 Makefile 14:24:39 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 29 14:22 README.md 14:24:39 -rw-rw-r-- 1 jenkins jenkins 5 Mar 29 14:19 VERSION 14:24:39 drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 14:22 assets 14:24:39 drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 14:22 bin 14:24:39 drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 14:22 cmd 14:24:39 -rw-r--r-- 1 jenkins jenkins 10 Mar 29 14:24 coverage.out 14:24:39 drwxrwxr-x 5 jenkins jenkins 4096 Mar 29 14:22 docs 14:24:39 -rw-rw-r-- 1 jenkins jenkins 987 Mar 29 14:22 go.mod 14:24:39 -rw-r--r-- 1 jenkins jenkins 22319 Mar 29 14:24 go.sum 14:24:39 drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 14:22 internal 14:24:39 -rw-rw-r-- 1 jenkins jenkins 155 Mar 29 14:22 version.go 14:24:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 14:22 web [Pipeline] isUnix [Pipeline] sh 14:24:40 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=652937afd3b8c9b00807d84c48584873b82a6c4c --label arch=arm64 --label version=0.0.0 . 14:24:41 Sending build context to Docker daemon 17.39MB 14:24:41 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:24:41 Step 2/24 : FROM ${BASE} AS builder 14:24:41 ---> 99df5e2779ff 14:24:41 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:24:41 ---> Running in 645d521bb28c 14:24:41 Removing intermediate container 645d521bb28c 14:24:41 ---> 6b0c7fdafe81 14:24:41 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:24:41 ---> Running in fd32acd2d26f 14:24:42 Removing intermediate container fd32acd2d26f 14:24:42 ---> ba335600d93b 14:24:42 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:24:42 ---> Running in 687d358b6b37 14:24:42 Removing intermediate container 687d358b6b37 14:24:42 ---> 7525b83db0c5 14:24:42 Step 6/24 : LABEL Name=edgex-ui-go 14:24:43 ---> Running in dfd0674d3166 14:24:43 Removing intermediate container dfd0674d3166 14:24:43 ---> e80fa388ca8b 14:24:43 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:24:43 ---> Running in 235c9f58db26 14:24:44 Removing intermediate container 235c9f58db26 14:24:44 ---> 1659511be21d 14:24:44 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:44 ---> Running in 9982d475c37e 14:24:46 Removing intermediate container 9982d475c37e 14:24:46 ---> 48876d3fa52b 14:24:46 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:24:46 ---> Running in 142ec73baec2 14:24:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:24:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:24:48 OK: 142 MiB in 39 packages 14:24:50 Removing intermediate container 142ec73baec2 14:24:50 ---> 988c9d20523c 14:24:50 Step 10/24 : ENV GO111MODULE=on 14:24:50 ---> Running in b581ca627425 14:24:50 Removing intermediate container b581ca627425 14:24:50 ---> 79c0f51825a5 14:24:50 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:24:50 ---> Running in 8292da9a7d9f 14:24:51 Removing intermediate container 8292da9a7d9f 14:24:51 ---> de3602ae12c3 14:24:51 Step 12/24 : COPY go.mod . 14:24:52 ---> 071805c25194 14:24:52 Step 13/24 : COPY Makefile . 14:24:52 ---> 1150199ad6e3 14:24:52 Step 14/24 : RUN make update 14:24:52 ---> Running in 6f3c8c9f243b 14:24:54 CGO_ENABLED=0 GO111MODULE=on go mod download 14:24:55 Removing intermediate container 6f3c8c9f243b 14:24:55 ---> fc3825571e0b 14:24:55 Step 15/24 : COPY . . 14:24:57 ---> ff916392f394 14:24:57 Step 16/24 : RUN ${MAKE} 14:24:57 ---> Running in 52dcbad00fd5 14:24:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:25:14 lf-activate-venv(): INFO: Adding /tmp/venv-GPor/bin to PATH 14:25:14 INFO: No Stack... 14:25:14 INFO: Retrieving Pricing Info for: v1-standard-2 14:25:15 INFO: Archiving Costs [Pipeline] sh 14:25:16 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 14:25:16 + cut -d, -f6 [Pipeline] lock 14:25:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] 14:25:16 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] did not exist. Created. 14:25:16 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:25:16 + echo total: 0.029999999329447746 [Pipeline] stash 14:25:16 Stashed 1 file(s) [Pipeline] } 14:25:16 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:25:25 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:25:31 Removing intermediate container 52dcbad00fd5 14:25:31 ---> 36bb213f7aa3 14:25:31 Step 17/24 : FROM alpine:3.12 14:25:31 3.12: Pulling from library/alpine 14:25:31 95dec6db3722: Pulling fs layer 14:25:31 95dec6db3722: Verifying Checksum 14:25:31 95dec6db3722: Download complete 14:25:32 95dec6db3722: Pull complete 14:25:32 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 14:25:32 Status: Downloaded newer image for alpine:3.12 14:25:32 ---> e47305ac9786 14:25:32 Step 18/24 : EXPOSE 4000 14:25:32 ---> Running in e8d0006edb48 14:25:32 Removing intermediate container e8d0006edb48 14:25:32 ---> ed0808433aa5 14:25:32 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:25:34 ---> b818deb16bbb 14:25:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:25:34 ---> Running in 4c987a125b44 14:25:35 Removing intermediate container 4c987a125b44 14:25:35 ---> e06837a6ef4c 14:25:35 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:25:35 ---> Running in 81ab5e3c839b 14:25:35 Removing intermediate container 81ab5e3c839b 14:25:35 ---> 1b6b1652c864 14:25:35 Step 22/24 : LABEL arch=arm64 14:25:35 ---> Running in 6931a2fe65ff 14:25:36 Removing intermediate container 6931a2fe65ff 14:25:36 ---> 7394d6b7ca64 14:25:36 Step 23/24 : LABEL git_sha=652937afd3b8c9b00807d84c48584873b82a6c4c 14:25:36 ---> Running in 31276d94825c 14:25:36 Removing intermediate container 31276d94825c 14:25:36 ---> e7530f8004cf 14:25:36 Step 24/24 : LABEL version=0.0.0 14:25:36 ---> Running in c6964d89dd43 14:25:37 Removing intermediate container c6964d89dd43 14:25:37 ---> b0250afa5320 14:25:37 [Warning] One or more build-args [ARCH] were not consumed 14:25:37 Successfully built b0250afa5320 14:25:37 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:25:38 ---> job-cost.sh 14:25:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-A26t 14:26:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:27:53 lf-activate-venv(): INFO: Adding /tmp/venv-A26t/bin to PATH 14:27:53 INFO: No Stack... 14:27:53 INFO: Retrieving Pricing Info for: lf-standard-4 14:27:53 INFO: Archiving Costs [Pipeline] sh 14:27:54 + cut -d, -f6 14:27:54 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 14:27:54 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] 14:27:54 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] did not exist. Created. 14:27:54 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:27:54 /w/workspace/edgex-ui-go/2@tmp/durable-67e0647e/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-67e0647e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:27:55 + echo total: 0.20999999344348907 [Pipeline] stash 14:27:55 Warning: overwriting stash ‘stack-cost’ 14:27:55 Stashed 1 file(s) [Pipeline] } 14:27:55 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:27:56 provisioning config files... 14:27:56 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config1538894894625764337tmp [Pipeline] { [Pipeline] sh 14:27:57 + set +x 14:27:57 + curl -s https://codecov.io/bash 14:27:57 + bash -s -- 14:27:57 14:27:57 _____ _ 14:27:57 / ____| | | 14:27:57 | | ___ __| | ___ ___ _____ __ 14:27:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:27:57 | |___| (_) | (_| | __/ (_| (_) \ V / 14:27:57 \_____\___/ \__,_|\___|\___\___/ \_/ 14:27:57 Bash-20210309-2b87ace 14:27:57 14:27:57 14:27:57 ==> git version 2.24.3 found 14:27:57 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 14:27:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:27:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:27:57 curl: option -sm: expected a proper numerical parameter 14:27:57 curl: try 'curl --help' or 'curl --manual' for more information 14:27:57 ==> Jenkins CI detected. 14:27:57 project root: . 14:27:57 --> token set from env 14:27:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:27:57 ==> Running gcov in . (disable via -X gcov) 14:27:57 ==> Python coveragepy not found 14:27:57 ==> Searching for coverage reports in: 14:27:57 + . 14:27:57 -> Found 1 reports 14:27:57 ==> Detecting git/mercurial file structure 14:27:57 ==> Reading reports 14:27:57 + ./coverage.out bytes=10 14:27:57 ==> Appending adjustments 14:27:57 https://docs.codecov.io/docs/fixing-reports 14:27:57 + Found adjustments 14:27:57 ==> Gzipping contents 14:27:57 4.0K /tmp/codecov.CMDdUu.gz 14:27:57 ==> Uploading reports 14:27:57 url: https://codecov.io 14:27:57 query: branch=PR-319&commit=652937afd3b8c9b00807d84c48584873b82a6c4c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= 14:27:57 -> Pinging Codecov 14:27:57 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-319&commit=652937afd3b8c9b00807d84c48584873b82a6c4c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= 14:27:58 -> Uploading to 14:27:58 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/FB506323287CE973F263BFD2A0EB1F37/652937afd3b8c9b00807d84c48584873b82a6c4c/a4c2858a-096a-4c80-8156-e04b5eea6d6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T142758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d57e045b3797763ed67a318763f16eec975ad913f41cb2356246ef69df4f805c 14:27:58 % Total % Received % Xferd Average Speed Time Time Time Current 14:27:58 Dload Upload Total Spent Left Speed 14:27:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3335 0 0 100 3335 0 9454 --:--:-- --:--:-- --:--:-- 9474 14:27:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/652937afd3b8c9b00807d84c48584873b82a6c4c [Pipeline] } 14:27:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:28:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:28:01 ---> package-listing.sh 14:28:01 ++ facter osfamily 14:28:01 ++ tr '[:upper:]' '[:lower:]' 14:28:01 + OS_FAMILY=redhat 14:28:01 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-319 14:28:01 + START_PACKAGES=/tmp/packages_start.txt 14:28:01 + END_PACKAGES=/tmp/packages_end.txt 14:28:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:28:01 + PACKAGES=/tmp/packages_start.txt 14:28:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' 14:28:01 + PACKAGES=/tmp/packages_end.txt 14:28:01 + case "${OS_FAMILY}" in 14:28:01 + rpm -qa 14:28:01 + sort 14:28:06 + '[' -f /tmp/packages_start.txt ']' 14:28:06 + '[' -f /tmp/packages_end.txt ']' 14:28:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:28:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' 14:28:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ 14:28:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ [Pipeline] echo 14:28:06 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/edgexfoundry_edgex-ui-go_PR-319/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:28:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:28:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:28:07 14:28:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:28:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:28:07 alpine: Pulling from edgex-lftools-log-publisher 14:28:07 df20fa9351a1: Pulling fs layer 14:28:07 36b3adc4ff6f: Pulling fs layer 14:28:07 8ad3a11d3b57: Pulling fs layer 14:28:07 46f8f816bc3b: Pulling fs layer 14:28:07 93b61091891f: Pulling fs layer 14:28:07 93b9cdb0e59b: Pulling fs layer 14:28:07 5e14af77c1be: Pulling fs layer 14:28:07 01666e4c0597: Pulling fs layer 14:28:07 aa168da1d23b: Pulling fs layer 14:28:07 93b9cdb0e59b: Waiting 14:28:07 5e14af77c1be: Waiting 14:28:07 01666e4c0597: Waiting 14:28:07 46f8f816bc3b: Waiting 14:28:07 93b61091891f: Waiting 14:28:07 aa168da1d23b: Waiting 14:28:07 36b3adc4ff6f: Verifying Checksum 14:28:07 36b3adc4ff6f: Download complete 14:28:07 46f8f816bc3b: Verifying Checksum 14:28:07 46f8f816bc3b: Download complete 14:28:07 df20fa9351a1: Verifying Checksum 14:28:07 df20fa9351a1: Download complete 14:28:07 93b9cdb0e59b: Verifying Checksum 14:28:07 93b9cdb0e59b: Download complete 14:28:07 5e14af77c1be: Verifying Checksum 14:28:07 5e14af77c1be: Download complete 14:28:07 01666e4c0597: Verifying Checksum 14:28:07 01666e4c0597: Download complete 14:28:07 93b61091891f: Verifying Checksum 14:28:07 93b61091891f: Download complete 14:28:07 8ad3a11d3b57: Verifying Checksum 14:28:07 8ad3a11d3b57: Download complete 14:28:08 df20fa9351a1: Pull complete 14:28:08 36b3adc4ff6f: Pull complete 14:28:09 aa168da1d23b: Verifying Checksum 14:28:09 aa168da1d23b: Download complete 14:28:10 8ad3a11d3b57: Pull complete 14:28:10 46f8f816bc3b: Pull complete 14:28:10 93b61091891f: Pull complete 14:28:10 93b9cdb0e59b: Pull complete 14:28:10 5e14af77c1be: Pull complete 14:28:11 01666e4c0597: Pull complete 14:28:18 aa168da1d23b: Pull complete 14:28:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:28:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:28:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:28:18 prd-centos7-docker-4c-2g-31735 does not seem to be running inside a container 14:28:18 $ 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/edgexfoundry_edgex-ui-go_PR-319/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-319 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319:/w/workspace/edgexfoundry_edgex-ui-go_PR-319:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:28:21 $ docker top 112e28993908f797a1170c8214b00e25bf5cbc63d8e7977031d74045fc5b9b91 -eo pid,comm [Pipeline] { [Pipeline] sh 14:28:22 + touch /tmp/pre-build-complete [Pipeline] sh 14:28:22 + mkdir -p /var/log/sa [Pipeline] sh 14:28:22 + ls /var/log/sa-host 14:28:22 + sadf -c /var/log/sa-host/sa23 14:28:22 file_magic: OK 14:28:22 HZ: Using current value: 100 14:28:22 file_header: OK 14:28:22 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 14:28:22 Statistics: 14:28:22 Hnuu...uuuununununu... 14:28:22 File successfully converted to sysstat format version 12.2.1 14:28:22 + sadf -c /var/log/sa-host/sa29 14:28:22 file_magic: OK 14:28:22 HZ: Using current value: 100 14:28:22 file_header: OK 14:28:22 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 14:28:22 Statistics: 14:28:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:28:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:28:23 provisioning config files... 14:28:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config298914614587306550tmp [Pipeline] { [Pipeline] echo 14:28:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:28:23 ---> create-netrc.sh [Pipeline] } 14:28:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:28:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:28:23 ---> python-tools-install.sh [Pipeline] echo 14:28:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:28:24 ---> sudo-logs.sh 14:28:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:28:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:28:24 ---> job-cost.sh 14:28:24 lf-activate-venv: SKIPPING 14:28:24 DEBUG: total: 0.20999999344348907 14:28:24 INFO: Retrieving Stack Cost... 14:28:25 INFO: Retrieving Pricing Info for: v1-standard-2 14:28:26 INFO: Archiving Costs [Pipeline] echo 14:28:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:28:26 ---> logs-deploy.sh 14:28:26 lf-activate-venv: SKIPPING 14:28:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-319/2 14:28:26 INFO: archiving workspace using pattern(s): 14:28:28 Archives upload complete. 14:28:28 INFO: archiving logs to Nexus 14:28:29 ---> uname -a: 14:28:29 Linux prd-centos7-docker-4c-2g-31735.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:28:29 14:28:29 14:28:29 ---> lscpu: 14:28:29 Architecture: x86_64 14:28:29 CPU op-mode(s): 32-bit, 64-bit 14:28:29 Byte Order: Little Endian 14:28:29 Address sizes: 40 bits physical, 48 bits virtual 14:28:29 CPU(s): 4 14:28:29 On-line CPU(s) list: 0-3 14:28:29 Thread(s) per core: 1 14:28:29 Core(s) per socket: 1 14:28:29 Socket(s): 4 14:28:29 NUMA node(s): 1 14:28:29 Vendor ID: GenuineIntel 14:28:29 CPU family: 6 14:28:29 Model: 44 14:28:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:28:29 Stepping: 1 14:28:29 CPU MHz: 2933.442 14:28:29 BogoMIPS: 5866.88 14:28:29 Virtualization: VT-x 14:28:29 Hypervisor vendor: KVM 14:28:29 Virtualization type: full 14:28:29 L1d cache: 128 KiB 14:28:29 L1i cache: 128 KiB 14:28:29 L2 cache: 16 MiB 14:28:29 L3 cache: 64 MiB 14:28:29 NUMA node0 CPU(s): 0-3 14:28:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:28:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:28:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:28:29 Vulnerability Meltdown: Mitigation; PTI 14:28:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:28:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:28:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:28:29 Vulnerability Srbds: Not affected 14:28:29 Vulnerability Tsx async abort: Not affected 14:28:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 14:28:29 14:28:29 14:28:29 ---> nproc: 14:28:29 4 14:28:29 14:28:29 14:28:29 ---> df -h: 14:28:29 Filesystem Size Used Available Use% Mounted on 14:28:29 overlay 50.0G 7.3G 42.7G 15% / 14:28:29 tmpfs 64.0M 0 64.0M 0% /dev 14:28:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:28:29 shm 64.0M 0 64.0M 0% /dev/shm 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-319 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 14:28:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 14:28:29 14:28:29 14:28:29 ---> free -m: 14:28:29 total used free shared buff/cache available 14:28:29 Mem: 1837 718 87 0 1031 1015 14:28:29 Swap: 1023 1 1022 14:28:29 14:28:29 14:28:29 ---> ip addr: 14:28:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:28:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:28:29 inet 127.0.0.1/8 scope host lo 14:28:29 valid_lft forever preferred_lft forever 14:28:29 inet6 ::1/128 scope host 14:28:29 valid_lft forever preferred_lft forever 14:28:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:28:29 link/ether fa:16:3e:3c:ee:eb brd ff:ff:ff:ff:ff:ff 14:28:29 inet 10.30.123.188/23 brd 10.30.123.255 scope global dynamic eth0 14:28:29 valid_lft 85792sec preferred_lft 85792sec 14:28:29 inet6 fe80::f816:3eff:fe3c:eeeb/64 scope link 14:28:29 valid_lft forever preferred_lft forever 14:28:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:28:29 link/ether 02:42:8a:1a:77:f0 brd ff:ff:ff:ff:ff:ff 14:28:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:28:29 valid_lft forever preferred_lft forever 14:28:29 inet6 fe80::42:8aff:fe1a:77f0/64 scope link 14:28:29 valid_lft forever preferred_lft forever 14:28:29 14:28:29 14:28:29 ---> sar -b -r -n DEV: 14:28:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 14:28:29 14:28:29 14:18:10 LINUX RESTART (4 CPU) 14:28:29 14:28:29 14:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:28:29 14:20:02 33.93 11.04 22.89 0.00 4366.17 3859.12 0.00 14:28:29 14:21:01 0.97 0.00 0.97 0.00 0.00 20.56 0.00 14:28:29 14:22:01 0.28 0.00 0.28 0.00 0.00 2.73 0.00 14:28:29 14:23:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 14:28:29 14:24:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 14:28:29 14:25:01 0.32 0.00 0.32 0.00 0.00 3.93 0.00 14:28:29 14:26:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 14:28:29 14:27:01 0.22 0.00 0.22 0.00 0.00 3.23 0.00 14:28:29 14:28:01 2.61 2.43 0.18 0.00 244.06 2.30 0.00 14:28:29 Average: 4.35 1.50 2.85 0.00 513.33 434.28 0.00 14:28:29 14:28:29 14:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:28:29 14:20:02 149960 0 599592 31.87 2620 1129372 1102144 37.61 424616 1106700 20 14:28:29 14:21:01 155608 0 593936 31.57 2620 1129380 1076828 36.75 422132 1103848 8 14:28:29 14:22:01 154500 0 595040 31.63 2620 1129384 1076828 36.75 416248 1111520 8 14:28:29 14:23:01 153732 0 595808 31.67 2620 1129384 1077024 36.76 431824 1096724 8 14:28:29 14:24:01 152612 0 596920 31.73 2620 1129392 1076964 36.75 431476 1098024 8 14:28:29 14:25:01 152668 0 596860 31.72 2620 1129396 1076952 36.75 446428 1083032 8 14:28:29 14:26:01 153416 0 596108 31.68 2620 1129400 1076892 36.75 445944 1083076 16 14:28:29 14:27:01 153120 0 596400 31.70 2620 1129404 1076892 36.75 445932 1083076 8 14:28:29 14:28:01 140176 0 602048 32.00 2620 1136700 1094796 37.36 451580 1089648 28 14:28:29 Average: 151755 0 596968 31.73 2620 1130201 1081702 36.92 435131 1095072 12 14:28:29 14:28:29 14:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:28:29 14:20:02 eth0 120.25 113.22 454.54 29.13 0.00 0.00 0.00 0.00 14:28:29 14:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:20:02 docker0 54.48 44.87 4.70 114.03 0.00 0.00 0.00 0.00 14:28:29 14:21:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:28:29 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:22:01 eth0 0.95 0.07 0.07 0.01 0.00 0.00 0.00 0.00 14:28:29 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:23:01 eth0 1.22 0.48 0.57 0.36 0.00 0.00 0.00 0.00 14:28:29 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:24:01 eth0 0.23 0.17 0.08 0.10 0.00 0.00 0.00 0.00 14:28:29 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:25:01 eth0 0.23 0.23 0.09 0.02 0.00 0.00 0.00 0.00 14:28:29 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:26:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:28:29 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:28:29 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:28:01 eth0 7.66 4.90 7.51 2.57 0.00 0.00 0.00 0.00 14:28:29 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 Average: eth0 14.57 13.29 51.54 3.59 0.00 0.00 0.00 0.00 14:28:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:28:29 Average: docker0 6.07 5.00 0.52 12.70 0.00 0.00 0.00 0.00 14:28:29 14:28:29 14:28:29 ---> sar -P ALL: 14:28:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 14:28:29 14:28:29 14:18:10 LINUX RESTART (4 CPU) 14:28:29 14:28:29 14:19:01 CPU %user %nice %system %iowait %steal %idle 14:28:29 14:20:02 all 2.57 0.00 1.63 0.62 0.02 95.16 14:28:29 14:20:02 0 2.56 0.00 1.46 0.27 0.02 95.70 14:28:29 14:20:02 1 2.53 0.00 1.69 1.32 0.02 94.44 14:28:29 14:20:02 2 2.63 0.00 1.71 0.12 0.02 95.53 14:28:29 14:20:02 3 2.55 0.00 1.68 0.79 0.02 94.97 14:28:29 14:21:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:28:29 14:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:28:29 14:21:01 1 0.07 0.00 0.03 0.00 0.02 99.88 14:28:29 14:21:01 2 0.46 0.00 0.03 0.00 0.00 99.51 14:28:29 14:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:28:29 14:22:01 all 0.17 0.00 0.03 0.00 0.00 99.80 14:28:29 14:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:28:29 14:22:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:28:29 14:22:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:28:29 14:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 14:28:29 14:23:01 all 0.16 0.00 0.03 0.00 0.00 99.80 14:28:29 14:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:28:29 14:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 14:28:29 14:23:01 2 0.52 0.00 0.00 0.00 0.00 99.48 14:28:29 14:23:01 3 0.03 0.00 0.07 0.00 0.00 99.90 14:28:29 14:24:01 all 0.17 0.00 0.06 0.00 0.00 99.77 14:28:29 14:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:28:29 14:24:01 1 0.10 0.00 0.12 0.00 0.02 99.77 14:28:29 14:24:01 2 0.52 0.00 0.03 0.00 0.00 99.45 14:28:29 14:24:01 3 0.03 0.00 0.07 0.00 0.00 99.90 14:28:29 14:25:01 all 0.15 0.00 0.05 0.00 0.00 99.80 14:28:29 14:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:28:29 14:25:01 1 0.05 0.00 0.07 0.00 0.00 99.88 14:28:29 14:25:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:28:29 14:25:01 3 0.00 0.00 0.12 0.00 0.00 99.88 14:28:29 14:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:28:29 14:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:28:29 14:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 14:28:29 14:26:01 2 0.48 0.00 0.02 0.00 0.00 99.50 14:28:29 14:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:28:29 14:27:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:28:29 14:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:28:29 14:27:01 1 0.05 0.00 0.03 0.00 0.02 99.90 14:28:29 14:27:01 2 0.50 0.00 0.02 0.00 0.00 99.48 14:28:29 14:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:28:29 14:28:01 all 0.55 0.00 0.28 0.06 0.00 99.11 14:28:29 14:28:01 0 0.70 0.00 0.33 0.17 0.00 98.80 14:28:29 14:28:01 1 0.27 0.00 0.20 0.03 0.00 99.50 14:28:29 14:28:01 2 0.80 0.00 0.28 0.00 0.02 98.90 14:28:29 14:28:01 3 0.42 0.00 0.30 0.03 0.00 99.25 14:28:29 Average: all 0.47 0.00 0.24 0.08 0.00 99.22 14:28:29 Average: 0 0.38 0.00 0.22 0.05 0.00 99.35 14:28:29 Average: 1 0.36 0.00 0.25 0.15 0.01 99.23 14:28:29 Average: 2 0.77 0.00 0.24 0.01 0.00 98.98 14:28:29 Average: 3 0.35 0.00 0.25 0.09 0.00 99.30 14:28:29 14:28:29 14:28:29