Pull request #332 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9848c90a6ec829c9ad220565bc7a3ee210dfe919+67b271c0d6720504190f29223f2a5b9aa83cfa4f (99af9aca627000ff4df29d0a885f0176edc48652) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33902 in /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [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-332 # 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 Merging remotes/origin/master commit 67b271c0d6720504190f29223f2a5b9aa83cfa4f into PR head commit 9848c90a6ec829c9ad220565bc7a3ee210dfe919 > 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 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/332/head:refs/remotes/origin/PR-332 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 9848c90a6ec829c9ad220565bc7a3ee210dfe919 Checking out Revision 9848c90a6ec829c9ad220565bc7a3ee210dfe919 (PR-332) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66" > git rev-list --no-walk 09badb012b1c3c1836bae9991a210de885dedcf7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:15:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:15:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:15:01 ========================================================= 10:15:01 EdgeX Global Pipelines Version Info 10:15:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:15:03 ------------------- 10:15:03 stable info: 10:15:03 ------------------- 10:15:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:15:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 10:15:03 Message: update stable to v1.0.186 10:15:03 ------------------- 10:15:03 experimental info: 10:15:03 ------------------- 10:15:03 Commited By: **** collab-it+edgex@linuxfoundation.org 10:15:03 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 10:15:03 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:15:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:15:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:15:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-332 [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-332 [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-332 [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9848c90 [Pipeline] echo 10:15:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:15:07 provisioning config files... 10:15:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/config1790281026332758504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:07 ---> docker-login.sh 10:15:07 nexus3.edgexfoundry.org:10001 10:15:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:07 Configure a credential helper to remove this warning. See 10:15:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:07 10:15:07 Login Succeeded 10:15:07 nexus3.edgexfoundry.org:10002 10:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:08 Configure a credential helper to remove this warning. See 10:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:08 10:15:08 Login Succeeded 10:15:08 nexus3.edgexfoundry.org:10003 10:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:08 Configure a credential helper to remove this warning. See 10:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:08 10:15:08 Login Succeeded 10:15:08 nexus3.edgexfoundry.org:10004 10:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:08 Configure a credential helper to remove this warning. See 10:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:08 10:15:08 Login Succeeded 10:15:08 docker.io 10:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:09 Configure a credential helper to remove this warning. See 10:15:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:09 10:15:09 Login Succeeded 10:15:09 ---> docker-login.sh ends [Pipeline] } 10:15:10 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 10:15:11 + git log --format=format:%s -1 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [Pipeline] echo 10:15:11 GIT_COMMIT: 9848c90a6ec829c9ad220565bc7a3ee210dfe919, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66 [Pipeline] echo 10:15:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:12 10:15:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:15:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:12 latest: Pulling from edgex-devops/git-semver 10:15:12 31603596830f: Pulling fs layer 10:15:12 2a8b12db71e7: Pulling fs layer 10:15:12 6ca5941a6612: Pulling fs layer 10:15:12 ecc8261a40a4: Pulling fs layer 10:15:12 2a8b12db71e7: Verifying Checksum 10:15:12 2a8b12db71e7: Download complete 10:15:12 31603596830f: Verifying Checksum 10:15:12 31603596830f: Download complete 10:15:13 6ca5941a6612: Verifying Checksum 10:15:13 6ca5941a6612: Download complete 10:15:13 ecc8261a40a4: Verifying Checksum 10:15:13 ecc8261a40a4: Download complete 10:15:13 31603596830f: Pull complete 10:15:13 2a8b12db71e7: Pull complete 10:15:14 6ca5941a6612: Pull complete 10:15:14 ecc8261a40a4: Pull complete 10:15:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:15:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:15:14 prd-centos7-docker-4c-2g-33902 does not seem to be running inside a container 10:15:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-332 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332:/w/workspace/edgexfoundry_edgex-ui-go_PR-332:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@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 10:15:17 $ docker top 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:15:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:17 [ssh-agent] Looking for ssh-agent implementation... 10:15:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:18 $ docker exec 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent 10:15:18 SSH_AUTH_SOCK=/tmp/ssh-xq3RJg70qLSu/agent.12 10:15:18 SSH_AGENT_PID=17 10:15:18 Running ssh-add (command line suppressed) 10:15:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_2142227419440292683.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_2142227419440292683.key) 10:15:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:18 + git tag --points-at HEAD [Pipeline] } 10:15:18 $ docker exec --env ******** --env ******** 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent -k 10:15:18 unset SSH_AUTH_SOCK; 10:15:18 unset SSH_AGENT_PID; 10:15:18 echo Agent pid 17 killed; 10:15:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:15:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:19 [ssh-agent] Looking for ssh-agent implementation... 10:15:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:19 $ docker exec 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent 10:15:19 SSH_AUTH_SOCK=/tmp/ssh-TryZbePJafoM/agent.46 10:15:19 SSH_AGENT_PID=51 10:15:19 Running ssh-add (command line suppressed) 10:15:19 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_7626346262240641558.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_7626346262240641558.key) 10:15:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:20 + git semver init 10:15:20 # -> Open(): unable to determine branch for HEAD 10:15:20 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-332/.git 10:15:20 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-332 10:15:20 # $SEMVER_REMOTE_NAME = origin 10:15:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:15:20 # $SEMVER_USER_NAME = edgex-jenkins 10:15:20 # $SEMVER_BRANCH = PR-332 10:15:20 # $SEMVER_TEMP = /tmp/semver-505036083 10:15:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:15:21 # '/tmp/semver-505036083' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-332/.semver' 10:15:21 # -> Force: false 10:15:21 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-332/.semver [Pipeline] } 10:15:21 $ docker exec --env ******** --env ******** 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent -k 10:15:21 unset SSH_AUTH_SOCK; 10:15:21 unset SSH_AGENT_PID; 10:15:21 echo Agent pid 51 killed; 10:15:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:15:22 + git semver [Pipeline] } 10:15:22 $ docker stop --time=1 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 10:15:23 $ docker rm -f 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 [Pipeline] // withDockerContainer [Pipeline] sh 10:15:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:15:24 Stashed 1 file(s) [Pipeline] echo 10:15:24 [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 10:15:40 Still waiting to schedule task 10:15:40 ‘prd-centos7-blackbox-4c-2g-33548’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-blackbox-4c-2g-33549’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33903’ is offline; ‘prd-centos7-docker-4c-2g-33904’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ 10:15:40 Still waiting to schedule task 10:15:40 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:15:46 Running on prd-centos7-docker-4c-2g-33903 in /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [Pipeline] { [Pipeline] ws 10:15:46 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:15:49 using credential edgex-jenkins-ssh 10:15:49 Cloning the remote Git repository 10:15:49 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:15:49 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:15:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:15:49 > git --version # timeout=10 10:15:49 > git --version # 'git version 2.24.3' 10:15:49 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:15:51 Merging remotes/origin/master commit 67b271c0d6720504190f29223f2a5b9aa83cfa4f into PR head commit 9848c90a6ec829c9ad220565bc7a3ee210dfe919 10:15:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:15:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:15:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:15:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:15:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:51 > git config core.sparsecheckout # timeout=10 10:15:51 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 10:15:51 Merge succeeded, producing 9848c90a6ec829c9ad220565bc7a3ee210dfe919 10:15:51 Checking out Revision 9848c90a6ec829c9ad220565bc7a3ee210dfe919 (PR-332) 10:15:51 > git remote # timeout=10 10:15:51 > git config --get remote.origin.url # timeout=10 10:15:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:51 > git merge 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 10:15:51 > git rev-parse HEAD^{commit} # timeout=10 10:15:51 > git config core.sparsecheckout # timeout=10 10:15:51 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 10:15:55 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:15:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:15:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:15:57 + sudo service docker restart 10:15:57 + true 10:15:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:15:58 provisioning config files... 10:15:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config7120799417367559113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:59 ---> docker-login.sh 10:15:59 nexus3.edgexfoundry.org:10001 10:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:59 Configure a credential helper to remove this warning. See 10:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:59 10:15:59 Login Succeeded 10:15:59 nexus3.edgexfoundry.org:10002 10:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 nexus3.edgexfoundry.org:10003 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 nexus3.edgexfoundry.org:10004 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 docker.io 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 ---> docker-login.sh ends [Pipeline] } 10:16:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:16:01 ========================================================= 10:16:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:16:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:16:01 + 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 . 10:16:02 Sending build context to Docker daemon 34.57MB 10:16:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:16:02 Step 2/8 : FROM ${BASE} 10:16:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:16:02 188c0c94c7c5: Pulling fs layer 10:16:02 0ef7d3d256c8: Pulling fs layer 10:16:02 de9db76c5a1d: Pulling fs layer 10:16:02 bca2f99d35d6: Pulling fs layer 10:16:02 93359f2a8cfa: Pulling fs layer 10:16:02 7c6f9722023f: Pulling fs layer 10:16:02 a35cf1a2eb13: Pulling fs layer 10:16:02 7c6f9722023f: Waiting 10:16:02 a35cf1a2eb13: Waiting 10:16:02 93359f2a8cfa: Waiting 10:16:02 bca2f99d35d6: Waiting 10:16:02 de9db76c5a1d: Download complete 10:16:02 0ef7d3d256c8: Verifying Checksum 10:16:02 0ef7d3d256c8: Download complete 10:16:02 93359f2a8cfa: Verifying Checksum 10:16:02 93359f2a8cfa: Download complete 10:16:02 7c6f9722023f: Verifying Checksum 10:16:02 7c6f9722023f: Download complete 10:16:02 188c0c94c7c5: Verifying Checksum 10:16:02 188c0c94c7c5: Download complete 10:16:02 188c0c94c7c5: Pull complete 10:16:02 0ef7d3d256c8: Pull complete 10:16:03 de9db76c5a1d: Pull complete 10:16:04 a35cf1a2eb13: Verifying Checksum 10:16:04 a35cf1a2eb13: Download complete 10:16:05 bca2f99d35d6: Verifying Checksum 10:16:05 bca2f99d35d6: Download complete 10:16:10 bca2f99d35d6: Pull complete 10:16:10 93359f2a8cfa: Pull complete 10:16:10 7c6f9722023f: Pull complete 10:16:18 a35cf1a2eb13: Pull complete 10:16:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:16:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:16:18 ---> a62c8e92a672 10:16:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:16:18 ---> Running in e23aea37d23a 10:16:18 Removing intermediate container e23aea37d23a 10:16:18 ---> aba00297b51e 10:16:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:16:19 ---> Running in 5d72950965cc 10:16:20 Removing intermediate container 5d72950965cc 10:16:20 ---> e233f7e78c76 10:16:20 Step 5/8 : RUN apk add --no-cache make git 10:16:20 ---> Running in 34af0e25e796 10:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:16:22 OK: 166 MiB in 39 packages 10:16:23 Removing intermediate container 34af0e25e796 10:16:23 ---> 591e40b71110 10:16:23 Step 6/8 : WORKDIR /edgex-ui-go 10:16:23 ---> Running in af29ba113ae4 10:16:23 Removing intermediate container af29ba113ae4 10:16:23 ---> caf78e423529 10:16:23 Step 7/8 : COPY . . 10:16:26 ---> 9bf2f6fc6456 10:16:26 Step 8/8 : RUN go mod download 10:16:26 ---> Running in 20924fcf54e2 10:16:59 Removing intermediate container 20924fcf54e2 10:16:59 ---> 66ad44867f6c 10:16:59 Successfully built 66ad44867f6c 10:16:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:16:59 + docker inspect -f . ci-base-image-x86_64 10:16:59 . [Pipeline] withDockerContainer 10:17:00 prd-centos7-docker-4c-2g-33903 does not seem to be running inside a container 10:17:00 $ 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 ******** ci-base-image-x86_64 cat 10:17:01 $ docker top 0f45b952de534252fe228d58351cbbc0e080c9cfac0e13879b55fe952cf490af -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:01 + go version 10:17:01 go version go1.15.5 linux/amd64 [Pipeline] } 10:17:01 $ docker stop --time=1 0f45b952de534252fe228d58351cbbc0e080c9cfac0e13879b55fe952cf490af 10:17:03 $ docker rm -f 0f45b952de534252fe228d58351cbbc0e080c9cfac0e13879b55fe952cf490af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:04 + docker inspect -f . ci-base-image-x86_64 10:17:04 . [Pipeline] withDockerContainer 10:17:04 prd-centos7-docker-4c-2g-33903 does not seem to be running inside a container 10:17:04 $ 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 ******** ci-base-image-x86_64 cat 10:17:05 $ docker top 4f124110e9584d4951b61f65e11b241dabdb2fabbe78446a961f83b30abc4d46 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:05 + make test 10:17:05 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:17:07 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:17:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:17:17 GO111MODULE=on go vet ./... [Pipeline] } 10:17:19 $ docker stop --time=1 4f124110e9584d4951b61f65e11b241dabdb2fabbe78446a961f83b30abc4d46 10:17:21 $ docker rm -f 4f124110e9584d4951b61f65e11b241dabdb2fabbe78446a961f83b30abc4d46 [Pipeline] // withDockerContainer [Pipeline] sh 10:17:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:17:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:17:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:17:24 + ls -al . 10:17:24 total 92 10:17:24 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 13 10:17 . 10:17:24 drwxrwxr-x. 4 jenkins jenkins 28 Apr 13 10:15 .. 10:17:24 drwxrwxr-x. 3 jenkins jenkins 20 Apr 13 10:15 assets 10:17:24 drwxrwxr-x. 2 jenkins jenkins 35 Apr 13 10:15 bin 10:17:24 drwxrwxr-x. 3 jenkins jenkins 29 Apr 13 10:15 cmd 10:17:24 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 13 10:15 CONTRIBUTING.md 10:17:24 -rw-r--r--. 1 jenkins jenkins 10 Apr 13 10:17 coverage.out 10:17:24 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 13 10:15 Dockerfile 10:17:24 -rw-rw-r--. 1 jenkins jenkins 902 Apr 13 10:15 Dockerfile.build 10:17:24 drwxrwxr-x. 5 jenkins jenkins 104 Apr 13 10:15 docs 10:17:24 drwxrwxr-x. 8 jenkins jenkins 179 Apr 13 10:15 .git 10:17:24 drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 10:15 .github 10:17:24 -rw-rw-r--. 1 jenkins jenkins 162 Apr 13 10:15 .gitignore 10:17:24 -rw-rw-r--. 1 jenkins jenkins 987 Apr 13 10:15 go.mod 10:17:24 -rw-r--r--. 1 jenkins jenkins 22392 Apr 13 10:17 go.sum 10:17:24 drwxrwxr-x. 10 jenkins jenkins 139 Apr 13 10:15 internal 10:17:24 -rw-rw-r--. 1 jenkins jenkins 652 Apr 13 10:15 Jenkinsfile 10:17:24 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 13 10:15 LICENSE 10:17:24 -rw-rw-r--. 1 jenkins jenkins 951 Apr 13 10:15 Makefile 10:17:24 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 13 10:15 README.md 10:17:24 -rw-rw-r--. 1 jenkins jenkins 5 Apr 13 10:15 VERSION 10:17:24 -rw-rw-r--. 1 jenkins jenkins 155 Apr 13 10:15 version.go 10:17:24 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 13 10:15 web [Pipeline] isUnix [Pipeline] sh 10:17:24 + 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=9848c90a6ec829c9ad220565bc7a3ee210dfe919 --label arch=amd64 --label version=0.0.0 . 10:17:25 Sending build context to Docker daemon 34.6MB 10:17:25 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:17:25 Step 2/24 : FROM ${BASE} AS builder 10:17:25 ---> 66ad44867f6c 10:17:25 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:17:25 ---> Running in 3d181903b926 10:17:26 Removing intermediate container 3d181903b926 10:17:26 ---> 47803e1f67ec 10:17:26 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:17:26 ---> Running in 5e2eff393020 10:17:26 Removing intermediate container 5e2eff393020 10:17:26 ---> 0608e11bdc12 10:17:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:17:26 ---> Running in d85ecba90cba 10:17:26 Removing intermediate container d85ecba90cba 10:17:26 ---> c6c714c8c44d 10:17:26 Step 6/24 : LABEL Name=edgex-ui-go 10:17:26 ---> Running in 0910af36d6f0 10:17:26 Removing intermediate container 0910af36d6f0 10:17:26 ---> 285674bb3e46 10:17:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:17:26 ---> Running in 020f4a425cfc 10:17:26 Removing intermediate container 020f4a425cfc 10:17:26 ---> 85ca6807faf4 10:17:26 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:27 ---> Running in a5fec27d2ac9 10:17:28 Removing intermediate container a5fec27d2ac9 10:17:28 ---> 29a3f34bb5e1 10:17:28 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:17:28 ---> Running in 8d5a89b02110 10:17:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:29 OK: 166 MiB in 39 packages 10:17:30 Removing intermediate container 8d5a89b02110 10:17:30 ---> db8e1fc93015 10:17:30 Step 10/24 : ENV GO111MODULE=on 10:17:30 ---> Running in 123bbd564930 10:17:30 Removing intermediate container 123bbd564930 10:17:30 ---> 391a16d703c3 10:17:30 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:17:30 ---> Running in cd265b8689d1 10:17:30 Removing intermediate container cd265b8689d1 10:17:30 ---> ee222e429d43 10:17:30 Step 12/24 : COPY go.mod . 10:17:30 ---> d5d08dc9b451 10:17:30 Step 13/24 : COPY Makefile . 10:17:30 ---> 3549cfdb808c 10:17:30 Step 14/24 : RUN make update 10:17:31 ---> Running in 6b80cadd674a 10:17:32 CGO_ENABLED=0 GO111MODULE=on go mod download 10:17:33 Removing intermediate container 6b80cadd674a 10:17:33 ---> 26ac9ad2f576 10:17:33 Step 15/24 : COPY . . 10:17:35 ---> dd9183c319e1 10:17:35 Step 16/24 : RUN ${MAKE} 10:17:35 ---> Running in 8ac300d2b92c 10:17:35 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 10:17:46 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:17:48 Removing intermediate container 8ac300d2b92c 10:17:48 ---> f3861a46fb02 10:17:48 Step 17/24 : FROM alpine:3.12 10:17:49 3.12: Pulling from library/alpine 10:17:49 532819f3e44c: Pulling fs layer 10:17:49 532819f3e44c: Download complete 10:17:49 532819f3e44c: Pull complete 10:17:49 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 10:17:49 Status: Downloaded newer image for alpine:3.12 10:17:49 ---> 7230e588e954 10:17:49 Step 18/24 : EXPOSE 4000 10:17:49 ---> Running in 0ec850876524 10:17:50 Removing intermediate container 0ec850876524 10:17:50 ---> 7dcdf5c27713 10:17:50 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 10:17:51 ---> 53db363efe2d 10:17:51 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:17:51 ---> Running in 5bcca4d46d37 10:17:51 Removing intermediate container 5bcca4d46d37 10:17:51 ---> 81be98a01cde 10:17:51 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:17:51 ---> Running in 9367b93b5aa5 10:17:51 Removing intermediate container 9367b93b5aa5 10:17:51 ---> 148f01c862f1 10:17:51 Step 22/24 : LABEL arch=amd64 10:17:51 ---> Running in ccee10e163d5 10:17:52 Removing intermediate container ccee10e163d5 10:17:52 ---> 98792bae68fc 10:17:52 Step 23/24 : LABEL git_sha=9848c90a6ec829c9ad220565bc7a3ee210dfe919 10:17:52 ---> Running in 8349b235dac8 10:17:52 Removing intermediate container 8349b235dac8 10:17:52 ---> 67f964fc8098 10:17:52 Step 24/24 : LABEL version=0.0.0 10:17:52 ---> Running in e3e4935f6207 10:17:52 Removing intermediate container e3e4935f6207 10:17:52 ---> 628754eca057 10:17:52 [Warning] One or more build-args [ARCH] were not consumed 10:17:52 Successfully built 628754eca057 10:17:52 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 10:17:53 ---> job-cost.sh 10:17:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kXN3 10:18:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:18:40 lf-activate-venv(): INFO: Adding /tmp/venv-kXN3/bin to PATH 10:18:40 INFO: No Stack... 10:18:40 INFO: Retrieving Pricing Info for: v1-standard-2 10:18:40 INFO: Archiving Costs [Pipeline] sh 10:18:41 + cut -d, -f6 10:18:41 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 10:18:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] 10:18:41 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] did not exist. Created. 10:18:41 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:18:41 + echo total: 0.029999999329447746 [Pipeline] stash 10:18:41 Stashed 1 file(s) [Pipeline] } 10:18:41 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:19:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33905 in /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [Pipeline] { [Pipeline] ws 10:19:17 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:19:22 using credential edgex-jenkins-ssh 10:19:22 Cloning the remote Git repository 10:19:23 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:19:23 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:19:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:19:23 > git --version # timeout=10 10:19:23 > git --version # 'git version 2.17.1' 10:19:23 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:19:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:19:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:19:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:19:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:19:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:19:25 Merging remotes/origin/master commit 67b271c0d6720504190f29223f2a5b9aa83cfa4f into PR head commit 9848c90a6ec829c9ad220565bc7a3ee210dfe919 10:19:26 Merge succeeded, producing 9848c90a6ec829c9ad220565bc7a3ee210dfe919 10:19:26 Checking out Revision 9848c90a6ec829c9ad220565bc7a3ee210dfe919 (PR-332) 10:19:25 > git config core.sparsecheckout # timeout=10 10:19:25 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 10:19:26 > git remote # timeout=10 10:19:26 > git config --get remote.origin.url # timeout=10 10:19:26 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:26 > git merge 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 10:19:26 > git rev-parse HEAD^{commit} # timeout=10 10:19:26 > git config core.sparsecheckout # timeout=10 10:19:26 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 10:19:31 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:19:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:19:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:19:34 + true 10:19:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:19:37 provisioning config files... 10:19:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8216311169285680384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:19:37 ---> docker-login.sh 10:19:37 nexus3.edgexfoundry.org:10001 10:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:39 Configure a credential helper to remove this warning. See 10:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:39 10:19:39 Login Succeeded 10:19:39 nexus3.edgexfoundry.org:10002 10:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:40 Configure a credential helper to remove this warning. See 10:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:40 10:19:40 Login Succeeded 10:19:40 nexus3.edgexfoundry.org:10003 10:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:40 Configure a credential helper to remove this warning. See 10:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:40 10:19:40 Login Succeeded 10:19:40 nexus3.edgexfoundry.org:10004 10:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:41 Configure a credential helper to remove this warning. See 10:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:41 10:19:41 Login Succeeded 10:19:41 docker.io 10:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:41 Configure a credential helper to remove this warning. See 10:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:41 10:19:41 Login Succeeded 10:19:41 ---> docker-login.sh ends [Pipeline] } 10:19:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:19:42 ========================================================= 10:19:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:19:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:19:42 + 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 . 10:19:43 Sending build context to Docker daemon 34.57MB 10:19:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:19:43 Step 2/8 : FROM ${BASE} 10:19:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:19:43 5f621e34cdf4: Pulling fs layer 10:19:43 a4357932f1b6: Pulling fs layer 10:19:43 18c013af1878: Pulling fs layer 10:19:43 00ac8860ef70: Pulling fs layer 10:19:43 63d7cb157983: Pulling fs layer 10:19:43 b116817d02f9: Pulling fs layer 10:19:43 745a02a5169b: Pulling fs layer 10:19:43 00ac8860ef70: Waiting 10:19:43 63d7cb157983: Waiting 10:19:43 b116817d02f9: Waiting 10:19:43 745a02a5169b: Waiting 10:19:43 18c013af1878: Verifying Checksum 10:19:43 18c013af1878: Download complete 10:19:43 a4357932f1b6: Download complete 10:19:43 63d7cb157983: Verifying Checksum 10:19:43 63d7cb157983: Download complete 10:19:43 b116817d02f9: Download complete 10:19:44 5f621e34cdf4: Verifying Checksum 10:19:44 5f621e34cdf4: Download complete 10:19:44 5f621e34cdf4: Pull complete 10:19:45 a4357932f1b6: Pull complete 10:19:45 18c013af1878: Pull complete 10:19:46 745a02a5169b: Download complete 10:19:47 00ac8860ef70: Verifying Checksum 10:19:47 00ac8860ef70: Download complete 10:19:57 00ac8860ef70: Pull complete 10:19:57 63d7cb157983: Pull complete 10:19:57 b116817d02f9: Pull complete 10:20:02 745a02a5169b: Pull complete 10:20:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:20:02 ---> b7e6874047d6 10:20:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:20:04 ---> Running in e42af80a5dc3 10:20:04 Removing intermediate container e42af80a5dc3 10:20:04 ---> d7905013c71b 10:20:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:20:05 ---> Running in ace491798f36 10:20:07 Removing intermediate container ace491798f36 10:20:07 ---> 4036bd0fc700 10:20:07 Step 5/8 : RUN apk add --no-cache make git 10:20:07 ---> Running in 8118709ef0ae 10:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:20:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:20:09 OK: 142 MiB in 39 packages 10:20:11 Removing intermediate container 8118709ef0ae 10:20:11 ---> c5baed428061 10:20:11 Step 6/8 : WORKDIR /edgex-ui-go 10:20:11 ---> Running in 3d7305b8c467 10:20:11 Removing intermediate container 3d7305b8c467 10:20:11 ---> cf82251e03ce 10:20:11 Step 7/8 : COPY . . 10:20:15 ---> 1660de3fb741 10:20:15 Step 8/8 : RUN go mod download 10:20:15 ---> Running in 8f974d3592c4 10:20:42 Removing intermediate container 8f974d3592c4 10:20:42 ---> 757b51f81211 10:20:42 Successfully built 757b51f81211 10:20:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:20:42 + docker inspect -f . ci-base-image-arm64 10:20:42 . [Pipeline] withDockerContainer 10:20:42 prd-ubuntu18.04-docker-arm64-4c-16g-33905 does not seem to be running inside a container 10:20:42 $ 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 10:20:44 $ docker top e4fc39dc454eb28dc6afa136b46d146589dd1d7ea820605f100e00c36bb18c80 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:45 + go version 10:20:45 go version go1.15.5 linux/arm64 [Pipeline] } 10:20:45 $ docker stop --time=1 e4fc39dc454eb28dc6afa136b46d146589dd1d7ea820605f100e00c36bb18c80 10:20:47 $ docker rm -f e4fc39dc454eb28dc6afa136b46d146589dd1d7ea820605f100e00c36bb18c80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:20:48 + docker inspect -f . ci-base-image-arm64 10:20:48 . [Pipeline] withDockerContainer 10:20:48 prd-ubuntu18.04-docker-arm64-4c-16g-33905 does not seem to be running inside a container 10:20: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-arm64 cat 10:20:50 $ docker top e5430311f5eba764e027569c73ac8787352fc8eda9e2fec804bb48d73cf54243 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:51 + make test 10:20:51 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:20:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:21:19 GO111MODULE=on go vet ./... [Pipeline] } 10:21:26 $ docker stop --time=1 e5430311f5eba764e027569c73ac8787352fc8eda9e2fec804bb48d73cf54243 10:21:28 $ docker rm -f e5430311f5eba764e027569c73ac8787352fc8eda9e2fec804bb48d73cf54243 [Pipeline] // withDockerContainer [Pipeline] sh 10:21:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:21:29 Warning: overwriting stash ‘coverage-report’ 10:21:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:21:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:21:31 + ls -al . 10:21:31 total 124 10:21:31 drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:20 . 10:21:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:19 .. 10:21:31 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 10:19 .git 10:21:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:19 .github 10:21:31 -rw-rw-r-- 1 jenkins jenkins 162 Apr 13 10:19 .gitignore 10:21:31 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 13 10:19 CONTRIBUTING.md 10:21:31 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 13 10:19 Dockerfile 10:21:31 -rw-rw-r-- 1 jenkins jenkins 902 Apr 13 10:19 Dockerfile.build 10:21:31 -rw-rw-r-- 1 jenkins jenkins 652 Apr 13 10:19 Jenkinsfile 10:21:31 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 13 10:19 LICENSE 10:21:31 -rw-rw-r-- 1 jenkins jenkins 951 Apr 13 10:19 Makefile 10:21:31 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 13 10:19 README.md 10:21:31 -rw-rw-r-- 1 jenkins jenkins 5 Apr 13 10:15 VERSION 10:21:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:19 assets 10:21:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:19 bin 10:21:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:19 cmd 10:21:31 -rw-r--r-- 1 jenkins jenkins 10 Apr 13 10:20 coverage.out 10:21:31 drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 10:19 docs 10:21:31 -rw-rw-r-- 1 jenkins jenkins 987 Apr 13 10:19 go.mod 10:21:31 -rw-r--r-- 1 jenkins jenkins 22392 Apr 13 10:20 go.sum 10:21:31 drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:19 internal 10:21:31 -rw-rw-r-- 1 jenkins jenkins 155 Apr 13 10:19 version.go 10:21:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:19 web [Pipeline] isUnix [Pipeline] sh 10:21:31 + 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=9848c90a6ec829c9ad220565bc7a3ee210dfe919 --label arch=arm64 --label version=0.0.0 . 10:21:32 Sending build context to Docker daemon 34.59MB 10:21:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:21:32 Step 2/24 : FROM ${BASE} AS builder 10:21:32 ---> 757b51f81211 10:21:32 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:21:33 ---> Running in 82f5585a3f70 10:21:34 Removing intermediate container 82f5585a3f70 10:21:34 ---> 2e35ca106796 10:21:34 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:21:34 ---> Running in 6995679a387d 10:21:34 Removing intermediate container 6995679a387d 10:21:34 ---> a833e74b90cb 10:21:34 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:21:34 ---> Running in d63fbb05fdad 10:21:35 Removing intermediate container d63fbb05fdad 10:21:35 ---> 8253ee10de48 10:21:35 Step 6/24 : LABEL Name=edgex-ui-go 10:21:35 ---> Running in a75d9a562ab4 10:21:35 Removing intermediate container a75d9a562ab4 10:21:35 ---> 0577e2b1eb63 10:21:35 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:21:35 ---> Running in 749bc115ae35 10:21:36 Removing intermediate container 749bc115ae35 10:21:36 ---> ce8cd0977c58 10:21:36 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:36 ---> Running in c513f00848d5 10:21:38 Removing intermediate container c513f00848d5 10:21:38 ---> 9c92e3266c0d 10:21:38 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:21:38 ---> Running in f8d82e4047a5 10:21:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:41 OK: 142 MiB in 39 packages 10:21:42 Removing intermediate container f8d82e4047a5 10:21:42 ---> 1487f5e4babb 10:21:42 Step 10/24 : ENV GO111MODULE=on 10:21:42 ---> Running in fd55e60bbb96 10:21:42 Removing intermediate container fd55e60bbb96 10:21:42 ---> 6b72f659cf42 10:21:42 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:21:42 ---> Running in c0100ca0d2e2 10:21:43 Removing intermediate container c0100ca0d2e2 10:21:43 ---> 43b46d2d913a 10:21:43 Step 12/24 : COPY go.mod . 10:21:44 ---> 7c2305ed2c5c 10:21:44 Step 13/24 : COPY Makefile . 10:21:45 ---> c3f2fbf6ac14 10:21:45 Step 14/24 : RUN make update 10:21:45 ---> Running in ec38b03dabc5 10:21:45 CGO_ENABLED=0 GO111MODULE=on go mod download 10:21:47 Removing intermediate container ec38b03dabc5 10:21:47 ---> 7f9835524136 10:21:47 Step 15/24 : COPY . . 10:21:50 ---> 0b1def87b3a6 10:21:50 Step 16/24 : RUN ${MAKE} 10:21:50 ---> Running in 3fcf0c77f1d3 10:21:51 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 10:22:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:22:24 Removing intermediate container 3fcf0c77f1d3 10:22:24 ---> e3951b5770d0 10:22:24 Step 17/24 : FROM alpine:3.12 10:22:24 3.12: Pulling from library/alpine 10:22:24 9a219e8acc52: Pulling fs layer 10:22:24 9a219e8acc52: Download complete 10:22:25 9a219e8acc52: Pull complete 10:22:25 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 10:22:25 Status: Downloaded newer image for alpine:3.12 10:22:25 ---> d75e27dfc0a0 10:22:25 Step 18/24 : EXPOSE 4000 10:22:25 ---> Running in 53acbc92502a 10:22:26 Removing intermediate container 53acbc92502a 10:22:26 ---> b3c17cb35ed1 10:22:26 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 10:22:28 ---> 8a4046b7d456 10:22:28 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:22:28 ---> Running in 482fbe0e7781 10:22:28 Removing intermediate container 482fbe0e7781 10:22:28 ---> af985ae3218a 10:22:28 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:22:29 ---> Running in 9d9b6e88a316 10:22:29 Removing intermediate container 9d9b6e88a316 10:22:29 ---> 18da262b7d9e 10:22:29 Step 22/24 : LABEL arch=arm64 10:22:29 ---> Running in 8f8168dc935b 10:22:29 Removing intermediate container 8f8168dc935b 10:22:29 ---> c4db14a27b07 10:22:29 Step 23/24 : LABEL git_sha=9848c90a6ec829c9ad220565bc7a3ee210dfe919 10:22:30 ---> Running in 4ee6e88d138a 10:22:30 Removing intermediate container 4ee6e88d138a 10:22:30 ---> 9c6f242307b0 10:22:30 Step 24/24 : LABEL version=0.0.0 10:22:30 ---> Running in be5456e3b722 10:22:31 Removing intermediate container be5456e3b722 10:22:31 ---> f92f29dff763 10:22:31 [Warning] One or more build-args [ARCH] were not consumed 10:22:31 Successfully built f92f29dff763 10:22:31 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 10:22:32 ---> job-cost.sh 10:22:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7sDN 10:23:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:24:47 lf-activate-venv(): INFO: Adding /tmp/venv-7sDN/bin to PATH 10:24:47 INFO: No Stack... 10:24:47 INFO: Retrieving Pricing Info for: lf-standard-4 10:24:47 INFO: Archiving Costs [Pipeline] sh 10:24:48 + cut -d, -f6 10:24:48 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 10:24:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] 10:24:48 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] did not exist. Created. 10:24:48 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:24:48 /w/workspace/edgex-ui-go/2@tmp/durable-f9dc6ef4/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-f9dc6ef4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:24:49 + echo total: 0.20999999344348907 [Pipeline] stash 10:24:49 Warning: overwriting stash ‘stack-cost’ 10:24:49 Stashed 1 file(s) [Pipeline] } 10:24:49 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-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 10:24:50 provisioning config files... 10:24:50 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/config7420340671574196458tmp [Pipeline] { [Pipeline] sh 10:24:50 + set +x 10:24:50 + curl -s https://codecov.io/bash 10:24:50 + bash -s -- 10:24:51 10:24:51 _____ _ 10:24:51 / ____| | | 10:24:51 | | ___ __| | ___ ___ _____ __ 10:24:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:24:51 | |___| (_) | (_| | __/ (_| (_) \ V / 10:24:51 \_____\___/ \__,_|\___|\___\___/ \_/ 10:24:51 Bash-20210309-2b87ace 10:24:51 10:24:51 10:24:51 ==> git version 2.24.3 found 10:24:51 ==> 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 10:24:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:24:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:24:51 ==> Jenkins CI detected. 10:24:51 project root: . 10:24:51 --> token set from env 10:24:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:24:51 ==> Running gcov in . (disable via -X gcov) 10:24:51 ==> Python coveragepy not found 10:24:51 ==> Searching for coverage reports in: 10:24:51 + . 10:24:51 -> Found 1 reports 10:24:51 ==> Detecting git/mercurial file structure 10:24:51 ==> Reading reports 10:24:51 + ./coverage.out bytes=10 10:24:51 ==> Appending adjustments 10:24:51 https://docs.codecov.io/docs/fixing-reports 10:24:51 + Found adjustments 10:24:51 ==> Gzipping contents 10:24:51 4.0K /tmp/codecov.EvtgXQ.gz 10:24:51 ==> Uploading reports 10:24:51 url: https://codecov.io 10:24:51 query: branch=PR-332&commit=9848c90a6ec829c9ad220565bc7a3ee210dfe919&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-332%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=332&job=&cmd_args= 10:24:51 -> Pinging Codecov 10:24:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-332&commit=9848c90a6ec829c9ad220565bc7a3ee210dfe919&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-332%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=332&job=&cmd_args= 10:24:52 -> Uploading to 10:24:52 https://storage.googleapis.com/codecov/v4/raw/2021-04-13/FB506323287CE973F263BFD2A0EB1F37/9848c90a6ec829c9ad220565bc7a3ee210dfe919/2ee5a23d-9e34-4cd8-bc4f-853f2ec5fb8d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T102452Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=665c8d448d16286215c8a8df07ceb82e8d1fabd943012159ec70ba88cf266bcb 10:24:52 % Total % Received % Xferd Average Speed Time Time Time Current 10:24:52 Dload Upload Total Spent Left Speed 10:24:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 3827 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3827 0 0 100 3827 0 9413 --:--:-- --:--:-- --:--:-- 9402 10:24:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/9848c90a6ec829c9ad220565bc7a3ee210dfe919 [Pipeline] } 10:24:52 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 10:24:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:24:55 ---> package-listing.sh 10:24:55 ++ facter osfamily 10:24:55 ++ tr '[:upper:]' '[:lower:]' 10:24:55 + OS_FAMILY=redhat 10:24:55 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-332 10:24:55 + START_PACKAGES=/tmp/packages_start.txt 10:24:55 + END_PACKAGES=/tmp/packages_end.txt 10:24:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:24:55 + PACKAGES=/tmp/packages_start.txt 10:24:55 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-332 ']' 10:24:55 + PACKAGES=/tmp/packages_end.txt 10:24:55 + case "${OS_FAMILY}" in 10:24:55 + rpm -qa 10:24:55 + sort 10:25:00 + '[' -f /tmp/packages_start.txt ']' 10:25:00 + '[' -f /tmp/packages_end.txt ']' 10:25:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:25:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-332 ']' 10:25:00 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-332/archives/ 10:25:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-332/archives/ [Pipeline] echo 10:25:00 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-332/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:25:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:25:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:25:01 10:25:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:25:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:25:01 alpine: Pulling from edgex-lftools-log-publisher 10:25:01 df20fa9351a1: Pulling fs layer 10:25:01 36b3adc4ff6f: Pulling fs layer 10:25:01 8ad3a11d3b57: Pulling fs layer 10:25:01 46f8f816bc3b: Pulling fs layer 10:25:01 93b61091891f: Pulling fs layer 10:25:01 93b9cdb0e59b: Pulling fs layer 10:25:01 5e14af77c1be: Pulling fs layer 10:25:01 01666e4c0597: Pulling fs layer 10:25:01 aa168da1d23b: Pulling fs layer 10:25:01 93b9cdb0e59b: Waiting 10:25:01 93b61091891f: Waiting 10:25:01 01666e4c0597: Waiting 10:25:01 36b3adc4ff6f: Download complete 10:25:01 46f8f816bc3b: Verifying Checksum 10:25:01 46f8f816bc3b: Download complete 10:25:02 df20fa9351a1: Download complete 10:25:02 93b9cdb0e59b: Verifying Checksum 10:25:02 93b9cdb0e59b: Download complete 10:25:02 5e14af77c1be: Verifying Checksum 10:25:02 5e14af77c1be: Download complete 10:25:02 93b61091891f: Verifying Checksum 10:25:02 93b61091891f: Download complete 10:25:02 01666e4c0597: Verifying Checksum 10:25:02 01666e4c0597: Download complete 10:25:02 df20fa9351a1: Pull complete 10:25:02 36b3adc4ff6f: Pull complete 10:25:02 8ad3a11d3b57: Verifying Checksum 10:25:02 8ad3a11d3b57: Download complete 10:25:03 8ad3a11d3b57: Pull complete 10:25:03 46f8f816bc3b: Pull complete 10:25:04 aa168da1d23b: Verifying Checksum 10:25:05 93b61091891f: Pull complete 10:25:05 93b9cdb0e59b: Pull complete 10:25:05 5e14af77c1be: Pull complete 10:25:05 01666e4c0597: Pull complete 10:25:13 aa168da1d23b: Pull complete 10:25:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:25:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:25:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:25:13 prd-centos7-docker-4c-2g-33902 does not seem to be running inside a container 10:25:13 $ 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-332/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-332 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332:/w/workspace/edgexfoundry_edgex-ui-go_PR-332:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@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 10:25:17 $ docker top b913bb7ff5b87bbd143d1b1f0886804dd37634193c39b204fec5ebf1dcc8ced4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:25:17 + touch /tmp/pre-build-complete [Pipeline] sh 10:25:17 + mkdir -p /var/log/sa [Pipeline] sh 10:25:18 + ls /var/log/sa-host 10:25:18 + sadf -c /var/log/sa-host/sa13 10:25:18 file_magic: OK 10:25:18 HZ: Using current value: 100 10:25:18 file_header: OK 10:25:18 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 10:25:18 Statistics: 10:25:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:25:18 File successfully converted to sysstat format version 12.2.1 10:25:18 + sadf -c /var/log/sa-host/sa23 10:25:18 file_magic: OK 10:25:18 HZ: Using current value: 100 10:25:18 file_header: OK 10:25:18 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 10:25:18 Statistics: 10:25:18 Hnuu...uuuununununu... 10:25:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:25:18 provisioning config files... 10:25:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/config9080724915293968408tmp [Pipeline] { [Pipeline] echo 10:25:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:25:19 ---> create-netrc.sh [Pipeline] } 10:25:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:25:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:25:19 ---> python-tools-install.sh [Pipeline] echo 10:25:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:25:19 ---> sudo-logs.sh 10:25:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:25:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:25:20 ---> job-cost.sh 10:25:20 lf-activate-venv: SKIPPING 10:25:20 DEBUG: total: 0.20999999344348907 10:25:20 INFO: Retrieving Stack Cost... 10:25:21 INFO: Retrieving Pricing Info for: v1-standard-2 10:25:21 INFO: Archiving Costs [Pipeline] echo 10:25:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:25:22 ---> logs-deploy.sh 10:25:22 lf-activate-venv: SKIPPING 10:25:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-332/2 10:25:22 INFO: archiving workspace using pattern(s): 10:25:24 Archives upload complete. 10:25:24 INFO: archiving logs to Nexus 10:25:25 ---> uname -a: 10:25:25 Linux prd-centos7-docker-4c-2g-33902.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:25:25 10:25:25 10:25:25 ---> lscpu: 10:25:25 Architecture: x86_64 10:25:25 CPU op-mode(s): 32-bit, 64-bit 10:25:25 Byte Order: Little Endian 10:25:25 Address sizes: 40 bits physical, 48 bits virtual 10:25:25 CPU(s): 4 10:25:25 On-line CPU(s) list: 0-3 10:25:25 Thread(s) per core: 1 10:25:25 Core(s) per socket: 1 10:25:25 Socket(s): 4 10:25:25 NUMA node(s): 1 10:25:25 Vendor ID: GenuineIntel 10:25:25 CPU family: 6 10:25:25 Model: 44 10:25:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:25:25 Stepping: 1 10:25:25 CPU MHz: 2933.442 10:25:25 BogoMIPS: 5866.88 10:25:25 Virtualization: VT-x 10:25:25 Hypervisor vendor: KVM 10:25:25 Virtualization type: full 10:25:25 L1d cache: 128 KiB 10:25:25 L1i cache: 128 KiB 10:25:25 L2 cache: 16 MiB 10:25:25 L3 cache: 64 MiB 10:25:25 NUMA node0 CPU(s): 0-3 10:25:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:25:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:25:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:25:25 Vulnerability Meltdown: Mitigation; PTI 10:25:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:25:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:25:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:25:25 Vulnerability Srbds: Not affected 10:25:25 Vulnerability Tsx async abort: Not affected 10:25:25 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 10:25:25 10:25:25 10:25:25 ---> nproc: 10:25:25 4 10:25:25 10:25:25 10:25:25 ---> df -h: 10:25:25 Filesystem Size Used Available Use% Mounted on 10:25:25 overlay 50.0G 7.3G 42.7G 15% / 10:25:25 tmpfs 64.0M 0 64.0M 0% /dev 10:25:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:25:25 shm 64.0M 0 64.0M 0% /dev/shm 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-332 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:25:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:25:25 10:25:25 10:25:25 ---> free -m: 10:25:25 total used free shared buff/cache available 10:25:25 Mem: 1837 716 97 0 1024 1016 10:25:25 Swap: 1023 1 1022 10:25:25 10:25:25 10:25:25 ---> ip addr: 10:25:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:25:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:25:25 inet 127.0.0.1/8 scope host lo 10:25:25 valid_lft forever preferred_lft forever 10:25:25 inet6 ::1/128 scope host 10:25:25 valid_lft forever preferred_lft forever 10:25:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:25:25 link/ether fa:16:3e:ea:70:f9 brd ff:ff:ff:ff:ff:ff 10:25:25 inet 10.30.122.197/23 brd 10.30.123.255 scope global dynamic eth0 10:25:25 valid_lft 85741sec preferred_lft 85741sec 10:25:25 inet6 fe80::f816:3eff:feea:70f9/64 scope link 10:25:25 valid_lft forever preferred_lft forever 10:25:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:25:25 link/ether 02:42:b5:74:d1:55 brd ff:ff:ff:ff:ff:ff 10:25:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:25:25 valid_lft forever preferred_lft forever 10:25:25 inet6 fe80::42:b5ff:fe74:d155/64 scope link 10:25:25 valid_lft forever preferred_lft forever 10:25:25 10:25:25 10:25:25 ---> sar -b -r -n DEV: 10:25:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) 10:25:25 10:25:25 10:14:15 LINUX RESTART (4 CPU) 10:25:25 10:25:25 10:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:25:25 10:16:01 35.56 12.92 22.64 0.00 4552.51 4263.64 0.00 10:25:25 10:17:01 1.57 0.00 1.57 0.00 0.00 25.31 0.00 10:25:25 10:18:02 0.28 0.00 0.28 0.00 0.00 2.75 0.00 10:25:25 10:19:01 0.32 0.00 0.32 0.00 0.00 3.88 0.00 10:25:25 10:20:01 0.25 0.00 0.25 0.00 0.00 3.65 0.00 10:25:25 10:21:01 0.32 0.00 0.32 0.00 0.00 4.06 0.00 10:25:25 10:22:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 10:25:25 10:23:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 10:25:25 10:24:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 10:25:25 10:25:01 47.44 46.75 0.70 0.00 3789.71 15.60 0.00 10:25:25 Average: 8.66 5.98 2.68 0.00 835.77 433.45 0.00 10:25:25 10:25:25 10:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:25:25 10:16:01 146772 0 608080 32.32 2620 1124072 1110292 37.89 448236 1086164 20 10:25:25 10:17:01 153652 0 601196 31.95 2620 1124076 1077992 36.79 445188 1083140 12 10:25:25 10:18:02 151920 0 602920 32.04 2620 1124084 1077992 36.79 445776 1084340 8 10:25:25 10:19:01 151684 0 603156 32.06 2620 1124084 1077992 36.79 457548 1072604 8 10:25:25 10:20:01 151156 0 603676 32.08 2620 1124092 1078148 36.80 452968 1078060 8 10:25:25 10:21:01 151780 0 603048 32.05 2620 1124096 1078052 36.79 452444 1078060 12 10:25:25 10:22:01 152412 0 602412 32.02 2620 1124100 1077992 36.79 452244 1078056 12 10:25:25 10:23:01 152420 0 602400 32.02 2620 1124104 1077992 36.79 452248 1078056 8 10:25:25 10:24:01 152520 0 602236 32.01 2620 1124168 1077992 36.79 452196 1078072 24 10:25:25 10:25:01 74176 0 639332 33.98 2620 1165416 1278960 43.65 478208 1129644 188 10:25:25 Average: 143849 0 606846 32.25 2620 1128229 1101340 37.59 453706 1084620 30 10:25:25 10:25:25 10:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:25:25 10:16:01 eth0 108.16 89.33 459.01 34.95 0.00 0.00 0.00 0.00 10:25:25 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:16:01 docker0 29.04 26.22 3.02 113.93 0.00 0.00 0.00 0.00 10:25:25 10:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:25:25 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:18:02 eth0 0.13 0.02 0.01 0.00 0.00 0.00 0.00 0.00 10:25:25 10:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:19:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 10:25:25 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:20:01 eth0 0.65 0.42 0.35 0.27 0.00 0.00 0.00 0.00 10:25:25 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:21:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 10:25:25 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:25:25 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:25:25 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:24:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:25:25 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:25:01 eth0 12.25 7.81 12.47 4.62 0.00 0.00 0.00 0.00 10:25:25 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 Average: eth0 12.28 9.83 47.28 4.00 0.00 0.00 0.00 0.00 10:25:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:25:25 Average: docker0 2.91 2.63 0.30 11.41 0.00 0.00 0.00 0.00 10:25:25 10:25:25 10:25:25 ---> sar -P ALL: 10:25:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) 10:25:25 10:25:25 10:14:15 LINUX RESTART (4 CPU) 10:25:25 10:25:25 10:15:01 CPU %user %nice %system %iowait %steal %idle 10:25:25 10:16:01 all 3.69 0.00 2.58 0.68 0.14 92.92 10:25:25 10:16:01 0 4.24 0.00 2.93 0.18 0.20 92.44 10:25:25 10:16:01 1 4.07 0.00 2.51 0.17 0.12 93.13 10:25:25 10:16:01 2 3.53 0.00 2.45 1.60 0.13 92.28 10:25:25 10:16:01 3 2.90 0.00 2.41 0.75 0.12 93.81 10:25:25 10:17:01 all 0.16 0.00 0.05 0.00 0.00 99.78 10:25:25 10:17:01 0 0.12 0.00 0.03 0.00 0.00 99.85 10:25:25 10:17:01 1 0.15 0.00 0.05 0.00 0.00 99.80 10:25:25 10:17:01 2 0.33 0.00 0.08 0.00 0.02 99.57 10:25:25 10:17:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:25:25 10:18:02 all 0.17 0.00 0.08 0.00 0.01 99.75 10:25:25 10:18:02 0 0.03 0.00 0.07 0.00 0.00 99.90 10:25:25 10:18:02 1 0.08 0.00 0.08 0.00 0.02 99.82 10:25:25 10:18:02 2 0.50 0.00 0.08 0.00 0.02 99.40 10:25:25 10:18:02 3 0.07 0.00 0.07 0.00 0.00 99.87 10:25:25 10:19:01 all 0.17 0.00 0.03 0.00 0.00 99.80 10:25:25 10:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:25:25 10:19:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:25:25 10:19:01 2 0.53 0.00 0.05 0.00 0.00 99.42 10:25:25 10:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:25:25 10:20:01 all 0.17 0.00 0.07 0.00 0.00 99.75 10:25:25 10:20:01 0 0.03 0.00 0.07 0.00 0.02 99.88 10:25:25 10:20:01 1 0.05 0.00 0.10 0.00 0.00 99.85 10:25:25 10:20:01 2 0.53 0.00 0.05 0.00 0.00 99.42 10:25:25 10:20:01 3 0.07 0.00 0.07 0.00 0.00 99.87 10:25:25 10:21:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:25:25 10:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:25:25 10:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:25:25 10:21:01 2 0.52 0.00 0.03 0.00 0.00 99.45 10:25:25 10:21:01 3 0.07 0.00 0.07 0.00 0.02 99.85 10:25:25 10:22:01 all 0.11 0.00 0.05 0.00 0.00 99.84 10:25:25 10:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:25:25 10:22:01 1 0.08 0.00 0.03 0.00 0.00 99.88 10:25:25 10:22:01 2 0.27 0.00 0.07 0.00 0.00 99.67 10:25:25 10:22:01 3 0.08 0.00 0.07 0.00 0.00 99.85 10:25:25 10:23:01 all 0.07 0.00 0.05 0.00 0.00 99.88 10:25:25 10:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:25:25 10:23:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:25:25 10:23:01 2 0.22 0.00 0.05 0.00 0.00 99.73 10:25:25 10:23:01 3 0.03 0.00 0.07 0.00 0.00 99.90 10:25:25 10:24:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:25:25 10:24:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:25:25 10:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:25:25 10:24:01 2 0.52 0.00 0.05 0.00 0.00 99.43 10:25:25 10:24:01 3 0.08 0.00 0.07 0.00 0.00 99.85 10:25:25 10:25:01 all 1.28 0.00 0.69 1.16 0.00 96.87 10:25:25 10:25:01 0 1.02 0.00 0.85 0.00 0.00 98.13 10:25:25 10:25:01 1 2.17 0.00 1.10 3.79 0.00 92.94 10:25:25 10:25:01 2 1.37 0.00 0.45 0.10 0.00 98.08 10:25:25 10:25:01 3 0.57 0.00 0.37 0.75 0.00 98.31 10:25:25 Average: all 0.61 0.00 0.37 0.18 0.02 98.82 10:25:25 Average: 0 0.55 0.00 0.41 0.02 0.02 99.00 10:25:25 Average: 1 0.67 0.00 0.40 0.40 0.01 98.52 10:25:25 Average: 2 0.83 0.00 0.34 0.17 0.02 98.65 10:25:25 Average: 3 0.40 0.00 0.32 0.15 0.01 99.12 10:25:25 10:25:25 10:25:25