Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c79708e2ba97b6a333b52287e61b5928dba1b1d4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33316 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # 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 Checking out Revision c79708e2ba97b6a333b52287e61b5928dba1b1d4 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c79708e2ba97b6a333b52287e61b5928dba1b1d4 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" > git rev-list --no-walk bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T12:37:31.097Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T12:37:31.398Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T12:37:31.597Z] ========================================================= [2021-04-08T12:37:31.597Z] EdgeX Global Pipelines Version Info [2021-04-08T12:37:31.597Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:37:33.058Z] ------------------- [2021-04-08T12:37:33.058Z] stable info: [2021-04-08T12:37:33.058Z] ------------------- [2021-04-08T12:37:33.058Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T12:37:33.058Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T12:37:33.058Z] Message: update stable to v1.0.186 [2021-04-08T12:37:34.013Z] ------------------- [2021-04-08T12:37:34.013Z] experimental info: [2021-04-08T12:37:34.013Z] ------------------- [2021-04-08T12:37:34.013Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T12:37:34.013Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T12:37:34.013Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T12:37:34.291Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-08T12:37:34.384Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-08T12:37:34.474Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T12:37:34.566Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T12:37:34.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T12:37:34.783Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T12:37:34.935Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T12:37:35.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T12:37:35.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-08T12:37:35.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T12:37:35.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T12:37:35.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-08T12:37:35.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T12:37:35.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T12:37:35.730Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T12:37:35.820Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T12:37:35.910Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T12:37:36.047Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T12:37:36.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T12:37:36.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-08T12:37:36.337Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-08T12:37:36.443Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-08T12:37:36.830Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-08T12:37:36.952Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-08T12:37:37.045Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-08T12:37:37.146Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T12:37:37.240Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-08T12:37:37.328Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-08T12:37:37.417Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-08T12:37:37.511Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] echo [2021-04-08T12:37:37.600Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c79708e [Pipeline] echo [2021-04-08T12:37:37.694Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T12:37:37.876Z] provisioning config files... [2021-04-08T12:37:37.920Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config286557245090432569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:37:38.337Z] ---> docker-login.sh [2021-04-08T12:37:38.337Z] nexus3.edgexfoundry.org:10001 [2021-04-08T12:37:38.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:37:38.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:37:38.867Z] Configure a credential helper to remove this warning. See [2021-04-08T12:37:38.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:37:38.867Z] [2021-04-08T12:37:38.867Z] Login Succeeded [2021-04-08T12:37:38.867Z] nexus3.edgexfoundry.org:10002 [2021-04-08T12:37:38.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:37:38.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:37:38.867Z] Configure a credential helper to remove this warning. See [2021-04-08T12:37:38.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:37:38.867Z] [2021-04-08T12:37:38.867Z] Login Succeeded [2021-04-08T12:37:39.132Z] nexus3.edgexfoundry.org:10003 [2021-04-08T12:37:39.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:37:39.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:37:39.132Z] Configure a credential helper to remove this warning. See [2021-04-08T12:37:39.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:37:39.132Z] [2021-04-08T12:37:39.132Z] Login Succeeded [2021-04-08T12:37:39.132Z] nexus3.edgexfoundry.org:10004 [2021-04-08T12:37:39.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:37:39.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:37:39.396Z] Configure a credential helper to remove this warning. See [2021-04-08T12:37:39.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:37:39.396Z] [2021-04-08T12:37:39.396Z] Login Succeeded [2021-04-08T12:37:39.396Z] docker.io [2021-04-08T12:37:39.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:37:39.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:37:39.663Z] Configure a credential helper to remove this warning. See [2021-04-08T12:37:39.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:37:39.663Z] [2021-04-08T12:37:39.663Z] Login Succeeded [2021-04-08T12:37:39.663Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T12:37:39.675Z] 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-04-08T12:37:40.710Z] + git log --format=format:%s -1 c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] echo [2021-04-08T12:37:40.762Z] GIT_COMMIT: c79708e2ba97b6a333b52287e61b5928dba1b1d4, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0 [Pipeline] echo [2021-04-08T12:37:40.806Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:37:41.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T12:37:41.772Z] [2021-04-08T12:37:41.772Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:37:42.119Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T12:37:42.119Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T12:37:42.119Z] 31603596830f: Pulling fs layer [2021-04-08T12:37:42.119Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T12:37:42.119Z] 6ca5941a6612: Pulling fs layer [2021-04-08T12:37:42.119Z] ecc8261a40a4: Pulling fs layer [2021-04-08T12:37:42.119Z] ecc8261a40a4: Waiting [2021-04-08T12:37:42.119Z] 2a8b12db71e7: Download complete [2021-04-08T12:37:42.382Z] 31603596830f: Verifying Checksum [2021-04-08T12:37:42.382Z] 31603596830f: Download complete [2021-04-08T12:37:42.382Z] 6ca5941a6612: Verifying Checksum [2021-04-08T12:37:42.382Z] 6ca5941a6612: Download complete [2021-04-08T12:37:42.382Z] ecc8261a40a4: Verifying Checksum [2021-04-08T12:37:42.382Z] ecc8261a40a4: Download complete [2021-04-08T12:37:42.647Z] 31603596830f: Pull complete [2021-04-08T12:37:42.915Z] 2a8b12db71e7: Pull complete [2021-04-08T12:37:43.865Z] 6ca5941a6612: Pull complete [2021-04-08T12:37:44.128Z] ecc8261a40a4: Pull complete [2021-04-08T12:37:44.128Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T12:37:44.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T12:37:44.128Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T12:37:44.243Z] prd-centos7-docker-4c-2g-33316 does not seem to be running inside a container [2021-04-08T12:37:44.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T12:37:46.590Z] $ docker top 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T12:37:46.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T12:37:46.901Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T12:37:47.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T12:37:47.134Z] $ docker exec 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent [2021-04-08T12:37:47.307Z] SSH_AUTH_SOCK=/tmp/ssh-sTb1QQpnnLa6/agent.11 [2021-04-08T12:37:47.307Z] SSH_AGENT_PID=16 [2021-04-08T12:37:47.321Z] Running ssh-add (command line suppressed) [2021-04-08T12:37:47.437Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7331471176664763963.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7331471176664763963.key) [2021-04-08T12:37:47.490Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T12:37:47.851Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T12:37:47.876Z] $ docker exec --env ******** --env ******** 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent -k [2021-04-08T12:37:48.008Z] unset SSH_AUTH_SOCK; [2021-04-08T12:37:48.008Z] unset SSH_AGENT_PID; [2021-04-08T12:37:48.008Z] echo Agent pid 16 killed; [2021-04-08T12:37:48.062Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T12:37:48.248Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T12:37:48.248Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T12:37:48.448Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T12:37:48.453Z] $ docker exec 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent [2021-04-08T12:37:48.631Z] SSH_AUTH_SOCK=/tmp/ssh-fyPc78772fAY/agent.47 [2021-04-08T12:37:48.631Z] SSH_AGENT_PID=52 [2021-04-08T12:37:48.638Z] Running ssh-add (command line suppressed) [2021-04-08T12:37:48.779Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5354063301832967061.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5354063301832967061.key) [2021-04-08T12:37:48.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T12:37:49.172Z] + git semver init [2021-04-08T12:37:49.173Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T12:37:49.173Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-08T12:37:49.173Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-08T12:37:49.173Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T12:37:49.173Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T12:37:49.173Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T12:37:49.173Z] # $SEMVER_BRANCH = master [2021-04-08T12:37:49.173Z] # $SEMVER_TEMP = /tmp/semver-973161610 [2021-04-08T12:37:49.173Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-08T12:37:50.574Z] # '/tmp/semver-973161610' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-08T12:37:50.574Z] # -> Force: false [2021-04-08T12:37:50.574Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-08T12:37:50.588Z] $ docker exec --env ******** --env ******** 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent -k [2021-04-08T12:37:50.706Z] unset SSH_AUTH_SOCK; [2021-04-08T12:37:50.707Z] unset SSH_AGENT_PID; [2021-04-08T12:37:50.707Z] echo Agent pid 52 killed; [2021-04-08T12:37:50.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T12:37:51.234Z] + git semver [Pipeline] } [2021-04-08T12:37:51.253Z] $ docker stop --time=1 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 [2021-04-08T12:37:52.706Z] $ docker rm -f 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T12:37:53.179Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T12:37:53.669Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T12:37:53.673Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-04-08T12:38:09.253Z] Still waiting to schedule task [2021-04-08T12:38:09.253Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-08T12:38:09.255Z] Still waiting to schedule task [2021-04-08T12:38:09.255Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-08T12:39:53.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33317 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-08T12:39:53.206Z] Running in /w/workspace/edgex-ui-go/91 [Pipeline] { [Pipeline] checkout [2021-04-08T12:39:58.278Z] using credential edgex-jenkins-ssh [2021-04-08T12:39:58.344Z] Cloning the remote Git repository [2021-04-08T12:39:58.392Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T12:39:58.498Z] > git init /w/workspace/edgex-ui-go/91 # timeout=10 [2021-04-08T12:39:58.582Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T12:39:58.582Z] > git --version # timeout=10 [2021-04-08T12:39:58.597Z] > git --version # 'git version 2.17.1' [2021-04-08T12:39:58.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T12:39:58.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T12:40:00.182Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T12:40:00.208Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T12:40:00.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T12:40:00.324Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T12:40:00.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T12:40:00.342Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T12:40:00.999Z] Checking out Revision c79708e2ba97b6a333b52287e61b5928dba1b1d4 (master) [2021-04-08T12:40:01.019Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T12:40:01.033Z] > git checkout -f c79708e2ba97b6a333b52287e61b5928dba1b1d4 # timeout=10 [2021-04-08T12:40:05.481Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T12:40:07.169Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T12:40:07.638Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T12:40:07.983Z] + sudo service docker restart [2021-04-08T12:40:07.983Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T12:40:10.729Z] provisioning config files... [2021-04-08T12:40:10.774Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config2084308146330239513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:40:11.337Z] ---> docker-login.sh [2021-04-08T12:40:11.337Z] nexus3.edgexfoundry.org:10001 [2021-04-08T12:40:12.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:12.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:12.597Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:12.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:12.597Z] [2021-04-08T12:40:12.597Z] Login Succeeded [2021-04-08T12:40:12.597Z] nexus3.edgexfoundry.org:10002 [2021-04-08T12:40:12.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:13.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:13.149Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:13.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:13.149Z] [2021-04-08T12:40:13.149Z] Login Succeeded [2021-04-08T12:40:13.149Z] nexus3.edgexfoundry.org:10003 [2021-04-08T12:40:13.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:13.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:13.709Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:13.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:13.709Z] [2021-04-08T12:40:13.709Z] Login Succeeded [2021-04-08T12:40:13.709Z] nexus3.edgexfoundry.org:10004 [2021-04-08T12:40:13.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:14.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:14.255Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:14.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:14.255Z] [2021-04-08T12:40:14.255Z] Login Succeeded [2021-04-08T12:40:14.255Z] docker.io [2021-04-08T12:40:14.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:14.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:14.801Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:14.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:14.801Z] [2021-04-08T12:40:14.801Z] Login Succeeded [2021-04-08T12:40:14.801Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T12:40:14.819Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T12:40:15.361Z] ========================================================= [2021-04-08T12:40:15.361Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T12:40:15.361Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:40:15.739Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-08T12:40:16.335Z] Sending build context to Docker daemon 17.64MB [2021-04-08T12:40:16.335Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T12:40:16.335Z] Step 2/8 : FROM ${BASE} [2021-04-08T12:40:16.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T12:40:16.608Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T12:40:16.608Z] a4357932f1b6: Pulling fs layer [2021-04-08T12:40:16.608Z] 18c013af1878: Pulling fs layer [2021-04-08T12:40:16.608Z] 00ac8860ef70: Pulling fs layer [2021-04-08T12:40:16.608Z] 63d7cb157983: Pulling fs layer [2021-04-08T12:40:16.608Z] b116817d02f9: Pulling fs layer [2021-04-08T12:40:16.608Z] 745a02a5169b: Pulling fs layer [2021-04-08T12:40:16.608Z] 00ac8860ef70: Waiting [2021-04-08T12:40:16.608Z] 63d7cb157983: Waiting [2021-04-08T12:40:16.608Z] b116817d02f9: Waiting [2021-04-08T12:40:16.608Z] 745a02a5169b: Waiting [2021-04-08T12:40:16.608Z] 18c013af1878: Download complete [2021-04-08T12:40:16.608Z] a4357932f1b6: Verifying Checksum [2021-04-08T12:40:16.608Z] a4357932f1b6: Download complete [2021-04-08T12:40:16.608Z] 63d7cb157983: Download complete [2021-04-08T12:40:16.881Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T12:40:16.881Z] 5f621e34cdf4: Download complete [2021-04-08T12:40:16.881Z] b116817d02f9: Verifying Checksum [2021-04-08T12:40:16.881Z] b116817d02f9: Download complete [2021-04-08T12:40:17.488Z] 5f621e34cdf4: Pull complete [2021-04-08T12:40:18.096Z] a4357932f1b6: Pull complete [2021-04-08T12:40:18.693Z] 18c013af1878: Pull complete [2021-04-08T12:40:19.295Z] 745a02a5169b: Verifying Checksum [2021-04-08T12:40:19.295Z] 745a02a5169b: Download complete [2021-04-08T12:40:21.270Z] 00ac8860ef70: Verifying Checksum [2021-04-08T12:40:21.270Z] 00ac8860ef70: Download complete [2021-04-08T12:40:31.430Z] 00ac8860ef70: Pull complete [2021-04-08T12:40:31.430Z] 63d7cb157983: Pull complete [2021-04-08T12:40:31.430Z] b116817d02f9: Pull complete [2021-04-08T12:40:35.745Z] 745a02a5169b: Pull complete [2021-04-08T12:40:35.745Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T12:40:35.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T12:40:35.745Z] ---> b7e6874047d6 [2021-04-08T12:40:35.745Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T12:40:38.355Z] ---> Running in 502ce63e6c9d [2021-04-08T12:40:38.634Z] Removing intermediate container 502ce63e6c9d [2021-04-08T12:40:38.635Z] ---> 6f1d98f51d55 [2021-04-08T12:40:38.635Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T12:40:38.635Z] ---> Running in 017fc74de53d [2021-04-08T12:40:41.297Z] Removing intermediate container 017fc74de53d [2021-04-08T12:40:41.297Z] ---> 08bb05692956 [2021-04-08T12:40:41.297Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-08T12:40:41.297Z] ---> Running in 27fc3cbbb403 [2021-04-08T12:40:42.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T12:40:43.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T12:40:44.260Z] OK: 142 MiB in 39 packages [2021-04-08T12:40:45.236Z] Removing intermediate container 27fc3cbbb403 [2021-04-08T12:40:45.236Z] ---> 30562f4769e1 [2021-04-08T12:40:45.236Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-08T12:40:45.510Z] ---> Running in c1aa277f30f9 [2021-04-08T12:40:46.103Z] Removing intermediate container c1aa277f30f9 [2021-04-08T12:40:46.103Z] ---> f7c2884b0da0 [2021-04-08T12:40:46.103Z] Step 7/8 : COPY . . [2021-04-08T12:40:46.844Z] Running on prd-centos7-docker-4c-2g-33318 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-08T12:40:46.907Z] Running in /w/workspace/edgex-ui-go/91 [Pipeline] { [Pipeline] checkout [2021-04-08T12:40:48.725Z] ---> 3a31e020bd0b [2021-04-08T12:40:48.725Z] Step 8/8 : RUN go mod download [2021-04-08T12:40:48.725Z] ---> Running in dde9da6555be [2021-04-08T12:40:49.565Z] using credential edgex-jenkins-ssh [2021-04-08T12:40:49.624Z] Cloning the remote Git repository [2021-04-08T12:40:49.658Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T12:40:49.730Z] > git init /w/workspace/edgex-ui-go/91 # timeout=10 [2021-04-08T12:40:49.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T12:40:49.796Z] > git --version # timeout=10 [2021-04-08T12:40:49.805Z] > git --version # 'git version 2.24.3' [2021-04-08T12:40:49.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T12:40:49.841Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T12:40:51.331Z] Checking out Revision c79708e2ba97b6a333b52287e61b5928dba1b1d4 (master) [2021-04-08T12:40:50.835Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T12:40:50.841Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T12:40:50.853Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T12:40:50.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T12:40:50.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T12:40:50.870Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T12:40:51.340Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T12:40:51.344Z] > git checkout -f c79708e2ba97b6a333b52287e61b5928dba1b1d4 # timeout=10 [2021-04-08T12:40:55.199Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T12:40:56.397Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T12:40:56.735Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T12:40:57.037Z] + sudo service docker restart [2021-04-08T12:40:57.037Z] + true [2021-04-08T12:40:57.037Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T12:40:59.032Z] provisioning config files... [2021-04-08T12:40:59.065Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config261480724652334399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:40:59.448Z] ---> docker-login.sh [2021-04-08T12:40:59.448Z] nexus3.edgexfoundry.org:10001 [2021-04-08T12:40:59.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:59.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:59.714Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:59.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:59.714Z] [2021-04-08T12:40:59.714Z] Login Succeeded [2021-04-08T12:40:59.714Z] nexus3.edgexfoundry.org:10002 [2021-04-08T12:40:59.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:40:59.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:40:59.977Z] Configure a credential helper to remove this warning. See [2021-04-08T12:40:59.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:40:59.977Z] [2021-04-08T12:40:59.977Z] Login Succeeded [2021-04-08T12:40:59.977Z] nexus3.edgexfoundry.org:10003 [2021-04-08T12:41:00.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:41:00.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:41:00.249Z] Configure a credential helper to remove this warning. See [2021-04-08T12:41:00.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:41:00.249Z] [2021-04-08T12:41:00.249Z] Login Succeeded [2021-04-08T12:41:00.249Z] nexus3.edgexfoundry.org:10004 [2021-04-08T12:41:00.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:41:00.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:41:00.512Z] Configure a credential helper to remove this warning. See [2021-04-08T12:41:00.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:41:00.512Z] [2021-04-08T12:41:00.512Z] Login Succeeded [2021-04-08T12:41:00.512Z] docker.io [2021-04-08T12:41:00.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:41:00.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:41:00.775Z] Configure a credential helper to remove this warning. See [2021-04-08T12:41:00.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:41:00.775Z] [2021-04-08T12:41:00.775Z] Login Succeeded [2021-04-08T12:41:00.775Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T12:41:00.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T12:41:01.208Z] ========================================================= [2021-04-08T12:41:01.208Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T12:41:01.208Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:41:01.573Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-08T12:41:01.841Z] Sending build context to Docker daemon 17.65MB [2021-04-08T12:41:01.841Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T12:41:01.841Z] Step 2/8 : FROM ${BASE} [2021-04-08T12:41:02.111Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T12:41:02.111Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T12:41:02.111Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T12:41:02.111Z] de9db76c5a1d: Pulling fs layer [2021-04-08T12:41:02.111Z] bca2f99d35d6: Pulling fs layer [2021-04-08T12:41:02.111Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T12:41:02.111Z] 7c6f9722023f: Pulling fs layer [2021-04-08T12:41:02.111Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T12:41:02.111Z] bca2f99d35d6: Waiting [2021-04-08T12:41:02.111Z] 93359f2a8cfa: Waiting [2021-04-08T12:41:02.111Z] 7c6f9722023f: Waiting [2021-04-08T12:41:02.111Z] a35cf1a2eb13: Waiting [2021-04-08T12:41:02.111Z] de9db76c5a1d: Download complete [2021-04-08T12:41:02.111Z] 0ef7d3d256c8: Download complete [2021-04-08T12:41:02.111Z] 93359f2a8cfa: Verifying Checksum [2021-04-08T12:41:02.111Z] 93359f2a8cfa: Download complete [2021-04-08T12:41:02.111Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T12:41:02.111Z] 188c0c94c7c5: Download complete [2021-04-08T12:41:02.111Z] 7c6f9722023f: Verifying Checksum [2021-04-08T12:41:02.111Z] 7c6f9722023f: Download complete [2021-04-08T12:41:02.374Z] 188c0c94c7c5: Pull complete [2021-04-08T12:41:02.638Z] 0ef7d3d256c8: Pull complete [2021-04-08T12:41:02.638Z] de9db76c5a1d: Pull complete [2021-04-08T12:41:04.578Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T12:41:04.578Z] a35cf1a2eb13: Download complete [2021-04-08T12:41:04.842Z] bca2f99d35d6: Verifying Checksum [2021-04-08T12:41:04.842Z] bca2f99d35d6: Download complete [2021-04-08T12:41:11.470Z] bca2f99d35d6: Pull complete [2021-04-08T12:41:11.470Z] 93359f2a8cfa: Pull complete [2021-04-08T12:41:11.470Z] 7c6f9722023f: Pull complete [2021-04-08T12:41:18.119Z] a35cf1a2eb13: Pull complete [2021-04-08T12:41:18.119Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T12:41:18.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T12:41:18.119Z] ---> a62c8e92a672 [2021-04-08T12:41:18.119Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T12:41:18.119Z] ---> Running in 5b23773f0fe9 [2021-04-08T12:41:18.119Z] Removing intermediate container 5b23773f0fe9 [2021-04-08T12:41:18.119Z] ---> 8de9b68f0b87 [2021-04-08T12:41:18.119Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T12:41:18.119Z] ---> Running in 9c8547b255b2 [2021-04-08T12:41:19.087Z] Removing intermediate container 9c8547b255b2 [2021-04-08T12:41:19.087Z] ---> a1093e9ef2ea [2021-04-08T12:41:19.087Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-08T12:41:19.087Z] ---> Running in 4b565c3b8624 [2021-04-08T12:41:20.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T12:41:21.057Z] Removing intermediate container dde9da6555be [2021-04-08T12:41:21.057Z] ---> 0a52c5bb5328 [2021-04-08T12:41:21.057Z] Successfully built 0a52c5bb5328 [2021-04-08T12:41:21.057Z] Successfully tagged ci-base-image-arm64:latest [2021-04-08T12:41:21.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:41:21.396Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T12:41:21.396Z] . [Pipeline] withDockerContainer [2021-04-08T12:41:21.632Z] prd-ubuntu18.04-docker-arm64-4c-16g-33317 does not seem to be running inside a container [2021-04-08T12:41:21.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@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 ******** ci-base-image-arm64 cat [2021-04-08T12:41:22.019Z] OK: 166 MiB in 39 packages [2021-04-08T12:41:22.285Z] Removing intermediate container 4b565c3b8624 [2021-04-08T12:41:22.285Z] ---> 9e6977816b3b [2021-04-08T12:41:22.285Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-08T12:41:22.285Z] ---> Running in af59e85dc796 [2021-04-08T12:41:22.550Z] Removing intermediate container af59e85dc796 [2021-04-08T12:41:22.550Z] ---> 54a4b4aa8d76 [2021-04-08T12:41:22.550Z] Step 7/8 : COPY . . [2021-04-08T12:41:23.235Z] $ docker top 41ecbf1560f81e1ba72e30034307a74aaaff80278a00c178d65043ff4bd3013e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T12:41:24.265Z] + go version [2021-04-08T12:41:24.265Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T12:41:24.298Z] $ docker stop --time=1 41ecbf1560f81e1ba72e30034307a74aaaff80278a00c178d65043ff4bd3013e [2021-04-08T12:41:25.116Z] ---> 46ebc8c033e3 [2021-04-08T12:41:25.116Z] Step 8/8 : RUN go mod download [2021-04-08T12:41:25.116Z] ---> Running in 2538196a123d [2021-04-08T12:41:26.299Z] $ docker rm -f 41ecbf1560f81e1ba72e30034307a74aaaff80278a00c178d65043ff4bd3013e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:41:27.330Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T12:41:27.330Z] . [Pipeline] withDockerContainer [2021-04-08T12:41:27.561Z] prd-ubuntu18.04-docker-arm64-4c-16g-33317 does not seem to be running inside a container [2021-04-08T12:41:27.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@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 ******** ci-base-image-arm64 cat [2021-04-08T12:41:29.082Z] $ docker top e54e502ce457664d58a7b989b7ac93f92fe3c2ee279ff51abfc0349aeaece8a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T12:41:30.089Z] + make test [2021-04-08T12:41:30.089Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-08T12:41:31.533Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-08T12:41:57.371Z] Removing intermediate container 2538196a123d [2021-04-08T12:41:57.371Z] ---> b78e7e40a6b9 [2021-04-08T12:41:57.371Z] Successfully built b78e7e40a6b9 [2021-04-08T12:41:57.371Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:41:57.703Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T12:41:57.703Z] . [Pipeline] withDockerContainer [2021-04-08T12:41:57.836Z] prd-centos7-docker-4c-2g-33318 does not seem to be running inside a container [2021-04-08T12:41:57.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@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 ******** ci-base-image-x86_64 cat [2021-04-08T12:41:58.717Z] $ docker top 52d3c040a2796a7593f658d1cf76024cd22491cb27e4607e54e681af27facc19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-08T12:41:59.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-08T12:41:59.129Z] GO111MODULE=on go vet ./... [2021-04-08T12:41:59.219Z] + go version [2021-04-08T12:41:59.219Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T12:41:59.234Z] $ docker stop --time=1 52d3c040a2796a7593f658d1cf76024cd22491cb27e4607e54e681af27facc19 [2021-04-08T12:42:00.945Z] $ docker rm -f 52d3c040a2796a7593f658d1cf76024cd22491cb27e4607e54e681af27facc19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:02.072Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T12:42:02.072Z] . [Pipeline] withDockerContainer [2021-04-08T12:42:02.211Z] prd-centos7-docker-4c-2g-33318 does not seem to be running inside a container [2021-04-08T12:42:02.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@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 ******** ci-base-image-x86_64 cat [2021-04-08T12:42:03.005Z] $ docker top 310faa6c1646848768d9e85e884f03024d2fdc5222913b2a9bebd696081542be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T12:42:03.497Z] + make test [2021-04-08T12:42:03.497Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } [2021-04-08T12:42:04.572Z] $ docker stop --time=1 e54e502ce457664d58a7b989b7ac93f92fe3c2ee279ff51abfc0349aeaece8a6 [2021-04-08T12:42:04.922Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-08T12:42:06.969Z] $ docker rm -f e54e502ce457664d58a7b989b7ac93f92fe3c2ee279ff51abfc0349aeaece8a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T12:42:07.824Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T12:42:08.759Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T12:42:11.760Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T12:42:12.152Z] + ls -al . [2021-04-08T12:42:12.152Z] total 124 [2021-04-08T12:42:12.152Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 12:41 . [2021-04-08T12:42:12.152Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 12:39 .. [2021-04-08T12:42:12.152Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 12:40 .git [2021-04-08T12:42:12.152Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 12:40 .github [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 8 12:40 .gitignore [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 8 12:40 CONTRIBUTING.md [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 8 12:40 Dockerfile [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 8 12:40 Dockerfile.build [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 8 12:40 Jenkinsfile [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 8 12:40 LICENSE [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 8 12:40 Makefile [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 8 12:40 README.md [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 8 12:37 VERSION [2021-04-08T12:42:12.152Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 12:40 assets [2021-04-08T12:42:12.152Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 12:40 bin [2021-04-08T12:42:12.152Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 12:40 cmd [2021-04-08T12:42:12.152Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 8 12:41 coverage.out [2021-04-08T12:42:12.152Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 12:40 docs [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 12:40 go.mod [2021-04-08T12:42:12.152Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 8 12:41 go.sum [2021-04-08T12:42:12.152Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 12:40 internal [2021-04-08T12:42:12.152Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 8 12:40 version.go [2021-04-08T12:42:12.152Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 12:40 web [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:12.528Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c79708e2ba97b6a333b52287e61b5928dba1b1d4 --label arch=arm64 --label version=2.0.0-dev.33 . [2021-04-08T12:42:13.539Z] Sending build context to Docker daemon 17.67MB [2021-04-08T12:42:13.539Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T12:42:13.539Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-08T12:42:13.539Z] ---> 0a52c5bb5328 [2021-04-08T12:42:13.539Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-08T12:42:13.811Z] ---> Running in 87ac99e8da1b [2021-04-08T12:42:14.082Z] Removing intermediate container 87ac99e8da1b [2021-04-08T12:42:14.082Z] ---> 04ad78babcf9 [2021-04-08T12:42:14.082Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-08T12:42:14.366Z] ---> Running in 0bdee1f4eaf1 [2021-04-08T12:42:14.962Z] Removing intermediate container 0bdee1f4eaf1 [2021-04-08T12:42:14.963Z] ---> 12f458350ab0 [2021-04-08T12:42:14.963Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-08T12:42:14.963Z] ---> Running in 2b8760c48874 [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-08T12:42:15.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-08T12:42:15.029Z] GO111MODULE=on go vet ./... [2021-04-08T12:42:15.557Z] Removing intermediate container 2b8760c48874 [2021-04-08T12:42:15.557Z] ---> 5ada815e1712 [2021-04-08T12:42:15.557Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-08T12:42:15.557Z] ---> Running in 24ed14c56c97 [Pipeline] } [2021-04-08T12:42:16.007Z] $ docker stop --time=1 310faa6c1646848768d9e85e884f03024d2fdc5222913b2a9bebd696081542be [2021-04-08T12:42:16.151Z] Removing intermediate container 24ed14c56c97 [2021-04-08T12:42:16.151Z] ---> 4647650ec82d [2021-04-08T12:42:16.151Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-08T12:42:16.151Z] ---> Running in 5cca0185f7a7 [2021-04-08T12:42:16.748Z] Removing intermediate container 5cca0185f7a7 [2021-04-08T12:42:16.748Z] ---> b7b4226918e5 [2021-04-08T12:42:16.748Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T12:42:16.748Z] ---> Running in 2bc45ce68f98 [2021-04-08T12:42:18.417Z] $ docker rm -f 310faa6c1646848768d9e85e884f03024d2fdc5222913b2a9bebd696081542be [Pipeline] // withDockerContainer [2021-04-08T12:42:18.726Z] Removing intermediate container 2bc45ce68f98 [2021-04-08T12:42:18.726Z] ---> 06c6b202bdcc [2021-04-08T12:42:18.726Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] sh [2021-04-08T12:42:19.001Z] ---> Running in ff48731bf53f [2021-04-08T12:42:19.030Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T12:42:19.087Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T12:42:19.443Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-08T12:42:19.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T12:42:20.117Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T12:42:20.419Z] + ls -al . [2021-04-08T12:42:20.419Z] total 92 [2021-04-08T12:42:20.419Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 12:42 . [2021-04-08T12:42:20.419Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 8 12:40 .. [2021-04-08T12:42:20.419Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 8 12:40 assets [2021-04-08T12:42:20.419Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 8 12:40 bin [2021-04-08T12:42:20.419Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 8 12:40 cmd [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 8 12:40 CONTRIBUTING.md [2021-04-08T12:42:20.419Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 8 12:42 coverage.out [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 8 12:40 Dockerfile [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 8 12:40 Dockerfile.build [2021-04-08T12:42:20.419Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 8 12:40 docs [2021-04-08T12:42:20.419Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 8 12:40 .git [2021-04-08T12:42:20.419Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 12:40 .github [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 8 12:40 .gitignore [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 12:40 go.mod [2021-04-08T12:42:20.419Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 8 12:42 go.sum [2021-04-08T12:42:20.419Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 8 12:40 internal [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 8 12:40 Jenkinsfile [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 8 12:40 LICENSE [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 8 12:40 Makefile [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 8 12:40 README.md [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 8 12:37 VERSION [2021-04-08T12:42:20.419Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 8 12:40 version.go [2021-04-08T12:42:20.419Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 8 12:40 web [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:20.726Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c79708e2ba97b6a333b52287e61b5928dba1b1d4 --label arch=amd64 --label version=2.0.0-dev.33 . [2021-04-08T12:42:20.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T12:42:21.316Z] Sending build context to Docker daemon 17.67MB [2021-04-08T12:42:21.316Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T12:42:21.316Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-08T12:42:21.316Z] ---> b78e7e40a6b9 [2021-04-08T12:42:21.316Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-08T12:42:21.541Z] OK: 142 MiB in 39 packages [2021-04-08T12:42:21.892Z] ---> Running in 41cbf9ae350c [2021-04-08T12:42:21.892Z] Removing intermediate container 41cbf9ae350c [2021-04-08T12:42:21.892Z] ---> f6ef942d8ba3 [2021-04-08T12:42:21.892Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-08T12:42:21.892Z] ---> Running in fb411ffa991d [2021-04-08T12:42:22.155Z] Removing intermediate container fb411ffa991d [2021-04-08T12:42:22.155Z] ---> 23bd716af893 [2021-04-08T12:42:22.155Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-08T12:42:22.155Z] ---> Running in 2ac10f912de9 [2021-04-08T12:42:22.418Z] Removing intermediate container 2ac10f912de9 [2021-04-08T12:42:22.418Z] ---> 68482f6c83be [2021-04-08T12:42:22.418Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-08T12:42:22.418Z] ---> Running in 5a493e63e828 [2021-04-08T12:42:22.683Z] Removing intermediate container 5a493e63e828 [2021-04-08T12:42:22.683Z] ---> 25b100c20c25 [2021-04-08T12:42:22.683Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-08T12:42:22.683Z] ---> Running in 5617848d1228 [2021-04-08T12:42:22.948Z] Removing intermediate container 5617848d1228 [2021-04-08T12:42:22.948Z] ---> 253ff09b6584 [2021-04-08T12:42:22.948Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T12:42:22.948Z] ---> Running in 96e93a018a6b [2021-04-08T12:42:22.976Z] Removing intermediate container ff48731bf53f [2021-04-08T12:42:22.976Z] ---> 8cf2614307b6 [2021-04-08T12:42:22.976Z] Step 10/24 : ENV GO111MODULE=on [2021-04-08T12:42:22.976Z] ---> Running in e54499741386 [2021-04-08T12:42:23.257Z] Removing intermediate container e54499741386 [2021-04-08T12:42:23.257Z] ---> 0cae8e389fc1 [2021-04-08T12:42:23.257Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-08T12:42:23.532Z] ---> Running in bd7aafd30d60 [2021-04-08T12:42:23.913Z] Removing intermediate container 96e93a018a6b [2021-04-08T12:42:23.913Z] ---> 8dbd1a1230c2 [2021-04-08T12:42:23.913Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-08T12:42:23.913Z] ---> Running in 8e83f631a279 [2021-04-08T12:42:24.131Z] Removing intermediate container bd7aafd30d60 [2021-04-08T12:42:24.131Z] ---> 6615d7e9709d [2021-04-08T12:42:24.131Z] Step 12/24 : COPY go.mod . [2021-04-08T12:42:24.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T12:42:24.726Z] ---> 84c886275c8e [2021-04-08T12:42:24.726Z] Step 13/24 : COPY Makefile . [2021-04-08T12:42:25.325Z] ---> b006faa2897e [2021-04-08T12:42:25.325Z] Step 14/24 : RUN make update [2021-04-08T12:42:25.325Z] ---> Running in ce79239181a3 [2021-04-08T12:42:25.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T12:42:26.011Z] OK: 166 MiB in 39 packages [2021-04-08T12:42:26.588Z] Removing intermediate container 8e83f631a279 [2021-04-08T12:42:26.588Z] ---> 0e96f0ea786b [2021-04-08T12:42:26.588Z] Step 10/24 : ENV GO111MODULE=on [2021-04-08T12:42:26.588Z] ---> Running in cd30a61ea5df [2021-04-08T12:42:26.763Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-08T12:42:26.850Z] Removing intermediate container cd30a61ea5df [2021-04-08T12:42:26.850Z] ---> 436a11fbe9f4 [2021-04-08T12:42:26.850Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-08T12:42:26.850Z] ---> Running in 3f2c619f8b6b [2021-04-08T12:42:27.113Z] Removing intermediate container 3f2c619f8b6b [2021-04-08T12:42:27.113Z] ---> 44432ffaaf4b [2021-04-08T12:42:27.113Z] Step 12/24 : COPY go.mod . [2021-04-08T12:42:27.113Z] ---> bcbdb3b3e42d [2021-04-08T12:42:27.113Z] Step 13/24 : COPY Makefile . [2021-04-08T12:42:27.382Z] ---> 011675e60dfc [2021-04-08T12:42:27.382Z] Step 14/24 : RUN make update [2021-04-08T12:42:27.382Z] ---> Running in ee22e6077b96 [2021-04-08T12:42:27.742Z] Removing intermediate container ce79239181a3 [2021-04-08T12:42:27.742Z] ---> 070b73de8794 [2021-04-08T12:42:27.742Z] Step 15/24 : COPY . . [2021-04-08T12:42:27.965Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-08T12:42:28.541Z] Removing intermediate container ee22e6077b96 [2021-04-08T12:42:28.541Z] ---> 63c5419e9eba [2021-04-08T12:42:28.541Z] Step 15/24 : COPY . . [2021-04-08T12:42:30.363Z] ---> 1a61614ff623 [2021-04-08T12:42:30.363Z] Step 16/24 : RUN ${MAKE} [2021-04-08T12:42:30.363Z] ---> Running in fa1c3a089a03 [2021-04-08T12:42:30.465Z] ---> b9c276e117d4 [2021-04-08T12:42:30.465Z] Step 16/24 : RUN ${MAKE} [2021-04-08T12:42:30.465Z] ---> Running in 8bde3e97aaae [2021-04-08T12:42:31.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.33" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-08T12:42:31.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.33" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-08T12:42:41.178Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-08T12:42:43.736Z] Removing intermediate container 8bde3e97aaae [2021-04-08T12:42:43.736Z] ---> 96d385e99401 [2021-04-08T12:42:43.736Z] Step 17/24 : FROM alpine:3.12 [2021-04-08T12:42:43.736Z] 3.12: Pulling from library/alpine [2021-04-08T12:42:43.998Z] 532819f3e44c: Pulling fs layer [2021-04-08T12:42:43.998Z] 532819f3e44c: Verifying Checksum [2021-04-08T12:42:43.998Z] 532819f3e44c: Download complete [2021-04-08T12:42:44.262Z] 532819f3e44c: Pull complete [2021-04-08T12:42:44.262Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T12:42:44.262Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T12:42:44.262Z] ---> 7230e588e954 [2021-04-08T12:42:44.262Z] Step 18/24 : EXPOSE 4000 [2021-04-08T12:42:44.527Z] ---> Running in c38271c10987 [2021-04-08T12:42:44.527Z] Removing intermediate container c38271c10987 [2021-04-08T12:42:44.527Z] ---> a3c4dc104310 [2021-04-08T12:42:44.527Z] 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-04-08T12:42:45.928Z] ---> add67f400287 [2021-04-08T12:42:45.928Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-08T12:42:45.928Z] ---> Running in 1a73140487be [2021-04-08T12:42:45.928Z] Removing intermediate container 1a73140487be [2021-04-08T12:42:45.928Z] ---> a9c27c86eb0a [2021-04-08T12:42:45.928Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-08T12:42:45.928Z] ---> Running in e53b1d7d9ef9 [2021-04-08T12:42:46.192Z] Removing intermediate container e53b1d7d9ef9 [2021-04-08T12:42:46.192Z] ---> 684347c445a9 [2021-04-08T12:42:46.192Z] Step 22/24 : LABEL arch=amd64 [2021-04-08T12:42:46.192Z] ---> Running in 8f6da8046204 [2021-04-08T12:42:46.454Z] Removing intermediate container 8f6da8046204 [2021-04-08T12:42:46.454Z] ---> bcf3659aa893 [2021-04-08T12:42:46.454Z] Step 23/24 : LABEL git_sha=c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:42:46.454Z] ---> Running in b5e27e6feae1 [2021-04-08T12:42:46.724Z] Removing intermediate container b5e27e6feae1 [2021-04-08T12:42:46.724Z] ---> 08905069c980 [2021-04-08T12:42:46.724Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-04-08T12:42:46.724Z] ---> Running in 3a1e70f09cc6 [2021-04-08T12:42:46.724Z] Removing intermediate container 3a1e70f09cc6 [2021-04-08T12:42:46.724Z] ---> 296e993fc7eb [2021-04-08T12:42:46.724Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-08T12:42:46.988Z] Successfully built 296e993fc7eb [2021-04-08T12:42:46.988Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T12:42:47.403Z] provisioning config files... [2021-04-08T12:42:47.440Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config3684737594101383363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:42:47.814Z] ---> docker-login.sh [2021-04-08T12:42:47.814Z] nexus3.edgexfoundry.org:10001 [2021-04-08T12:42:47.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:42:48.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:42:48.077Z] Configure a credential helper to remove this warning. See [2021-04-08T12:42:48.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:42:48.077Z] [2021-04-08T12:42:48.077Z] Login Succeeded [2021-04-08T12:42:48.077Z] nexus3.edgexfoundry.org:10002 [2021-04-08T12:42:48.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:42:48.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:42:48.339Z] Configure a credential helper to remove this warning. See [2021-04-08T12:42:48.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:42:48.339Z] [2021-04-08T12:42:48.339Z] Login Succeeded [2021-04-08T12:42:48.339Z] nexus3.edgexfoundry.org:10003 [2021-04-08T12:42:48.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:42:48.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:42:48.339Z] Configure a credential helper to remove this warning. See [2021-04-08T12:42:48.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:42:48.339Z] [2021-04-08T12:42:48.339Z] Login Succeeded [2021-04-08T12:42:48.339Z] nexus3.edgexfoundry.org:10004 [2021-04-08T12:42:48.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:42:48.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:42:48.602Z] Configure a credential helper to remove this warning. See [2021-04-08T12:42:48.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:42:48.602Z] [2021-04-08T12:42:48.602Z] Login Succeeded [2021-04-08T12:42:48.602Z] docker.io [2021-04-08T12:42:48.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:42:49.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:42:49.128Z] Configure a credential helper to remove this warning. See [2021-04-08T12:42:49.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:42:49.128Z] [2021-04-08T12:42:49.128Z] Login Succeeded [2021-04-08T12:42:49.128Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T12:42:49.140Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-08T12:42:49.363Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-08T12:42:49.363Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:42:49.363Z] latest [2021-04-08T12:42:49.363Z] 2.0.0-dev.33 [2021-04-08T12:42:49.363Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [2021-04-08T12:42:49.363Z] master [2021-04-08T12:42:49.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:49.874Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:50.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:42:50.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-08T12:42:50.183Z] 4d4f7b0b1b71: Preparing [2021-04-08T12:42:50.183Z] b0b9881431d7: Preparing [2021-04-08T12:42:50.183Z] b0b9881431d7: Layer already exists [2021-04-08T12:42:51.582Z] 4d4f7b0b1b71: Pushed [2021-04-08T12:42:51.844Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:52.157Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:52.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-08T12:42:52.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-08T12:42:52.462Z] 4d4f7b0b1b71: Preparing [2021-04-08T12:42:52.462Z] b0b9881431d7: Preparing [2021-04-08T12:42:52.462Z] 4d4f7b0b1b71: Layer already exists [2021-04-08T12:42:52.462Z] b0b9881431d7: Layer already exists [2021-04-08T12:42:52.462Z] latest: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:52.771Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:53.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.33 [2021-04-08T12:42:53.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-08T12:42:53.078Z] 4d4f7b0b1b71: Preparing [2021-04-08T12:42:53.078Z] b0b9881431d7: Preparing [2021-04-08T12:42:53.078Z] 4d4f7b0b1b71: Layer already exists [2021-04-08T12:42:53.078Z] b0b9881431d7: Layer already exists [2021-04-08T12:42:53.078Z] 2.0.0-dev.33: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:53.392Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:53.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [2021-04-08T12:42:53.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-08T12:42:53.699Z] 4d4f7b0b1b71: Preparing [2021-04-08T12:42:53.699Z] b0b9881431d7: Preparing [2021-04-08T12:42:53.699Z] b0b9881431d7: Layer already exists [2021-04-08T12:42:53.699Z] 4d4f7b0b1b71: Layer already exists [2021-04-08T12:42:53.699Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:54.009Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:42:54.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-08T12:42:54.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-08T12:42:54.311Z] 4d4f7b0b1b71: Preparing [2021-04-08T12:42:54.311Z] b0b9881431d7: Preparing [2021-04-08T12:42:54.311Z] 4d4f7b0b1b71: Layer already exists [2021-04-08T12:42:54.311Z] b0b9881431d7: Layer already exists [2021-04-08T12:42:54.311Z] master: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-08T12:42:54.549Z] ===================================================== [Pipeline] echo [2021-04-08T12:42:54.601Z] taggedImages: [2021-04-08T12:42:54.601Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:42:54.601Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-08T12:42:54.601Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.33 [2021-04-08T12:42:54.601Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [2021-04-08T12:42:54.601Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:42:55.508Z] ---> job-cost.sh [2021-04-08T12:42:55.508Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3lyB [2021-04-08T12:42:58.215Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-08T12:43:02.502Z] Removing intermediate container fa1c3a089a03 [2021-04-08T12:43:02.502Z] ---> 1723177f29dc [2021-04-08T12:43:02.502Z] Step 17/24 : FROM alpine:3.12 [2021-04-08T12:43:03.094Z] 3.12: Pulling from library/alpine [2021-04-08T12:43:03.094Z] 9a219e8acc52: Pulling fs layer [2021-04-08T12:43:03.375Z] 9a219e8acc52: Verifying Checksum [2021-04-08T12:43:03.375Z] 9a219e8acc52: Download complete [2021-04-08T12:43:03.969Z] 9a219e8acc52: Pull complete [2021-04-08T12:43:03.969Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T12:43:03.969Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T12:43:03.969Z] ---> d75e27dfc0a0 [2021-04-08T12:43:03.969Z] Step 18/24 : EXPOSE 4000 [2021-04-08T12:43:04.240Z] ---> Running in dfaf223c1415 [2021-04-08T12:43:04.834Z] Removing intermediate container dfaf223c1415 [2021-04-08T12:43:04.834Z] ---> 59b19ddb09b9 [2021-04-08T12:43:04.834Z] 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-04-08T12:43:06.255Z] ---> 5b8a70b2028d [2021-04-08T12:43:06.255Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-08T12:43:06.528Z] ---> Running in 1119fe1e0bc3 [2021-04-08T12:43:06.796Z] Removing intermediate container 1119fe1e0bc3 [2021-04-08T12:43:06.796Z] ---> ed9d92360006 [2021-04-08T12:43:06.796Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-08T12:43:07.068Z] ---> Running in e68d2dd2a6cc [2021-04-08T12:43:07.338Z] Removing intermediate container e68d2dd2a6cc [2021-04-08T12:43:07.338Z] ---> 8a7c41c39628 [2021-04-08T12:43:07.338Z] Step 22/24 : LABEL arch=arm64 [2021-04-08T12:43:07.608Z] ---> Running in 9729e1853a5a [2021-04-08T12:43:08.199Z] Removing intermediate container 9729e1853a5a [2021-04-08T12:43:08.199Z] ---> 7a437cc81e83 [2021-04-08T12:43:08.199Z] Step 23/24 : LABEL git_sha=c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:43:08.199Z] ---> Running in 182ca856d01b [2021-04-08T12:43:08.470Z] Removing intermediate container 182ca856d01b [2021-04-08T12:43:08.470Z] ---> 65264b83397a [2021-04-08T12:43:08.470Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-04-08T12:43:08.742Z] ---> Running in 8533cac304d0 [2021-04-08T12:43:09.013Z] Removing intermediate container 8533cac304d0 [2021-04-08T12:43:09.013Z] ---> b0a0f2793c0f [2021-04-08T12:43:09.013Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-08T12:43:09.285Z] Successfully built b0a0f2793c0f [2021-04-08T12:43:09.285Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T12:43:09.701Z] provisioning config files... [2021-04-08T12:43:09.737Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config1596634331569313685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:43:10.122Z] ---> docker-login.sh [2021-04-08T12:43:10.122Z] nexus3.edgexfoundry.org:10001 [2021-04-08T12:43:10.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:43:10.566Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T12:43:10.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:43:10.666Z] Configure a credential helper to remove this warning. See [2021-04-08T12:43:10.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:43:10.666Z] [2021-04-08T12:43:10.666Z] Login Succeeded [2021-04-08T12:43:10.666Z] nexus3.edgexfoundry.org:10002 [2021-04-08T12:43:10.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:43:10.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:43:10.938Z] Configure a credential helper to remove this warning. See [2021-04-08T12:43:10.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:43:10.938Z] [2021-04-08T12:43:10.938Z] Login Succeeded [2021-04-08T12:43:10.938Z] nexus3.edgexfoundry.org:10003 [2021-04-08T12:43:11.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:43:11.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:43:11.529Z] Configure a credential helper to remove this warning. See [2021-04-08T12:43:11.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:43:11.529Z] [2021-04-08T12:43:11.529Z] Login Succeeded [2021-04-08T12:43:11.529Z] nexus3.edgexfoundry.org:10004 [2021-04-08T12:43:11.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:43:12.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:43:12.076Z] Configure a credential helper to remove this warning. See [2021-04-08T12:43:12.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:43:12.076Z] [2021-04-08T12:43:12.076Z] Login Succeeded [2021-04-08T12:43:12.076Z] docker.io [2021-04-08T12:43:12.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T12:43:12.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T12:43:12.943Z] Configure a credential helper to remove this warning. See [2021-04-08T12:43:12.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T12:43:12.943Z] [2021-04-08T12:43:12.943Z] Login Succeeded [2021-04-08T12:43:12.943Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T12:43:12.959Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-08T12:43:13.178Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-08T12:43:13.178Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:43:13.178Z] latest [2021-04-08T12:43:13.178Z] 2.0.0-dev.33 [2021-04-08T12:43:13.178Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [2021-04-08T12:43:13.178Z] master [2021-04-08T12:43:13.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:13.698Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:14.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:43:14.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-08T12:43:14.047Z] 5a722e4bc7dd: Preparing [2021-04-08T12:43:14.047Z] e08058ee1dfe: Preparing [2021-04-08T12:43:14.325Z] e08058ee1dfe: Layer already exists [2021-04-08T12:43:17.703Z] 5a722e4bc7dd: Pushed [2021-04-08T12:43:17.975Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:18.319Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:18.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-08T12:43:18.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-08T12:43:18.654Z] 5a722e4bc7dd: Preparing [2021-04-08T12:43:18.654Z] e08058ee1dfe: Preparing [2021-04-08T12:43:18.654Z] e08058ee1dfe: Layer already exists [2021-04-08T12:43:18.654Z] 5a722e4bc7dd: Layer already exists [2021-04-08T12:43:18.924Z] latest: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:19.262Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:19.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.33 [2021-04-08T12:43:19.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-08T12:43:19.596Z] 5a722e4bc7dd: Preparing [2021-04-08T12:43:19.596Z] e08058ee1dfe: Preparing [2021-04-08T12:43:19.867Z] e08058ee1dfe: Layer already exists [2021-04-08T12:43:19.867Z] 5a722e4bc7dd: Layer already exists [2021-04-08T12:43:19.867Z] 2.0.0-dev.33: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:20.206Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:20.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [2021-04-08T12:43:20.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-08T12:43:20.544Z] 5a722e4bc7dd: Preparing [2021-04-08T12:43:20.544Z] e08058ee1dfe: Preparing [2021-04-08T12:43:20.544Z] e08058ee1dfe: Layer already exists [2021-04-08T12:43:20.544Z] 5a722e4bc7dd: Layer already exists [2021-04-08T12:43:20.813Z] c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:21.152Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:43:21.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-08T12:43:21.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-08T12:43:21.486Z] 5a722e4bc7dd: Preparing [2021-04-08T12:43:21.486Z] e08058ee1dfe: Preparing [2021-04-08T12:43:21.486Z] e08058ee1dfe: Layer already exists [2021-04-08T12:43:21.486Z] 5a722e4bc7dd: Layer already exists [2021-04-08T12:43:21.755Z] master: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-08T12:43:21.963Z] ===================================================== [Pipeline] echo [2021-04-08T12:43:22.011Z] taggedImages: [2021-04-08T12:43:22.011Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [2021-04-08T12:43:22.011Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-08T12:43:22.011Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.33 [2021-04-08T12:43:22.011Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [2021-04-08T12:43:22.011Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:43:22.577Z] ---> job-cost.sh [2021-04-08T12:43:22.577Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aYwu [2021-04-08T12:43:42.756Z] lf-activate-venv(): INFO: Adding /tmp/venv-3lyB/bin to PATH [2021-04-08T12:43:42.756Z] INFO: No Stack... [2021-04-08T12:43:42.756Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T12:43:42.756Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T12:43:43.071Z] + cat /w/workspace/edgex-ui-go/91/archives/cost.csv [2021-04-08T12:43:43.071Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T12:43:43.183Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [2021-04-08T12:43:43.198Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] did not exist. Created. [2021-04-08T12:43:43.199Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T12:43:43.653Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-08T12:43:43.850Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T12:43:43.863Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T12:44:01.519Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T12:45:38.259Z] lf-activate-venv(): INFO: Adding /tmp/venv-aYwu/bin to PATH [2021-04-08T12:45:38.259Z] INFO: No Stack... [2021-04-08T12:45:38.259Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T12:45:38.259Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T12:45:38.612Z] + cut -d, -f6 [2021-04-08T12:45:38.613Z] + cat /w/workspace/edgex-ui-go/91/archives/cost.csv [Pipeline] lock [2021-04-08T12:45:38.741Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [2021-04-08T12:45:38.750Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] did not exist. Created. [2021-04-08T12:45:38.750Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T12:45:39.226Z] /w/workspace/edgex-ui-go/91@tmp/durable-5ab47907/script.sh: 1: /w/workspace/edgex-ui-go/91@tmp/durable-5ab47907/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-08T12:45:39.573Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T12:45:39.642Z] Warning: overwriting stash ‘stack-cost’ [2021-04-08T12:45:39.872Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T12:45:39.906Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-91-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-04-08T12:45:41.396Z] provisioning config files... [2021-04-08T12:45:41.408Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7599959006604087308tmp [Pipeline] { [Pipeline] sh [2021-04-08T12:45:41.787Z] + set +x [2021-04-08T12:45:41.788Z] + curl -s https://codecov.io/bash [2021-04-08T12:45:41.788Z] + bash -s -- [2021-04-08T12:45:42.053Z] [2021-04-08T12:45:42.053Z] _____ _ [2021-04-08T12:45:42.053Z] / ____| | | [2021-04-08T12:45:42.053Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T12:45:42.053Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T12:45:42.053Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T12:45:42.053Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T12:45:42.053Z] Bash-20210309-2b87ace [2021-04-08T12:45:42.053Z] [2021-04-08T12:45:42.053Z] [2021-04-08T12:45:42.053Z] ==> git version 2.24.3 found [2021-04-08T12:45:42.053Z] ==> 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-04-08T12:45:42.053Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T12:45:42.053Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T12:45:42.053Z] ==> Jenkins CI detected. [2021-04-08T12:45:42.053Z] project root: . [2021-04-08T12:45:42.053Z] --> token set from env [2021-04-08T12:45:42.053Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T12:45:42.053Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T12:45:42.053Z] ==> Python coveragepy not found [2021-04-08T12:45:42.053Z] ==> Searching for coverage reports in: [2021-04-08T12:45:42.053Z] + . [2021-04-08T12:45:42.053Z] -> Found 1 reports [2021-04-08T12:45:42.053Z] ==> Detecting git/mercurial file structure [2021-04-08T12:45:42.053Z] ==> Reading reports [2021-04-08T12:45:42.053Z] + ./coverage.out bytes=10 [2021-04-08T12:45:42.053Z] ==> Appending adjustments [2021-04-08T12:45:42.053Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T12:45:42.316Z] + Found adjustments [2021-04-08T12:45:42.316Z] ==> Gzipping contents [2021-04-08T12:45:42.316Z] 4.0K /tmp/codecov.vX4p3K.gz [2021-04-08T12:45:42.316Z] ==> Uploading reports [2021-04-08T12:45:42.316Z] url: https://codecov.io [2021-04-08T12:45:42.316Z] query: branch=master&commit=c79708e2ba97b6a333b52287e61b5928dba1b1d4&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-08T12:45:42.316Z] -> Pinging Codecov [2021-04-08T12:45:42.316Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c79708e2ba97b6a333b52287e61b5928dba1b1d4&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-08T12:45:42.578Z] -> Uploading to [2021-04-08T12:45:42.578Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/FB506323287CE973F263BFD2A0EB1F37/c79708e2ba97b6a333b52287e61b5928dba1b1d4/3ae357ec-fa00-411f-9631-c9ce47b3b428.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T124542Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=974b145eddb671e969bc6dcd1bd3943d9ade0a273222d3234b266f38e7ac1ac9 [2021-04-08T12:45:42.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T12:45:42.578Z] Dload Upload Total Spent Left Speed [2021-04-08T12:45:43.158Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3599 0 0 100 3599 0 7369 --:--:-- --:--:-- --:--:-- 7375 [2021-04-08T12:45:43.158Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] } [2021-04-08T12:45:43.169Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-08T12:45:44.041Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-08T12:45:44.097Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:45:44.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T12:45:44.445Z] [2021-04-08T12:45:44.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:45:44.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T12:45:44.807Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-08T12:45:44.807Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T12:45:44.807Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T12:45:44.807Z] de9db76c5a1d: Pulling fs layer [2021-04-08T12:45:44.807Z] 0eba1c9be4d2: Pulling fs layer [2021-04-08T12:45:44.807Z] 0d57e429df01: Pulling fs layer [2021-04-08T12:45:44.807Z] 4e4be7b47b0d: Pulling fs layer [2021-04-08T12:45:44.807Z] e1f770b5df2f: Pulling fs layer [2021-04-08T12:45:44.807Z] 85a0685a4137: Pulling fs layer [2021-04-08T12:45:44.807Z] 0eba1c9be4d2: Waiting [2021-04-08T12:45:44.807Z] e1f770b5df2f: Waiting [2021-04-08T12:45:44.807Z] 4e4be7b47b0d: Waiting [2021-04-08T12:45:44.807Z] 0d57e429df01: Waiting [2021-04-08T12:45:44.807Z] 85a0685a4137: Waiting [2021-04-08T12:45:44.807Z] de9db76c5a1d: Verifying Checksum [2021-04-08T12:45:44.807Z] de9db76c5a1d: Download complete [2021-04-08T12:45:44.807Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T12:45:44.807Z] 0ef7d3d256c8: Download complete [2021-04-08T12:45:44.807Z] 0d57e429df01: Verifying Checksum [2021-04-08T12:45:44.807Z] 0d57e429df01: Download complete [2021-04-08T12:45:44.807Z] 4e4be7b47b0d: Download complete [2021-04-08T12:45:45.074Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T12:45:45.074Z] 188c0c94c7c5: Download complete [2021-04-08T12:45:45.337Z] 188c0c94c7c5: Pull complete [2021-04-08T12:45:45.601Z] 0ef7d3d256c8: Pull complete [2021-04-08T12:45:45.601Z] de9db76c5a1d: Pull complete [2021-04-08T12:45:47.001Z] e1f770b5df2f: Verifying Checksum [2021-04-08T12:45:47.001Z] e1f770b5df2f: Download complete [2021-04-08T12:45:48.958Z] 0eba1c9be4d2: Verifying Checksum [2021-04-08T12:45:48.958Z] 0eba1c9be4d2: Download complete [2021-04-08T12:45:49.222Z] 85a0685a4137: Verifying Checksum [2021-04-08T12:45:49.222Z] 85a0685a4137: Download complete [2021-04-08T12:45:54.557Z] 0eba1c9be4d2: Pull complete [2021-04-08T12:45:54.557Z] 0d57e429df01: Pull complete [2021-04-08T12:45:54.557Z] 4e4be7b47b0d: Pull complete [2021-04-08T12:45:57.879Z] e1f770b5df2f: Pull complete [2021-04-08T12:46:06.078Z] 85a0685a4137: Pull complete [2021-04-08T12:46:06.078Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-08T12:46:06.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T12:46:06.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-08T12:46:06.270Z] prd-centos7-docker-4c-2g-33316 does not seem to be running inside a container [2021-04-08T12:46:06.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-08T12:46:07.375Z] $ docker top 825275cee776dd680e8f3daea9d003d9b3ae117438e5ec5d4471591dbb5471cf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T12:46:07.619Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-08T12:46:07.916Z] + set -o pipefail [2021-04-08T12:46:07.916Z] + snyk monitor '--org=edgex-jenkins' [2021-04-08T12:48:29.547Z] [2021-04-08T12:48:29.547Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master... [2021-04-08T12:48:29.547Z] [2021-04-08T12:48:29.547Z] connect ETIMEDOUT 23.218.163.203:443 [2021-04-08T12:48:29.547Z] [Pipeline] } [2021-04-08T12:48:29.563Z] $ docker stop --time=1 825275cee776dd680e8f3daea9d003d9b3ae117438e5ec5d4471591dbb5471cf [2021-04-08T12:48:31.177Z] $ docker rm -f 825275cee776dd680e8f3daea9d003d9b3ae117438e5ec5d4471591dbb5471cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T12:48:31.945Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:48:34.055Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:48:34.632Z] ---> package-listing.sh [2021-04-08T12:48:34.632Z] ++ facter osfamily [2021-04-08T12:48:34.632Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T12:48:34.632Z] + OS_FAMILY=redhat [2021-04-08T12:48:34.632Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-08T12:48:34.632Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T12:48:34.632Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T12:48:34.632Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T12:48:34.632Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T12:48:34.632Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-08T12:48:34.632Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T12:48:34.632Z] + case "${OS_FAMILY}" in [2021-04-08T12:48:34.632Z] + rpm -qa [2021-04-08T12:48:34.633Z] + sort [2021-04-08T12:48:39.950Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T12:48:39.950Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T12:48:39.950Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T12:48:39.950Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-08T12:48:39.950Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-08T12:48:39.950Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-04-08T12:48:39.965Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-08T12:48:40.260Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:48:40.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T12:48:40.571Z] [2021-04-08T12:48:40.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T12:48:40.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T12:48:40.973Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T12:48:40.973Z] df20fa9351a1: Pulling fs layer [2021-04-08T12:48:40.973Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T12:48:40.973Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T12:48:40.973Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T12:48:40.973Z] 93b61091891f: Pulling fs layer [2021-04-08T12:48:40.973Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T12:48:40.973Z] 5e14af77c1be: Pulling fs layer [2021-04-08T12:48:40.973Z] 01666e4c0597: Pulling fs layer [2021-04-08T12:48:40.973Z] aa168da1d23b: Pulling fs layer [2021-04-08T12:48:40.973Z] 93b61091891f: Waiting [2021-04-08T12:48:40.973Z] 93b9cdb0e59b: Waiting [2021-04-08T12:48:40.973Z] 5e14af77c1be: Waiting [2021-04-08T12:48:40.973Z] 01666e4c0597: Waiting [2021-04-08T12:48:40.973Z] aa168da1d23b: Waiting [2021-04-08T12:48:40.973Z] 46f8f816bc3b: Waiting [2021-04-08T12:48:40.973Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T12:48:40.973Z] 36b3adc4ff6f: Download complete [2021-04-08T12:48:41.238Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T12:48:41.238Z] 46f8f816bc3b: Download complete [2021-04-08T12:48:41.238Z] df20fa9351a1: Verifying Checksum [2021-04-08T12:48:41.238Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T12:48:41.238Z] 93b9cdb0e59b: Download complete [2021-04-08T12:48:41.238Z] 93b61091891f: Verifying Checksum [2021-04-08T12:48:41.238Z] 93b61091891f: Download complete [2021-04-08T12:48:41.238Z] 5e14af77c1be: Download complete [2021-04-08T12:48:41.238Z] 01666e4c0597: Verifying Checksum [2021-04-08T12:48:41.238Z] 01666e4c0597: Download complete [2021-04-08T12:48:41.501Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T12:48:41.501Z] 8ad3a11d3b57: Download complete [2021-04-08T12:48:41.764Z] df20fa9351a1: Pull complete [2021-04-08T12:48:41.764Z] 36b3adc4ff6f: Pull complete [2021-04-08T12:48:42.717Z] 8ad3a11d3b57: Pull complete [2021-04-08T12:48:42.983Z] 46f8f816bc3b: Pull complete [2021-04-08T12:48:43.557Z] 93b61091891f: Pull complete [2021-04-08T12:48:43.557Z] 93b9cdb0e59b: Pull complete [2021-04-08T12:48:43.557Z] aa168da1d23b: Download complete [2021-04-08T12:48:44.134Z] 5e14af77c1be: Pull complete [2021-04-08T12:48:44.134Z] 01666e4c0597: Pull complete [2021-04-08T12:48:52.323Z] aa168da1d23b: Pull complete [2021-04-08T12:48:52.323Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T12:48:52.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T12:48:52.323Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T12:48:52.529Z] prd-centos7-docker-4c-2g-33316 does not seem to be running inside a container [2021-04-08T12:48:52.576Z] $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T12:48:55.690Z] $ docker top 047e1f808a0e2ffeb64a11b2083025b309b35dbbc5ab4217569ab5ac6570338a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T12:48:56.377Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T12:48:56.731Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T12:48:57.125Z] + ls /var/log/sa-host [2021-04-08T12:48:57.125Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T12:48:57.125Z] file_magic: OK [2021-04-08T12:48:57.125Z] HZ: Using current value: 100 [2021-04-08T12:48:57.125Z] file_header: OK [2021-04-08T12:48:57.125Z] 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-04-08T12:48:57.125Z] Statistics: [2021-04-08T12:48:57.125Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T12:48:57.125Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T12:48:57.125Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T12:48:57.125Z] file_magic: OK [2021-04-08T12:48:57.125Z] HZ: Using current value: 100 [2021-04-08T12:48:57.125Z] file_header: OK [2021-04-08T12:48:57.125Z] 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-04-08T12:48:57.125Z] Statistics: [2021-04-08T12:48:57.125Z] Hnuu...uuuununununu... [2021-04-08T12:48:57.125Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T12:48:57.808Z] provisioning config files... [2021-04-08T12:48:57.827Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3034763653838587529tmp [Pipeline] { [Pipeline] echo [2021-04-08T12:48:57.929Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:48:58.227Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T12:48:58.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T12:48:58.339Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:48:58.637Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T12:48:58.648Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:48:58.946Z] ---> sudo-logs.sh [2021-04-08T12:48:58.946Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T12:48:59.012Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:48:59.308Z] ---> job-cost.sh [2021-04-08T12:48:59.308Z] lf-activate-venv: SKIPPING [2021-04-08T12:48:59.308Z] DEBUG: total: 0.20999999344348907 [2021-04-08T12:48:59.308Z] INFO: Retrieving Stack Cost... [2021-04-08T12:49:00.256Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T12:49:00.831Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T12:49:00.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T12:49:01.143Z] ---> logs-deploy.sh [2021-04-08T12:49:01.144Z] lf-activate-venv: SKIPPING [2021-04-08T12:49:01.144Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/91 [2021-04-08T12:49:01.144Z] INFO: archiving workspace using pattern(s): [2021-04-08T12:49:02.538Z] Archives upload complete. [2021-04-08T12:49:02.800Z] INFO: archiving logs to Nexus [2021-04-08T12:49:03.751Z] ---> uname -a: [2021-04-08T12:49:03.751Z] Linux prd-centos7-docker-4c-2g-33316.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-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] ---> lscpu: [2021-04-08T12:49:03.751Z] Architecture: x86_64 [2021-04-08T12:49:03.751Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-08T12:49:03.751Z] Byte Order: Little Endian [2021-04-08T12:49:03.751Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-08T12:49:03.751Z] CPU(s): 4 [2021-04-08T12:49:03.751Z] On-line CPU(s) list: 0-3 [2021-04-08T12:49:03.751Z] Thread(s) per core: 1 [2021-04-08T12:49:03.751Z] Core(s) per socket: 1 [2021-04-08T12:49:03.751Z] Socket(s): 4 [2021-04-08T12:49:03.751Z] NUMA node(s): 1 [2021-04-08T12:49:03.751Z] Vendor ID: GenuineIntel [2021-04-08T12:49:03.751Z] CPU family: 6 [2021-04-08T12:49:03.751Z] Model: 44 [2021-04-08T12:49:03.751Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-08T12:49:03.751Z] Stepping: 1 [2021-04-08T12:49:03.751Z] CPU MHz: 2933.438 [2021-04-08T12:49:03.751Z] BogoMIPS: 5866.87 [2021-04-08T12:49:03.751Z] Virtualization: VT-x [2021-04-08T12:49:03.751Z] Hypervisor vendor: KVM [2021-04-08T12:49:03.751Z] Virtualization type: full [2021-04-08T12:49:03.751Z] L1d cache: 128 KiB [2021-04-08T12:49:03.751Z] L1i cache: 128 KiB [2021-04-08T12:49:03.751Z] L2 cache: 16 MiB [2021-04-08T12:49:03.751Z] L3 cache: 64 MiB [2021-04-08T12:49:03.751Z] NUMA node0 CPU(s): 0-3 [2021-04-08T12:49:03.751Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-08T12:49:03.751Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-08T12:49:03.751Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-08T12:49:03.751Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-08T12:49:03.751Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-08T12:49:03.751Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-08T12:49:03.751Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-08T12:49:03.751Z] Vulnerability Srbds: Not affected [2021-04-08T12:49:03.751Z] Vulnerability Tsx async abort: Not affected [2021-04-08T12:49:03.751Z] 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-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] ---> nproc: [2021-04-08T12:49:03.751Z] 4 [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] ---> df -h: [2021-04-08T12:49:03.751Z] Filesystem Size Used Available Use% Mounted on [2021-04-08T12:49:03.751Z] overlay 50.0G 8.0G 42.0G 16% / [2021-04-08T12:49:03.751Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-08T12:49:03.751Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-08T12:49:03.751Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /facter-os [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /etc/resolv.conf [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /etc/hostname [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /etc/hosts [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /var/log/sa-host [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /var/log/secure [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /var/log/auth.log [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /run/cloud-init/result.json [2021-04-08T12:49:03.751Z] /dev/vda1 50.0G 8.0G 42.0G 16% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] ---> free -m: [2021-04-08T12:49:03.751Z] total used free shared buff/cache available [2021-04-08T12:49:03.751Z] Mem: 1837 757 133 0 946 985 [2021-04-08T12:49:03.751Z] Swap: 1023 1 1022 [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] ---> ip addr: [2021-04-08T12:49:03.751Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-08T12:49:03.751Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-08T12:49:03.751Z] inet 127.0.0.1/8 scope host lo [2021-04-08T12:49:03.751Z] valid_lft forever preferred_lft forever [2021-04-08T12:49:03.751Z] inet6 ::1/128 scope host [2021-04-08T12:49:03.751Z] valid_lft forever preferred_lft forever [2021-04-08T12:49:03.751Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-08T12:49:03.751Z] link/ether fa:16:3e:5d:a5:d9 brd ff:ff:ff:ff:ff:ff [2021-04-08T12:49:03.751Z] inet 10.30.123.163/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-08T12:49:03.751Z] valid_lft 85673sec preferred_lft 85673sec [2021-04-08T12:49:03.751Z] inet6 fe80::f816:3eff:fe5d:a5d9/64 scope link [2021-04-08T12:49:03.751Z] valid_lft forever preferred_lft forever [2021-04-08T12:49:03.751Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-08T12:49:03.751Z] link/ether 02:42:7b:a7:4b:38 brd ff:ff:ff:ff:ff:ff [2021-04-08T12:49:03.751Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-08T12:49:03.751Z] valid_lft forever preferred_lft forever [2021-04-08T12:49:03.751Z] inet6 fe80::42:7bff:fea7:4b38/64 scope link [2021-04-08T12:49:03.751Z] valid_lft forever preferred_lft forever [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] ---> sar -b -r -n DEV: [2021-04-08T12:49:03.751Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] 12:36:44 LINUX RESTART (4 CPU) [2021-04-08T12:49:03.751Z] [2021-04-08T12:49:03.751Z] 12:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-08T12:49:03.751Z] 12:38:01 204.48 117.78 86.70 0.00 12768.18 40131.31 0.00 [2021-04-08T12:49:03.751Z] 12:39:01 3.70 0.00 3.70 0.00 0.00 118.75 0.00 [2021-04-08T12:49:03.751Z] 12:40:01 0.40 0.00 0.40 0.00 0.00 5.30 0.00 [2021-04-08T12:49:03.751Z] 12:41:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 [2021-04-08T12:49:03.751Z] 12:42:01 0.20 0.00 0.20 0.00 0.00 2.86 0.00 [2021-04-08T12:49:03.751Z] 12:43:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 [2021-04-08T12:49:03.751Z] 12:44:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 [2021-04-08T12:49:03.751Z] 12:45:01 0.18 0.00 0.18 0.00 0.00 2.17 0.00 [2021-04-08T12:49:03.751Z] 12:46:01 136.54 68.99 67.55 0.00 2994.08 24672.35 0.00 [2021-04-08T12:49:03.751Z] 12:47:01 170.89 111.68 59.21 0.00 5358.31 11936.15 0.00 [2021-04-08T12:49:03.751Z] 12:48:01 2.55 0.00 2.55 0.00 0.00 119.28 0.00 [2021-04-08T12:49:03.752Z] Average: 47.28 27.15 20.14 0.00 1920.97 7003.34 0.00 [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] 12:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-08T12:49:03.752Z] 12:38:01 161760 0 624696 33.20 2620 1092468 1125072 38.40 419176 1099584 140 [2021-04-08T12:49:03.752Z] 12:39:01 169496 0 616872 32.79 2620 1092556 1082252 36.94 422960 1089196 12 [2021-04-08T12:49:03.752Z] 12:40:01 167824 0 618536 32.87 2620 1092564 1079372 36.84 423332 1091316 16 [2021-04-08T12:49:03.752Z] 12:41:01 167028 0 619332 32.92 2620 1092564 1079408 36.84 433584 1081144 8 [2021-04-08T12:49:03.752Z] 12:42:01 168464 0 617888 32.84 2620 1092572 1079216 36.83 426568 1087128 8 [2021-04-08T12:49:03.752Z] 12:43:01 167284 0 619064 32.90 2620 1092576 1079288 36.83 441112 1074268 20 [2021-04-08T12:49:03.752Z] 12:44:01 167940 0 618404 32.87 2620 1092580 1079168 36.83 447416 1067228 12 [2021-04-08T12:49:03.752Z] 12:45:01 167716 0 618624 32.88 2620 1092584 1079168 36.83 447544 1067228 8 [2021-04-08T12:49:03.752Z] 12:46:01 74396 0 761420 40.47 2620 1043108 1506416 51.41 556572 984368 72652 [2021-04-08T12:49:03.752Z] 12:47:01 106292 0 765956 40.71 2596 1006700 1267600 43.26 557640 940096 20 [2021-04-08T12:49:03.752Z] 12:48:01 109764 0 762456 40.52 2596 1006728 1267484 43.26 556548 940176 16 [2021-04-08T12:49:03.752Z] Average: 147997 0 658477 35.00 2616 1072455 1156768 39.48 466587 1047430 6628 [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] 12:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-08T12:49:03.752Z] 12:38:01 eth0 556.61 360.35 1277.07 96.94 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:38:01 docker0 34.15 27.18 3.28 113.38 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:39:01 eth0 0.65 0.12 0.05 0.02 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:40:01 eth0 0.75 0.45 0.29 0.17 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:41:01 eth0 0.98 0.37 0.32 0.23 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:42:01 eth0 0.22 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:43:01 eth0 0.70 0.48 0.40 0.24 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:46:01 eth0 428.69 379.23 4074.08 30.88 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:47:01 veth18d9f35 57.01 55.63 5.89 251.76 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:47:01 eth0 68.16 64.47 263.60 10.62 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:47:01 docker0 57.01 55.50 5.11 251.75 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:48:01 veth18d9f35 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:48:01 eth0 1.58 0.88 1.22 0.66 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] 12:48:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] Average: veth18d9f35 5.19 5.06 0.54 22.91 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] Average: eth0 96.27 73.37 510.94 12.72 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] Average: docker0 8.30 7.52 0.76 33.22 0.00 0.00 0.00 0.00 [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] ---> sar -P ALL: [2021-04-08T12:49:03.752Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] 12:36:44 LINUX RESTART (4 CPU) [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] 12:37:01 CPU %user %nice %system %iowait %steal %idle [2021-04-08T12:49:03.752Z] 12:38:01 all 16.24 0.00 9.62 8.15 0.18 65.81 [2021-04-08T12:49:03.752Z] 12:38:01 0 17.25 0.00 10.12 5.78 0.17 66.68 [2021-04-08T12:49:03.752Z] 12:38:01 1 15.76 0.00 8.31 7.89 0.17 67.86 [2021-04-08T12:49:03.752Z] 12:38:01 2 16.07 0.00 10.43 7.67 0.17 65.66 [2021-04-08T12:49:03.752Z] 12:38:01 3 15.90 0.00 9.63 11.27 0.19 63.01 [2021-04-08T12:49:03.752Z] 12:39:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2021-04-08T12:49:03.752Z] 12:39:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-08T12:49:03.752Z] 12:39:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-08T12:49:03.752Z] 12:39:01 2 0.58 0.00 0.10 0.00 0.00 99.32 [2021-04-08T12:49:03.752Z] 12:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T12:49:03.752Z] 12:40:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-08T12:49:03.752Z] 12:40:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-08T12:49:03.752Z] 12:40:01 1 0.38 0.00 0.03 0.00 0.00 99.58 [2021-04-08T12:49:03.752Z] 12:40:01 2 0.17 0.00 0.08 0.00 0.02 99.73 [2021-04-08T12:49:03.752Z] 12:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T12:49:03.752Z] 12:41:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-08T12:49:03.752Z] 12:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T12:49:03.752Z] 12:41:01 1 0.52 0.00 0.08 0.00 0.00 99.40 [2021-04-08T12:49:03.752Z] 12:41:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-08T12:49:03.752Z] 12:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T12:49:03.752Z] 12:42:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-04-08T12:49:03.752Z] 12:42:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-08T12:49:03.752Z] 12:42:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-08T12:49:03.752Z] 12:42:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-08T12:49:03.752Z] 12:42:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-08T12:49:03.752Z] 12:43:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2021-04-08T12:49:03.752Z] 12:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T12:49:03.752Z] 12:43:01 1 0.53 0.00 0.13 0.00 0.00 99.33 [2021-04-08T12:49:03.752Z] 12:43:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-08T12:49:03.752Z] 12:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T12:49:03.752Z] 12:44:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-08T12:49:03.752Z] 12:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T12:49:03.752Z] 12:44:01 1 0.52 0.00 0.12 0.00 0.00 99.37 [2021-04-08T12:49:03.752Z] 12:44:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-08T12:49:03.752Z] 12:44:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-08T12:49:03.752Z] 12:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-08T12:49:03.752Z] 12:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T12:49:03.752Z] 12:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T12:49:03.752Z] 12:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-08T12:49:03.752Z] 12:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-08T12:49:03.752Z] 12:46:01 all 6.23 0.00 4.46 1.11 0.08 88.14 [2021-04-08T12:49:03.752Z] 12:46:01 0 6.35 0.00 5.40 0.83 0.07 87.34 [2021-04-08T12:49:03.752Z] 12:46:01 1 6.10 0.00 4.27 0.58 0.07 88.99 [2021-04-08T12:49:03.752Z] 12:46:01 2 6.77 0.00 4.59 1.69 0.07 86.88 [2021-04-08T12:49:03.752Z] 12:46:01 3 5.69 0.00 3.57 1.32 0.10 89.32 [2021-04-08T12:49:03.752Z] 12:47:01 all 3.39 0.00 2.27 2.54 0.04 91.76 [2021-04-08T12:49:03.752Z] 12:47:01 0 2.67 0.00 2.69 2.54 0.03 92.07 [2021-04-08T12:49:03.752Z] 12:47:01 1 4.51 0.00 2.35 2.18 0.02 90.94 [2021-04-08T12:49:03.752Z] 12:47:01 2 3.42 0.00 2.21 2.30 0.07 92.00 [2021-04-08T12:49:03.752Z] 12:47:01 3 2.97 0.00 1.84 3.13 0.03 92.02 [2021-04-08T12:49:03.752Z] 12:48:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2021-04-08T12:49:03.752Z] 12:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T12:49:03.752Z] 12:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-08T12:49:03.752Z] 12:48:01 2 0.58 0.00 0.12 0.00 0.00 99.30 [2021-04-08T12:49:03.752Z] 12:48:01 3 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-08T12:49:03.752Z] Average: all 2.44 0.00 1.50 1.06 0.03 94.98 [2021-04-08T12:49:03.752Z] Average: 0 2.37 0.00 1.65 0.82 0.03 95.14 [2021-04-08T12:49:03.752Z] Average: 1 2.60 0.00 1.39 0.95 0.02 95.04 [2021-04-08T12:49:03.752Z] Average: 2 2.55 0.00 1.59 1.05 0.03 94.78 [2021-04-08T12:49:03.752Z] Average: 3 2.23 0.00 1.37 1.40 0.03 94.96 [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z] [2021-04-08T12:49:03.752Z]