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 3778f220d06894e70adc087f295b3bfdc904cdc4 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 3778f220d06894e70adc087f295b3bfdc904cdc4 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31574 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 Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 398344327a6aef3dd68162faa24a3e4e2de39d40 Checking out Revision 398344327a6aef3dd68162faa24a3e4e2de39d40 (PR-297) > 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 > 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 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 398344327a6aef3dd68162faa24a3e4e2de39d40 # timeout=10 Commit message: "Merge commit '3778f220d06894e70adc087f295b3bfdc904cdc4' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk f6a1c7b9954f986cacc02b169f70f2f7872f70eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-27T02:06:45.783Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-27T02:06:46.148Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-27T02:06:46.261Z] ========================================================= [2021-03-27T02:06:46.261Z] EdgeX Global Pipelines Version Info [2021-03-27T02:06:46.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:06:47.809Z] ------------------- [2021-03-27T02:06:47.809Z] stable info: [2021-03-27T02:06:47.809Z] ------------------- [2021-03-27T02:06:47.809Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-27T02:06:47.809Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-27T02:06:47.809Z] Message: update stable to v1.0.186 [2021-03-27T02:06:48.759Z] ------------------- [2021-03-27T02:06:48.759Z] experimental info: [2021-03-27T02:06:48.759Z] ------------------- [2021-03-27T02:06:48.759Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-27T02:06:48.759Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-27T02:06:48.759Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-27T02:06:49.103Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-27T02:06:49.245Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-27T02:06:49.354Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-27T02:06:49.473Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-27T02:06:49.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-27T02:06:49.678Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-27T02:06:49.792Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-27T02:06:49.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-27T02:06:49.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-27T02:06:50.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-27T02:06:50.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-27T02:06:50.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-27T02:06:50.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-27T02:06:50.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-27T02:06:52.121Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-27T02:06:52.232Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-27T02:06:52.323Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-27T02:06:52.416Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-27T02:06:52.535Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-27T02:06:52.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-27T02:06:52.729Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-27T02:06:52.847Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-27T02:06:52.943Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-27T02:06:53.040Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-27T02:06:53.209Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-27T02:06:53.358Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-27T02:06:53.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-03-27T02:06:53.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-03-27T02:06:53.685Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-03-27T02:06:53.780Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 398344327a6aef3dd68162faa24a3e4e2de39d40 [Pipeline] echo [2021-03-27T02:06:53.904Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3983443 [Pipeline] echo [2021-03-27T02:06:54.003Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-27T02:06:54.193Z] provisioning config files... [2021-03-27T02:06:54.225Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config5642831426845459751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:06:54.606Z] ---> docker-login.sh [2021-03-27T02:06:54.606Z] nexus3.edgexfoundry.org:10001 [2021-03-27T02:06:54.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:06:55.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:06:55.138Z] Configure a credential helper to remove this warning. See [2021-03-27T02:06:55.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:06:55.138Z] [2021-03-27T02:06:55.138Z] Login Succeeded [2021-03-27T02:06:55.138Z] nexus3.edgexfoundry.org:10002 [2021-03-27T02:06:55.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:06:55.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:06:55.400Z] Configure a credential helper to remove this warning. See [2021-03-27T02:06:55.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:06:55.400Z] [2021-03-27T02:06:55.400Z] Login Succeeded [2021-03-27T02:06:55.400Z] nexus3.edgexfoundry.org:10003 [2021-03-27T02:06:55.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:06:55.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:06:55.400Z] Configure a credential helper to remove this warning. See [2021-03-27T02:06:55.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:06:55.400Z] [2021-03-27T02:06:55.400Z] Login Succeeded [2021-03-27T02:06:55.400Z] nexus3.edgexfoundry.org:10004 [2021-03-27T02:06:55.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:06:55.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:06:55.666Z] Configure a credential helper to remove this warning. See [2021-03-27T02:06:55.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:06:55.666Z] [2021-03-27T02:06:55.666Z] Login Succeeded [2021-03-27T02:06:55.666Z] docker.io [2021-03-27T02:06:55.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:06:56.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:06:56.199Z] Configure a credential helper to remove this warning. See [2021-03-27T02:06:56.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:06:56.199Z] [2021-03-27T02:06:56.199Z] Login Succeeded [2021-03-27T02:06:56.199Z] ---> docker-login.sh ends [Pipeline] } [2021-03-27T02:06:56.208Z] 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 [2021-03-27T02:06:57.072Z] + git log --format=format:%s -1 398344327a6aef3dd68162faa24a3e4e2de39d40 [Pipeline] echo [2021-03-27T02:06:57.142Z] GIT_COMMIT: 398344327a6aef3dd68162faa24a3e4e2de39d40, Commit Message: Merge commit '3778f220d06894e70adc087f295b3bfdc904cdc4' into HEAD [Pipeline] echo [2021-03-27T02:06:57.189Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:06:58.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-27T02:06:58.510Z] [2021-03-27T02:06:58.510Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:06:58.861Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-27T02:06:58.861Z] latest: Pulling from edgex-devops/git-semver [2021-03-27T02:06:58.861Z] 31603596830f: Pulling fs layer [2021-03-27T02:06:58.861Z] 2a8b12db71e7: Pulling fs layer [2021-03-27T02:06:58.861Z] 6ca5941a6612: Pulling fs layer [2021-03-27T02:06:58.861Z] ecc8261a40a4: Pulling fs layer [2021-03-27T02:06:58.861Z] ecc8261a40a4: Waiting [2021-03-27T02:06:58.861Z] 2a8b12db71e7: Verifying Checksum [2021-03-27T02:06:58.861Z] 2a8b12db71e7: Download complete [2021-03-27T02:06:59.131Z] 31603596830f: Verifying Checksum [2021-03-27T02:06:59.131Z] 31603596830f: Download complete [2021-03-27T02:06:59.393Z] 6ca5941a6612: Verifying Checksum [2021-03-27T02:06:59.393Z] 6ca5941a6612: Download complete [2021-03-27T02:06:59.393Z] ecc8261a40a4: Verifying Checksum [2021-03-27T02:06:59.393Z] ecc8261a40a4: Download complete [2021-03-27T02:06:59.393Z] 31603596830f: Pull complete [2021-03-27T02:06:59.656Z] 2a8b12db71e7: Pull complete [2021-03-27T02:07:00.240Z] 6ca5941a6612: Pull complete [2021-03-27T02:07:00.503Z] ecc8261a40a4: Pull complete [2021-03-27T02:07:00.503Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-27T02:07:00.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-27T02:07:00.768Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-27T02:07:00.888Z] prd-centos7-docker-4c-2g-31574 does not seem to be running inside a container [2021-03-27T02:07:00.938Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-27T02:07:03.093Z] $ docker top 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-27T02:07:03.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-27T02:07:03.457Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-27T02:07:03.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-27T02:07:03.679Z] $ docker exec 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 ssh-agent [2021-03-27T02:07:03.845Z] SSH_AUTH_SOCK=/tmp/ssh-BrjxBg15liCQ/agent.12 [2021-03-27T02:07:03.845Z] SSH_AGENT_PID=18 [2021-03-27T02:07:03.855Z] Running ssh-add (command line suppressed) [2021-03-27T02:07:03.975Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_516700363498609096.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_516700363498609096.key) [2021-03-27T02:07:04.032Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-27T02:07:04.368Z] + git tag --points-at HEAD [Pipeline] } [2021-03-27T02:07:04.388Z] $ docker exec --env ******** --env ******** 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 ssh-agent -k [2021-03-27T02:07:04.501Z] unset SSH_AUTH_SOCK; [2021-03-27T02:07:04.501Z] unset SSH_AGENT_PID; [2021-03-27T02:07:04.502Z] echo Agent pid 18 killed; [2021-03-27T02:07:04.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-27T02:07:04.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-27T02:07:04.716Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-27T02:07:04.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-27T02:07:04.887Z] $ docker exec 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 ssh-agent [2021-03-27T02:07:05.048Z] SSH_AUTH_SOCK=/tmp/ssh-hk9dzaYPAMVL/agent.47 [2021-03-27T02:07:05.048Z] SSH_AGENT_PID=52 [2021-03-27T02:07:05.054Z] Running ssh-add (command line suppressed) [2021-03-27T02:07:05.169Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3514913345580858478.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3514913345580858478.key) [2021-03-27T02:07:05.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-27T02:07:05.557Z] + git semver init [2021-03-27T02:07:05.557Z] # -> Open(): unable to determine branch for HEAD [2021-03-27T02:07:05.557Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-03-27T02:07:05.557Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-27T02:07:05.557Z] # $SEMVER_REMOTE_NAME = origin [2021-03-27T02:07:05.557Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-27T02:07:05.557Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-27T02:07:05.557Z] # $SEMVER_BRANCH = PR-297 [2021-03-27T02:07:05.557Z] # $SEMVER_TEMP = /tmp/semver-844475240 [2021-03-27T02:07:05.557Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-27T02:07:07.479Z] # '/tmp/semver-844475240' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-03-27T02:07:07.479Z] # -> Force: false [2021-03-27T02:07:07.479Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-03-27T02:07:07.489Z] $ docker exec --env ******** --env ******** 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 ssh-agent -k [2021-03-27T02:07:07.608Z] unset SSH_AUTH_SOCK; [2021-03-27T02:07:07.608Z] unset SSH_AGENT_PID; [2021-03-27T02:07:07.608Z] echo Agent pid 52 killed; [2021-03-27T02:07:07.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-27T02:07:08.151Z] + git semver [Pipeline] } [2021-03-27T02:07:08.168Z] $ docker stop --time=1 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 [2021-03-27T02:07:09.558Z] $ docker rm -f 22610d5059bfb6a34532a4fc1af23c683f7743ead652c9d91802f873ca536197 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-27T02:07:10.022Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-27T02:07:10.532Z] Stashed 1 file(s) [Pipeline] echo [2021-03-27T02:07:10.535Z] [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 [2021-03-27T02:07:26.141Z] Still waiting to schedule task [2021-03-27T02:07:26.141Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31574’ [2021-03-27T02:07:26.144Z] Still waiting to schedule task [2021-03-27T02:07:26.144Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-27T02:09:10.796Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31575 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-27T02:09:10.876Z] Running in /w/workspace/edgex-ui-go/10 [Pipeline] { [Pipeline] checkout [2021-03-27T02:09:16.233Z] using credential edgex-jenkins-ssh [2021-03-27T02:09:16.297Z] Cloning the remote Git repository [2021-03-27T02:09:16.369Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-27T02:09:16.476Z] > git init /w/workspace/edgex-ui-go/10 # timeout=10 [2021-03-27T02:09:16.555Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-27T02:09:16.555Z] > git --version # timeout=10 [2021-03-27T02:09:16.573Z] > git --version # 'git version 2.17.1' [2021-03-27T02:09:16.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-27T02:09:16.659Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-27T02:09:18.133Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-27T02:09:18.162Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-27T02:09:18.183Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-27T02:09:18.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-27T02:09:18.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-27T02:09:18.236Z] > 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 [2021-03-27T02:09:18.827Z] Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-27T02:09:19.486Z] Merge succeeded, producing 999113cae78756bf05a29713dc42bfc44cd80f46 [2021-03-27T02:09:19.487Z] Checking out Revision 999113cae78756bf05a29713dc42bfc44cd80f46 (PR-297) [2021-03-27T02:09:18.849Z] > git config core.sparsecheckout # timeout=10 [2021-03-27T02:09:18.862Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-27T02:09:19.120Z] > git remote # timeout=10 [2021-03-27T02:09:19.136Z] > git config --get remote.origin.url # timeout=10 [2021-03-27T02:09:19.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-27T02:09:19.207Z] > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [2021-03-27T02:09:19.474Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-27T02:09:19.498Z] > git config core.sparsecheckout # timeout=10 [2021-03-27T02:09:19.508Z] > git checkout -f 999113cae78756bf05a29713dc42bfc44cd80f46 # timeout=10 [2021-03-27T02:09:23.722Z] Commit message: "Merge commit '3778f220d06894e70adc087f295b3bfdc904cdc4' into HEAD" [2021-03-27T02:09:23.741Z] First time build. Skipping changelog. [2021-03-27T02:09:23.732Z] > git rev-list --no-walk f6a1c7b9954f986cacc02b169f70f2f7872f70eb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-27T02:09:25.401Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-27T02:09:25.832Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-27T02:09:26.163Z] + + sudo service docker restart [2021-03-27T02:09:26.163Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-27T02:09:28.867Z] provisioning config files... [2021-03-27T02:09:28.904Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/10@tmp/config5034365762901131312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:09:29.336Z] ---> docker-login.sh [2021-03-27T02:09:29.336Z] nexus3.edgexfoundry.org:10001 [2021-03-27T02:09:30.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:30.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:30.596Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:30.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:30.596Z] [2021-03-27T02:09:30.596Z] Login Succeeded [2021-03-27T02:09:30.596Z] nexus3.edgexfoundry.org:10002 [2021-03-27T02:09:31.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:31.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:31.193Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:31.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:31.193Z] [2021-03-27T02:09:31.193Z] Login Succeeded [2021-03-27T02:09:31.193Z] nexus3.edgexfoundry.org:10003 [2021-03-27T02:09:31.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:31.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:31.792Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:31.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:31.792Z] [2021-03-27T02:09:31.792Z] Login Succeeded [2021-03-27T02:09:31.792Z] nexus3.edgexfoundry.org:10004 [2021-03-27T02:09:32.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:32.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:32.401Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:32.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:32.401Z] [2021-03-27T02:09:32.401Z] Login Succeeded [2021-03-27T02:09:32.401Z] docker.io [2021-03-27T02:09:32.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:32.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:32.958Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:32.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:32.958Z] [2021-03-27T02:09:32.958Z] Login Succeeded [2021-03-27T02:09:33.230Z] ---> docker-login.sh ends [Pipeline] } [2021-03-27T02:09:33.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-27T02:09:33.711Z] ========================================================= [2021-03-27T02:09:33.711Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-27T02:09:33.711Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:09:34.097Z] + 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 . [2021-03-27T02:09:34.709Z] Sending build context to Docker daemon 17.29MB [2021-03-27T02:09:34.709Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-27T02:09:34.709Z] Step 2/8 : FROM ${BASE} [2021-03-27T02:09:34.982Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-27T02:09:34.982Z] 5f621e34cdf4: Pulling fs layer [2021-03-27T02:09:34.982Z] a4357932f1b6: Pulling fs layer [2021-03-27T02:09:34.982Z] 18c013af1878: Pulling fs layer [2021-03-27T02:09:34.982Z] 00ac8860ef70: Pulling fs layer [2021-03-27T02:09:34.982Z] 63d7cb157983: Pulling fs layer [2021-03-27T02:09:34.982Z] b116817d02f9: Pulling fs layer [2021-03-27T02:09:34.982Z] 745a02a5169b: Pulling fs layer [2021-03-27T02:09:34.982Z] 00ac8860ef70: Waiting [2021-03-27T02:09:34.982Z] 63d7cb157983: Waiting [2021-03-27T02:09:34.982Z] b116817d02f9: Waiting [2021-03-27T02:09:34.982Z] 745a02a5169b: Waiting [2021-03-27T02:09:34.982Z] 18c013af1878: Verifying Checksum [2021-03-27T02:09:34.982Z] 18c013af1878: Download complete [2021-03-27T02:09:34.982Z] a4357932f1b6: Verifying Checksum [2021-03-27T02:09:34.982Z] a4357932f1b6: Download complete [2021-03-27T02:09:34.982Z] 63d7cb157983: Verifying Checksum [2021-03-27T02:09:34.982Z] 63d7cb157983: Download complete [2021-03-27T02:09:35.972Z] b116817d02f9: Verifying Checksum [2021-03-27T02:09:35.972Z] b116817d02f9: Download complete [2021-03-27T02:09:35.972Z] 5f621e34cdf4: Verifying Checksum [2021-03-27T02:09:35.972Z] 5f621e34cdf4: Download complete [2021-03-27T02:09:36.578Z] 5f621e34cdf4: Pull complete [2021-03-27T02:09:37.195Z] a4357932f1b6: Pull complete [2021-03-27T02:09:37.473Z] 18c013af1878: Pull complete [2021-03-27T02:09:38.459Z] 745a02a5169b: Verifying Checksum [2021-03-27T02:09:38.459Z] 745a02a5169b: Download complete [2021-03-27T02:09:39.445Z] 00ac8860ef70: Verifying Checksum [2021-03-27T02:09:39.445Z] 00ac8860ef70: Download complete [2021-03-27T02:09:42.149Z] Running on prd-centos7-docker-4c-2g-31576 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-27T02:09:42.261Z] Running in /w/workspace/edgex-ui-go/10 [Pipeline] { [Pipeline] checkout [2021-03-27T02:09:44.660Z] using credential edgex-jenkins-ssh [2021-03-27T02:09:44.712Z] Cloning the remote Git repository [2021-03-27T02:09:44.738Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-27T02:09:44.824Z] > git init /w/workspace/edgex-ui-go/10 # timeout=10 [2021-03-27T02:09:44.906Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-27T02:09:44.907Z] > git --version # timeout=10 [2021-03-27T02:09:44.914Z] > git --version # 'git version 2.24.3' [2021-03-27T02:09:44.915Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-27T02:09:44.946Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-27T02:09:45.796Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-27T02:09:45.805Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-27T02:09:45.817Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-27T02:09:45.830Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-27T02:09:45.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-27T02:09:45.835Z] > 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 [2021-03-27T02:09:46.309Z] Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-27T02:09:46.693Z] Merge succeeded, producing 4e3338b114873fb13f736d522a2fcde38ed65d01 [2021-03-27T02:09:46.693Z] Checking out Revision 4e3338b114873fb13f736d522a2fcde38ed65d01 (PR-297) [2021-03-27T02:09:46.316Z] > git config core.sparsecheckout # timeout=10 [2021-03-27T02:09:46.323Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-27T02:09:46.472Z] > git remote # timeout=10 [2021-03-27T02:09:46.478Z] > git config --get remote.origin.url # timeout=10 [2021-03-27T02:09:46.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-27T02:09:46.490Z] > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [2021-03-27T02:09:46.685Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-27T02:09:46.694Z] > git config core.sparsecheckout # timeout=10 [2021-03-27T02:09:46.699Z] > git checkout -f 4e3338b114873fb13f736d522a2fcde38ed65d01 # timeout=10 [2021-03-27T02:09:49.620Z] 00ac8860ef70: Pull complete [2021-03-27T02:09:49.895Z] 63d7cb157983: Pull complete [2021-03-27T02:09:50.175Z] b116817d02f9: Pull complete [2021-03-27T02:09:50.444Z] Commit message: "Merge commit '3778f220d06894e70adc087f295b3bfdc904cdc4' into HEAD" [2021-03-27T02:09:50.459Z] First time build. Skipping changelog. [2021-03-27T02:09:50.447Z] > git rev-list --no-walk f6a1c7b9954f986cacc02b169f70f2f7872f70eb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-27T02:09:51.738Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-27T02:09:52.085Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-27T02:09:52.389Z] + true [2021-03-27T02:09:52.389Z] + sudo service docker restart [2021-03-27T02:09:52.389Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-27T02:09:53.846Z] provisioning config files... [2021-03-27T02:09:53.874Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/10@tmp/config8687493277163963030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:09:54.227Z] ---> docker-login.sh [2021-03-27T02:09:54.227Z] nexus3.edgexfoundry.org:10001 [2021-03-27T02:09:54.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:54.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:54.488Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:54.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:54.488Z] [2021-03-27T02:09:54.488Z] Login Succeeded [2021-03-27T02:09:54.488Z] nexus3.edgexfoundry.org:10002 [2021-03-27T02:09:54.489Z] 745a02a5169b: Pull complete [2021-03-27T02:09:54.489Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-27T02:09:54.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-27T02:09:54.489Z] ---> b7e6874047d6 [2021-03-27T02:09:54.489Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-27T02:09:54.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:54.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:54.751Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:54.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:54.751Z] [2021-03-27T02:09:54.751Z] Login Succeeded [2021-03-27T02:09:54.751Z] nexus3.edgexfoundry.org:10003 [2021-03-27T02:09:55.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:55.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:55.014Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:55.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:55.014Z] [2021-03-27T02:09:55.014Z] Login Succeeded [2021-03-27T02:09:55.014Z] nexus3.edgexfoundry.org:10004 [2021-03-27T02:09:55.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:55.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:55.278Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:55.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:55.278Z] [2021-03-27T02:09:55.278Z] Login Succeeded [2021-03-27T02:09:55.278Z] docker.io [2021-03-27T02:09:55.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-27T02:09:55.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-27T02:09:55.539Z] Configure a credential helper to remove this warning. See [2021-03-27T02:09:55.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-27T02:09:55.539Z] [2021-03-27T02:09:55.539Z] Login Succeeded [2021-03-27T02:09:55.539Z] ---> docker-login.sh ends [Pipeline] } [2021-03-27T02:09:55.549Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-27T02:09:55.855Z] ========================================================= [2021-03-27T02:09:55.856Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-27T02:09:55.856Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:09:56.254Z] + 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 . [2021-03-27T02:09:56.518Z] Sending build context to Docker daemon 17.29MB [2021-03-27T02:09:56.518Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-27T02:09:56.518Z] Step 2/8 : FROM ${BASE} [2021-03-27T02:09:56.518Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-27T02:09:56.518Z] 188c0c94c7c5: Pulling fs layer [2021-03-27T02:09:56.518Z] 0ef7d3d256c8: Pulling fs layer [2021-03-27T02:09:56.518Z] de9db76c5a1d: Pulling fs layer [2021-03-27T02:09:56.518Z] bca2f99d35d6: Pulling fs layer [2021-03-27T02:09:56.518Z] 93359f2a8cfa: Pulling fs layer [2021-03-27T02:09:56.518Z] 7c6f9722023f: Pulling fs layer [2021-03-27T02:09:56.518Z] a35cf1a2eb13: Pulling fs layer [2021-03-27T02:09:56.518Z] bca2f99d35d6: Waiting [2021-03-27T02:09:56.518Z] 93359f2a8cfa: Waiting [2021-03-27T02:09:56.518Z] 7c6f9722023f: Waiting [2021-03-27T02:09:56.783Z] de9db76c5a1d: Verifying Checksum [2021-03-27T02:09:56.783Z] de9db76c5a1d: Download complete [2021-03-27T02:09:56.783Z] 0ef7d3d256c8: Download complete [2021-03-27T02:09:56.783Z] 93359f2a8cfa: Verifying Checksum [2021-03-27T02:09:56.783Z] 93359f2a8cfa: Download complete [2021-03-27T02:09:56.783Z] 188c0c94c7c5: Verifying Checksum [2021-03-27T02:09:56.783Z] 188c0c94c7c5: Download complete [2021-03-27T02:09:56.783Z] 7c6f9722023f: Download complete [2021-03-27T02:09:57.054Z] 188c0c94c7c5: Pull complete [2021-03-27T02:09:57.054Z] 0ef7d3d256c8: Pull complete [2021-03-27T02:09:57.103Z] ---> Running in 22152a9da668 [2021-03-27T02:09:57.322Z] de9db76c5a1d: Pull complete [2021-03-27T02:09:57.379Z] Removing intermediate container 22152a9da668 [2021-03-27T02:09:57.379Z] ---> 1bea8e4f8719 [2021-03-27T02:09:57.379Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-27T02:09:57.379Z] ---> Running in 1f6814c42768 [2021-03-27T02:09:58.270Z] a35cf1a2eb13: Verifying Checksum [2021-03-27T02:09:58.270Z] a35cf1a2eb13: Download complete [2021-03-27T02:09:59.666Z] bca2f99d35d6: Verifying Checksum [2021-03-27T02:09:59.666Z] bca2f99d35d6: Download complete [2021-03-27T02:09:59.998Z] Removing intermediate container 1f6814c42768 [2021-03-27T02:09:59.998Z] ---> e0310855d06b [2021-03-27T02:09:59.998Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-27T02:09:59.998Z] ---> Running in 0255f618b5b6 [2021-03-27T02:10:00.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-27T02:10:01.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-27T02:10:02.193Z] OK: 142 MiB in 39 packages [2021-03-27T02:10:03.634Z] Removing intermediate container 0255f618b5b6 [2021-03-27T02:10:03.634Z] ---> 898d91756b47 [2021-03-27T02:10:03.634Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-27T02:10:03.634Z] ---> Running in c3210b5c6847 [2021-03-27T02:10:04.237Z] Removing intermediate container c3210b5c6847 [2021-03-27T02:10:04.237Z] ---> d4500bb9ea7a [2021-03-27T02:10:04.237Z] Step 7/8 : COPY . . [2021-03-27T02:10:05.008Z] bca2f99d35d6: Pull complete [2021-03-27T02:10:05.008Z] 93359f2a8cfa: Pull complete [2021-03-27T02:10:05.008Z] 7c6f9722023f: Pull complete [2021-03-27T02:10:06.855Z] ---> 382634e568c5 [2021-03-27T02:10:06.855Z] Step 8/8 : RUN go mod download [2021-03-27T02:10:06.855Z] ---> Running in 7e4fd7948b01 [2021-03-27T02:10:13.206Z] a35cf1a2eb13: Pull complete [2021-03-27T02:10:13.206Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-27T02:10:13.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-27T02:10:13.206Z] ---> a62c8e92a672 [2021-03-27T02:10:13.206Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-27T02:10:13.206Z] ---> Running in b1c3cf1d1a40 [2021-03-27T02:10:13.206Z] Removing intermediate container b1c3cf1d1a40 [2021-03-27T02:10:13.206Z] ---> 9ebf8b1a6d69 [2021-03-27T02:10:13.206Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-27T02:10:13.206Z] ---> Running in f8abc355c229 [2021-03-27T02:10:13.782Z] Removing intermediate container f8abc355c229 [2021-03-27T02:10:13.782Z] ---> a481048ab6c4 [2021-03-27T02:10:13.782Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-27T02:10:13.782Z] ---> Running in 8357d26c85ea [2021-03-27T02:10:14.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-27T02:10:15.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-27T02:10:15.571Z] OK: 166 MiB in 39 packages [2021-03-27T02:10:15.838Z] Removing intermediate container 8357d26c85ea [2021-03-27T02:10:15.838Z] ---> 83bc20f6d7db [2021-03-27T02:10:15.838Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-27T02:10:16.100Z] ---> Running in 9f5d5bdf1efb [2021-03-27T02:10:16.100Z] Removing intermediate container 9f5d5bdf1efb [2021-03-27T02:10:16.100Z] ---> ab3887189f2f [2021-03-27T02:10:16.100Z] Step 7/8 : COPY . . [2021-03-27T02:10:18.667Z] ---> ba536e0a353b [2021-03-27T02:10:18.667Z] Step 8/8 : RUN go mod download [2021-03-27T02:10:18.667Z] ---> Running in 826b9a9a9335 [2021-03-27T02:10:39.197Z] Removing intermediate container 7e4fd7948b01 [2021-03-27T02:10:39.197Z] ---> 66adc06242c8 [2021-03-27T02:10:39.197Z] Successfully built 66adc06242c8 [2021-03-27T02:10:39.197Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:10:39.533Z] + docker inspect -f . ci-base-image-arm64 [2021-03-27T02:10:39.533Z] . [Pipeline] withDockerContainer [2021-03-27T02:10:39.783Z] prd-ubuntu18.04-docker-arm64-4c-16g-31575 does not seem to be running inside a container [2021-03-27T02:10:39.862Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/10 -v /w/workspace/edgex-ui-go/10:/w/workspace/edgex-ui-go/10:rw,z -v /w/workspace/edgex-ui-go/10@tmp:/w/workspace/edgex-ui-go/10@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 [2021-03-27T02:10:41.457Z] $ docker top 4f9a0c394dd4cabf1dc155b98aafd6a86d6b9fea4a34e36439702715a9d18316 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-27T02:10:42.501Z] + go version [2021-03-27T02:10:42.501Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-27T02:10:42.520Z] $ docker stop --time=1 4f9a0c394dd4cabf1dc155b98aafd6a86d6b9fea4a34e36439702715a9d18316 [2021-03-27T02:10:44.404Z] $ docker rm -f 4f9a0c394dd4cabf1dc155b98aafd6a86d6b9fea4a34e36439702715a9d18316 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:10:45.314Z] Removing intermediate container 826b9a9a9335 [2021-03-27T02:10:45.314Z] ---> de2f732ab47a [2021-03-27T02:10:45.314Z] Successfully built de2f732ab47a [2021-03-27T02:10:45.314Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:10:45.376Z] + docker inspect -f . ci-base-image-arm64 [2021-03-27T02:10:45.377Z] . [Pipeline] withDockerContainer [2021-03-27T02:10:45.625Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-27T02:10:45.626Z] . [2021-03-27T02:10:45.661Z] prd-ubuntu18.04-docker-arm64-4c-16g-31575 does not seem to be running inside a container [2021-03-27T02:10:45.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/10 -v /w/workspace/edgex-ui-go/10:/w/workspace/edgex-ui-go/10:rw,z -v /w/workspace/edgex-ui-go/10@tmp:/w/workspace/edgex-ui-go/10@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 [2021-03-27T02:10:47.324Z] $ docker top 652bbfba62e76a0ac433c2c9d19fffdb1bb92fa7da583d4e25e84bbf3846b657 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-27T02:10:47.955Z] prd-centos7-docker-4c-2g-31576 does not seem to be running inside a container [2021-03-27T02:10:48.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/10 -v /w/workspace/edgex-ui-go/10:/w/workspace/edgex-ui-go/10:rw,z -v /w/workspace/edgex-ui-go/10@tmp:/w/workspace/edgex-ui-go/10@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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-27T02:10:49.140Z] $ docker top 9a7ea471bc3fa8f9c2c994f7368f306f9a8d1c3b6b666590602fd3574f632e14 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-27T02:10:49.701Z] + go version [2021-03-27T02:10:49.701Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-27T02:10:49.713Z] $ docker stop --time=1 9a7ea471bc3fa8f9c2c994f7368f306f9a8d1c3b6b666590602fd3574f632e14 [2021-03-27T02:10:49.995Z] + make test [2021-03-27T02:10:49.995Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-27T02:10:51.045Z] $ docker rm -f 9a7ea471bc3fa8f9c2c994f7368f306f9a8d1c3b6b666590602fd3574f632e14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-27T02:10:51.429Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:10:51.871Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-27T02:10:51.872Z] . [Pipeline] withDockerContainer [2021-03-27T02:10:51.967Z] prd-centos7-docker-4c-2g-31576 does not seem to be running inside a container [2021-03-27T02:10:52.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/10 -v /w/workspace/edgex-ui-go/10:/w/workspace/edgex-ui-go/10:rw,z -v /w/workspace/edgex-ui-go/10@tmp:/w/workspace/edgex-ui-go/10@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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-27T02:10:52.583Z] $ docker top 56783043f3698f06b7726a65c3b28d3ac9f310d1de3001b5562af3765fdcbfc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-27T02:10:53.043Z] + make test [2021-03-27T02:10:53.043Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-27T02:10:54.442Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-27T02:11:02.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-27T02:11:02.689Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-27T02:11:04.645Z] $ docker stop --time=1 56783043f3698f06b7726a65c3b28d3ac9f310d1de3001b5562af3765fdcbfc4 [2021-03-27T02:11:07.014Z] $ docker rm -f 56783043f3698f06b7726a65c3b28d3ac9f310d1de3001b5562af3765fdcbfc4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-27T02:11:07.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-27T02:11:07.946Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-27T02:11:10.669Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-27T02:11:10.969Z] + ls -al . [2021-03-27T02:11:10.969Z] total 92 [2021-03-27T02:11:10.969Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 27 02:10 . [2021-03-27T02:11:10.969Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 27 02:09 .. [2021-03-27T02:11:10.969Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 27 02:09 assets [2021-03-27T02:11:10.969Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 27 02:09 bin [2021-03-27T02:11:10.969Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 27 02:09 cmd [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 27 02:09 CONTRIBUTING.md [2021-03-27T02:11:10.969Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 27 02:10 coverage.out [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 27 02:09 Dockerfile [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 27 02:09 Dockerfile.build [2021-03-27T02:11:10.969Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 27 02:09 docs [2021-03-27T02:11:10.969Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 27 02:09 .git [2021-03-27T02:11:10.969Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 27 02:09 .github [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 27 02:09 .gitignore [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 27 02:09 go.mod [2021-03-27T02:11:10.969Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 27 02:10 go.sum [2021-03-27T02:11:10.969Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 27 02:09 internal [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 27 02:09 Jenkinsfile [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 27 02:09 LICENSE [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 27 02:09 Makefile [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 27 02:09 README.md [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 27 02:07 VERSION [2021-03-27T02:11:10.969Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 27 02:09 version.go [2021-03-27T02:11:10.969Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 27 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:11:11.275Z] + 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=398344327a6aef3dd68162faa24a3e4e2de39d40 --label arch=amd64 --label version=0.0.0 . [2021-03-27T02:11:11.537Z] Sending build context to Docker daemon 17.32MB [2021-03-27T02:11:11.537Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-27T02:11:11.537Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-27T02:11:11.537Z] ---> de2f732ab47a [2021-03-27T02:11:11.537Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-27T02:11:12.112Z] ---> Running in 51c1d28c0df9 [2021-03-27T02:11:12.374Z] Removing intermediate container 51c1d28c0df9 [2021-03-27T02:11:12.374Z] ---> cb8703f72f33 [2021-03-27T02:11:12.374Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-27T02:11:12.374Z] ---> Running in 4a7f75423233 [2021-03-27T02:11:13.327Z] Removing intermediate container 4a7f75423233 [2021-03-27T02:11:13.327Z] ---> 11902e558ae1 [2021-03-27T02:11:13.327Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-27T02:11:13.327Z] ---> Running in ec46a4cd1200 [2021-03-27T02:11:13.327Z] Removing intermediate container ec46a4cd1200 [2021-03-27T02:11:13.327Z] ---> 7adad528739d [2021-03-27T02:11:13.327Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-27T02:11:13.327Z] ---> Running in a8c53f850cd7 [2021-03-27T02:11:13.589Z] Removing intermediate container a8c53f850cd7 [2021-03-27T02:11:13.589Z] ---> d74c59582c94 [2021-03-27T02:11:13.589Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-27T02:11:13.589Z] ---> Running in dc39a0245f14 [2021-03-27T02:11:13.855Z] Removing intermediate container dc39a0245f14 [2021-03-27T02:11:13.855Z] ---> c4c35e823cc3 [2021-03-27T02:11:13.855Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-27T02:11:13.855Z] ---> Running in 00270cb3f491 [2021-03-27T02:11:14.803Z] Removing intermediate container 00270cb3f491 [2021-03-27T02:11:14.803Z] ---> ccee4d594c02 [2021-03-27T02:11:14.803Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-27T02:11:14.803Z] ---> Running in d5fa37e56e69 [2021-03-27T02:11:15.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-27T02:11:16.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-27T02:11:16.274Z] OK: 166 MiB in 39 packages [2021-03-27T02:11:16.536Z] Removing intermediate container d5fa37e56e69 [2021-03-27T02:11:16.536Z] ---> 1599d61eed9d [2021-03-27T02:11:16.536Z] Step 10/24 : ENV GO111MODULE=on [2021-03-27T02:11:16.798Z] ---> Running in b4e3b54ceb32 [2021-03-27T02:11:16.798Z] Removing intermediate container b4e3b54ceb32 [2021-03-27T02:11:16.798Z] ---> 7165163293f9 [2021-03-27T02:11:16.798Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-27T02:11:16.798Z] ---> Running in cb10af172ede [2021-03-27T02:11:17.060Z] Removing intermediate container cb10af172ede [2021-03-27T02:11:17.060Z] ---> 8d46a19f1a10 [2021-03-27T02:11:17.060Z] Step 12/24 : COPY go.mod . [2021-03-27T02:11:17.325Z] ---> 5db677d8b2fd [2021-03-27T02:11:17.325Z] Step 13/24 : COPY Makefile . [2021-03-27T02:11:17.588Z] ---> 8c370ecbeec6 [2021-03-27T02:11:17.588Z] Step 14/24 : RUN make update [2021-03-27T02:11:17.588Z] ---> Running in b5ab8ba617f1 [2021-03-27T02:11:18.162Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-27T02:11:18.288Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-27T02:11:18.288Z] GO111MODULE=on go vet ./... [2021-03-27T02:11:18.424Z] Removing intermediate container b5ab8ba617f1 [2021-03-27T02:11:18.424Z] ---> 8d61ec8eb6f6 [2021-03-27T02:11:18.424Z] Step 15/24 : COPY . . [2021-03-27T02:11:20.346Z] ---> 902483fb542e [2021-03-27T02:11:20.347Z] Step 16/24 : RUN ${MAKE} [2021-03-27T02:11:20.347Z] ---> Running in ec7b577a15fd [2021-03-27T02:11:20.612Z] 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 [Pipeline] } [2021-03-27T02:11:25.041Z] $ docker stop --time=1 652bbfba62e76a0ac433c2c9d19fffdb1bb92fa7da583d4e25e84bbf3846b657 [2021-03-27T02:11:27.330Z] $ docker rm -f 652bbfba62e76a0ac433c2c9d19fffdb1bb92fa7da583d4e25e84bbf3846b657 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-27T02:11:28.182Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-27T02:11:28.201Z] Warning: overwriting stash ‘coverage-report’ [2021-03-27T02:11:28.882Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-27T02:11:29.274Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-27T02:11:29.985Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-27T02:11:30.352Z] + ls -al . [2021-03-27T02:11:30.352Z] total 124 [2021-03-27T02:11:30.352Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 27 02:10 . [2021-03-27T02:11:30.352Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 02:09 .. [2021-03-27T02:11:30.352Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 02:09 .git [2021-03-27T02:11:30.352Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 27 02:09 .github [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 27 02:09 .gitignore [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 27 02:09 CONTRIBUTING.md [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 27 02:09 Dockerfile [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 27 02:09 Dockerfile.build [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 27 02:09 Jenkinsfile [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 27 02:09 LICENSE [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 27 02:09 Makefile [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 27 02:09 README.md [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 27 02:07 VERSION [2021-03-27T02:11:30.352Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 27 02:09 assets [2021-03-27T02:11:30.352Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 27 02:09 bin [2021-03-27T02:11:30.352Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 27 02:09 cmd [2021-03-27T02:11:30.352Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 27 02:10 coverage.out [2021-03-27T02:11:30.352Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 27 02:09 docs [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 27 02:09 go.mod [2021-03-27T02:11:30.352Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 27 02:10 go.sum [2021-03-27T02:11:30.352Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 27 02:09 internal [2021-03-27T02:11:30.352Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 27 02:09 version.go [2021-03-27T02:11:30.352Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:11:30.767Z] + 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=398344327a6aef3dd68162faa24a3e4e2de39d40 --label arch=arm64 --label version=0.0.0 . [2021-03-27T02:11:31.367Z] Sending build context to Docker daemon 17.32MB [2021-03-27T02:11:31.640Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-27T02:11:31.640Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-27T02:11:31.640Z] ---> 66adc06242c8 [2021-03-27T02:11:31.640Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-27T02:11:31.913Z] ---> Running in b491736cda28 [2021-03-27T02:11:32.191Z] Removing intermediate container ec7b577a15fd [2021-03-27T02:11:32.191Z] ---> 6c03813280a8 [2021-03-27T02:11:32.191Z] Step 17/24 : FROM alpine:3.12 [2021-03-27T02:11:32.508Z] Removing intermediate container b491736cda28 [2021-03-27T02:11:32.508Z] ---> 039404b85d1d [2021-03-27T02:11:32.508Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-27T02:11:32.509Z] ---> Running in 21c37424e331 [2021-03-27T02:11:32.764Z] 3.12: Pulling from library/alpine [2021-03-27T02:11:32.764Z] 22599d3e9e25: Pulling fs layer [2021-03-27T02:11:33.026Z] 22599d3e9e25: Verifying Checksum [2021-03-27T02:11:33.026Z] 22599d3e9e25: Download complete [2021-03-27T02:11:33.106Z] Removing intermediate container 21c37424e331 [2021-03-27T02:11:33.106Z] ---> 4e9d80465d84 [2021-03-27T02:11:33.106Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-27T02:11:33.106Z] ---> Running in e0588d1e1b77 [2021-03-27T02:11:33.288Z] 22599d3e9e25: Pull complete [2021-03-27T02:11:33.288Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-27T02:11:33.288Z] Status: Downloaded newer image for alpine:3.12 [2021-03-27T02:11:33.288Z] ---> 42cb162f0360 [2021-03-27T02:11:33.288Z] Step 18/24 : EXPOSE 4000 [2021-03-27T02:11:33.551Z] ---> Running in cb2b04fc7625 [2021-03-27T02:11:33.551Z] Removing intermediate container cb2b04fc7625 [2021-03-27T02:11:33.551Z] ---> a8b35d1411c5 [2021-03-27T02:11:33.551Z] 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 [2021-03-27T02:11:33.705Z] Removing intermediate container e0588d1e1b77 [2021-03-27T02:11:33.705Z] ---> a433e227400b [2021-03-27T02:11:33.705Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-27T02:11:33.705Z] ---> Running in 829594bf91d5 [2021-03-27T02:11:34.302Z] Removing intermediate container 829594bf91d5 [2021-03-27T02:11:34.302Z] ---> 043ac9a6f3a8 [2021-03-27T02:11:34.302Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-27T02:11:34.302Z] ---> Running in 135f0f2c8002 [2021-03-27T02:11:34.498Z] ---> d0133f89a569 [2021-03-27T02:11:34.498Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-27T02:11:34.762Z] ---> Running in 49d9ea00150a [2021-03-27T02:11:34.762Z] Removing intermediate container 49d9ea00150a [2021-03-27T02:11:34.762Z] ---> a122fbe6268a [2021-03-27T02:11:34.762Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-27T02:11:34.762Z] ---> Running in fa15339c5259 [2021-03-27T02:11:34.910Z] Removing intermediate container 135f0f2c8002 [2021-03-27T02:11:34.910Z] ---> 7445594202be [2021-03-27T02:11:34.910Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-27T02:11:34.910Z] ---> Running in 73bc18f2eaf7 [2021-03-27T02:11:35.024Z] Removing intermediate container fa15339c5259 [2021-03-27T02:11:35.024Z] ---> ccdc0633fa0d [2021-03-27T02:11:35.024Z] Step 22/24 : LABEL arch=amd64 [2021-03-27T02:11:35.024Z] ---> Running in 0971bb835e09 [2021-03-27T02:11:35.286Z] Removing intermediate container 0971bb835e09 [2021-03-27T02:11:35.286Z] ---> f9632d5e2bea [2021-03-27T02:11:35.286Z] Step 23/24 : LABEL git_sha=398344327a6aef3dd68162faa24a3e4e2de39d40 [2021-03-27T02:11:35.286Z] ---> Running in 687696a9fe5e [2021-03-27T02:11:35.548Z] Removing intermediate container 687696a9fe5e [2021-03-27T02:11:35.548Z] ---> d6c988fc1db3 [2021-03-27T02:11:35.548Z] Step 24/24 : LABEL version=0.0.0 [2021-03-27T02:11:35.548Z] ---> Running in e36fecde08b6 [2021-03-27T02:11:35.811Z] Removing intermediate container e36fecde08b6 [2021-03-27T02:11:35.811Z] ---> 5b45e8ffdbc1 [2021-03-27T02:11:35.811Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-27T02:11:35.811Z] Successfully built 5b45e8ffdbc1 [2021-03-27T02:11:35.811Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:11:36.883Z] ---> job-cost.sh [2021-03-27T02:11:36.883Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xwlx [2021-03-27T02:11:37.544Z] Removing intermediate container 73bc18f2eaf7 [2021-03-27T02:11:37.544Z] ---> 8794da802221 [2021-03-27T02:11:37.544Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-27T02:11:37.544Z] ---> Running in 97e9337575b9 [2021-03-27T02:11:38.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-27T02:11:39.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-27T02:11:39.708Z] OK: 142 MiB in 39 packages [2021-03-27T02:11:41.140Z] Removing intermediate container 97e9337575b9 [2021-03-27T02:11:41.140Z] ---> b5a5cf5dda6a [2021-03-27T02:11:41.140Z] Step 10/24 : ENV GO111MODULE=on [2021-03-27T02:11:41.140Z] ---> Running in 5f390c6592b1 [2021-03-27T02:11:41.413Z] Removing intermediate container 5f390c6592b1 [2021-03-27T02:11:41.413Z] ---> df53bb9cc8ef [2021-03-27T02:11:41.413Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-27T02:11:41.688Z] ---> Running in 012ddc2006a3 [2021-03-27T02:11:42.286Z] Removing intermediate container 012ddc2006a3 [2021-03-27T02:11:42.286Z] ---> 8ab1e1c3cef2 [2021-03-27T02:11:42.286Z] Step 12/24 : COPY go.mod . [2021-03-27T02:11:42.883Z] ---> 6fe799201f68 [2021-03-27T02:11:42.883Z] Step 13/24 : COPY Makefile . [2021-03-27T02:11:43.486Z] ---> f3496a0de5a8 [2021-03-27T02:11:43.486Z] Step 14/24 : RUN make update [2021-03-27T02:11:43.759Z] ---> Running in 2f1e49584e9d [2021-03-27T02:11:44.743Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-27T02:11:46.182Z] Removing intermediate container 2f1e49584e9d [2021-03-27T02:11:46.182Z] ---> 9e0b22cda6fa [2021-03-27T02:11:46.182Z] Step 15/24 : COPY . . [2021-03-27T02:11:48.805Z] ---> 852fe11b0027 [2021-03-27T02:11:48.805Z] Step 16/24 : RUN ${MAKE} [2021-03-27T02:11:48.805Z] ---> Running in ed191a47fc02 [2021-03-27T02:11:49.784Z] 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 [2021-03-27T02:11:51.820Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-27T02:12:16.605Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-27T02:12:18.460Z] lf-activate-venv(): INFO: Adding /tmp/venv-xwlx/bin to PATH [2021-03-27T02:12:18.460Z] INFO: No Stack... [2021-03-27T02:12:18.460Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-27T02:12:19.412Z] INFO: Archiving Costs [Pipeline] sh [2021-03-27T02:12:19.717Z] + cat /w/workspace/edgex-ui-go/10/archives/cost.csv [2021-03-27T02:12:19.717Z] + cut -d, -f6 [Pipeline] lock [2021-03-27T02:12:19.790Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] [2021-03-27T02:12:19.798Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] did not exist. Created. [2021-03-27T02:12:19.799Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-27T02:12:20.203Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-27T02:12:20.311Z] Stashed 1 file(s) [Pipeline] } [2021-03-27T02:12:20.329Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-27T02:12:22.010Z] Removing intermediate container ed191a47fc02 [2021-03-27T02:12:22.010Z] ---> 5b095b9d858b [2021-03-27T02:12:22.010Z] Step 17/24 : FROM alpine:3.12 [2021-03-27T02:12:22.010Z] 3.12: Pulling from library/alpine [2021-03-27T02:12:22.010Z] 95dec6db3722: Pulling fs layer [2021-03-27T02:12:22.010Z] 95dec6db3722: Download complete [2021-03-27T02:12:22.606Z] 95dec6db3722: Pull complete [2021-03-27T02:12:22.606Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-27T02:12:22.606Z] Status: Downloaded newer image for alpine:3.12 [2021-03-27T02:12:22.606Z] ---> e47305ac9786 [2021-03-27T02:12:22.606Z] Step 18/24 : EXPOSE 4000 [2021-03-27T02:12:22.880Z] ---> Running in 4e82653fe0d0 [2021-03-27T02:12:23.479Z] Removing intermediate container 4e82653fe0d0 [2021-03-27T02:12:23.479Z] ---> 52d39a9e60c2 [2021-03-27T02:12:23.479Z] 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 [2021-03-27T02:12:25.476Z] ---> 9c5b3c482ea1 [2021-03-27T02:12:25.476Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-27T02:12:25.476Z] ---> Running in 09d81d0d62d7 [2021-03-27T02:12:25.751Z] Removing intermediate container 09d81d0d62d7 [2021-03-27T02:12:25.751Z] ---> e78a94ff3db7 [2021-03-27T02:12:25.751Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-27T02:12:26.024Z] ---> Running in b65b1a869b0a [2021-03-27T02:12:26.297Z] Removing intermediate container b65b1a869b0a [2021-03-27T02:12:26.297Z] ---> 53b376209542 [2021-03-27T02:12:26.297Z] Step 22/24 : LABEL arch=arm64 [2021-03-27T02:12:26.572Z] ---> Running in 96040ff5ee0e [2021-03-27T02:12:26.845Z] Removing intermediate container 96040ff5ee0e [2021-03-27T02:12:26.845Z] ---> ca10949a3112 [2021-03-27T02:12:26.845Z] Step 23/24 : LABEL git_sha=398344327a6aef3dd68162faa24a3e4e2de39d40 [2021-03-27T02:12:27.120Z] ---> Running in 087e834c8b39 [2021-03-27T02:12:27.394Z] Removing intermediate container 087e834c8b39 [2021-03-27T02:12:27.394Z] ---> 19eb393a2117 [2021-03-27T02:12:27.394Z] Step 24/24 : LABEL version=0.0.0 [2021-03-27T02:12:27.667Z] ---> Running in d5132bced2dd [2021-03-27T02:12:28.268Z] Removing intermediate container d5132bced2dd [2021-03-27T02:12:28.268Z] ---> 60b9ab95b0f1 [2021-03-27T02:12:28.268Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-27T02:12:28.268Z] Successfully built 60b9ab95b0f1 [2021-03-27T02:12:28.268Z] 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 [2021-03-27T02:12:29.085Z] ---> job-cost.sh [2021-03-27T02:12:29.085Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0iBj [2021-03-27T02:13:08.034Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-27T02:14:44.788Z] lf-activate-venv(): INFO: Adding /tmp/venv-0iBj/bin to PATH [2021-03-27T02:14:44.788Z] INFO: No Stack... [2021-03-27T02:14:44.788Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-27T02:14:44.788Z] INFO: Archiving Costs [Pipeline] sh [2021-03-27T02:14:45.131Z] + cat /w/workspace/edgex-ui-go/10/archives/cost.csv [2021-03-27T02:14:45.131Z] + cut -d, -f6 [Pipeline] lock [2021-03-27T02:14:45.256Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] [2021-03-27T02:14:45.266Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] did not exist. Created. [2021-03-27T02:14:45.266Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-27T02:14:45.735Z] /w/workspace/edgex-ui-go/10@tmp/durable-1d23e6ec/script.sh: 1: /w/workspace/edgex-ui-go/10@tmp/durable-1d23e6ec/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-27T02:14:46.091Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-27T02:14:46.167Z] Warning: overwriting stash ‘stack-cost’ [2021-03-27T02:14:46.380Z] Stashed 1 file(s) [Pipeline] } [2021-03-27T02:14:46.392Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-10-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 [2021-03-27T02:14:47.983Z] provisioning config files... [2021-03-27T02:14:48.010Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6327845414255403808tmp [Pipeline] { [Pipeline] sh [2021-03-27T02:14:48.391Z] + set +x [2021-03-27T02:14:48.391Z] + curl -s https://codecov.io/bash [2021-03-27T02:14:48.391Z] + bash -s -- [2021-03-27T02:14:48.654Z] [2021-03-27T02:14:48.654Z] _____ _ [2021-03-27T02:14:48.654Z] / ____| | | [2021-03-27T02:14:48.654Z] | | ___ __| | ___ ___ _____ __ [2021-03-27T02:14:48.654Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-27T02:14:48.654Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-27T02:14:48.654Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-27T02:14:48.654Z] Bash-20210309-2b87ace [2021-03-27T02:14:48.654Z] [2021-03-27T02:14:48.654Z] [2021-03-27T02:14:48.654Z] ==> git version 2.24.3 found [2021-03-27T02:14:48.654Z] ==> 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 [2021-03-27T02:14:48.654Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-27T02:14:48.654Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-27T02:14:48.654Z] ==> Jenkins CI detected. [2021-03-27T02:14:48.654Z] project root: . [2021-03-27T02:14:48.654Z] --> token set from env [2021-03-27T02:14:48.654Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-27T02:14:48.654Z] ==> Running gcov in . (disable via -X gcov) [2021-03-27T02:14:48.654Z] ==> Python coveragepy not found [2021-03-27T02:14:48.654Z] ==> Searching for coverage reports in: [2021-03-27T02:14:48.654Z] + . [2021-03-27T02:14:48.654Z] -> Found 1 reports [2021-03-27T02:14:48.654Z] ==> Detecting git/mercurial file structure [2021-03-27T02:14:48.654Z] ==> Reading reports [2021-03-27T02:14:48.654Z] + ./coverage.out bytes=10 [2021-03-27T02:14:48.654Z] ==> Appending adjustments [2021-03-27T02:14:48.654Z] https://docs.codecov.io/docs/fixing-reports [2021-03-27T02:14:48.920Z] + Found adjustments [2021-03-27T02:14:48.920Z] ==> Gzipping contents [2021-03-27T02:14:48.920Z] 4.0K /tmp/codecov.cnpJgu.gz [2021-03-27T02:14:48.920Z] ==> Uploading reports [2021-03-27T02:14:48.920Z] url: https://codecov.io [2021-03-27T02:14:48.920Z] query: branch=PR-297&commit=398344327a6aef3dd68162faa24a3e4e2de39d40&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-27T02:14:48.920Z] -> Pinging Codecov [2021-03-27T02:14:48.920Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=398344327a6aef3dd68162faa24a3e4e2de39d40&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-27T02:14:49.185Z] -> Uploading to [2021-03-27T02:14:49.185Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-27/FB506323287CE973F263BFD2A0EB1F37/398344327a6aef3dd68162faa24a3e4e2de39d40/66adbf9e-b760-4530-8871-2e8eff964944.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210327%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210327T021449Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a12741b601c8ccad676b8dc7abce5201bc8cb7c430891eff4fc22d0c1036ae4f [2021-03-27T02:14:49.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-27T02:14:49.185Z] Dload Upload Total Spent Left Speed [2021-03-27T02:14:49.762Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3319 0 0 100 3319 0 7485 --:--:-- --:--:-- --:--:-- 7475 100 3319 0 0 100 3319 0 7479 --:--:-- --:--:-- --:--:-- 7475 [2021-03-27T02:14:49.762Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/398344327a6aef3dd68162faa24a3e4e2de39d40 [Pipeline] } [2021-03-27T02:14:49.771Z] 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 [2021-03-27T02:14:52.740Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:14:53.315Z] ---> package-listing.sh [2021-03-27T02:14:53.315Z] ++ facter osfamily [2021-03-27T02:14:53.315Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-27T02:14:53.315Z] + OS_FAMILY=redhat [2021-03-27T02:14:53.315Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-27T02:14:53.315Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-27T02:14:53.315Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-27T02:14:53.315Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-27T02:14:53.315Z] + PACKAGES=/tmp/packages_start.txt [2021-03-27T02:14:53.315Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-27T02:14:53.315Z] + PACKAGES=/tmp/packages_end.txt [2021-03-27T02:14:53.315Z] + case "${OS_FAMILY}" in [2021-03-27T02:14:53.315Z] + rpm -qa [2021-03-27T02:14:53.315Z] + sort [2021-03-27T02:14:58.623Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-27T02:14:58.623Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-27T02:14:58.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-27T02:14:58.623Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-27T02:14:58.623Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-03-27T02:14:58.623Z] + 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 [2021-03-27T02:14:58.638Z] 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 [2021-03-27T02:14:58.932Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:14:59.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-27T02:14:59.244Z] [2021-03-27T02:14:59.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-27T02:14:59.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-27T02:14:59.636Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-27T02:14:59.636Z] df20fa9351a1: Pulling fs layer [2021-03-27T02:14:59.636Z] 36b3adc4ff6f: Pulling fs layer [2021-03-27T02:14:59.636Z] 8ad3a11d3b57: Pulling fs layer [2021-03-27T02:14:59.636Z] 46f8f816bc3b: Pulling fs layer [2021-03-27T02:14:59.636Z] 93b61091891f: Pulling fs layer [2021-03-27T02:14:59.636Z] 93b9cdb0e59b: Pulling fs layer [2021-03-27T02:14:59.636Z] 5e14af77c1be: Pulling fs layer [2021-03-27T02:14:59.636Z] 01666e4c0597: Pulling fs layer [2021-03-27T02:14:59.636Z] aa168da1d23b: Pulling fs layer [2021-03-27T02:14:59.636Z] 46f8f816bc3b: Waiting [2021-03-27T02:14:59.636Z] 93b9cdb0e59b: Waiting [2021-03-27T02:14:59.636Z] 5e14af77c1be: Waiting [2021-03-27T02:14:59.636Z] 01666e4c0597: Waiting [2021-03-27T02:14:59.636Z] aa168da1d23b: Waiting [2021-03-27T02:14:59.636Z] 36b3adc4ff6f: Download complete [2021-03-27T02:14:59.636Z] 46f8f816bc3b: Verifying Checksum [2021-03-27T02:14:59.636Z] 46f8f816bc3b: Download complete [2021-03-27T02:14:59.636Z] df20fa9351a1: Download complete [2021-03-27T02:14:59.901Z] 93b9cdb0e59b: Verifying Checksum [2021-03-27T02:14:59.901Z] 93b9cdb0e59b: Download complete [2021-03-27T02:14:59.901Z] 5e14af77c1be: Verifying Checksum [2021-03-27T02:14:59.901Z] 5e14af77c1be: Download complete [2021-03-27T02:14:59.901Z] 93b61091891f: Download complete [2021-03-27T02:15:00.163Z] df20fa9351a1: Pull complete [2021-03-27T02:15:00.163Z] 8ad3a11d3b57: Verifying Checksum [2021-03-27T02:15:00.163Z] 8ad3a11d3b57: Download complete [2021-03-27T02:15:00.434Z] 36b3adc4ff6f: Pull complete [2021-03-27T02:15:01.018Z] 01666e4c0597: Verifying Checksum [2021-03-27T02:15:01.018Z] 01666e4c0597: Download complete [2021-03-27T02:15:01.018Z] 8ad3a11d3b57: Pull complete [2021-03-27T02:15:01.285Z] 46f8f816bc3b: Pull complete [2021-03-27T02:15:01.866Z] 93b61091891f: Pull complete [2021-03-27T02:15:02.456Z] 93b9cdb0e59b: Pull complete [2021-03-27T02:15:02.456Z] aa168da1d23b: Verifying Checksum [2021-03-27T02:15:02.456Z] aa168da1d23b: Download complete [2021-03-27T02:15:02.456Z] 5e14af77c1be: Pull complete [2021-03-27T02:15:02.724Z] 01666e4c0597: Pull complete [2021-03-27T02:15:09.365Z] aa168da1d23b: Pull complete [2021-03-27T02:15:09.365Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-27T02:15:09.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-27T02:15:09.365Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-27T02:15:09.516Z] prd-centos7-docker-4c-2g-31574 does not seem to be running inside a container [2021-03-27T02:15:09.567Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-27T02:15:12.916Z] $ docker top 7f9795d786800b9a23164974839475d10d2b8ee9d9da699dec3aa2de621a58ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-27T02:15:13.481Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-27T02:15:13.799Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-27T02:15:14.104Z] + ls /var/log/sa-host [2021-03-27T02:15:14.104Z] + sadf -c /var/log/sa-host/sa23 [2021-03-27T02:15:14.104Z] file_magic: OK [2021-03-27T02:15:14.104Z] HZ: Using current value: 100 [2021-03-27T02:15:14.104Z] file_header: OK [2021-03-27T02:15:14.104Z] 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 [2021-03-27T02:15:14.104Z] Statistics: [2021-03-27T02:15:14.104Z] Hnuu...uuuununununu... [2021-03-27T02:15:14.104Z] File successfully converted to sysstat format version 12.2.1 [2021-03-27T02:15:14.104Z] + sadf -c /var/log/sa-host/sa27 [2021-03-27T02:15:14.104Z] file_magic: OK [2021-03-27T02:15:14.104Z] HZ: Using current value: 100 [2021-03-27T02:15:14.104Z] file_header: OK [2021-03-27T02:15:14.104Z] 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 [2021-03-27T02:15:14.104Z] Statistics: [2021-03-27T02:15:14.104Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-27T02:15:14.104Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-27T02:15:14.821Z] provisioning config files... [2021-03-27T02:15:14.843Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config5121385558735210258tmp [Pipeline] { [Pipeline] echo [2021-03-27T02:15:14.966Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:15:15.267Z] ---> create-netrc.sh [Pipeline] } [2021-03-27T02:15:15.277Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-27T02:15:15.384Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:15:15.684Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-27T02:15:15.695Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:15:15.996Z] ---> sudo-logs.sh [2021-03-27T02:15:15.996Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-27T02:15:16.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:15:16.361Z] ---> job-cost.sh [2021-03-27T02:15:16.361Z] lf-activate-venv: SKIPPING [2021-03-27T02:15:16.361Z] DEBUG: total: 0.20999999344348907 [2021-03-27T02:15:16.361Z] INFO: Retrieving Stack Cost... [2021-03-27T02:15:17.318Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-27T02:15:17.893Z] INFO: Archiving Costs [Pipeline] echo [2021-03-27T02:15:17.914Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-27T02:15:18.213Z] ---> logs-deploy.sh [2021-03-27T02:15:18.213Z] lf-activate-venv: SKIPPING [2021-03-27T02:15:18.213Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/10 [2021-03-27T02:15:18.213Z] INFO: archiving workspace using pattern(s): [2021-03-27T02:15:20.150Z] Archives upload complete. [2021-03-27T02:15:20.150Z] INFO: archiving logs to Nexus [2021-03-27T02:15:21.100Z] ---> uname -a: [2021-03-27T02:15:21.100Z] Linux prd-centos7-docker-4c-2g-31574.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] ---> lscpu: [2021-03-27T02:15:21.100Z] Architecture: x86_64 [2021-03-27T02:15:21.100Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-27T02:15:21.100Z] Byte Order: Little Endian [2021-03-27T02:15:21.100Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-27T02:15:21.100Z] CPU(s): 4 [2021-03-27T02:15:21.100Z] On-line CPU(s) list: 0-3 [2021-03-27T02:15:21.100Z] Thread(s) per core: 1 [2021-03-27T02:15:21.100Z] Core(s) per socket: 1 [2021-03-27T02:15:21.100Z] Socket(s): 4 [2021-03-27T02:15:21.100Z] NUMA node(s): 1 [2021-03-27T02:15:21.100Z] Vendor ID: GenuineIntel [2021-03-27T02:15:21.100Z] CPU family: 6 [2021-03-27T02:15:21.100Z] Model: 44 [2021-03-27T02:15:21.100Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-27T02:15:21.100Z] Stepping: 1 [2021-03-27T02:15:21.100Z] CPU MHz: 2933.438 [2021-03-27T02:15:21.100Z] BogoMIPS: 5866.87 [2021-03-27T02:15:21.100Z] Virtualization: VT-x [2021-03-27T02:15:21.100Z] Hypervisor vendor: KVM [2021-03-27T02:15:21.100Z] Virtualization type: full [2021-03-27T02:15:21.100Z] L1d cache: 128 KiB [2021-03-27T02:15:21.100Z] L1i cache: 128 KiB [2021-03-27T02:15:21.100Z] L2 cache: 16 MiB [2021-03-27T02:15:21.100Z] L3 cache: 64 MiB [2021-03-27T02:15:21.100Z] NUMA node0 CPU(s): 0-3 [2021-03-27T02:15:21.100Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-27T02:15:21.100Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-27T02:15:21.100Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-27T02:15:21.100Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-27T02:15:21.100Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-27T02:15:21.100Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-27T02:15:21.100Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-27T02:15:21.100Z] Vulnerability Srbds: Not affected [2021-03-27T02:15:21.100Z] Vulnerability Tsx async abort: Not affected [2021-03-27T02:15:21.100Z] 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 [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] ---> nproc: [2021-03-27T02:15:21.100Z] 4 [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] ---> df -h: [2021-03-27T02:15:21.100Z] Filesystem Size Used Available Use% Mounted on [2021-03-27T02:15:21.100Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-27T02:15:21.100Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-27T02:15:21.100Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-27T02:15:21.100Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-27T02:15:21.100Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] ---> free -m: [2021-03-27T02:15:21.100Z] total used free shared buff/cache available [2021-03-27T02:15:21.100Z] Mem: 1837 704 111 0 1021 1028 [2021-03-27T02:15:21.100Z] Swap: 1023 1 1022 [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] ---> ip addr: [2021-03-27T02:15:21.100Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-27T02:15:21.100Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-27T02:15:21.100Z] inet 127.0.0.1/8 scope host lo [2021-03-27T02:15:21.100Z] valid_lft forever preferred_lft forever [2021-03-27T02:15:21.100Z] inet6 ::1/128 scope host [2021-03-27T02:15:21.100Z] valid_lft forever preferred_lft forever [2021-03-27T02:15:21.100Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-27T02:15:21.100Z] link/ether fa:16:3e:17:08:0b brd ff:ff:ff:ff:ff:ff [2021-03-27T02:15:21.100Z] inet 10.30.122.167/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-27T02:15:21.100Z] valid_lft 85850sec preferred_lft 85850sec [2021-03-27T02:15:21.100Z] inet6 fe80::f816:3eff:fe17:80b/64 scope link [2021-03-27T02:15:21.100Z] valid_lft forever preferred_lft forever [2021-03-27T02:15:21.100Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-27T02:15:21.100Z] link/ether 02:42:f3:e6:e7:7c brd ff:ff:ff:ff:ff:ff [2021-03-27T02:15:21.100Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-27T02:15:21.100Z] valid_lft forever preferred_lft forever [2021-03-27T02:15:21.100Z] inet6 fe80::42:f3ff:fee6:e77c/64 scope link [2021-03-27T02:15:21.100Z] valid_lft forever preferred_lft forever [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] ---> sar -b -r -n DEV: [2021-03-27T02:15:21.100Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/27/21 _x86_64_ (4 CPU) [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] 02:05:59 LINUX RESTART (4 CPU) [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-27T02:15:21.100Z] 02:08:01 16.83 5.04 11.79 0.00 1100.45 1123.82 0.00 [2021-03-27T02:15:21.100Z] 02:09:01 0.32 0.00 0.32 0.00 0.00 5.29 0.00 [2021-03-27T02:15:21.100Z] 02:10:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 [2021-03-27T02:15:21.100Z] 02:11:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-03-27T02:15:21.100Z] 02:12:01 0.28 0.00 0.28 0.00 0.00 4.36 0.00 [2021-03-27T02:15:21.100Z] 02:13:01 0.33 0.00 0.33 0.00 0.00 3.40 0.00 [2021-03-27T02:15:21.100Z] 02:14:01 0.24 0.00 0.24 0.00 0.00 2.17 0.00 [2021-03-27T02:15:21.100Z] 02:15:01 52.36 48.93 3.43 0.00 4064.71 94.44 0.00 [2021-03-27T02:15:21.100Z] Average: 8.89 6.76 2.12 0.00 647.24 155.35 0.00 [2021-03-27T02:15:21.100Z] [2021-03-27T02:15:21.100Z] 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-27T02:15:21.100Z] 02:08:01 141596 0 602968 32.05 2620 1134360 1107492 37.80 418848 1120816 20 [2021-03-27T02:15:21.100Z] 02:09:01 146200 0 598356 31.80 2620 1134368 1079172 36.83 417748 1118084 8 [2021-03-27T02:15:21.100Z] 02:10:01 143648 0 600904 31.94 2620 1134372 1079328 36.84 422228 1116284 16 [2021-03-27T02:15:21.100Z] 02:11:01 145228 0 599324 31.85 2620 1134372 1079100 36.83 426444 1110812 12 [2021-03-27T02:15:21.100Z] 02:12:01 143100 0 601444 31.97 2620 1134380 1079172 36.83 429152 1110128 8 [2021-03-27T02:15:21.101Z] 02:13:01 143484 0 601056 31.94 2620 1134384 1079100 36.83 428764 1110128 12 [2021-03-27T02:15:21.101Z] 02:14:01 143584 0 600952 31.94 2620 1134388 1079100 36.83 428776 1110124 8 [2021-03-27T02:15:21.101Z] 02:15:01 73880 0 673604 35.80 2620 1131440 1474548 50.32 496276 1104952 85800 [2021-03-27T02:15:21.101Z] Average: 135090 0 609826 32.41 2620 1134008 1132126 38.64 433530 1112666 10736 [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z] 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-27T02:15:21.101Z] 02:08:01 eth0 55.62 60.20 133.41 25.74 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:08:01 docker0 39.97 29.68 3.45 112.29 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:09:01 eth0 3.83 1.61 3.04 0.11 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:10:01 eth0 1.32 0.68 0.59 0.40 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:12:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:13:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:14:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:15:01 eth0 108.75 89.61 1083.55 11.09 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] Average: eth0 21.30 19.10 152.97 4.69 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] Average: docker0 5.01 3.72 0.43 14.07 0.00 0.00 0.00 0.00 [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z] ---> sar -P ALL: [2021-03-27T02:15:21.101Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/27/21 _x86_64_ (4 CPU) [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z] 02:05:59 LINUX RESTART (4 CPU) [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z] 02:07:01 CPU %user %nice %system %iowait %steal %idle [2021-03-27T02:15:21.101Z] 02:08:01 all 1.51 0.00 1.05 0.16 0.04 97.25 [2021-03-27T02:15:21.101Z] 02:08:01 0 1.49 0.00 1.27 0.07 0.03 97.14 [2021-03-27T02:15:21.101Z] 02:08:01 1 1.35 0.00 0.99 0.30 0.03 97.33 [2021-03-27T02:15:21.101Z] 02:08:01 2 1.69 0.00 0.92 0.08 0.07 97.24 [2021-03-27T02:15:21.101Z] 02:08:01 3 1.50 0.00 1.02 0.18 0.02 97.28 [2021-03-27T02:15:21.101Z] 02:09:01 all 0.20 0.00 0.06 0.00 0.01 99.73 [2021-03-27T02:15:21.101Z] 02:09:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-27T02:15:21.101Z] 02:09:01 1 0.47 0.00 0.05 0.00 0.02 99.47 [2021-03-27T02:15:21.101Z] 02:09:01 2 0.18 0.00 0.08 0.00 0.02 99.72 [2021-03-27T02:15:21.101Z] 02:09:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2021-03-27T02:15:21.101Z] 02:10:01 all 0.20 0.00 0.17 0.00 0.01 99.62 [2021-03-27T02:15:21.101Z] 02:10:01 0 0.07 0.00 0.12 0.00 0.02 99.80 [2021-03-27T02:15:21.101Z] 02:10:01 1 0.55 0.00 0.23 0.00 0.02 99.20 [2021-03-27T02:15:21.101Z] 02:10:01 2 0.12 0.00 0.15 0.00 0.02 99.72 [2021-03-27T02:15:21.101Z] 02:10:01 3 0.08 0.00 0.17 0.00 0.00 99.75 [2021-03-27T02:15:21.101Z] 02:11:01 all 0.15 0.00 0.05 0.00 0.00 99.81 [2021-03-27T02:15:21.101Z] 02:11:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-27T02:15:21.101Z] 02:11:01 1 0.45 0.00 0.05 0.00 0.00 99.50 [2021-03-27T02:15:21.101Z] 02:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-27T02:15:21.101Z] 02:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-27T02:15:21.101Z] 02:12:01 all 0.15 0.00 0.18 0.00 0.17 99.49 [2021-03-27T02:15:21.101Z] 02:12:01 0 0.02 0.00 0.23 0.00 0.17 99.58 [2021-03-27T02:15:21.101Z] 02:12:01 1 0.43 0.00 0.12 0.00 0.12 99.33 [2021-03-27T02:15:21.101Z] 02:12:01 2 0.08 0.00 0.18 0.00 0.22 99.52 [2021-03-27T02:15:21.101Z] 02:12:01 3 0.08 0.00 0.20 0.00 0.18 99.53 [2021-03-27T02:15:21.101Z] 02:13:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-27T02:15:21.101Z] 02:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-27T02:15:21.101Z] 02:13:01 1 0.45 0.00 0.03 0.00 0.00 99.52 [2021-03-27T02:15:21.101Z] 02:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-27T02:15:21.101Z] 02:13:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-27T02:15:21.101Z] 02:14:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-03-27T02:15:21.101Z] 02:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-27T02:15:21.101Z] 02:14:01 1 0.51 0.00 0.03 0.00 0.00 99.46 [2021-03-27T02:15:21.101Z] 02:14:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-27T02:15:21.101Z] 02:14:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-27T02:15:21.101Z] 02:15:01 all 1.99 0.00 1.22 1.23 0.00 95.56 [2021-03-27T02:15:21.101Z] 02:15:01 0 1.76 0.00 1.40 0.69 0.00 96.16 [2021-03-27T02:15:21.101Z] 02:15:01 1 2.98 0.00 1.42 1.74 0.00 93.87 [2021-03-27T02:15:21.101Z] 02:15:01 2 1.79 0.00 1.11 1.91 0.02 95.17 [2021-03-27T02:15:21.101Z] 02:15:01 3 1.42 0.00 0.95 0.58 0.00 97.04 [2021-03-27T02:15:21.101Z] Average: all 0.56 0.00 0.35 0.17 0.03 98.89 [2021-03-27T02:15:21.101Z] Average: 0 0.43 0.00 0.40 0.09 0.03 99.04 [2021-03-27T02:15:21.101Z] Average: 1 0.90 0.00 0.37 0.25 0.02 98.46 [2021-03-27T02:15:21.101Z] Average: 2 0.50 0.00 0.32 0.25 0.04 98.89 [2021-03-27T02:15:21.101Z] Average: 3 0.42 0.00 0.31 0.10 0.03 99.15 [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z] [2021-03-27T02:15:21.101Z]