Pull request #266 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from af17b614df8b2a085e900ce9f516f76e90d15ffb+14c578bc02e93a6d1b64f7a2283637c58eb75556 (06b993fe12a2faee8a49b96d58992aae0b8580b4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3790 in /w/workspace/edgexfoundry_edgex-ui-go_PR-266 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-266 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/266/head:refs/remotes/origin/PR-266 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 14c578bc02e93a6d1b64f7a2283637c58eb75556 into PR head commit af17b614df8b2a085e900ce9f516f76e90d15ffb Merge succeeded, producing af17b614df8b2a085e900ce9f516f76e90d15ffb Checking out Revision af17b614df8b2a085e900ce9f516f76e90d15ffb (PR-266) > git config core.sparsecheckout # timeout=10 > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 Commit message: "build: added new import question to PR template" > git rev-list --no-walk 51c5af1107935b3639fdaf1e1dbbd1a9c1d17a95 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:49:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:49:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:49:36 ========================================================= 22:49:36 EdgeX Global Pipelines Version Info 22:49:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:49:37 ------------------- 22:49:37 stable info: 22:49:37 ------------------- 22:49:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:49:37 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 22:49:37 Message: update stable to v1.0.131 22:49:38 ------------------- 22:49:38 experimental info: 22:49:38 ------------------- 22:49:38 Commited By: **** collab-it+edgex@linuxfoundation.org 22:49:38 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 22:49:38 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:49:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:49:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:49:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-266 [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-266 [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-266 [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af17b614df8b2a085e900ce9f516f76e90d15ffb [Pipeline] echo 22:49:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af17b61 [Pipeline] echo 22:49:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:49:42 + git log --format=format:%s -1 af17b614df8b2a085e900ce9f516f76e90d15ffb [Pipeline] echo 22:49:42 GIT_COMMIT: af17b614df8b2a085e900ce9f516f76e90d15ffb, Commit Message: build: added new import question to PR template [Pipeline] echo 22:49:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:49:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:45 22:49:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:49:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:45 latest: Pulling from edgex-devops/git-semver 22:49:45 31603596830f: Pulling fs layer 22:49:45 2a8b12db71e7: Pulling fs layer 22:49:45 6ca5941a6612: Pulling fs layer 22:49:45 ecc8261a40a4: Pulling fs layer 22:49:45 ecc8261a40a4: Waiting 22:49:45 2a8b12db71e7: Verifying Checksum 22:49:45 2a8b12db71e7: Download complete 22:49:45 31603596830f: Download complete 22:49:46 ecc8261a40a4: Verifying Checksum 22:49:46 ecc8261a40a4: Download complete 22:49:46 6ca5941a6612: Verifying Checksum 22:49:46 6ca5941a6612: Download complete 22:49:46 31603596830f: Pull complete 22:49:46 2a8b12db71e7: Pull complete 22:49:46 6ca5941a6612: Pull complete 22:49:47 ecc8261a40a4: Pull complete 22:49:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:49:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:49:47 prd-centos7-docker-4c-2g-3790 does not seem to be running inside a container 22:49:47 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-266 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-266:/w/workspace/edgexfoundry_edgex-ui-go_PR-266:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-266@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 22:49:49 $ docker top 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:49 [ssh-agent] Looking for ssh-agent implementation... 22:49:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:49 $ docker exec 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent 22:49:49 SSH_AUTH_SOCK=/tmp/ssh-LwHmd5kQMBdq/agent.11 22:49:49 SSH_AGENT_PID=16 22:49:49 Running ssh-add (command line suppressed) 22:49:50 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/private_key_2966829996429717330.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/private_key_2966829996429717330.key) 22:49:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:50 + git describe --exact-match --tags HEAD 22:49:50 fatal: no tag exactly matches 'af17b614df8b2a085e900ce9f516f76e90d15ffb' [Pipeline] } 22:49:50 $ docker exec --env ******** --env ******** 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent -k 22:49:50 unset SSH_AUTH_SOCK; 22:49:50 unset SSH_AGENT_PID; 22:49:50 echo Agent pid 16 killed; 22:49:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:49:50 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:49:50 This usually means this commit has not been tagged. [Pipeline] sshagent 22:49:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:50 [ssh-agent] Looking for ssh-agent implementation... 22:49:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:51 $ docker exec 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent 22:49:51 SSH_AUTH_SOCK=/tmp/ssh-yqeqGj3dsYBG/agent.45 22:49:51 SSH_AGENT_PID=51 22:49:51 Running ssh-add (command line suppressed) 22:49:51 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/private_key_8866499297986396674.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/private_key_8866499297986396674.key) 22:49:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:51 + git semver init 22:49:51 # -> Open(): unable to determine branch for HEAD 22:49:51 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-266/.git 22:49:51 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-266 22:49:51 # $SEMVER_REMOTE_NAME = origin 22:49:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:51 # $SEMVER_USER_NAME = edgex-jenkins 22:49:51 # $SEMVER_BRANCH = PR-266 22:49:51 # $SEMVER_TEMP = /tmp/semver-918716678 22:49:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 22:49:52 # '/tmp/semver-918716678' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-266/.semver' 22:49:52 # -> Force: false 22:49:52 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-266/.semver [Pipeline] } 22:49:52 $ docker exec --env ******** --env ******** 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent -k 22:49:52 unset SSH_AUTH_SOCK; 22:49:52 unset SSH_AGENT_PID; 22:49:52 echo Agent pid 51 killed; 22:49:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:53 + git semver [Pipeline] } 22:49:53 $ docker stop --time=1 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d 22:49:54 $ docker rm -f 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:49:55 Stashed 27 file(s) [Pipeline] echo 22:49:55 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 22:49:56 Archived original 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 22:50:11 Still waiting to schedule task 22:50:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:50:11 Still waiting to schedule task 22:50:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:50:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3791 in /w/workspace/edgexfoundry_edgex-ui-go_PR-266 [Pipeline] { [Pipeline] ws 22:50:16 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 22:50:21 using credential edgex-jenkins-ssh 22:50:21 Cloning the remote Git repository 22:50:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 22:50:22 > git init /w/workspace/edgex-ui-go/2 # timeout=10 22:50:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 22:50:22 > git --version # timeout=10 22:50:22 > git --version # 'git version 2.17.1' 22:50:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 22:50:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 22:50:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 22:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/266/head:refs/remotes/origin/PR-266 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:50:24 Merging remotes/origin/master commit 14c578bc02e93a6d1b64f7a2283637c58eb75556 into PR head commit af17b614df8b2a085e900ce9f516f76e90d15ffb 22:50:25 Merge succeeded, producing af17b614df8b2a085e900ce9f516f76e90d15ffb 22:50:25 Checking out Revision af17b614df8b2a085e900ce9f516f76e90d15ffb (PR-266) 22:50:24 > git config core.sparsecheckout # timeout=10 22:50:24 > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 22:50:25 > git remote # timeout=10 22:50:25 > git config --get remote.origin.url # timeout=10 22:50:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:25 > git merge 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 22:50:25 > git rev-parse HEAD^{commit} # timeout=10 22:50:25 > git config core.sparsecheckout # timeout=10 22:50:25 > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 22:50:26 Commit message: "build: added new import question to PR template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:50:28 ========================================================= 22:50:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:50:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:50:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:50:31 Sending build context to Docker daemon 22.08MB 22:50:31 Step 1/8 : ARG BASE=golang:1.15-alpine 22:50:31 Step 2/8 : FROM ${BASE} 22:50:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:50:31 b538f80385f9: Pulling fs layer 22:50:31 74f711af9a0d: Pulling fs layer 22:50:31 99f96fe45779: Pulling fs layer 22:50:31 8529a6b9a6be: Pulling fs layer 22:50:31 45590311c82a: Pulling fs layer 22:50:31 69ca0ff8b7b3: Pulling fs layer 22:50:31 209524e5b208: Pulling fs layer 22:50:31 45590311c82a: Waiting 22:50:31 69ca0ff8b7b3: Waiting 22:50:31 209524e5b208: Waiting 22:50:31 8529a6b9a6be: Waiting 22:50:31 99f96fe45779: Verifying Checksum 22:50:31 99f96fe45779: Download complete 22:50:31 74f711af9a0d: Verifying Checksum 22:50:31 74f711af9a0d: Download complete 22:50:31 45590311c82a: Verifying Checksum 22:50:31 45590311c82a: Download complete 22:50:31 69ca0ff8b7b3: Verifying Checksum 22:50:31 69ca0ff8b7b3: Download complete 22:50:31 b538f80385f9: Download complete 22:50:31 b538f80385f9: Pull complete 22:50:32 74f711af9a0d: Pull complete 22:50:32 99f96fe45779: Pull complete 22:50:34 209524e5b208: Verifying Checksum 22:50:34 209524e5b208: Download complete 22:50:35 8529a6b9a6be: Verifying Checksum 22:50:35 8529a6b9a6be: Download complete 22:50:47 8529a6b9a6be: Pull complete 22:50:47 45590311c82a: Pull complete 22:50:47 69ca0ff8b7b3: Pull complete 22:50:50 209524e5b208: Pull complete 22:50:50 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:50:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:50:50 ---> 5bddaf1c2fca 22:50:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:50:53 ---> Running in c9fe962a5318 22:50:53 Removing intermediate container c9fe962a5318 22:50:53 ---> e78da668dea4 22:50:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:53 ---> Running in df222e9a7aeb 22:50:56 Removing intermediate container df222e9a7aeb 22:50:56 ---> 9189397b7432 22:50:56 Step 5/8 : RUN apk add --no-cache make git 22:50:56 ---> Running in d2f1b07f6682 22:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:50:59 OK: 142 MiB in 39 packages 22:51:01 Removing intermediate container d2f1b07f6682 22:51:01 ---> 6263ef534505 22:51:01 Step 6/8 : WORKDIR /edgex-ui-go 22:51:01 ---> Running in de9fee963ebe 22:51:01 Removing intermediate container de9fee963ebe 22:51:01 ---> 86800a382ea6 22:51:01 Step 7/8 : COPY . . 22:51:03 ---> 232cd877069c 22:51:03 Step 8/8 : RUN go mod download 22:51:03 ---> Running in 069ff8dc211b 22:51:36 Removing intermediate container 069ff8dc211b 22:51:36 ---> 773dfbcf2e81 22:51:36 Successfully built 773dfbcf2e81 22:51:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:51:36 + docker inspect -f . ci-base-image-arm64 22:51:36 . [Pipeline] withDockerContainer 22:51:36 prd-ubuntu18.04-docker-arm64-4c-16g-3791 does not seem to be running inside a container 22:51:36 $ 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-arm64 cat 22:51:38 $ docker top 61b4b77ea91b210ebe74920c74180714f76252373e05abbce0dae412677b2708 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:39 + go version 22:51:39 go version go1.15.2 linux/arm64 [Pipeline] } 22:51:39 $ docker stop --time=1 61b4b77ea91b210ebe74920c74180714f76252373e05abbce0dae412677b2708 22:51:41 $ docker rm -f 61b4b77ea91b210ebe74920c74180714f76252373e05abbce0dae412677b2708 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:51:42 + docker inspect -f . ci-base-image-arm64 22:51:42 . [Pipeline] withDockerContainer 22:51:43 prd-ubuntu18.04-docker-arm64-4c-16g-3791 does not seem to be running inside a container 22:51:43 $ 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-arm64 cat 22:51:45 $ docker top 7c0f8bab43d5849b1c1b84043f58c0d469d846e37bea3ff50ab8ab67bc567035 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:46 + make test 22:51:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:51:47 ? github.com/edgexfoundry/edgex-ui-go [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 22:52:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 22:52:14 GO111MODULE=on go vet ./... [Pipeline] stash 22:52:16 Stashed 1 file(s) [Pipeline] } 22:52:16 $ docker stop --time=1 7c0f8bab43d5849b1c1b84043f58c0d469d846e37bea3ff50ab8ab67bc567035 22:52:18 $ docker rm -f 7c0f8bab43d5849b1c1b84043f58c0d469d846e37bea3ff50ab8ab67bc567035 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:52:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:52:20 + ls -al . 22:52:20 total 120 22:52:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 6 22:51 . 22:52:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 22:50 .. 22:52:20 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 22:50 .git 22:52:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 22:50 .github 22:52:20 -rw-rw-r-- 1 jenkins jenkins 136 Oct 6 22:50 .gitignore 22:52:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 22:50 .semver 22:52:20 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 6 22:50 CONTRIBUTING.md 22:52:20 -rw-rw-r-- 1 jenkins jenkins 913 Oct 6 22:50 Dockerfile 22:52:20 -rw-rw-r-- 1 jenkins jenkins 898 Oct 6 22:50 Dockerfile.build 22:52:20 -rw-rw-r-- 1 jenkins jenkins 652 Oct 6 22:50 Jenkinsfile 22:52:20 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 6 22:50 LICENSE 22:52:20 -rw-rw-r-- 1 jenkins jenkins 951 Oct 6 22:50 Makefile 22:52:20 -rw-rw-r-- 1 jenkins jenkins 3545 Oct 6 22:50 README.md 22:52:20 -rw-rw-r-- 1 jenkins jenkins 5 Oct 6 22:49 VERSION 22:52:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 22:50 assets 22:52:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 22:50 bin 22:52:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 22:50 cmd 22:52:20 -rw-r--r-- 1 jenkins jenkins 10 Oct 6 22:51 coverage.out 22:52:20 drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 22:50 docs 22:52:20 -rw-rw-r-- 1 jenkins jenkins 1019 Oct 6 22:50 go.mod 22:52:20 -rw-r--r-- 1 jenkins jenkins 20718 Oct 6 22:51 go.sum 22:52:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 6 22:50 internal 22:52:20 -rw-rw-r-- 1 jenkins jenkins 155 Oct 6 22:50 version.go [Pipeline] isUnix [Pipeline] sh 22:52:20 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=af17b614df8b2a085e900ce9f516f76e90d15ffb --label arch=arm64 --label version=0.0.0 . 22:52:21 Sending build context to Docker daemon 22.11MB 22:52:21 Step 1/24 : ARG BASE=golang:1.15-alpine 22:52:21 Step 2/24 : FROM ${BASE} AS builder 22:52:21 ---> 773dfbcf2e81 22:52:21 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 22:52:21 ---> Running in 7b8269e49c4b 22:52:22 Removing intermediate container 7b8269e49c4b 22:52:22 ---> d8f6734ad173 22:52:22 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 22:52:22 ---> Running in 09bfa83cca6c 22:52:22 Removing intermediate container 09bfa83cca6c 22:52:22 ---> cdb0af46ea21 22:52:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 22:52:22 ---> Running in fd242e25047e 22:52:23 Removing intermediate container fd242e25047e 22:52:23 ---> 2acdd7d5c28e 22:52:23 Step 6/24 : LABEL Name=edgex-ui-go 22:52:23 ---> Running in 3dac968b260f 22:52:24 Removing intermediate container 3dac968b260f 22:52:24 ---> e33dcc1318a0 22:52:24 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 22:52:24 ---> Running in bfe00bc7c7aa 22:52:24 Removing intermediate container bfe00bc7c7aa 22:52:24 ---> cd8487dccf46 22:52:24 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:24 ---> Running in 06eb021f87d3 22:52:27 Removing intermediate container 06eb021f87d3 22:52:27 ---> 950d5c725b07 22:52:27 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:52:27 ---> Running in 44124fe0957e 22:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:52:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:52:30 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 22:52:30 v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:52:30 OK: 12623 distinct packages available 22:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:52:32 OK: 142 MiB in 39 packages 22:52:33 Removing intermediate container 44124fe0957e 22:52:33 ---> 987f5cd0f916 22:52:33 Step 10/24 : ENV GO111MODULE=on 22:52:33 ---> Running in 978cb8dc786a 22:52:33 Removing intermediate container 978cb8dc786a 22:52:33 ---> 03d957c8c489 22:52:33 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 22:52:34 ---> Running in aced993cb9f7 22:52:34 Removing intermediate container aced993cb9f7 22:52:34 ---> 76be51652bd9 22:52:34 Step 12/24 : COPY go.mod . 22:52:35 ---> 5efc76eb9e34 22:52:35 Step 13/24 : COPY Makefile . 22:52:36 ---> 4fd5aa896d00 22:52:36 Step 14/24 : RUN make update 22:52:36 ---> Running in b7729b229f0f 22:52:37 CGO_ENABLED=0 GO111MODULE=on go mod download 22:52:38 Removing intermediate container b7729b229f0f 22:52:38 ---> 4a39a3e45974 22:52:38 Step 15/24 : COPY . . 22:52:40 ---> 6b6451c143be 22:52:40 Step 16/24 : RUN ${MAKE} 22:52:41 ---> Running in 200ad4174154 22:52:42 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 22:52:54 Running on prd-centos7-docker-4c-2g-3794 in /w/workspace/edgexfoundry_edgex-ui-go_PR-266 [Pipeline] { [Pipeline] ws 22:52:54 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 22:52:57 using credential edgex-jenkins-ssh 22:52:57 Cloning the remote Git repository 22:52:57 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 22:52:57 > git init /w/workspace/edgex-ui-go/2 # timeout=10 22:52:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 22:52:57 > git --version # timeout=10 22:52:57 > git --version # 'git version 2.16.5' 22:52:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:58 Merging remotes/origin/master commit 14c578bc02e93a6d1b64f7a2283637c58eb75556 into PR head commit af17b614df8b2a085e900ce9f516f76e90d15ffb 22:52:58 Merge succeeded, producing af17b614df8b2a085e900ce9f516f76e90d15ffb 22:52:58 Checking out Revision af17b614df8b2a085e900ce9f516f76e90d15ffb (PR-266) 22:52:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 22:52:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 22:52:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 22:52:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/266/head:refs/remotes/origin/PR-266 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:52:58 > git config core.sparsecheckout # timeout=10 22:52:58 > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 22:52:58 > git remote # timeout=10 22:52:58 > git config --get remote.origin.url # timeout=10 22:52:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:58 > git merge 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 22:52:58 > git rev-parse HEAD^{commit} # timeout=10 22:52:58 > git config core.sparsecheckout # timeout=10 22:52:58 > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 22:53:02 Commit message: "build: added new import question to PR template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:53:03 ========================================================= 22:53:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:53:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:53:04 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:53:04 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:53:05 Sending build context to Docker daemon 22.08MB 22:53:05 Step 1/8 : ARG BASE=golang:1.15-alpine 22:53:05 Step 2/8 : FROM ${BASE} 22:53:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:53:05 df20fa9351a1: Pulling fs layer 22:53:05 ed8968b2872e: Pulling fs layer 22:53:05 a92cc7c5fd73: Pulling fs layer 22:53:05 e871e8e8d7a9: Pulling fs layer 22:53:05 e73272ec9a57: Pulling fs layer 22:53:05 1e910a182e73: Pulling fs layer 22:53:05 4e634b169226: Pulling fs layer 22:53:05 e871e8e8d7a9: Waiting 22:53:05 e73272ec9a57: Waiting 22:53:05 4e634b169226: Waiting 22:53:05 1e910a182e73: Waiting 22:53:05 a92cc7c5fd73: Verifying Checksum 22:53:05 a92cc7c5fd73: Download complete 22:53:05 ed8968b2872e: Verifying Checksum 22:53:05 ed8968b2872e: Download complete 22:53:05 e73272ec9a57: Verifying Checksum 22:53:05 e73272ec9a57: Download complete 22:53:05 1e910a182e73: Verifying Checksum 22:53:05 1e910a182e73: Download complete 22:53:05 df20fa9351a1: Verifying Checksum 22:53:05 df20fa9351a1: Download complete 22:53:05 df20fa9351a1: Pull complete 22:53:05 ed8968b2872e: Pull complete 22:53:05 a92cc7c5fd73: Pull complete 22:53:07 4e634b169226: Verifying Checksum 22:53:07 4e634b169226: Download complete 22:53:08 e871e8e8d7a9: Verifying Checksum 22:53:08 e871e8e8d7a9: Download complete 22:53:10 Removing intermediate container 200ad4174154 22:53:10 ---> 56c82f37659a 22:53:10 Step 17/24 : FROM alpine 22:53:10 latest: Pulling from library/alpine 22:53:10 b538f80385f9: Already exists 22:53:10 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:53:10 Status: Downloaded newer image for alpine:latest 22:53:10 ---> 62ee0e9f8440 22:53:10 Step 18/24 : EXPOSE 4000 22:53:10 ---> Running in 5beb2ab46ec0 22:53:10 Removing intermediate container 5beb2ab46ec0 22:53:10 ---> f920a45917c5 22:53:10 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 22:53:12 ---> c7f23ab83e30 22:53:12 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 22:53:12 ---> Running in b51dd7c7a7c2 22:53:12 Removing intermediate container b51dd7c7a7c2 22:53:12 ---> 383d0fda6a06 22:53:12 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 22:53:13 ---> Running in 3f06e1e3fd9a 22:53:13 Removing intermediate container 3f06e1e3fd9a 22:53:13 ---> 39d47a72731e 22:53:13 Step 22/24 : LABEL arch=arm64 22:53:13 ---> Running in bff3871320e8 22:53:13 e871e8e8d7a9: Pull complete 22:53:13 e73272ec9a57: Pull complete 22:53:13 1e910a182e73: Pull complete 22:53:13 Removing intermediate container bff3871320e8 22:53:13 ---> d232657468a8 22:53:13 Step 23/24 : LABEL git_sha=af17b614df8b2a085e900ce9f516f76e90d15ffb 22:53:14 ---> Running in b806e9b1bf34 22:53:14 Removing intermediate container b806e9b1bf34 22:53:14 ---> 2b084238a3fd 22:53:14 Step 24/24 : LABEL version=0.0.0 22:53:14 ---> Running in d3deb3ce2302 22:53:15 Removing intermediate container d3deb3ce2302 22:53:15 ---> c9c7657c8248 22:53:15 [Warning] One or more build-args [ARCH] were not consumed 22:53:15 Successfully built c9c7657c8248 22:53:15 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:53:23 4e634b169226: Pull complete 22:53:23 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:53:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:53:23 ---> f7629b54cfaa 22:53:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:53:23 ---> Running in f18e2a8e3c0b 22:53:23 Removing intermediate container f18e2a8e3c0b 22:53:23 ---> 1cdcab377168 22:53:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:23 ---> Running in 6198637b3d14 22:53:24 Removing intermediate container 6198637b3d14 22:53:24 ---> 3c8c042651ab 22:53:24 Step 5/8 : RUN apk add --no-cache make git 22:53:24 ---> Running in 184a6ce602df 22:53:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:27 OK: 166 MiB in 39 packages 22:53:27 Removing intermediate container 184a6ce602df 22:53:27 ---> 3c60e08b1239 22:53:27 Step 6/8 : WORKDIR /edgex-ui-go 22:53:27 ---> Running in 00bd558c1977 22:53:27 Removing intermediate container 00bd558c1977 22:53:27 ---> 5da949324828 22:53:27 Step 7/8 : COPY . . 22:53:29 ---> d1f47468e0b6 22:53:29 Step 8/8 : RUN go mod download 22:53:29 ---> Running in 3d6e35c371a2 22:53:51 Removing intermediate container 3d6e35c371a2 22:53:51 ---> 8e5ce1b77185 22:53:51 Successfully built 8e5ce1b77185 22:53:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker inspect -f . ci-base-image-x86_64 22:53:51 . [Pipeline] withDockerContainer 22:53:51 prd-centos7-docker-4c-2g-3794 does not seem to be running inside a container 22:53:52 $ 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-x86_64 cat 22:53:52 $ docker top 7c2922a4fc7d4f828154215774544b37b30f931fe5f5fb9ce72a86592b7e6694 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:53 + go version 22:53:53 go version go1.15.2 linux/amd64 [Pipeline] } 22:53:53 $ docker stop --time=1 7c2922a4fc7d4f828154215774544b37b30f931fe5f5fb9ce72a86592b7e6694 22:53:54 $ docker rm -f 7c2922a4fc7d4f828154215774544b37b30f931fe5f5fb9ce72a86592b7e6694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:55 + docker inspect -f . ci-base-image-x86_64 22:53:55 . [Pipeline] withDockerContainer 22:53:55 prd-centos7-docker-4c-2g-3794 does not seem to be running inside a container 22:53:56 $ 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-x86_64 cat 22:53:56 $ docker top a74e9eed3e899049f34be26406455a44adaaf9be1a9986d494e841abc055b5df -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:57 + make test 22:53:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:53:58 ? github.com/edgexfoundry/edgex-ui-go [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 22:54:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 22:54:06 GO111MODULE=on go vet ./... [Pipeline] stash 22:54:07 Warning: overwriting stash ‘coverage-report’ 22:54:07 Stashed 1 file(s) [Pipeline] } 22:54:07 $ docker stop --time=1 a74e9eed3e899049f34be26406455a44adaaf9be1a9986d494e841abc055b5df 22:54:10 $ docker rm -f a74e9eed3e899049f34be26406455a44adaaf9be1a9986d494e841abc055b5df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:54:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:54:11 + ls -al . 22:54:11 total 84 22:54:11 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 6 22:53 . 22:54:11 drwxrwxr-x. 4 jenkins jenkins 28 Oct 6 22:52 .. 22:54:11 drwxrwxr-x. 3 jenkins jenkins 20 Oct 6 22:52 assets 22:54:11 drwxrwxr-x. 2 jenkins jenkins 35 Oct 6 22:52 bin 22:54:11 drwxrwxr-x. 3 jenkins jenkins 29 Oct 6 22:52 cmd 22:54:11 -rw-rw-r--. 1 jenkins jenkins 3959 Oct 6 22:52 CONTRIBUTING.md 22:54:11 -rw-r--r--. 1 jenkins jenkins 10 Oct 6 22:53 coverage.out 22:54:11 -rw-rw-r--. 1 jenkins jenkins 913 Oct 6 22:52 Dockerfile 22:54:11 -rw-rw-r--. 1 jenkins jenkins 898 Oct 6 22:52 Dockerfile.build 22:54:11 drwxrwxr-x. 5 jenkins jenkins 104 Oct 6 22:52 docs 22:54:11 drwxrwxr-x. 8 jenkins jenkins 179 Oct 6 22:53 .git 22:54:11 drwxrwxr-x. 2 jenkins jenkins 81 Oct 6 22:52 .github 22:54:11 -rw-rw-r--. 1 jenkins jenkins 136 Oct 6 22:52 .gitignore 22:54:11 -rw-rw-r--. 1 jenkins jenkins 1019 Oct 6 22:52 go.mod 22:54:11 -rw-r--r--. 1 jenkins jenkins 20718 Oct 6 22:53 go.sum 22:54:11 drwxrwxr-x. 10 jenkins jenkins 139 Oct 6 22:52 internal 22:54:11 -rw-rw-r--. 1 jenkins jenkins 652 Oct 6 22:52 Jenkinsfile 22:54:11 -rw-rw-r--. 1 jenkins jenkins 11357 Oct 6 22:52 LICENSE 22:54:11 -rw-rw-r--. 1 jenkins jenkins 951 Oct 6 22:52 Makefile 22:54:11 -rw-rw-r--. 1 jenkins jenkins 3545 Oct 6 22:52 README.md 22:54:11 drwxrwxr-x. 3 jenkins jenkins 58 Oct 6 22:53 .semver 22:54:11 -rw-rw-r--. 1 jenkins jenkins 5 Oct 6 22:49 VERSION 22:54:11 -rw-rw-r--. 1 jenkins jenkins 155 Oct 6 22:52 version.go [Pipeline] isUnix [Pipeline] sh 22:54:11 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=af17b614df8b2a085e900ce9f516f76e90d15ffb --label arch=amd64 --label version=0.0.0 . 22:54:11 Sending build context to Docker daemon 22.11MB 22:54:11 Step 1/24 : ARG BASE=golang:1.15-alpine 22:54:11 Step 2/24 : FROM ${BASE} AS builder 22:54:11 ---> 8e5ce1b77185 22:54:11 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 22:54:12 ---> Running in adab145d1cd1 22:54:12 Removing intermediate container adab145d1cd1 22:54:12 ---> c8bd834fc3ae 22:54:12 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 22:54:12 ---> Running in 10f8fb7caac8 22:54:12 Removing intermediate container 10f8fb7caac8 22:54:12 ---> 98879c323aa7 22:54:12 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 22:54:12 ---> Running in ac0143d2b438 22:54:13 Removing intermediate container ac0143d2b438 22:54:13 ---> 6cabd1179dd6 22:54:13 Step 6/24 : LABEL Name=edgex-ui-go 22:54:13 ---> Running in 9abe7fb71f12 22:54:13 Removing intermediate container 9abe7fb71f12 22:54:13 ---> ae4d17e197ae 22:54:13 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 22:54:13 ---> Running in 4919e10c67c7 22:54:13 Removing intermediate container 4919e10c67c7 22:54:13 ---> f6dd0811bd65 22:54:13 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:54:13 ---> Running in 680b7f11f909 22:54:14 Removing intermediate container 680b7f11f909 22:54:14 ---> 14f06b4ae01c 22:54:14 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:54:14 ---> Running in 03098c9eb839 22:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:16 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 22:54:16 v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:54:16 OK: 12752 distinct packages available 22:54:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:17 OK: 166 MiB in 39 packages 22:54:18 Removing intermediate container 03098c9eb839 22:54:18 ---> 3ae0c8d8487d 22:54:18 Step 10/24 : ENV GO111MODULE=on 22:54:18 ---> Running in d2bd3eac97db 22:54:18 Removing intermediate container d2bd3eac97db 22:54:18 ---> 4f48a7de9a0a 22:54:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 22:54:18 ---> Running in 4d7df15c6cb3 22:54:18 Removing intermediate container 4d7df15c6cb3 22:54:18 ---> 092b7987442c 22:54:18 Step 12/24 : COPY go.mod . 22:54:18 ---> 6398c9413d2b 22:54:18 Step 13/24 : COPY Makefile . 22:54:18 ---> 86f08a7ac9eb 22:54:18 Step 14/24 : RUN make update 22:54:19 ---> Running in 60a710748235 22:54:19 CGO_ENABLED=0 GO111MODULE=on go mod download 22:54:20 Removing intermediate container 60a710748235 22:54:20 ---> 4abfdc82d919 22:54:20 Step 15/24 : COPY . . 22:54:22 ---> f360aff7b131 22:54:22 Step 16/24 : RUN ${MAKE} 22:54:22 ---> Running in 89f4a132ebe1 22:54:22 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 22:54:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:54:33 Removing intermediate container 89f4a132ebe1 22:54:33 ---> e5dd7e79d117 22:54:33 Step 17/24 : FROM alpine 22:54:33 latest: Pulling from library/alpine 22:54:33 df20fa9351a1: Already exists 22:54:33 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:54:33 Status: Downloaded newer image for alpine:latest 22:54:33 ---> a24bb4013296 22:54:33 Step 18/24 : EXPOSE 4000 22:54:33 ---> Running in ca4d49eda8e0 22:54:33 Removing intermediate container ca4d49eda8e0 22:54:33 ---> 0d2ff71f0a88 22:54:33 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 22:54:34 ---> 607f4ab5e2a7 22:54:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 22:54:34 ---> Running in e1dd49e8e329 22:54:35 Removing intermediate container e1dd49e8e329 22:54:35 ---> e14a54024ca5 22:54:35 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 22:54:35 ---> Running in 64d7ce78deee 22:54:35 Removing intermediate container 64d7ce78deee 22:54:35 ---> 4ad0e192e957 22:54:35 Step 22/24 : LABEL arch=amd64 22:54:35 ---> Running in 2a2d3d37b3da 22:54:35 Removing intermediate container 2a2d3d37b3da 22:54:35 ---> fbd10c8fdd67 22:54:35 Step 23/24 : LABEL git_sha=af17b614df8b2a085e900ce9f516f76e90d15ffb 22:54:35 ---> Running in 1203efe04f66 22:54:35 Removing intermediate container 1203efe04f66 22:54:35 ---> 6c22436f8969 22:54:35 Step 24/24 : LABEL version=0.0.0 22:54:35 ---> Running in 16b546fcb08a 22:54:35 Removing intermediate container 16b546fcb08a 22:54:35 ---> f0f7ae67e779 22:54:35 [Warning] One or more build-args [ARCH] were not consumed 22:54:35 Successfully built f0f7ae67e779 22:54:35 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:54:37 provisioning config files... 22:54:37 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/config5205665294296719757tmp [Pipeline] { [Pipeline] sh 22:54:38 + set +x 22:54:38 + curl -s https://codecov.io/bash 22:54:38 + bash -s -- 22:54:38 22:54:38 _____ _ 22:54:38 / ____| | | 22:54:38 | | ___ __| | ___ ___ _____ __ 22:54:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:54:38 | |___| (_) | (_| | __/ (_| (_) \ V / 22:54:38 \_____\___/ \__,_|\___|\___\___/ \_/ 22:54:38 Bash-20200917-4e8f14b 22:54:38 22:54:38 22:54:38 ==> Jenkins CI detected. 22:54:38 project root: . 22:54:38 --> token set from env 22:54:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:54:38 ==> Running gcov in . (disable via -X gcov) 22:54:38 ==> Python coveragepy not found 22:54:38 ==> Searching for coverage reports in: 22:54:38 + . 22:54:38 -> Found 1 reports 22:54:38 ==> Detecting git/mercurial file structure 22:54:38 ==> Reading reports 22:54:38 + ./coverage.out bytes=10 22:54:38 ==> Appending adjustments 22:54:38 https://docs.codecov.io/docs/fixing-reports 22:54:38 + Found adjustments 22:54:38 ==> Gzipping contents 22:54:38 ==> Uploading reports 22:54:38 url: https://codecov.io 22:54:38 query: branch=PR-266&commit=af17b614df8b2a085e900ce9f516f76e90d15ffb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-266%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=266&job=&cmd_args= 22:54:38 -> Pinging Codecov 22:54:38 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-266&commit=af17b614df8b2a085e900ce9f516f76e90d15ffb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-266%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=266&job=&cmd_args= 22:54:38 -> Uploading to 22:54:38 22:54:38 % Total % Received % Xferd Average Speed Time Time Time Current 22:54:38 Dload Upload Total Spent Left Speed 22:54:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 22:54:38 X> Failed to upload 22:54:38 ==> Uploading to Codecov 22:54:38 % Total % Received % Xferd Average Speed Time Time Time Current 22:54:38 Dload Upload Total Spent Left Speed 22:54:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1899 100 108 100 1791 203 3374 --:--:-- --:--:-- --:--:-- 3372 22:54:39 View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/af17b614df8b2a085e900ce9f516f76e90d15ffb [Pipeline] } 22:54:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 22:54:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:54:43 ---> package-listing.sh 22:54:43 ++ facter osfamily 22:54:43 ++ tr '[:upper:]' '[:lower:]' 22:54:43 + OS_FAMILY=redhat 22:54:43 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-266 22:54:43 + START_PACKAGES=/tmp/packages_start.txt 22:54:43 + END_PACKAGES=/tmp/packages_end.txt 22:54:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:54:43 + PACKAGES=/tmp/packages_start.txt 22:54:43 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-266 ']' 22:54:43 + PACKAGES=/tmp/packages_end.txt 22:54:43 + case "${OS_FAMILY}" in 22:54:43 + rpm -qa 22:54:43 + sort 22:54:47 + '[' -f /tmp/packages_start.txt ']' 22:54:47 + '[' -f /tmp/packages_end.txt ']' 22:54:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:54:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-266 ']' 22:54:47 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-266/archives/ 22:54:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-266/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:54:48 provisioning config files... 22:54:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/config3617137554532029104tmp [Pipeline] { [Pipeline] echo 22:54:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:54:48 ---> create-netrc.sh [Pipeline] } 22:54:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:54:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:54:48 ---> python-tools-install.sh 22:54:48 Generating Requirements File 22:56:10 Python 3.6.8 22:56:10 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 22:56:10 appdirs==1.4.3 22:56:10 argcomplete==1.12.1 22:56:10 aspy.yaml==1.3.0 22:56:10 attrs==19.3.0 22:56:10 Babel==2.8.0 22:56:10 beautifulsoup4==4.8.2 22:56:10 boto3==1.11.6 22:56:10 botocore==1.14.6 22:56:10 bs4==0.0.1 22:56:10 cachetools==4.1.1 22:56:10 certifi==2019.11.28 22:56:10 cffi==1.14.3 22:56:10 cfgv==2.0.1 22:56:10 chardet==3.0.4 22:56:10 click==7.1 22:56:10 cliff==3.4.0 22:56:10 cmd2==1.3.11 22:56:10 colorama==0.4.3 22:56:10 cryptography==3.1.1 22:56:10 debtcollector==2.2.0 22:56:10 decorator==4.4.2 22:56:10 defusedxml==0.6.0 22:56:10 Deprecated==1.2.7 22:56:10 distlib==0.3.1 22:56:10 distro==1.2.0 22:56:10 dnspython==1.16.0 22:56:10 docker==4.2.0 22:56:10 docutils==0.15.2 22:56:10 dogpile.cache==1.0.2 22:56:10 email-validator==1.0.5 22:56:10 filelock==3.0.12 22:56:10 future==0.18.2 22:56:10 google-auth==1.22.1 22:56:10 httplib2==0.17.0 22:56:10 identify==1.4.11 22:56:10 idna==2.9 22:56:10 importlib-metadata==1.7.0 22:56:10 importlib-resources==1.5.0 22:56:10 iso8601==0.1.13 22:56:10 Jinja2==2.11.1 22:56:10 jmespath==0.10.0 22:56:10 jsonpatch==1.26 22:56:10 jsonpointer==2.0 22:56:10 jsonschema==3.2.0 22:56:10 keystoneauth1==4.2.1 22:56:10 kubernetes==11.0.0 22:56:10 lftools==0.34.2 22:56:10 lxml==4.5.0 22:56:10 MarkupSafe==0.23 22:56:10 msgpack==1.0.0 22:56:10 multi-key-dict==2.0.3 22:56:10 munch==2.5.0 22:56:10 netaddr==0.8.0 22:56:10 netifaces==0.10.9 22:56:10 niet==1.4.2 22:56:10 nodeenv==1.3.5 22:56:10 oauth2client==4.1.3 22:56:10 oauthlib==3.1.0 22:56:10 openstacksdk==0.50.0 22:56:10 os-client-config==2.1.0 22:56:10 os-service-types==1.7.0 22:56:10 osc-lib==2.2.1 22:56:10 oslo.config==8.3.2 22:56:10 oslo.context==3.1.1 22:56:10 oslo.i18n==5.0.1 22:56:10 oslo.log==4.4.0 22:56:10 oslo.serialization==4.0.1 22:56:10 oslo.utils==4.6.0 22:56:10 packaging==20.4 22:56:10 pbr==5.4.4 22:56:10 pluggy==0.13.1 22:56:10 prettytable==0.7.2 22:56:10 py==1.9.0 22:56:10 pyasn1==0.4.8 22:56:10 pyasn1-modules==0.2.8 22:56:10 pycparser==2.20 22:56:10 pygerrit2==2.0.10 22:56:10 PyGithub==1.46 22:56:10 pyinotify==0.9.6 22:56:10 PyJWT==1.7.1 22:56:10 pyparsing==2.4.7 22:56:10 pyperclip==1.8.0 22:56:10 pyroute2==0.4.13 22:56:10 pyrsistent==0.15.7 22:56:10 PySocks==1.6.8 22:56:10 python-cinderclient==7.2.0 22:56:10 python-dateutil==2.8.1 22:56:10 python-heatclient==2.2.1 22:56:10 python-jenkins==1.7.0 22:56:10 python-keystoneclient==4.1.1 22:56:10 python-magnumclient==3.2.1 22:56:10 python-novaclient==17.2.1 22:56:10 python-openstackclient==5.4.0 22:56:10 python-swiftclient==3.10.1 22:56:10 pytz==2020.1 22:56:10 PyYAML==5.3 22:56:10 requests==2.23.0 22:56:10 requests-oauthlib==1.3.0 22:56:10 requestsexceptions==1.4.0 22:56:10 rfc3986==1.4.0 22:56:10 rpm==4.11.3 22:56:10 rsa==4.0 22:56:10 ruamel.yaml==0.16.10 22:56:10 ruamel.yaml.clib==0.2.0 22:56:10 s3transfer==0.3.3 22:56:10 shade==1.27.2 22:56:10 simplejson==3.17.2 22:56:10 six==1.14.0 22:56:10 soupsieve==2.0 22:56:10 stevedore==3.2.2 22:56:10 tabulate==0.8.6 22:56:10 toml==0.10.0 22:56:10 tox==3.20.0 22:56:10 tqdm==4.43.0 22:56:10 urllib3==1.25.8 22:56:10 virtualenv==20.0.33 22:56:10 wcwidth==0.2.5 22:56:10 websocket-client==0.57.0 22:56:10 wrapt==1.12.1 22:56:10 xdg==3.0.2 22:56:10 xmltodict==0.12.0 22:56:10 yq==2.11.1 22:56:10 zipp==3.3.0 22:56:10 Cache entry deserialization failed, entry ignored 22:56:10 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 22:56:10 Python 2.7.5 22:56:10 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 22:56:10 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 22:56:10 ansible==2.9.7 22:56:10 Babel==0.9.6 22:56:10 backports.ssl-match-hostname==3.5.0.1 22:56:10 beautifulsoup4==4.4.1 22:56:10 bodhi==2.11.0 22:56:10 bodhi-client==2.11.0 22:56:10 CCColUtils==1.4 22:56:10 cffi==1.6.0 22:56:10 chardet==2.2.1 22:56:10 click==6.7 22:56:10 cloud-init==18.5 22:56:10 configobj==4.7.2 22:56:10 cryptography==1.7.2 22:56:10 decorator==3.4.0 22:56:10 distro==1.2.0 22:56:10 enum34==1.0.4 22:56:10 fedpkg==1.38 22:56:10 futures==3.1.1 22:56:10 gitdb==0.6.4 22:56:10 GitPython==1.0.1 22:56:10 html5lib==0.999 22:56:10 httplib2==0.9.2 22:56:10 idna==2.4 22:56:10 iniparse==0.4 22:56:10 ipaddress==1.0.16 22:56:10 IPy==0.75 22:56:10 javapackages==1.0.0 22:56:10 Jinja2==2.7.2 22:56:10 jmespath==0.9.4 22:56:10 jsonpatch==1.2 22:56:10 jsonpointer==1.9 22:56:10 kerberos==1.1 22:56:10 kitchen==1.1.1 22:56:10 langtable==0.0.31 22:56:10 lockfile==0.9.1 22:56:10 lxml==3.2.1 22:56:10 MarkupSafe==0.11 22:56:10 munch==2.0.2 22:56:10 offtrac==0.1.0 22:56:10 openidc-client==0.6.0 22:56:10 packagedb-cli==2.14.1 22:56:10 paramiko==2.1.1 22:56:10 perf==0.1 22:56:10 ply==3.4 22:56:10 policycoreutils-default-encoding==0.1 22:56:10 prettytable==0.7.2 22:56:10 pyasn1==0.1.9 22:56:10 pycparser==2.14 22:56:10 pycurl==7.19.0 22:56:10 pygobject==3.22.0 22:56:10 pygpgme==0.3 22:56:10 pyliblzma==0.5.3 22:56:10 pyOpenSSL==0.13.1 22:56:10 pyparsing==1.5.6 22:56:10 pyserial==2.6 22:56:10 python-augeas==0.5.0 22:56:10 python-bugzilla==2.3.0 22:56:10 python-dateutil==1.5 22:56:10 python-fedora==0.10.0 22:56:10 python-linux-procfs==0.4.9 22:56:10 python-yubico==1.2.3 22:56:10 pyudev==0.15 22:56:10 pyusb==1.0.0b1 22:56:10 pyxattr==0.5.1 22:56:10 PyYAML==3.10 22:56:10 requests==2.6.0 22:56:10 requests-kerberos==0.7.0 22:56:10 rpkg==1.60 22:56:10 schedutils==0.4 22:56:10 seobject==0.1 22:56:10 sepolicy==1.1 22:56:10 six==1.9.0 22:56:10 smmap==0.9.0 22:56:10 urlgrabber==3.10 22:56:10 urllib3==1.10.2 22:56:10 virtualenv==15.1.0 22:56:10 yum-langpacks==0.4.2 22:56:10 yum-metadata-parser==1.1.4 [Pipeline] echo 22:56:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:56:10 ---> sudo-logs.sh 22:56:10 Archiving 'sudo' log.. [Pipeline] echo 22:56:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:56:11 ---> job-cost.sh 22:56:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-elSO 22:56:23 Cache entry deserialization failed, entry ignored 22:56:23 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:24 Cache entry deserialization failed, entry ignored 22:56:25 Cache entry deserialization failed, entry ignored 22:56:25 Cache entry deserialization failed, entry ignored 22:56:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:57:00 lf-activate-venv(): INFO: Adding /tmp/venv-elSO/bin to PATH 22:57:00 INFO: No Stack... 22:57:00 INFO: Retrieving Pricing Info for: v1-standard-2 22:57:00 INFO: Archiving Costs [Pipeline] echo 22:57:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:57:00 ---> logs-deploy.sh 22:57:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-266/2 22:57:00 INFO: archiving workspace using pattern(s): 22:57:02 Archives upload complete. 22:57:02 INFO: archiving logs to Nexus 22:57:03 ---> uname -a: 22:57:03 Linux prd-centos7-docker-4c-2g-3790.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 22:57:03 22:57:03 22:57:03 ---> lscpu: 22:57:03 Architecture: x86_64 22:57:03 CPU op-mode(s): 32-bit, 64-bit 22:57:03 Byte Order: Little Endian 22:57:03 CPU(s): 4 22:57:03 On-line CPU(s) list: 0-3 22:57:03 Thread(s) per core: 1 22:57:03 Core(s) per socket: 1 22:57:03 Socket(s): 4 22:57:03 NUMA node(s): 1 22:57:03 Vendor ID: GenuineIntel 22:57:03 CPU family: 6 22:57:03 Model: 44 22:57:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:57:03 Stepping: 1 22:57:03 CPU MHz: 2933.438 22:57:03 BogoMIPS: 5866.87 22:57:03 Virtualization: VT-x 22:57:03 Hypervisor vendor: KVM 22:57:03 Virtualization type: full 22:57:03 L1d cache: 32K 22:57:03 L1i cache: 32K 22:57:03 L2 cache: 4096K 22:57:03 L3 cache: 16384K 22:57:03 NUMA node0 CPU(s): 0-3 22:57:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:57:03 22:57:03 22:57:03 ---> nproc: 22:57:03 4 22:57:03 22:57:03 22:57:03 ---> df -h: 22:57:03 Filesystem Size Used Avail Use% Mounted on 22:57:03 devtmpfs 887M 0 887M 0% /dev 22:57:03 tmpfs 919M 0 919M 0% /dev/shm 22:57:03 tmpfs 919M 17M 903M 2% /run 22:57:03 tmpfs 919M 0 919M 0% /sys/fs/cgroup 22:57:03 /dev/vda1 50G 7.3G 43G 15% / 22:57:03 tmpfs 184M 0 184M 0% /run/user/1001 22:57:03 22:57:03 22:57:03 ---> free -m: 22:57:03 total used free shared buff/cache available 22:57:03 Mem: 1837 622 78 16 1135 1017 22:57:03 Swap: 1023 1 1022 22:57:03 22:57:03 22:57:03 ---> ip addr: 22:57:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 22:57:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:57:03 inet 127.0.0.1/8 scope host lo 22:57:03 valid_lft forever preferred_lft forever 22:57:03 inet6 ::1/128 scope host 22:57:03 valid_lft forever preferred_lft forever 22:57:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 22:57:03 link/ether fa:16:3e:34:a1:71 brd ff:ff:ff:ff:ff:ff 22:57:03 inet 10.30.122.23/23 brd 10.30.123.255 scope global dynamic eth0 22:57:03 valid_lft 85921sec preferred_lft 85921sec 22:57:03 inet6 fe80::f816:3eff:fe34:a171/64 scope link 22:57:03 valid_lft forever preferred_lft forever 22:57:03 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 22:57:03 link/ether 02:42:b0:00:a4:6c brd ff:ff:ff:ff:ff:ff 22:57:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:57:03 valid_lft forever preferred_lft forever 22:57:03 inet6 fe80::42:b0ff:fe00:a46c/64 scope link 22:57:03 valid_lft forever preferred_lft forever 22:57:03 22:57:03 22:57:03 ---> sar -b -r -n DEV: 22:57:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 22:57:03 22:57:03 10:48:47 PM LINUX RESTART 22:57:03 22:57:03 10:50:01 PM tps rtps wtps bread/s bwrtn/s 22:57:03 10:51:01 PM 3.38 0.00 3.38 0.00 110.84 22:57:03 10:52:01 PM 0.43 0.00 0.43 0.00 5.96 22:57:03 10:53:01 PM 0.23 0.00 0.23 0.00 2.85 22:57:03 10:54:01 PM 0.27 0.00 0.27 0.00 3.76 22:57:03 10:55:01 PM 63.24 54.45 8.79 4644.56 636.36 22:57:03 10:56:01 PM 88.64 14.24 74.41 995.94 10433.88 22:57:03 10:57:01 PM 98.60 15.13 83.47 747.53 8823.44 22:57:03 Average: 36.41 11.98 24.43 912.70 2860.13 22:57:03 22:57:03 10:50:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:57:03 10:51:01 PM 157528 1724028 91.63 2620 1161272 1117588 38.14 407256 1154104 20 22:57:03 10:52:01 PM 164368 1717188 91.26 2620 1161276 1078020 36.79 408264 1147340 20 22:57:03 10:53:01 PM 164704 1716852 91.25 2620 1161280 1077984 36.79 408020 1147340 16 22:57:03 10:54:01 PM 162632 1718924 91.36 2620 1161284 1078068 36.79 412516 1144592 8 22:57:03 10:55:01 PM 93676 1787880 95.02 2620 1181012 1114484 38.04 463284 1151840 25888 22:57:03 10:56:01 PM 144392 1737164 92.33 2620 1073948 1116412 38.10 490252 1021552 79012 22:57:03 10:57:01 PM 96264 1785292 94.88 2620 1052308 1120228 38.23 567996 962732 10532 22:57:03 Average: 140509 1741047 92.53 2620 1136054 1100398 37.55 451084 1104214 16499 22:57:03 22:57:03 10:50:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 22:57:03 10:51:01 PM eth0 0.98 0.47 0.30 0.21 0.00 0.00 0.00 22:57:03 10:51:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:51:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:52:01 PM eth0 0.77 0.40 0.30 0.17 0.00 0.00 0.00 22:57:03 10:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:52:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:53:01 PM eth0 1.68 0.33 0.38 0.20 0.00 0.00 0.00 22:57:03 10:53:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:53:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:54:01 PM eth0 1.42 0.68 0.62 0.40 0.00 0.00 0.00 22:57:03 10:54:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:54:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:55:01 PM eth0 43.12 32.18 230.42 8.43 0.00 0.00 0.00 22:57:03 10:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:55:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:56:01 PM eth0 65.90 59.91 600.65 7.04 0.00 0.00 0.00 22:57:03 10:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:56:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:57:01 PM eth0 37.07 27.87 130.19 9.45 0.00 0.00 0.00 22:57:03 10:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 10:57:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 Average: eth0 21.57 17.41 137.57 3.70 0.00 0.00 0.00 22:57:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:03 22:57:03 22:57:03 ---> sar -P ALL: 22:57:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 22:57:03 22:57:03 10:48:47 PM LINUX RESTART 22:57:03 22:57:03 10:50:01 PM CPU %user %nice %system %iowait %steal %idle 22:57:03 10:51:01 PM all 0.18 0.00 0.05 0.00 0.00 99.78 22:57:03 10:51:01 PM 0 0.07 0.00 0.03 0.00 0.00 99.90 22:57:03 10:51:01 PM 1 0.05 0.00 0.05 0.00 0.00 99.90 22:57:03 10:51:01 PM 2 0.55 0.00 0.08 0.00 0.00 99.37 22:57:03 10:51:01 PM 3 0.03 0.00 0.05 0.00 0.00 99.92 22:57:03 10:52:01 PM all 0.17 0.00 0.05 0.00 0.00 99.78 22:57:03 10:52:01 PM 0 0.05 0.00 0.03 0.00 0.00 99.92 22:57:03 10:52:01 PM 1 0.05 0.00 0.07 0.00 0.02 99.87 22:57:03 10:52:01 PM 2 0.53 0.00 0.05 0.00 0.00 99.42 22:57:03 10:52:01 PM 3 0.03 0.00 0.02 0.00 0.00 99.95 22:57:03 10:53:01 PM all 0.15 0.00 0.03 0.00 0.00 99.82 22:57:03 10:53:01 PM 0 0.02 0.00 0.03 0.00 0.00 99.95 22:57:03 10:53:01 PM 1 0.07 0.00 0.03 0.00 0.00 99.90 22:57:03 10:53:01 PM 2 0.52 0.00 0.02 0.00 0.00 99.47 22:57:03 10:53:01 PM 3 0.03 0.00 0.03 0.00 0.00 99.93 22:57:03 10:54:01 PM all 0.15 0.00 0.03 0.00 0.00 99.82 22:57:03 10:54:01 PM 0 0.02 0.00 0.03 0.00 0.00 99.95 22:57:03 10:54:01 PM 1 0.07 0.00 0.07 0.00 0.00 99.87 22:57:03 10:54:01 PM 2 0.52 0.00 0.02 0.00 0.00 99.47 22:57:03 10:54:01 PM 3 0.02 0.00 0.02 0.00 0.00 99.97 22:57:03 10:55:01 PM all 4.55 0.00 1.04 1.35 0.00 93.06 22:57:03 10:55:01 PM 0 9.29 0.00 1.04 0.15 0.00 89.52 22:57:03 10:55:01 PM 1 2.74 0.00 1.15 1.94 0.00 94.17 22:57:03 10:55:01 PM 2 3.69 0.00 0.90 1.35 0.02 94.04 22:57:03 10:55:01 PM 3 2.47 0.00 1.05 1.97 0.02 94.49 22:57:03 10:56:01 PM all 16.61 0.00 3.11 0.89 0.01 79.38 22:57:03 10:56:01 PM 0 26.56 0.00 2.99 1.64 0.02 68.79 22:57:03 10:56:01 PM 1 16.72 0.00 4.08 0.18 0.00 79.01 22:57:03 10:56:01 PM 2 11.42 0.00 3.14 1.05 0.00 84.38 22:57:03 10:56:01 PM 3 11.77 0.00 2.25 0.69 0.02 85.28 22:57:03 10:57:01 PM all 13.17 0.00 2.57 1.80 0.00 82.44 22:57:03 10:57:01 PM 0 21.13 0.00 2.87 2.48 0.02 73.50 22:57:03 10:57:01 PM 1 6.33 0.00 2.12 2.74 0.02 88.80 22:57:03 10:57:01 PM 2 14.66 0.00 3.21 1.44 0.00 80.69 22:57:03 10:57:01 PM 3 10.63 0.00 2.05 0.55 0.00 86.77 22:57:03 Average: all 4.98 0.00 0.98 0.58 0.00 93.46 22:57:03 Average: 0 8.13 0.00 1.00 0.61 0.00 90.26 22:57:03 Average: 1 3.71 0.00 1.08 0.69 0.00 94.51 22:57:03 Average: 2 4.55 0.00 1.06 0.55 0.00 93.84 22:57:03 Average: 3 3.55 0.00 0.78 0.46 0.00 95.21 22:57:03 22:57:03 22:57:03