Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at e433474030406e4455aec061f47cc2693067360d rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from e433474030406e4455aec061f47cc2693067360d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32393 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 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/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e433474030406e4455aec061f47cc2693067360d into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 6c9603837b329da7c141e1685b76e36f0b3f3eb3 Checking out Revision 6c9603837b329da7c141e1685b76e36f0b3f3eb3 (PR-297) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e433474030406e4455aec061f47cc2693067360d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c9603837b329da7c141e1685b76e36f0b3f3eb3 # timeout=10 Commit message: "Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:09:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:09:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:09:36 ========================================================= 02:09:36 EdgeX Global Pipelines Version Info 02:09:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:09:38 ------------------- 02:09:38 stable info: 02:09:38 ------------------- 02:09:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:09:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:09:38 Message: update stable to v1.0.186 02:09:39 ------------------- 02:09:39 experimental info: 02:09:39 ------------------- 02:09:39 Commited By: **** collab-it+edgex@linuxfoundation.org 02:09:39 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:09:39 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:09:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:09:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:09:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:09:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:09:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:09:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:09:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c9603837b329da7c141e1685b76e36f0b3f3eb3 [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c96038 [Pipeline] echo 02:09:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:43 provisioning config files... 02:09:43 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config1043331151104096296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:43 ---> docker-login.sh 02:09:43 nexus3.edgexfoundry.org:10001 02:09:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:44 Configure a credential helper to remove this warning. See 02:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:44 02:09:44 Login Succeeded 02:09:44 nexus3.edgexfoundry.org:10002 02:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:44 Configure a credential helper to remove this warning. See 02:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:44 02:09:44 Login Succeeded 02:09:44 nexus3.edgexfoundry.org:10003 02:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:44 Configure a credential helper to remove this warning. See 02:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:44 02:09:44 Login Succeeded 02:09:44 nexus3.edgexfoundry.org:10004 02:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:44 Configure a credential helper to remove this warning. See 02:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:44 02:09:44 Login Succeeded 02:09:44 docker.io 02:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:44 Configure a credential helper to remove this warning. See 02:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:44 02:09:44 Login Succeeded 02:09:44 ---> docker-login.sh ends [Pipeline] } 02:09:44 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 02:09:45 + git log --format=format:%s -1 6c9603837b329da7c141e1685b76e36f0b3f3eb3 [Pipeline] echo 02:09:45 GIT_COMMIT: 6c9603837b329da7c141e1685b76e36f0b3f3eb3, Commit Message: Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD [Pipeline] echo 02:09:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:09:47 02:09:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:09:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:09:47 latest: Pulling from edgex-devops/git-semver 02:09:47 31603596830f: Pulling fs layer 02:09:47 2a8b12db71e7: Pulling fs layer 02:09:47 6ca5941a6612: Pulling fs layer 02:09:47 ecc8261a40a4: Pulling fs layer 02:09:47 ecc8261a40a4: Waiting 02:09:47 2a8b12db71e7: Download complete 02:09:47 31603596830f: Verifying Checksum 02:09:47 31603596830f: Download complete 02:09:47 ecc8261a40a4: Verifying Checksum 02:09:47 6ca5941a6612: Verifying Checksum 02:09:47 6ca5941a6612: Download complete 02:09:47 31603596830f: Pull complete 02:09:48 2a8b12db71e7: Pull complete 02:09:48 6ca5941a6612: Pull complete 02:09:49 ecc8261a40a4: Pull complete 02:09:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:09:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:09:49 prd-centos7-docker-4c-2g-32393 does not seem to be running inside a container 02:09:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:09:51 $ docker top 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:09:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:52 [ssh-agent] Looking for ssh-agent implementation... 02:09:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:52 $ docker exec 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent 02:09:52 SSH_AUTH_SOCK=/tmp/ssh-geulc3YRXBzG/agent.12 02:09:52 SSH_AGENT_PID=18 02:09:52 Running ssh-add (command line suppressed) 02:09:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1194308670903366767.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1194308670903366767.key) 02:09:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:53 + git tag --points-at HEAD [Pipeline] } 02:09:53 $ docker exec --env ******** --env ******** 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent -k 02:09:53 unset SSH_AUTH_SOCK; 02:09:53 unset SSH_AGENT_PID; 02:09:53 echo Agent pid 18 killed; 02:09:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:09:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:53 [ssh-agent] Looking for ssh-agent implementation... 02:09:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:53 $ docker exec 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent 02:09:53 SSH_AUTH_SOCK=/tmp/ssh-330gG4znWqxK/agent.48 02:09:53 SSH_AGENT_PID=54 02:09:53 Running ssh-add (command line suppressed) 02:09:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4883000630552435187.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4883000630552435187.key) 02:09:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:54 + git semver init 02:09:54 # -> Open(): unable to determine branch for HEAD 02:09:54 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 02:09:54 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:09:54 # $SEMVER_REMOTE_NAME = origin 02:09:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:09:54 # $SEMVER_USER_NAME = edgex-jenkins 02:09:54 # $SEMVER_BRANCH = PR-297 02:09:54 # $SEMVER_TEMP = /tmp/semver-748364265 02:09:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:09:55 # '/tmp/semver-748364265' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 02:09:55 # -> Force: false 02:09:55 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 02:09:55 $ docker exec --env ******** --env ******** 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent -k 02:09:55 unset SSH_AUTH_SOCK; 02:09:55 unset SSH_AGENT_PID; 02:09:55 echo Agent pid 54 killed; 02:09:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:09:56 + git semver [Pipeline] } 02:09:56 $ docker stop --time=1 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 02:09:58 $ docker rm -f 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 [Pipeline] // withDockerContainer [Pipeline] sh 02:09:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:09:59 Stashed 1 file(s) [Pipeline] echo 02:09:59 [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 02:10:14 Still waiting to schedule task 02:10:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:10:14 Still waiting to schedule task 02:10:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:13:26 Running on prd-centos7-docker-4c-2g-32394 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:13:26 Running in /w/workspace/edgex-ui-go/13 [Pipeline] { [Pipeline] checkout 02:13:29 using credential edgex-jenkins-ssh 02:13:29 Cloning the remote Git repository 02:13:29 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:13:29 > git init /w/workspace/edgex-ui-go/13 # timeout=10 02:13:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:13:29 > git --version # timeout=10 02:13:29 > git --version # 'git version 2.24.3' 02:13:29 using GIT_SSH to set credentials SSH Credentials for GitHub 02:13:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:13:30 Merging remotes/origin/master commit e433474030406e4455aec061f47cc2693067360d into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:13:31 Merge succeeded, producing a219d44131be2a14f267de978399e3f3ab41489b 02:13:31 Checking out Revision a219d44131be2a14f267de978399e3f3ab41489b (PR-297) 02:13:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:13:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:13:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:13:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:13:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:13:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:13:30 > git config core.sparsecheckout # timeout=10 02:13:30 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:13:30 > git remote # timeout=10 02:13:31 > git config --get remote.origin.url # timeout=10 02:13:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:13:31 > git merge e433474030406e4455aec061f47cc2693067360d # timeout=10 02:13:31 > git rev-parse HEAD^{commit} # timeout=10 02:13:31 > git config core.sparsecheckout # timeout=10 02:13:31 > git checkout -f a219d44131be2a14f267de978399e3f3ab41489b # timeout=10 02:13:34 Commit message: "Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD" 02:13:34 First time build. Skipping changelog. 02:13:34 > git rev-list --no-walk 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:13:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:13:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:13:36 + sudo service docker restart 02:13:36 + true 02:13:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:13:37 provisioning config files... 02:13:38 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/13@tmp/config3698000198940240113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:13:38 ---> docker-login.sh 02:13:38 nexus3.edgexfoundry.org:10001 02:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:38 Configure a credential helper to remove this warning. See 02:13:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:38 02:13:38 Login Succeeded 02:13:38 nexus3.edgexfoundry.org:10002 02:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:39 Configure a credential helper to remove this warning. See 02:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:39 02:13:39 Login Succeeded 02:13:39 nexus3.edgexfoundry.org:10003 02:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:39 Configure a credential helper to remove this warning. See 02:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:39 02:13:39 Login Succeeded 02:13:39 nexus3.edgexfoundry.org:10004 02:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:39 Configure a credential helper to remove this warning. See 02:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:39 02:13:39 Login Succeeded 02:13:39 docker.io 02:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:39 Configure a credential helper to remove this warning. See 02:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:39 02:13:39 Login Succeeded 02:13:39 ---> docker-login.sh ends [Pipeline] } 02:13:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:13:40 ========================================================= 02:13:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:13:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:13:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:13:40 Sending build context to Docker daemon 17.38MB 02:13:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:13:40 Step 2/8 : FROM ${BASE} 02:13:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:13:41 188c0c94c7c5: Pulling fs layer 02:13:41 0ef7d3d256c8: Pulling fs layer 02:13:41 de9db76c5a1d: Pulling fs layer 02:13:41 bca2f99d35d6: Pulling fs layer 02:13:41 93359f2a8cfa: Pulling fs layer 02:13:41 7c6f9722023f: Pulling fs layer 02:13:41 a35cf1a2eb13: Pulling fs layer 02:13:41 a35cf1a2eb13: Waiting 02:13:41 93359f2a8cfa: Waiting 02:13:41 7c6f9722023f: Waiting 02:13:41 bca2f99d35d6: Waiting 02:13:41 de9db76c5a1d: Download complete 02:13:41 0ef7d3d256c8: Download complete 02:13:41 188c0c94c7c5: Verifying Checksum 02:13:41 188c0c94c7c5: Download complete 02:13:41 93359f2a8cfa: Verifying Checksum 02:13:41 93359f2a8cfa: Download complete 02:13:41 7c6f9722023f: Verifying Checksum 02:13:41 7c6f9722023f: Download complete 02:13:41 188c0c94c7c5: Pull complete 02:13:41 0ef7d3d256c8: Pull complete 02:13:41 de9db76c5a1d: Pull complete 02:13:43 a35cf1a2eb13: Verifying Checksum 02:13:43 a35cf1a2eb13: Download complete 02:13:43 bca2f99d35d6: Verifying Checksum 02:13:43 bca2f99d35d6: Download complete 02:13:49 bca2f99d35d6: Pull complete 02:13:49 93359f2a8cfa: Pull complete 02:13:50 7c6f9722023f: Pull complete 02:13:53 a35cf1a2eb13: Pull complete 02:13:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:13:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:13:53 ---> a62c8e92a672 02:13:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:13:54 ---> Running in 4d826e5d6def 02:13:54 Removing intermediate container 4d826e5d6def 02:13:54 ---> 46eb84c6bced 02:13:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:54 ---> Running in 0b4880b761d0 02:13:56 Removing intermediate container 0b4880b761d0 02:13:56 ---> 2851848498c9 02:13:56 Step 5/8 : RUN apk add --no-cache make git 02:13:56 ---> Running in c44d19175abc 02:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:58 OK: 166 MiB in 39 packages 02:13:58 Removing intermediate container c44d19175abc 02:13:58 ---> 273b78ee6e83 02:13:58 Step 6/8 : WORKDIR /edgex-ui-go 02:13:58 ---> Running in dd86d560b5c4 02:13:58 Removing intermediate container dd86d560b5c4 02:13:58 ---> 154c6c9c8b86 02:13:58 Step 7/8 : COPY . . 02:14:01 ---> 7eb77c4cc6c7 02:14:01 Step 8/8 : RUN go mod download 02:14:01 ---> Running in 52307b7eb067 02:14:33 Removing intermediate container 52307b7eb067 02:14:33 ---> edbe13dc2005 02:14:33 Successfully built edbe13dc2005 02:14:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:14:33 + docker inspect -f . ci-base-image-x86_64 02:14:33 . [Pipeline] withDockerContainer 02:14:34 prd-centos7-docker-4c-2g-32394 does not seem to be running inside a container 02:14:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:14:35 $ docker top d672266ba04997f1b9a6bc74d5cb0a40112df3f72767c1f38c0e16a326192262 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:36 + go version 02:14:36 go version go1.15.5 linux/amd64 [Pipeline] } 02:14:36 $ docker stop --time=1 d672266ba04997f1b9a6bc74d5cb0a40112df3f72767c1f38c0e16a326192262 02:14:37 $ docker rm -f d672266ba04997f1b9a6bc74d5cb0a40112df3f72767c1f38c0e16a326192262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:14:38 + docker inspect -f . ci-base-image-x86_64 02:14:38 . [Pipeline] withDockerContainer 02:14:38 prd-centos7-docker-4c-2g-32394 does not seem to be running inside a container 02:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:14:39 $ docker top 8f8ba1ca14891a208a6622cf8876fe1fa5724c85a5600cb80dd968da619d880b -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:39 + make test 02:14:39 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:14:41 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:14:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:14:51 GO111MODULE=on go vet ./... [Pipeline] } 02:14:52 $ docker stop --time=1 8f8ba1ca14891a208a6622cf8876fe1fa5724c85a5600cb80dd968da619d880b 02:14:55 $ docker rm -f 8f8ba1ca14891a208a6622cf8876fe1fa5724c85a5600cb80dd968da619d880b [Pipeline] // withDockerContainer [Pipeline] sh 02:14:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:14:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:14:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:59 + ls -al . 02:14:59 total 92 02:14:59 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 1 02:14 . 02:14:59 drwxrwxr-x. 4 jenkins jenkins 30 Apr 1 02:13 .. 02:14:59 drwxrwxr-x. 3 jenkins jenkins 20 Apr 1 02:13 assets 02:14:59 drwxrwxr-x. 2 jenkins jenkins 35 Apr 1 02:13 bin 02:14:59 drwxrwxr-x. 3 jenkins jenkins 29 Apr 1 02:13 cmd 02:14:59 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 1 02:13 CONTRIBUTING.md 02:14:59 -rw-r--r--. 1 jenkins jenkins 10 Apr 1 02:14 coverage.out 02:14:59 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 1 02:13 Dockerfile 02:14:59 -rw-rw-r--. 1 jenkins jenkins 902 Apr 1 02:13 Dockerfile.build 02:14:59 drwxrwxr-x. 5 jenkins jenkins 104 Apr 1 02:13 docs 02:14:59 drwxrwxr-x. 8 jenkins jenkins 179 Apr 1 02:13 .git 02:14:59 drwxrwxr-x. 2 jenkins jenkins 103 Apr 1 02:13 .github 02:14:59 -rw-rw-r--. 1 jenkins jenkins 153 Apr 1 02:13 .gitignore 02:14:59 -rw-rw-r--. 1 jenkins jenkins 987 Apr 1 02:13 go.mod 02:14:59 -rw-r--r--. 1 jenkins jenkins 22319 Apr 1 02:14 go.sum 02:14:59 drwxrwxr-x. 10 jenkins jenkins 139 Apr 1 02:13 internal 02:14:59 -rw-rw-r--. 1 jenkins jenkins 652 Apr 1 02:13 Jenkinsfile 02:14:59 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 1 02:13 LICENSE 02:14:59 -rw-rw-r--. 1 jenkins jenkins 951 Apr 1 02:13 Makefile 02:14:59 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 1 02:13 README.md 02:14:59 -rw-rw-r--. 1 jenkins jenkins 5 Apr 1 02:09 VERSION 02:14:59 -rw-rw-r--. 1 jenkins jenkins 155 Apr 1 02:13 version.go 02:14:59 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 1 02:13 web [Pipeline] isUnix [Pipeline] sh 02:14:59 + 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=6c9603837b329da7c141e1685b76e36f0b3f3eb3 --label arch=amd64 --label version=0.0.0 . 02:15:00 Sending build context to Docker daemon 17.4MB 02:15:00 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:15:00 Step 2/24 : FROM ${BASE} AS builder 02:15:00 ---> edbe13dc2005 02:15:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:15:00 ---> Running in 834f18f6399c 02:15:00 Removing intermediate container 834f18f6399c 02:15:00 ---> a43810c61323 02:15:00 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:15:00 ---> Running in 0045e7279d5b 02:15:01 Removing intermediate container 0045e7279d5b 02:15:01 ---> 58c8d497243f 02:15:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:15:01 ---> Running in 9af569f4f469 02:15:01 Removing intermediate container 9af569f4f469 02:15:01 ---> 15954a26e14e 02:15:01 Step 6/24 : LABEL Name=edgex-ui-go 02:15:01 ---> Running in e617df4f1f69 02:15:01 Removing intermediate container e617df4f1f69 02:15:01 ---> 617d1c6e5397 02:15:01 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:15:01 ---> Running in 2c6446b35475 02:15:01 Removing intermediate container 2c6446b35475 02:15:01 ---> 6dcd120fb5aa 02:15:01 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:15:01 ---> Running in 1462f076f1e4 02:15:03 Removing intermediate container 1462f076f1e4 02:15:03 ---> 0325b5883ad5 02:15:03 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:15:03 ---> Running in ca4407a3680a 02:15:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:15:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:15:04 OK: 166 MiB in 39 packages 02:15:05 Removing intermediate container ca4407a3680a 02:15:05 ---> 0839e78c6f45 02:15:05 Step 10/24 : ENV GO111MODULE=on 02:15:05 ---> Running in 2c608059bb30 02:15:05 Removing intermediate container 2c608059bb30 02:15:05 ---> 4784b29f6e62 02:15:05 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:15:05 ---> Running in 0bae308e9e70 02:15:05 Removing intermediate container 0bae308e9e70 02:15:05 ---> 7ca376e80aaf 02:15:05 Step 12/24 : COPY go.mod . 02:15:05 ---> 659cf7663d65 02:15:05 Step 13/24 : COPY Makefile . 02:15:06 ---> c8d21f8a3670 02:15:06 Step 14/24 : RUN make update 02:15:06 ---> Running in a2e5a25584c6 02:15:06 CGO_ENABLED=0 GO111MODULE=on go mod download 02:15:07 Removing intermediate container a2e5a25584c6 02:15:07 ---> 40d56a5bef71 02:15:07 Step 15/24 : COPY . . 02:15:09 ---> c6d2fb637808 02:15:09 Step 16/24 : RUN ${MAKE} 02:15:09 ---> Running in b5407d69b229 02:15:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:15:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32395 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:15:12 Running in /w/workspace/edgex-ui-go/13 [Pipeline] { [Pipeline] checkout 02:15:17 using credential edgex-jenkins-ssh 02:15:17 Cloning the remote Git repository 02:15:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:15:17 > git init /w/workspace/edgex-ui-go/13 # timeout=10 02:15:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:15:18 > git --version # timeout=10 02:15:18 > git --version # 'git version 2.17.1' 02:15:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:15:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:15:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:15:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:15:20 Merging remotes/origin/master commit e433474030406e4455aec061f47cc2693067360d into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:15:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:15:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:15:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:15:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:15:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:15:20 > git config core.sparsecheckout # timeout=10 02:15:20 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:15:21 > git remote # timeout=10 02:15:21 > git config --get remote.origin.url # timeout=10 02:15:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:15:21 > git merge e433474030406e4455aec061f47cc2693067360d # timeout=10 02:15:21 Merge succeeded, producing 3506b46bd4596dc66dcfc62efd9c16895079fffa 02:15:21 Checking out Revision 3506b46bd4596dc66dcfc62efd9c16895079fffa (PR-297) 02:15:21 > git rev-parse HEAD^{commit} # timeout=10 02:15:21 > git config core.sparsecheckout # timeout=10 02:15:21 > git checkout -f 3506b46bd4596dc66dcfc62efd9c16895079fffa # timeout=10 02:15:22 Removing intermediate container b5407d69b229 02:15:22 ---> f7b20f23ba57 02:15:22 Step 17/24 : FROM alpine:3.12 02:15:23 3.12: Pulling from library/alpine 02:15:23 532819f3e44c: Pulling fs layer 02:15:23 532819f3e44c: Download complete 02:15:23 532819f3e44c: Pull complete 02:15:23 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:15:23 Status: Downloaded newer image for alpine:3.12 02:15:23 ---> 7230e588e954 02:15:23 Step 18/24 : EXPOSE 4000 02:15:24 ---> Running in ed508f1a3a28 02:15:24 Removing intermediate container ed508f1a3a28 02:15:24 ---> 2ad3c9855975 02:15:24 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 02:15:25 ---> ed4285e4a78d 02:15:25 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:25 ---> Running in 24dcc81a654a 02:15:25 Removing intermediate container 24dcc81a654a 02:15:25 ---> 2f4dd8df0199 02:15:25 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:15:25 ---> Running in fc8f743cd9da 02:15:25 Commit message: "Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD" 02:15:25 First time build. Skipping changelog. 02:15:26 Removing intermediate container fc8f743cd9da 02:15:26 ---> 1f8879389930 02:15:26 Step 22/24 : LABEL arch=amd64 02:15:26 ---> Running in ab144c78b09e 02:15:26 Removing intermediate container ab144c78b09e 02:15:26 ---> 86cb0d6683d2 02:15:26 Step 23/24 : LABEL git_sha=6c9603837b329da7c141e1685b76e36f0b3f3eb3 02:15:26 ---> Running in 504f1681e0e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 02:15:26 Removing intermediate container 504f1681e0e3 02:15:26 ---> 013aa72d9000 02:15:26 Step 24/24 : LABEL version=0.0.0 02:15:26 ---> Running in ba8dc9b069bd 02:15:26 Removing intermediate container ba8dc9b069bd 02:15:26 ---> d994a015043b 02:15:26 [Warning] One or more build-args [ARCH] were not consumed [Pipeline] sh 02:15:26 Successfully built d994a015043b 02:15:26 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } 02:15:25 > git rev-list --no-walk 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 02:15:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:15:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:15:28 ---> job-cost.sh 02:15:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-w16C 02:15:28 + sudo service docker restart 02:15:28 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:15:30 provisioning config files... 02:15:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/13@tmp/config7776698016840160771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:15:30 ---> docker-login.sh 02:15:30 nexus3.edgexfoundry.org:10001 02:15:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:32 Configure a credential helper to remove this warning. See 02:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:32 02:15:32 Login Succeeded 02:15:32 nexus3.edgexfoundry.org:10002 02:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:32 Configure a credential helper to remove this warning. See 02:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:32 02:15:32 Login Succeeded 02:15:32 nexus3.edgexfoundry.org:10003 02:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:33 Configure a credential helper to remove this warning. See 02:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:33 02:15:33 Login Succeeded 02:15:33 nexus3.edgexfoundry.org:10004 02:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:34 Configure a credential helper to remove this warning. See 02:15:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:34 02:15:34 Login Succeeded 02:15:34 docker.io 02:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:34 Configure a credential helper to remove this warning. See 02:15:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:34 02:15:34 Login Succeeded 02:15:34 ---> docker-login.sh ends [Pipeline] } 02:15:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:15:35 ========================================================= 02:15:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:15:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:15:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:15:36 Sending build context to Docker daemon 17.38MB 02:15:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:15:36 Step 2/8 : FROM ${BASE} 02:15:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:15:36 5f621e34cdf4: Pulling fs layer 02:15:36 a4357932f1b6: Pulling fs layer 02:15:36 18c013af1878: Pulling fs layer 02:15:36 00ac8860ef70: Pulling fs layer 02:15:36 63d7cb157983: Pulling fs layer 02:15:36 b116817d02f9: Pulling fs layer 02:15:36 745a02a5169b: Pulling fs layer 02:15:36 00ac8860ef70: Waiting 02:15:36 63d7cb157983: Waiting 02:15:36 b116817d02f9: Waiting 02:15:36 745a02a5169b: Waiting 02:15:36 18c013af1878: Verifying Checksum 02:15:36 18c013af1878: Download complete 02:15:36 a4357932f1b6: Verifying Checksum 02:15:36 a4357932f1b6: Download complete 02:15:36 63d7cb157983: Verifying Checksum 02:15:36 63d7cb157983: Download complete 02:15:37 b116817d02f9: Verifying Checksum 02:15:37 b116817d02f9: Download complete 02:15:37 5f621e34cdf4: Verifying Checksum 02:15:37 5f621e34cdf4: Download complete 02:15:38 5f621e34cdf4: Pull complete 02:15:39 a4357932f1b6: Pull complete 02:15:39 18c013af1878: Pull complete 02:15:39 745a02a5169b: Verifying Checksum 02:15:39 745a02a5169b: Download complete 02:15:40 00ac8860ef70: Verifying Checksum 02:15:40 00ac8860ef70: Download complete 02:15:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:15:51 00ac8860ef70: Pull complete 02:15:51 63d7cb157983: Pull complete 02:15:51 b116817d02f9: Pull complete 02:15:54 745a02a5169b: Pull complete 02:15:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:15:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:15:54 ---> b7e6874047d6 02:15:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:15:57 ---> Running in d45e341e8b50 02:15:57 Removing intermediate container d45e341e8b50 02:15:57 ---> 7d3439ef1b7e 02:15:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:15:57 ---> Running in 7b44d913c475 02:16:00 Removing intermediate container 7b44d913c475 02:16:00 ---> 287b96063342 02:16:00 Step 5/8 : RUN apk add --no-cache make git 02:16:00 ---> Running in da0d7e3eed53 02:16:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:03 OK: 142 MiB in 39 packages 02:16:04 Removing intermediate container da0d7e3eed53 02:16:04 ---> 6a72b59b5f49 02:16:04 Step 6/8 : WORKDIR /edgex-ui-go 02:16:04 ---> Running in 682b2d2a1ddc 02:16:05 Removing intermediate container 682b2d2a1ddc 02:16:05 ---> 2b2f62fddf5a 02:16:05 Step 7/8 : COPY . . 02:16:07 ---> 39d94074a2b7 02:16:07 Step 8/8 : RUN go mod download 02:16:07 ---> Running in 63d99e66b79f 02:16:15 lf-activate-venv(): INFO: Adding /tmp/venv-w16C/bin to PATH 02:16:15 INFO: No Stack... 02:16:15 INFO: Retrieving Pricing Info for: v1-standard-2 02:16:15 INFO: Archiving Costs [Pipeline] sh 02:16:15 + cat /w/workspace/edgex-ui-go/13/archives/cost.csv 02:16:15 + cut -d, -f6 [Pipeline] lock 02:16:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] 02:16:15 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] did not exist. Created. 02:16:15 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:16:16 + echo total: 0.029999999329447746 [Pipeline] stash 02:16:16 Stashed 1 file(s) [Pipeline] } 02:16:16 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:16:40 Removing intermediate container 63d99e66b79f 02:16:40 ---> e1c6ac8aa46c 02:16:40 Successfully built e1c6ac8aa46c 02:16:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:16:40 + docker inspect -f . ci-base-image-arm64 02:16:40 . [Pipeline] withDockerContainer 02:16:40 prd-ubuntu18.04-docker-arm64-4c-16g-32395 does not seem to be running inside a container 02:16:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:16:42 $ docker top f636588d76e87520e204c9a5c93c4dc2b941ff8287e568ad781f0d9cf3ebb208 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:43 + go version 02:16:43 go version go1.15.5 linux/arm64 [Pipeline] } 02:16:43 $ docker stop --time=1 f636588d76e87520e204c9a5c93c4dc2b941ff8287e568ad781f0d9cf3ebb208 02:16:45 $ docker rm -f f636588d76e87520e204c9a5c93c4dc2b941ff8287e568ad781f0d9cf3ebb208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:16:46 + docker inspect -f . ci-base-image-arm64 02:16:46 . [Pipeline] withDockerContainer 02:16:46 prd-ubuntu18.04-docker-arm64-4c-16g-32395 does not seem to be running inside a container 02:16:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:16:48 $ docker top d9ca93bc3626adb560eb95c85bf1f0d97b2acf98ce6deb5dab56c50debff5d61 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:49 + make test 02:16:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:16:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:17:23 GO111MODULE=on go vet ./... [Pipeline] } 02:17:24 $ docker stop --time=1 d9ca93bc3626adb560eb95c85bf1f0d97b2acf98ce6deb5dab56c50debff5d61 02:17:26 $ docker rm -f d9ca93bc3626adb560eb95c85bf1f0d97b2acf98ce6deb5dab56c50debff5d61 [Pipeline] // withDockerContainer [Pipeline] sh 02:17:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:17:27 Warning: overwriting stash ‘coverage-report’ 02:17:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:17:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:17:29 + ls -al . 02:17:29 total 124 02:17:29 drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 02:16 . 02:17:29 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 02:15 .. 02:17:29 drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 02:15 .git 02:17:29 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 02:15 .github 02:17:29 -rw-rw-r-- 1 jenkins jenkins 153 Apr 1 02:15 .gitignore 02:17:29 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 02:15 CONTRIBUTING.md 02:17:29 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 1 02:15 Dockerfile 02:17:29 -rw-rw-r-- 1 jenkins jenkins 902 Apr 1 02:15 Dockerfile.build 02:17:29 -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 02:15 Jenkinsfile 02:17:29 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 02:15 LICENSE 02:17:29 -rw-rw-r-- 1 jenkins jenkins 951 Apr 1 02:15 Makefile 02:17:29 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 1 02:15 README.md 02:17:29 -rw-rw-r-- 1 jenkins jenkins 5 Apr 1 02:09 VERSION 02:17:29 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 02:15 assets 02:17:29 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 02:15 bin 02:17:29 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 02:15 cmd 02:17:29 -rw-r--r-- 1 jenkins jenkins 10 Apr 1 02:16 coverage.out 02:17:29 drwxrwxr-x 5 jenkins jenkins 4096 Apr 1 02:15 docs 02:17:29 -rw-rw-r-- 1 jenkins jenkins 987 Apr 1 02:15 go.mod 02:17:29 -rw-r--r-- 1 jenkins jenkins 22319 Apr 1 02:16 go.sum 02:17:29 drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 02:15 internal 02:17:29 -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 02:15 version.go 02:17:29 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 02:15 web [Pipeline] isUnix [Pipeline] sh 02:17:29 + 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=6c9603837b329da7c141e1685b76e36f0b3f3eb3 --label arch=arm64 --label version=0.0.0 . 02:17:30 Sending build context to Docker daemon 17.4MB 02:17:30 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:17:30 Step 2/24 : FROM ${BASE} AS builder 02:17:30 ---> e1c6ac8aa46c 02:17:30 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:17:30 ---> Running in 6e708e2f6242 02:17:31 Removing intermediate container 6e708e2f6242 02:17:31 ---> 46d4d5a7fc11 02:17:31 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:17:31 ---> Running in 478f1c08e957 02:17:31 Removing intermediate container 478f1c08e957 02:17:31 ---> 33ae8491247a 02:17:31 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:17:31 ---> Running in 8af5e2d405fc 02:17:32 Removing intermediate container 8af5e2d405fc 02:17:32 ---> 79eb4e00b000 02:17:32 Step 6/24 : LABEL Name=edgex-ui-go 02:17:32 ---> Running in dc47becdef16 02:17:33 Removing intermediate container dc47becdef16 02:17:33 ---> 3cf428fb063b 02:17:33 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:17:33 ---> Running in 6998e93f056c 02:17:33 Removing intermediate container 6998e93f056c 02:17:33 ---> 0870271e328d 02:17:33 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:33 ---> Running in 124f4f6e117c 02:17:35 Removing intermediate container 124f4f6e117c 02:17:35 ---> 831e1d36ae49 02:17:35 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:17:35 ---> Running in c6e60bfe0985 02:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:39 OK: 142 MiB in 39 packages 02:17:40 Removing intermediate container c6e60bfe0985 02:17:40 ---> 455c5c7e95fb 02:17:40 Step 10/24 : ENV GO111MODULE=on 02:17:40 ---> Running in 8bc7ce34b8e9 02:17:40 Removing intermediate container 8bc7ce34b8e9 02:17:40 ---> 1db324953667 02:17:40 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:17:41 ---> Running in c76116ae2377 02:17:41 Removing intermediate container c76116ae2377 02:17:41 ---> bbdb12adc649 02:17:41 Step 12/24 : COPY go.mod . 02:17:41 ---> 6e638c6268a9 02:17:41 Step 13/24 : COPY Makefile . 02:17:42 ---> e06acbf7bc6d 02:17:42 Step 14/24 : RUN make update 02:17:42 ---> Running in fb5e6e4d8b1d 02:17:43 CGO_ENABLED=0 GO111MODULE=on go mod download 02:17:45 Removing intermediate container fb5e6e4d8b1d 02:17:45 ---> 991a097965ab 02:17:45 Step 15/24 : COPY . . 02:17:47 ---> 16f50c3e7adf 02:17:47 Step 16/24 : RUN ${MAKE} 02:17:47 ---> Running in 8295d4fbf816 02:17:48 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 02:18:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:18:21 Removing intermediate container 8295d4fbf816 02:18:21 ---> 57125a0f4ba2 02:18:21 Step 17/24 : FROM alpine:3.12 02:18:21 3.12: Pulling from library/alpine 02:18:21 9a219e8acc52: Pulling fs layer 02:18:21 9a219e8acc52: Verifying Checksum 02:18:21 9a219e8acc52: Download complete 02:18:21 9a219e8acc52: Pull complete 02:18:21 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:18:21 Status: Downloaded newer image for alpine:3.12 02:18:21 ---> d75e27dfc0a0 02:18:21 Step 18/24 : EXPOSE 4000 02:18:22 ---> Running in 37cee8da816c 02:18:22 Removing intermediate container 37cee8da816c 02:18:22 ---> bf57a5c47617 02:18:22 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 02:18:24 ---> 8df022667415 02:18:24 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:18:24 ---> Running in 348c4695b3f2 02:18:25 Removing intermediate container 348c4695b3f2 02:18:25 ---> 2af390670db5 02:18:25 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:18:25 ---> Running in 1435b04805ac 02:18:25 Removing intermediate container 1435b04805ac 02:18:25 ---> d3c8299d34c9 02:18:25 Step 22/24 : LABEL arch=arm64 02:18:25 ---> Running in b0923a8d2f18 02:18:25 Removing intermediate container b0923a8d2f18 02:18:25 ---> 1cc682976515 02:18:25 Step 23/24 : LABEL git_sha=6c9603837b329da7c141e1685b76e36f0b3f3eb3 02:18:26 ---> Running in 9f915a57fc92 02:18:26 Removing intermediate container 9f915a57fc92 02:18:26 ---> a29eb09b6b0b 02:18:26 Step 24/24 : LABEL version=0.0.0 02:18:26 ---> Running in 761a39ecbf85 02:18:27 Removing intermediate container 761a39ecbf85 02:18:27 ---> 9e29624821a8 02:18:27 [Warning] One or more build-args [ARCH] were not consumed 02:18:27 Successfully built 9e29624821a8 02:18:27 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 02:18:28 ---> job-cost.sh 02:18:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iLZW 02:19:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:20:44 lf-activate-venv(): INFO: Adding /tmp/venv-iLZW/bin to PATH 02:20:44 INFO: No Stack... 02:20:44 INFO: Retrieving Pricing Info for: lf-standard-4 02:20:44 INFO: Archiving Costs [Pipeline] sh 02:20:44 + cat /w/workspace/edgex-ui-go/13/archives/cost.csv 02:20:44 + cut -d, -f6 [Pipeline] lock 02:20:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] 02:20:44 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] did not exist. Created. 02:20:44 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:20:45 /w/workspace/edgex-ui-go/13@tmp/durable-d1d772e5/script.sh: 1: /w/workspace/edgex-ui-go/13@tmp/durable-d1d772e5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:20:45 + echo total: 0.20999999344348907 [Pipeline] stash 02:20:45 Warning: overwriting stash ‘stack-cost’ 02:20:46 Stashed 1 file(s) [Pipeline] } 02:20:46 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-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 02:20:47 provisioning config files... 02:20:47 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config2333770243941493475tmp [Pipeline] { [Pipeline] sh 02:20:48 + set +x 02:20:48 + curl -s https://codecov.io/bash 02:20:48 + bash -s -- 02:20:48 02:20:48 _____ _ 02:20:48 / ____| | | 02:20:48 | | ___ __| | ___ ___ _____ __ 02:20:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:20:48 | |___| (_) | (_| | __/ (_| (_) \ V / 02:20:48 \_____\___/ \__,_|\___|\___\___/ \_/ 02:20:48 Bash-20210309-2b87ace 02:20:48 02:20:48 02:20:48 ==> git version 2.24.3 found 02:20:48 ==> 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 02:20:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:20:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:20:48 ==> Jenkins CI detected. 02:20:48 project root: . 02:20:48 --> token set from env 02:20:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:20:48 ==> Running gcov in . (disable via -X gcov) 02:20:48 ==> Python coveragepy not found 02:20:48 ==> Searching for coverage reports in: 02:20:48 + . 02:20:48 -> Found 1 reports 02:20:48 ==> Detecting git/mercurial file structure 02:20:48 ==> Reading reports 02:20:48 + ./coverage.out bytes=10 02:20:48 ==> Appending adjustments 02:20:48 https://docs.codecov.io/docs/fixing-reports 02:20:48 + Found adjustments 02:20:48 ==> Gzipping contents 02:20:48 4.0K /tmp/codecov.RrntFx.gz 02:20:48 ==> Uploading reports 02:20:48 url: https://codecov.io 02:20:48 query: branch=PR-297&commit=6c9603837b329da7c141e1685b76e36f0b3f3eb3&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:20:48 -> Pinging Codecov 02:20:48 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=6c9603837b329da7c141e1685b76e36f0b3f3eb3&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:20:49 -> Uploading to 02:20:49 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/FB506323287CE973F263BFD2A0EB1F37/6c9603837b329da7c141e1685b76e36f0b3f3eb3/0405ac36-a580-46e1-9f0f-51c053f080ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T022049Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4cea854eb089637361c72357fb6ecc6ed2ede48feac2d354b91e22fd89ad3e1c 02:20:49 % Total % Received % Xferd Average Speed Time Time Time Current 02:20:49 Dload Upload Total Spent Left Speed 02:20:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3336 0 0 100 3336 0 8353 --:--:-- --:--:-- --:--:-- 8360 02:20:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6c9603837b329da7c141e1685b76e36f0b3f3eb3 [Pipeline] } 02:20:49 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 02:20:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:20:52 ---> package-listing.sh 02:20:52 ++ facter osfamily 02:20:52 ++ tr '[:upper:]' '[:lower:]' 02:20:52 + OS_FAMILY=redhat 02:20:52 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:20:52 + START_PACKAGES=/tmp/packages_start.txt 02:20:52 + END_PACKAGES=/tmp/packages_end.txt 02:20:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:20:52 + PACKAGES=/tmp/packages_start.txt 02:20:52 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:20:52 + PACKAGES=/tmp/packages_end.txt 02:20:52 + case "${OS_FAMILY}" in 02:20:52 + rpm -qa 02:20:52 + sort 02:20:58 + '[' -f /tmp/packages_start.txt ']' 02:20:58 + '[' -f /tmp/packages_end.txt ']' 02:20:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:20:58 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:20:58 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 02:20:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo 02:20:58 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-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:20:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:20:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:20:58 02:20:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:20:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:20:59 alpine: Pulling from edgex-lftools-log-publisher 02:20:59 df20fa9351a1: Pulling fs layer 02:20:59 36b3adc4ff6f: Pulling fs layer 02:20:59 8ad3a11d3b57: Pulling fs layer 02:20:59 46f8f816bc3b: Pulling fs layer 02:20:59 93b61091891f: Pulling fs layer 02:20:59 93b9cdb0e59b: Pulling fs layer 02:20:59 5e14af77c1be: Pulling fs layer 02:20:59 01666e4c0597: Pulling fs layer 02:20:59 aa168da1d23b: Pulling fs layer 02:20:59 93b9cdb0e59b: Waiting 02:20:59 aa168da1d23b: Waiting 02:20:59 46f8f816bc3b: Waiting 02:20:59 93b61091891f: Waiting 02:20:59 01666e4c0597: Waiting 02:20:59 36b3adc4ff6f: Verifying Checksum 02:20:59 36b3adc4ff6f: Download complete 02:20:59 46f8f816bc3b: Verifying Checksum 02:20:59 46f8f816bc3b: Download complete 02:20:59 df20fa9351a1: Verifying Checksum 02:20:59 df20fa9351a1: Download complete 02:20:59 93b9cdb0e59b: Verifying Checksum 02:20:59 93b9cdb0e59b: Download complete 02:20:59 5e14af77c1be: Verifying Checksum 02:20:59 5e14af77c1be: Download complete 02:20:59 93b61091891f: Download complete 02:20:59 01666e4c0597: Verifying Checksum 02:20:59 01666e4c0597: Download complete 02:20:59 df20fa9351a1: Pull complete 02:20:59 36b3adc4ff6f: Pull complete 02:21:00 8ad3a11d3b57: Verifying Checksum 02:21:00 8ad3a11d3b57: Download complete 02:21:01 8ad3a11d3b57: Pull complete 02:21:01 46f8f816bc3b: Pull complete 02:21:01 93b61091891f: Pull complete 02:21:02 93b9cdb0e59b: Pull complete 02:21:02 aa168da1d23b: Verifying Checksum 02:21:02 aa168da1d23b: Download complete 02:21:03 5e14af77c1be: Pull complete 02:21:03 01666e4c0597: Pull complete 02:21:10 aa168da1d23b: Pull complete 02:21:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:21:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:21:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:21:10 prd-centos7-docker-4c-2g-32393 does not seem to be running inside a container 02:21:10 $ 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-297/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-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:21:16 $ docker top f24a3bd734c0a1db57c24772f3d6024254433eec5d7adfde2c920ec9235e1700 -eo pid,comm [Pipeline] { [Pipeline] sh 02:21:17 + touch /tmp/pre-build-complete [Pipeline] sh 02:21:17 + mkdir -p /var/log/sa [Pipeline] sh 02:21:18 + ls /var/log/sa-host 02:21:18 + sadf -c /var/log/sa-host/sa01 02:21:18 file_magic: OK 02:21:18 HZ: Using current value: 100 02:21:18 file_header: OK 02:21:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:21:18 Statistics: 02:21:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:21:18 File successfully converted to sysstat format version 12.2.1 02:21:18 + sadf -c /var/log/sa-host/sa23 02:21:18 file_magic: OK 02:21:18 HZ: Using current value: 100 02:21:18 file_header: OK 02:21:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:21:18 Statistics: 02:21:18 Hnuu...uuuununununu... 02:21:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:21:18 provisioning config files... 02:21:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8493735235623944704tmp [Pipeline] { [Pipeline] echo 02:21:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:21:18 ---> create-netrc.sh [Pipeline] } 02:21:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:21:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:21:19 ---> python-tools-install.sh [Pipeline] echo 02:21:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:21:20 ---> sudo-logs.sh 02:21:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:21:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:21:20 ---> job-cost.sh 02:21:20 lf-activate-venv: SKIPPING 02:21:20 DEBUG: total: 0.20999999344348907 02:21:20 INFO: Retrieving Stack Cost... 02:21:21 INFO: Retrieving Pricing Info for: v1-standard-2 02:21:21 INFO: Archiving Costs [Pipeline] echo 02:21:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:21:22 ---> logs-deploy.sh 02:21:22 lf-activate-venv: SKIPPING 02:21:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/13 02:21:22 INFO: archiving workspace using pattern(s): 02:21:24 Archives upload complete. 02:21:24 INFO: archiving logs to Nexus 02:21:25 ---> uname -a: 02:21:25 Linux prd-centos7-docker-4c-2g-32393.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:21:25 02:21:25 02:21:25 ---> lscpu: 02:21:25 Architecture: x86_64 02:21:25 CPU op-mode(s): 32-bit, 64-bit 02:21:25 Byte Order: Little Endian 02:21:25 Address sizes: 40 bits physical, 48 bits virtual 02:21:25 CPU(s): 4 02:21:25 On-line CPU(s) list: 0-3 02:21:25 Thread(s) per core: 1 02:21:25 Core(s) per socket: 1 02:21:25 Socket(s): 4 02:21:25 NUMA node(s): 1 02:21:25 Vendor ID: GenuineIntel 02:21:25 CPU family: 6 02:21:25 Model: 44 02:21:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:21:25 Stepping: 1 02:21:25 CPU MHz: 2933.438 02:21:25 BogoMIPS: 5866.87 02:21:25 Virtualization: VT-x 02:21:25 Hypervisor vendor: KVM 02:21:25 Virtualization type: full 02:21:25 L1d cache: 128 KiB 02:21:25 L1i cache: 128 KiB 02:21:25 L2 cache: 16 MiB 02:21:25 L3 cache: 64 MiB 02:21:25 NUMA node0 CPU(s): 0-3 02:21:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:21:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:21:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:21:25 Vulnerability Meltdown: Mitigation; PTI 02:21:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:21:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:21:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:21:25 Vulnerability Srbds: Not affected 02:21:25 Vulnerability Tsx async abort: Not affected 02:21:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:21:25 02:21:25 02:21:25 ---> nproc: 02:21:25 4 02:21:25 02:21:25 02:21:25 ---> df -h: 02:21:25 Filesystem Size Used Available Use% Mounted on 02:21:25 overlay 50.0G 7.3G 42.7G 15% / 02:21:25 tmpfs 64.0M 0 64.0M 0% /dev 02:21:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:21:25 shm 64.0M 0 64.0M 0% /dev/shm 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:21:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:21:25 02:21:25 02:21:25 ---> free -m: 02:21:25 total used free shared buff/cache available 02:21:25 Mem: 1837 689 92 0 1055 1043 02:21:25 Swap: 1023 1 1022 02:21:25 02:21:25 02:21:25 ---> ip addr: 02:21:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:21:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:21:25 inet 127.0.0.1/8 scope host lo 02:21:25 valid_lft forever preferred_lft forever 02:21:25 inet6 ::1/128 scope host 02:21:25 valid_lft forever preferred_lft forever 02:21:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:21:25 link/ether fa:16:3e:8c:8e:1d brd ff:ff:ff:ff:ff:ff 02:21:25 inet 10.30.123.53/23 brd 10.30.123.255 scope global dynamic eth0 02:21:25 valid_lft 85658sec preferred_lft 85658sec 02:21:25 inet6 fe80::f816:3eff:fe8c:8e1d/64 scope link 02:21:25 valid_lft forever preferred_lft forever 02:21:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:21:25 link/ether 02:42:f9:fb:47:b5 brd ff:ff:ff:ff:ff:ff 02:21:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:21:25 valid_lft forever preferred_lft forever 02:21:25 inet6 fe80::42:f9ff:fefb:47b5/64 scope link 02:21:25 valid_lft forever preferred_lft forever 02:21:25 02:21:25 02:21:25 ---> sar -b -r -n DEV: 02:21:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 02:21:25 02:21:25 02:08:51 LINUX RESTART (4 CPU) 02:21:25 02:21:25 02:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:21:25 02:11:01 3.05 0.00 3.05 0.00 0.00 80.83 0.00 02:21:25 02:12:01 0.85 0.00 0.85 0.00 0.00 11.48 0.00 02:21:25 02:13:01 0.58 0.00 0.58 0.00 0.00 6.39 0.00 02:21:25 02:14:01 0.38 0.00 0.38 0.00 0.00 6.06 0.00 02:21:25 02:15:01 0.22 0.00 0.22 0.00 0.00 3.03 0.00 02:21:25 02:16:01 0.32 0.00 0.32 0.00 0.00 3.56 0.00 02:21:25 02:17:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 02:21:25 02:18:01 0.28 0.00 0.28 0.00 0.00 2.70 0.00 02:21:25 02:19:01 0.38 0.00 0.38 0.00 0.00 5.70 0.00 02:21:25 02:20:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 02:21:25 02:21:01 55.79 48.25 7.54 0.00 4032.76 711.15 0.00 02:21:25 Average: 5.67 4.39 1.28 0.00 366.79 76.02 0.00 02:21:25 02:21:25 02:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:21:25 02:11:01 150600 0 577732 30.71 2620 1150592 1087224 37.11 393200 1137788 24 02:21:25 02:12:01 151780 0 576544 30.64 2620 1150600 1080028 36.86 392364 1137788 8 02:21:25 02:13:01 149892 0 578428 30.74 2620 1150604 1080096 36.86 405728 1126440 8 02:21:25 02:14:01 148544 0 579776 30.81 2620 1150604 1080264 36.87 405016 1128032 8 02:21:25 02:15:01 147488 0 580824 30.87 2620 1150612 1080180 36.86 407616 1126596 8 02:21:25 02:16:01 147532 0 580776 30.87 2620 1150616 1080204 36.87 418448 1115908 8 02:21:25 02:17:01 148540 0 579764 30.81 2620 1150620 1080096 36.86 417732 1115904 8 02:21:25 02:18:01 148368 0 579932 30.82 2620 1150624 1080096 36.86 417860 1115904 8 02:21:25 02:19:01 148508 0 579784 30.81 2620 1150632 1080096 36.86 417848 1115904 8 02:21:25 02:20:01 148008 0 580280 30.84 2620 1150636 1080168 36.86 418252 1115904 8 02:21:25 02:21:01 68176 0 649476 34.52 2620 1161272 1464580 49.98 477952 1127304 109420 02:21:25 Average: 141585 0 585756 31.13 2620 1151583 1115730 38.08 415638 1123952 9956 02:21:25 02:21:25 02:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:21:25 02:11:01 eth0 2.10 1.80 1.82 0.12 0.00 0.00 0.00 0.00 02:21:25 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:12:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:21:25 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:13:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:21:25 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:14:01 eth0 1.08 0.42 0.31 0.21 0.00 0.00 0.00 0.00 02:21:25 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:15:01 eth0 0.67 0.37 0.21 0.09 0.00 0.00 0.00 0.00 02:21:25 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:16:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 02:21:25 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:17:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:21:25 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:18:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:19:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:21:25 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:20:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 02:21:25 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:21:01 eth0 137.00 120.01 1488.86 13.44 0.00 0.00 0.00 0.00 02:21:25 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 Average: eth0 12.98 11.23 135.67 1.29 0.00 0.00 0.00 0.00 02:21:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:21:25 02:21:25 02:21:25 ---> sar -P ALL: 02:21:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 02:21:25 02:21:25 02:08:51 LINUX RESTART (4 CPU) 02:21:25 02:21:25 02:10:01 CPU %user %nice %system %iowait %steal %idle 02:21:25 02:11:01 all 0.15 0.00 0.06 0.00 0.00 99.79 02:21:25 02:11:01 0 0.42 0.00 0.05 0.00 0.00 99.53 02:21:25 02:11:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:21:25 02:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:21:25 02:11:01 3 0.07 0.00 0.10 0.00 0.00 99.83 02:21:25 02:12:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:21:25 02:12:01 0 0.53 0.00 0.03 0.00 0.00 99.43 02:21:25 02:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:21:25 02:12:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:21:25 02:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:21:25 02:13:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:21:25 02:13:01 0 0.52 0.00 0.05 0.00 0.02 99.42 02:21:25 02:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:21:25 02:13:01 2 0.07 0.00 0.08 0.00 0.00 99.85 02:21:25 02:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:21:25 02:14:01 all 0.18 0.00 0.04 0.00 0.00 99.78 02:21:25 02:14:01 0 0.53 0.00 0.03 0.00 0.00 99.43 02:21:25 02:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:21:25 02:14:01 2 0.08 0.00 0.03 0.00 0.00 99.88 02:21:25 02:14:01 3 0.03 0.00 0.05 0.00 0.02 99.90 02:21:25 02:15:01 all 0.19 0.00 0.16 0.00 0.01 99.65 02:21:25 02:15:01 0 0.55 0.00 0.18 0.00 0.00 99.27 02:21:25 02:15:01 1 0.05 0.00 0.15 0.00 0.00 99.80 02:21:25 02:15:01 2 0.10 0.00 0.18 0.00 0.03 99.68 02:21:25 02:15:01 3 0.05 0.00 0.12 0.00 0.00 99.83 02:21:25 02:16:01 all 0.16 0.00 0.05 0.00 0.00 99.78 02:21:25 02:16:01 0 0.52 0.00 0.10 0.00 0.00 99.38 02:21:25 02:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:21:25 02:16:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:21:25 02:16:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:21:25 02:17:01 all 0.16 0.00 0.02 0.00 0.00 99.82 02:21:25 02:17:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:21:25 02:17:01 1 0.07 0.00 0.03 0.00 0.00 99.90 02:21:25 02:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:21:25 02:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:21:25 02:18:01 all 0.12 0.00 0.04 0.00 0.00 99.84 02:21:25 02:18:01 0 0.42 0.00 0.07 0.00 0.00 99.52 02:21:25 02:18:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:21:25 02:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:21:25 02:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:21:25 02:19:01 all 0.04 0.00 0.04 0.00 0.00 99.91 02:21:25 02:19:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:21:25 02:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:21:25 02:19:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:21:25 02:19:01 3 0.07 0.00 0.07 0.00 0.00 99.87 02:21:25 02:20:01 all 0.09 0.00 0.03 0.00 0.00 99.87 02:21:25 02:20:01 0 0.27 0.00 0.03 0.00 0.00 99.70 02:21:25 02:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:21:25 02:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:21:25 02:20:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:21:25 02:21:01 all 2.23 0.00 1.38 1.22 0.02 95.14 02:21:25 02:21:01 0 3.18 0.00 1.74 0.38 0.03 94.67 02:21:25 02:21:01 1 2.19 0.00 1.54 2.34 0.02 93.91 02:21:25 02:21:01 2 2.14 0.00 1.34 1.84 0.00 94.68 02:21:25 02:21:01 3 1.42 0.00 0.90 0.33 0.03 97.31 02:21:25 02:21:25 Average: CPU %user %nice %system %iowait %steal %idle 02:21:25 Average: all 0.33 0.00 0.17 0.11 0.00 99.38 02:21:25 Average: 0 0.68 0.00 0.21 0.03 0.00 99.07 02:21:25 Average: 1 0.23 0.00 0.18 0.21 0.00 99.37 02:21:25 Average: 2 0.24 0.00 0.17 0.17 0.00 99.42 02:21:25 Average: 3 0.16 0.00 0.13 0.03 0.01 99.67 02:21:25 02:21:25 02:21:25