Pull request #262 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 866d0d84b9f99d15e1a1505bcae01949c11dcdd4+c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (b482e97f4a8b918599aad966f366b032c0cf5e5b) Running in Durability level: MAX_SURVIVABILITY 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-262/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-535’ Running on prd-centos7-docker-4c-2g-537 in /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-262 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/262/head:refs/remotes/origin/PR-262 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 Merge succeeded, producing 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 Checking out Revision 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 (PR-262) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 Commit message: "build: update to go 1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:06:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:06:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:06:27 ========================================================= 03:06:27 EdgeX Global Pipelines Version Info 03:06:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:06:30 ------------------- 03:06:30 stable info: 03:06:30 ------------------- 03:06:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:06:30 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 03:06:30 Message: update stable to v1.0.122 03:06:31 ------------------- 03:06:31 experimental info: 03:06:31 ------------------- 03:06:31 Commited By: **** collab-it+edgex@linuxfoundation.org 03:06:31 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 03:06:31 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:06:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 03:06:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 03:06:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:06:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:06:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-262 [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-262 [Pipeline] echo 03:06:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-262 [Pipeline] echo 03:06:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [Pipeline] echo 03:06:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 866d0d8 [Pipeline] echo 03:06:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:06:37 + git log --format=format:%s -1 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [Pipeline] echo 03:06:37 GIT_COMMIT: 866d0d84b9f99d15e1a1505bcae01949c11dcdd4, Commit Message: build: update to go 1.15 [Pipeline] echo 03:06:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:06:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:38 03:06:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:06:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:39 latest: Pulling from edgex-devops/git-semver 03:06:39 31603596830f: Pulling fs layer 03:06:39 2a8b12db71e7: Pulling fs layer 03:06:39 6ca5941a6612: Pulling fs layer 03:06:39 ecc8261a40a4: Pulling fs layer 03:06:39 ecc8261a40a4: Waiting 03:06:39 2a8b12db71e7: Verifying Checksum 03:06:39 2a8b12db71e7: Download complete 03:06:39 31603596830f: Verifying Checksum 03:06:39 31603596830f: Download complete 03:06:40 ecc8261a40a4: Verifying Checksum 03:06:40 ecc8261a40a4: Download complete 03:06:40 31603596830f: Pull complete 03:06:40 6ca5941a6612: Verifying Checksum 03:06:40 6ca5941a6612: Download complete 03:06:40 2a8b12db71e7: Pull complete 03:06:41 6ca5941a6612: Pull complete 03:06:42 ecc8261a40a4: Pull complete 03:06:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:06:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:06:42 prd-centos7-docker-4c-2g-537 does not seem to be running inside a container 03:06:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-262 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262:/w/workspace/edgexfoundry_edgex-ui-go_PR-262:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:06:45 $ docker top e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:06:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:45 [ssh-agent] Looking for ssh-agent implementation... 03:06:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:46 $ docker exec e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent 03:06:46 SSH_AUTH_SOCK=/tmp/ssh-RZtOQYsB6JfV/agent.11 03:06:46 SSH_AGENT_PID=16 03:06:46 Running ssh-add (command line suppressed) 03:06:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_3762355187135089657.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_3762355187135089657.key) 03:06:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:06:47 + git describe --exact-match --tags HEAD 03:06:47 fatal: No names found, cannot describe anything. [Pipeline] } 03:06:47 $ docker exec --env ******** --env ******** e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent -k 03:06:47 unset SSH_AUTH_SOCK; 03:06:47 unset SSH_AGENT_PID; 03:06:47 echo Agent pid 16 killed; 03:06:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:06:47 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:06:47 This usually means this commit has not been tagged. [Pipeline] sshagent 03:06:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:47 [ssh-agent] Looking for ssh-agent implementation... 03:06:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:48 $ docker exec e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent 03:06:48 SSH_AUTH_SOCK=/tmp/ssh-IWBuHyL1CSjv/agent.45 03:06:48 SSH_AGENT_PID=50 03:06:48 Running ssh-add (command line suppressed) 03:06:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_7141574422556151727.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_7141574422556151727.key) 03:06:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:06:49 + git semver init 03:06:49 # -> Open(): unable to determine branch for HEAD 03:06:49 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-262/.git 03:06:49 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-262 03:06:49 # $SEMVER_REMOTE_NAME = origin 03:06:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:06:49 # $SEMVER_USER_NAME = edgex-jenkins 03:06:49 # $SEMVER_BRANCH = PR-262 03:06:49 # $SEMVER_TEMP = /tmp/semver-029524145 03:06:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 03:06:51 # '/tmp/semver-029524145' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-262/.semver' 03:06:51 # -> Force: false 03:06:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-262/.semver [Pipeline] } 03:06:51 $ docker exec --env ******** --env ******** e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent -k 03:06:51 unset SSH_AUTH_SOCK; 03:06:51 unset SSH_AGENT_PID; 03:06:51 echo Agent pid 50 killed; 03:06:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:06:52 + git semver [Pipeline] } 03:06:52 $ docker stop --time=1 e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f 03:06:53 $ docker rm -f e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:06:58 Stashed 25 file(s) [Pipeline] echo 03:06:58 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:06:58 Archived original 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 03:07:14 Still waiting to schedule task 03:07:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:07:14 Still waiting to schedule task 03:07:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:09:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-538 in /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [Pipeline] { [Pipeline] ws 03:09:25 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 03:09:31 using credential edgex-jenkins-ssh 03:09:31 Cloning the remote Git repository 03:09:31 Cloning with configured refspecs honoured and without tags 03:09:31 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:09:31 > git init /w/workspace/edgex-ui-go/1 # timeout=10 03:09:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:09:31 > git --version # timeout=10 03:09:31 > git --version # 'git version 2.17.1' 03:09:31 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:34 Fetching without tags 03:09:35 Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 03:09:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:09:34 > git config --add remote.origin.fetch +refs/pull/262/head:refs/remotes/origin/PR-262 # timeout=10 03:09:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:09:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:09:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:35 > git config core.sparsecheckout # timeout=10 03:09:35 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 03:09:35 Running on prd-centos7-docker-4c-2g-539 in /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [Pipeline] { [Pipeline] ws 03:09:35 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { 03:09:35 Merge succeeded, producing 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 03:09:35 Checking out Revision 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 (PR-262) [Pipeline] checkout 03:09:35 > git remote # timeout=10 03:09:35 > git config --get remote.origin.url # timeout=10 03:09:35 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:35 > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 03:09:35 > git rev-parse HEAD^{commit} # timeout=10 03:09:35 > git config core.sparsecheckout # timeout=10 03:09:35 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 03:09:38 using credential edgex-jenkins-ssh 03:09:38 Cloning the remote Git repository 03:09:38 Cloning with configured refspecs honoured and without tags 03:09:38 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:09:38 > git init /w/workspace/edgex-ui-go/1 # timeout=10 03:09:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:09:38 > git --version # timeout=10 03:09:38 > git --version # 'git version 2.16.5' 03:09:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:39 Fetching without tags 03:09:40 Commit message: "build: update to go 1.15" 03:09:40 > git --version # timeout=10 03:09:40 > git --version # 'git version 2.17.1' 03:09:40 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 03:09:40 Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 03:09:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:09:39 > git config --add remote.origin.fetch +refs/pull/262/head:refs/remotes/origin/PR-262 # timeout=10 03:09:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:09:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:40 > git config core.sparsecheckout # timeout=10 03:09:40 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 [Pipeline] withEnv [Pipeline] { 03:09:40 Merge succeeded, producing 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 03:09:40 Checking out Revision 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 (PR-262) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 03:09:40 > git remote # timeout=10 03:09:40 > git config --get remote.origin.url # timeout=10 03:09:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:40 > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 03:09:40 > git rev-parse HEAD^{commit} # timeout=10 03:09:40 > git config core.sparsecheckout # timeout=10 03:09:40 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 [Pipeline] echo 03:09:42 ========================================================= 03:09:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:09:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:43 + 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 . 03:09:44 Commit message: "build: update to go 1.15" 03:09:44 > git --version # timeout=10 03:09:44 > git --version # 'git version 2.16.5' 03:09:44 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { 03:09:45 Sending build context to Docker daemon 21.99MB 03:09:45 Step 1/8 : ARG BASE=golang:1.15-alpine 03:09:45 Step 2/8 : FROM ${BASE} [Pipeline] withEnv [Pipeline] { 03:09:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:09:45 b538f80385f9: Pulling fs layer 03:09:45 74f711af9a0d: Pulling fs layer 03:09:45 99f96fe45779: Pulling fs layer 03:09:45 8529a6b9a6be: Pulling fs layer 03:09:45 45590311c82a: Pulling fs layer 03:09:45 69ca0ff8b7b3: Pulling fs layer 03:09:45 209524e5b208: Pulling fs layer 03:09:45 8529a6b9a6be: Waiting 03:09:45 45590311c82a: Waiting 03:09:45 69ca0ff8b7b3: Waiting 03:09:45 209524e5b208: Waiting 03:09:45 99f96fe45779: Download complete 03:09:45 74f711af9a0d: Verifying Checksum 03:09:45 45590311c82a: Verifying Checksum 03:09:45 45590311c82a: Download complete 03:09:45 69ca0ff8b7b3: Download complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 03:09:45 b538f80385f9: Verifying Checksum 03:09:45 b538f80385f9: Download complete [Pipeline] echo 03:09:46 ========================================================= 03:09:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:09:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:46 b538f80385f9: Pull complete 03:09:46 + 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 . 03:09:46 74f711af9a0d: Pull complete 03:09:47 Sending build context to Docker daemon 21.99MB 03:09:47 Step 1/8 : ARG BASE=golang:1.15-alpine 03:09:47 Step 2/8 : FROM ${BASE} 03:09:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:09:47 df20fa9351a1: Pulling fs layer 03:09:47 ed8968b2872e: Pulling fs layer 03:09:47 a92cc7c5fd73: Pulling fs layer 03:09:47 e871e8e8d7a9: Pulling fs layer 03:09:47 e73272ec9a57: Pulling fs layer 03:09:47 1e910a182e73: Pulling fs layer 03:09:47 4e634b169226: Pulling fs layer 03:09:47 1e910a182e73: Waiting 03:09:47 e73272ec9a57: Waiting 03:09:47 4e634b169226: Waiting 03:09:47 e871e8e8d7a9: Waiting 03:09:47 a92cc7c5fd73: Verifying Checksum 03:09:47 a92cc7c5fd73: Download complete 03:09:47 ed8968b2872e: Download complete 03:09:47 e73272ec9a57: Verifying Checksum 03:09:47 e73272ec9a57: Download complete 03:09:47 99f96fe45779: Pull complete 03:09:47 1e910a182e73: Verifying Checksum 03:09:47 1e910a182e73: Download complete 03:09:47 df20fa9351a1: Verifying Checksum 03:09:47 df20fa9351a1: Download complete 03:09:47 df20fa9351a1: Pull complete 03:09:47 ed8968b2872e: Pull complete 03:09:48 a92cc7c5fd73: Pull complete 03:09:49 209524e5b208: Verifying Checksum 03:09:49 209524e5b208: Download complete 03:09:51 8529a6b9a6be: Download complete 03:09:52 4e634b169226: Verifying Checksum 03:09:52 4e634b169226: Download complete 03:09:53 e871e8e8d7a9: Verifying Checksum 03:09:53 e871e8e8d7a9: Download complete 03:09:58 e871e8e8d7a9: Pull complete 03:09:58 e73272ec9a57: Pull complete 03:09:58 1e910a182e73: Pull complete 03:10:01 8529a6b9a6be: Pull complete 03:10:01 45590311c82a: Pull complete 03:10:02 69ca0ff8b7b3: Pull complete 03:10:05 4e634b169226: Pull complete 03:10:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:10:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:10:05 ---> f7629b54cfaa 03:10:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:10:05 ---> Running in 302fdf4ede16 03:10:05 Removing intermediate container 302fdf4ede16 03:10:05 ---> e529ec715561 03:10:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:05 ---> Running in 24f5b0f64523 03:10:06 209524e5b208: Pull complete 03:10:06 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:10:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:10:06 ---> 5bddaf1c2fca 03:10:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:10:07 Removing intermediate container 24f5b0f64523 03:10:07 ---> 88f3ac584030 03:10:07 Step 5/8 : RUN apk add --no-cache make git 03:10:07 ---> Running in 6ca97eaad879 03:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:08 ---> Running in a2e5822ba5ed 03:10:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:09 OK: 166 MiB in 39 packages 03:10:09 Removing intermediate container a2e5822ba5ed 03:10:09 ---> 13031c81abcc 03:10:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:09 ---> Running in de0a4b1d9c5d 03:10:09 Removing intermediate container 6ca97eaad879 03:10:09 ---> 46f55bf51fac 03:10:09 Step 6/8 : WORKDIR /edgex-ui-go 03:10:09 ---> Running in 2637868d4a2c 03:10:09 Removing intermediate container 2637868d4a2c 03:10:09 ---> c5449ab4c085 03:10:09 Step 7/8 : COPY . . 03:10:11 ---> 3a8bc9fc94e5 03:10:11 Step 8/8 : RUN go mod download 03:10:11 ---> Running in 8b3dfdd9e97d 03:10:11 Removing intermediate container de0a4b1d9c5d 03:10:11 ---> 4c633cb98ad7 03:10:11 Step 5/8 : RUN apk add --no-cache make git 03:10:11 ---> Running in 5a44117e592c 03:10:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:16 OK: 142 MiB in 39 packages 03:10:17 Removing intermediate container 5a44117e592c 03:10:17 ---> 65557874248a 03:10:17 Step 6/8 : WORKDIR /edgex-ui-go 03:10:17 ---> Running in 87257bfbfae2 03:10:18 Removing intermediate container 87257bfbfae2 03:10:18 ---> 7ce53a6a74ad 03:10:18 Step 7/8 : COPY . . 03:10:20 ---> 67b4b5e371a3 03:10:20 Step 8/8 : RUN go mod download 03:10:20 ---> Running in 725a79548ca0 03:10:33 Removing intermediate container 8b3dfdd9e97d 03:10:33 ---> 6215365e5569 03:10:33 Successfully built 6215365e5569 03:10:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:10:34 + docker inspect -f . ci-base-image-x86_64 03:10:34 . [Pipeline] withDockerContainer 03:10:34 prd-centos7-docker-4c-2g-539 does not seem to be running inside a container 03:10:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 03:10:35 $ docker top 622f1295cd2d5cfc6ce683f8c1596de57228967ffe9692ee04257c7b024d05b6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:10:36 + go version 03:10:36 go version go1.15.2 linux/amd64 [Pipeline] } 03:10:36 $ docker stop --time=1 622f1295cd2d5cfc6ce683f8c1596de57228967ffe9692ee04257c7b024d05b6 03:10:37 $ docker rm -f 622f1295cd2d5cfc6ce683f8c1596de57228967ffe9692ee04257c7b024d05b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:10:38 + docker inspect -f . ci-base-image-x86_64 03:10:38 . [Pipeline] withDockerContainer 03:10:38 prd-centos7-docker-4c-2g-539 does not seem to be running inside a container 03:10:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 03:10:39 $ docker top e856627f69a6375fda85bbb999c84489855dd4f33db57a46823db7756f7fe60f -eo pid,comm [Pipeline] { [Pipeline] sh 03:10:40 + make test 03:10:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:10:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 03:10:47 Removing intermediate container 725a79548ca0 03:10:47 ---> 36ef791621af 03:10:47 Successfully built 36ef791621af 03:10:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 03:10:47 GO111MODULE=on go vet ./... [Pipeline] sh 03:10:47 + docker inspect -f . ci-base-image-arm64 03:10:47 . [Pipeline] withDockerContainer 03:10:47 prd-ubuntu18.04-docker-arm64-4c-16g-538 does not seem to be running inside a container 03:10:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 03:10:49 $ docker top ed6e9c64e888df6f90d5f6f8624e9bee20c5ee2f75d710327c3bd7d24e3699ab -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 03:10:50 Stashed 1 file(s) [Pipeline] } 03:10:50 $ docker stop --time=1 e856627f69a6375fda85bbb999c84489855dd4f33db57a46823db7756f7fe60f 03:10:51 + go version 03:10:51 go version go1.15.2 linux/arm64 03:10:52 $ docker rm -f e856627f69a6375fda85bbb999c84489855dd4f33db57a46823db7756f7fe60f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 03:10:53 $ docker stop --time=1 ed6e9c64e888df6f90d5f6f8624e9bee20c5ee2f75d710327c3bd7d24e3699ab 03:10:55 $ docker rm -f ed6e9c64e888df6f90d5f6f8624e9bee20c5ee2f75d710327c3bd7d24e3699ab [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:10:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:10:58 + docker inspect -f . ci-base-image-arm64 03:10:58 . [Pipeline] withDockerContainer 03:10:59 + ls -al . 03:10:59 total 84 03:10:59 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 03:10 . 03:10:59 drwxrwxr-x. 4 jenkins jenkins 28 Sep 20 03:09 .. 03:10:59 drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 03:09 assets 03:10:59 drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 03:09 bin 03:10:59 drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 03:09 cmd 03:10:59 -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 03:09 CONTRIBUTING.md 03:10:59 -rw-r--r--. 1 jenkins jenkins 10 Sep 20 03:10 coverage.out 03:10:59 -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 03:09 Dockerfile 03:10:59 -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 03:09 Dockerfile.build 03:10:59 drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 03:09 docs 03:10:59 drwxrwxr-x. 8 jenkins jenkins 179 Sep 20 03:09 .git 03:10:59 drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 03:09 .github 03:10:59 -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 03:09 .gitignore 03:10:59 -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 03:09 go.mod 03:10:59 -rw-r--r--. 1 jenkins jenkins 20718 Sep 20 03:10 go.sum 03:10:59 drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 03:09 internal 03:10:59 -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 03:09 Jenkinsfile 03:10:59 -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 03:09 LICENSE 03:10:59 -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 03:09 Makefile 03:10:59 -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 03:09 README.md 03:10:59 drwxrwxr-x. 3 jenkins jenkins 58 Sep 20 03:09 .semver 03:10:59 -rw-rw-r--. 1 jenkins jenkins 5 Sep 20 03:06 VERSION 03:10:59 -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 03:09 version.go 03:10:59 prd-ubuntu18.04-docker-arm64-4c-16g-538 does not seem to be running inside a container 03:10:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 03:11:01 $ docker top 0e5ec0fa6887131d3ac06ea628388917ca6e322074e40d3424d3df696be7a3f0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 03:11:02 + 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=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 --label arch=amd64 --label version=0.0.0 . 03:11:02 Sending build context to Docker daemon 22.01MB 03:11:02 Step 1/24 : ARG BASE=golang:1.15-alpine 03:11:02 Step 2/24 : FROM ${BASE} AS builder 03:11:02 ---> 6215365e5569 03:11:02 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:11:02 ---> Running in b0a8b0868e58 03:11:02 + make test 03:11:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:11:02 Removing intermediate container b0a8b0868e58 03:11:02 ---> a0bcfd67df4c 03:11:02 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:11:02 ---> Running in b4845036b3e5 03:11:03 Removing intermediate container b4845036b3e5 03:11:03 ---> 655b1024fa98 03:11:03 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:11:03 ---> Running in be14c3642d5c 03:11:03 Removing intermediate container be14c3642d5c 03:11:03 ---> aff1772160e2 03:11:03 Step 6/24 : LABEL Name=edgex-ui-go 03:11:03 ---> Running in c755163f5682 03:11:03 Removing intermediate container c755163f5682 03:11:03 ---> 04b75f138c19 03:11:03 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:11:03 ---> Running in ff96c1ccf449 03:11:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 03:11:03 Removing intermediate container ff96c1ccf449 03:11:03 ---> acc2c7332be7 03:11:03 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:03 ---> Running in f002d2847720 03:11:04 Removing intermediate container f002d2847720 03:11:04 ---> 15d8416397ab 03:11:04 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:11:04 ---> Running in 966e6a7b777d 03:11:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:06 v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:06 v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:06 OK: 12751 distinct packages available 03:11:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:07 OK: 166 MiB in 39 packages 03:11:07 Removing intermediate container 966e6a7b777d 03:11:07 ---> 05deec4bd75f 03:11:07 Step 10/24 : ENV GO111MODULE=on 03:11:07 ---> Running in bfab32fb43e5 03:11:07 Removing intermediate container bfab32fb43e5 03:11:07 ---> e189868b0004 03:11:07 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:11:07 ---> Running in 13b66705bc7f 03:11:08 Removing intermediate container 13b66705bc7f 03:11:08 ---> aef67558296a 03:11:08 Step 12/24 : COPY go.mod . 03:11:08 ---> 8290165b4a88 03:11:08 Step 13/24 : COPY Makefile . 03:11:08 ---> b94db9482e46 03:11:08 Step 14/24 : RUN make update 03:11:08 ---> Running in 3c443f306f65 03:11:08 CGO_ENABLED=0 GO111MODULE=on go mod download 03:11:09 Removing intermediate container 3c443f306f65 03:11:09 ---> c88ceb7a029a 03:11:09 Step 15/24 : COPY . . 03:11:10 ---> 43dbc58c7c41 03:11:10 Step 16/24 : RUN ${MAKE} 03:11:10 ---> Running in 691cf6f1b9e2 03:11:10 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 03:11:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:11:21 Removing intermediate container 691cf6f1b9e2 03:11:21 ---> da7ede4e34e9 03:11:21 Step 17/24 : FROM alpine 03:11:21 latest: Pulling from library/alpine 03:11:21 df20fa9351a1: Already exists 03:11:21 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:11:21 Status: Downloaded newer image for alpine:latest 03:11:21 ---> a24bb4013296 03:11:21 Step 18/24 : EXPOSE 4000 03:11:21 ---> Running in 1178c1dfe76e 03:11:21 Removing intermediate container 1178c1dfe76e 03:11:21 ---> bf1be01f5013 03:11:21 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 03:11:22 ---> c8efc685c79b 03:11:22 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:11:22 ---> Running in be88a8114ea2 03:11:22 Removing intermediate container be88a8114ea2 03:11:22 ---> 838796c1eb06 03:11:22 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:11:22 ---> Running in d0323898649a 03:11:22 Removing intermediate container d0323898649a 03:11:22 ---> 3eb048a6f43b 03:11:22 Step 22/24 : LABEL arch=amd64 03:11:22 ---> Running in 7c53a383bdee 03:11:22 Removing intermediate container 7c53a383bdee 03:11:22 ---> 7d47204206ac 03:11:22 Step 23/24 : LABEL git_sha=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 03:11:23 ---> Running in d85ac863d478 03:11:23 Removing intermediate container d85ac863d478 03:11:23 ---> c356d6440011 03:11:23 Step 24/24 : LABEL version=0.0.0 03:11:23 ---> Running in 488a3308553b 03:11:23 Removing intermediate container 488a3308553b 03:11:23 ---> d270331694a5 03:11:23 [Warning] One or more build-args [ARCH] were not consumed 03:11:23 Successfully built d270331694a5 03:11:23 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 03:11:25 GO111MODULE=on go vet ./... [Pipeline] stash 03:11:31 Warning: overwriting stash ‘coverage-report’ 03:11:32 Stashed 1 file(s) [Pipeline] } 03:11:32 $ docker stop --time=1 0e5ec0fa6887131d3ac06ea628388917ca6e322074e40d3424d3df696be7a3f0 03:11:34 $ docker rm -f 0e5ec0fa6887131d3ac06ea628388917ca6e322074e40d3424d3df696be7a3f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:11:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:11:36 + ls -al . 03:11:36 total 120 03:11:36 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 03:11 . 03:11:36 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 03:09 .. 03:11:36 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 03:09 .git 03:11:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 03:09 .github 03:11:36 -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 03:09 .gitignore 03:11:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 03:09 .semver 03:11:36 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 03:09 CONTRIBUTING.md 03:11:36 -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 03:09 Dockerfile 03:11:36 -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 03:09 Dockerfile.build 03:11:36 -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 03:09 Jenkinsfile 03:11:36 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 03:09 LICENSE 03:11:36 -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 03:09 Makefile 03:11:36 -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 03:09 README.md 03:11:36 -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 03:06 VERSION 03:11:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 03:09 assets 03:11:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 03:09 bin 03:11:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 03:09 cmd 03:11:36 -rw-r--r-- 1 jenkins jenkins 10 Sep 20 03:11 coverage.out 03:11:36 drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 03:09 docs 03:11:36 -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 03:09 go.mod 03:11:36 -rw-r--r-- 1 jenkins jenkins 20718 Sep 20 03:11 go.sum 03:11:36 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 03:09 internal 03:11:36 -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 03:09 version.go [Pipeline] isUnix [Pipeline] sh 03:11:36 + 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=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 --label arch=arm64 --label version=0.0.0 . 03:11:37 Sending build context to Docker daemon 22.01MB 03:11:37 Step 1/24 : ARG BASE=golang:1.15-alpine 03:11:37 Step 2/24 : FROM ${BASE} AS builder 03:11:37 ---> 36ef791621af 03:11:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:11:37 ---> Running in 070fef3d0ae9 03:11:38 Removing intermediate container 070fef3d0ae9 03:11:38 ---> 37919a796ca8 03:11:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:11:38 ---> Running in e05cbf551abd 03:11:38 Removing intermediate container e05cbf551abd 03:11:38 ---> 297eb12b5ab2 03:11:38 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:11:38 ---> Running in 1425648e9350 03:11:39 Removing intermediate container 1425648e9350 03:11:39 ---> f1bedbf63d04 03:11:39 Step 6/24 : LABEL Name=edgex-ui-go 03:11:39 ---> Running in f503fc1d74a1 03:11:39 Removing intermediate container f503fc1d74a1 03:11:39 ---> 6f99b0499482 03:11:39 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:11:39 ---> Running in d7fb782465e6 03:11:40 Removing intermediate container d7fb782465e6 03:11:40 ---> 402c118a434f 03:11:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:40 ---> Running in 19c32eef2d71 03:11:43 Removing intermediate container 19c32eef2d71 03:11:43 ---> 7a22801c0cd3 03:11:43 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:11:43 ---> Running in 8f98d6d0b589 03:11:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:45 v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:45 v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:45 OK: 12622 distinct packages available 03:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:47 OK: 142 MiB in 39 packages 03:11:48 Removing intermediate container 8f98d6d0b589 03:11:48 ---> a28d2179e107 03:11:48 Step 10/24 : ENV GO111MODULE=on 03:11:48 ---> Running in d8cfe1c2bf80 03:11:49 Removing intermediate container d8cfe1c2bf80 03:11:49 ---> 4df9c458d655 03:11:49 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:11:49 ---> Running in b383316a4390 03:11:49 Removing intermediate container b383316a4390 03:11:49 ---> 7b5dc582a9cc 03:11:49 Step 12/24 : COPY go.mod . 03:11:50 ---> 98e503357709 03:11:50 Step 13/24 : COPY Makefile . 03:11:51 ---> 00bb24973110 03:11:51 Step 14/24 : RUN make update 03:11:51 ---> Running in a08754b89f3c 03:11:52 CGO_ENABLED=0 GO111MODULE=on go mod download 03:11:54 Removing intermediate container a08754b89f3c 03:11:54 ---> d646ad0f3eee 03:11:54 Step 15/24 : COPY . . 03:11:56 ---> 339d11aba4fb 03:11:56 Step 16/24 : RUN ${MAKE} 03:11:56 ---> Running in f82de6590a20 03:11:57 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 03:12:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:12:25 Removing intermediate container f82de6590a20 03:12:25 ---> dc8756eb9842 03:12:25 Step 17/24 : FROM alpine 03:12:25 latest: Pulling from library/alpine 03:12:25 b538f80385f9: Already exists 03:12:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:12:25 Status: Downloaded newer image for alpine:latest 03:12:25 ---> 62ee0e9f8440 03:12:25 Step 18/24 : EXPOSE 4000 03:12:25 ---> Running in 654764afcad5 03:12:25 Removing intermediate container 654764afcad5 03:12:25 ---> 4aee7bfc8cd7 03:12:25 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 03:12:27 ---> 2064f3bffc4a 03:12:27 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:12:27 ---> Running in 83ba2beedb52 03:12:28 Removing intermediate container 83ba2beedb52 03:12:28 ---> f893a259c2fd 03:12:28 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:12:28 ---> Running in 8247235c965f 03:12:28 Removing intermediate container 8247235c965f 03:12:28 ---> e9b90aa1dea5 03:12:28 Step 22/24 : LABEL arch=arm64 03:12:28 ---> Running in a24092a24bca 03:12:29 Removing intermediate container a24092a24bca 03:12:29 ---> f4cec1065c83 03:12:29 Step 23/24 : LABEL git_sha=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 03:12:29 ---> Running in fc5caff614cf 03:12:29 Removing intermediate container fc5caff614cf 03:12:29 ---> f9df1dfb743b 03:12:29 Step 24/24 : LABEL version=0.0.0 03:12:30 ---> Running in 60e7c728b43b 03:12:30 Removing intermediate container 60e7c728b43b 03:12:30 ---> 5d8216143bc7 03:12:30 [Warning] One or more build-args [ARCH] were not consumed 03:12:30 Successfully built 5d8216143bc7 03:12:30 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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 03:12:34 provisioning config files... 03:12:34 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/config515436953064595583tmp [Pipeline] { [Pipeline] sh 03:12:35 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/config515436953064595583tmp 03:12:35 + curl -s https://codecov.io/bash [Pipeline] } 03:12:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 03:12:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:12:40 ---> package-listing.sh 03:12:40 ++ facter osfamily 03:12:40 ++ tr '[:upper:]' '[:lower:]' 03:12:40 + OS_FAMILY=redhat 03:12:40 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-262 03:12:40 + START_PACKAGES=/tmp/packages_start.txt 03:12:40 + END_PACKAGES=/tmp/packages_end.txt 03:12:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:12:40 + PACKAGES=/tmp/packages_start.txt 03:12:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-262 ']' 03:12:40 + PACKAGES=/tmp/packages_end.txt 03:12:40 + case "${OS_FAMILY}" in 03:12:40 + rpm -qa 03:12:40 + sort 03:12:45 + '[' -f /tmp/packages_start.txt ']' 03:12:45 + '[' -f /tmp/packages_end.txt ']' 03:12:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:12:45 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-262 ']' 03:12:45 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-262/archives/ 03:12:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-262/archives/ [Pipeline] isUnix [Pipeline] sh 03:12:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:46 03:12:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:12:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:47 alpine: Pulling from edgex-lftools-log-publisher 03:12:47 df20fa9351a1: Pulling fs layer 03:12:47 36b3adc4ff6f: Pulling fs layer 03:12:47 8ad3a11d3b57: Pulling fs layer 03:12:47 46f8f816bc3b: Pulling fs layer 03:12:47 0dadc02b9964: Pulling fs layer 03:12:47 ce6a7cf60c04: Pulling fs layer 03:12:47 7a184a31f384: Pulling fs layer 03:12:47 0879bd2ef858: Pulling fs layer 03:12:47 0dadc02b9964: Waiting 03:12:47 ce6a7cf60c04: Waiting 03:12:47 7a184a31f384: Waiting 03:12:47 0879bd2ef858: Waiting 03:12:47 46f8f816bc3b: Waiting 03:12:47 36b3adc4ff6f: Download complete 03:12:47 46f8f816bc3b: Verifying Checksum 03:12:47 46f8f816bc3b: Download complete 03:12:47 df20fa9351a1: Verifying Checksum 03:12:47 df20fa9351a1: Download complete 03:12:47 ce6a7cf60c04: Verifying Checksum 03:12:47 ce6a7cf60c04: Download complete 03:12:47 7a184a31f384: Verifying Checksum 03:12:47 7a184a31f384: Download complete 03:12:47 0dadc02b9964: Verifying Checksum 03:12:47 0dadc02b9964: Download complete 03:12:47 df20fa9351a1: Pull complete 03:12:47 8ad3a11d3b57: Verifying Checksum 03:12:47 8ad3a11d3b57: Download complete 03:12:48 36b3adc4ff6f: Pull complete 03:12:48 0879bd2ef858: Verifying Checksum 03:12:48 0879bd2ef858: Download complete 03:12:49 8ad3a11d3b57: Pull complete 03:12:49 46f8f816bc3b: Pull complete 03:12:49 0dadc02b9964: Pull complete 03:12:50 ce6a7cf60c04: Pull complete 03:12:50 7a184a31f384: Pull complete 03:12:54 0879bd2ef858: Pull complete 03:12:54 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:12:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:12:55 prd-centos7-docker-4c-2g-537 does not seem to be running inside a container 03:12:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_PR-262 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262:/w/workspace/edgexfoundry_edgex-ui-go_PR-262:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:12:58 $ docker top b7872d2b59cf5b66cce708bf049022dab358b3255ba4d1e346fb87435e9b2e87 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:59 + mkdir -p /var/log/sa [Pipeline] sh 03:12:59 + ls /var/log/sa-host 03:12:59 + sadf -c /var/log/sa-host/sa05 03:12:59 file_magic: OK 03:12:59 HZ: Using current value: 100 03:12:59 file_header: OK 03:12:59 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 03:12:59 Statistics: 03:12:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:12:59 File successfully converted to sysstat format version 12.2.1 03:12:59 + sadf -c /var/log/sa-host/sa20 03:12:59 file_magic: OK 03:12:59 HZ: Using current value: 100 03:12:59 file_header: OK 03:12:59 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 03:12:59 Statistics: 03:12:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:12:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:12:59 provisioning config files... 03:12:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/config2596532286462250685tmp [Pipeline] { [Pipeline] echo 03:12:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:13:00 ---> create-netrc.sh [Pipeline] echo 03:13:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:13:00 ---> logs-deploy.sh 03:13:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-262/1 03:13:00 INFO: archiving workspace using pattern(s): 03:13:02 Archives upload complete. 03:13:02 INFO: archiving logs to Nexus 03:13:04 ---> uname -a: 03:13:04 Linux b7872d2b59cf 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:13:04 03:13:04 03:13:04 ---> lscpu: 03:13:04 Architecture: x86_64 03:13:04 CPU op-mode(s): 32-bit, 64-bit 03:13:04 Byte Order: Little Endian 03:13:04 Address sizes: 40 bits physical, 48 bits virtual 03:13:04 CPU(s): 4 03:13:04 On-line CPU(s) list: 0-3 03:13:04 Thread(s) per core: 1 03:13:04 Core(s) per socket: 1 03:13:04 Socket(s): 4 03:13:04 NUMA node(s): 1 03:13:04 Vendor ID: GenuineIntel 03:13:04 CPU family: 6 03:13:04 Model: 44 03:13:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:13:04 Stepping: 1 03:13:04 CPU MHz: 2933.438 03:13:04 BogoMIPS: 5866.87 03:13:04 Virtualization: VT-x 03:13:04 Hypervisor vendor: KVM 03:13:04 Virtualization type: full 03:13:04 L1d cache: 128 KiB 03:13:04 L1i cache: 128 KiB 03:13:04 L2 cache: 16 MiB 03:13:04 L3 cache: 64 MiB 03:13:04 NUMA node0 CPU(s): 0-3 03:13:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:13:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:13:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:13:04 Vulnerability Meltdown: Mitigation; PTI 03:13:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:13:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:13:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:13:04 Vulnerability Tsx async abort: Not affected 03:13:04 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 03:13:04 03:13:04 03:13:04 ---> nproc: 03:13:04 4 03:13:04 03:13:04 03:13:04 ---> df -h: 03:13:04 Filesystem Size Used Available Use% Mounted on 03:13:04 overlay 50.0G 7.0G 43.0G 14% / 03:13:04 tmpfs 64.0M 0 64.0M 0% /dev 03:13:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:13:04 shm 64.0M 0 64.0M 0% /dev/shm 03:13:04 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 03:13:04 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 03:13:04 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 03:13:04 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 03:13:04 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-262 03:13:04 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp 03:13:04 03:13:04 03:13:04 ---> free -m: 03:13:04 total used free shared buff/cache available 03:13:04 Mem: 1837 671 140 0 1025 1058 03:13:04 Swap: 1023 1 1022 03:13:04 03:13:04 03:13:04 ---> ip addr: 03:13:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:13:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:13:04 inet 127.0.0.1/8 scope host lo 03:13:04 valid_lft forever preferred_lft forever 03:13:04 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:13:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:13:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:13:04 valid_lft forever preferred_lft forever 03:13:04 03:13:04 03:13:04 ---> sar -b -r -n DEV: 03:13:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/20/20 _x86_64_ (4 CPU) 03:13:04 03:13:04 03:05:18 LINUX RESTART (4 CPU) 03:13:04 03:13:04 03:06:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:13:04 03:07:01 69.86 22.99 46.86 0.00 5681.83 5884.34 0.00 03:13:04 03:08:01 2.23 0.00 2.23 0.00 0.00 47.09 0.00 03:13:04 03:09:01 0.45 0.00 0.45 0.00 0.00 6.09 0.00 03:13:04 03:10:01 0.32 0.00 0.32 0.00 0.00 4.66 0.00 03:13:04 03:11:01 0.17 0.00 0.17 0.00 0.00 1.96 0.00 03:13:04 03:12:01 0.40 0.00 0.40 0.00 0.00 5.01 0.00 03:13:04 Average: 12.09 3.78 8.30 0.00 934.67 978.81 0.00 03:13:04 03:13:04 03:06:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:13:04 03:07:01 149044 0 589888 31.35 2620 1140004 1138412 38.85 438772 1134136 124 03:13:04 03:08:01 154764 0 584164 31.05 2620 1140008 1098848 37.50 437224 1130888 12 03:13:04 03:09:01 156504 0 582416 30.95 2620 1140016 1083428 36.98 437676 1128960 8 03:13:04 03:10:01 154252 0 584668 31.07 2620 1140016 1083644 36.98 442724 1126328 20 03:13:04 03:11:01 155512 0 583400 31.01 2620 1140024 1083428 36.98 446624 1121240 12 03:13:04 03:12:01 155612 0 583296 31.00 2620 1140028 1083524 36.98 447152 1121236 8 03:13:04 Average: 154281 0 584639 31.07 2620 1140016 1095214 37.38 441695 1127131 31 03:13:04 03:13:04 03:06:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:13:04 03:07:01 eth0 286.12 236.43 1236.31 196.83 0.00 0.00 0.00 0.00 03:13:04 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:07:01 docker0 37.36 30.99 3.42 107.80 0.00 0.00 0.00 0.00 03:13:04 03:08:01 eth0 0.55 0.33 0.62 0.04 0.00 0.00 0.00 0.00 03:13:04 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:09:01 eth0 1.05 0.12 0.09 0.01 0.00 0.00 0.00 0.00 03:13:04 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:10:01 eth0 1.02 0.60 0.55 0.37 0.00 0.00 0.00 0.00 03:13:04 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:11:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 03:13:04 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:12:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:13:04 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 Average: eth0 47.57 39.12 203.61 32.47 0.00 0.00 0.00 0.00 03:13:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:04 Average: docker0 6.15 5.10 0.56 17.73 0.00 0.00 0.00 0.00 03:13:04 03:13:04 03:13:04 ---> sar -P ALL: 03:13:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/20/20 _x86_64_ (4 CPU) 03:13:04 03:13:04 03:05:18 LINUX RESTART (4 CPU) 03:13:04 03:13:04 03:06:02 CPU %user %nice %system %iowait %steal %idle 03:13:04 03:07:01 all 13.29 0.00 4.55 2.16 17.04 62.96 03:13:04 03:07:01 0 12.68 0.00 5.18 0.54 18.77 62.84 03:13:04 03:07:01 1 12.01 0.00 4.18 0.70 17.88 65.23 03:13:04 03:07:01 2 16.72 0.00 4.31 2.63 15.19 61.15 03:13:04 03:07:01 3 11.90 0.00 4.55 4.77 16.27 62.51 03:13:04 03:08:01 all 0.08 0.00 0.05 0.00 0.62 99.25 03:13:04 03:08:01 0 0.12 0.00 0.07 0.00 0.68 99.14 03:13:04 03:08:01 1 0.05 0.00 0.05 0.00 0.78 99.12 03:13:04 03:08:01 2 0.12 0.00 0.07 0.00 0.56 99.25 03:13:04 03:08:01 3 0.03 0.00 0.02 0.00 0.45 99.50 03:13:04 03:09:01 all 0.07 0.00 0.03 0.00 0.24 99.65 03:13:04 03:09:01 0 0.15 0.00 0.02 0.00 0.27 99.57 03:13:04 03:09:01 1 0.02 0.00 0.05 0.00 0.25 99.68 03:13:04 03:09:01 2 0.12 0.00 0.05 0.00 0.18 99.65 03:13:04 03:09:01 3 0.02 0.00 0.02 0.00 0.27 99.70 03:13:04 03:10:01 all 0.11 0.00 0.04 0.01 0.31 99.53 03:13:04 03:10:01 0 0.07 0.00 0.05 0.03 0.40 99.45 03:13:04 03:10:01 1 0.32 0.00 0.05 0.00 0.22 99.42 03:13:04 03:10:01 2 0.05 0.00 0.03 0.00 0.33 99.58 03:13:04 03:10:01 3 0.00 0.00 0.02 0.00 0.30 99.68 03:13:04 03:11:01 all 0.10 0.00 0.05 0.00 0.42 99.44 03:13:04 03:11:01 0 0.02 0.00 0.02 0.00 0.10 99.87 03:13:04 03:11:01 1 0.30 0.00 0.03 0.00 0.85 98.82 03:13:04 03:11:01 2 0.05 0.00 0.10 0.00 0.46 99.39 03:13:04 03:11:01 3 0.03 0.00 0.05 0.00 0.25 99.67 03:13:04 03:12:01 all 0.10 0.00 0.02 0.00 0.37 99.50 03:13:04 03:12:01 0 0.02 0.00 0.02 0.00 0.07 99.90 03:13:04 03:12:01 1 0.33 0.00 0.02 0.00 0.65 99.01 03:13:04 03:12:01 2 0.03 0.00 0.05 0.00 0.42 99.50 03:13:04 03:12:01 3 0.02 0.00 0.02 0.00 0.37 99.60 03:13:04 Average: all 2.29 0.00 0.79 0.36 3.16 93.40 03:13:04 Average: 0 2.15 0.00 0.88 0.09 3.34 93.53 03:13:04 Average: 1 2.21 0.00 0.74 0.12 3.49 93.43 03:13:04 Average: 2 2.78 0.00 0.75 0.43 2.80 93.24 03:13:04 Average: 3 2.02 0.00 0.78 0.80 3.01 93.39 03:13:04 03:13:04 03:13:04