Pull request #352 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b615ecaee17b72e689167bdcc667828e36bf539d+7e8cb258793469f1841277073dddd17e9c99cd16 (06b44997f3cfe002a423b06b83319245671b55fa) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-352/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-352/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4354 in /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-352 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7e8cb258793469f1841277073dddd17e9c99cd16 into PR head commit b615ecaee17b72e689167bdcc667828e36bf539d > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 Merge succeeded, producing b615ecaee17b72e689167bdcc667828e36bf539d Checking out Revision b615ecaee17b72e689167bdcc667828e36bf539d (PR-352) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T05:50:41.020Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T05:50:41.252Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T05:50:41.365Z] ========================================================= [2021-05-11T05:50:41.365Z] EdgeX Global Pipelines Version Info [2021-05-11T05:50:41.365Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T05:50:43.024Z] ------------------- [2021-05-11T05:50:43.024Z] stable info: [2021-05-11T05:50:43.024Z] ------------------- [2021-05-11T05:50:43.024Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T05:50:43.024Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T05:50:43.024Z] Message: update stable to v1.0.191 [2021-05-11T05:50:43.971Z] ------------------- [2021-05-11T05:50:43.971Z] experimental info: [2021-05-11T05:50:43.971Z] ------------------- [2021-05-11T05:50:43.971Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T05:50:43.971Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T05:50:43.971Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T05:50:44.227Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-11T05:50:44.284Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-11T05:50:44.357Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T05:50:44.427Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T05:50:44.488Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T05:50:44.545Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T05:50:44.601Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T05:50:44.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T05:50:44.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T05:50:44.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T05:50:44.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T05:50:44.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-11T05:50:44.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T05:50:45.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T05:50:45.068Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T05:50:45.163Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T05:50:45.219Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T05:50:45.277Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T05:50:45.341Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T05:50:45.395Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T05:50:45.448Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T05:50:45.502Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T05:50:45.559Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T05:50:45.613Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T05:50:45.667Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T05:50:45.738Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T05:50:45.795Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-352 [Pipeline] echo [2021-05-11T05:50:45.854Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-352 [Pipeline] echo [2021-05-11T05:50:45.911Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-352 [Pipeline] echo [2021-05-11T05:50:45.965Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b615ecaee17b72e689167bdcc667828e36bf539d [Pipeline] echo [2021-05-11T05:50:46.022Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b615eca [Pipeline] echo [2021-05-11T05:50:46.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T05:50:46.244Z] provisioning config files... [2021-05-11T05:50:46.283Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/config8879258959450202691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T05:50:46.664Z] ---> docker-login.sh [2021-05-11T05:50:46.664Z] nexus3.edgexfoundry.org:10001 [2021-05-11T05:50:46.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:50:47.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:50:47.197Z] Configure a credential helper to remove this warning. See [2021-05-11T05:50:47.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:50:47.197Z] [2021-05-11T05:50:47.197Z] Login Succeeded [2021-05-11T05:50:47.197Z] nexus3.edgexfoundry.org:10002 [2021-05-11T05:50:47.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:50:47.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:50:47.464Z] Configure a credential helper to remove this warning. See [2021-05-11T05:50:47.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:50:47.464Z] [2021-05-11T05:50:47.464Z] Login Succeeded [2021-05-11T05:50:47.464Z] nexus3.edgexfoundry.org:10003 [2021-05-11T05:50:47.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:50:47.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:50:47.465Z] Configure a credential helper to remove this warning. See [2021-05-11T05:50:47.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:50:47.465Z] [2021-05-11T05:50:47.465Z] Login Succeeded [2021-05-11T05:50:47.465Z] nexus3.edgexfoundry.org:10004 [2021-05-11T05:50:47.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:50:47.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:50:47.728Z] Configure a credential helper to remove this warning. See [2021-05-11T05:50:47.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:50:47.728Z] [2021-05-11T05:50:47.728Z] Login Succeeded [2021-05-11T05:50:47.728Z] docker.io [2021-05-11T05:50:47.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:50:48.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:50:48.254Z] Configure a credential helper to remove this warning. See [2021-05-11T05:50:48.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:50:48.254Z] [2021-05-11T05:50:48.254Z] Login Succeeded [2021-05-11T05:50:48.254Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T05:50:48.278Z] 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-05-11T05:50:48.996Z] + git log --format=format:%s -1 b615ecaee17b72e689167bdcc667828e36bf539d [Pipeline] echo [2021-05-11T05:50:49.098Z] GIT_COMMIT: b615ecaee17b72e689167bdcc667828e36bf539d, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-11T05:50:49.141Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:50:50.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T05:50:50.103Z] [2021-05-11T05:50:50.103Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:50:50.464Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T05:50:50.464Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T05:50:50.464Z] 31603596830f: Pulling fs layer [2021-05-11T05:50:50.464Z] 54011a49482f: Pulling fs layer [2021-05-11T05:50:50.464Z] a6820b24f6d8: Pulling fs layer [2021-05-11T05:50:50.464Z] f581987b2513: Pulling fs layer [2021-05-11T05:50:50.464Z] f581987b2513: Waiting [2021-05-11T05:50:50.464Z] 54011a49482f: Verifying Checksum [2021-05-11T05:50:50.464Z] 54011a49482f: Download complete [2021-05-11T05:50:50.741Z] 31603596830f: Verifying Checksum [2021-05-11T05:50:50.741Z] 31603596830f: Download complete [2021-05-11T05:50:50.741Z] f581987b2513: Verifying Checksum [2021-05-11T05:50:50.741Z] f581987b2513: Download complete [2021-05-11T05:50:50.741Z] a6820b24f6d8: Verifying Checksum [2021-05-11T05:50:50.741Z] a6820b24f6d8: Download complete [2021-05-11T05:50:51.008Z] 31603596830f: Pull complete [2021-05-11T05:50:51.278Z] 54011a49482f: Pull complete [2021-05-11T05:50:52.231Z] a6820b24f6d8: Pull complete [2021-05-11T05:50:52.231Z] f581987b2513: Pull complete [2021-05-11T05:50:52.232Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T05:50:52.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T05:50:52.232Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T05:50:52.373Z] prd-centos7-docker-4c-2g-4354 does not seem to be running inside a container [2021-05-11T05:50:52.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-352 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352:/w/workspace/edgexfoundry_edgex-ui-go_PR-352:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T05:50:55.034Z] $ docker top 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T05:50:55.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T05:50:55.274Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T05:50:55.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T05:50:55.508Z] $ docker exec 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent [2021-05-11T05:50:55.690Z] SSH_AUTH_SOCK=/tmp/ssh-RyaS8YPY5DCe/agent.12 [2021-05-11T05:50:55.690Z] SSH_AGENT_PID=18 [2021-05-11T05:50:55.700Z] Running ssh-add (command line suppressed) [2021-05-11T05:50:55.826Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_6179198020377018041.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_6179198020377018041.key) [2021-05-11T05:50:55.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T05:50:56.231Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T05:50:56.260Z] $ docker exec --env ******** --env ******** 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent -k [2021-05-11T05:50:56.381Z] unset SSH_AUTH_SOCK; [2021-05-11T05:50:56.381Z] unset SSH_AGENT_PID; [2021-05-11T05:50:56.381Z] echo Agent pid 18 killed; [2021-05-11T05:50:56.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T05:50:56.516Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T05:50:56.516Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T05:50:56.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T05:50:56.692Z] $ docker exec 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent [2021-05-11T05:50:56.876Z] SSH_AUTH_SOCK=/tmp/ssh-1elP6bcgqfwd/agent.47 [2021-05-11T05:50:56.876Z] SSH_AGENT_PID=52 [2021-05-11T05:50:56.886Z] Running ssh-add (command line suppressed) [2021-05-11T05:50:57.013Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_2896882250803957480.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/private_key_2896882250803957480.key) [2021-05-11T05:50:57.071Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T05:50:57.419Z] + git semver init [2021-05-11T05:50:57.419Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T05:50:57.419Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-352/.git [2021-05-11T05:50:57.419Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [2021-05-11T05:50:57.419Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T05:50:57.419Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T05:50:57.419Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T05:50:57.419Z] # $SEMVER_BRANCH = PR-352 [2021-05-11T05:50:57.419Z] # $SEMVER_TEMP = /tmp/semver-250260156 [2021-05-11T05:50:57.419Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-11T05:50:59.346Z] # '/tmp/semver-250260156' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-352/.semver' [2021-05-11T05:50:59.346Z] # -> Force: false [2021-05-11T05:50:59.346Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-352/.semver [Pipeline] } [2021-05-11T05:50:59.368Z] $ docker exec --env ******** --env ******** 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e ssh-agent -k [2021-05-11T05:50:59.481Z] unset SSH_AUTH_SOCK; [2021-05-11T05:50:59.482Z] unset SSH_AGENT_PID; [2021-05-11T05:50:59.482Z] echo Agent pid 52 killed; [2021-05-11T05:50:59.529Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T05:50:59.965Z] + git semver [Pipeline] } [2021-05-11T05:50:59.997Z] $ docker stop --time=1 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e [2021-05-11T05:51:01.450Z] $ docker rm -f 1f56702fa355a65808f81fcabc7ca32e98177aeb9aff7ddf7dfc35cd4387f68e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T05:51:01.939Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T05:51:02.407Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T05:51:02.435Z] [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-05-11T05:51:17.944Z] Still waiting to schedule task [2021-05-11T05:51:17.944Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T05:51:17.975Z] Still waiting to schedule task [2021-05-11T05:51:17.975Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T05:54:13.215Z] Running on prd-centos7-docker-4c-2g-4355 in /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [Pipeline] { [Pipeline] ws [2021-05-11T05:54:13.274Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-05-11T05:54:17.914Z] using credential edgex-jenkins-ssh [2021-05-11T05:54:17.928Z] Cloning the remote Git repository [2021-05-11T05:54:17.974Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T05:54:18.080Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-05-11T05:54:18.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T05:54:18.224Z] > git --version # timeout=10 [2021-05-11T05:54:18.239Z] > git --version # 'git version 2.24.3' [2021-05-11T05:54:18.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T05:54:18.364Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T05:54:20.437Z] Merging remotes/origin/master commit 7e8cb258793469f1841277073dddd17e9c99cd16 into PR head commit b615ecaee17b72e689167bdcc667828e36bf539d [2021-05-11T05:54:20.773Z] Merge succeeded, producing b615ecaee17b72e689167bdcc667828e36bf539d [2021-05-11T05:54:20.774Z] Checking out Revision b615ecaee17b72e689167bdcc667828e36bf539d (PR-352) [2021-05-11T05:54:19.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T05:54:19.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T05:54:19.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T05:54:19.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T05:54:19.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T05:54:19.870Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T05:54:20.452Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T05:54:20.460Z] > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 [2021-05-11T05:54:20.734Z] > git remote # timeout=10 [2021-05-11T05:54:20.741Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T05:54:20.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T05:54:20.755Z] > git merge 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 [2021-05-11T05:54:20.767Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T05:54:20.779Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T05:54:20.789Z] > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 [2021-05-11T05:54:25.107Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-11T05:54:25.166Z] > git --version # timeout=10 [2021-05-11T05:54:25.222Z] > git --version # 'git version 2.24.3' [2021-05-11T05:54:25.230Z] fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T05:54:26.712Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T05:54:27.164Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T05:54:27.608Z] + true [2021-05-11T05:54:27.608Z] + sudo service docker restart [2021-05-11T05:54:27.608Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T05:54:29.689Z] provisioning config files... [2021-05-11T05:54:29.732Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8922961226199276771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T05:54:30.165Z] ---> docker-login.sh [2021-05-11T05:54:30.165Z] nexus3.edgexfoundry.org:10001 [2021-05-11T05:54:30.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:54:30.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:54:30.718Z] Configure a credential helper to remove this warning. See [2021-05-11T05:54:30.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:54:30.718Z] [2021-05-11T05:54:30.718Z] Login Succeeded [2021-05-11T05:54:30.718Z] nexus3.edgexfoundry.org:10002 [2021-05-11T05:54:30.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:54:30.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:54:30.997Z] Configure a credential helper to remove this warning. See [2021-05-11T05:54:30.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:54:30.997Z] [2021-05-11T05:54:30.997Z] Login Succeeded [2021-05-11T05:54:30.997Z] nexus3.edgexfoundry.org:10003 [2021-05-11T05:54:31.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:54:31.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:54:31.553Z] Configure a credential helper to remove this warning. See [2021-05-11T05:54:31.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:54:31.553Z] [2021-05-11T05:54:31.553Z] Login Succeeded [2021-05-11T05:54:31.553Z] nexus3.edgexfoundry.org:10004 [2021-05-11T05:54:31.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:54:31.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:54:31.829Z] Configure a credential helper to remove this warning. See [2021-05-11T05:54:31.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:54:31.829Z] [2021-05-11T05:54:31.829Z] Login Succeeded [2021-05-11T05:54:31.829Z] docker.io [2021-05-11T05:54:32.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:54:32.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:54:32.386Z] Configure a credential helper to remove this warning. See [2021-05-11T05:54:32.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:54:32.386Z] [2021-05-11T05:54:32.386Z] Login Succeeded [2021-05-11T05:54:32.386Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T05:54:32.448Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T05:54:32.819Z] ========================================================= [2021-05-11T05:54:32.819Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T05:54:32.819Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:54:33.247Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T05:54:34.858Z] Sending build context to Docker daemon 34.93MB [2021-05-11T05:54:34.859Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T05:54:34.859Z] Step 2/8 : FROM ${BASE} [2021-05-11T05:54:34.859Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T05:54:34.859Z] 540db60ca938: Pulling fs layer [2021-05-11T05:54:34.859Z] adcc1eea9eea: Pulling fs layer [2021-05-11T05:54:34.859Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T05:54:34.859Z] 0510c868ecb4: Pulling fs layer [2021-05-11T05:54:34.859Z] afea3b2eda06: Pulling fs layer [2021-05-11T05:54:34.859Z] 7809a108b3ef: Pulling fs layer [2021-05-11T05:54:34.859Z] f706445af74f: Pulling fs layer [2021-05-11T05:54:34.859Z] afea3b2eda06: Waiting [2021-05-11T05:54:34.859Z] 7809a108b3ef: Waiting [2021-05-11T05:54:34.859Z] f706445af74f: Waiting [2021-05-11T05:54:34.859Z] 0510c868ecb4: Waiting [2021-05-11T05:54:34.859Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T05:54:34.859Z] 4c4ab2625f07: Download complete [2021-05-11T05:54:34.859Z] adcc1eea9eea: Download complete [2021-05-11T05:54:34.859Z] afea3b2eda06: Verifying Checksum [2021-05-11T05:54:34.859Z] afea3b2eda06: Download complete [2021-05-11T05:54:35.135Z] 540db60ca938: Verifying Checksum [2021-05-11T05:54:35.135Z] 540db60ca938: Download complete [2021-05-11T05:54:35.135Z] 7809a108b3ef: Verifying Checksum [2021-05-11T05:54:35.135Z] 7809a108b3ef: Download complete [2021-05-11T05:54:35.407Z] 540db60ca938: Pull complete [2021-05-11T05:54:35.748Z] adcc1eea9eea: Pull complete [2021-05-11T05:54:36.037Z] 4c4ab2625f07: Pull complete [2021-05-11T05:54:39.653Z] f706445af74f: Verifying Checksum [2021-05-11T05:54:39.653Z] f706445af74f: Download complete [2021-05-11T05:54:41.684Z] 0510c868ecb4: Verifying Checksum [2021-05-11T05:54:41.684Z] 0510c868ecb4: Download complete [2021-05-11T05:54:48.458Z] 0510c868ecb4: Pull complete [2021-05-11T05:54:48.458Z] afea3b2eda06: Pull complete [2021-05-11T05:54:48.760Z] 7809a108b3ef: Pull complete [2021-05-11T05:54:53.149Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4356 in /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [Pipeline] { [Pipeline] ws [2021-05-11T05:54:53.211Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-05-11T05:54:57.080Z] f706445af74f: Pull complete [2021-05-11T05:54:57.080Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T05:54:57.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T05:54:57.080Z] ---> b068be0155e3 [2021-05-11T05:54:57.080Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T05:54:57.080Z] ---> Running in 2043d6fd2416 [2021-05-11T05:54:57.080Z] Removing intermediate container 2043d6fd2416 [2021-05-11T05:54:57.080Z] ---> 7b7367cdecbd [2021-05-11T05:54:57.080Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T05:54:57.080Z] ---> Running in a59e992d5d08 [2021-05-11T05:54:58.509Z] Removing intermediate container a59e992d5d08 [2021-05-11T05:54:58.509Z] ---> c924e9dda6a4 [2021-05-11T05:54:58.509Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-11T05:54:58.789Z] ---> Running in a8eaa7db5f22 [2021-05-11T05:54:59.008Z] using credential edgex-jenkins-ssh [2021-05-11T05:54:59.039Z] Cloning the remote Git repository [2021-05-11T05:54:59.108Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T05:54:59.208Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-05-11T05:54:59.319Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T05:54:59.319Z] > git --version # timeout=10 [2021-05-11T05:54:59.336Z] > git --version # 'git version 2.17.1' [2021-05-11T05:54:59.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T05:54:59.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T05:54:59.854Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T05:55:01.292Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T05:55:01.334Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T05:55:01.355Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T05:55:01.388Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T05:55:01.421Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T05:55:01.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T05:55:01.433Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T05:55:02.284Z] OK: 149 MiB in 40 packages [2021-05-11T05:55:03.305Z] Removing intermediate container a8eaa7db5f22 [2021-05-11T05:55:03.305Z] ---> 8865502333c8 [2021-05-11T05:55:03.305Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-11T05:55:03.305Z] ---> Running in 8e844e486e4e [2021-05-11T05:55:03.474Z] Merging remotes/origin/master commit 7e8cb258793469f1841277073dddd17e9c99cd16 into PR head commit b615ecaee17b72e689167bdcc667828e36bf539d [2021-05-11T05:55:03.635Z] Removing intermediate container 8e844e486e4e [2021-05-11T05:55:03.635Z] ---> ad41689669fa [2021-05-11T05:55:03.635Z] Step 7/8 : COPY . . [2021-05-11T05:55:03.497Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T05:55:03.519Z] > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 [2021-05-11T05:55:04.113Z] Merge succeeded, producing b615ecaee17b72e689167bdcc667828e36bf539d [2021-05-11T05:55:04.113Z] Checking out Revision b615ecaee17b72e689167bdcc667828e36bf539d (PR-352) [2021-05-11T05:55:04.042Z] > git remote # timeout=10 [2021-05-11T05:55:04.060Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T05:55:04.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T05:55:04.082Z] > git merge 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 [2021-05-11T05:55:04.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T05:55:04.124Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T05:55:04.142Z] > git checkout -f b615ecaee17b72e689167bdcc667828e36bf539d # timeout=10 [2021-05-11T05:55:07.065Z] ---> 47e0c5e64b1b [2021-05-11T05:55:07.065Z] Step 8/8 : RUN go mod download [2021-05-11T05:55:07.352Z] ---> Running in 730c000fc44d [2021-05-11T05:55:09.116Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-11T05:55:09.177Z] > git --version # timeout=10 [2021-05-11T05:55:09.189Z] > git --version # 'git version 2.17.1' [2021-05-11T05:55:09.204Z] fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T05:55:10.885Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T05:55:11.309Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T05:55:11.673Z] + sudo service docker restart [2021-05-11T05:55:11.673Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T05:55:14.403Z] provisioning config files... [2021-05-11T05:55:14.452Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1001250890073579142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T05:55:14.871Z] ---> docker-login.sh [2021-05-11T05:55:14.871Z] nexus3.edgexfoundry.org:10001 [2021-05-11T05:55:15.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:55:16.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:55:16.127Z] Configure a credential helper to remove this warning. See [2021-05-11T05:55:16.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:55:16.127Z] [2021-05-11T05:55:16.127Z] Login Succeeded [2021-05-11T05:55:16.127Z] nexus3.edgexfoundry.org:10002 [2021-05-11T05:55:16.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:55:16.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:55:16.682Z] Configure a credential helper to remove this warning. See [2021-05-11T05:55:16.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:55:16.682Z] [2021-05-11T05:55:16.682Z] Login Succeeded [2021-05-11T05:55:16.682Z] nexus3.edgexfoundry.org:10003 [2021-05-11T05:55:16.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:55:17.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:55:17.230Z] Configure a credential helper to remove this warning. See [2021-05-11T05:55:17.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:55:17.230Z] [2021-05-11T05:55:17.230Z] Login Succeeded [2021-05-11T05:55:17.230Z] nexus3.edgexfoundry.org:10004 [2021-05-11T05:55:17.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:55:17.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:55:17.778Z] Configure a credential helper to remove this warning. See [2021-05-11T05:55:17.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:55:17.778Z] [2021-05-11T05:55:17.778Z] Login Succeeded [2021-05-11T05:55:17.778Z] docker.io [2021-05-11T05:55:18.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T05:55:18.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T05:55:18.647Z] Configure a credential helper to remove this warning. See [2021-05-11T05:55:18.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T05:55:18.647Z] [2021-05-11T05:55:18.647Z] Login Succeeded [2021-05-11T05:55:18.647Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T05:55:18.691Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T05:55:19.173Z] ========================================================= [2021-05-11T05:55:19.173Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T05:55:19.173Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:55:19.636Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T05:55:20.634Z] Sending build context to Docker daemon 34.93MB [2021-05-11T05:55:20.634Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T05:55:20.634Z] Step 2/8 : FROM ${BASE} [2021-05-11T05:55:20.634Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T05:55:20.634Z] 595b0fe564bb: Pulling fs layer [2021-05-11T05:55:20.634Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T05:55:20.634Z] 316046926c0a: Pulling fs layer [2021-05-11T05:55:20.634Z] 4ebd0625c992: Pulling fs layer [2021-05-11T05:55:20.634Z] 207e8628e3a3: Pulling fs layer [2021-05-11T05:55:20.634Z] c791037a9be2: Pulling fs layer [2021-05-11T05:55:20.634Z] ffd874e62e21: Pulling fs layer [2021-05-11T05:55:20.634Z] 4ebd0625c992: Waiting [2021-05-11T05:55:20.634Z] 207e8628e3a3: Waiting [2021-05-11T05:55:20.634Z] c791037a9be2: Waiting [2021-05-11T05:55:20.634Z] ffd874e62e21: Waiting [2021-05-11T05:55:20.634Z] 316046926c0a: Verifying Checksum [2021-05-11T05:55:20.634Z] 316046926c0a: Download complete [2021-05-11T05:55:20.634Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T05:55:20.634Z] 7186ed65a4f7: Download complete [2021-05-11T05:55:20.635Z] 207e8628e3a3: Verifying Checksum [2021-05-11T05:55:20.635Z] 207e8628e3a3: Download complete [2021-05-11T05:55:20.912Z] c791037a9be2: Verifying Checksum [2021-05-11T05:55:20.912Z] c791037a9be2: Download complete [2021-05-11T05:55:20.912Z] 595b0fe564bb: Verifying Checksum [2021-05-11T05:55:20.912Z] 595b0fe564bb: Download complete [2021-05-11T05:55:21.521Z] 595b0fe564bb: Pull complete [2021-05-11T05:55:22.138Z] 7186ed65a4f7: Pull complete [2021-05-11T05:55:22.413Z] 316046926c0a: Pull complete [2021-05-11T05:55:23.413Z] ffd874e62e21: Verifying Checksum [2021-05-11T05:55:23.413Z] ffd874e62e21: Download complete [2021-05-11T05:55:24.404Z] 4ebd0625c992: Verifying Checksum [2021-05-11T05:55:24.404Z] 4ebd0625c992: Download complete [2021-05-11T05:55:36.913Z] 4ebd0625c992: Pull complete [2021-05-11T05:55:36.913Z] 207e8628e3a3: Pull complete [2021-05-11T05:55:36.913Z] c791037a9be2: Pull complete [2021-05-11T05:55:38.890Z] ffd874e62e21: Pull complete [2021-05-11T05:55:38.890Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T05:55:38.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T05:55:38.890Z] ---> cfc18b08335c [2021-05-11T05:55:38.890Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T05:55:39.699Z] Removing intermediate container 730c000fc44d [2021-05-11T05:55:39.699Z] ---> ff030e2dd160 [2021-05-11T05:55:39.699Z] Successfully built ff030e2dd160 [2021-05-11T05:55:39.699Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:55:40.077Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T05:55:40.077Z] . [Pipeline] withDockerContainer [2021-05-11T05:55:40.235Z] prd-centos7-docker-4c-2g-4355 does not seem to be running inside a container [2021-05-11T05:55:40.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T05:55:41.323Z] $ docker top c784395bb8b2441abf5851c5b2cbda1e981b2e1a9752e8e2001a7f9599eeb369 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T05:55:41.921Z] + go version [2021-05-11T05:55:41.921Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T05:55:41.954Z] $ docker stop --time=1 c784395bb8b2441abf5851c5b2cbda1e981b2e1a9752e8e2001a7f9599eeb369 [2021-05-11T05:55:42.309Z] ---> Running in cad1a187aaf0 [2021-05-11T05:55:42.583Z] Removing intermediate container cad1a187aaf0 [2021-05-11T05:55:42.583Z] ---> ba97c077a6e0 [2021-05-11T05:55:42.583Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T05:55:42.856Z] ---> Running in f070d345b65b [2021-05-11T05:55:43.388Z] $ docker rm -f c784395bb8b2441abf5851c5b2cbda1e981b2e1a9752e8e2001a7f9599eeb369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:55:44.317Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T05:55:44.317Z] . [Pipeline] withDockerContainer [2021-05-11T05:55:44.479Z] prd-centos7-docker-4c-2g-4355 does not seem to be running inside a container [2021-05-11T05:55:44.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T05:55:45.486Z] Removing intermediate container f070d345b65b [2021-05-11T05:55:45.486Z] ---> 07589c45fe55 [2021-05-11T05:55:45.486Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-11T05:55:45.486Z] ---> Running in a7d56a2404d7 [2021-05-11T05:55:45.527Z] $ docker top 3d2f8f209fa501b7c2e4b956ce7db640cbd232ea6217b653b763f4ac11b54ff9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T05:55:46.118Z] + go mod tidy [2021-05-11T05:55:46.470Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-05-11T05:55:47.992Z] + make test [2021-05-11T05:55:47.992Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T05:55:49.686Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-11T05:55:49.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T05:55:55.215Z] OK: 138 MiB in 40 packages [2021-05-11T05:55:55.814Z] Removing intermediate container a7d56a2404d7 [2021-05-11T05:55:55.814Z] ---> fc9f74c40b74 [2021-05-11T05:55:55.814Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-11T05:55:55.814Z] ---> Running in 317fc9ca4fec [2021-05-11T05:55:56.414Z] Removing intermediate container 317fc9ca4fec [2021-05-11T05:55:56.414Z] ---> bfe37441fdab [2021-05-11T05:55:56.414Z] Step 7/8 : COPY . . [2021-05-11T05:55:59.807Z] ---> b8445e5b39f1 [2021-05-11T05:55:59.807Z] Step 8/8 : RUN go mod download [2021-05-11T05:56:00.084Z] ---> Running in a8fd365750db [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-11T05:56:08.339Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-11T05:56:08.339Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-11T05:56:17.083Z] $ docker stop --time=1 3d2f8f209fa501b7c2e4b956ce7db640cbd232ea6217b653b763f4ac11b54ff9 [2021-05-11T05:56:20.377Z] $ docker rm -f 3d2f8f209fa501b7c2e4b956ce7db640cbd232ea6217b653b763f4ac11b54ff9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T05:56:21.107Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T05:56:22.279Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T05:56:25.102Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T05:56:25.551Z] + ls -al . [2021-05-11T05:56:25.551Z] total 92 [2021-05-11T05:56:25.551Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 11 05:55 . [2021-05-11T05:56:25.551Z] drwxrwxr-x. 4 jenkins jenkins 28 May 11 05:54 .. [2021-05-11T05:56:25.551Z] drwxrwxr-x. 3 jenkins jenkins 20 May 11 05:54 assets [2021-05-11T05:56:25.551Z] drwxrwxr-x. 2 jenkins jenkins 35 May 11 05:54 bin [2021-05-11T05:56:25.551Z] drwxrwxr-x. 3 jenkins jenkins 29 May 11 05:54 cmd [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 11 05:54 CONTRIBUTING.md [2021-05-11T05:56:25.551Z] -rw-r--r--. 1 jenkins jenkins 10 May 11 05:55 coverage.out [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 11 05:54 Dockerfile [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 902 May 11 05:54 Dockerfile.build [2021-05-11T05:56:25.551Z] drwxrwxr-x. 5 jenkins jenkins 104 May 11 05:54 docs [2021-05-11T05:56:25.551Z] drwxrwxr-x. 8 jenkins jenkins 179 May 11 05:54 .git [2021-05-11T05:56:25.551Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 05:54 .github [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 162 May 11 05:54 .gitignore [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 987 May 11 05:54 go.mod [2021-05-11T05:56:25.551Z] -rw-r--r--. 1 jenkins jenkins 24424 May 11 05:55 go.sum [2021-05-11T05:56:25.551Z] drwxrwxr-x. 10 jenkins jenkins 139 May 11 05:54 internal [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 652 May 11 05:54 Jenkinsfile [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 11 05:54 LICENSE [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 941 May 11 05:54 Makefile [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 11 05:54 README.md [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 5 May 11 05:51 VERSION [2021-05-11T05:56:25.551Z] -rw-rw-r--. 1 jenkins jenkins 155 May 11 05:54 version.go [2021-05-11T05:56:25.551Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 11 05:54 web [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:56:26.051Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b615ecaee17b72e689167bdcc667828e36bf539d --label arch=amd64 --label version=0.0.0 . [2021-05-11T05:56:27.100Z] Sending build context to Docker daemon 34.95MB [2021-05-11T05:56:27.100Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T05:56:27.101Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T05:56:27.101Z] ---> ff030e2dd160 [2021-05-11T05:56:27.101Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-11T05:56:27.721Z] ---> Running in a46d6e624561 [2021-05-11T05:56:28.008Z] Removing intermediate container a46d6e624561 [2021-05-11T05:56:28.008Z] ---> 56cc40d14487 [2021-05-11T05:56:28.008Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-11T05:56:28.008Z] ---> Running in faf20e3e1914 [2021-05-11T05:56:28.625Z] Removing intermediate container faf20e3e1914 [2021-05-11T05:56:28.625Z] ---> 276cb3ce084f [2021-05-11T05:56:28.625Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T05:56:28.625Z] ---> Running in 62b1668db040 [2021-05-11T05:56:28.625Z] Removing intermediate container 62b1668db040 [2021-05-11T05:56:28.625Z] ---> 8a237d48c2a5 [2021-05-11T05:56:28.625Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-11T05:56:28.894Z] ---> Running in aa5e993f9fcc [2021-05-11T05:56:29.161Z] Removing intermediate container aa5e993f9fcc [2021-05-11T05:56:29.161Z] ---> 620de9eca094 [2021-05-11T05:56:29.161Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-11T05:56:29.161Z] ---> Running in 748000b76b69 [2021-05-11T05:56:29.460Z] Removing intermediate container 748000b76b69 [2021-05-11T05:56:29.460Z] ---> 43d05ccad7be [2021-05-11T05:56:29.460Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T05:56:29.460Z] ---> Running in 0806184fc506 [2021-05-11T05:56:31.521Z] Removing intermediate container 0806184fc506 [2021-05-11T05:56:31.521Z] ---> f3a3178abf55 [2021-05-11T05:56:31.521Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T05:56:31.521Z] ---> Running in a7b32b8564d8 [2021-05-11T05:56:32.133Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T05:56:32.457Z] Removing intermediate container a8fd365750db [2021-05-11T05:56:32.458Z] ---> 1e47d5bde058 [2021-05-11T05:56:32.458Z] Successfully built 1e47d5bde058 [2021-05-11T05:56:32.458Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:56:32.854Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T05:56:32.855Z] . [Pipeline] withDockerContainer [2021-05-11T05:56:33.120Z] prd-ubuntu18.04-docker-arm64-4c-16g-4356 does not seem to be running inside a container [2021-05-11T05:56:33.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T05:56:34.691Z] $ docker top 4341fac510f4c91d2dd1caa9fdb23b4bddd81c47e5b66e4ccab4f30c7c2c20e4 -eo pid,comm [2021-05-11T05:56:34.839Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-05-11T05:56:35.705Z] + go version [2021-05-11T05:56:35.706Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T05:56:35.745Z] $ docker stop --time=1 4341fac510f4c91d2dd1caa9fdb23b4bddd81c47e5b66e4ccab4f30c7c2c20e4 [2021-05-11T05:56:37.663Z] $ docker rm -f 4341fac510f4c91d2dd1caa9fdb23b4bddd81c47e5b66e4ccab4f30c7c2c20e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:56:38.353Z] OK: 149 MiB in 40 packages [2021-05-11T05:56:38.620Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T05:56:38.620Z] . [2021-05-11T05:56:38.680Z] Removing intermediate container a7b32b8564d8 [2021-05-11T05:56:38.680Z] ---> 61f77ecbbebf [2021-05-11T05:56:38.680Z] Step 10/24 : ENV GO111MODULE=on [Pipeline] withDockerContainer [2021-05-11T05:56:38.936Z] prd-ubuntu18.04-docker-arm64-4c-16g-4356 does not seem to be running inside a container [2021-05-11T05:56:39.107Z] ---> Running in 10f02e03c32b [2021-05-11T05:56:39.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T05:56:39.448Z] Removing intermediate container 10f02e03c32b [2021-05-11T05:56:39.448Z] ---> 5e4800f35dd8 [2021-05-11T05:56:39.448Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-11T05:56:39.761Z] ---> Running in 02d8fb0566f6 [2021-05-11T05:56:40.034Z] Removing intermediate container 02d8fb0566f6 [2021-05-11T05:56:40.034Z] ---> 4a66a4808723 [2021-05-11T05:56:40.034Z] Step 12/24 : COPY go.mod . [2021-05-11T05:56:40.305Z] ---> aef712affd8f [2021-05-11T05:56:40.305Z] Step 13/24 : COPY Makefile . [2021-05-11T05:56:40.784Z] $ docker top 1034ebe92cfdd43ac8b4ed19ed1dc4400d8c86dc3611cf437cecd4dfc94df15a -eo pid,comm [2021-05-11T05:56:40.952Z] ---> b863596ad645 [2021-05-11T05:56:40.952Z] Step 14/24 : RUN make update [2021-05-11T05:56:40.952Z] ---> Running in e9a7f53d7ad8 [Pipeline] { [Pipeline] sh [2021-05-11T05:56:41.581Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T05:56:41.907Z] + go mod tidy [2021-05-11T05:56:42.622Z] Removing intermediate container e9a7f53d7ad8 [2021-05-11T05:56:42.622Z] ---> cf404c881e63 [2021-05-11T05:56:42.622Z] Step 15/24 : COPY . . [Pipeline] sh [2021-05-11T05:56:43.608Z] + make test [2021-05-11T05:56:43.608Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T05:56:45.074Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-11T05:56:45.425Z] ---> 7b526fbc8fd0 [2021-05-11T05:56:45.425Z] Step 16/24 : RUN ${MAKE} [2021-05-11T05:56:45.425Z] ---> Running in 920453d836b4 [2021-05-11T05:56:46.480Z] 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-05-11T05:57:01.870Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-11T05:57:06.253Z] Removing intermediate container 920453d836b4 [2021-05-11T05:57:06.253Z] ---> 0c00a531f0ef [2021-05-11T05:57:06.253Z] Step 17/24 : FROM alpine:3.12 [2021-05-11T05:57:06.253Z] 3.12: Pulling from library/alpine [2021-05-11T05:57:06.564Z] 339de151aab4: Pulling fs layer [2021-05-11T05:57:06.890Z] 339de151aab4: Verifying Checksum [2021-05-11T05:57:06.891Z] 339de151aab4: Download complete [2021-05-11T05:57:07.550Z] 339de151aab4: Pull complete [2021-05-11T05:57:07.550Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T05:57:07.550Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T05:57:07.550Z] ---> 13621d1b12d4 [2021-05-11T05:57:07.550Z] Step 18/24 : EXPOSE 4000 [2021-05-11T05:57:07.847Z] ---> Running in 79dc56901d23 [2021-05-11T05:57:08.471Z] Removing intermediate container 79dc56901d23 [2021-05-11T05:57:08.471Z] ---> 8b67d506eba7 [2021-05-11T05:57:08.472Z] 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-05-11T05:57:10.496Z] ---> bbab87724cdf [2021-05-11T05:57:10.496Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-11T05:57:10.496Z] ---> Running in bbb656176924 [2021-05-11T05:57:10.770Z] Removing intermediate container bbb656176924 [2021-05-11T05:57:10.770Z] ---> f5f1ac26a238 [2021-05-11T05:57:10.770Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-11T05:57:10.770Z] ---> Running in 5e1c55b652a4 [2021-05-11T05:57:11.041Z] Removing intermediate container 5e1c55b652a4 [2021-05-11T05:57:11.041Z] ---> 788d49fc4439 [2021-05-11T05:57:11.041Z] Step 22/24 : LABEL arch=amd64 [2021-05-11T05:57:11.041Z] ---> Running in 5a4a567f3b49 [2021-05-11T05:57:11.316Z] Removing intermediate container 5a4a567f3b49 [2021-05-11T05:57:11.317Z] ---> 81546f37a0d9 [2021-05-11T05:57:11.317Z] Step 23/24 : LABEL git_sha=b615ecaee17b72e689167bdcc667828e36bf539d [2021-05-11T05:57:11.317Z] ---> Running in 634817e7b7a6 [2021-05-11T05:57:11.629Z] Removing intermediate container 634817e7b7a6 [2021-05-11T05:57:11.629Z] ---> 5700acd4937f [2021-05-11T05:57:11.629Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T05:57:11.629Z] ---> Running in 97998903fab1 [2021-05-11T05:57:11.905Z] Removing intermediate container 97998903fab1 [2021-05-11T05:57:11.905Z] ---> eb243b4f38f6 [2021-05-11T05:57:11.905Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T05:57:12.179Z] Successfully built eb243b4f38f6 [2021-05-11T05:57:12.179Z] 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-05-11T05:57:13.179Z] ---> job-cost.sh [2021-05-11T05:57:13.179Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iQOx [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-11T05:57:24.465Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-11T05:57:24.465Z] GO111MODULE=on go vet ./... [2021-05-11T05:57:35.380Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } [2021-05-11T05:57:42.831Z] $ docker stop --time=1 1034ebe92cfdd43ac8b4ed19ed1dc4400d8c86dc3611cf437cecd4dfc94df15a [2021-05-11T05:57:44.793Z] $ docker rm -f 1034ebe92cfdd43ac8b4ed19ed1dc4400d8c86dc3611cf437cecd4dfc94df15a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T05:57:45.622Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T05:57:45.666Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T05:57:46.231Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T05:57:46.909Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T05:57:47.267Z] + ls -al . [2021-05-11T05:57:47.267Z] total 124 [2021-05-11T05:57:47.267Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 05:56 . [2021-05-11T05:57:47.267Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 05:54 .. [2021-05-11T05:57:47.267Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 05:55 .git [2021-05-11T05:57:47.267Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:55 .github [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 162 May 11 05:55 .gitignore [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 11 05:55 CONTRIBUTING.md [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 11 05:55 Dockerfile [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 902 May 11 05:55 Dockerfile.build [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 652 May 11 05:55 Jenkinsfile [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 11 05:55 LICENSE [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 941 May 11 05:55 Makefile [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 11 05:55 README.md [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 5 May 11 05:51 VERSION [2021-05-11T05:57:47.267Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:55 assets [2021-05-11T05:57:47.267Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:55 bin [2021-05-11T05:57:47.267Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:55 cmd [2021-05-11T05:57:47.267Z] -rw-r--r-- 1 jenkins jenkins 10 May 11 05:56 coverage.out [2021-05-11T05:57:47.267Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 05:55 docs [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 987 May 11 05:55 go.mod [2021-05-11T05:57:47.267Z] -rw-r--r-- 1 jenkins jenkins 24424 May 11 05:56 go.sum [2021-05-11T05:57:47.267Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 05:55 internal [2021-05-11T05:57:47.267Z] -rw-rw-r-- 1 jenkins jenkins 155 May 11 05:55 version.go [2021-05-11T05:57:47.267Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 05:55 web [Pipeline] isUnix [Pipeline] sh [2021-05-11T05:57:47.641Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b615ecaee17b72e689167bdcc667828e36bf539d --label arch=arm64 --label version=0.0.0 . [2021-05-11T05:57:48.628Z] Sending build context to Docker daemon 34.95MB [2021-05-11T05:57:48.628Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T05:57:48.628Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T05:57:48.628Z] ---> 1e47d5bde058 [2021-05-11T05:57:48.628Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-11T05:57:49.222Z] ---> Running in 58a26aed4d18 [2021-05-11T05:57:49.495Z] Removing intermediate container 58a26aed4d18 [2021-05-11T05:57:49.495Z] ---> 42d4f9d4f12d [2021-05-11T05:57:49.495Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-11T05:57:49.495Z] ---> Running in 96311a14c67f [2021-05-11T05:57:50.092Z] Removing intermediate container 96311a14c67f [2021-05-11T05:57:50.092Z] ---> c9649158d183 [2021-05-11T05:57:50.092Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T05:57:50.092Z] ---> Running in b110c045335a [2021-05-11T05:57:50.687Z] Removing intermediate container b110c045335a [2021-05-11T05:57:50.687Z] ---> 29b50e68acb2 [2021-05-11T05:57:50.687Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-11T05:57:50.687Z] ---> Running in a4c7f91a716e [2021-05-11T05:57:51.283Z] Removing intermediate container a4c7f91a716e [2021-05-11T05:57:51.283Z] ---> 3a3162df3d5b [2021-05-11T05:57:51.283Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-11T05:57:51.283Z] ---> Running in 42c87946d2e3 [2021-05-11T05:57:51.885Z] Removing intermediate container 42c87946d2e3 [2021-05-11T05:57:51.885Z] ---> 97e2eda577dc [2021-05-11T05:57:51.885Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T05:57:51.885Z] ---> Running in b3fc66523298 [2021-05-11T05:57:54.501Z] Removing intermediate container b3fc66523298 [2021-05-11T05:57:54.501Z] ---> 72f2b6bf4e16 [2021-05-11T05:57:54.501Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T05:57:54.501Z] ---> Running in 5366a898957c [2021-05-11T05:57:55.490Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T05:57:57.455Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T05:57:59.423Z] OK: 138 MiB in 40 packages [2021-05-11T05:58:00.856Z] Removing intermediate container 5366a898957c [2021-05-11T05:58:00.856Z] ---> 74a7acc94af2 [2021-05-11T05:58:00.856Z] Step 10/24 : ENV GO111MODULE=on [2021-05-11T05:58:01.129Z] ---> Running in f41c72998fb9 [2021-05-11T05:58:01.725Z] Removing intermediate container f41c72998fb9 [2021-05-11T05:58:01.725Z] ---> cb8b360b2c7a [2021-05-11T05:58:01.725Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-11T05:58:01.725Z] ---> Running in c1aa24b6e056 [2021-05-11T05:58:02.320Z] Removing intermediate container c1aa24b6e056 [2021-05-11T05:58:02.320Z] ---> afbd11fae3ea [2021-05-11T05:58:02.320Z] Step 12/24 : COPY go.mod . [2021-05-11T05:58:02.922Z] ---> 5dfc5705036d [2021-05-11T05:58:02.922Z] Step 13/24 : COPY Makefile . [2021-05-11T05:58:03.900Z] ---> 96df0076a20a [2021-05-11T05:58:03.900Z] Step 14/24 : RUN make update [2021-05-11T05:58:03.900Z] ---> Running in 37dd27da701d [2021-05-11T05:58:04.876Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T05:58:06.310Z] Removing intermediate container 37dd27da701d [2021-05-11T05:58:06.310Z] ---> 40828c226084 [2021-05-11T05:58:06.310Z] Step 15/24 : COPY . . [2021-05-11T05:58:07.770Z] lf-activate-venv(): INFO: Adding /tmp/venv-iQOx/bin to PATH [2021-05-11T05:58:07.770Z] INFO: No Stack... [2021-05-11T05:58:07.770Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T05:58:08.349Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T05:58:08.703Z] + cut -d, -f6 [2021-05-11T05:58:08.703Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2021-05-11T05:58:08.850Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [2021-05-11T05:58:08.856Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] did not exist. Created. [2021-05-11T05:58:08.856Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T05:58:09.285Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T05:58:09.541Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T05:58:09.564Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [2021-05-11T05:58:09.696Z] ---> cd89e6c8af5e [2021-05-11T05:58:09.696Z] Step 16/24 : RUN ${MAKE} [2021-05-11T05:58:09.696Z] ---> Running in 61b5541edc70 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T05:58:11.131Z] 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-05-11T05:58:37.956Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-11T05:58:42.258Z] Removing intermediate container 61b5541edc70 [2021-05-11T05:58:42.258Z] ---> c4513d4d4ded [2021-05-11T05:58:42.258Z] Step 17/24 : FROM alpine:3.12 [2021-05-11T05:58:42.849Z] 3.12: Pulling from library/alpine [2021-05-11T05:58:42.849Z] d2f70382dc9a: Pulling fs layer [2021-05-11T05:58:43.123Z] d2f70382dc9a: Verifying Checksum [2021-05-11T05:58:43.123Z] d2f70382dc9a: Download complete [2021-05-11T05:58:43.721Z] d2f70382dc9a: Pull complete [2021-05-11T05:58:43.721Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T05:58:43.721Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T05:58:43.721Z] ---> 9852663dfa18 [2021-05-11T05:58:43.721Z] Step 18/24 : EXPOSE 4000 [2021-05-11T05:58:43.996Z] ---> Running in 720c35286c99 [2021-05-11T05:58:44.590Z] Removing intermediate container 720c35286c99 [2021-05-11T05:58:44.590Z] ---> 4d4e1b90240e [2021-05-11T05:58:44.590Z] 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-05-11T05:58:46.560Z] ---> a15da3306c30 [2021-05-11T05:58:46.560Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-11T05:58:46.560Z] ---> Running in 74988e051ce9 [2021-05-11T05:58:47.153Z] Removing intermediate container 74988e051ce9 [2021-05-11T05:58:47.153Z] ---> 822d6f1ea78a [2021-05-11T05:58:47.153Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-11T05:58:47.153Z] ---> Running in 6df1dac5878e [2021-05-11T05:58:47.435Z] Removing intermediate container 6df1dac5878e [2021-05-11T05:58:47.435Z] ---> 52d30d210f54 [2021-05-11T05:58:47.435Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T05:58:47.707Z] ---> Running in 9c46bf59cff1 [2021-05-11T05:58:48.304Z] Removing intermediate container 9c46bf59cff1 [2021-05-11T05:58:48.304Z] ---> 3277d83738d4 [2021-05-11T05:58:48.304Z] Step 23/24 : LABEL git_sha=b615ecaee17b72e689167bdcc667828e36bf539d [2021-05-11T05:58:48.304Z] ---> Running in 832ef906a067 [2021-05-11T05:58:48.578Z] Removing intermediate container 832ef906a067 [2021-05-11T05:58:48.578Z] ---> 079c2c731ef1 [2021-05-11T05:58:48.578Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T05:58:48.852Z] ---> Running in 09243689f358 [2021-05-11T05:58:49.449Z] Removing intermediate container 09243689f358 [2021-05-11T05:58:49.449Z] ---> 182c0e27cd5c [2021-05-11T05:58:49.449Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T05:58:49.449Z] Successfully built 182c0e27cd5c [2021-05-11T05:58:49.449Z] 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-05-11T05:58:50.205Z] ---> job-cost.sh [2021-05-11T05:58:50.206Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5SWO [2021-05-11T05:59:29.148Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T06:00:50.889Z] lf-activate-venv(): INFO: Adding /tmp/venv-5SWO/bin to PATH [2021-05-11T06:00:50.889Z] INFO: No Stack... [2021-05-11T06:00:51.482Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T06:00:52.074Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T06:00:52.447Z] + + cutcat -d, /w/workspace/edgex-ui-go/1/archives/cost.csv -f6 [2021-05-11T06:00:52.447Z] [Pipeline] lock [2021-05-11T06:00:52.589Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [2021-05-11T06:00:52.597Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] did not exist. Created. [2021-05-11T06:00:52.597Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T06:00:53.072Z] /w/workspace/edgex-ui-go/1@tmp/durable-519e2b5e/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-519e2b5e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T06:00:53.446Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T06:00:53.488Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T06:00:53.718Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T06:00:53.737Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-352-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T06:00:54.986Z] provisioning config files... [2021-05-11T06:00:54.997Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/config1627573646229575952tmp [Pipeline] { [Pipeline] sh [2021-05-11T06:00:55.376Z] + set +x [2021-05-11T06:00:55.376Z] + bash -s -- [2021-05-11T06:00:55.376Z] + curl -s https://codecov.io/bash [2021-05-11T06:00:55.640Z] [2021-05-11T06:00:55.640Z] _____ _ [2021-05-11T06:00:55.640Z] / ____| | | [2021-05-11T06:00:55.640Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T06:00:55.640Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T06:00:55.640Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T06:00:55.640Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T06:00:55.640Z] Bash-1.0.2 [2021-05-11T06:00:55.640Z] [2021-05-11T06:00:55.640Z] [2021-05-11T06:00:55.640Z] ==> git version 2.24.3 found [2021-05-11T06:00:55.640Z] ==> 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-05-11T06:00:55.640Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T06:00:55.640Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T06:00:55.640Z] ==> Jenkins CI detected. [2021-05-11T06:00:55.640Z] project root: . [2021-05-11T06:00:55.640Z] --> token set from env [2021-05-11T06:00:55.640Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T06:00:55.640Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T06:00:55.640Z] ==> Python coveragepy not found [2021-05-11T06:00:55.640Z] ==> Searching for coverage reports in: [2021-05-11T06:00:55.640Z] + . [2021-05-11T06:00:55.640Z] -> Found 1 reports [2021-05-11T06:00:55.640Z] ==> Detecting git/mercurial file structure [2021-05-11T06:00:55.640Z] ==> Reading reports [2021-05-11T06:00:55.640Z] + ./coverage.out bytes=10 [2021-05-11T06:00:55.640Z] ==> Appending adjustments [2021-05-11T06:00:55.640Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T06:00:55.903Z] + Found adjustments [2021-05-11T06:00:55.903Z] ==> Gzipping contents [2021-05-11T06:00:55.903Z] 4.0K /tmp/codecov.2BlnxV.gz [2021-05-11T06:00:55.903Z] ==> Uploading reports [2021-05-11T06:00:55.903Z] url: https://codecov.io [2021-05-11T06:00:55.903Z] query: branch=PR-352&commit=b615ecaee17b72e689167bdcc667828e36bf539d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-352%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=352&job=&cmd_args= [2021-05-11T06:00:55.903Z] -> Pinging Codecov [2021-05-11T06:00:55.903Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-352&commit=b615ecaee17b72e689167bdcc667828e36bf539d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-352%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=352&job=&cmd_args= [2021-05-11T06:00:56.479Z] -> Uploading to [2021-05-11T06:00:56.479Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/FB506323287CE973F263BFD2A0EB1F37/b615ecaee17b72e689167bdcc667828e36bf539d/2c45da4e-db25-4d5c-b54a-77ebbe89c0b7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T060056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a5af9bb1ce20a162122435fe42de90fffc8a5b559df64052c5259815446a2b61 [2021-05-11T06:00:56.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T06:00:56.479Z] Dload Upload Total Spent Left Speed [2021-05-11T06:00:56.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 9721 --:--:-- --:--:-- --:--:-- 9706 100 3902 0 0 100 3902 0 9717 --:--:-- --:--:-- --:--:-- 9706 [2021-05-11T06:00:56.741Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/b615ecaee17b72e689167bdcc667828e36bf539d [Pipeline] } [2021-05-11T06:00:56.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-05-11T06:00:59.125Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T06:00:59.486Z] ---> package-listing.sh [2021-05-11T06:00:59.487Z] ++ facter osfamily [2021-05-11T06:00:59.487Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T06:00:59.487Z] + OS_FAMILY=redhat [2021-05-11T06:00:59.487Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-352 [2021-05-11T06:00:59.487Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T06:00:59.487Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T06:00:59.487Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T06:00:59.487Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T06:00:59.487Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-352 ']' [2021-05-11T06:00:59.487Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T06:00:59.487Z] + case "${OS_FAMILY}" in [2021-05-11T06:00:59.487Z] + rpm -qa [2021-05-11T06:00:59.487Z] + sort [2021-05-11T06:01:06.137Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T06:01:06.137Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T06:01:06.137Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T06:01:06.137Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-352 ']' [2021-05-11T06:01:06.137Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-352/archives/ [2021-05-11T06:01:06.137Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-352/archives/ [Pipeline] echo [2021-05-11T06:01:06.181Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T06:01:06.583Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T06:01:06.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T06:01:06.925Z] [2021-05-11T06:01:06.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T06:01:07.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T06:01:07.302Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T06:01:07.302Z] df20fa9351a1: Pulling fs layer [2021-05-11T06:01:07.302Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T06:01:07.302Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T06:01:07.302Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T06:01:07.302Z] 93b61091891f: Pulling fs layer [2021-05-11T06:01:07.302Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T06:01:07.302Z] 5e14af77c1be: Pulling fs layer [2021-05-11T06:01:07.302Z] 01666e4c0597: Pulling fs layer [2021-05-11T06:01:07.302Z] aa168da1d23b: Pulling fs layer [2021-05-11T06:01:07.302Z] 46f8f816bc3b: Waiting [2021-05-11T06:01:07.302Z] 93b61091891f: Waiting [2021-05-11T06:01:07.302Z] 93b9cdb0e59b: Waiting [2021-05-11T06:01:07.302Z] 5e14af77c1be: Waiting [2021-05-11T06:01:07.302Z] 01666e4c0597: Waiting [2021-05-11T06:01:07.302Z] aa168da1d23b: Waiting [2021-05-11T06:01:07.302Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T06:01:07.302Z] 36b3adc4ff6f: Download complete [2021-05-11T06:01:07.302Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T06:01:07.302Z] 46f8f816bc3b: Download complete [2021-05-11T06:01:07.570Z] df20fa9351a1: Verifying Checksum [2021-05-11T06:01:07.570Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T06:01:07.570Z] 93b9cdb0e59b: Download complete [2021-05-11T06:01:07.570Z] 5e14af77c1be: Verifying Checksum [2021-05-11T06:01:07.570Z] 5e14af77c1be: Download complete [2021-05-11T06:01:07.570Z] 01666e4c0597: Verifying Checksum [2021-05-11T06:01:07.570Z] 01666e4c0597: Download complete [2021-05-11T06:01:07.570Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T06:01:07.570Z] 8ad3a11d3b57: Download complete [2021-05-11T06:01:07.835Z] 93b61091891f: Verifying Checksum [2021-05-11T06:01:07.835Z] 93b61091891f: Download complete [2021-05-11T06:01:07.835Z] df20fa9351a1: Pull complete [2021-05-11T06:01:08.100Z] 36b3adc4ff6f: Pull complete [2021-05-11T06:01:09.058Z] 8ad3a11d3b57: Pull complete [2021-05-11T06:01:09.058Z] 46f8f816bc3b: Pull complete [2021-05-11T06:01:09.643Z] 93b61091891f: Pull complete [2021-05-11T06:01:09.643Z] 93b9cdb0e59b: Pull complete [2021-05-11T06:01:09.906Z] 5e14af77c1be: Pull complete [2021-05-11T06:01:10.170Z] aa168da1d23b: Verifying Checksum [2021-05-11T06:01:10.170Z] aa168da1d23b: Download complete [2021-05-11T06:01:10.170Z] 01666e4c0597: Pull complete [2021-05-11T06:01:18.388Z] aa168da1d23b: Pull complete [2021-05-11T06:01:18.388Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T06:01:18.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T06:01:18.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T06:01:18.631Z] prd-centos7-docker-4c-2g-4354 does not seem to be running inside a container [2021-05-11T06:01:18.694Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-352 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352:/w/workspace/edgexfoundry_edgex-ui-go_PR-352:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T06:01:22.531Z] $ docker top 7dd098dd8c928ce0231ef99560b342d790e2fb4f1d8d64fc5e0ecb3240fe783f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T06:01:23.010Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T06:01:23.334Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T06:01:23.660Z] + ls /var/log/sa-host [2021-05-11T06:01:23.660Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T06:01:23.660Z] file_magic: OK [2021-05-11T06:01:23.660Z] HZ: Using current value: 100 [2021-05-11T06:01:23.660Z] file_header: OK [2021-05-11T06:01:23.660Z] 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-05-11T06:01:23.660Z] Statistics: [2021-05-11T06:01:23.660Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T06:01:23.660Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T06:01:23.660Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T06:01:23.660Z] file_magic: OK [2021-05-11T06:01:23.660Z] HZ: Using current value: 100 [2021-05-11T06:01:23.660Z] file_header: OK [2021-05-11T06:01:23.660Z] 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-05-11T06:01:23.660Z] Statistics: [2021-05-11T06:01:23.660Z] Hnuu...uuuununununu... [2021-05-11T06:01:23.660Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T06:01:24.389Z] provisioning config files... [2021-05-11T06:01:24.408Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp/config8068797503184929963tmp [Pipeline] { [Pipeline] echo [2021-05-11T06:01:24.482Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T06:01:24.839Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T06:01:24.863Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T06:01:24.944Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T06:01:25.287Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T06:01:25.317Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T06:01:25.649Z] ---> sudo-logs.sh [2021-05-11T06:01:25.649Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T06:01:25.745Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T06:01:26.425Z] ---> job-cost.sh [2021-05-11T06:01:26.425Z] lf-activate-venv: SKIPPING [2021-05-11T06:01:26.425Z] DEBUG: total: 0.20999999344348907 [2021-05-11T06:01:26.425Z] INFO: Retrieving Stack Cost... [2021-05-11T06:01:27.373Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T06:01:27.954Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T06:01:27.991Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T06:01:28.334Z] ---> logs-deploy.sh [2021-05-11T06:01:28.334Z] lf-activate-venv: SKIPPING [2021-05-11T06:01:28.334Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-352/1 [2021-05-11T06:01:28.334Z] INFO: archiving workspace using pattern(s): [2021-05-11T06:01:30.258Z] Archives upload complete. [2021-05-11T06:01:30.258Z] INFO: archiving logs to Nexus [2021-05-11T06:01:31.206Z] ---> uname -a: [2021-05-11T06:01:31.206Z] Linux prd-centos7-docker-4c-2g-4354.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-11T06:01:31.206Z] [2021-05-11T06:01:31.206Z] [2021-05-11T06:01:31.206Z] ---> lscpu: [2021-05-11T06:01:31.206Z] Architecture: x86_64 [2021-05-11T06:01:31.206Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T06:01:31.206Z] Byte Order: Little Endian [2021-05-11T06:01:31.206Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T06:01:31.206Z] CPU(s): 4 [2021-05-11T06:01:31.206Z] On-line CPU(s) list: 0-3 [2021-05-11T06:01:31.206Z] Thread(s) per core: 1 [2021-05-11T06:01:31.206Z] Core(s) per socket: 1 [2021-05-11T06:01:31.206Z] Socket(s): 4 [2021-05-11T06:01:31.206Z] NUMA node(s): 1 [2021-05-11T06:01:31.206Z] Vendor ID: GenuineIntel [2021-05-11T06:01:31.206Z] CPU family: 6 [2021-05-11T06:01:31.206Z] Model: 44 [2021-05-11T06:01:31.206Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T06:01:31.206Z] Stepping: 1 [2021-05-11T06:01:31.206Z] CPU MHz: 2933.438 [2021-05-11T06:01:31.206Z] BogoMIPS: 5866.87 [2021-05-11T06:01:31.206Z] Virtualization: VT-x [2021-05-11T06:01:31.206Z] Hypervisor vendor: KVM [2021-05-11T06:01:31.206Z] Virtualization type: full [2021-05-11T06:01:31.206Z] L1d cache: 128 KiB [2021-05-11T06:01:31.206Z] L1i cache: 128 KiB [2021-05-11T06:01:31.206Z] L2 cache: 16 MiB [2021-05-11T06:01:31.206Z] L3 cache: 64 MiB [2021-05-11T06:01:31.206Z] NUMA node0 CPU(s): 0-3 [2021-05-11T06:01:31.206Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T06:01:31.206Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T06:01:31.206Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T06:01:31.206Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T06:01:31.206Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T06:01:31.206Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T06:01:31.206Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T06:01:31.206Z] Vulnerability Srbds: Not affected [2021-05-11T06:01:31.206Z] Vulnerability Tsx async abort: Not affected [2021-05-11T06:01:31.207Z] 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-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] ---> nproc: [2021-05-11T06:01:31.207Z] 4 [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] ---> df -h: [2021-05-11T06:01:31.207Z] Filesystem Size Used Available Use% Mounted on [2021-05-11T06:01:31.207Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-11T06:01:31.207Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-11T06:01:31.207Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-11T06:01:31.207Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-352 [2021-05-11T06:01:31.207Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-352@tmp [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] ---> free -m: [2021-05-11T06:01:31.207Z] total used free shared buff/cache available [2021-05-11T06:01:31.207Z] Mem: 1837 736 112 0 989 996 [2021-05-11T06:01:31.207Z] Swap: 1023 1 1022 [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] ---> ip addr: [2021-05-11T06:01:31.207Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-11T06:01:31.207Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-11T06:01:31.207Z] inet 127.0.0.1/8 scope host lo [2021-05-11T06:01:31.207Z] valid_lft forever preferred_lft forever [2021-05-11T06:01:31.207Z] inet6 ::1/128 scope host [2021-05-11T06:01:31.207Z] valid_lft forever preferred_lft forever [2021-05-11T06:01:31.207Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-11T06:01:31.207Z] link/ether fa:16:3e:4d:10:07 brd ff:ff:ff:ff:ff:ff [2021-05-11T06:01:31.207Z] inet 10.30.122.225/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-11T06:01:31.207Z] valid_lft 85715sec preferred_lft 85715sec [2021-05-11T06:01:31.207Z] inet6 fe80::f816:3eff:fe4d:1007/64 scope link [2021-05-11T06:01:31.207Z] valid_lft forever preferred_lft forever [2021-05-11T06:01:31.207Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-11T06:01:31.207Z] link/ether 02:42:d7:84:bb:d7 brd ff:ff:ff:ff:ff:ff [2021-05-11T06:01:31.207Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-11T06:01:31.207Z] valid_lft forever preferred_lft forever [2021-05-11T06:01:31.207Z] inet6 fe80::42:d7ff:fe84:bbd7/64 scope link [2021-05-11T06:01:31.207Z] valid_lft forever preferred_lft forever [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] ---> sar -b -r -n DEV: [2021-05-11T06:01:31.207Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] 05:49:55 LINUX RESTART (4 CPU) [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] 05:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-11T06:01:31.207Z] 05:52:01 4.15 1.05 3.10 0.00 36.57 77.43 0.00 [2021-05-11T06:01:31.207Z] 05:53:01 0.57 0.00 0.57 0.00 0.00 8.14 0.00 [2021-05-11T06:01:31.207Z] 05:54:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 [2021-05-11T06:01:31.207Z] 05:55:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 [2021-05-11T06:01:31.207Z] 05:56:01 0.25 0.00 0.25 0.00 0.00 4.01 0.00 [2021-05-11T06:01:31.207Z] 05:57:01 0.28 0.00 0.28 0.00 0.00 4.16 0.00 [2021-05-11T06:01:31.207Z] 05:58:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-05-11T06:01:31.207Z] 05:59:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 [2021-05-11T06:01:31.207Z] 06:00:01 0.32 0.00 0.32 0.00 0.00 3.51 0.00 [2021-05-11T06:01:31.207Z] 06:01:01 25.84 24.24 1.60 0.00 2621.87 50.16 0.00 [2021-05-11T06:01:31.207Z] Average: 3.22 2.53 0.69 0.00 266.32 15.60 0.00 [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] 05:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-11T06:01:31.207Z] 05:52:01 137944 0 612324 32.54 2620 1128656 1100016 37.54 442096 1101084 20 [2021-05-11T06:01:31.207Z] 05:53:01 139776 0 610484 32.45 2620 1128664 1080472 36.87 440912 1100276 16 [2021-05-11T06:01:31.207Z] 05:54:01 136916 0 613336 32.60 2620 1128672 1080468 36.87 451968 1089020 8 [2021-05-11T06:01:31.207Z] 05:55:01 134732 0 615520 32.71 2620 1128672 1080784 36.89 456200 1090296 16 [2021-05-11T06:01:31.207Z] 05:56:01 133184 0 617060 32.80 2620 1128680 1080544 36.88 458164 1090040 20 [2021-05-11T06:01:31.207Z] 05:57:01 133964 0 616256 32.75 2620 1128704 1080472 36.87 457708 1090188 12 [2021-05-11T06:01:31.207Z] 05:58:01 133452 0 616784 32.78 2620 1128688 1080472 36.87 457644 1090184 8 [2021-05-11T06:01:31.207Z] 05:59:01 133744 0 616488 32.77 2620 1128692 1080472 36.87 457924 1090184 8 [2021-05-11T06:01:31.207Z] 06:00:01 133180 0 617044 32.79 2620 1128700 1080472 36.87 457892 1090188 8 [2021-05-11T06:01:31.207Z] 06:01:01 82916 0 657664 34.95 2620 1138344 1120168 38.23 491492 1106156 100 [2021-05-11T06:01:31.207Z] Average: 129981 0 619296 32.91 2620 1129647 1086434 37.08 457200 1093762 22 [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] 05:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-11T06:01:31.207Z] 05:52:01 eth0 4.74 3.62 6.85 1.40 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:54:01 eth0 1.28 0.08 0.10 0.01 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:55:01 eth0 1.17 0.88 0.56 0.41 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:56:01 eth0 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:57:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 06:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 06:01:01 eth0 8.61 5.48 8.73 3.11 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] Average: eth0 1.64 1.06 1.63 0.50 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] ---> sar -P ALL: [2021-05-11T06:01:31.207Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] 05:49:55 LINUX RESTART (4 CPU) [2021-05-11T06:01:31.207Z] [2021-05-11T06:01:31.207Z] 05:51:02 CPU %user %nice %system %iowait %steal %idle [2021-05-11T06:01:31.207Z] 05:52:01 all 0.40 0.00 0.09 0.03 0.00 99.47 [2021-05-11T06:01:31.207Z] 05:52:01 0 0.22 0.00 0.12 0.08 0.00 99.58 [2021-05-11T06:01:31.207Z] 05:52:01 1 0.29 0.00 0.07 0.00 0.00 99.64 [2021-05-11T06:01:31.207Z] 05:52:01 2 0.93 0.00 0.12 0.02 0.02 98.92 [2021-05-11T06:01:31.207Z] 05:52:01 3 0.15 0.00 0.07 0.02 0.00 99.76 [2021-05-11T06:01:31.207Z] 05:53:01 all 0.14 0.00 0.04 0.00 0.00 99.81 [2021-05-11T06:01:31.207Z] 05:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T06:01:31.207Z] 05:53:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-11T06:01:31.207Z] 05:53:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2021-05-11T06:01:31.207Z] 05:53:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-05-11T06:01:31.207Z] 05:54:01 all 0.14 0.00 0.05 0.00 0.03 99.78 [2021-05-11T06:01:31.207Z] 05:54:01 0 0.02 0.00 0.07 0.00 0.02 99.90 [2021-05-11T06:01:31.207Z] 05:54:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2021-05-11T06:01:31.207Z] 05:54:01 2 0.43 0.00 0.07 0.00 0.02 99.48 [2021-05-11T06:01:31.207Z] 05:54:01 3 0.05 0.00 0.05 0.00 0.03 99.87 [2021-05-11T06:01:31.207Z] 05:55:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-05-11T06:01:31.207Z] 05:55:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-05-11T06:01:31.207Z] 05:55:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-05-11T06:01:31.207Z] 05:55:01 2 0.45 0.00 0.05 0.00 0.00 99.50 [2021-05-11T06:01:31.207Z] 05:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T06:01:31.207Z] 05:56:01 all 0.15 0.00 0.06 0.00 0.04 99.75 [2021-05-11T06:01:31.207Z] 05:56:01 0 0.02 0.00 0.07 0.00 0.03 99.88 [2021-05-11T06:01:31.207Z] 05:56:01 1 0.03 0.00 0.10 0.00 0.00 99.87 [2021-05-11T06:01:31.207Z] 05:56:01 2 0.53 0.00 0.03 0.00 0.08 99.35 [2021-05-11T06:01:31.207Z] 05:56:01 3 0.03 0.00 0.05 0.00 0.03 99.88 [2021-05-11T06:01:31.207Z] 05:57:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-05-11T06:01:31.207Z] 05:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T06:01:31.207Z] 05:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-05-11T06:01:31.207Z] 05:57:01 2 0.48 0.00 0.07 0.00 0.00 99.45 [2021-05-11T06:01:31.207Z] 05:57:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-05-11T06:01:31.207Z] 05:58:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2021-05-11T06:01:31.207Z] 05:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T06:01:31.207Z] 05:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T06:01:31.207Z] 05:58:01 2 0.22 0.00 0.08 0.00 0.00 99.70 [2021-05-11T06:01:31.207Z] 05:58:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-05-11T06:01:31.207Z] 05:59:01 all 0.07 0.00 0.04 0.00 0.01 99.88 [2021-05-11T06:01:31.207Z] 05:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T06:01:31.207Z] 05:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-11T06:01:31.207Z] 05:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T06:01:31.207Z] 05:59:01 3 0.17 0.00 0.08 0.00 0.02 99.73 [2021-05-11T06:01:31.207Z] 06:00:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2021-05-11T06:01:31.207Z] 06:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-11T06:01:31.207Z] 06:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-11T06:01:31.207Z] 06:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-11T06:01:31.207Z] 06:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T06:01:31.207Z] 06:01:01 all 0.78 0.00 0.48 0.60 0.01 98.13 [2021-05-11T06:01:31.207Z] 06:01:01 0 0.35 0.00 0.37 0.02 0.00 99.27 [2021-05-11T06:01:31.207Z] 06:01:01 1 0.60 0.00 0.35 0.07 0.02 98.97 [2021-05-11T06:01:31.207Z] 06:01:01 2 1.59 0.00 0.74 2.11 0.02 95.56 [2021-05-11T06:01:31.207Z] 06:01:01 3 0.57 0.00 0.48 0.20 0.02 98.73 [2021-05-11T06:01:31.207Z] Average: all 0.21 0.00 0.09 0.06 0.01 99.62 [2021-05-11T06:01:31.207Z] Average: 0 0.08 0.00 0.08 0.01 0.01 99.82 [2021-05-11T06:01:31.207Z] Average: 1 0.12 0.00 0.07 0.01 0.01 99.79 [2021-05-11T06:01:31.207Z] Average: 2 0.52 0.00 0.12 0.21 0.02 99.13 [2021-05-11T06:01:31.208Z] Average: 3 0.12 0.00 0.10 0.02 0.01 99.75 [2021-05-11T06:01:31.208Z] [2021-05-11T06:01:31.208Z] [2021-05-11T06:01:31.208Z]