Pull request #352 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b615ecaee17b72e689167bdcc667828e36bf539d+7e8cb258793469f1841277073dddd17e9c99cd16 (06b44997f3cfe002a423b06b83319245671b55fa) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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-352/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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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. 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-352/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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-4354 in /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [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-352 # 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 7e8cb258793469f1841277073dddd17e9c99cd16 into PR head commit b615ecaee17b72e689167bdcc667828e36bf539d > 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/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 Merge succeeded, producing b615ecaee17b72e689167bdcc667828e36bf539d Checking out Revision b615ecaee17b72e689167bdcc667828e36bf539d (PR-352) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:50:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:50:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:50:41 ========================================================= 05:50:41 EdgeX Global Pipelines Version Info 05:50:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:50:43 ------------------- 05:50:43 stable info: 05:50:43 ------------------- 05:50:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:50:43 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 05:50:43 Message: update stable to v1.0.191 05:50:43 ------------------- 05:50:43 experimental info: 05:50:43 ------------------- 05:50:43 Commited By: **** collab-it+edgex@linuxfoundation.org 05:50:43 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:50:43 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 05:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-352 [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-352 [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-352 [Pipeline] echo 05:50:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b615ecaee17b72e689167bdcc667828e36bf539d [Pipeline] echo 05:50:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b615eca [Pipeline] echo 05:50:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:50:46 provisioning config files... 05:50:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/config8879258959450202691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:46 ---> docker-login.sh 05:50:46 nexus3.edgexfoundry.org:10001 05:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:47 Configure a credential helper to remove this warning. See 05:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:47 05:50:47 Login Succeeded 05:50:47 nexus3.edgexfoundry.org:10002 05:50:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:47 Configure a credential helper to remove this warning. See 05:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:47 05:50:47 Login Succeeded 05:50:47 nexus3.edgexfoundry.org:10003 05:50:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:47 Configure a credential helper to remove this warning. See 05:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:47 05:50:47 Login Succeeded 05:50:47 nexus3.edgexfoundry.org:10004 05:50:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:47 Configure a credential helper to remove this warning. See 05:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:47 05:50:47 Login Succeeded 05:50:47 docker.io 05:50:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:48 Configure a credential helper to remove this warning. See 05:50:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:48 05:50:48 Login Succeeded 05:50:48 ---> docker-login.sh ends [Pipeline] } 05:50:48 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 05:50:48 + git log --format=format:%s -1 b615ecaee17b72e689167bdcc667828e36bf539d [Pipeline] echo 05:50:49 GIT_COMMIT: b615ecaee17b72e689167bdcc667828e36bf539d, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 05:50:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:50:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:50:50 05:50:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:50:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:50:50 latest: Pulling from edgex-devops/git-semver 05:50:50 31603596830f: Pulling fs layer 05:50:50 54011a49482f: Pulling fs layer 05:50:50 a6820b24f6d8: Pulling fs layer 05:50:50 f581987b2513: Pulling fs layer 05:50:50 f581987b2513: Waiting 05:50:50 54011a49482f: Verifying Checksum 05:50:50 54011a49482f: Download complete 05:50:50 31603596830f: Verifying Checksum 05:50:50 31603596830f: Download complete 05:50:50 f581987b2513: Verifying Checksum 05:50:50 f581987b2513: Download complete 05:50:50 a6820b24f6d8: Verifying Checksum 05:50:50 a6820b24f6d8: Download complete 05:50:51 31603596830f: Pull complete 05:50:51 54011a49482f: Pull complete 05:50:52 a6820b24f6d8: Pull complete 05:50:52 f581987b2513: Pull complete 05:50:52 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:50:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:50:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:50:52 prd-centos7-docker-4c-2g-4354 does not seem to be running inside a container 05:50:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-352 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352:/w/workspace/edgexfoundry_edgex-ui-go_PR-352:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@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:10004/edgex-devops/git-semver:latest cat 05:50:55 $ docker top 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:50:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:50:55 [ssh-agent] Looking for ssh-agent implementation... 05:50:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:50:55 $ docker exec 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent 05:50:55 SSH_AUTH_SOCK=/tmp/ssh-RyaS8YPY5DCe/agent.12 05:50:55 SSH_AGENT_PID=18 05:50:55 Running ssh-add (command line suppressed) 05:50:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_6179198020377018041.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_6179198020377018041.key) 05:50:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:50:56 + git tag --points-at HEAD [Pipeline] } 05:50:56 $ docker exec --env ******** --env ******** 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent -k 05:50:56 unset SSH_AUTH_SOCK; 05:50:56 unset SSH_AGENT_PID; 05:50:56 echo Agent pid 18 killed; 05:50:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:50:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:50:56 [ssh-agent] Looking for ssh-agent implementation... 05:50:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:50:56 $ docker exec 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent 05:50:56 SSH_AUTH_SOCK=/tmp/ssh-1elP6bcgqfwd/agent.47 05:50:56 SSH_AGENT_PID=52 05:50:56 Running ssh-add (command line suppressed) 05:50:57 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_2896882250803957480.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_2896882250803957480.key) 05:50:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:50:57 + git semver init 05:50:57 # -> Open(): unable to determine branch for HEAD 05:50:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-352/.git 05:50:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-352 05:50:57 # $SEMVER_REMOTE_NAME = origin 05:50:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:50:57 # $SEMVER_USER_NAME = edgex-jenkins 05:50:57 # $SEMVER_BRANCH = PR-352 05:50:57 # $SEMVER_TEMP = /tmp/semver-250260156 05:50:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 05:50:59 # '/tmp/semver-250260156' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-352/.semver' 05:50:59 # -> Force: false 05:50:59 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-352/.semver [Pipeline] } 05:50:59 $ docker exec --env ******** --env ******** 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent -k 05:50:59 unset SSH_AUTH_SOCK; 05:50:59 unset SSH_AGENT_PID; 05:50:59 echo Agent pid 52 killed; 05:50:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:50:59 + git semver [Pipeline] } 05:50:59 $ docker stop --time=1 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e 05:51:01 $ docker rm -f 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e [Pipeline] // withDockerContainer [Pipeline] sh 05:51:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:51:02 Stashed 1 file(s) [Pipeline] echo 05:51:02 [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 05:51:17 Still waiting to schedule task 05:51:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:51:17 Still waiting to schedule task 05:51:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 05:54:13 Running on prd-centos7-docker-4c-2g-4355 in /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [Pipeline] { [Pipeline] ws 05:54:13 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 05:54:17 using credential edgex-jenkins-ssh 05:54:17 Cloning the remote Git repository 05:54:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:54:18 > git init /w/workspace/edgex-ui-go/1 # timeout=10 05:54:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:54:18 > git --version # timeout=10 05:54:18 > git --version # 'git version 2.24.3' 05:54:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:20 Merging remotes/origin/master commit 7e8cb258793469f1841277073dddd17e9c99cd16 into PR head commit b615ecaee17b72e689167bdcc667828e36bf539d 05:54:20 Merge succeeded, producing b615ecaee17b72e689167bdcc667828e36bf539d 05:54:20 Checking out Revision b615ecaee17b72e689167bdcc667828e36bf539d (PR-352) 05:54:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:54:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:54:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:54:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:54:20 > git config core.sparsecheckout # timeout=10 05:54:20 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 05:54:20 > git remote # timeout=10 05:54:20 > git config --get remote.origin.url # timeout=10 05:54:20 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:20 > git merge 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 05:54:20 > git rev-parse HEAD^{commit} # timeout=10 05:54:20 > git config core.sparsecheckout # timeout=10 05:54:20 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 05:54:25 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:54:25 > git --version # timeout=10 05:54:25 > git --version # 'git version 2.24.3' 05:54:25 fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:54:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:54:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:54:27 + true 05:54:27 + sudo service docker restart 05:54:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:54:29 provisioning config files... 05:54:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8922961226199276771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:54:30 ---> docker-login.sh 05:54:30 nexus3.edgexfoundry.org:10001 05:54:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:30 Configure a credential helper to remove this warning. See 05:54:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:30 05:54:30 Login Succeeded 05:54:30 nexus3.edgexfoundry.org:10002 05:54:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:30 Configure a credential helper to remove this warning. See 05:54:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:30 05:54:30 Login Succeeded 05:54:30 nexus3.edgexfoundry.org:10003 05:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:31 Configure a credential helper to remove this warning. See 05:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:31 05:54:31 Login Succeeded 05:54:31 nexus3.edgexfoundry.org:10004 05:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:31 Configure a credential helper to remove this warning. See 05:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:31 05:54:31 Login Succeeded 05:54:31 docker.io 05:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:32 Configure a credential helper to remove this warning. See 05:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:32 05:54:32 Login Succeeded 05:54:32 ---> docker-login.sh ends [Pipeline] } 05:54:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:54:32 ========================================================= 05:54:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:54:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:54:33 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:54:34 Sending build context to Docker daemon 34.93MB 05:54:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:54:34 Step 2/8 : FROM ${BASE} 05:54:34 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:54:34 540db60ca938: Pulling fs layer 05:54:34 adcc1eea9eea: Pulling fs layer 05:54:34 4c4ab2625f07: Pulling fs layer 05:54:34 0510c868ecb4: Pulling fs layer 05:54:34 afea3b2eda06: Pulling fs layer 05:54:34 7809a108b3ef: Pulling fs layer 05:54:34 f706445af74f: Pulling fs layer 05:54:34 afea3b2eda06: Waiting 05:54:34 7809a108b3ef: Waiting 05:54:34 f706445af74f: Waiting 05:54:34 0510c868ecb4: Waiting 05:54:34 4c4ab2625f07: Verifying Checksum 05:54:34 4c4ab2625f07: Download complete 05:54:34 adcc1eea9eea: Download complete 05:54:34 afea3b2eda06: Verifying Checksum 05:54:34 afea3b2eda06: Download complete 05:54:35 540db60ca938: Verifying Checksum 05:54:35 540db60ca938: Download complete 05:54:35 7809a108b3ef: Verifying Checksum 05:54:35 7809a108b3ef: Download complete 05:54:35 540db60ca938: Pull complete 05:54:35 adcc1eea9eea: Pull complete 05:54:36 4c4ab2625f07: Pull complete 05:54:39 f706445af74f: Verifying Checksum 05:54:39 f706445af74f: Download complete 05:54:41 0510c868ecb4: Verifying Checksum 05:54:41 0510c868ecb4: Download complete 05:54:48 0510c868ecb4: Pull complete 05:54:48 afea3b2eda06: Pull complete 05:54:48 7809a108b3ef: Pull complete 05:54:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4356 in /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [Pipeline] { [Pipeline] ws 05:54:53 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 05:54:57 f706445af74f: Pull complete 05:54:57 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:54:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:54:57 ---> b068be0155e3 05:54:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:54:57 ---> Running in 2043d6fd2416 05:54:57 Removing intermediate container 2043d6fd2416 05:54:57 ---> 7b7367cdecbd 05:54:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:57 ---> Running in a59e992d5d08 05:54:58 Removing intermediate container a59e992d5d08 05:54:58 ---> c924e9dda6a4 05:54:58 Step 5/8 : RUN apk add --no-cache make git 05:54:58 ---> Running in a8eaa7db5f22 05:54:59 using credential edgex-jenkins-ssh 05:54:59 Cloning the remote Git repository 05:54:59 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:54:59 > git init /w/workspace/edgex-ui-go/1 # timeout=10 05:54:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:54:59 > git --version # timeout=10 05:54:59 > git --version # 'git version 2.17.1' 05:54:59 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:55:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:55:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:55:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:55:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:55:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:55:01 using GIT_SSH to set credentials SSH Credentials for GitHub 05:55:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:55:02 OK: 149 MiB in 40 packages 05:55:03 Removing intermediate container a8eaa7db5f22 05:55:03 ---> 8865502333c8 05:55:03 Step 6/8 : WORKDIR /edgex-ui-go 05:55:03 ---> Running in 8e844e486e4e 05:55:03 Merging remotes/origin/master commit 7e8cb258793469f1841277073dddd17e9c99cd16 into PR head commit b615ecaee17b72e689167bdcc667828e36bf539d 05:55:03 Removing intermediate container 8e844e486e4e 05:55:03 ---> ad41689669fa 05:55:03 Step 7/8 : COPY . . 05:55:03 > git config core.sparsecheckout # timeout=10 05:55:03 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 05:55:04 Merge succeeded, producing b615ecaee17b72e689167bdcc667828e36bf539d 05:55:04 Checking out Revision b615ecaee17b72e689167bdcc667828e36bf539d (PR-352) 05:55:04 > git remote # timeout=10 05:55:04 > git config --get remote.origin.url # timeout=10 05:55:04 using GIT_SSH to set credentials SSH Credentials for GitHub 05:55:04 > git merge 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 05:55:04 > git rev-parse HEAD^{commit} # timeout=10 05:55:04 > git config core.sparsecheckout # timeout=10 05:55:04 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 05:55:07 ---> 47e0c5e64b1b 05:55:07 Step 8/8 : RUN go mod download 05:55:07 ---> Running in 730c000fc44d 05:55:09 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:55:09 > git --version # timeout=10 05:55:09 > git --version # 'git version 2.17.1' 05:55:09 fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:55:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:55:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:55:11 + sudo service docker restart 05:55:11 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:55:14 provisioning config files... 05:55:14 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1001250890073579142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:55:14 ---> docker-login.sh 05:55:14 nexus3.edgexfoundry.org:10001 05:55:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:16 Configure a credential helper to remove this warning. See 05:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:16 05:55:16 Login Succeeded 05:55:16 nexus3.edgexfoundry.org:10002 05:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:16 Configure a credential helper to remove this warning. See 05:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:16 05:55:16 Login Succeeded 05:55:16 nexus3.edgexfoundry.org:10003 05:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:17 Configure a credential helper to remove this warning. See 05:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:17 05:55:17 Login Succeeded 05:55:17 nexus3.edgexfoundry.org:10004 05:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:17 Configure a credential helper to remove this warning. See 05:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:17 05:55:17 Login Succeeded 05:55:17 docker.io 05:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:18 Configure a credential helper to remove this warning. See 05:55:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:18 05:55:18 Login Succeeded 05:55:18 ---> docker-login.sh ends [Pipeline] } 05:55:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:55:19 ========================================================= 05:55:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:55:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:55:19 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:55:20 Sending build context to Docker daemon 34.93MB 05:55:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:55:20 Step 2/8 : FROM ${BASE} 05:55:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:55:20 595b0fe564bb: Pulling fs layer 05:55:20 7186ed65a4f7: Pulling fs layer 05:55:20 316046926c0a: Pulling fs layer 05:55:20 4ebd0625c992: Pulling fs layer 05:55:20 207e8628e3a3: Pulling fs layer 05:55:20 c791037a9be2: Pulling fs layer 05:55:20 ffd874e62e21: Pulling fs layer 05:55:20 4ebd0625c992: Waiting 05:55:20 207e8628e3a3: Waiting 05:55:20 c791037a9be2: Waiting 05:55:20 ffd874e62e21: Waiting 05:55:20 316046926c0a: Verifying Checksum 05:55:20 316046926c0a: Download complete 05:55:20 7186ed65a4f7: Verifying Checksum 05:55:20 7186ed65a4f7: Download complete 05:55:20 207e8628e3a3: Verifying Checksum 05:55:20 207e8628e3a3: Download complete 05:55:20 c791037a9be2: Verifying Checksum 05:55:20 c791037a9be2: Download complete 05:55:20 595b0fe564bb: Verifying Checksum 05:55:20 595b0fe564bb: Download complete 05:55:21 595b0fe564bb: Pull complete 05:55:22 7186ed65a4f7: Pull complete 05:55:22 316046926c0a: Pull complete 05:55:23 ffd874e62e21: Verifying Checksum 05:55:23 ffd874e62e21: Download complete 05:55:24 4ebd0625c992: Verifying Checksum 05:55:24 4ebd0625c992: Download complete 05:55:36 4ebd0625c992: Pull complete 05:55:36 207e8628e3a3: Pull complete 05:55:36 c791037a9be2: Pull complete 05:55:38 ffd874e62e21: Pull complete 05:55:38 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 05:55:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:55:38 ---> cfc18b08335c 05:55:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:55:39 Removing intermediate container 730c000fc44d 05:55:39 ---> ff030e2dd160 05:55:39 Successfully built ff030e2dd160 05:55:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:55:40 + docker inspect -f . ci-base-image-x86_64 05:55:40 . [Pipeline] withDockerContainer 05:55:40 prd-centos7-docker-4c-2g-4355 does not seem to be running inside a container 05:55:40 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:55:41 $ docker top c784395bb8b2441abf5851c5b2cbda1e981b2e1a9752e8e2001a7f9599eeb369 -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:41 + go version 05:55:41 go version go1.16.3 linux/amd64 [Pipeline] } 05:55:41 $ docker stop --time=1 c784395bb8b2441abf5851c5b2cbda1e981b2e1a9752e8e2001a7f9599eeb369 05:55:42 ---> Running in cad1a187aaf0 05:55:42 Removing intermediate container cad1a187aaf0 05:55:42 ---> ba97c077a6e0 05:55:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:55:42 ---> Running in f070d345b65b 05:55:43 $ docker rm -f c784395bb8b2441abf5851c5b2cbda1e981b2e1a9752e8e2001a7f9599eeb369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:44 + docker inspect -f . ci-base-image-x86_64 05:55:44 . [Pipeline] withDockerContainer 05:55:44 prd-centos7-docker-4c-2g-4355 does not seem to be running inside a container 05:55:44 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:55:45 Removing intermediate container f070d345b65b 05:55:45 ---> 07589c45fe55 05:55:45 Step 5/8 : RUN apk add --no-cache make git 05:55:45 ---> Running in a7d56a2404d7 05:55:45 $ docker top 3d2f8f209fa501b7c2e4b956ce7db640cbd232ea6217b653b763f4ac11b54ff9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:46 + go mod tidy 05:55:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 05:55:47 + make test 05:55:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:55:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 05:55:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:55:55 OK: 138 MiB in 40 packages 05:55:55 Removing intermediate container a7d56a2404d7 05:55:55 ---> fc9f74c40b74 05:55:55 Step 6/8 : WORKDIR /edgex-ui-go 05:55:55 ---> Running in 317fc9ca4fec 05:55:56 Removing intermediate container 317fc9ca4fec 05:55:56 ---> bfe37441fdab 05:55:56 Step 7/8 : COPY . . 05:55:59 ---> b8445e5b39f1 05:55:59 Step 8/8 : RUN go mod download 05:56:00 ---> Running in a8fd365750db 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 05:56:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 05:56:08 GO111MODULE=on go vet ./... [Pipeline] } 05:56:17 $ docker stop --time=1 3d2f8f209fa501b7c2e4b956ce7db640cbd232ea6217b653b763f4ac11b54ff9 05:56:20 $ docker rm -f 3d2f8f209fa501b7c2e4b956ce7db640cbd232ea6217b653b763f4ac11b54ff9 [Pipeline] // withDockerContainer [Pipeline] sh 05:56:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:56:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:56:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:56:25 + ls -al . 05:56:25 total 92 05:56:25 drwxrwxr-x. 10 jenkins jenkins 4096 May 11 05:55 . 05:56:25 drwxrwxr-x. 4 jenkins jenkins 28 May 11 05:54 .. 05:56:25 drwxrwxr-x. 3 jenkins jenkins 20 May 11 05:54 assets 05:56:25 drwxrwxr-x. 2 jenkins jenkins 35 May 11 05:54 bin 05:56:25 drwxrwxr-x. 3 jenkins jenkins 29 May 11 05:54 cmd 05:56:25 -rw-rw-r--. 1 jenkins jenkins 3959 May 11 05:54 CONTRIBUTING.md 05:56:25 -rw-r--r--. 1 jenkins jenkins 10 May 11 05:55 coverage.out 05:56:25 -rw-rw-r--. 1 jenkins jenkins 1508 May 11 05:54 Dockerfile 05:56:25 -rw-rw-r--. 1 jenkins jenkins 902 May 11 05:54 Dockerfile.build 05:56:25 drwxrwxr-x. 5 jenkins jenkins 104 May 11 05:54 docs 05:56:25 drwxrwxr-x. 8 jenkins jenkins 179 May 11 05:54 .git 05:56:25 drwxrwxr-x. 2 jenkins jenkins 103 May 11 05:54 .github 05:56:25 -rw-rw-r--. 1 jenkins jenkins 162 May 11 05:54 .gitignore 05:56:25 -rw-rw-r--. 1 jenkins jenkins 987 May 11 05:54 go.mod 05:56:25 -rw-r--r--. 1 jenkins jenkins 24424 May 11 05:55 go.sum 05:56:25 drwxrwxr-x. 10 jenkins jenkins 139 May 11 05:54 internal 05:56:25 -rw-rw-r--. 1 jenkins jenkins 652 May 11 05:54 Jenkinsfile 05:56:25 -rw-rw-r--. 1 jenkins jenkins 11357 May 11 05:54 LICENSE 05:56:25 -rw-rw-r--. 1 jenkins jenkins 941 May 11 05:54 Makefile 05:56:25 -rw-rw-r--. 1 jenkins jenkins 6012 May 11 05:54 README.md 05:56:25 -rw-rw-r--. 1 jenkins jenkins 5 May 11 05:51 VERSION 05:56:25 -rw-rw-r--. 1 jenkins jenkins 155 May 11 05:54 version.go 05:56:25 drwxrwxr-x. 4 jenkins jenkins 4096 May 11 05:54 web [Pipeline] isUnix [Pipeline] sh 05:56:26 + 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=b615ecaee17b72e689167bdcc667828e36bf539d --label arch=amd64 --label version=0.0.0 . 05:56:27 Sending build context to Docker daemon 34.95MB 05:56:27 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 05:56:27 Step 2/24 : FROM ${BASE} AS builder 05:56:27 ---> ff030e2dd160 05:56:27 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:56:27 ---> Running in a46d6e624561 05:56:28 Removing intermediate container a46d6e624561 05:56:28 ---> 56cc40d14487 05:56:28 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:56:28 ---> Running in faf20e3e1914 05:56:28 Removing intermediate container faf20e3e1914 05:56:28 ---> 276cb3ce084f 05:56:28 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:56:28 ---> Running in 62b1668db040 05:56:28 Removing intermediate container 62b1668db040 05:56:28 ---> 8a237d48c2a5 05:56:28 Step 6/24 : LABEL Name=edgex-ui-go 05:56:28 ---> Running in aa5e993f9fcc 05:56:29 Removing intermediate container aa5e993f9fcc 05:56:29 ---> 620de9eca094 05:56:29 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:56:29 ---> Running in 748000b76b69 05:56:29 Removing intermediate container 748000b76b69 05:56:29 ---> 43d05ccad7be 05:56:29 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:29 ---> Running in 0806184fc506 05:56:31 Removing intermediate container 0806184fc506 05:56:31 ---> f3a3178abf55 05:56:31 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:56:31 ---> Running in a7b32b8564d8 05:56:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:56:32 Removing intermediate container a8fd365750db 05:56:32 ---> 1e47d5bde058 05:56:32 Successfully built 1e47d5bde058 05:56:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:56:32 + docker inspect -f . ci-base-image-arm64 05:56:32 . [Pipeline] withDockerContainer 05:56:33 prd-ubuntu18.04-docker-arm64-4c-16g-4356 does not seem to be running inside a container 05:56:33 $ 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 ******** -e ******** ci-base-image-arm64 cat 05:56:34 $ docker top 4341fac510f4c91d2dd1caa9fdb23b4bddd81c47e5b66e4ccab4f30c7c2c20e4 -eo pid,comm 05:56:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 05:56:35 + go version 05:56:35 go version go1.16.3 linux/arm64 [Pipeline] } 05:56:35 $ docker stop --time=1 4341fac510f4c91d2dd1caa9fdb23b4bddd81c47e5b66e4ccab4f30c7c2c20e4 05:56:37 $ docker rm -f 4341fac510f4c91d2dd1caa9fdb23b4bddd81c47e5b66e4ccab4f30c7c2c20e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:56:38 OK: 149 MiB in 40 packages 05:56:38 + docker inspect -f . ci-base-image-arm64 05:56:38 . 05:56:38 Removing intermediate container a7b32b8564d8 05:56:38 ---> 61f77ecbbebf 05:56:38 Step 10/24 : ENV GO111MODULE=on [Pipeline] withDockerContainer 05:56:38 prd-ubuntu18.04-docker-arm64-4c-16g-4356 does not seem to be running inside a container 05:56:39 ---> Running in 10f02e03c32b 05:56:39 $ 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 ******** -e ******** ci-base-image-arm64 cat 05:56:39 Removing intermediate container 10f02e03c32b 05:56:39 ---> 5e4800f35dd8 05:56:39 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:56:39 ---> Running in 02d8fb0566f6 05:56:40 Removing intermediate container 02d8fb0566f6 05:56:40 ---> 4a66a4808723 05:56:40 Step 12/24 : COPY go.mod . 05:56:40 ---> aef712affd8f 05:56:40 Step 13/24 : COPY Makefile . 05:56:40 $ docker top 1034ebe92cfdd43ac8b4ed19ed1dc4400d8c86dc3611cf437cecd4dfc94df15a -eo pid,comm 05:56:40 ---> b863596ad645 05:56:40 Step 14/24 : RUN make update 05:56:40 ---> Running in e9a7f53d7ad8 [Pipeline] { [Pipeline] sh 05:56:41 CGO_ENABLED=0 GO111MODULE=on go mod download 05:56:41 + go mod tidy 05:56:42 Removing intermediate container e9a7f53d7ad8 05:56:42 ---> cf404c881e63 05:56:42 Step 15/24 : COPY . . [Pipeline] sh 05:56:43 + make test 05:56:43 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:56:45 ? github.com/edgexfoundry/edgex-ui-go [no test files] 05:56:45 ---> 7b526fbc8fd0 05:56:45 Step 16/24 : RUN ${MAKE} 05:56:45 ---> Running in 920453d836b4 05:56:46 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 05:57:01 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:57:06 Removing intermediate container 920453d836b4 05:57:06 ---> 0c00a531f0ef 05:57:06 Step 17/24 : FROM alpine:3.12 05:57:06 3.12: Pulling from library/alpine 05:57:06 339de151aab4: Pulling fs layer 05:57:06 339de151aab4: Verifying Checksum 05:57:06 339de151aab4: Download complete 05:57:07 339de151aab4: Pull complete 05:57:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:57:07 Status: Downloaded newer image for alpine:3.12 05:57:07 ---> 13621d1b12d4 05:57:07 Step 18/24 : EXPOSE 4000 05:57:07 ---> Running in 79dc56901d23 05:57:08 Removing intermediate container 79dc56901d23 05:57:08 ---> 8b67d506eba7 05:57:08 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 05:57:10 ---> bbab87724cdf 05:57:10 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:57:10 ---> Running in bbb656176924 05:57:10 Removing intermediate container bbb656176924 05:57:10 ---> f5f1ac26a238 05:57:10 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:57:10 ---> Running in 5e1c55b652a4 05:57:11 Removing intermediate container 5e1c55b652a4 05:57:11 ---> 788d49fc4439 05:57:11 Step 22/24 : LABEL arch=amd64 05:57:11 ---> Running in 5a4a567f3b49 05:57:11 Removing intermediate container 5a4a567f3b49 05:57:11 ---> 81546f37a0d9 05:57:11 Step 23/24 : LABEL git_sha=b615ecaee17b72e689167bdcc667828e36bf539d 05:57:11 ---> Running in 634817e7b7a6 05:57:11 Removing intermediate container 634817e7b7a6 05:57:11 ---> 5700acd4937f 05:57:11 Step 24/24 : LABEL version=0.0.0 05:57:11 ---> Running in 97998903fab1 05:57:11 Removing intermediate container 97998903fab1 05:57:11 ---> eb243b4f38f6 05:57:11 [Warning] One or more build-args [ARCH] were not consumed 05:57:12 Successfully built eb243b4f38f6 05:57:12 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 05:57:13 ---> job-cost.sh 05:57:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iQOx 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 05:57:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 05:57:24 GO111MODULE=on go vet ./... 05:57:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } 05:57:42 $ docker stop --time=1 1034ebe92cfdd43ac8b4ed19ed1dc4400d8c86dc3611cf437cecd4dfc94df15a 05:57:44 $ docker rm -f 1034ebe92cfdd43ac8b4ed19ed1dc4400d8c86dc3611cf437cecd4dfc94df15a [Pipeline] // withDockerContainer [Pipeline] sh 05:57:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:57:45 Warning: overwriting stash ‘coverage-report’ 05:57:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:57:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:57:47 + ls -al . 05:57:47 total 124 05:57:47 drwxrwxr-x 10 jenkins jenkins 4096 May 11 05:56 . 05:57:47 drwxrwxr-x 4 jenkins jenkins 4096 May 11 05:54 .. 05:57:47 drwxrwxr-x 8 jenkins jenkins 4096 May 11 05:55 .git 05:57:47 drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:55 .github 05:57:47 -rw-rw-r-- 1 jenkins jenkins 162 May 11 05:55 .gitignore 05:57:47 -rw-rw-r-- 1 jenkins jenkins 3959 May 11 05:55 CONTRIBUTING.md 05:57:47 -rw-rw-r-- 1 jenkins jenkins 1508 May 11 05:55 Dockerfile 05:57:47 -rw-rw-r-- 1 jenkins jenkins 902 May 11 05:55 Dockerfile.build 05:57:47 -rw-rw-r-- 1 jenkins jenkins 652 May 11 05:55 Jenkinsfile 05:57:47 -rw-rw-r-- 1 jenkins jenkins 11357 May 11 05:55 LICENSE 05:57:47 -rw-rw-r-- 1 jenkins jenkins 941 May 11 05:55 Makefile 05:57:47 -rw-rw-r-- 1 jenkins jenkins 6012 May 11 05:55 README.md 05:57:47 -rw-rw-r-- 1 jenkins jenkins 5 May 11 05:51 VERSION 05:57:47 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:55 assets 05:57:47 drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:55 bin 05:57:47 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:55 cmd 05:57:47 -rw-r--r-- 1 jenkins jenkins 10 May 11 05:56 coverage.out 05:57:47 drwxrwxr-x 5 jenkins jenkins 4096 May 11 05:55 docs 05:57:47 -rw-rw-r-- 1 jenkins jenkins 987 May 11 05:55 go.mod 05:57:47 -rw-r--r-- 1 jenkins jenkins 24424 May 11 05:56 go.sum 05:57:47 drwxrwxr-x 10 jenkins jenkins 4096 May 11 05:55 internal 05:57:47 -rw-rw-r-- 1 jenkins jenkins 155 May 11 05:55 version.go 05:57:47 drwxrwxr-x 4 jenkins jenkins 4096 May 11 05:55 web [Pipeline] isUnix [Pipeline] sh 05:57:47 + 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=b615ecaee17b72e689167bdcc667828e36bf539d --label arch=arm64 --label version=0.0.0 . 05:57:48 Sending build context to Docker daemon 34.95MB 05:57:48 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 05:57:48 Step 2/24 : FROM ${BASE} AS builder 05:57:48 ---> 1e47d5bde058 05:57:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:57:49 ---> Running in 58a26aed4d18 05:57:49 Removing intermediate container 58a26aed4d18 05:57:49 ---> 42d4f9d4f12d 05:57:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:57:49 ---> Running in 96311a14c67f 05:57:50 Removing intermediate container 96311a14c67f 05:57:50 ---> c9649158d183 05:57:50 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:57:50 ---> Running in b110c045335a 05:57:50 Removing intermediate container b110c045335a 05:57:50 ---> 29b50e68acb2 05:57:50 Step 6/24 : LABEL Name=edgex-ui-go 05:57:50 ---> Running in a4c7f91a716e 05:57:51 Removing intermediate container a4c7f91a716e 05:57:51 ---> 3a3162df3d5b 05:57:51 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:57:51 ---> Running in 42c87946d2e3 05:57:51 Removing intermediate container 42c87946d2e3 05:57:51 ---> 97e2eda577dc 05:57:51 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:57:51 ---> Running in b3fc66523298 05:57:54 Removing intermediate container b3fc66523298 05:57:54 ---> 72f2b6bf4e16 05:57:54 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:57:54 ---> Running in 5366a898957c 05:57:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:57:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:57:59 OK: 138 MiB in 40 packages 05:58:00 Removing intermediate container 5366a898957c 05:58:00 ---> 74a7acc94af2 05:58:00 Step 10/24 : ENV GO111MODULE=on 05:58:01 ---> Running in f41c72998fb9 05:58:01 Removing intermediate container f41c72998fb9 05:58:01 ---> cb8b360b2c7a 05:58:01 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:58:01 ---> Running in c1aa24b6e056 05:58:02 Removing intermediate container c1aa24b6e056 05:58:02 ---> afbd11fae3ea 05:58:02 Step 12/24 : COPY go.mod . 05:58:02 ---> 5dfc5705036d 05:58:02 Step 13/24 : COPY Makefile . 05:58:03 ---> 96df0076a20a 05:58:03 Step 14/24 : RUN make update 05:58:03 ---> Running in 37dd27da701d 05:58:04 CGO_ENABLED=0 GO111MODULE=on go mod download 05:58:06 Removing intermediate container 37dd27da701d 05:58:06 ---> 40828c226084 05:58:06 Step 15/24 : COPY . . 05:58:07 lf-activate-venv(): INFO: Adding /tmp/venv-iQOx/bin to PATH 05:58:07 INFO: No Stack... 05:58:07 INFO: Retrieving Pricing Info for: v1-standard-2 05:58:08 INFO: Archiving Costs [Pipeline] sh 05:58:08 + cut -d, -f6 05:58:08 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 05:58:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] 05:58:08 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] did not exist. Created. 05:58:08 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:58:09 + echo total: 0.029999999329447746 [Pipeline] stash 05:58:09 Stashed 1 file(s) [Pipeline] } 05:58:09 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv 05:58:09 ---> cd89e6c8af5e 05:58:09 Step 16/24 : RUN ${MAKE} 05:58:09 ---> Running in 61b5541edc70 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:58:11 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 05:58:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:58:42 Removing intermediate container 61b5541edc70 05:58:42 ---> c4513d4d4ded 05:58:42 Step 17/24 : FROM alpine:3.12 05:58:42 3.12: Pulling from library/alpine 05:58:42 d2f70382dc9a: Pulling fs layer 05:58:43 d2f70382dc9a: Verifying Checksum 05:58:43 d2f70382dc9a: Download complete 05:58:43 d2f70382dc9a: Pull complete 05:58:43 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:58:43 Status: Downloaded newer image for alpine:3.12 05:58:43 ---> 9852663dfa18 05:58:43 Step 18/24 : EXPOSE 4000 05:58:43 ---> Running in 720c35286c99 05:58:44 Removing intermediate container 720c35286c99 05:58:44 ---> 4d4e1b90240e 05:58:44 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 05:58:46 ---> a15da3306c30 05:58:46 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:58:46 ---> Running in 74988e051ce9 05:58:47 Removing intermediate container 74988e051ce9 05:58:47 ---> 822d6f1ea78a 05:58:47 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:58:47 ---> Running in 6df1dac5878e 05:58:47 Removing intermediate container 6df1dac5878e 05:58:47 ---> 52d30d210f54 05:58:47 Step 22/24 : LABEL arch=arm64 05:58:47 ---> Running in 9c46bf59cff1 05:58:48 Removing intermediate container 9c46bf59cff1 05:58:48 ---> 3277d83738d4 05:58:48 Step 23/24 : LABEL git_sha=b615ecaee17b72e689167bdcc667828e36bf539d 05:58:48 ---> Running in 832ef906a067 05:58:48 Removing intermediate container 832ef906a067 05:58:48 ---> 079c2c731ef1 05:58:48 Step 24/24 : LABEL version=0.0.0 05:58:48 ---> Running in 09243689f358 05:58:49 Removing intermediate container 09243689f358 05:58:49 ---> 182c0e27cd5c 05:58:49 [Warning] One or more build-args [ARCH] were not consumed 05:58:49 Successfully built 182c0e27cd5c 05:58:49 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 05:58:50 ---> job-cost.sh 05:58:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5SWO 05:59:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:00:50 lf-activate-venv(): INFO: Adding /tmp/venv-5SWO/bin to PATH 06:00:50 INFO: No Stack... 06:00:51 INFO: Retrieving Pricing Info for: lf-standard-4 06:00:52 INFO: Archiving Costs [Pipeline] sh 06:00:52 + + cutcat -d, /w/workspace/edgex-ui-go/1/archives/cost.csv -f6 06:00:52 [Pipeline] lock 06:00:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] 06:00:52 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] did not exist. Created. 06:00:52 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:00:53 /w/workspace/edgex-ui-go/1@tmp/durable-519e2b5e/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-519e2b5e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:00:53 + echo total: 0.20999999344348907 [Pipeline] stash 06:00:53 Warning: overwriting stash ‘stack-cost’ 06:00:53 Stashed 1 file(s) [Pipeline] } 06:00:53 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-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 06:00:54 provisioning config files... 06:00:54 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/config1627573646229575952tmp [Pipeline] { [Pipeline] sh 06:00:55 + set +x 06:00:55 + bash -s -- 06:00:55 + curl -s https://codecov.io/bash 06:00:55 06:00:55 _____ _ 06:00:55 / ____| | | 06:00:55 | | ___ __| | ___ ___ _____ __ 06:00:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:00:55 | |___| (_) | (_| | __/ (_| (_) \ V / 06:00:55 \_____\___/ \__,_|\___|\___\___/ \_/ 06:00:55 Bash-1.0.2 06:00:55 06:00:55 06:00:55 ==> git version 2.24.3 found 06:00:55 ==> 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 06:00:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:00:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:00:55 ==> Jenkins CI detected. 06:00:55 project root: . 06:00:55 --> token set from env 06:00:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:00:55 ==> Running gcov in . (disable via -X gcov) 06:00:55 ==> Python coveragepy not found 06:00:55 ==> Searching for coverage reports in: 06:00:55 + . 06:00:55 -> Found 1 reports 06:00:55 ==> Detecting git/mercurial file structure 06:00:55 ==> Reading reports 06:00:55 + ./coverage.out bytes=10 06:00:55 ==> Appending adjustments 06:00:55 https://docs.codecov.io/docs/fixing-reports 06:00:55 + Found adjustments 06:00:55 ==> Gzipping contents 06:00:55 4.0K /tmp/codecov.2BlnxV.gz 06:00:55 ==> Uploading reports 06:00:55 url: https://codecov.io 06:00:55 query: branch=PR-352&commit=b615ecaee17b72e689167bdcc667828e36bf539d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-352%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=352&job=&cmd_args= 06:00:55 -> Pinging Codecov 06:00:55 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-352&commit=b615ecaee17b72e689167bdcc667828e36bf539d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-352%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=352&job=&cmd_args= 06:00:56 -> Uploading to 06:00:56 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/FB506323287CE973F263BFD2A0EB1F37/b615ecaee17b72e689167bdcc667828e36bf539d/2c45da4e-db25-4d5c-b54a-77ebbe89c0b7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T060056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a5af9bb1ce20a162122435fe42de90fffc8a5b559df64052c5259815446a2b61 06:00:56 % Total % Received % Xferd Average Speed Time Time Time Current 06:00:56 Dload Upload Total Spent Left Speed 06:00:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 9721 --:--:-- --:--:-- --:--:-- 9706 100 3902 0 0 100 3902 0 9717 --:--:-- --:--:-- --:--:-- 9706 06:00:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/b615ecaee17b72e689167bdcc667828e36bf539d [Pipeline] } 06:00:56 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 06:00:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:00:59 ---> package-listing.sh 06:00:59 ++ facter osfamily 06:00:59 ++ tr '[:upper:]' '[:lower:]' 06:00:59 + OS_FAMILY=redhat 06:00:59 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-352 06:00:59 + START_PACKAGES=/tmp/packages_start.txt 06:00:59 + END_PACKAGES=/tmp/packages_end.txt 06:00:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:00:59 + PACKAGES=/tmp/packages_start.txt 06:00:59 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-352 ']' 06:00:59 + PACKAGES=/tmp/packages_end.txt 06:00:59 + case "${OS_FAMILY}" in 06:00:59 + rpm -qa 06:00:59 + sort 06:01:06 + '[' -f /tmp/packages_start.txt ']' 06:01:06 + '[' -f /tmp/packages_end.txt ']' 06:01:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:01:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-352 ']' 06:01:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-352/archives/ 06:01:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-352/archives/ [Pipeline] echo 06:01:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:01:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:01:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:01:06 06:01:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:01:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:01:07 alpine: Pulling from edgex-lftools-log-publisher 06:01:07 df20fa9351a1: Pulling fs layer 06:01:07 36b3adc4ff6f: Pulling fs layer 06:01:07 8ad3a11d3b57: Pulling fs layer 06:01:07 46f8f816bc3b: Pulling fs layer 06:01:07 93b61091891f: Pulling fs layer 06:01:07 93b9cdb0e59b: Pulling fs layer 06:01:07 5e14af77c1be: Pulling fs layer 06:01:07 01666e4c0597: Pulling fs layer 06:01:07 aa168da1d23b: Pulling fs layer 06:01:07 46f8f816bc3b: Waiting 06:01:07 93b61091891f: Waiting 06:01:07 93b9cdb0e59b: Waiting 06:01:07 5e14af77c1be: Waiting 06:01:07 01666e4c0597: Waiting 06:01:07 aa168da1d23b: Waiting 06:01:07 36b3adc4ff6f: Verifying Checksum 06:01:07 36b3adc4ff6f: Download complete 06:01:07 46f8f816bc3b: Verifying Checksum 06:01:07 46f8f816bc3b: Download complete 06:01:07 df20fa9351a1: Verifying Checksum 06:01:07 93b9cdb0e59b: Verifying Checksum 06:01:07 93b9cdb0e59b: Download complete 06:01:07 5e14af77c1be: Verifying Checksum 06:01:07 5e14af77c1be: Download complete 06:01:07 01666e4c0597: Verifying Checksum 06:01:07 01666e4c0597: Download complete 06:01:07 8ad3a11d3b57: Verifying Checksum 06:01:07 8ad3a11d3b57: Download complete 06:01:07 93b61091891f: Verifying Checksum 06:01:07 93b61091891f: Download complete 06:01:07 df20fa9351a1: Pull complete 06:01:08 36b3adc4ff6f: Pull complete 06:01:09 8ad3a11d3b57: Pull complete 06:01:09 46f8f816bc3b: Pull complete 06:01:09 93b61091891f: Pull complete 06:01:09 93b9cdb0e59b: Pull complete 06:01:09 5e14af77c1be: Pull complete 06:01:10 aa168da1d23b: Verifying Checksum 06:01:10 aa168da1d23b: Download complete 06:01:10 01666e4c0597: Pull complete 06:01:18 aa168da1d23b: Pull complete 06:01:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:01:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:01:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:01:18 prd-centos7-docker-4c-2g-4354 does not seem to be running inside a container 06:01:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352/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-352 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352:/w/workspace/edgexfoundry_edgex-ui-go_PR-352:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:01:22 $ docker top 7dd098dd8c928ce0231ef99560b342d790e2fb4f1d8d64fc5e0ecb3240fe783f -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:23 + touch /tmp/pre-build-complete [Pipeline] sh 06:01:23 + mkdir -p /var/log/sa [Pipeline] sh 06:01:23 + ls /var/log/sa-host 06:01:23 + sadf -c /var/log/sa-host/sa11 06:01:23 file_magic: OK 06:01:23 HZ: Using current value: 100 06:01:23 file_header: OK 06:01:23 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 06:01:23 Statistics: 06:01:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:01:23 File successfully converted to sysstat format version 12.2.1 06:01:23 + sadf -c /var/log/sa-host/sa23 06:01:23 file_magic: OK 06:01:23 HZ: Using current value: 100 06:01:23 file_header: OK 06:01:23 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 06:01:23 Statistics: 06:01:23 Hnuu...uuuununununu... 06:01:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:01:24 provisioning config files... 06:01:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/config8068797503184929963tmp [Pipeline] { [Pipeline] echo 06:01:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:01:24 ---> create-netrc.sh [Pipeline] } 06:01:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:01:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:01:25 ---> python-tools-install.sh [Pipeline] echo 06:01:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:01:25 ---> sudo-logs.sh 06:01:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:01:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:01:26 ---> job-cost.sh 06:01:26 lf-activate-venv: SKIPPING 06:01:26 DEBUG: total: 0.20999999344348907 06:01:26 INFO: Retrieving Stack Cost... 06:01:27 INFO: Retrieving Pricing Info for: v1-standard-2 06:01:27 INFO: Archiving Costs [Pipeline] echo 06:01:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:01:28 ---> logs-deploy.sh 06:01:28 lf-activate-venv: SKIPPING 06:01:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-352/1 06:01:28 INFO: archiving workspace using pattern(s): 06:01:30 Archives upload complete. 06:01:30 INFO: archiving logs to Nexus 06:01:31 ---> uname -a: 06:01:31 Linux prd-centos7-docker-4c-2g-4354.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:01:31 06:01:31 06:01:31 ---> lscpu: 06:01:31 Architecture: x86_64 06:01:31 CPU op-mode(s): 32-bit, 64-bit 06:01:31 Byte Order: Little Endian 06:01:31 Address sizes: 40 bits physical, 48 bits virtual 06:01:31 CPU(s): 4 06:01:31 On-line CPU(s) list: 0-3 06:01:31 Thread(s) per core: 1 06:01:31 Core(s) per socket: 1 06:01:31 Socket(s): 4 06:01:31 NUMA node(s): 1 06:01:31 Vendor ID: GenuineIntel 06:01:31 CPU family: 6 06:01:31 Model: 44 06:01:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:01:31 Stepping: 1 06:01:31 CPU MHz: 2933.438 06:01:31 BogoMIPS: 5866.87 06:01:31 Virtualization: VT-x 06:01:31 Hypervisor vendor: KVM 06:01:31 Virtualization type: full 06:01:31 L1d cache: 128 KiB 06:01:31 L1i cache: 128 KiB 06:01:31 L2 cache: 16 MiB 06:01:31 L3 cache: 64 MiB 06:01:31 NUMA node0 CPU(s): 0-3 06:01:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:01:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:01:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:01:31 Vulnerability Meltdown: Mitigation; PTI 06:01:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:01:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:01:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:01:31 Vulnerability Srbds: Not affected 06:01:31 Vulnerability Tsx async abort: Not affected 06:01:31 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 06:01:31 06:01:31 06:01:31 ---> nproc: 06:01:31 4 06:01:31 06:01:31 06:01:31 ---> df -h: 06:01:31 Filesystem Size Used Available Use% Mounted on 06:01:31 overlay 50.0G 7.3G 42.7G 15% / 06:01:31 tmpfs 64.0M 0 64.0M 0% /dev 06:01:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:01:31 shm 64.0M 0 64.0M 0% /dev/shm 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-352 06:01:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp 06:01:31 06:01:31 06:01:31 ---> free -m: 06:01:31 total used free shared buff/cache available 06:01:31 Mem: 1837 736 112 0 989 996 06:01:31 Swap: 1023 1 1022 06:01:31 06:01:31 06:01:31 ---> ip addr: 06:01:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:01:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:01:31 inet 127.0.0.1/8 scope host lo 06:01:31 valid_lft forever preferred_lft forever 06:01:31 inet6 ::1/128 scope host 06:01:31 valid_lft forever preferred_lft forever 06:01:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:01:31 link/ether fa:16:3e:4d:10:07 brd ff:ff:ff:ff:ff:ff 06:01:31 inet 10.30.122.225/23 brd 10.30.123.255 scope global dynamic eth0 06:01:31 valid_lft 85715sec preferred_lft 85715sec 06:01:31 inet6 fe80::f816:3eff:fe4d:1007/64 scope link 06:01:31 valid_lft forever preferred_lft forever 06:01:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:01:31 link/ether 02:42:d7:84:bb:d7 brd ff:ff:ff:ff:ff:ff 06:01:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:01:31 valid_lft forever preferred_lft forever 06:01:31 inet6 fe80::42:d7ff:fe84:bbd7/64 scope link 06:01:31 valid_lft forever preferred_lft forever 06:01:31 06:01:31 06:01:31 ---> sar -b -r -n DEV: 06:01:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 06:01:31 06:01:31 05:49:55 LINUX RESTART (4 CPU) 06:01:31 06:01:31 05:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:01:31 05:52:01 4.15 1.05 3.10 0.00 36.57 77.43 0.00 06:01:31 05:53:01 0.57 0.00 0.57 0.00 0.00 8.14 0.00 06:01:31 05:54:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 06:01:31 05:55:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 06:01:31 05:56:01 0.25 0.00 0.25 0.00 0.00 4.01 0.00 06:01:31 05:57:01 0.28 0.00 0.28 0.00 0.00 4.16 0.00 06:01:31 05:58:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 06:01:31 05:59:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 06:01:31 06:00:01 0.32 0.00 0.32 0.00 0.00 3.51 0.00 06:01:31 06:01:01 25.84 24.24 1.60 0.00 2621.87 50.16 0.00 06:01:31 Average: 3.22 2.53 0.69 0.00 266.32 15.60 0.00 06:01:31 06:01:31 05:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:01:31 05:52:01 137944 0 612324 32.54 2620 1128656 1100016 37.54 442096 1101084 20 06:01:31 05:53:01 139776 0 610484 32.45 2620 1128664 1080472 36.87 440912 1100276 16 06:01:31 05:54:01 136916 0 613336 32.60 2620 1128672 1080468 36.87 451968 1089020 8 06:01:31 05:55:01 134732 0 615520 32.71 2620 1128672 1080784 36.89 456200 1090296 16 06:01:31 05:56:01 133184 0 617060 32.80 2620 1128680 1080544 36.88 458164 1090040 20 06:01:31 05:57:01 133964 0 616256 32.75 2620 1128704 1080472 36.87 457708 1090188 12 06:01:31 05:58:01 133452 0 616784 32.78 2620 1128688 1080472 36.87 457644 1090184 8 06:01:31 05:59:01 133744 0 616488 32.77 2620 1128692 1080472 36.87 457924 1090184 8 06:01:31 06:00:01 133180 0 617044 32.79 2620 1128700 1080472 36.87 457892 1090188 8 06:01:31 06:01:01 82916 0 657664 34.95 2620 1138344 1120168 38.23 491492 1106156 100 06:01:31 Average: 129981 0 619296 32.91 2620 1129647 1086434 37.08 457200 1093762 22 06:01:31 06:01:31 05:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:01:31 05:52:01 eth0 4.74 3.62 6.85 1.40 0.00 0.00 0.00 0.00 06:01:31 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:01:31 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:54:01 eth0 1.28 0.08 0.10 0.01 0.00 0.00 0.00 0.00 06:01:31 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:55:01 eth0 1.17 0.88 0.56 0.41 0.00 0.00 0.00 0.00 06:01:31 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:56:01 eth0 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 06:01:31 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:57:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:01:31 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:01:31 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 06:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:01:31 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 06:01:01 eth0 8.61 5.48 8.73 3.11 0.00 0.00 0.00 0.00 06:01:31 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 Average: eth0 1.64 1.06 1.63 0.50 0.00 0.00 0.00 0.00 06:01:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:01:31 06:01:31 06:01:31 ---> sar -P ALL: 06:01:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 06:01:31 06:01:31 05:49:55 LINUX RESTART (4 CPU) 06:01:31 06:01:31 05:51:02 CPU %user %nice %system %iowait %steal %idle 06:01:31 05:52:01 all 0.40 0.00 0.09 0.03 0.00 99.47 06:01:31 05:52:01 0 0.22 0.00 0.12 0.08 0.00 99.58 06:01:31 05:52:01 1 0.29 0.00 0.07 0.00 0.00 99.64 06:01:31 05:52:01 2 0.93 0.00 0.12 0.02 0.02 98.92 06:01:31 05:52:01 3 0.15 0.00 0.07 0.02 0.00 99.76 06:01:31 05:53:01 all 0.14 0.00 0.04 0.00 0.00 99.81 06:01:31 05:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:01:31 05:53:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:01:31 05:53:01 2 0.48 0.00 0.03 0.00 0.00 99.48 06:01:31 05:53:01 3 0.02 0.00 0.05 0.00 0.00 99.93 06:01:31 05:54:01 all 0.14 0.00 0.05 0.00 0.03 99.78 06:01:31 05:54:01 0 0.02 0.00 0.07 0.00 0.02 99.90 06:01:31 05:54:01 1 0.05 0.00 0.03 0.00 0.05 99.87 06:01:31 05:54:01 2 0.43 0.00 0.07 0.00 0.02 99.48 06:01:31 05:54:01 3 0.05 0.00 0.05 0.00 0.03 99.87 06:01:31 05:55:01 all 0.15 0.00 0.04 0.00 0.01 99.80 06:01:31 05:55:01 0 0.07 0.00 0.05 0.00 0.02 99.87 06:01:31 05:55:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:01:31 05:55:01 2 0.45 0.00 0.05 0.00 0.00 99.50 06:01:31 05:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:01:31 05:56:01 all 0.15 0.00 0.06 0.00 0.04 99.75 06:01:31 05:56:01 0 0.02 0.00 0.07 0.00 0.03 99.88 06:01:31 05:56:01 1 0.03 0.00 0.10 0.00 0.00 99.87 06:01:31 05:56:01 2 0.53 0.00 0.03 0.00 0.08 99.35 06:01:31 05:56:01 3 0.03 0.00 0.05 0.00 0.03 99.88 06:01:31 05:57:01 all 0.14 0.00 0.04 0.00 0.00 99.82 06:01:31 05:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:01:31 05:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:01:31 05:57:01 2 0.48 0.00 0.07 0.00 0.00 99.45 06:01:31 05:57:01 3 0.05 0.00 0.07 0.00 0.02 99.87 06:01:31 05:58:01 all 0.08 0.00 0.04 0.00 0.00 99.88 06:01:31 05:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:01:31 05:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:01:31 05:58:01 2 0.22 0.00 0.08 0.00 0.00 99.70 06:01:31 05:58:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:01:31 05:59:01 all 0.07 0.00 0.04 0.00 0.01 99.88 06:01:31 05:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:01:31 05:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:01:31 05:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:01:31 05:59:01 3 0.17 0.00 0.08 0.00 0.02 99.73 06:01:31 06:00:01 all 0.04 0.00 0.03 0.00 0.01 99.92 06:01:31 06:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:01:31 06:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:01:31 06:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:01:31 06:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:01:31 06:01:01 all 0.78 0.00 0.48 0.60 0.01 98.13 06:01:31 06:01:01 0 0.35 0.00 0.37 0.02 0.00 99.27 06:01:31 06:01:01 1 0.60 0.00 0.35 0.07 0.02 98.97 06:01:31 06:01:01 2 1.59 0.00 0.74 2.11 0.02 95.56 06:01:31 06:01:01 3 0.57 0.00 0.48 0.20 0.02 98.73 06:01:31 Average: all 0.21 0.00 0.09 0.06 0.01 99.62 06:01:31 Average: 0 0.08 0.00 0.08 0.01 0.01 99.82 06:01:31 Average: 1 0.12 0.00 0.07 0.01 0.01 99.79 06:01:31 Average: 2 0.52 0.00 0.12 0.21 0.02 99.13 06:01:31 Average: 3 0.12 0.00 0.10 0.02 0.01 99.75 06:01:31 06:01:31 06:01:31