Pull request #353 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0c7f6d1bde6752977cf297e9859963b0d44ec866+3530b7f4aa28b63b7201af2d41fb11e3497c2e0b (46de3db97ce87dc38ddc8420bd5aecad412078fe) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4683 in /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [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-353 # 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 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b into PR head commit 0c7f6d1bde6752977cf297e9859963b0d44ec866 > 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/353/head:refs/remotes/origin/PR-353 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 Merge succeeded, producing 0c7f6d1bde6752977cf297e9859963b0d44ec866 Checking out Revision 0c7f6d1bde6752977cf297e9859963b0d44ec866 (PR-353) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" > git rev-list --no-walk 435fb8992f5538b9b059648486a1bc247ff8bec2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T12:16:19.921Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T12:16:20.014Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T12:16:20.043Z] ========================================================= [2021-05-12T12:16:20.043Z] EdgeX Global Pipelines Version Info [2021-05-12T12:16:20.043Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:16:21.597Z] ------------------- [2021-05-12T12:16:21.598Z] stable info: [2021-05-12T12:16:21.598Z] ------------------- [2021-05-12T12:16:21.598Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T12:16:21.598Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T12:16:21.598Z] Message: update stable to v1.0.192 [2021-05-12T12:16:22.543Z] ------------------- [2021-05-12T12:16:22.543Z] experimental info: [2021-05-12T12:16:22.543Z] ------------------- [2021-05-12T12:16:22.543Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T12:16:22.543Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T12:16:22.543Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T12:16:22.663Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-12T12:16:22.687Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-12T12:16:22.712Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T12:16:22.737Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T12:16:22.777Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T12:16:22.820Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T12:16:22.887Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T12:16:22.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T12:16:22.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-12T12:16:22.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T12:16:23.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T12:16:23.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-05-12T12:16:23.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T12:16:23.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T12:16:23.213Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T12:16:23.242Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T12:16:23.267Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T12:16:23.317Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T12:16:23.341Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T12:16:23.366Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T12:16:23.390Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-12T12:16:23.418Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-12T12:16:23.444Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-12T12:16:23.468Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-12T12:16:23.493Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-12T12:16:23.518Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T12:16:23.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-353 [Pipeline] echo [2021-05-12T12:16:23.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-353 [Pipeline] echo [2021-05-12T12:16:23.616Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-353 [Pipeline] echo [2021-05-12T12:16:23.643Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c7f6d1bde6752977cf297e9859963b0d44ec866 [Pipeline] echo [2021-05-12T12:16:23.666Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c7f6d1 [Pipeline] echo [2021-05-12T12:16:23.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:16:23.764Z] provisioning config files... [2021-05-12T12:16:23.802Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/config5128243916580445751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:16:24.122Z] ---> docker-login.sh [2021-05-12T12:16:24.122Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:16:24.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:16:24.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:16:24.650Z] Configure a credential helper to remove this warning. See [2021-05-12T12:16:24.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:16:24.650Z] [2021-05-12T12:16:24.650Z] Login Succeeded [2021-05-12T12:16:24.650Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:16:24.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:16:24.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:16:24.650Z] Configure a credential helper to remove this warning. See [2021-05-12T12:16:24.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:16:24.650Z] [2021-05-12T12:16:24.650Z] Login Succeeded [2021-05-12T12:16:24.650Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:16:24.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:16:24.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:16:24.914Z] Configure a credential helper to remove this warning. See [2021-05-12T12:16:24.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:16:24.914Z] [2021-05-12T12:16:24.914Z] Login Succeeded [2021-05-12T12:16:24.914Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:16:24.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:16:25.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:16:25.176Z] Configure a credential helper to remove this warning. See [2021-05-12T12:16:25.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:16:25.176Z] [2021-05-12T12:16:25.176Z] Login Succeeded [2021-05-12T12:16:25.176Z] docker.io [2021-05-12T12:16:25.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:16:25.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:16:25.439Z] Configure a credential helper to remove this warning. See [2021-05-12T12:16:25.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:16:25.439Z] [2021-05-12T12:16:25.439Z] Login Succeeded [2021-05-12T12:16:25.439Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:16:25.448Z] 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-12T12:16:25.909Z] + git log --format=format:%s -1 0c7f6d1bde6752977cf297e9859963b0d44ec866 [Pipeline] echo [2021-05-12T12:16:25.966Z] GIT_COMMIT: 0c7f6d1bde6752977cf297e9859963b0d44ec866, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1 [Pipeline] echo [2021-05-12T12:16:25.980Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:16:26.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:16:26.568Z] [2021-05-12T12:16:26.568Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:16:26.886Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:16:26.886Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T12:16:26.886Z] 31603596830f: Pulling fs layer [2021-05-12T12:16:26.886Z] 54011a49482f: Pulling fs layer [2021-05-12T12:16:26.886Z] a6820b24f6d8: Pulling fs layer [2021-05-12T12:16:26.886Z] f581987b2513: Pulling fs layer [2021-05-12T12:16:26.886Z] f581987b2513: Waiting [2021-05-12T12:16:26.886Z] 54011a49482f: Download complete [2021-05-12T12:16:26.886Z] 31603596830f: Verifying Checksum [2021-05-12T12:16:26.886Z] 31603596830f: Download complete [2021-05-12T12:16:27.155Z] f581987b2513: Verifying Checksum [2021-05-12T12:16:27.155Z] f581987b2513: Download complete [2021-05-12T12:16:27.155Z] a6820b24f6d8: Verifying Checksum [2021-05-12T12:16:27.155Z] a6820b24f6d8: Download complete [2021-05-12T12:16:27.418Z] 31603596830f: Pull complete [2021-05-12T12:16:27.418Z] 54011a49482f: Pull complete [2021-05-12T12:16:28.376Z] a6820b24f6d8: Pull complete [2021-05-12T12:16:28.637Z] f581987b2513: Pull complete [2021-05-12T12:16:28.637Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T12:16:28.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:16:28.637Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T12:16:28.734Z] prd-centos7-docker-4c-2g-4683 does not seem to be running inside a container [2021-05-12T12:16:28.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-353 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353:/w/workspace/edgexfoundry_edgex-ui-go_PR-353:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T12:16:30.967Z] $ docker top 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T12:16:31.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:16:31.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:16:31.436Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:16:31.440Z] $ docker exec 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent [2021-05-12T12:16:31.613Z] SSH_AUTH_SOCK=/tmp/ssh-MF2l2BzM55SZ/agent.11 [2021-05-12T12:16:31.613Z] SSH_AGENT_PID=16 [2021-05-12T12:16:31.628Z] Running ssh-add (command line suppressed) [2021-05-12T12:16:31.757Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_4857996144068071239.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_4857996144068071239.key) [2021-05-12T12:16:31.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:16:32.108Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T12:16:32.132Z] $ docker exec --env ******** --env ******** 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent -k [2021-05-12T12:16:32.260Z] unset SSH_AUTH_SOCK; [2021-05-12T12:16:32.260Z] unset SSH_AGENT_PID; [2021-05-12T12:16:32.260Z] echo Agent pid 16 killed; [2021-05-12T12:16:32.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T12:16:32.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:16:32.348Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:16:32.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:16:32.517Z] $ docker exec 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent [2021-05-12T12:16:32.685Z] SSH_AUTH_SOCK=/tmp/ssh-8wsGBRXcOaxw/agent.45 [2021-05-12T12:16:32.685Z] SSH_AGENT_PID=50 [2021-05-12T12:16:33.040Z] Running ssh-add (command line suppressed) [2021-05-12T12:16:33.174Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_3175420609231688807.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_3175420609231688807.key) [2021-05-12T12:16:33.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:16:33.533Z] + git semver init [2021-05-12T12:16:33.533Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T12:16:33.533Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-353/.git [2021-05-12T12:16:33.533Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [2021-05-12T12:16:33.533Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T12:16:33.533Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T12:16:33.533Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T12:16:33.533Z] # $SEMVER_BRANCH = PR-353 [2021-05-12T12:16:33.533Z] # $SEMVER_TEMP = /tmp/semver-875379926 [2021-05-12T12:16:33.533Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-12T12:16:34.922Z] # '/tmp/semver-875379926' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-353/.semver' [2021-05-12T12:16:35.183Z] # -> Force: false [2021-05-12T12:16:35.183Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-353/.semver [Pipeline] } [2021-05-12T12:16:35.196Z] $ docker exec --env ******** --env ******** 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent -k [2021-05-12T12:16:35.309Z] unset SSH_AUTH_SOCK; [2021-05-12T12:16:35.310Z] unset SSH_AGENT_PID; [2021-05-12T12:16:35.310Z] echo Agent pid 50 killed; [2021-05-12T12:16:35.356Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T12:16:35.693Z] + git semver [Pipeline] } [2021-05-12T12:16:35.710Z] $ docker stop --time=1 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 [2021-05-12T12:16:37.114Z] $ docker rm -f 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T12:16:37.514Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T12:16:37.929Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T12:16:37.934Z] [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-12T12:16:53.127Z] Still waiting to schedule task [2021-05-12T12:16:53.128Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-12T12:16:53.130Z] Still waiting to schedule task [2021-05-12T12:16:53.130Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-12T12:18:47.160Z] Running on prd-centos7-docker-4c-2g-4686 in /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [Pipeline] { [Pipeline] ws [2021-05-12T12:18:47.183Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-12T12:18:50.495Z] using credential edgex-jenkins-ssh [2021-05-12T12:18:50.508Z] Cloning the remote Git repository [2021-05-12T12:18:50.428Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:18:50.520Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-12T12:18:50.591Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:18:50.591Z] > git --version # timeout=10 [2021-05-12T12:18:50.599Z] > git --version # 'git version 2.24.3' [2021-05-12T12:18:50.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:18:50.633Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:18:51.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:18:51.855Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:18:51.873Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:18:51.889Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:18:51.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:18:51.894Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/353/head:refs/remotes/origin/PR-353 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T12:18:52.337Z] Merging remotes/origin/master commit 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b into PR head commit 0c7f6d1bde6752977cf297e9859963b0d44ec866 [2021-05-12T12:18:52.785Z] Merge succeeded, producing 0c7f6d1bde6752977cf297e9859963b0d44ec866 [2021-05-12T12:18:52.786Z] Checking out Revision 0c7f6d1bde6752977cf297e9859963b0d44ec866 (PR-353) [2021-05-12T12:18:52.347Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T12:18:52.353Z] > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 [2021-05-12T12:18:52.750Z] > git remote # timeout=10 [2021-05-12T12:18:52.758Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T12:18:52.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:18:52.768Z] > git merge 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 [2021-05-12T12:18:52.779Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T12:18:52.790Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T12:18:52.795Z] > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 [2021-05-12T12:18:56.816Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T12:18:57.947Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:18:58.277Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:18:58.577Z] + sudo service docker restart [2021-05-12T12:18:58.578Z] + true [2021-05-12T12:18:58.578Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:19:00.530Z] provisioning config files... [2021-05-12T12:19:00.567Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config1926415344429390245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:19:00.899Z] ---> docker-login.sh [2021-05-12T12:19:00.899Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:19:01.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:19:01.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:19:01.163Z] Configure a credential helper to remove this warning. See [2021-05-12T12:19:01.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:19:01.163Z] [2021-05-12T12:19:01.163Z] Login Succeeded [2021-05-12T12:19:01.163Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:19:01.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:19:01.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:19:01.693Z] Configure a credential helper to remove this warning. See [2021-05-12T12:19:01.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:19:01.693Z] [2021-05-12T12:19:01.693Z] Login Succeeded [2021-05-12T12:19:01.693Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:19:01.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:19:01.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:19:01.958Z] Configure a credential helper to remove this warning. See [2021-05-12T12:19:01.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:19:01.958Z] [2021-05-12T12:19:01.958Z] Login Succeeded [2021-05-12T12:19:01.958Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:19:01.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:19:01.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:19:01.958Z] Configure a credential helper to remove this warning. See [2021-05-12T12:19:01.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:19:01.958Z] [2021-05-12T12:19:01.958Z] Login Succeeded [2021-05-12T12:19:01.958Z] docker.io [2021-05-12T12:19:02.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:19:02.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:19:02.482Z] Configure a credential helper to remove this warning. See [2021-05-12T12:19:02.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:19:02.482Z] [2021-05-12T12:19:02.482Z] Login Succeeded [2021-05-12T12:19:02.482Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:19:02.492Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T12:19:02.686Z] ========================================================= [2021-05-12T12:19:02.686Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T12:19:02.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:19:03.016Z] + 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-12T12:19:03.278Z] Sending build context to Docker daemon 34.93MB [2021-05-12T12:19:03.543Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:19:03.543Z] Step 2/8 : FROM ${BASE} [2021-05-12T12:19:03.543Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T12:19:03.543Z] 540db60ca938: Pulling fs layer [2021-05-12T12:19:03.543Z] adcc1eea9eea: Pulling fs layer [2021-05-12T12:19:03.543Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T12:19:03.543Z] 0510c868ecb4: Pulling fs layer [2021-05-12T12:19:03.543Z] afea3b2eda06: Pulling fs layer [2021-05-12T12:19:03.543Z] 7809a108b3ef: Pulling fs layer [2021-05-12T12:19:03.543Z] f706445af74f: Pulling fs layer [2021-05-12T12:19:03.543Z] afea3b2eda06: Waiting [2021-05-12T12:19:03.543Z] 7809a108b3ef: Waiting [2021-05-12T12:19:03.543Z] f706445af74f: Waiting [2021-05-12T12:19:03.543Z] 0510c868ecb4: Waiting [2021-05-12T12:19:03.543Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T12:19:03.543Z] 4c4ab2625f07: Download complete [2021-05-12T12:19:03.543Z] adcc1eea9eea: Download complete [2021-05-12T12:19:03.543Z] afea3b2eda06: Verifying Checksum [2021-05-12T12:19:03.543Z] afea3b2eda06: Download complete [2021-05-12T12:19:03.543Z] 540db60ca938: Verifying Checksum [2021-05-12T12:19:03.543Z] 540db60ca938: Download complete [2021-05-12T12:19:03.543Z] 7809a108b3ef: Verifying Checksum [2021-05-12T12:19:03.543Z] 7809a108b3ef: Download complete [2021-05-12T12:19:03.822Z] 540db60ca938: Pull complete [2021-05-12T12:19:04.084Z] adcc1eea9eea: Pull complete [2021-05-12T12:19:04.346Z] 4c4ab2625f07: Pull complete [2021-05-12T12:19:05.301Z] f706445af74f: Verifying Checksum [2021-05-12T12:19:05.301Z] f706445af74f: Download complete [2021-05-12T12:19:05.877Z] 0510c868ecb4: Download complete [2021-05-12T12:19:12.534Z] 0510c868ecb4: Pull complete [2021-05-12T12:19:12.534Z] afea3b2eda06: Pull complete [2021-05-12T12:19:12.534Z] 7809a108b3ef: Pull complete [2021-05-12T12:19:17.903Z] f706445af74f: Pull complete [2021-05-12T12:19:17.903Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T12:19:17.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T12:19:17.903Z] ---> b068be0155e3 [2021-05-12T12:19:17.903Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T12:19:17.903Z] ---> Running in 1a203f1bb3f5 [2021-05-12T12:19:17.903Z] Removing intermediate container 1a203f1bb3f5 [2021-05-12T12:19:17.903Z] ---> 5f0f91b456fa [2021-05-12T12:19:17.903Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:19:17.903Z] ---> Running in 9d30f9c105e7 [2021-05-12T12:19:18.855Z] Removing intermediate container 9d30f9c105e7 [2021-05-12T12:19:18.855Z] ---> 8806d57644c6 [2021-05-12T12:19:18.855Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-12T12:19:18.855Z] ---> Running in 23df72a57ad3 [2021-05-12T12:19:19.808Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T12:19:20.766Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T12:19:21.346Z] OK: 149 MiB in 40 packages [2021-05-12T12:19:21.608Z] Removing intermediate container 23df72a57ad3 [2021-05-12T12:19:21.608Z] ---> fd03d475e7a4 [2021-05-12T12:19:21.608Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-12T12:19:21.878Z] ---> Running in 9cc79d4b69c9 [2021-05-12T12:19:21.878Z] Removing intermediate container 9cc79d4b69c9 [2021-05-12T12:19:21.878Z] ---> 8c44ef27e311 [2021-05-12T12:19:21.878Z] Step 7/8 : COPY . . [2021-05-12T12:19:25.205Z] ---> 4ad87ad5b696 [2021-05-12T12:19:25.205Z] Step 8/8 : RUN go mod download [2021-05-12T12:19:25.205Z] ---> Running in 7797df620681 [2021-05-12T12:19:46.327Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4687 in /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [Pipeline] { [Pipeline] ws [2021-05-12T12:19:46.351Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-12T12:19:51.827Z] using credential edgex-jenkins-ssh [2021-05-12T12:19:51.849Z] Cloning the remote Git repository [2021-05-12T12:19:51.903Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:19:52.014Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-12T12:19:52.209Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:19:52.209Z] > git --version # timeout=10 [2021-05-12T12:19:52.240Z] > git --version # 'git version 2.17.1' [2021-05-12T12:19:52.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:19:52.291Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:19:55.150Z] Merging remotes/origin/master commit 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b into PR head commit 0c7f6d1bde6752977cf297e9859963b0d44ec866 [2021-05-12T12:19:54.326Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:19:54.343Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:19:54.373Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:19:54.409Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:19:54.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:19:54.421Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/353/head:refs/remotes/origin/PR-353 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T12:19:55.164Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T12:19:55.176Z] > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 [2021-05-12T12:19:55.766Z] Merge succeeded, producing 0c7f6d1bde6752977cf297e9859963b0d44ec866 [2021-05-12T12:19:55.767Z] Checking out Revision 0c7f6d1bde6752977cf297e9859963b0d44ec866 (PR-353) [2021-05-12T12:19:55.687Z] > git remote # timeout=10 [2021-05-12T12:19:55.707Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T12:19:55.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:19:55.731Z] > git merge 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 [2021-05-12T12:19:55.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T12:19:55.771Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T12:19:55.781Z] > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 [2021-05-12T12:19:57.438Z] Removing intermediate container 7797df620681 [2021-05-12T12:19:57.439Z] ---> 03f95b449d86 [2021-05-12T12:19:57.439Z] Successfully built 03f95b449d86 [2021-05-12T12:19:57.439Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:19:57.754Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T12:19:57.754Z] . [Pipeline] withDockerContainer [2021-05-12T12:19:57.878Z] prd-centos7-docker-4c-2g-4686 does not seem to be running inside a container [2021-05-12T12:19:57.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T12:19:59.140Z] $ docker top f8e26eaffaada3b636b1c8de11b21a41dafe2c0ecd257c4e80672adcb3f5aa09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:19:59.556Z] + go version [2021-05-12T12:19:59.557Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T12:19:59.569Z] $ docker stop --time=1 f8e26eaffaada3b636b1c8de11b21a41dafe2c0ecd257c4e80672adcb3f5aa09 [2021-05-12T12:20:00.709Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" [2021-05-12T12:20:00.906Z] $ docker rm -f f8e26eaffaada3b636b1c8de11b21a41dafe2c0ecd257c4e80672adcb3f5aa09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-05-12T12:20:01.419Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T12:20:01.419Z] . [Pipeline] withDockerContainer [2021-05-12T12:20:01.521Z] prd-centos7-docker-4c-2g-4686 does not seem to be running inside a container [2021-05-12T12:20:01.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T12:20:02.311Z] $ docker top ff5690cb92f189468740b12bd0fdc47c532433ef771a8abe561bdcd10750cb03 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T12:20:02.884Z] + go mod tidy [2021-05-12T12:20:03.784Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-05-12T12:20:04.152Z] + make test [2021-05-12T12:20:04.152Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T12:20:04.230Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:20:04.573Z] + true [2021-05-12T12:20:04.573Z] + sudo service docker restart [2021-05-12T12:20:05.580Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:20:07.253Z] provisioning config files... [2021-05-12T12:20:07.301Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3786037813117454476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:20:07.697Z] ---> docker-login.sh [2021-05-12T12:20:07.697Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:20:08.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:20:08.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:20:08.895Z] Configure a credential helper to remove this warning. See [2021-05-12T12:20:08.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:20:08.895Z] [2021-05-12T12:20:08.895Z] Login Succeeded [2021-05-12T12:20:08.895Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:20:09.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:20:09.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:20:09.443Z] Configure a credential helper to remove this warning. See [2021-05-12T12:20:09.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:20:09.443Z] [2021-05-12T12:20:09.443Z] Login Succeeded [2021-05-12T12:20:09.443Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:20:09.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:20:09.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:20:09.992Z] Configure a credential helper to remove this warning. See [2021-05-12T12:20:09.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:20:09.992Z] [2021-05-12T12:20:09.992Z] Login Succeeded [2021-05-12T12:20:09.992Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:20:10.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:20:10.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:20:10.558Z] Configure a credential helper to remove this warning. See [2021-05-12T12:20:10.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:20:10.558Z] [2021-05-12T12:20:10.558Z] Login Succeeded [2021-05-12T12:20:10.558Z] docker.io [2021-05-12T12:20:10.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:20:11.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:20:11.426Z] Configure a credential helper to remove this warning. See [2021-05-12T12:20:11.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:20:11.426Z] [2021-05-12T12:20:11.426Z] Login Succeeded [2021-05-12T12:20:11.426Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:20:11.443Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T12:20:11.778Z] ========================================================= [2021-05-12T12:20:11.778Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T12:20:11.778Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:20:12.123Z] + 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-12T12:20:13.116Z] Sending build context to Docker daemon 34.93MB [2021-05-12T12:20:13.116Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:20:13.116Z] Step 2/8 : FROM ${BASE} [2021-05-12T12:20:13.116Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T12:20:13.116Z] 595b0fe564bb: Pulling fs layer [2021-05-12T12:20:13.116Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T12:20:13.116Z] 316046926c0a: Pulling fs layer [2021-05-12T12:20:13.116Z] 4ebd0625c992: Pulling fs layer [2021-05-12T12:20:13.116Z] 207e8628e3a3: Pulling fs layer [2021-05-12T12:20:13.116Z] c791037a9be2: Pulling fs layer [2021-05-12T12:20:13.116Z] ffd874e62e21: Pulling fs layer [2021-05-12T12:20:13.116Z] 4ebd0625c992: Waiting [2021-05-12T12:20:13.116Z] 207e8628e3a3: Waiting [2021-05-12T12:20:13.116Z] c791037a9be2: Waiting [2021-05-12T12:20:13.116Z] ffd874e62e21: Waiting [2021-05-12T12:20:13.116Z] 316046926c0a: Verifying Checksum [2021-05-12T12:20:13.116Z] 316046926c0a: Download complete [2021-05-12T12:20:13.116Z] 7186ed65a4f7: Download complete [2021-05-12T12:20:13.116Z] 207e8628e3a3: Verifying Checksum [2021-05-12T12:20:13.116Z] 207e8628e3a3: Download complete [2021-05-12T12:20:13.390Z] c791037a9be2: Verifying Checksum [2021-05-12T12:20:13.390Z] c791037a9be2: Download complete [2021-05-12T12:20:13.390Z] 595b0fe564bb: Verifying Checksum [2021-05-12T12:20:13.390Z] 595b0fe564bb: Download complete [2021-05-12T12:20:14.001Z] 595b0fe564bb: Pull complete [2021-05-12T12:20:14.614Z] 7186ed65a4f7: Pull complete [2021-05-12T12:20:14.890Z] 316046926c0a: Pull complete [2021-05-12T12:20:16.337Z] ffd874e62e21: Verifying Checksum [2021-05-12T12:20:16.337Z] ffd874e62e21: Download complete [2021-05-12T12:20:16.932Z] 4ebd0625c992: Verifying Checksum [2021-05-12T12:20:16.932Z] 4ebd0625c992: Download complete [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-12T12:20:17.995Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-12T12:20:17.995Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-12T12:20:26.226Z] $ docker stop --time=1 ff5690cb92f189468740b12bd0fdc47c532433ef771a8abe561bdcd10750cb03 [2021-05-12T12:20:27.087Z] 4ebd0625c992: Pull complete [2021-05-12T12:20:27.683Z] 207e8628e3a3: Pull complete [2021-05-12T12:20:27.973Z] c791037a9be2: Pull complete [2021-05-12T12:20:28.517Z] $ docker rm -f ff5690cb92f189468740b12bd0fdc47c532433ef771a8abe561bdcd10750cb03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T12:20:28.997Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T12:20:29.341Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-12T12:20:30.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T12:20:30.661Z] + ls -al . [2021-05-12T12:20:30.661Z] total 92 [2021-05-12T12:20:30.661Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 12 12:20 . [2021-05-12T12:20:30.661Z] drwxrwxr-x. 4 jenkins jenkins 28 May 12 12:18 .. [2021-05-12T12:20:30.661Z] drwxrwxr-x. 3 jenkins jenkins 20 May 12 12:18 assets [2021-05-12T12:20:30.661Z] drwxrwxr-x. 2 jenkins jenkins 35 May 12 12:18 bin [2021-05-12T12:20:30.661Z] drwxrwxr-x. 3 jenkins jenkins 29 May 12 12:18 cmd [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 12 12:18 CONTRIBUTING.md [2021-05-12T12:20:30.661Z] -rw-r--r--. 1 jenkins jenkins 10 May 12 12:20 coverage.out [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 12 12:18 Dockerfile [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 902 May 12 12:18 Dockerfile.build [2021-05-12T12:20:30.661Z] drwxrwxr-x. 5 jenkins jenkins 104 May 12 12:18 docs [2021-05-12T12:20:30.661Z] drwxrwxr-x. 8 jenkins jenkins 179 May 12 12:18 .git [2021-05-12T12:20:30.661Z] drwxrwxr-x. 2 jenkins jenkins 103 May 12 12:18 .github [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 162 May 12 12:18 .gitignore [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 987 May 12 12:18 go.mod [2021-05-12T12:20:30.661Z] -rw-r--r--. 1 jenkins jenkins 24424 May 12 12:20 go.sum [2021-05-12T12:20:30.661Z] drwxrwxr-x. 10 jenkins jenkins 139 May 12 12:18 internal [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 652 May 12 12:18 Jenkinsfile [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 12 12:18 LICENSE [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 941 May 12 12:18 Makefile [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 12 12:18 README.md [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 5 May 12 12:16 VERSION [2021-05-12T12:20:30.661Z] -rw-rw-r--. 1 jenkins jenkins 155 May 12 12:18 version.go [2021-05-12T12:20:30.661Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 12 12:18 web [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:20:30.967Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 --label arch=amd64 --label version=0.0.0 . [2021-05-12T12:20:31.359Z] ffd874e62e21: Pull complete [2021-05-12T12:20:31.360Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T12:20:31.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T12:20:31.360Z] ---> cfc18b08335c [2021-05-12T12:20:31.360Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T12:20:31.543Z] Sending build context to Docker daemon 34.95MB [2021-05-12T12:20:31.543Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:20:31.543Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T12:20:31.543Z] ---> 03f95b449d86 [2021-05-12T12:20:31.543Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-12T12:20:32.114Z] ---> Running in 0ca88b94ea28 [2021-05-12T12:20:32.114Z] Removing intermediate container 0ca88b94ea28 [2021-05-12T12:20:32.114Z] ---> f0a85907cec0 [2021-05-12T12:20:32.114Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-12T12:20:32.114Z] ---> Running in 32eaf08c1aa4 [2021-05-12T12:20:32.378Z] Removing intermediate container 32eaf08c1aa4 [2021-05-12T12:20:32.378Z] ---> 9a1cb9fad89b [2021-05-12T12:20:32.378Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T12:20:32.378Z] ---> Running in aafaec9a0647 [2021-05-12T12:20:32.639Z] Removing intermediate container aafaec9a0647 [2021-05-12T12:20:32.639Z] ---> c6611b888e1c [2021-05-12T12:20:32.639Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-12T12:20:32.639Z] ---> Running in 65f0445f849c [2021-05-12T12:20:32.901Z] Removing intermediate container 65f0445f849c [2021-05-12T12:20:32.901Z] ---> 985f9f4f5894 [2021-05-12T12:20:32.901Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-12T12:20:32.901Z] ---> Running in fbefa0771ff8 [2021-05-12T12:20:33.164Z] Removing intermediate container fbefa0771ff8 [2021-05-12T12:20:33.164Z] ---> 2c0d3ca3f279 [2021-05-12T12:20:33.164Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:20:33.164Z] ---> Running in d8fe6edbb9a7 [2021-05-12T12:20:34.115Z] Removing intermediate container d8fe6edbb9a7 [2021-05-12T12:20:34.115Z] ---> 06808edfe142 [2021-05-12T12:20:34.115Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T12:20:34.115Z] ---> Running in 10b68a20aea5 [2021-05-12T12:20:34.688Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T12:20:34.746Z] ---> Running in 539f90abaa7b [2021-05-12T12:20:34.746Z] Removing intermediate container 539f90abaa7b [2021-05-12T12:20:34.746Z] ---> 68945bb8d779 [2021-05-12T12:20:34.746Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:20:34.746Z] ---> Running in 480121b9465e [2021-05-12T12:20:35.637Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T12:20:35.902Z] OK: 149 MiB in 40 packages [2021-05-12T12:20:36.475Z] Removing intermediate container 10b68a20aea5 [2021-05-12T12:20:36.475Z] ---> 37baa0171dbd [2021-05-12T12:20:36.475Z] Step 10/24 : ENV GO111MODULE=on [2021-05-12T12:20:36.475Z] ---> Running in 1b202e3f88e1 [2021-05-12T12:20:36.734Z] Removing intermediate container 480121b9465e [2021-05-12T12:20:36.734Z] ---> 85fa0be3c3b9 [2021-05-12T12:20:36.734Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-12T12:20:36.736Z] Removing intermediate container 1b202e3f88e1 [2021-05-12T12:20:36.736Z] ---> 646036456e55 [2021-05-12T12:20:36.736Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-12T12:20:36.736Z] ---> Running in efe536565395 [2021-05-12T12:20:36.998Z] Removing intermediate container efe536565395 [2021-05-12T12:20:36.998Z] ---> ddad8dd2f4cf [2021-05-12T12:20:36.998Z] Step 12/24 : COPY go.mod . [2021-05-12T12:20:36.998Z] ---> f6e8b569b0a2 [2021-05-12T12:20:36.998Z] Step 13/24 : COPY Makefile . [2021-05-12T12:20:37.011Z] ---> Running in 857512d6baa3 [2021-05-12T12:20:37.259Z] ---> 16765cf6b191 [2021-05-12T12:20:37.259Z] Step 14/24 : RUN make update [2021-05-12T12:20:37.545Z] ---> Running in 40abe648d5fb [2021-05-12T12:20:37.819Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T12:20:37.989Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T12:20:38.400Z] Removing intermediate container 40abe648d5fb [2021-05-12T12:20:38.400Z] ---> 15c253c23c27 [2021-05-12T12:20:38.400Z] Step 15/24 : COPY . . [2021-05-12T12:20:38.968Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T12:20:39.557Z] OK: 138 MiB in 40 packages [2021-05-12T12:20:40.536Z] Removing intermediate container 857512d6baa3 [2021-05-12T12:20:40.536Z] ---> 8da58c7dc9ff [2021-05-12T12:20:40.536Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-12T12:20:40.809Z] ---> Running in 98ac70fa805b [2021-05-12T12:20:41.404Z] Removing intermediate container 98ac70fa805b [2021-05-12T12:20:41.404Z] ---> 1ccdfba2fbeb [2021-05-12T12:20:41.404Z] Step 7/8 : COPY . . [2021-05-12T12:20:41.718Z] ---> a3bf8cc7893e [2021-05-12T12:20:41.718Z] Step 16/24 : RUN ${MAKE} [2021-05-12T12:20:41.718Z] ---> Running in dec2905878be [2021-05-12T12:20:42.299Z] 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-12T12:20:44.786Z] ---> dabf85f26192 [2021-05-12T12:20:44.786Z] Step 8/8 : RUN go mod download [2021-05-12T12:20:44.786Z] ---> Running in ce7d2de2dbf1 [2021-05-12T12:20:52.437Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-12T12:20:54.996Z] Removing intermediate container dec2905878be [2021-05-12T12:20:54.996Z] ---> 19d3df195359 [2021-05-12T12:20:54.996Z] Step 17/24 : FROM alpine:3.12 [2021-05-12T12:20:55.257Z] 3.12: Pulling from library/alpine [2021-05-12T12:20:55.524Z] 339de151aab4: Pulling fs layer [2021-05-12T12:20:55.524Z] 339de151aab4: Verifying Checksum [2021-05-12T12:20:55.524Z] 339de151aab4: Download complete [2021-05-12T12:20:55.785Z] 339de151aab4: Pull complete [2021-05-12T12:20:55.786Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T12:20:55.786Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T12:20:55.786Z] ---> 13621d1b12d4 [2021-05-12T12:20:55.786Z] Step 18/24 : EXPOSE 4000 [2021-05-12T12:20:56.046Z] ---> Running in 243a2a9374cf [2021-05-12T12:20:56.046Z] Removing intermediate container 243a2a9374cf [2021-05-12T12:20:56.046Z] ---> 14e7ae027b2b [2021-05-12T12:20:56.046Z] 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-12T12:20:57.965Z] ---> 8106bf36da6d [2021-05-12T12:20:57.965Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-12T12:20:57.965Z] ---> Running in 606aabc84670 [2021-05-12T12:20:57.965Z] Removing intermediate container 606aabc84670 [2021-05-12T12:20:57.965Z] ---> bbee68970215 [2021-05-12T12:20:57.965Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-12T12:20:57.965Z] ---> Running in e6963a3f4c6c [2021-05-12T12:20:57.965Z] Removing intermediate container e6963a3f4c6c [2021-05-12T12:20:57.965Z] ---> 3bcb1af061be [2021-05-12T12:20:57.965Z] Step 22/24 : LABEL arch=amd64 [2021-05-12T12:20:58.231Z] ---> Running in 46d03eb42322 [2021-05-12T12:20:58.231Z] Removing intermediate container 46d03eb42322 [2021-05-12T12:20:58.231Z] ---> 45615be7e683 [2021-05-12T12:20:58.231Z] Step 23/24 : LABEL git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 [2021-05-12T12:20:58.494Z] ---> Running in b4501fa261de [2021-05-12T12:20:58.494Z] Removing intermediate container b4501fa261de [2021-05-12T12:20:58.494Z] ---> bd0a2eb968a8 [2021-05-12T12:20:58.494Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T12:20:58.494Z] ---> Running in a250e69d0ccd [2021-05-12T12:20:58.758Z] Removing intermediate container a250e69d0ccd [2021-05-12T12:20:58.758Z] ---> 03ef8fd9a1ad [2021-05-12T12:20:58.758Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T12:20:58.758Z] Successfully built 03ef8fd9a1ad [2021-05-12T12:20:58.758Z] Successfully tagged edgex-ui: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-12T12:20:59.287Z] ---> job-cost.sh [2021-05-12T12:20:59.287Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2XQG [2021-05-12T12:21:14.222Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T12:21:17.154Z] Removing intermediate container ce7d2de2dbf1 [2021-05-12T12:21:17.154Z] ---> e98ab9ca6308 [2021-05-12T12:21:17.154Z] Successfully built e98ab9ca6308 [2021-05-12T12:21:17.154Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:21:17.497Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T12:21:17.497Z] . [Pipeline] withDockerContainer [2021-05-12T12:21:17.772Z] prd-ubuntu18.04-docker-arm64-4c-16g-4687 does not seem to be running inside a container [2021-05-12T12:21:17.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T12:21:19.425Z] $ docker top dc974fc7c094f6018768bb5c2355cb6551cbec8da94c436c93006400f171b7b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:21:20.394Z] + go version [2021-05-12T12:21:20.394Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T12:21:20.415Z] $ docker stop --time=1 dc974fc7c094f6018768bb5c2355cb6551cbec8da94c436c93006400f171b7b2 [2021-05-12T12:21:22.353Z] $ docker rm -f dc974fc7c094f6018768bb5c2355cb6551cbec8da94c436c93006400f171b7b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:21:23.043Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T12:21:23.043Z] . [Pipeline] withDockerContainer [2021-05-12T12:21:23.302Z] prd-ubuntu18.04-docker-arm64-4c-16g-4687 does not seem to be running inside a container [2021-05-12T12:21:23.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T12:21:24.905Z] $ docker top 48ddc324d6bb4158d109f133619381d796420dd5d3caad269e00f4bb6edbf4e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:21:25.865Z] + go mod tidy [Pipeline] sh [2021-05-12T12:21:27.137Z] + make test [2021-05-12T12:21:27.137Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T12:21:28.576Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-12T12:21:40.886Z] lf-activate-venv(): INFO: Adding /tmp/venv-2XQG/bin to PATH [2021-05-12T12:21:40.886Z] INFO: No Stack... [2021-05-12T12:21:41.459Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T12:21:42.404Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T12:21:42.712Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-05-12T12:21:42.712Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T12:21:42.789Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [2021-05-12T12:21:42.799Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] did not exist. Created. [2021-05-12T12:21:42.799Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T12:21:43.131Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-12T12:21:43.237Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T12:21:43.250Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-12T12:22:07.650Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-12T12:22:07.650Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-12T12:22:22.796Z] $ docker stop --time=1 48ddc324d6bb4158d109f133619381d796420dd5d3caad269e00f4bb6edbf4e8 [2021-05-12T12:22:24.761Z] $ docker rm -f 48ddc324d6bb4158d109f133619381d796420dd5d3caad269e00f4bb6edbf4e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T12:22:25.564Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T12:22:25.586Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T12:22:26.513Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T12:22:26.977Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T12:22:27.344Z] + ls -al . [2021-05-12T12:22:27.344Z] total 124 [2021-05-12T12:22:27.344Z] drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:21 . [2021-05-12T12:22:27.344Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:19 .. [2021-05-12T12:22:27.344Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 12:20 .git [2021-05-12T12:22:27.344Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:19 .github [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 162 May 12 12:19 .gitignore [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 12 12:19 CONTRIBUTING.md [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 12 12:19 Dockerfile [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 902 May 12 12:19 Dockerfile.build [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 652 May 12 12:19 Jenkinsfile [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 12 12:19 LICENSE [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 941 May 12 12:19 Makefile [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 12 12:19 README.md [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 5 May 12 12:16 VERSION [2021-05-12T12:22:27.344Z] drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:19 assets [2021-05-12T12:22:27.344Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:19 bin [2021-05-12T12:22:27.344Z] drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:19 cmd [2021-05-12T12:22:27.344Z] -rw-r--r-- 1 jenkins jenkins 10 May 12 12:21 coverage.out [2021-05-12T12:22:27.344Z] drwxrwxr-x 5 jenkins jenkins 4096 May 12 12:19 docs [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 987 May 12 12:19 go.mod [2021-05-12T12:22:27.344Z] -rw-r--r-- 1 jenkins jenkins 24424 May 12 12:21 go.sum [2021-05-12T12:22:27.344Z] drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:19 internal [2021-05-12T12:22:27.344Z] -rw-rw-r-- 1 jenkins jenkins 155 May 12 12:19 version.go [2021-05-12T12:22:27.344Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:19 web [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:22:27.720Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 --label arch=arm64 --label version=0.0.0 . [2021-05-12T12:22:29.205Z] Sending build context to Docker daemon 34.95MB [2021-05-12T12:22:29.205Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:22:29.205Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T12:22:29.205Z] ---> e98ab9ca6308 [2021-05-12T12:22:29.205Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-12T12:22:29.804Z] ---> Running in f6430b79e3cc [2021-05-12T12:22:30.080Z] Removing intermediate container f6430b79e3cc [2021-05-12T12:22:30.080Z] ---> 2f347b2c2bdf [2021-05-12T12:22:30.080Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-12T12:22:30.352Z] ---> Running in 65836e31f276 [2021-05-12T12:22:30.643Z] Removing intermediate container 65836e31f276 [2021-05-12T12:22:30.643Z] ---> 941cf54b17d7 [2021-05-12T12:22:30.643Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T12:22:30.916Z] ---> Running in de03e23d4eb5 [2021-05-12T12:22:31.190Z] Removing intermediate container de03e23d4eb5 [2021-05-12T12:22:31.190Z] ---> 3f5dc130911e [2021-05-12T12:22:31.190Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-12T12:22:31.463Z] ---> Running in ada01cd3798d [2021-05-12T12:22:32.057Z] Removing intermediate container ada01cd3798d [2021-05-12T12:22:32.057Z] ---> 9e8cf48b59c0 [2021-05-12T12:22:32.057Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-12T12:22:32.057Z] ---> Running in 2fd273581c1f [2021-05-12T12:22:32.327Z] Removing intermediate container 2fd273581c1f [2021-05-12T12:22:32.327Z] ---> 2ae772e2d948 [2021-05-12T12:22:32.327Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:22:32.608Z] ---> Running in f49fa6e05f21 [2021-05-12T12:22:34.584Z] Removing intermediate container f49fa6e05f21 [2021-05-12T12:22:34.584Z] ---> e8c3ec343751 [2021-05-12T12:22:34.584Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T12:22:34.584Z] ---> Running in 198ba914b9e1 [2021-05-12T12:22:36.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T12:22:36.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T12:22:37.614Z] OK: 138 MiB in 40 packages [2021-05-12T12:22:39.047Z] Removing intermediate container 198ba914b9e1 [2021-05-12T12:22:39.047Z] ---> 9a1f67642ca5 [2021-05-12T12:22:39.047Z] Step 10/24 : ENV GO111MODULE=on [2021-05-12T12:22:39.047Z] ---> Running in 7e632da01808 [2021-05-12T12:22:39.318Z] Removing intermediate container 7e632da01808 [2021-05-12T12:22:39.318Z] ---> 2298a15eb019 [2021-05-12T12:22:39.318Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-12T12:22:39.594Z] ---> Running in 841f2df15ec5 [2021-05-12T12:22:39.870Z] Removing intermediate container 841f2df15ec5 [2021-05-12T12:22:39.870Z] ---> ac39b2c91293 [2021-05-12T12:22:39.870Z] Step 12/24 : COPY go.mod . [2021-05-12T12:22:40.848Z] ---> e4253cdb9bcd [2021-05-12T12:22:40.848Z] Step 13/24 : COPY Makefile . [2021-05-12T12:22:41.442Z] ---> 3f64aecc0880 [2021-05-12T12:22:41.442Z] Step 14/24 : RUN make update [2021-05-12T12:22:41.442Z] ---> Running in 2d25184438b3 [2021-05-12T12:22:42.883Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T12:22:43.865Z] Removing intermediate container 2d25184438b3 [2021-05-12T12:22:43.865Z] ---> 84fe319df290 [2021-05-12T12:22:43.865Z] Step 15/24 : COPY . . [2021-05-12T12:22:47.262Z] ---> 31c8e2e298f4 [2021-05-12T12:22:47.262Z] Step 16/24 : RUN ${MAKE} [2021-05-12T12:22:47.262Z] ---> Running in b7509d29e1de [2021-05-12T12:22:48.243Z] 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-12T12:23:20.591Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-12T12:23:21.187Z] Removing intermediate container b7509d29e1de [2021-05-12T12:23:21.187Z] ---> e0700c49044b [2021-05-12T12:23:21.187Z] Step 17/24 : FROM alpine:3.12 [2021-05-12T12:23:21.457Z] 3.12: Pulling from library/alpine [2021-05-12T12:23:21.748Z] d2f70382dc9a: Pulling fs layer [2021-05-12T12:23:22.025Z] d2f70382dc9a: Verifying Checksum [2021-05-12T12:23:22.025Z] d2f70382dc9a: Download complete [2021-05-12T12:23:22.619Z] d2f70382dc9a: Pull complete [2021-05-12T12:23:22.619Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T12:23:22.619Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T12:23:22.619Z] ---> 9852663dfa18 [2021-05-12T12:23:22.619Z] Step 18/24 : EXPOSE 4000 [2021-05-12T12:23:22.899Z] ---> Running in 4974d71fc5c9 [2021-05-12T12:23:23.172Z] Removing intermediate container 4974d71fc5c9 [2021-05-12T12:23:23.172Z] ---> 41d74797d01e [2021-05-12T12:23:23.172Z] 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-12T12:23:25.785Z] ---> 15ec4842152c [2021-05-12T12:23:25.785Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-12T12:23:25.785Z] ---> Running in ecabedb58568 [2021-05-12T12:23:26.061Z] Removing intermediate container ecabedb58568 [2021-05-12T12:23:26.061Z] ---> a8606671e67b [2021-05-12T12:23:26.061Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-12T12:23:26.061Z] ---> Running in 448e2c95ba5d [2021-05-12T12:23:26.665Z] Removing intermediate container 448e2c95ba5d [2021-05-12T12:23:26.665Z] ---> e82cdd84ef1f [2021-05-12T12:23:26.665Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T12:23:26.665Z] ---> Running in 0a6c3540eecd [2021-05-12T12:23:27.258Z] Removing intermediate container 0a6c3540eecd [2021-05-12T12:23:27.258Z] ---> 93008c05f8ac [2021-05-12T12:23:27.258Z] Step 23/24 : LABEL git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 [2021-05-12T12:23:27.258Z] ---> Running in 641bf450cb10 [2021-05-12T12:23:27.851Z] Removing intermediate container 641bf450cb10 [2021-05-12T12:23:27.851Z] ---> 6b693a5c47be [2021-05-12T12:23:27.851Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T12:23:27.851Z] ---> Running in 88241cae3c0e [2021-05-12T12:23:28.125Z] Removing intermediate container 88241cae3c0e [2021-05-12T12:23:28.125Z] ---> 431ab8f30e2c [2021-05-12T12:23:28.125Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T12:23:28.396Z] Successfully built 431ab8f30e2c [2021-05-12T12:23:28.396Z] Successfully tagged edgex-ui-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-12T12:23:28.868Z] ---> job-cost.sh [2021-05-12T12:23:28.868Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Lj4w [2021-05-12T12:24:07.810Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T12:25:29.588Z] lf-activate-venv(): INFO: Adding /tmp/venv-Lj4w/bin to PATH [2021-05-12T12:25:29.588Z] INFO: No Stack... [2021-05-12T12:25:29.588Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T12:25:30.182Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T12:25:30.523Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv+ [2021-05-12T12:25:30.524Z] cut -d, -f6 [Pipeline] lock [2021-05-12T12:25:30.638Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [2021-05-12T12:25:30.656Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] did not exist. Created. [2021-05-12T12:25:30.656Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T12:25:31.144Z] /w/workspace/edgex-ui-go/2@tmp/durable-33c05b21/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-33c05b21/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-12T12:25:31.489Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T12:25:31.509Z] Warning: overwriting stash ‘stack-cost’ [2021-05-12T12:25:31.737Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T12:25:31.749Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-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-12T12:25:32.151Z] provisioning config files... [2021-05-12T12:25:32.163Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/config2705696459610912485tmp [Pipeline] { [Pipeline] sh [2021-05-12T12:25:32.493Z] + set +x [2021-05-12T12:25:32.493Z] + bash -s -- [2021-05-12T12:25:32.493Z] + curl -s https://codecov.io/bash [2021-05-12T12:25:32.758Z] [2021-05-12T12:25:32.758Z] _____ _ [2021-05-12T12:25:32.758Z] / ____| | | [2021-05-12T12:25:32.758Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T12:25:32.758Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T12:25:32.758Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T12:25:32.758Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T12:25:32.758Z] Bash-1.0.2 [2021-05-12T12:25:32.758Z] [2021-05-12T12:25:32.758Z] [2021-05-12T12:25:32.758Z] ==> git version 2.24.3 found [2021-05-12T12:25:32.758Z] ==> 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-12T12:25:32.758Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T12:25:32.758Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T12:25:32.758Z] ==> Jenkins CI detected. [2021-05-12T12:25:32.758Z] project root: . [2021-05-12T12:25:32.758Z] --> token set from env [2021-05-12T12:25:32.758Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T12:25:32.758Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T12:25:32.758Z] ==> Python coveragepy not found [2021-05-12T12:25:32.758Z] ==> Searching for coverage reports in: [2021-05-12T12:25:32.758Z] + . [2021-05-12T12:25:32.758Z] -> Found 1 reports [2021-05-12T12:25:32.758Z] ==> Detecting git/mercurial file structure [2021-05-12T12:25:32.758Z] ==> Reading reports [2021-05-12T12:25:32.758Z] + ./coverage.out bytes=10 [2021-05-12T12:25:32.758Z] ==> Appending adjustments [2021-05-12T12:25:32.758Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T12:25:33.021Z] + Found adjustments [2021-05-12T12:25:33.021Z] ==> Gzipping contents [2021-05-12T12:25:33.021Z] 4.0K /tmp/codecov.UAk23K.gz [2021-05-12T12:25:33.021Z] ==> Uploading reports [2021-05-12T12:25:33.021Z] url: https://codecov.io [2021-05-12T12:25:33.021Z] query: branch=PR-353&commit=0c7f6d1bde6752977cf297e9859963b0d44ec866&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-353%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=353&job=&cmd_args= [2021-05-12T12:25:33.021Z] -> Pinging Codecov [2021-05-12T12:25:33.021Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-353&commit=0c7f6d1bde6752977cf297e9859963b0d44ec866&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-353%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=353&job=&cmd_args= [2021-05-12T12:25:33.596Z] -> Uploading to [2021-05-12T12:25:33.596Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/FB506323287CE973F263BFD2A0EB1F37/0c7f6d1bde6752977cf297e9859963b0d44ec866/3492c048-6e42-4535-9ccc-3a8ec00b6613.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T122533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb1dfad58ec4f6be82ceb6758b56e8dc0a38299994815f37af4bbefa43d4f858 [2021-05-12T12:25:33.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T12:25:33.596Z] Dload Upload Total Spent Left Speed [2021-05-12T12:25:33.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10217 --:--:-- --:--:-- --:--:-- 10214 100 3902 0 0 100 3902 0 10213 --:--:-- --:--:-- --:--:-- 10214 [2021-05-12T12:25:33.859Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0c7f6d1bde6752977cf297e9859963b0d44ec866 [Pipeline] } [2021-05-12T12:25:33.869Z] 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-12T12:25:35.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:25:35.589Z] ---> package-listing.sh [2021-05-12T12:25:35.589Z] ++ facter osfamily [2021-05-12T12:25:35.589Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T12:25:35.589Z] + OS_FAMILY=redhat [2021-05-12T12:25:35.589Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-353 [2021-05-12T12:25:35.589Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T12:25:35.589Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T12:25:35.589Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T12:25:35.589Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T12:25:35.589Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-353 ']' [2021-05-12T12:25:35.589Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T12:25:35.589Z] + case "${OS_FAMILY}" in [2021-05-12T12:25:35.589Z] + rpm -qa [2021-05-12T12:25:35.589Z] + sort [2021-05-12T12:25:40.914Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T12:25:40.914Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T12:25:40.914Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T12:25:40.914Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-353 ']' [2021-05-12T12:25:40.914Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-353/archives/ [2021-05-12T12:25:40.914Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-353/archives/ [Pipeline] echo [2021-05-12T12:25:40.929Z] 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-353/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T12:25:41.224Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:25:41.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T12:25:41.532Z] [2021-05-12T12:25:41.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:25:41.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T12:25:41.854Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T12:25:41.854Z] df20fa9351a1: Pulling fs layer [2021-05-12T12:25:41.854Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T12:25:41.854Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T12:25:41.854Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T12:25:41.854Z] 93b61091891f: Pulling fs layer [2021-05-12T12:25:41.854Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T12:25:41.854Z] 5e14af77c1be: Pulling fs layer [2021-05-12T12:25:41.854Z] 01666e4c0597: Pulling fs layer [2021-05-12T12:25:41.854Z] aa168da1d23b: Pulling fs layer [2021-05-12T12:25:41.854Z] 93b9cdb0e59b: Waiting [2021-05-12T12:25:41.854Z] 5e14af77c1be: Waiting [2021-05-12T12:25:41.854Z] 01666e4c0597: Waiting [2021-05-12T12:25:41.854Z] 46f8f816bc3b: Waiting [2021-05-12T12:25:41.854Z] aa168da1d23b: Waiting [2021-05-12T12:25:41.854Z] 93b61091891f: Waiting [2021-05-12T12:25:41.854Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T12:25:41.854Z] 36b3adc4ff6f: Download complete [2021-05-12T12:25:41.854Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T12:25:41.854Z] 46f8f816bc3b: Download complete [2021-05-12T12:25:41.854Z] df20fa9351a1: Verifying Checksum [2021-05-12T12:25:41.854Z] df20fa9351a1: Download complete [2021-05-12T12:25:42.118Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T12:25:42.118Z] 93b9cdb0e59b: Download complete [2021-05-12T12:25:42.118Z] 5e14af77c1be: Verifying Checksum [2021-05-12T12:25:42.118Z] 5e14af77c1be: Download complete [2021-05-12T12:25:42.118Z] 93b61091891f: Verifying Checksum [2021-05-12T12:25:42.118Z] 93b61091891f: Download complete [2021-05-12T12:25:42.118Z] 01666e4c0597: Verifying Checksum [2021-05-12T12:25:42.118Z] 01666e4c0597: Download complete [2021-05-12T12:25:42.118Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T12:25:42.118Z] 8ad3a11d3b57: Download complete [2021-05-12T12:25:42.387Z] df20fa9351a1: Pull complete [2021-05-12T12:25:42.666Z] 36b3adc4ff6f: Pull complete [2021-05-12T12:25:43.622Z] 8ad3a11d3b57: Pull complete [2021-05-12T12:25:44.200Z] 46f8f816bc3b: Pull complete [2021-05-12T12:25:44.463Z] aa168da1d23b: Verifying Checksum [2021-05-12T12:25:44.463Z] aa168da1d23b: Download complete [2021-05-12T12:25:44.726Z] 93b61091891f: Pull complete [2021-05-12T12:25:44.726Z] 93b9cdb0e59b: Pull complete [2021-05-12T12:25:44.989Z] 5e14af77c1be: Pull complete [2021-05-12T12:25:44.989Z] 01666e4c0597: Pull complete [2021-05-12T12:25:51.649Z] aa168da1d23b: Pull complete [2021-05-12T12:25:51.649Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T12:25:51.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T12:25:51.649Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T12:25:51.837Z] prd-centos7-docker-4c-2g-4683 does not seem to be running inside a container [2021-05-12T12:25:51.888Z] $ 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-353/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-353 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353:/w/workspace/edgexfoundry_edgex-ui-go_PR-353:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T12:25:55.210Z] $ docker top 1d3f09b8bf99856d5666de7546113667c294a2f5663836f4473929a8efed29e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:25:55.653Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T12:25:55.956Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T12:25:56.261Z] + ls /var/log/sa-host [2021-05-12T12:25:56.261Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T12:25:56.261Z] file_magic: OK [2021-05-12T12:25:56.261Z] HZ: Using current value: 100 [2021-05-12T12:25:56.261Z] file_header: OK [2021-05-12T12:25:56.261Z] 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-12T12:25:56.261Z] Statistics: [2021-05-12T12:25:56.261Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T12:25:56.261Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T12:25:56.261Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T12:25:56.261Z] file_magic: OK [2021-05-12T12:25:56.261Z] HZ: Using current value: 100 [2021-05-12T12:25:56.261Z] file_header: OK [2021-05-12T12:25:56.261Z] 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-12T12:25:56.261Z] Statistics: [2021-05-12T12:25:56.261Z] Hnuu...uuuununununu... [2021-05-12T12:25:56.261Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T12:25:56.945Z] provisioning config files... [2021-05-12T12:25:56.960Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/config5481312304110759117tmp [Pipeline] { [Pipeline] echo [2021-05-12T12:25:56.984Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:25:57.286Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T12:25:57.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T12:25:57.324Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:25:57.627Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T12:25:57.639Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:25:57.940Z] ---> sudo-logs.sh [2021-05-12T12:25:57.940Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T12:25:57.969Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:25:58.270Z] ---> job-cost.sh [2021-05-12T12:25:58.270Z] lf-activate-venv: SKIPPING [2021-05-12T12:25:58.270Z] DEBUG: total: 0.20999999344348907 [2021-05-12T12:25:58.270Z] INFO: Retrieving Stack Cost... [2021-05-12T12:25:59.664Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T12:26:00.237Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T12:26:00.252Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:26:00.547Z] ---> logs-deploy.sh [2021-05-12T12:26:00.547Z] lf-activate-venv: SKIPPING [2021-05-12T12:26:00.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-353/2 [2021-05-12T12:26:00.547Z] INFO: archiving workspace using pattern(s): [2021-05-12T12:26:02.465Z] Archives upload complete. [2021-05-12T12:26:02.465Z] INFO: archiving logs to Nexus [2021-05-12T12:26:03.412Z] ---> uname -a: [2021-05-12T12:26:03.412Z] Linux prd-centos7-docker-4c-2g-4683.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-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] ---> lscpu: [2021-05-12T12:26:03.412Z] Architecture: x86_64 [2021-05-12T12:26:03.412Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-12T12:26:03.412Z] Byte Order: Little Endian [2021-05-12T12:26:03.412Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-12T12:26:03.412Z] CPU(s): 4 [2021-05-12T12:26:03.412Z] On-line CPU(s) list: 0-3 [2021-05-12T12:26:03.412Z] Thread(s) per core: 1 [2021-05-12T12:26:03.412Z] Core(s) per socket: 1 [2021-05-12T12:26:03.412Z] Socket(s): 4 [2021-05-12T12:26:03.412Z] NUMA node(s): 1 [2021-05-12T12:26:03.412Z] Vendor ID: GenuineIntel [2021-05-12T12:26:03.412Z] CPU family: 6 [2021-05-12T12:26:03.412Z] Model: 44 [2021-05-12T12:26:03.412Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-12T12:26:03.412Z] Stepping: 1 [2021-05-12T12:26:03.412Z] CPU MHz: 2933.442 [2021-05-12T12:26:03.412Z] BogoMIPS: 5866.88 [2021-05-12T12:26:03.412Z] Virtualization: VT-x [2021-05-12T12:26:03.412Z] Hypervisor vendor: KVM [2021-05-12T12:26:03.412Z] Virtualization type: full [2021-05-12T12:26:03.412Z] L1d cache: 128 KiB [2021-05-12T12:26:03.412Z] L1i cache: 128 KiB [2021-05-12T12:26:03.412Z] L2 cache: 16 MiB [2021-05-12T12:26:03.412Z] L3 cache: 64 MiB [2021-05-12T12:26:03.412Z] NUMA node0 CPU(s): 0-3 [2021-05-12T12:26:03.412Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-12T12:26:03.412Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-12T12:26:03.412Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-12T12:26:03.412Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-12T12:26:03.412Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-12T12:26:03.412Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-12T12:26:03.412Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-12T12:26:03.412Z] Vulnerability Srbds: Not affected [2021-05-12T12:26:03.412Z] Vulnerability Tsx async abort: Not affected [2021-05-12T12:26:03.412Z] 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-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] ---> nproc: [2021-05-12T12:26:03.412Z] 4 [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] ---> df -h: [2021-05-12T12:26:03.412Z] Filesystem Size Used Available Use% Mounted on [2021-05-12T12:26:03.412Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-12T12:26:03.412Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-12T12:26:03.412Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-12T12:26:03.412Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp [2021-05-12T12:26:03.412Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] ---> free -m: [2021-05-12T12:26:03.412Z] total used free shared buff/cache available [2021-05-12T12:26:03.412Z] Mem: 1837 723 116 0 997 1009 [2021-05-12T12:26:03.412Z] Swap: 1023 1 1022 [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] ---> ip addr: [2021-05-12T12:26:03.412Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-12T12:26:03.412Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-12T12:26:03.412Z] inet 127.0.0.1/8 scope host lo [2021-05-12T12:26:03.412Z] valid_lft forever preferred_lft forever [2021-05-12T12:26:03.412Z] inet6 ::1/128 scope host [2021-05-12T12:26:03.412Z] valid_lft forever preferred_lft forever [2021-05-12T12:26:03.412Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-12T12:26:03.412Z] link/ether fa:16:3e:39:79:9d brd ff:ff:ff:ff:ff:ff [2021-05-12T12:26:03.412Z] inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-12T12:26:03.412Z] valid_lft 85782sec preferred_lft 85782sec [2021-05-12T12:26:03.412Z] inet6 fe80::f816:3eff:fe39:799d/64 scope link [2021-05-12T12:26:03.412Z] valid_lft forever preferred_lft forever [2021-05-12T12:26:03.412Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-12T12:26:03.412Z] link/ether 02:42:5d:b4:3a:ed brd ff:ff:ff:ff:ff:ff [2021-05-12T12:26:03.412Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-12T12:26:03.412Z] valid_lft forever preferred_lft forever [2021-05-12T12:26:03.412Z] inet6 fe80::42:5dff:feb4:3aed/64 scope link [2021-05-12T12:26:03.412Z] valid_lft forever preferred_lft forever [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] ---> sar -b -r -n DEV: [2021-05-12T12:26:03.412Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] 12:15:33 LINUX RESTART (4 CPU) [2021-05-12T12:26:03.412Z] [2021-05-12T12:26:03.412Z] 12:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-12T12:26:03.412Z] 12:17:01 84.49 31.72 52.76 0.00 7329.03 5881.87 0.00 [2021-05-12T12:26:03.412Z] 12:18:01 2.55 0.02 2.53 0.00 0.53 54.33 0.00 [2021-05-12T12:26:03.412Z] 12:19:01 0.48 0.00 0.48 0.00 0.00 7.99 0.00 [2021-05-12T12:26:03.412Z] 12:20:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 [2021-05-12T12:26:03.412Z] 12:21:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 [2021-05-12T12:26:03.413Z] 12:22:01 0.32 0.00 0.32 0.00 0.00 4.26 0.00 [2021-05-12T12:26:03.413Z] 12:23:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 [2021-05-12T12:26:03.413Z] 12:24:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 [2021-05-12T12:26:03.413Z] 12:25:01 0.32 0.00 0.32 0.00 0.00 3.30 0.00 [2021-05-12T12:26:03.413Z] Average: 9.90 3.53 6.37 0.00 814.73 662.68 0.00 [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] 12:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-12T12:26:03.413Z] 12:17:01 121900 0 626072 33.27 2620 1130952 1114836 38.05 422332 1135156 136 [2021-05-12T12:26:03.413Z] 12:18:01 120176 0 627728 33.36 2620 1131020 1079788 36.85 428800 1131112 20 [2021-05-12T12:26:03.413Z] 12:19:01 119704 0 628196 33.39 2620 1131024 1079872 36.85 438400 1122008 20 [2021-05-12T12:26:03.413Z] 12:20:01 119572 0 628328 33.39 2620 1131024 1079896 36.86 438672 1122008 16 [2021-05-12T12:26:03.413Z] 12:21:01 121396 0 626496 33.30 2620 1131032 1079464 36.84 439124 1120560 12 [2021-05-12T12:26:03.413Z] 12:22:01 121324 0 626564 33.30 2620 1131036 1079536 36.84 442184 1117756 8 [2021-05-12T12:26:03.413Z] 12:23:01 121776 0 626108 33.28 2620 1131040 1079464 36.84 441816 1117756 16 [2021-05-12T12:26:03.413Z] 12:24:01 121728 0 626152 33.28 2620 1131044 1079464 36.84 441820 1117756 8 [2021-05-12T12:26:03.413Z] 12:25:01 121676 0 626196 33.28 2620 1131052 1079464 36.84 441828 1117756 8 [2021-05-12T12:26:03.413Z] Average: 121028 0 626871 33.32 2620 1131025 1083532 36.98 437220 1122430 27 [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] 12:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-12T12:26:03.413Z] 12:17:01 eth0 687.25 463.90 1401.81 94.68 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:17:01 docker0 60.72 49.57 5.44 161.30 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:18:01 eth0 14.27 12.14 4.43 22.61 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:19:01 eth0 3.01 1.77 0.48 2.42 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:20:01 eth0 0.55 0.40 0.27 0.09 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:21:01 eth0 0.12 0.13 0.01 0.13 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:22:01 eth0 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] Average: eth0 78.46 53.22 156.42 13.34 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] Average: docker0 6.75 5.51 0.60 17.93 0.00 0.00 0.00 0.00 [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] ---> sar -P ALL: [2021-05-12T12:26:03.413Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] 12:15:33 LINUX RESTART (4 CPU) [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] 12:16:01 CPU %user %nice %system %iowait %steal %idle [2021-05-12T12:26:03.413Z] 12:17:01 all 12.53 0.00 4.97 2.29 0.06 80.15 [2021-05-12T12:26:03.413Z] 12:17:01 0 12.46 0.00 6.09 2.73 0.07 78.64 [2021-05-12T12:26:03.413Z] 12:17:01 1 12.31 0.00 4.58 1.32 0.05 81.74 [2021-05-12T12:26:03.413Z] 12:17:01 2 12.72 0.00 4.95 2.29 0.05 79.99 [2021-05-12T12:26:03.413Z] 12:17:01 3 12.63 0.00 4.27 2.84 0.05 80.22 [2021-05-12T12:26:03.413Z] 12:18:01 all 0.37 0.00 0.14 0.00 0.05 99.44 [2021-05-12T12:26:03.413Z] 12:18:01 0 0.20 0.00 0.18 0.00 0.05 99.57 [2021-05-12T12:26:03.413Z] 12:18:01 1 0.20 0.00 0.07 0.00 0.02 99.72 [2021-05-12T12:26:03.413Z] 12:18:01 2 0.60 0.00 0.13 0.00 0.07 99.20 [2021-05-12T12:26:03.413Z] 12:18:01 3 0.48 0.00 0.18 0.00 0.05 99.28 [2021-05-12T12:26:03.413Z] 12:19:01 all 0.15 0.00 0.05 0.00 0.03 99.77 [2021-05-12T12:26:03.413Z] 12:19:01 0 0.08 0.00 0.07 0.00 0.07 99.78 [2021-05-12T12:26:03.413Z] 12:19:01 1 0.28 0.00 0.03 0.00 0.02 99.67 [2021-05-12T12:26:03.413Z] 12:19:01 2 0.08 0.00 0.07 0.00 0.05 99.80 [2021-05-12T12:26:03.413Z] 12:19:01 3 0.15 0.00 0.03 0.00 0.00 99.82 [2021-05-12T12:26:03.413Z] 12:20:01 all 0.13 0.00 0.05 0.00 0.06 99.75 [2021-05-12T12:26:03.413Z] 12:20:01 0 0.45 0.00 0.07 0.00 0.05 99.43 [2021-05-12T12:26:03.413Z] 12:20:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2021-05-12T12:26:03.413Z] 12:20:01 2 0.05 0.00 0.08 0.00 0.13 99.73 [2021-05-12T12:26:03.413Z] 12:20:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-05-12T12:26:03.413Z] 12:21:01 all 0.13 0.00 0.06 0.00 0.05 99.75 [2021-05-12T12:26:03.413Z] 12:21:01 0 0.35 0.00 0.05 0.00 0.05 99.55 [2021-05-12T12:26:03.413Z] 12:21:01 1 0.07 0.00 0.05 0.00 0.08 99.80 [2021-05-12T12:26:03.413Z] 12:21:01 2 0.08 0.00 0.10 0.00 0.05 99.77 [2021-05-12T12:26:03.413Z] 12:21:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2021-05-12T12:26:03.413Z] 12:22:01 all 0.10 0.00 0.04 0.00 0.00 99.85 [2021-05-12T12:26:03.413Z] 12:22:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-05-12T12:26:03.413Z] 12:22:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-05-12T12:26:03.413Z] 12:22:01 2 0.32 0.00 0.03 0.00 0.00 99.65 [2021-05-12T12:26:03.413Z] 12:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-12T12:26:03.413Z] 12:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-05-12T12:26:03.413Z] 12:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-05-12T12:26:03.413Z] 12:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-12T12:26:03.413Z] 12:23:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-12T12:26:03.413Z] 12:23:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-12T12:26:03.413Z] 12:24:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-05-12T12:26:03.413Z] 12:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-12T12:26:03.413Z] 12:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-12T12:26:03.413Z] 12:24:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-12T12:26:03.413Z] 12:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-12T12:26:03.413Z] 12:25:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-05-12T12:26:03.413Z] 12:25:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-12T12:26:03.413Z] 12:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-12T12:26:03.413Z] 12:25:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-05-12T12:26:03.413Z] 12:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-12T12:26:03.413Z] Average: all 1.52 0.00 0.59 0.25 0.03 97.61 [2021-05-12T12:26:03.413Z] Average: 0 1.49 0.00 0.72 0.30 0.03 97.46 [2021-05-12T12:26:03.413Z] Average: 1 1.42 0.00 0.54 0.14 0.02 97.87 [2021-05-12T12:26:03.413Z] Average: 2 1.69 0.00 0.60 0.25 0.04 97.42 [2021-05-12T12:26:03.413Z] Average: 3 1.47 0.00 0.51 0.31 0.02 97.69 [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z] [2021-05-12T12:26:03.413Z]