Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d092d0404632b38aea96cc9d20a7db0d40100410+0733ae0f6dad76de22872421f213062917bd013d (b13f32079a86104c30c0adb2a63f1ae3a3b6601c) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4625490772635217075.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8988670051006232159.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-397/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-397/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh963998292818640522.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4356242138948478710.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-397/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-397/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4330119244810736155.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-713 in /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-397 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/jenkins-gitclient-ssh5306899009621523116.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0733ae0f6dad76de22872421f213062917bd013d into PR head commit d092d0404632b38aea96cc9d20a7db0d40100410 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/jenkins-gitclient-ssh8433656768701387686.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/397/head:refs/remotes/origin/PR-397 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/jenkins-gitclient-ssh791450988047910969.key > git merge 0733ae0f6dad76de22872421f213062917bd013d # timeout=10 Merge succeeded, producing 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 Checking out Revision 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 (PR-397) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 # timeout=10 Commit message: "Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD" > git rev-list --no-walk d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-22T10:08:44.101Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-22T10:08:44.194Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-22T10:08:44.239Z] ========================================================= [2021-06-22T10:08:44.239Z] EdgeX Global Pipelines Version Info [2021-06-22T10:08:44.239Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:08:45.714Z] ------------------- [2021-06-22T10:08:45.714Z] stable info: [2021-06-22T10:08:45.714Z] ------------------- [2021-06-22T10:08:45.714Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-22T10:08:45.714Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T10:08:45.714Z] Message: update stable to v1.0.195 [2021-06-22T10:08:46.299Z] ------------------- [2021-06-22T10:08:46.299Z] experimental info: [2021-06-22T10:08:46.299Z] ------------------- [2021-06-22T10:08:46.299Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-22T10:08:46.299Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T10:08:46.299Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-22T10:08:46.457Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-06-22T10:08:46.485Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-06-22T10:08:46.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-22T10:08:46.542Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-22T10:08:46.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-22T10:08:46.596Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-22T10:08:46.625Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-22T10:08:46.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-22T10:08:46.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-22T10:08:46.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-22T10:08:46.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-22T10:08:46.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-06-22T10:08:46.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-22T10:08:46.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-22T10:08:46.835Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-22T10:08:46.861Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-22T10:08:46.888Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T10:08:46.935Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T10:08:46.964Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-22T10:08:46.991Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-22T10:08:47.017Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-22T10:08:47.044Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-22T10:08:47.070Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-22T10:08:47.096Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-22T10:08:47.123Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-22T10:08:47.154Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-22T10:08:47.180Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-397 [Pipeline] echo [2021-06-22T10:08:47.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-397 [Pipeline] echo [2021-06-22T10:08:47.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-397 [Pipeline] echo [2021-06-22T10:08:47.259Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 [Pipeline] echo [2021-06-22T10:08:47.284Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ad29ee [Pipeline] echo [2021-06-22T10:08:47.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T10:08:47.392Z] provisioning config files... [2021-06-22T10:08:47.408Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/config1991680782388788709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:08:47.726Z] ---> docker-login.sh [2021-06-22T10:08:47.726Z] nexus3.edgexfoundry.org:10001 [2021-06-22T10:08:47.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:08:48.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:08:48.250Z] Configure a credential helper to remove this warning. See [2021-06-22T10:08:48.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:08:48.250Z] [2021-06-22T10:08:48.250Z] Login Succeeded [2021-06-22T10:08:48.250Z] nexus3.edgexfoundry.org:10002 [2021-06-22T10:08:48.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:08:48.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:08:48.250Z] Configure a credential helper to remove this warning. See [2021-06-22T10:08:48.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:08:48.250Z] [2021-06-22T10:08:48.250Z] Login Succeeded [2021-06-22T10:08:48.250Z] nexus3.edgexfoundry.org:10003 [2021-06-22T10:08:48.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:08:48.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:08:48.519Z] Configure a credential helper to remove this warning. See [2021-06-22T10:08:48.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:08:48.519Z] [2021-06-22T10:08:48.519Z] Login Succeeded [2021-06-22T10:08:48.519Z] nexus3.edgexfoundry.org:10004 [2021-06-22T10:08:48.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:08:48.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:08:48.519Z] Configure a credential helper to remove this warning. See [2021-06-22T10:08:48.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:08:48.519Z] [2021-06-22T10:08:48.519Z] Login Succeeded [2021-06-22T10:08:48.519Z] docker.io [2021-06-22T10:08:48.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:08:49.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:08:49.103Z] Configure a credential helper to remove this warning. See [2021-06-22T10:08:49.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:08:49.103Z] [2021-06-22T10:08:49.103Z] Login Succeeded [2021-06-22T10:08:49.103Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T10:08:49.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T10:08:49.724Z] + git log --format=format:%s -1 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 [Pipeline] echo [2021-06-22T10:08:49.765Z] GIT_COMMIT: 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8, Commit Message: Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD [Pipeline] echo [2021-06-22T10:08:49.779Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:08:50.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T10:08:50.882Z] [2021-06-22T10:08:50.882Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:08:51.199Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T10:08:51.199Z] latest: Pulling from edgex-devops/git-semver [2021-06-22T10:08:51.200Z] 31603596830f: Pulling fs layer [2021-06-22T10:08:51.200Z] 54011a49482f: Pulling fs layer [2021-06-22T10:08:51.200Z] a6820b24f6d8: Pulling fs layer [2021-06-22T10:08:51.200Z] f581987b2513: Pulling fs layer [2021-06-22T10:08:51.200Z] f581987b2513: Waiting [2021-06-22T10:08:51.200Z] 54011a49482f: Verifying Checksum [2021-06-22T10:08:51.200Z] 54011a49482f: Download complete [2021-06-22T10:08:51.775Z] f581987b2513: Verifying Checksum [2021-06-22T10:08:51.775Z] f581987b2513: Download complete [2021-06-22T10:08:51.775Z] a6820b24f6d8: Verifying Checksum [2021-06-22T10:08:51.775Z] a6820b24f6d8: Download complete [2021-06-22T10:08:51.775Z] 31603596830f: Verifying Checksum [2021-06-22T10:08:51.775Z] 31603596830f: Download complete [2021-06-22T10:08:52.041Z] 31603596830f: Pull complete [2021-06-22T10:08:52.041Z] 54011a49482f: Pull complete [2021-06-22T10:08:52.622Z] a6820b24f6d8: Pull complete [2021-06-22T10:08:52.883Z] f581987b2513: Pull complete [2021-06-22T10:08:52.883Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-22T10:08:52.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T10:08:52.883Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-22T10:08:52.966Z] prd-centos7-docker-4c-2g-713 does not seem to be running inside a container [2021-06-22T10:08:53.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-397 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397:/w/workspace/edgexfoundry_edgex-ui-go_PR-397:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-22T10:08:55.440Z] $ docker top 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-22T10:08:55.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-22T10:08:55.568Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-22T10:08:55.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-22T10:08:55.683Z] $ docker exec 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent [2021-06-22T10:08:55.788Z] SSH_AUTH_SOCK=/tmp/ssh-mxR03GJ6nJWI/agent.13 [2021-06-22T10:08:55.788Z] SSH_AGENT_PID=19 [2021-06-22T10:08:55.796Z] Running ssh-add (command line suppressed) [2021-06-22T10:08:55.892Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_6500782339113851387.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_6500782339113851387.key) [2021-06-22T10:08:55.910Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-22T10:08:56.216Z] + git tag --points-at HEAD [Pipeline] } [2021-06-22T10:08:56.228Z] $ docker exec --env ******** --env ******** 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent -k [2021-06-22T10:08:56.319Z] unset SSH_AUTH_SOCK; [2021-06-22T10:08:56.319Z] unset SSH_AGENT_PID; [2021-06-22T10:08:56.319Z] echo Agent pid 19 killed; [2021-06-22T10:08:56.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-22T10:08:56.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-22T10:08:56.379Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-22T10:08:56.486Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-22T10:08:56.486Z] $ docker exec 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent [2021-06-22T10:08:56.606Z] SSH_AUTH_SOCK=/tmp/ssh-VsnH5Iq694Px/agent.54 [2021-06-22T10:08:56.606Z] SSH_AGENT_PID=61 [2021-06-22T10:08:56.613Z] Running ssh-add (command line suppressed) [2021-06-22T10:08:56.725Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_5785222772578560267.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_5785222772578560267.key) [2021-06-22T10:08:56.747Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-22T10:08:57.090Z] + git semver init [2021-06-22T10:08:57.090Z] # -> Open(): unable to determine branch for HEAD [2021-06-22T10:08:57.090Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-397/.git [2021-06-22T10:08:57.090Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [2021-06-22T10:08:57.090Z] # $SEMVER_REMOTE_NAME = origin [2021-06-22T10:08:57.090Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-22T10:08:57.090Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-22T10:08:57.090Z] # $SEMVER_BRANCH = PR-397 [2021-06-22T10:08:57.090Z] # $SEMVER_TEMP = /tmp/semver-655372799 [2021-06-22T10:08:57.090Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-06-22T10:08:59.653Z] # '/tmp/semver-655372799' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-397/.semver' [2021-06-22T10:08:59.653Z] # -> Force: false [2021-06-22T10:08:59.653Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-397/.semver [Pipeline] } [2021-06-22T10:08:59.660Z] $ docker exec --env ******** --env ******** 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent -k [2021-06-22T10:08:59.756Z] unset SSH_AUTH_SOCK; [2021-06-22T10:08:59.757Z] unset SSH_AGENT_PID; [2021-06-22T10:08:59.757Z] echo Agent pid 61 killed; [2021-06-22T10:08:59.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-22T10:09:00.120Z] + git semver [Pipeline] } [2021-06-22T10:09:00.133Z] $ docker stop --time=1 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 [2021-06-22T10:09:01.822Z] $ docker rm -f 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T10:09:02.209Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-22T10:09:02.507Z] Stashed 1 file(s) [Pipeline] echo [2021-06-22T10:09:02.510Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-06-22T10:09:17.902Z] Still waiting to schedule task [2021-06-22T10:09:17.903Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-22T10:09:17.905Z] Still waiting to schedule task [2021-06-22T10:09:17.905Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-06-22T10:10:32.837Z] Running on prd-centos7-docker-4c-2g-714 in /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [Pipeline] { [Pipeline] ws [2021-06-22T10:10:32.859Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-06-22T10:10:32.975Z] The recommended git tool is: git [2021-06-22T10:10:35.637Z] using credential edgex-jenkins-ssh [2021-06-22T10:10:35.655Z] Cloning the remote Git repository [2021-06-22T10:10:35.672Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T10:10:35.747Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-06-22T10:10:35.790Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T10:10:35.790Z] > git --version # timeout=10 [2021-06-22T10:10:35.798Z] > git --version # 'git version 2.24.4' [2021-06-22T10:10:35.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T10:10:35.843Z] [INFO] Currently running in a labeled security context [2021-06-22T10:10:35.843Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T10:10:35.844Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh2706891277352708602.key [2021-06-22T10:10:35.883Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T10:10:38.621Z] Merging remotes/origin/master commit 0733ae0f6dad76de22872421f213062917bd013d into PR head commit d092d0404632b38aea96cc9d20a7db0d40100410 [2021-06-22T10:10:38.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T10:10:38.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T10:10:38.168Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T10:10:38.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T10:10:38.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T10:10:38.185Z] [INFO] Currently running in a labeled security context [2021-06-22T10:10:38.185Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T10:10:38.185Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh5592163452518446781.key [2021-06-22T10:10:38.190Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/397/head:refs/remotes/origin/PR-397 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-22T10:10:38.625Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T10:10:38.637Z] > git checkout -f d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [2021-06-22T10:10:38.711Z] > git remote # timeout=10 [2021-06-22T10:10:38.718Z] > git config --get remote.origin.url # timeout=10 [2021-06-22T10:10:38.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T10:10:38.728Z] [INFO] Currently running in a labeled security context [2021-06-22T10:10:38.729Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T10:10:38.729Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh4768007784637008821.key [2021-06-22T10:10:38.734Z] > git merge 0733ae0f6dad76de22872421f213062917bd013d # timeout=10 [2021-06-22T10:10:38.818Z] Merge succeeded, producing 69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 [2021-06-22T10:10:38.819Z] Checking out Revision 69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 (PR-397) [2021-06-22T10:10:38.807Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-22T10:10:38.818Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T10:10:38.829Z] > git checkout -f 69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 # timeout=10 [2021-06-22T10:10:42.484Z] Commit message: "Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD" [2021-06-22T10:10:42.484Z] > git rev-list --no-walk d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T10:10:43.694Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-22T10:10:44.016Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-22T10:10:44.318Z] + sudo service docker restart [2021-06-22T10:10:44.318Z] + true [2021-06-22T10:10:44.318Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T10:11:06.360Z] provisioning config files... [2021-06-22T10:11:06.379Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config801187040095487772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:11:06.720Z] ---> docker-login.sh [2021-06-22T10:11:06.720Z] nexus3.edgexfoundry.org:10001 [2021-06-22T10:11:07.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:07.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:07.679Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:07.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:07.679Z] [2021-06-22T10:11:07.679Z] Login Succeeded [2021-06-22T10:11:07.679Z] nexus3.edgexfoundry.org:10002 [2021-06-22T10:11:07.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:07.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:07.948Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:07.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:07.948Z] [2021-06-22T10:11:07.948Z] Login Succeeded [2021-06-22T10:11:07.948Z] nexus3.edgexfoundry.org:10003 [2021-06-22T10:11:07.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:07.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:07.948Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:07.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:07.948Z] [2021-06-22T10:11:07.948Z] Login Succeeded [2021-06-22T10:11:07.948Z] nexus3.edgexfoundry.org:10004 [2021-06-22T10:11:07.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:08.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:08.212Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:08.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:08.212Z] [2021-06-22T10:11:08.212Z] Login Succeeded [2021-06-22T10:11:08.212Z] docker.io [2021-06-22T10:11:08.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:08.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:08.474Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:08.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:08.474Z] [2021-06-22T10:11:08.474Z] Login Succeeded [2021-06-22T10:11:08.474Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T10:11:08.485Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-22T10:11:08.693Z] ========================================================= [2021-06-22T10:11:08.693Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-22T10:11:08.693Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:11:09.009Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-22T10:11:09.273Z] Sending build context to Docker daemon 17.94MB [2021-06-22T10:11:09.273Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T10:11:09.273Z] Step 2/8 : FROM ${BASE} [2021-06-22T10:11:10.233Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-22T10:11:10.233Z] 540db60ca938: Pulling fs layer [2021-06-22T10:11:10.233Z] adcc1eea9eea: Pulling fs layer [2021-06-22T10:11:10.233Z] 4c4ab2625f07: Pulling fs layer [2021-06-22T10:11:10.233Z] 0510c868ecb4: Pulling fs layer [2021-06-22T10:11:10.233Z] afea3b2eda06: Pulling fs layer [2021-06-22T10:11:10.233Z] 7809a108b3ef: Pulling fs layer [2021-06-22T10:11:10.233Z] f706445af74f: Pulling fs layer [2021-06-22T10:11:10.233Z] afea3b2eda06: Waiting [2021-06-22T10:11:10.233Z] 7809a108b3ef: Waiting [2021-06-22T10:11:10.233Z] f706445af74f: Waiting [2021-06-22T10:11:10.233Z] 0510c868ecb4: Waiting [2021-06-22T10:11:10.233Z] 4c4ab2625f07: Verifying Checksum [2021-06-22T10:11:10.233Z] 4c4ab2625f07: Download complete [2021-06-22T10:11:10.233Z] adcc1eea9eea: Download complete [2021-06-22T10:11:10.233Z] afea3b2eda06: Verifying Checksum [2021-06-22T10:11:10.233Z] afea3b2eda06: Download complete [2021-06-22T10:11:10.233Z] 540db60ca938: Verifying Checksum [2021-06-22T10:11:10.233Z] 540db60ca938: Download complete [2021-06-22T10:11:10.233Z] 7809a108b3ef: Verifying Checksum [2021-06-22T10:11:10.233Z] 7809a108b3ef: Download complete [2021-06-22T10:11:10.495Z] 540db60ca938: Pull complete [2021-06-22T10:11:11.069Z] adcc1eea9eea: Pull complete [2021-06-22T10:11:11.070Z] 4c4ab2625f07: Pull complete [2021-06-22T10:11:12.014Z] f706445af74f: Verifying Checksum [2021-06-22T10:11:12.014Z] f706445af74f: Download complete [2021-06-22T10:11:12.592Z] 0510c868ecb4: Verifying Checksum [2021-06-22T10:11:12.592Z] 0510c868ecb4: Download complete [2021-06-22T10:11:16.855Z] 0510c868ecb4: Pull complete [2021-06-22T10:11:16.855Z] afea3b2eda06: Pull complete [2021-06-22T10:11:17.122Z] 7809a108b3ef: Pull complete [2021-06-22T10:11:19.078Z] f706445af74f: Pull complete [2021-06-22T10:11:19.341Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-22T10:11:19.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-22T10:11:19.602Z] ---> b068be0155e3 [2021-06-22T10:11:19.602Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T10:11:21.608Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-715 in /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [Pipeline] { [Pipeline] ws [2021-06-22T10:11:21.630Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-06-22T10:11:22.018Z] The recommended git tool is: git [2021-06-22T10:11:27.908Z] using credential edgex-jenkins-ssh [2021-06-22T10:11:27.927Z] Cloning the remote Git repository [2021-06-22T10:11:27.974Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T10:11:28.091Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-06-22T10:11:28.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T10:11:28.166Z] > git --version # timeout=10 [2021-06-22T10:11:28.181Z] > git --version # 'git version 2.17.1' [2021-06-22T10:11:28.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T10:11:28.311Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T10:11:31.069Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T10:11:31.084Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T10:11:31.678Z] Merging remotes/origin/master commit 0733ae0f6dad76de22872421f213062917bd013d into PR head commit d092d0404632b38aea96cc9d20a7db0d40100410 [2021-06-22T10:11:31.865Z] ---> Running in 341a012e4927 [2021-06-22T10:11:32.267Z] Merge succeeded, producing 75298f9900fc91a86861fe093884d80c98d80919 [2021-06-22T10:11:32.268Z] Checking out Revision 75298f9900fc91a86861fe093884d80c98d80919 (PR-397) [2021-06-22T10:11:32.453Z] Removing intermediate container 341a012e4927 [2021-06-22T10:11:32.453Z] ---> d72ecce68513 [2021-06-22T10:11:32.453Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T10:11:32.453Z] ---> Running in c061760e3219 [2021-06-22T10:11:31.113Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T10:11:31.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T10:11:31.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T10:11:31.161Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/397/head:refs/remotes/origin/PR-397 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-22T10:11:31.693Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T10:11:31.705Z] > git checkout -f d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [2021-06-22T10:11:31.951Z] > git remote # timeout=10 [2021-06-22T10:11:31.969Z] > git config --get remote.origin.url # timeout=10 [2021-06-22T10:11:31.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T10:11:31.999Z] > git merge 0733ae0f6dad76de22872421f213062917bd013d # timeout=10 [2021-06-22T10:11:32.251Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-22T10:11:32.271Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T10:11:32.287Z] > git checkout -f 75298f9900fc91a86861fe093884d80c98d80919 # timeout=10 [2021-06-22T10:11:34.385Z] Removing intermediate container c061760e3219 [2021-06-22T10:11:34.385Z] ---> 01e9d7209f37 [2021-06-22T10:11:34.385Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-22T10:11:34.650Z] ---> Running in e90f6c86ccc6 [2021-06-22T10:11:35.231Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-22T10:11:36.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-22T10:11:36.441Z] OK: 149 MiB in 40 packages [2021-06-22T10:11:36.623Z] Commit message: "Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD" [2021-06-22T10:11:36.628Z] > git rev-list --no-walk d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T10:11:37.886Z] Removing intermediate container e90f6c86ccc6 [2021-06-22T10:11:37.886Z] ---> b8ae243a1931 [2021-06-22T10:11:37.886Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-22T10:11:38.149Z] ---> Running in 5adabbcf9b4d [2021-06-22T10:11:38.188Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-22T10:11:38.412Z] Removing intermediate container 5adabbcf9b4d [2021-06-22T10:11:38.412Z] ---> 57f1644cae0b [2021-06-22T10:11:38.412Z] Step 7/8 : COPY . . [2021-06-22T10:11:38.662Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-22T10:11:38.987Z] ---> b6cc94bcd11b [2021-06-22T10:11:38.987Z] Step 8/8 : RUN go mod download [2021-06-22T10:11:39.003Z] + sudo service docker restart [2021-06-22T10:11:39.003Z] + true [2021-06-22T10:11:39.250Z] ---> Running in 0b5b4503dccf [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T10:11:57.397Z] provisioning config files... [2021-06-22T10:11:57.412Z] Removing intermediate container 0b5b4503dccf [2021-06-22T10:11:57.412Z] ---> 6c4d2d7e43dc [2021-06-22T10:11:57.412Z] Successfully built 6c4d2d7e43dc [2021-06-22T10:11:57.412Z] Successfully tagged ci-base-image-x86_64:latest [2021-06-22T10:11:57.424Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config226734472862221884tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:11:57.717Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-22T10:11:57.717Z] . [Pipeline] withDockerContainer [2021-06-22T10:11:57.803Z] prd-centos7-docker-4c-2g-714 does not seem to be running inside a container [2021-06-22T10:11:57.828Z] ---> docker-login.sh [2021-06-22T10:11:57.828Z] nexus3.edgexfoundry.org:10001 [2021-06-22T10:11:57.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-22T10:11:58.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:58.552Z] $ docker top eb3b7a53bc2d7c7bc499eaa4714e091891ba0af1aee3f9497b7e85584415d357 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T10:11:59.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:59.028Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:59.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:59.028Z] [2021-06-22T10:11:59.028Z] Login Succeeded [2021-06-22T10:11:59.028Z] nexus3.edgexfoundry.org:10002 [2021-06-22T10:11:59.037Z] + go version [2021-06-22T10:11:59.037Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-22T10:11:59.047Z] $ docker stop --time=1 eb3b7a53bc2d7c7bc499eaa4714e091891ba0af1aee3f9497b7e85584415d357 [2021-06-22T10:11:59.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:11:59.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:11:59.576Z] Configure a credential helper to remove this warning. See [2021-06-22T10:11:59.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:11:59.576Z] [2021-06-22T10:11:59.576Z] Login Succeeded [2021-06-22T10:11:59.576Z] nexus3.edgexfoundry.org:10003 [2021-06-22T10:11:59.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:12:00.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:12:00.124Z] Configure a credential helper to remove this warning. See [2021-06-22T10:12:00.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:12:00.124Z] [2021-06-22T10:12:00.124Z] Login Succeeded [2021-06-22T10:12:00.124Z] nexus3.edgexfoundry.org:10004 [2021-06-22T10:12:00.372Z] $ docker rm -f eb3b7a53bc2d7c7bc499eaa4714e091891ba0af1aee3f9497b7e85584415d357 [2021-06-22T10:12:00.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-06-22T10:12:00.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:12:00.692Z] Configure a credential helper to remove this warning. See [2021-06-22T10:12:00.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:12:00.692Z] [2021-06-22T10:12:00.692Z] Login Succeeded [2021-06-22T10:12:00.692Z] docker.io [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:12:00.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T10:12:01.132Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-22T10:12:01.132Z] . [Pipeline] withDockerContainer [2021-06-22T10:12:01.201Z] prd-centos7-docker-4c-2g-714 does not seem to be running inside a container [2021-06-22T10:12:01.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-22T10:12:01.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T10:12:01.567Z] Configure a credential helper to remove this warning. See [2021-06-22T10:12:01.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T10:12:01.567Z] [2021-06-22T10:12:01.567Z] Login Succeeded [2021-06-22T10:12:01.567Z] ---> docker-login.sh ends [2021-06-22T10:12:02.115Z] $ docker top 13b334ff50d5408c648ee78b70b7491c02c1127a2744c1765b8379259a3bae04 -eo pid,comm [Pipeline] { [Pipeline] } [2021-06-22T10:12:02.203Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-06-22T10:12:02.520Z] + go mod tidy [Pipeline] echo [2021-06-22T10:12:02.763Z] ========================================================= [2021-06-22T10:12:02.763Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-22T10:12:02.763Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-06-22T10:12:03.170Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-22T10:12:03.201Z] + make test [2021-06-22T10:12:03.201Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-22T10:12:03.480Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-22T10:12:03.783Z] Sending build context to Docker daemon 17.94MB [2021-06-22T10:12:04.060Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T10:12:04.060Z] Step 2/8 : FROM ${BASE} [2021-06-22T10:12:04.060Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-22T10:12:04.060Z] 595b0fe564bb: Pulling fs layer [2021-06-22T10:12:04.060Z] 3088b5b3c5c0: Pulling fs layer [2021-06-22T10:12:04.060Z] 5b7225fbf94c: Pulling fs layer [2021-06-22T10:12:04.060Z] ba82ee9f976e: Pulling fs layer [2021-06-22T10:12:04.060Z] 506bd15cee9f: Pulling fs layer [2021-06-22T10:12:04.060Z] 75a0a4a0db45: Pulling fs layer [2021-06-22T10:12:04.060Z] 618dc40b7e24: Pulling fs layer [2021-06-22T10:12:04.060Z] 506bd15cee9f: Waiting [2021-06-22T10:12:04.060Z] 618dc40b7e24: Waiting [2021-06-22T10:12:04.060Z] 75a0a4a0db45: Waiting [2021-06-22T10:12:04.334Z] 5b7225fbf94c: Verifying Checksum [2021-06-22T10:12:04.334Z] 5b7225fbf94c: Download complete [2021-06-22T10:12:04.334Z] 3088b5b3c5c0: Verifying Checksum [2021-06-22T10:12:04.334Z] 3088b5b3c5c0: Download complete [2021-06-22T10:12:04.334Z] 506bd15cee9f: Verifying Checksum [2021-06-22T10:12:04.334Z] 506bd15cee9f: Download complete [2021-06-22T10:12:04.334Z] 75a0a4a0db45: Download complete [2021-06-22T10:12:04.334Z] 595b0fe564bb: Verifying Checksum [2021-06-22T10:12:04.334Z] 595b0fe564bb: Download complete [2021-06-22T10:12:04.939Z] 595b0fe564bb: Pull complete [2021-06-22T10:12:05.949Z] 3088b5b3c5c0: Pull complete [2021-06-22T10:12:06.223Z] 5b7225fbf94c: Pull complete [2021-06-22T10:12:06.503Z] 618dc40b7e24: Download complete [2021-06-22T10:12:07.483Z] ba82ee9f976e: Verifying Checksum [2021-06-22T10:12:07.483Z] ba82ee9f976e: Download complete [2021-06-22T10:12:15.788Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-22T10:12:15.789Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-06-22T10:12:15.789Z] GO111MODULE=on go vet ./... [2021-06-22T10:12:17.646Z] ba82ee9f976e: Pull complete [2021-06-22T10:12:17.920Z] 506bd15cee9f: Pull complete [2021-06-22T10:12:18.522Z] 75a0a4a0db45: Pull complete [Pipeline] } [2021-06-22T10:12:19.126Z] $ docker stop --time=1 13b334ff50d5408c648ee78b70b7491c02c1127a2744c1765b8379259a3bae04 [2021-06-22T10:12:20.624Z] $ docker rm -f 13b334ff50d5408c648ee78b70b7491c02c1127a2744c1765b8379259a3bae04 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T10:12:21.041Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-22T10:12:21.251Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-06-22T10:12:21.915Z] 618dc40b7e24: Pull complete [2021-06-22T10:12:21.915Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-22T10:12:21.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-22T10:12:21.915Z] ---> a36622ca3599 [2021-06-22T10:12:21.915Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T10:12:23.974Z] ---> Running in 4d70ad750d29 [Pipeline] sh [2021-06-22T10:12:24.249Z] Removing intermediate container 4d70ad750d29 [2021-06-22T10:12:24.249Z] ---> ae429e035b7b [2021-06-22T10:12:24.249Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T10:12:24.339Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-22T10:12:24.540Z] ---> Running in 019c81a49cec [2021-06-22T10:12:24.641Z] + ls -al . [2021-06-22T10:12:24.641Z] total 92 [2021-06-22T10:12:24.641Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jun 22 10:12 . [2021-06-22T10:12:24.641Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 10:10 .. [2021-06-22T10:12:24.641Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 22 10:10 assets [2021-06-22T10:12:24.641Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 22 10:10 bin [2021-06-22T10:12:24.641Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 22 10:10 cmd [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 22 10:10 CONTRIBUTING.md [2021-06-22T10:12:24.641Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 22 10:12 coverage.out [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jun 22 10:10 Dockerfile [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 22 10:10 Dockerfile.build [2021-06-22T10:12:24.641Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 22 10:10 docs [2021-06-22T10:12:24.641Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 10:10 .git [2021-06-22T10:12:24.641Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 22 10:10 .github [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 162 Jun 22 10:10 .gitignore [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 838 Jun 22 10:10 go.mod [2021-06-22T10:12:24.641Z] -rw-r--r--. 1 jenkins jenkins 23723 Jun 22 10:12 go.sum [2021-06-22T10:12:24.641Z] drwxrwxr-x. 9 jenkins jenkins 125 Jun 22 10:10 internal [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 652 Jun 22 10:10 Jenkinsfile [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 22 10:10 LICENSE [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 941 Jun 22 10:10 Makefile [2021-06-22T10:12:24.641Z] drwxrwxr-x. 3 jenkins jenkins 19 Jun 22 10:10 pkg [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 5508 Jun 22 10:10 README.md [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 10:09 VERSION [2021-06-22T10:12:24.641Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 22 10:10 version.go [2021-06-22T10:12:24.641Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jun 22 10:10 web [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:12:24.949Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 --label arch=amd64 --label version=0.0.0 . [2021-06-22T10:12:24.949Z] Sending build context to Docker daemon 17.97MB [2021-06-22T10:12:24.949Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T10:12:24.949Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-22T10:12:24.949Z] ---> 6c4d2d7e43dc [2021-06-22T10:12:24.949Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-22T10:12:25.210Z] ---> Running in 1e1f92d221a6 [2021-06-22T10:12:25.472Z] Removing intermediate container 1e1f92d221a6 [2021-06-22T10:12:25.473Z] ---> 66005cb7b412 [2021-06-22T10:12:25.473Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-22T10:12:25.473Z] ---> Running in 9eee9f536830 [2021-06-22T10:12:25.473Z] Removing intermediate container 9eee9f536830 [2021-06-22T10:12:25.473Z] ---> 47871ffb2618 [2021-06-22T10:12:25.473Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-22T10:12:25.473Z] ---> Running in 25e9c94c64b9 [2021-06-22T10:12:25.735Z] Removing intermediate container 25e9c94c64b9 [2021-06-22T10:12:25.735Z] ---> 76922c8f519d [2021-06-22T10:12:25.735Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-22T10:12:25.735Z] ---> Running in edab93857abe [2021-06-22T10:12:25.735Z] Removing intermediate container edab93857abe [2021-06-22T10:12:25.735Z] ---> 347912c298ba [2021-06-22T10:12:25.735Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-22T10:12:25.735Z] ---> Running in 64ef0f36d6d0 [2021-06-22T10:12:25.996Z] Removing intermediate container 64ef0f36d6d0 [2021-06-22T10:12:25.996Z] ---> 348c65795011 [2021-06-22T10:12:25.996Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T10:12:25.996Z] ---> Running in 58a254762e4f [2021-06-22T10:12:26.966Z] Removing intermediate container 58a254762e4f [2021-06-22T10:12:26.966Z] ---> 6b3d34ce4a63 [2021-06-22T10:12:26.966Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-22T10:12:26.966Z] ---> Running in 5643b0e4629b [2021-06-22T10:12:27.185Z] Removing intermediate container 019c81a49cec [2021-06-22T10:12:27.185Z] ---> 4463ec22e587 [2021-06-22T10:12:27.185Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-22T10:12:27.185Z] ---> Running in 61d4ca694912 [2021-06-22T10:12:27.910Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-22T10:12:28.165Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-22T10:12:28.861Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-22T10:12:29.141Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-22T10:12:29.737Z] OK: 138 MiB in 40 packages [2021-06-22T10:12:29.821Z] OK: 149 MiB in 40 packages [2021-06-22T10:12:29.821Z] Removing intermediate container 5643b0e4629b [2021-06-22T10:12:29.821Z] ---> 22c78e0b3173 [2021-06-22T10:12:29.821Z] Step 10/24 : ENV GO111MODULE=on [2021-06-22T10:12:29.821Z] ---> Running in c9536f29560e [2021-06-22T10:12:29.821Z] Removing intermediate container c9536f29560e [2021-06-22T10:12:29.821Z] ---> 08091cf3995d [2021-06-22T10:12:29.821Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-22T10:12:29.821Z] ---> Running in 899263a1aa32 [2021-06-22T10:12:30.084Z] Removing intermediate container 899263a1aa32 [2021-06-22T10:12:30.084Z] ---> 9328ed594a8d [2021-06-22T10:12:30.084Z] Step 12/24 : COPY go.mod . [2021-06-22T10:12:30.084Z] ---> f0361ba6d02c [2021-06-22T10:12:30.084Z] Step 13/24 : COPY Makefile . [2021-06-22T10:12:30.344Z] ---> 44c86d1f430a [2021-06-22T10:12:30.345Z] Step 14/24 : RUN make update [2021-06-22T10:12:30.345Z] ---> Running in c4b3675dc2ca [2021-06-22T10:12:30.604Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-22T10:12:30.864Z] Removing intermediate container c4b3675dc2ca [2021-06-22T10:12:30.864Z] ---> 9ed719958013 [2021-06-22T10:12:30.864Z] Step 15/24 : COPY . . [2021-06-22T10:12:31.177Z] Removing intermediate container 61d4ca694912 [2021-06-22T10:12:31.177Z] ---> f3ff5a16bfd2 [2021-06-22T10:12:31.177Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-22T10:12:31.177Z] ---> Running in bf97b5a067c6 [2021-06-22T10:12:31.450Z] Removing intermediate container bf97b5a067c6 [2021-06-22T10:12:31.450Z] ---> 1f96d1c6aeba [2021-06-22T10:12:31.450Z] Step 7/8 : COPY . . [2021-06-22T10:12:31.814Z] ---> 551d4c70d059 [2021-06-22T10:12:31.815Z] Step 16/24 : RUN ${MAKE} [2021-06-22T10:12:31.815Z] ---> Running in 4f95f3079d06 [2021-06-22T10:12:32.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-06-22T10:12:34.082Z] ---> e53b43f19621 [2021-06-22T10:12:34.082Z] Step 8/8 : RUN go mod download [2021-06-22T10:12:34.082Z] ---> Running in 1c94306a955a [2021-06-22T10:12:42.253Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-22T10:12:42.857Z] Removing intermediate container 4f95f3079d06 [2021-06-22T10:12:42.857Z] ---> ffe397735890 [2021-06-22T10:12:42.857Z] Step 17/24 : FROM alpine:3.12 [2021-06-22T10:12:44.799Z] 3.12: Pulling from library/alpine [2021-06-22T10:12:44.799Z] 339de151aab4: Pulling fs layer [2021-06-22T10:12:44.799Z] 339de151aab4: Verifying Checksum [2021-06-22T10:12:44.799Z] 339de151aab4: Download complete [2021-06-22T10:12:45.061Z] 339de151aab4: Pull complete [2021-06-22T10:12:45.322Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-22T10:12:45.322Z] Status: Downloaded newer image for alpine:3.12 [2021-06-22T10:12:45.322Z] ---> 13621d1b12d4 [2021-06-22T10:12:45.322Z] Step 18/24 : EXPOSE 4000 [2021-06-22T10:12:45.322Z] ---> Running in a2d3a5e31bd9 [2021-06-22T10:12:45.322Z] Removing intermediate container a2d3a5e31bd9 [2021-06-22T10:12:45.322Z] ---> 962b951b49a9 [2021-06-22T10:12:45.322Z] 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-06-22T10:12:46.265Z] ---> 85c0d0a88599 [2021-06-22T10:12:46.265Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-22T10:12:46.265Z] ---> Running in 13401bc35e86 [2021-06-22T10:12:46.265Z] Removing intermediate container 13401bc35e86 [2021-06-22T10:12:46.265Z] ---> 137fa9c26794 [2021-06-22T10:12:46.265Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-22T10:12:46.265Z] ---> Running in 3c92b8f53f6d [2021-06-22T10:12:46.526Z] Removing intermediate container 3c92b8f53f6d [2021-06-22T10:12:46.526Z] ---> 848e46e83955 [2021-06-22T10:12:46.526Z] Step 22/24 : LABEL arch=amd64 [2021-06-22T10:12:46.526Z] ---> Running in 72f1fbf49e5f [2021-06-22T10:12:46.526Z] Removing intermediate container 72f1fbf49e5f [2021-06-22T10:12:46.526Z] ---> 022c38f885f4 [2021-06-22T10:12:46.526Z] Step 23/24 : LABEL git_sha=69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 [2021-06-22T10:12:46.526Z] ---> Running in 3d29038327fa [2021-06-22T10:12:46.787Z] Removing intermediate container 3d29038327fa [2021-06-22T10:12:46.787Z] ---> 3463748dc09a [2021-06-22T10:12:46.787Z] Step 24/24 : LABEL version=0.0.0 [2021-06-22T10:12:46.787Z] ---> Running in 57fbec38a74c [2021-06-22T10:12:47.048Z] Removing intermediate container 57fbec38a74c [2021-06-22T10:12:47.048Z] ---> 325cf2b16604 [2021-06-22T10:12:47.048Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-22T10:12:47.048Z] Successfully built 325cf2b16604 [2021-06-22T10:12:47.049Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:12:47.952Z] ---> job-cost.sh [2021-06-22T10:12:47.952Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sz2L [2021-06-22T10:12:57.984Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-22T10:13:00.898Z] Removing intermediate container 1c94306a955a [2021-06-22T10:13:00.898Z] ---> 6512874b8a81 [2021-06-22T10:13:00.898Z] Successfully built 6512874b8a81 [2021-06-22T10:13:00.898Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:13:01.250Z] + docker inspect -f . ci-base-image-arm64 [2021-06-22T10:13:01.250Z] . [Pipeline] withDockerContainer [2021-06-22T10:13:01.495Z] prd-ubuntu18.04-docker-arm64-4c-16g-715 does not seem to be running inside a container [2021-06-22T10:13:01.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-22T10:13:03.226Z] $ docker top f72081f0a752edf6dfa944830a79e265ccc8034e9f32632cd00b95aecefd4c31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T10:13:04.237Z] + go version [2021-06-22T10:13:04.237Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-22T10:13:04.255Z] $ docker stop --time=1 f72081f0a752edf6dfa944830a79e265ccc8034e9f32632cd00b95aecefd4c31 [2021-06-22T10:13:06.048Z] $ docker rm -f f72081f0a752edf6dfa944830a79e265ccc8034e9f32632cd00b95aecefd4c31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:13:06.901Z] + docker inspect -f . ci-base-image-arm64 [2021-06-22T10:13:06.902Z] . [Pipeline] withDockerContainer [2021-06-22T10:13:07.166Z] prd-ubuntu18.04-docker-arm64-4c-16g-715 does not seem to be running inside a container [2021-06-22T10:13:07.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-22T10:13:08.778Z] $ docker top 6c51461346385382795c9461c811e63445228ae736fe700f034762a6e34b0565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T10:13:09.745Z] + go mod tidy [Pipeline] sh [2021-06-22T10:13:11.010Z] + make test [2021-06-22T10:13:11.010Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-22T10:13:12.448Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-22T10:13:16.226Z] lf-activate-venv(): INFO: Adding /tmp/venv-sz2L/bin to PATH [2021-06-22T10:13:16.226Z] INFO: No Stack... [2021-06-22T10:13:16.227Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-22T10:13:16.227Z] INFO: Archiving Costs [Pipeline] sh [2021-06-22T10:13:16.814Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-06-22T10:13:16.814Z] + cut -d, -f6 [Pipeline] lock [2021-06-22T10:13:16.913Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [2021-06-22T10:13:16.923Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] did not exist. Created. [2021-06-22T10:13:16.923Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-22T10:13:17.250Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-22T10:13:17.325Z] Stashed 1 file(s) [Pipeline] } [2021-06-22T10:13:17.338Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-22T10:13:44.877Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-06-22T10:13:44.877Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-06-22T10:14:07.150Z] $ docker stop --time=1 6c51461346385382795c9461c811e63445228ae736fe700f034762a6e34b0565 [2021-06-22T10:14:09.120Z] $ docker rm -f 6c51461346385382795c9461c811e63445228ae736fe700f034762a6e34b0565 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T10:14:09.946Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-22T10:14:09.970Z] Warning: overwriting stash ‘coverage-report’ [2021-06-22T10:14:10.540Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T10:14:11.125Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-22T10:14:11.469Z] + ls -al . [2021-06-22T10:14:11.469Z] total 128 [2021-06-22T10:14:11.469Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 22 10:13 . [2021-06-22T10:14:11.469Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 10:11 .. [2021-06-22T10:14:11.469Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 10:11 .git [2021-06-22T10:14:11.469Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:11 .github [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 162 Jun 22 10:11 .gitignore [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 22 10:11 CONTRIBUTING.md [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jun 22 10:11 Dockerfile [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 22 10:11 Dockerfile.build [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 652 Jun 22 10:11 Jenkinsfile [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 22 10:11 LICENSE [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 941 Jun 22 10:11 Makefile [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 5508 Jun 22 10:11 README.md [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 10:09 VERSION [2021-06-22T10:14:11.469Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:11 assets [2021-06-22T10:14:11.469Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:11 bin [2021-06-22T10:14:11.469Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:11 cmd [2021-06-22T10:14:11.469Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 22 10:13 coverage.out [2021-06-22T10:14:11.469Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:11 docs [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 838 Jun 22 10:11 go.mod [2021-06-22T10:14:11.469Z] -rw-r--r-- 1 jenkins jenkins 23723 Jun 22 10:13 go.sum [2021-06-22T10:14:11.469Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 10:11 internal [2021-06-22T10:14:11.469Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:11 pkg [2021-06-22T10:14:11.469Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 22 10:11 version.go [2021-06-22T10:14:11.469Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 10:11 web [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:14:11.823Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=75298f9900fc91a86861fe093884d80c98d80919 --label arch=arm64 --label version=0.0.0 . [2021-06-22T10:14:12.808Z] Sending build context to Docker daemon 17.97MB [2021-06-22T10:14:12.808Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T10:14:12.808Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-22T10:14:12.808Z] ---> 6512874b8a81 [2021-06-22T10:14:12.808Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-22T10:14:13.083Z] ---> Running in b0a4004c03e5 [2021-06-22T10:14:13.687Z] Removing intermediate container b0a4004c03e5 [2021-06-22T10:14:13.687Z] ---> 8f261b430c7b [2021-06-22T10:14:13.688Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-22T10:14:13.688Z] ---> Running in 641eb77fce0f [2021-06-22T10:14:14.291Z] Removing intermediate container 641eb77fce0f [2021-06-22T10:14:14.291Z] ---> 8fe5fd54f2e7 [2021-06-22T10:14:14.291Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-22T10:14:14.291Z] ---> Running in 0eb0998eae80 [2021-06-22T10:14:14.886Z] Removing intermediate container 0eb0998eae80 [2021-06-22T10:14:14.886Z] ---> 3a838f4408f7 [2021-06-22T10:14:14.887Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-22T10:14:14.887Z] ---> Running in 4e11f40858ad [2021-06-22T10:14:15.483Z] Removing intermediate container 4e11f40858ad [2021-06-22T10:14:15.483Z] ---> b984d67a77e1 [2021-06-22T10:14:15.483Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-22T10:14:15.483Z] ---> Running in 4609ec6d2d91 [2021-06-22T10:14:16.095Z] Removing intermediate container 4609ec6d2d91 [2021-06-22T10:14:16.095Z] ---> 87588e976295 [2021-06-22T10:14:16.095Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T10:14:16.095Z] ---> Running in 01a9034301cc [2021-06-22T10:14:19.491Z] Removing intermediate container 01a9034301cc [2021-06-22T10:14:19.491Z] ---> 69d049417d02 [2021-06-22T10:14:19.491Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-22T10:14:19.491Z] ---> Running in e679345c28cf [2021-06-22T10:14:20.930Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-22T10:14:21.521Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-22T10:14:22.500Z] OK: 138 MiB in 40 packages [2021-06-22T10:14:23.937Z] Removing intermediate container e679345c28cf [2021-06-22T10:14:23.937Z] ---> 36c7a54fd0d5 [2021-06-22T10:14:23.937Z] Step 10/24 : ENV GO111MODULE=on [2021-06-22T10:14:24.531Z] ---> Running in 71dda279f188 [2021-06-22T10:14:25.508Z] Removing intermediate container 71dda279f188 [2021-06-22T10:14:25.508Z] ---> 0f0cb557a8d6 [2021-06-22T10:14:25.508Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-22T10:14:25.781Z] ---> Running in 516eec48b81f [2021-06-22T10:14:26.379Z] Removing intermediate container 516eec48b81f [2021-06-22T10:14:26.379Z] ---> ede3691dcc20 [2021-06-22T10:14:26.379Z] Step 12/24 : COPY go.mod . [2021-06-22T10:14:27.370Z] ---> 8b29a594bf0a [2021-06-22T10:14:27.370Z] Step 13/24 : COPY Makefile . [2021-06-22T10:14:27.966Z] ---> b83db287eab3 [2021-06-22T10:14:27.966Z] Step 14/24 : RUN make update [2021-06-22T10:14:27.966Z] ---> Running in 0f9a2ff0e80c [2021-06-22T10:14:29.406Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-22T10:14:30.387Z] Removing intermediate container 0f9a2ff0e80c [2021-06-22T10:14:30.387Z] ---> 91db3e6b5e27 [2021-06-22T10:14:30.387Z] Step 15/24 : COPY . . [2021-06-22T10:14:33.011Z] ---> 5317df307a3a [2021-06-22T10:14:33.011Z] Step 16/24 : RUN ${MAKE} [2021-06-22T10:14:33.011Z] ---> Running in f711df796187 [2021-06-22T10:14:34.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-06-22T10:15:01.299Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-22T10:15:04.753Z] Removing intermediate container f711df796187 [2021-06-22T10:15:04.753Z] ---> f116fc6b9216 [2021-06-22T10:15:04.753Z] Step 17/24 : FROM alpine:3.12 [2021-06-22T10:15:05.733Z] 3.12: Pulling from library/alpine [2021-06-22T10:15:05.733Z] d2f70382dc9a: Pulling fs layer [2021-06-22T10:15:06.009Z] d2f70382dc9a: Verifying Checksum [2021-06-22T10:15:06.010Z] d2f70382dc9a: Download complete [2021-06-22T10:15:06.611Z] d2f70382dc9a: Pull complete [2021-06-22T10:15:06.612Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-22T10:15:06.612Z] Status: Downloaded newer image for alpine:3.12 [2021-06-22T10:15:06.612Z] ---> c4fd0aeabfcf [2021-06-22T10:15:06.612Z] Step 18/24 : EXPOSE 4000 [2021-06-22T10:15:06.884Z] ---> Running in babf45b71ac9 [2021-06-22T10:15:07.482Z] Removing intermediate container babf45b71ac9 [2021-06-22T10:15:07.482Z] ---> e99c72a04039 [2021-06-22T10:15:07.482Z] 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-06-22T10:15:08.916Z] ---> 8fdbd7d58249 [2021-06-22T10:15:08.916Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-22T10:15:08.916Z] ---> Running in 256754d949a6 [2021-06-22T10:15:09.518Z] Removing intermediate container 256754d949a6 [2021-06-22T10:15:09.518Z] ---> 320b5593a1ae [2021-06-22T10:15:09.518Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-22T10:15:09.518Z] ---> Running in 9ea239de4a6e [2021-06-22T10:15:10.116Z] Removing intermediate container 9ea239de4a6e [2021-06-22T10:15:10.116Z] ---> 72783bc23e63 [2021-06-22T10:15:10.116Z] Step 22/24 : LABEL arch=arm64 [2021-06-22T10:15:10.116Z] ---> Running in e4468f55645d [2021-06-22T10:15:10.721Z] Removing intermediate container e4468f55645d [2021-06-22T10:15:10.721Z] ---> 8b0f11b6f0f9 [2021-06-22T10:15:10.721Z] Step 23/24 : LABEL git_sha=75298f9900fc91a86861fe093884d80c98d80919 [2021-06-22T10:15:10.721Z] ---> Running in f774f6a79279 [2021-06-22T10:15:11.323Z] Removing intermediate container f774f6a79279 [2021-06-22T10:15:11.323Z] ---> 3cb22736fbf2 [2021-06-22T10:15:11.323Z] Step 24/24 : LABEL version=0.0.0 [2021-06-22T10:15:11.323Z] ---> Running in 6577d0b361f8 [2021-06-22T10:15:11.922Z] Removing intermediate container 6577d0b361f8 [2021-06-22T10:15:11.922Z] ---> 8cedb0c2f94e [2021-06-22T10:15:11.922Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-22T10:15:11.922Z] Successfully built 8cedb0c2f94e [2021-06-22T10:15:11.922Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:15:12.583Z] ---> job-cost.sh [2021-06-22T10:15:12.583Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bKAR [2021-06-22T10:15:51.602Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-22T10:17:13.365Z] lf-activate-venv(): INFO: Adding /tmp/venv-bKAR/bin to PATH [2021-06-22T10:17:13.365Z] INFO: No Stack... [2021-06-22T10:17:13.365Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-22T10:17:13.637Z] INFO: Archiving Costs [Pipeline] sh [2021-06-22T10:17:13.988Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-06-22T10:17:13.988Z] + cut -d, -f6 [Pipeline] lock [2021-06-22T10:17:14.051Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [2021-06-22T10:17:14.062Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] did not exist. Created. [2021-06-22T10:17:14.062Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-22T10:17:14.461Z] /w/workspace/edgex-ui-go/2@tmp/durable-322a6a75/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-322a6a75/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-22T10:17:14.816Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-22T10:17:14.856Z] Warning: overwriting stash ‘stack-cost’ [2021-06-22T10:17:15.068Z] Stashed 1 file(s) [Pipeline] } [2021-06-22T10:17:15.089Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-22T10:17:16.174Z] provisioning config files... [2021-06-22T10:17:16.195Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/config3940634369259196118tmp [Pipeline] { [Pipeline] sh [2021-06-22T10:17:16.510Z] + set +x [2021-06-22T10:17:16.510Z] + curl -s https://codecov.io/bash [2021-06-22T10:17:16.510Z] + bash -s -- [2021-06-22T10:17:16.510Z] [2021-06-22T10:17:16.510Z] _____ _ [2021-06-22T10:17:16.510Z] / ____| | | [2021-06-22T10:17:16.510Z] | | ___ __| | ___ ___ _____ __ [2021-06-22T10:17:16.510Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-22T10:17:16.510Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-22T10:17:16.510Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-22T10:17:16.510Z] Bash-1.0.3 [2021-06-22T10:17:16.510Z] [2021-06-22T10:17:16.510Z] [2021-06-22T10:17:16.510Z] ==> git version 2.24.4 found [2021-06-22T10:17:16.510Z] ==> 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-06-22T10:17:16.510Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-22T10:17:16.510Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-22T10:17:16.510Z] ==> Jenkins CI detected. [2021-06-22T10:17:16.510Z] project root: . [2021-06-22T10:17:16.510Z] --> token set from env [2021-06-22T10:17:16.778Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-22T10:17:16.778Z] ==> Running gcov in . (disable via -X gcov) [2021-06-22T10:17:16.778Z] ==> Python coveragepy not found [2021-06-22T10:17:16.778Z] ==> Searching for coverage reports in: [2021-06-22T10:17:16.778Z] + . [2021-06-22T10:17:16.778Z] -> Found 1 reports [2021-06-22T10:17:16.778Z] ==> Detecting git/mercurial file structure [2021-06-22T10:17:16.778Z] ==> Reading reports [2021-06-22T10:17:16.778Z] + ./coverage.out bytes=10 [2021-06-22T10:17:16.778Z] ==> Appending adjustments [2021-06-22T10:17:16.778Z] https://docs.codecov.io/docs/fixing-reports [2021-06-22T10:17:16.778Z] + Found adjustments [2021-06-22T10:17:16.778Z] ==> Gzipping contents [2021-06-22T10:17:16.778Z] 4.0K /tmp/codecov.HPXAmH.gz [2021-06-22T10:17:16.778Z] ==> Uploading reports [2021-06-22T10:17:16.778Z] url: https://codecov.io [2021-06-22T10:17:16.778Z] query: branch=PR-397&commit=1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-397%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=397&job=&cmd_args= [2021-06-22T10:17:16.778Z] -> Pinging Codecov [2021-06-22T10:17:16.778Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-397&commit=1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-397%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=397&job=&cmd_args= [2021-06-22T10:17:17.353Z] -> Uploading to [2021-06-22T10:17:17.353Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-22/FB506323287CE973F263BFD2A0EB1F37/1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8/e262e5ac-e1ec-4e03-b020-669b54940e5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210622T101717Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bdef3430afd0b6e1a2a82632570a817fe30cd0d99a27b28aa5432d4a72a3508c [2021-06-22T10:17:17.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-22T10:17:17.353Z] Dload Upload Total Spent Left Speed [2021-06-22T10:17:17.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3292 0 0 100 3292 0 9418 --:--:-- --:--:-- --:--:-- 9405 100 3292 0 0 100 3292 0 9414 --:--:-- --:--:-- --:--:-- 9405 [2021-06-22T10:17:17.617Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 [Pipeline] } [2021-06-22T10:17:17.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:19.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:20.209Z] ---> package-listing.sh [2021-06-22T10:17:20.209Z] ++ facter osfamily [2021-06-22T10:17:20.209Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-22T10:17:20.474Z] + OS_FAMILY=redhat [2021-06-22T10:17:20.474Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-397 [2021-06-22T10:17:20.474Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-22T10:17:20.474Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-22T10:17:20.474Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-22T10:17:20.474Z] + PACKAGES=/tmp/packages_start.txt [2021-06-22T10:17:20.474Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-397 ']' [2021-06-22T10:17:20.474Z] + PACKAGES=/tmp/packages_end.txt [2021-06-22T10:17:20.474Z] + case "${OS_FAMILY}" in [2021-06-22T10:17:20.474Z] + rpm -qa [2021-06-22T10:17:20.474Z] + sort [2021-06-22T10:17:21.048Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-22T10:17:21.048Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-22T10:17:21.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-22T10:17:21.048Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-397 ']' [2021-06-22T10:17:21.048Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-397/archives/ [2021-06-22T10:17:21.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-397/archives/ [Pipeline] echo [2021-06-22T10:17:21.061Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-22T10:17:21.364Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:17:21.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T10:17:21.933Z] [2021-06-22T10:17:21.933Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-22T10:17:22.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T10:17:22.246Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-22T10:17:22.246Z] df20fa9351a1: Pulling fs layer [2021-06-22T10:17:22.246Z] 36b3adc4ff6f: Pulling fs layer [2021-06-22T10:17:22.246Z] 8ad3a11d3b57: Pulling fs layer [2021-06-22T10:17:22.246Z] 46f8f816bc3b: Pulling fs layer [2021-06-22T10:17:22.246Z] 93b61091891f: Pulling fs layer [2021-06-22T10:17:22.246Z] 93b9cdb0e59b: Pulling fs layer [2021-06-22T10:17:22.246Z] 5e14af77c1be: Pulling fs layer [2021-06-22T10:17:22.246Z] 01666e4c0597: Pulling fs layer [2021-06-22T10:17:22.246Z] aa168da1d23b: Pulling fs layer [2021-06-22T10:17:22.246Z] 93b9cdb0e59b: Waiting [2021-06-22T10:17:22.246Z] 5e14af77c1be: Waiting [2021-06-22T10:17:22.246Z] 01666e4c0597: Waiting [2021-06-22T10:17:22.246Z] aa168da1d23b: Waiting [2021-06-22T10:17:22.246Z] 46f8f816bc3b: Waiting [2021-06-22T10:17:22.246Z] 93b61091891f: Waiting [2021-06-22T10:17:22.246Z] 36b3adc4ff6f: Verifying Checksum [2021-06-22T10:17:22.246Z] 36b3adc4ff6f: Download complete [2021-06-22T10:17:22.246Z] 46f8f816bc3b: Verifying Checksum [2021-06-22T10:17:22.246Z] 46f8f816bc3b: Download complete [2021-06-22T10:17:22.510Z] df20fa9351a1: Verifying Checksum [2021-06-22T10:17:22.510Z] df20fa9351a1: Download complete [2021-06-22T10:17:22.510Z] 93b9cdb0e59b: Verifying Checksum [2021-06-22T10:17:22.510Z] 93b9cdb0e59b: Download complete [2021-06-22T10:17:22.510Z] 93b61091891f: Download complete [2021-06-22T10:17:22.510Z] 5e14af77c1be: Verifying Checksum [2021-06-22T10:17:22.510Z] 5e14af77c1be: Download complete [2021-06-22T10:17:22.510Z] 01666e4c0597: Verifying Checksum [2021-06-22T10:17:22.510Z] 01666e4c0597: Download complete [2021-06-22T10:17:22.510Z] df20fa9351a1: Pull complete [2021-06-22T10:17:22.773Z] 36b3adc4ff6f: Pull complete [2021-06-22T10:17:23.054Z] 8ad3a11d3b57: Verifying Checksum [2021-06-22T10:17:23.054Z] 8ad3a11d3b57: Download complete [2021-06-22T10:17:23.631Z] 8ad3a11d3b57: Pull complete [2021-06-22T10:17:23.892Z] 46f8f816bc3b: Pull complete [2021-06-22T10:17:24.153Z] 93b61091891f: Pull complete [2021-06-22T10:17:24.153Z] 93b9cdb0e59b: Pull complete [2021-06-22T10:17:24.413Z] 5e14af77c1be: Pull complete [2021-06-22T10:17:24.413Z] 01666e4c0597: Pull complete [2021-06-22T10:17:24.413Z] aa168da1d23b: Verifying Checksum [2021-06-22T10:17:24.413Z] aa168da1d23b: Download complete [2021-06-22T10:17:28.662Z] aa168da1d23b: Pull complete [2021-06-22T10:17:28.662Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-22T10:17:28.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T10:17:28.663Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-22T10:17:28.737Z] prd-centos7-docker-4c-2g-713 does not seem to be running inside a container [2021-06-22T10:17:28.798Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-397 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397:/w/workspace/edgexfoundry_edgex-ui-go_PR-397:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-22T10:17:31.574Z] $ docker top 7134e0be16df2eeb7bed0f1143efc9249bf22110aa8fbd8799d604b64fc139f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T10:17:32.036Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-22T10:17:32.336Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-22T10:17:32.637Z] + ls /var/log/sa-host [2021-06-22T10:17:32.637Z] + sadf -c /var/log/sa-host/sa05 [2021-06-22T10:17:32.637Z] file_magic: OK [2021-06-22T10:17:32.637Z] HZ: Using current value: 100 [2021-06-22T10:17:32.637Z] file_header: OK [2021-06-22T10:17:32.637Z] 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-06-22T10:17:32.637Z] Statistics: [2021-06-22T10:17:32.637Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-22T10:17:32.637Z] File successfully converted to sysstat format version 12.2.1 [2021-06-22T10:17:32.637Z] + sadf -c /var/log/sa-host/sa22 [2021-06-22T10:17:32.637Z] file_magic: OK [2021-06-22T10:17:32.637Z] HZ: Using current value: 100 [2021-06-22T10:17:32.637Z] file_header: OK [2021-06-22T10:17:32.637Z] 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-06-22T10:17:32.637Z] Statistics: [2021-06-22T10:17:32.637Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-22T10:17:32.637Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T10:17:33.325Z] provisioning config files... [2021-06-22T10:17:33.338Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/config8492110591451932803tmp [Pipeline] { [Pipeline] echo [2021-06-22T10:17:33.360Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:33.656Z] ---> create-netrc.sh [Pipeline] } [2021-06-22T10:17:33.664Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:34.074Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-22T10:17:34.084Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:34.382Z] ---> sudo-logs.sh [2021-06-22T10:17:34.382Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-22T10:17:34.412Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:34.711Z] ---> job-cost.sh [2021-06-22T10:17:34.712Z] lf-activate-venv: SKIPPING [2021-06-22T10:17:34.712Z] DEBUG: total: 0.18000000715255737 [2021-06-22T10:17:34.712Z] INFO: Retrieving Stack Cost... [2021-06-22T10:17:35.287Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-22T10:17:35.859Z] INFO: Archiving Costs [Pipeline] echo [2021-06-22T10:17:35.872Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T10:17:36.193Z] ---> logs-deploy.sh [2021-06-22T10:17:36.193Z] lf-activate-venv: SKIPPING [2021-06-22T10:17:36.194Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-397/2 [2021-06-22T10:17:36.194Z] INFO: archiving workspace using pattern(s): [2021-06-22T10:17:37.138Z] Archives upload complete. [2021-06-22T10:17:37.139Z] INFO: archiving logs to Nexus [2021-06-22T10:17:37.712Z] ---> uname -a: [2021-06-22T10:17:37.712Z] Linux prd-centos7-docker-4c-2g-713.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-22T10:17:37.712Z] [2021-06-22T10:17:37.712Z] [2021-06-22T10:17:37.712Z] ---> lscpu: [2021-06-22T10:17:37.712Z] Architecture: x86_64 [2021-06-22T10:17:37.712Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-22T10:17:37.712Z] Byte Order: Little Endian [2021-06-22T10:17:37.712Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-22T10:17:37.712Z] CPU(s): 2 [2021-06-22T10:17:37.712Z] On-line CPU(s) list: 0,1 [2021-06-22T10:17:37.712Z] Thread(s) per core: 1 [2021-06-22T10:17:37.712Z] Core(s) per socket: 1 [2021-06-22T10:17:37.712Z] Socket(s): 2 [2021-06-22T10:17:37.712Z] NUMA node(s): 1 [2021-06-22T10:17:37.712Z] Vendor ID: AuthenticAMD [2021-06-22T10:17:37.712Z] CPU family: 23 [2021-06-22T10:17:37.712Z] Model: 49 [2021-06-22T10:17:37.712Z] Model name: AMD EPYC-Rome Processor [2021-06-22T10:17:37.712Z] Stepping: 0 [2021-06-22T10:17:37.712Z] CPU MHz: 2799.998 [2021-06-22T10:17:37.712Z] BogoMIPS: 5599.99 [2021-06-22T10:17:37.712Z] Virtualization: AMD-V [2021-06-22T10:17:37.712Z] Hypervisor vendor: KVM [2021-06-22T10:17:37.712Z] Virtualization type: full [2021-06-22T10:17:37.712Z] L1d cache: 64 KiB [2021-06-22T10:17:37.712Z] L1i cache: 64 KiB [2021-06-22T10:17:37.712Z] L2 cache: 1 MiB [2021-06-22T10:17:37.712Z] L3 cache: 32 MiB [2021-06-22T10:17:37.712Z] NUMA node0 CPU(s): 0,1 [2021-06-22T10:17:37.712Z] Vulnerability Itlb multihit: Not affected [2021-06-22T10:17:37.712Z] Vulnerability L1tf: Not affected [2021-06-22T10:17:37.712Z] Vulnerability Mds: Not affected [2021-06-22T10:17:37.712Z] Vulnerability Meltdown: Not affected [2021-06-22T10:17:37.712Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-22T10:17:37.712Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-22T10:17:37.712Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-22T10:17:37.712Z] Vulnerability Srbds: Not affected [2021-06-22T10:17:37.712Z] Vulnerability Tsx async abort: Not affected [2021-06-22T10:17:37.712Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-22T10:17:37.712Z] [2021-06-22T10:17:37.712Z] [2021-06-22T10:17:37.712Z] ---> nproc: [2021-06-22T10:17:37.712Z] 2 [2021-06-22T10:17:37.712Z] [2021-06-22T10:17:37.712Z] [2021-06-22T10:17:37.712Z] ---> df -h: [2021-06-22T10:17:37.712Z] Filesystem Size Used Available Use% Mounted on [2021-06-22T10:17:37.712Z] overlay 40.0G 7.6G 32.4G 19% / [2021-06-22T10:17:37.712Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-22T10:17:37.712Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-22T10:17:37.712Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-22T10:17:37.712Z] /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os [2021-06-22T10:17:37.712Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf [2021-06-22T10:17:37.712Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname [2021-06-22T10:17:37.712Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts [2021-06-22T10:17:37.712Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host [2021-06-22T10:17:37.712Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure [2021-06-22T10:17:37.713Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log [2021-06-22T10:17:37.713Z] /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json [2021-06-22T10:17:37.713Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [2021-06-22T10:17:37.713Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] ---> free -m: [2021-06-22T10:17:37.713Z] total used free shared buff/cache available [2021-06-22T10:17:37.713Z] Mem: 7821 930 4771 0 2119 6713 [2021-06-22T10:17:37.713Z] Swap: 1023 0 1023 [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] ---> ip addr: [2021-06-22T10:17:37.713Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-22T10:17:37.713Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-22T10:17:37.713Z] inet 127.0.0.1/8 scope host lo [2021-06-22T10:17:37.713Z] valid_lft forever preferred_lft forever [2021-06-22T10:17:37.713Z] inet6 ::1/128 scope host [2021-06-22T10:17:37.713Z] valid_lft forever preferred_lft forever [2021-06-22T10:17:37.713Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-22T10:17:37.713Z] link/ether fa:16:3e:de:ea:93 brd ff:ff:ff:ff:ff:ff [2021-06-22T10:17:37.713Z] inet 10.30.122.60/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-22T10:17:37.713Z] valid_lft 85826sec preferred_lft 85826sec [2021-06-22T10:17:37.713Z] inet6 fe80::f816:3eff:fede:ea93/64 scope link [2021-06-22T10:17:37.713Z] valid_lft forever preferred_lft forever [2021-06-22T10:17:37.713Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-22T10:17:37.713Z] link/ether 02:42:c5:b7:5a:a4 brd ff:ff:ff:ff:ff:ff [2021-06-22T10:17:37.713Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-22T10:17:37.713Z] valid_lft forever preferred_lft forever [2021-06-22T10:17:37.713Z] inet6 fe80::42:c5ff:feb7:5aa4/64 scope link [2021-06-22T10:17:37.713Z] valid_lft forever preferred_lft forever [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] ---> sar -b -r -n DEV: [2021-06-22T10:17:37.713Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] 10:07:50 LINUX RESTART (2 CPU) [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] 10:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-22T10:17:37.713Z] 10:10:01 3.41 0.03 3.37 0.00 1.08 123.97 0.00 [2021-06-22T10:17:37.713Z] 10:11:01 0.45 0.00 0.45 0.00 0.00 8.66 0.00 [2021-06-22T10:17:37.713Z] 10:12:01 0.13 0.00 0.13 0.00 0.00 2.00 0.00 [2021-06-22T10:17:37.713Z] 10:13:01 0.32 0.00 0.32 0.00 0.00 3.70 0.00 [2021-06-22T10:17:37.713Z] 10:14:01 0.32 0.00 0.32 0.00 0.00 4.21 0.00 [2021-06-22T10:17:37.713Z] 10:15:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 [2021-06-22T10:17:37.713Z] 10:16:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 [2021-06-22T10:17:37.713Z] 10:17:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 [2021-06-22T10:17:37.713Z] Average: 0.66 0.00 0.66 0.00 0.13 18.72 0.00 [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] 10:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-22T10:17:37.713Z] 10:10:01 5437220 0 806288 10.07 2620 1762812 1251392 13.82 591332 1579604 20 [2021-06-22T10:17:37.713Z] 10:11:01 5435720 0 807780 10.09 2620 1762820 1236276 13.65 596072 1576732 20 [2021-06-22T10:17:37.713Z] 10:12:01 5432612 0 810888 10.12 2620 1762820 1252736 13.83 598652 1576732 8 [2021-06-22T10:17:37.713Z] 10:13:01 5440792 0 802700 10.02 2620 1762828 1201896 13.27 591000 1577492 8 [2021-06-22T10:17:37.713Z] 10:14:01 5439064 0 804424 10.04 2620 1762832 1202620 13.28 590152 1581012 8 [2021-06-22T10:17:37.713Z] 10:15:01 5440364 0 803120 10.03 2620 1762836 1202308 13.27 588292 1581012 16 [2021-06-22T10:17:37.713Z] 10:16:01 5430608 0 812868 10.15 2620 1762844 1202512 13.28 597700 1581012 8 [2021-06-22T10:17:37.713Z] 10:17:01 5430980 0 812492 10.14 2620 1762848 1202236 13.27 597492 1581012 8 [2021-06-22T10:17:37.713Z] Average: 5435920 0 807570 10.08 2620 1762830 1218997 13.46 593836 1579326 12 [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] 10:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-22T10:17:37.713Z] 10:10:01 eth0 2.61 1.34 1.84 0.74 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:11:01 eth0 5.81 3.78 3.44 14.71 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:12:01 eth0 1.17 1.00 0.31 6.56 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:13:01 eth0 0.68 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:14:01 eth0 1.30 0.97 0.16 2.20 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:15:01 eth0 0.68 0.15 0.12 0.01 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:16:01 eth0 0.78 0.48 0.52 0.39 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:17:01 eth0 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] Average: eth0 1.65 0.98 0.80 3.08 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] ---> sar -P ALL: [2021-06-22T10:17:37.713Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] 10:07:50 LINUX RESTART (2 CPU) [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] 10:09:02 CPU %user %nice %system %iowait %steal %idle [2021-06-22T10:17:37.713Z] 10:10:01 all 0.29 0.00 0.08 0.00 0.03 99.60 [2021-06-22T10:17:37.713Z] 10:10:01 0 0.37 0.00 0.09 0.00 0.03 99.51 [2021-06-22T10:17:37.713Z] 10:10:01 1 0.20 0.00 0.08 0.00 0.02 99.69 [2021-06-22T10:17:37.713Z] 10:11:01 all 0.20 0.00 0.06 0.00 0.02 99.72 [2021-06-22T10:17:37.713Z] 10:11:01 0 0.27 0.00 0.07 0.00 0.02 99.65 [2021-06-22T10:17:37.713Z] 10:11:01 1 0.13 0.00 0.05 0.00 0.02 99.80 [2021-06-22T10:17:37.713Z] 10:12:01 all 0.07 0.00 0.02 0.00 0.01 99.91 [2021-06-22T10:17:37.713Z] 10:12:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-22T10:17:37.713Z] 10:12:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2021-06-22T10:17:37.713Z] 10:13:01 all 0.03 0.00 0.04 0.00 0.02 99.92 [2021-06-22T10:17:37.713Z] 10:13:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2021-06-22T10:17:37.713Z] 10:13:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-06-22T10:17:37.713Z] 10:14:01 all 0.53 0.00 0.04 0.00 0.02 99.41 [2021-06-22T10:17:37.713Z] 10:14:01 0 0.43 0.00 0.05 0.00 0.02 99.50 [2021-06-22T10:17:37.713Z] 10:14:01 1 0.64 0.00 0.03 0.00 0.02 99.31 [2021-06-22T10:17:37.713Z] 10:15:01 all 0.10 0.00 0.03 0.00 0.03 99.85 [2021-06-22T10:17:37.713Z] 10:15:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-22T10:17:37.713Z] 10:15:01 1 0.13 0.00 0.03 0.00 0.02 99.82 [2021-06-22T10:17:37.713Z] 10:16:01 all 0.20 0.00 0.05 0.00 0.01 99.74 [2021-06-22T10:17:37.713Z] 10:16:01 0 0.10 0.00 0.07 0.00 0.02 99.82 [2021-06-22T10:17:37.713Z] 10:16:01 1 0.30 0.00 0.03 0.00 0.00 99.67 [2021-06-22T10:17:37.713Z] 10:17:01 all 0.13 0.00 0.03 0.00 0.03 99.81 [2021-06-22T10:17:37.713Z] 10:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-22T10:17:37.713Z] 10:17:01 1 0.23 0.00 0.03 0.00 0.02 99.72 [2021-06-22T10:17:37.713Z] Average: all 0.19 0.00 0.04 0.00 0.02 99.74 [2021-06-22T10:17:37.713Z] Average: 0 0.17 0.00 0.05 0.00 0.03 99.76 [2021-06-22T10:17:37.713Z] Average: 1 0.22 0.00 0.04 0.00 0.01 99.73 [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z] [2021-06-22T10:17:37.713Z]