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 [2020-10-06T22:49:35.776Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T22:49:36.049Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T22:49:36.145Z] ========================================================= [2020-10-06T22:49:36.145Z] EdgeX Global Pipelines Version Info [2020-10-06T22:49:36.145Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:49:37.635Z] ------------------- [2020-10-06T22:49:37.636Z] stable info: [2020-10-06T22:49:37.636Z] ------------------- [2020-10-06T22:49:37.636Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T22:49:37.636Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T22:49:37.636Z] Message: update stable to v1.0.131 [2020-10-06T22:49:38.580Z] ------------------- [2020-10-06T22:49:38.580Z] experimental info: [2020-10-06T22:49:38.580Z] ------------------- [2020-10-06T22:49:38.580Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T22:49:38.580Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T22:49:38.580Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T22:49:38.923Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-10-06T22:49:39.013Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-10-06T22:49:39.106Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T22:49:39.226Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T22:49:39.317Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T22:49:39.404Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T22:49:39.495Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T22:49:39.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T22:49:39.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-06T22:49:39.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T22:49:39.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T22:49:39.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-10-06T22:49:40.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T22:49:40.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T22:49:40.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T22:49:40.544Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T22:49:40.740Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T22:49:40.828Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T22:49:40.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T22:49:41.012Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T22:49:41.103Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-06T22:49:41.190Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-06T22:49:41.283Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T22:49:41.392Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T22:49:41.477Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-06T22:49:41.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-266 [Pipeline] echo [2020-10-06T22:49:41.668Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-266 [Pipeline] echo [2020-10-06T22:49:41.751Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-266 [Pipeline] echo [2020-10-06T22:49:41.839Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af17b614df8b2a085e900ce9f516f76e90d15ffb [Pipeline] echo [2020-10-06T22:49:41.997Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af17b61 [Pipeline] echo [2020-10-06T22:49:42.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T22:49:42.766Z] + git log --format=format:%s -1 af17b614df8b2a085e900ce9f516f76e90d15ffb [Pipeline] echo [2020-10-06T22:49:42.827Z] GIT_COMMIT: af17b614df8b2a085e900ce9f516f76e90d15ffb, Commit Message: build: added new import question to PR template [Pipeline] echo [2020-10-06T22:49:42.871Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:49:43.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T22:49:45.098Z] [2020-10-06T22:49:45.098Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:49:45.471Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T22:49:45.471Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T22:49:45.471Z] 31603596830f: Pulling fs layer [2020-10-06T22:49:45.471Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T22:49:45.471Z] 6ca5941a6612: Pulling fs layer [2020-10-06T22:49:45.471Z] ecc8261a40a4: Pulling fs layer [2020-10-06T22:49:45.471Z] ecc8261a40a4: Waiting [2020-10-06T22:49:45.471Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T22:49:45.471Z] 2a8b12db71e7: Download complete [2020-10-06T22:49:45.735Z] 31603596830f: Download complete [2020-10-06T22:49:46.000Z] ecc8261a40a4: Verifying Checksum [2020-10-06T22:49:46.000Z] ecc8261a40a4: Download complete [2020-10-06T22:49:46.000Z] 6ca5941a6612: Verifying Checksum [2020-10-06T22:49:46.000Z] 6ca5941a6612: Download complete [2020-10-06T22:49:46.000Z] 31603596830f: Pull complete [2020-10-06T22:49:46.264Z] 2a8b12db71e7: Pull complete [2020-10-06T22:49:46.846Z] 6ca5941a6612: Pull complete [2020-10-06T22:49:47.110Z] ecc8261a40a4: Pull complete [2020-10-06T22:49:47.110Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T22:49:47.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T22:49:47.371Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T22:49:47.475Z] prd-centos7-docker-4c-2g-3790 does not seem to be running inside a container [2020-10-06T22:49:47.540Z] $ 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 [2020-10-06T22:49:49.347Z] $ docker top 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T22:49:49.621Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T22:49:49.621Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T22:49:49.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T22:49:49.823Z] $ docker exec 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent [2020-10-06T22:49:49.986Z] SSH_AUTH_SOCK=/tmp/ssh-LwHmd5kQMBdq/agent.11 [2020-10-06T22:49:49.986Z] SSH_AGENT_PID=16 [2020-10-06T22:49:49.999Z] Running ssh-add (command line suppressed) [2020-10-06T22:49:50.117Z] 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) [2020-10-06T22:49:50.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T22:49:50.499Z] + git describe --exact-match --tags HEAD [2020-10-06T22:49:50.499Z] fatal: no tag exactly matches 'af17b614df8b2a085e900ce9f516f76e90d15ffb' [Pipeline] } [2020-10-06T22:49:50.522Z] $ docker exec --env ******** --env ******** 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent -k [2020-10-06T22:49:50.637Z] unset SSH_AUTH_SOCK; [2020-10-06T22:49:50.638Z] unset SSH_AGENT_PID; [2020-10-06T22:49:50.638Z] echo Agent pid 16 killed; [2020-10-06T22:49:50.679Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T22:49:50.783Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T22:49:50.783Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T22:49:50.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T22:49:50.885Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T22:49:51.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T22:49:51.053Z] $ docker exec 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent [2020-10-06T22:49:51.273Z] SSH_AUTH_SOCK=/tmp/ssh-yqeqGj3dsYBG/agent.45 [2020-10-06T22:49:51.273Z] SSH_AGENT_PID=51 [2020-10-06T22:49:51.283Z] Running ssh-add (command line suppressed) [2020-10-06T22:49:51.407Z] 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) [2020-10-06T22:49:51.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T22:49:51.790Z] + git semver init [2020-10-06T22:49:51.790Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T22:49:51.790Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-266/.git [2020-10-06T22:49:51.790Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-266 [2020-10-06T22:49:51.790Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T22:49:51.790Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T22:49:51.790Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T22:49:51.790Z] # $SEMVER_BRANCH = PR-266 [2020-10-06T22:49:51.790Z] # $SEMVER_TEMP = /tmp/semver-918716678 [2020-10-06T22:49:51.790Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-10-06T22:49:52.737Z] # '/tmp/semver-918716678' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-266/.semver' [2020-10-06T22:49:52.737Z] # -> Force: false [2020-10-06T22:49:52.737Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-266/.semver [Pipeline] } [2020-10-06T22:49:52.750Z] $ docker exec --env ******** --env ******** 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d ssh-agent -k [2020-10-06T22:49:52.861Z] unset SSH_AUTH_SOCK; [2020-10-06T22:49:52.862Z] unset SSH_AGENT_PID; [2020-10-06T22:49:52.862Z] echo Agent pid 51 killed; [2020-10-06T22:49:52.905Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T22:49:53.357Z] + git semver [Pipeline] } [2020-10-06T22:49:53.376Z] $ docker stop --time=1 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d [2020-10-06T22:49:54.789Z] $ docker rm -f 9102f80b56d079d86204aade0e55ab2b2a98022e704d858798d44ecb85144f1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T22:49:55.984Z] Stashed 27 file(s) [Pipeline] echo [2020-10-06T22:49:55.987Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-06T22:49:56.123Z] 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 [2020-10-06T22:50:11.534Z] Still waiting to schedule task [2020-10-06T22:50:11.534Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-06T22:50:11.536Z] Still waiting to schedule task [2020-10-06T22:50:11.536Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-06T22:50:16.624Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3791 in /w/workspace/edgexfoundry_edgex-ui-go_PR-266 [Pipeline] { [Pipeline] ws [2020-10-06T22:50:16.676Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-10-06T22:50:21.750Z] using credential edgex-jenkins-ssh [2020-10-06T22:50:21.900Z] Cloning the remote Git repository [2020-10-06T22:50:21.977Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-06T22:50:22.033Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-10-06T22:50:22.160Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-06T22:50:22.162Z] > git --version # timeout=10 [2020-10-06T22:50:22.243Z] > git --version # 'git version 2.17.1' [2020-10-06T22:50:22.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T22:50:22.306Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T22:50:23.919Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-06T22:50:23.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T22:50:24.000Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-06T22:50:24.113Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-06T22:50:24.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T22:50:24.143Z] > 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 [2020-10-06T22:50:24.786Z] Merging remotes/origin/master commit 14c578bc02e93a6d1b64f7a2283637c58eb75556 into PR head commit af17b614df8b2a085e900ce9f516f76e90d15ffb [2020-10-06T22:50:25.331Z] Merge succeeded, producing af17b614df8b2a085e900ce9f516f76e90d15ffb [2020-10-06T22:50:25.331Z] Checking out Revision af17b614df8b2a085e900ce9f516f76e90d15ffb (PR-266) [2020-10-06T22:50:24.834Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T22:50:24.846Z] > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 [2020-10-06T22:50:25.121Z] > git remote # timeout=10 [2020-10-06T22:50:25.176Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T22:50:25.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T22:50:25.231Z] > git merge 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 [2020-10-06T22:50:25.318Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T22:50:25.360Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T22:50:25.383Z] > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 [2020-10-06T22:50:26.723Z] 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 [2020-10-06T22:50:28.681Z] ========================================================= [2020-10-06T22:50:28.681Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T22:50:28.681Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:50:29.660Z] + 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 . [2020-10-06T22:50:31.102Z] Sending build context to Docker daemon 22.08MB [2020-10-06T22:50:31.102Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T22:50:31.102Z] Step 2/8 : FROM ${BASE} [2020-10-06T22:50:31.102Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T22:50:31.102Z] b538f80385f9: Pulling fs layer [2020-10-06T22:50:31.102Z] 74f711af9a0d: Pulling fs layer [2020-10-06T22:50:31.102Z] 99f96fe45779: Pulling fs layer [2020-10-06T22:50:31.102Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T22:50:31.102Z] 45590311c82a: Pulling fs layer [2020-10-06T22:50:31.102Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T22:50:31.102Z] 209524e5b208: Pulling fs layer [2020-10-06T22:50:31.102Z] 45590311c82a: Waiting [2020-10-06T22:50:31.102Z] 69ca0ff8b7b3: Waiting [2020-10-06T22:50:31.102Z] 209524e5b208: Waiting [2020-10-06T22:50:31.102Z] 8529a6b9a6be: Waiting [2020-10-06T22:50:31.102Z] 99f96fe45779: Verifying Checksum [2020-10-06T22:50:31.102Z] 99f96fe45779: Download complete [2020-10-06T22:50:31.376Z] 74f711af9a0d: Verifying Checksum [2020-10-06T22:50:31.377Z] 74f711af9a0d: Download complete [2020-10-06T22:50:31.377Z] 45590311c82a: Verifying Checksum [2020-10-06T22:50:31.377Z] 45590311c82a: Download complete [2020-10-06T22:50:31.377Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T22:50:31.377Z] 69ca0ff8b7b3: Download complete [2020-10-06T22:50:31.377Z] b538f80385f9: Download complete [2020-10-06T22:50:31.980Z] b538f80385f9: Pull complete [2020-10-06T22:50:32.582Z] 74f711af9a0d: Pull complete [2020-10-06T22:50:32.856Z] 99f96fe45779: Pull complete [2020-10-06T22:50:34.294Z] 209524e5b208: Verifying Checksum [2020-10-06T22:50:34.294Z] 209524e5b208: Download complete [2020-10-06T22:50:35.277Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T22:50:35.277Z] 8529a6b9a6be: Download complete [2020-10-06T22:50:47.690Z] 8529a6b9a6be: Pull complete [2020-10-06T22:50:47.690Z] 45590311c82a: Pull complete [2020-10-06T22:50:47.690Z] 69ca0ff8b7b3: Pull complete [2020-10-06T22:50:50.321Z] 209524e5b208: Pull complete [2020-10-06T22:50:50.321Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T22:50:50.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T22:50:50.321Z] ---> 5bddaf1c2fca [2020-10-06T22:50:50.321Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T22:50:53.720Z] ---> Running in c9fe962a5318 [2020-10-06T22:50:53.720Z] Removing intermediate container c9fe962a5318 [2020-10-06T22:50:53.720Z] ---> e78da668dea4 [2020-10-06T22:50:53.720Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T22:50:53.720Z] ---> Running in df222e9a7aeb [2020-10-06T22:50:56.363Z] Removing intermediate container df222e9a7aeb [2020-10-06T22:50:56.363Z] ---> 9189397b7432 [2020-10-06T22:50:56.363Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T22:50:56.636Z] ---> Running in d2f1b07f6682 [2020-10-06T22:50:58.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T22:50:58.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T22:50:59.644Z] OK: 142 MiB in 39 packages [2020-10-06T22:51:01.088Z] Removing intermediate container d2f1b07f6682 [2020-10-06T22:51:01.088Z] ---> 6263ef534505 [2020-10-06T22:51:01.088Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-10-06T22:51:01.088Z] ---> Running in de9fee963ebe [2020-10-06T22:51:01.689Z] Removing intermediate container de9fee963ebe [2020-10-06T22:51:01.689Z] ---> 86800a382ea6 [2020-10-06T22:51:01.689Z] Step 7/8 : COPY . . [2020-10-06T22:51:03.677Z] ---> 232cd877069c [2020-10-06T22:51:03.677Z] Step 8/8 : RUN go mod download [2020-10-06T22:51:03.677Z] ---> Running in 069ff8dc211b [2020-10-06T22:51:36.004Z] Removing intermediate container 069ff8dc211b [2020-10-06T22:51:36.004Z] ---> 773dfbcf2e81 [2020-10-06T22:51:36.004Z] Successfully built 773dfbcf2e81 [2020-10-06T22:51:36.004Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:51:36.404Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T22:51:36.404Z] . [Pipeline] withDockerContainer [2020-10-06T22:51:36.636Z] prd-ubuntu18.04-docker-arm64-4c-16g-3791 does not seem to be running inside a container [2020-10-06T22:51:36.736Z] $ 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 [2020-10-06T22:51:38.503Z] $ docker top 61b4b77ea91b210ebe74920c74180714f76252373e05abbce0dae412677b2708 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T22:51:39.944Z] + go version [2020-10-06T22:51:39.944Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T22:51:39.979Z] $ docker stop --time=1 61b4b77ea91b210ebe74920c74180714f76252373e05abbce0dae412677b2708 [2020-10-06T22:51:41.824Z] $ docker rm -f 61b4b77ea91b210ebe74920c74180714f76252373e05abbce0dae412677b2708 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:51:42.846Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T22:51:42.846Z] . [Pipeline] withDockerContainer [2020-10-06T22:51:43.121Z] prd-ubuntu18.04-docker-arm64-4c-16g-3791 does not seem to be running inside a container [2020-10-06T22:51:43.218Z] $ 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 [2020-10-06T22:51:45.049Z] $ docker top 7c0f8bab43d5849b1c1b84043f58c0d469d846e37bea3ff50ab8ab67bc567035 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T22:51:46.436Z] + make test [2020-10-06T22:51:46.436Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-06T22:51:47.422Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-10-06T22:52:14.287Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-10-06T22:52:14.287Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-10-06T22:52:16.104Z] Stashed 1 file(s) [Pipeline] } [2020-10-06T22:52:16.124Z] $ docker stop --time=1 7c0f8bab43d5849b1c1b84043f58c0d469d846e37bea3ff50ab8ab67bc567035 [2020-10-06T22:52:18.182Z] $ docker rm -f 7c0f8bab43d5849b1c1b84043f58c0d469d846e37bea3ff50ab8ab67bc567035 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T22:52:20.071Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T22:52:20.462Z] + ls -al . [2020-10-06T22:52:20.462Z] total 120 [2020-10-06T22:52:20.463Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 6 22:51 . [2020-10-06T22:52:20.463Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 22:50 .. [2020-10-06T22:52:20.463Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 22:50 .git [2020-10-06T22:52:20.463Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 22:50 .github [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 136 Oct 6 22:50 .gitignore [2020-10-06T22:52:20.463Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 22:50 .semver [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 6 22:50 CONTRIBUTING.md [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 6 22:50 Dockerfile [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 898 Oct 6 22:50 Dockerfile.build [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 6 22:50 Jenkinsfile [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 6 22:50 LICENSE [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 951 Oct 6 22:50 Makefile [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 3545 Oct 6 22:50 README.md [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 6 22:49 VERSION [2020-10-06T22:52:20.463Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 22:50 assets [2020-10-06T22:52:20.463Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 22:50 bin [2020-10-06T22:52:20.463Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 22:50 cmd [2020-10-06T22:52:20.463Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 6 22:51 coverage.out [2020-10-06T22:52:20.463Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 22:50 docs [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 1019 Oct 6 22:50 go.mod [2020-10-06T22:52:20.463Z] -rw-r--r-- 1 jenkins jenkins 20718 Oct 6 22:51 go.sum [2020-10-06T22:52:20.463Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 6 22:50 internal [2020-10-06T22:52:20.463Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 6 22:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:52:20.801Z] + 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 . [2020-10-06T22:52:21.399Z] Sending build context to Docker daemon 22.11MB [2020-10-06T22:52:21.399Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T22:52:21.399Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T22:52:21.399Z] ---> 773dfbcf2e81 [2020-10-06T22:52:21.399Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-10-06T22:52:21.671Z] ---> Running in 7b8269e49c4b [2020-10-06T22:52:22.268Z] Removing intermediate container 7b8269e49c4b [2020-10-06T22:52:22.268Z] ---> d8f6734ad173 [2020-10-06T22:52:22.268Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-10-06T22:52:22.268Z] ---> Running in 09bfa83cca6c [2020-10-06T22:52:22.867Z] Removing intermediate container 09bfa83cca6c [2020-10-06T22:52:22.867Z] ---> cdb0af46ea21 [2020-10-06T22:52:22.867Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-10-06T22:52:22.867Z] ---> Running in fd242e25047e [2020-10-06T22:52:23.468Z] Removing intermediate container fd242e25047e [2020-10-06T22:52:23.468Z] ---> 2acdd7d5c28e [2020-10-06T22:52:23.468Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-10-06T22:52:23.468Z] ---> Running in 3dac968b260f [2020-10-06T22:52:24.073Z] Removing intermediate container 3dac968b260f [2020-10-06T22:52:24.073Z] ---> e33dcc1318a0 [2020-10-06T22:52:24.073Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-10-06T22:52:24.073Z] ---> Running in bfe00bc7c7aa [2020-10-06T22:52:24.676Z] Removing intermediate container bfe00bc7c7aa [2020-10-06T22:52:24.676Z] ---> cd8487dccf46 [2020-10-06T22:52:24.676Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T22:52:24.676Z] ---> Running in 06eb021f87d3 [2020-10-06T22:52:27.307Z] Removing intermediate container 06eb021f87d3 [2020-10-06T22:52:27.307Z] ---> 950d5c725b07 [2020-10-06T22:52:27.307Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-06T22:52:27.307Z] ---> Running in 44124fe0957e [2020-10-06T22:52:28.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T22:52:29.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T22:52:30.769Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T22:52:30.769Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T22:52:30.769Z] OK: 12623 distinct packages available [2020-10-06T22:52:30.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T22:52:31.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T22:52:32.343Z] OK: 142 MiB in 39 packages [2020-10-06T22:52:33.330Z] Removing intermediate container 44124fe0957e [2020-10-06T22:52:33.330Z] ---> 987f5cd0f916 [2020-10-06T22:52:33.330Z] Step 10/24 : ENV GO111MODULE=on [2020-10-06T22:52:33.330Z] ---> Running in 978cb8dc786a [2020-10-06T22:52:33.939Z] Removing intermediate container 978cb8dc786a [2020-10-06T22:52:33.939Z] ---> 03d957c8c489 [2020-10-06T22:52:33.939Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-10-06T22:52:34.219Z] ---> Running in aced993cb9f7 [2020-10-06T22:52:34.505Z] Removing intermediate container aced993cb9f7 [2020-10-06T22:52:34.505Z] ---> 76be51652bd9 [2020-10-06T22:52:34.505Z] Step 12/24 : COPY go.mod . [2020-10-06T22:52:35.492Z] ---> 5efc76eb9e34 [2020-10-06T22:52:35.493Z] Step 13/24 : COPY Makefile . [2020-10-06T22:52:36.089Z] ---> 4fd5aa896d00 [2020-10-06T22:52:36.089Z] Step 14/24 : RUN make update [2020-10-06T22:52:36.089Z] ---> Running in b7729b229f0f [2020-10-06T22:52:37.522Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-10-06T22:52:38.962Z] Removing intermediate container b7729b229f0f [2020-10-06T22:52:38.962Z] ---> 4a39a3e45974 [2020-10-06T22:52:38.962Z] Step 15/24 : COPY . . [2020-10-06T22:52:40.939Z] ---> 6b6451c143be [2020-10-06T22:52:40.939Z] Step 16/24 : RUN ${MAKE} [2020-10-06T22:52:41.213Z] ---> Running in 200ad4174154 [2020-10-06T22:52:42.653Z] 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 [2020-10-06T22:52:54.336Z] Running on prd-centos7-docker-4c-2g-3794 in /w/workspace/edgexfoundry_edgex-ui-go_PR-266 [Pipeline] { [Pipeline] ws [2020-10-06T22:52:54.401Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-10-06T22:52:57.180Z] using credential edgex-jenkins-ssh [2020-10-06T22:52:57.234Z] Cloning the remote Git repository [2020-10-06T22:52:57.264Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-06T22:52:57.329Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-10-06T22:52:57.377Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-06T22:52:57.377Z] > git --version # timeout=10 [2020-10-06T22:52:57.387Z] > git --version # 'git version 2.16.5' [2020-10-06T22:52:57.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T22:52:57.420Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T22:52:58.779Z] Merging remotes/origin/master commit 14c578bc02e93a6d1b64f7a2283637c58eb75556 into PR head commit af17b614df8b2a085e900ce9f516f76e90d15ffb [2020-10-06T22:52:58.929Z] Merge succeeded, producing af17b614df8b2a085e900ce9f516f76e90d15ffb [2020-10-06T22:52:58.930Z] Checking out Revision af17b614df8b2a085e900ce9f516f76e90d15ffb (PR-266) [2020-10-06T22:52:58.313Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-06T22:52:58.318Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T22:52:58.331Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-06T22:52:58.345Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-06T22:52:58.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T22:52:58.350Z] > 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 [2020-10-06T22:52:58.789Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T22:52:58.794Z] > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 [2020-10-06T22:52:58.899Z] > git remote # timeout=10 [2020-10-06T22:52:58.905Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T22:52:58.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T22:52:58.915Z] > git merge 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 [2020-10-06T22:52:58.924Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T22:52:58.934Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T22:52:58.938Z] > git checkout -f af17b614df8b2a085e900ce9f516f76e90d15ffb # timeout=10 [2020-10-06T22:53:02.667Z] 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 [2020-10-06T22:53:03.932Z] ========================================================= [2020-10-06T22:53:03.932Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T22:53:03.932Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:53:04.573Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-06T22:53:04.865Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-06T22:53:05.156Z] Sending build context to Docker daemon 22.08MB [2020-10-06T22:53:05.156Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T22:53:05.156Z] Step 2/8 : FROM ${BASE} [2020-10-06T22:53:05.156Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T22:53:05.156Z] df20fa9351a1: Pulling fs layer [2020-10-06T22:53:05.156Z] ed8968b2872e: Pulling fs layer [2020-10-06T22:53:05.156Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T22:53:05.156Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T22:53:05.156Z] e73272ec9a57: Pulling fs layer [2020-10-06T22:53:05.156Z] 1e910a182e73: Pulling fs layer [2020-10-06T22:53:05.156Z] 4e634b169226: Pulling fs layer [2020-10-06T22:53:05.156Z] e871e8e8d7a9: Waiting [2020-10-06T22:53:05.156Z] e73272ec9a57: Waiting [2020-10-06T22:53:05.156Z] 4e634b169226: Waiting [2020-10-06T22:53:05.156Z] 1e910a182e73: Waiting [2020-10-06T22:53:05.156Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T22:53:05.156Z] a92cc7c5fd73: Download complete [2020-10-06T22:53:05.156Z] ed8968b2872e: Verifying Checksum [2020-10-06T22:53:05.156Z] ed8968b2872e: Download complete [2020-10-06T22:53:05.156Z] e73272ec9a57: Verifying Checksum [2020-10-06T22:53:05.156Z] e73272ec9a57: Download complete [2020-10-06T22:53:05.156Z] 1e910a182e73: Verifying Checksum [2020-10-06T22:53:05.156Z] 1e910a182e73: Download complete [2020-10-06T22:53:05.156Z] df20fa9351a1: Verifying Checksum [2020-10-06T22:53:05.156Z] df20fa9351a1: Download complete [2020-10-06T22:53:05.731Z] df20fa9351a1: Pull complete [2020-10-06T22:53:05.731Z] ed8968b2872e: Pull complete [2020-10-06T22:53:05.993Z] a92cc7c5fd73: Pull complete [2020-10-06T22:53:07.946Z] 4e634b169226: Verifying Checksum [2020-10-06T22:53:07.946Z] 4e634b169226: Download complete [2020-10-06T22:53:08.536Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T22:53:08.536Z] e871e8e8d7a9: Download complete [2020-10-06T22:53:10.280Z] Removing intermediate container 200ad4174154 [2020-10-06T22:53:10.280Z] ---> 56c82f37659a [2020-10-06T22:53:10.280Z] Step 17/24 : FROM alpine [2020-10-06T22:53:10.280Z] latest: Pulling from library/alpine [2020-10-06T22:53:10.280Z] b538f80385f9: Already exists [2020-10-06T22:53:10.280Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T22:53:10.280Z] Status: Downloaded newer image for alpine:latest [2020-10-06T22:53:10.280Z] ---> 62ee0e9f8440 [2020-10-06T22:53:10.280Z] Step 18/24 : EXPOSE 4000 [2020-10-06T22:53:10.280Z] ---> Running in 5beb2ab46ec0 [2020-10-06T22:53:10.558Z] Removing intermediate container 5beb2ab46ec0 [2020-10-06T22:53:10.558Z] ---> f920a45917c5 [2020-10-06T22:53:10.558Z] 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 [2020-10-06T22:53:12.530Z] ---> c7f23ab83e30 [2020-10-06T22:53:12.530Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-10-06T22:53:12.530Z] ---> Running in b51dd7c7a7c2 [2020-10-06T22:53:12.801Z] Removing intermediate container b51dd7c7a7c2 [2020-10-06T22:53:12.801Z] ---> 383d0fda6a06 [2020-10-06T22:53:12.801Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-10-06T22:53:13.075Z] ---> Running in 3f06e1e3fd9a [2020-10-06T22:53:13.675Z] Removing intermediate container 3f06e1e3fd9a [2020-10-06T22:53:13.675Z] ---> 39d47a72731e [2020-10-06T22:53:13.675Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T22:53:13.675Z] ---> Running in bff3871320e8 [2020-10-06T22:53:13.885Z] e871e8e8d7a9: Pull complete [2020-10-06T22:53:13.885Z] e73272ec9a57: Pull complete [2020-10-06T22:53:13.885Z] 1e910a182e73: Pull complete [2020-10-06T22:53:13.947Z] Removing intermediate container bff3871320e8 [2020-10-06T22:53:13.947Z] ---> d232657468a8 [2020-10-06T22:53:13.947Z] Step 23/24 : LABEL git_sha=af17b614df8b2a085e900ce9f516f76e90d15ffb [2020-10-06T22:53:14.220Z] ---> Running in b806e9b1bf34 [2020-10-06T22:53:14.497Z] Removing intermediate container b806e9b1bf34 [2020-10-06T22:53:14.497Z] ---> 2b084238a3fd [2020-10-06T22:53:14.497Z] Step 24/24 : LABEL version=0.0.0 [2020-10-06T22:53:14.770Z] ---> Running in d3deb3ce2302 [2020-10-06T22:53:15.365Z] Removing intermediate container d3deb3ce2302 [2020-10-06T22:53:15.365Z] ---> c9c7657c8248 [2020-10-06T22:53:15.365Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T22:53:15.365Z] Successfully built c9c7657c8248 [2020-10-06T22:53:15.365Z] 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] } [2020-10-06T22:53:23.996Z] 4e634b169226: Pull complete [2020-10-06T22:53:23.996Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T22:53:23.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T22:53:23.996Z] ---> f7629b54cfaa [2020-10-06T22:53:23.996Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T22:53:23.996Z] ---> Running in f18e2a8e3c0b [2020-10-06T22:53:23.996Z] Removing intermediate container f18e2a8e3c0b [2020-10-06T22:53:23.996Z] ---> 1cdcab377168 [2020-10-06T22:53:23.996Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T22:53:23.996Z] ---> Running in 6198637b3d14 [2020-10-06T22:53:24.980Z] Removing intermediate container 6198637b3d14 [2020-10-06T22:53:24.981Z] ---> 3c8c042651ab [2020-10-06T22:53:24.981Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T22:53:24.981Z] ---> Running in 184a6ce602df [2020-10-06T22:53:25.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T22:53:26.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T22:53:27.123Z] OK: 166 MiB in 39 packages [2020-10-06T22:53:27.395Z] Removing intermediate container 184a6ce602df [2020-10-06T22:53:27.395Z] ---> 3c60e08b1239 [2020-10-06T22:53:27.395Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-10-06T22:53:27.667Z] ---> Running in 00bd558c1977 [2020-10-06T22:53:27.667Z] Removing intermediate container 00bd558c1977 [2020-10-06T22:53:27.667Z] ---> 5da949324828 [2020-10-06T22:53:27.667Z] Step 7/8 : COPY . . [2020-10-06T22:53:29.117Z] ---> d1f47468e0b6 [2020-10-06T22:53:29.117Z] Step 8/8 : RUN go mod download [2020-10-06T22:53:29.117Z] ---> Running in 3d6e35c371a2 [2020-10-06T22:53:51.333Z] Removing intermediate container 3d6e35c371a2 [2020-10-06T22:53:51.333Z] ---> 8e5ce1b77185 [2020-10-06T22:53:51.333Z] Successfully built 8e5ce1b77185 [2020-10-06T22:53:51.333Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:53:51.704Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T22:53:51.704Z] . [Pipeline] withDockerContainer [2020-10-06T22:53:51.960Z] prd-centos7-docker-4c-2g-3794 does not seem to be running inside a container [2020-10-06T22:53:52.071Z] $ 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 [2020-10-06T22:53:52.880Z] $ docker top 7c2922a4fc7d4f828154215774544b37b30f931fe5f5fb9ce72a86592b7e6694 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T22:53:53.464Z] + go version [2020-10-06T22:53:53.464Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T22:53:53.488Z] $ docker stop --time=1 7c2922a4fc7d4f828154215774544b37b30f931fe5f5fb9ce72a86592b7e6694 [2020-10-06T22:53:54.883Z] $ docker rm -f 7c2922a4fc7d4f828154215774544b37b30f931fe5f5fb9ce72a86592b7e6694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:53:55.793Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T22:53:55.793Z] . [Pipeline] withDockerContainer [2020-10-06T22:53:55.915Z] prd-centos7-docker-4c-2g-3794 does not seem to be running inside a container [2020-10-06T22:53:56.025Z] $ 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 [2020-10-06T22:53:56.706Z] $ docker top a74e9eed3e899049f34be26406455a44adaaf9be1a9986d494e841abc055b5df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T22:53:57.234Z] + make test [2020-10-06T22:53:57.234Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-06T22:53:58.280Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-10-06T22:54:06.551Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-10-06T22:54:06.551Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-10-06T22:54:07.548Z] Warning: overwriting stash ‘coverage-report’ [2020-10-06T22:54:07.833Z] Stashed 1 file(s) [Pipeline] } [2020-10-06T22:54:07.841Z] $ docker stop --time=1 a74e9eed3e899049f34be26406455a44adaaf9be1a9986d494e841abc055b5df [2020-10-06T22:54:10.003Z] $ docker rm -f a74e9eed3e899049f34be26406455a44adaaf9be1a9986d494e841abc055b5df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-06T22:54:11.075Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T22:54:11.385Z] + ls -al . [2020-10-06T22:54:11.385Z] total 84 [2020-10-06T22:54:11.385Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 6 22:53 . [2020-10-06T22:54:11.385Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 6 22:52 .. [2020-10-06T22:54:11.385Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 6 22:52 assets [2020-10-06T22:54:11.385Z] drwxrwxr-x. 2 jenkins jenkins 35 Oct 6 22:52 bin [2020-10-06T22:54:11.385Z] drwxrwxr-x. 3 jenkins jenkins 29 Oct 6 22:52 cmd [2020-10-06T22:54:11.385Z] -rw-rw-r--. 1 jenkins jenkins 3959 Oct 6 22:52 CONTRIBUTING.md [2020-10-06T22:54:11.385Z] -rw-r--r--. 1 jenkins jenkins 10 Oct 6 22:53 coverage.out [2020-10-06T22:54:11.385Z] -rw-rw-r--. 1 jenkins jenkins 913 Oct 6 22:52 Dockerfile [2020-10-06T22:54:11.385Z] -rw-rw-r--. 1 jenkins jenkins 898 Oct 6 22:52 Dockerfile.build [2020-10-06T22:54:11.385Z] drwxrwxr-x. 5 jenkins jenkins 104 Oct 6 22:52 docs [2020-10-06T22:54:11.385Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 6 22:53 .git [2020-10-06T22:54:11.385Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 6 22:52 .github [2020-10-06T22:54:11.385Z] -rw-rw-r--. 1 jenkins jenkins 136 Oct 6 22:52 .gitignore [2020-10-06T22:54:11.385Z] -rw-rw-r--. 1 jenkins jenkins 1019 Oct 6 22:52 go.mod [2020-10-06T22:54:11.385Z] -rw-r--r--. 1 jenkins jenkins 20718 Oct 6 22:53 go.sum [2020-10-06T22:54:11.385Z] drwxrwxr-x. 10 jenkins jenkins 139 Oct 6 22:52 internal [2020-10-06T22:54:11.386Z] -rw-rw-r--. 1 jenkins jenkins 652 Oct 6 22:52 Jenkinsfile [2020-10-06T22:54:11.386Z] -rw-rw-r--. 1 jenkins jenkins 11357 Oct 6 22:52 LICENSE [2020-10-06T22:54:11.386Z] -rw-rw-r--. 1 jenkins jenkins 951 Oct 6 22:52 Makefile [2020-10-06T22:54:11.386Z] -rw-rw-r--. 1 jenkins jenkins 3545 Oct 6 22:52 README.md [2020-10-06T22:54:11.386Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 6 22:53 .semver [2020-10-06T22:54:11.386Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 6 22:49 VERSION [2020-10-06T22:54:11.386Z] -rw-rw-r--. 1 jenkins jenkins 155 Oct 6 22:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T22:54:11.693Z] + 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 . [2020-10-06T22:54:11.955Z] Sending build context to Docker daemon 22.11MB [2020-10-06T22:54:11.955Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T22:54:11.955Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T22:54:11.955Z] ---> 8e5ce1b77185 [2020-10-06T22:54:11.955Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-10-06T22:54:12.531Z] ---> Running in adab145d1cd1 [2020-10-06T22:54:12.531Z] Removing intermediate container adab145d1cd1 [2020-10-06T22:54:12.531Z] ---> c8bd834fc3ae [2020-10-06T22:54:12.531Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-10-06T22:54:12.531Z] ---> Running in 10f8fb7caac8 [2020-10-06T22:54:12.793Z] Removing intermediate container 10f8fb7caac8 [2020-10-06T22:54:12.793Z] ---> 98879c323aa7 [2020-10-06T22:54:12.793Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-10-06T22:54:12.793Z] ---> Running in ac0143d2b438 [2020-10-06T22:54:13.055Z] Removing intermediate container ac0143d2b438 [2020-10-06T22:54:13.055Z] ---> 6cabd1179dd6 [2020-10-06T22:54:13.055Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-10-06T22:54:13.055Z] ---> Running in 9abe7fb71f12 [2020-10-06T22:54:13.319Z] Removing intermediate container 9abe7fb71f12 [2020-10-06T22:54:13.319Z] ---> ae4d17e197ae [2020-10-06T22:54:13.319Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-10-06T22:54:13.319Z] ---> Running in 4919e10c67c7 [2020-10-06T22:54:13.319Z] Removing intermediate container 4919e10c67c7 [2020-10-06T22:54:13.319Z] ---> f6dd0811bd65 [2020-10-06T22:54:13.319Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T22:54:13.581Z] ---> Running in 680b7f11f909 [2020-10-06T22:54:14.179Z] Removing intermediate container 680b7f11f909 [2020-10-06T22:54:14.180Z] ---> 14f06b4ae01c [2020-10-06T22:54:14.180Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-06T22:54:14.442Z] ---> Running in 03098c9eb839 [2020-10-06T22:54:14.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T22:54:15.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T22:54:16.226Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T22:54:16.227Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T22:54:16.227Z] OK: 12752 distinct packages available [2020-10-06T22:54:16.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T22:54:17.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T22:54:17.635Z] OK: 166 MiB in 39 packages [2020-10-06T22:54:18.208Z] Removing intermediate container 03098c9eb839 [2020-10-06T22:54:18.208Z] ---> 3ae0c8d8487d [2020-10-06T22:54:18.208Z] Step 10/24 : ENV GO111MODULE=on [2020-10-06T22:54:18.208Z] ---> Running in d2bd3eac97db [2020-10-06T22:54:18.470Z] Removing intermediate container d2bd3eac97db [2020-10-06T22:54:18.470Z] ---> 4f48a7de9a0a [2020-10-06T22:54:18.470Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-10-06T22:54:18.470Z] ---> Running in 4d7df15c6cb3 [2020-10-06T22:54:18.733Z] Removing intermediate container 4d7df15c6cb3 [2020-10-06T22:54:18.733Z] ---> 092b7987442c [2020-10-06T22:54:18.733Z] Step 12/24 : COPY go.mod . [2020-10-06T22:54:18.995Z] ---> 6398c9413d2b [2020-10-06T22:54:18.995Z] Step 13/24 : COPY Makefile . [2020-10-06T22:54:18.995Z] ---> 86f08a7ac9eb [2020-10-06T22:54:18.995Z] Step 14/24 : RUN make update [2020-10-06T22:54:19.258Z] ---> Running in 60a710748235 [2020-10-06T22:54:19.520Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-10-06T22:54:20.095Z] Removing intermediate container 60a710748235 [2020-10-06T22:54:20.095Z] ---> 4abfdc82d919 [2020-10-06T22:54:20.095Z] Step 15/24 : COPY . . [2020-10-06T22:54:22.021Z] ---> f360aff7b131 [2020-10-06T22:54:22.021Z] Step 16/24 : RUN ${MAKE} [2020-10-06T22:54:22.021Z] ---> Running in 89f4a132ebe1 [2020-10-06T22:54:22.596Z] 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 [2020-10-06T22:54:30.853Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-06T22:54:33.414Z] Removing intermediate container 89f4a132ebe1 [2020-10-06T22:54:33.414Z] ---> e5dd7e79d117 [2020-10-06T22:54:33.414Z] Step 17/24 : FROM alpine [2020-10-06T22:54:33.414Z] latest: Pulling from library/alpine [2020-10-06T22:54:33.414Z] df20fa9351a1: Already exists [2020-10-06T22:54:33.677Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T22:54:33.677Z] Status: Downloaded newer image for alpine:latest [2020-10-06T22:54:33.677Z] ---> a24bb4013296 [2020-10-06T22:54:33.677Z] Step 18/24 : EXPOSE 4000 [2020-10-06T22:54:33.677Z] ---> Running in ca4d49eda8e0 [2020-10-06T22:54:33.942Z] Removing intermediate container ca4d49eda8e0 [2020-10-06T22:54:33.942Z] ---> 0d2ff71f0a88 [2020-10-06T22:54:33.942Z] 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 [2020-10-06T22:54:34.888Z] ---> 607f4ab5e2a7 [2020-10-06T22:54:34.888Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-10-06T22:54:34.888Z] ---> Running in e1dd49e8e329 [2020-10-06T22:54:35.151Z] Removing intermediate container e1dd49e8e329 [2020-10-06T22:54:35.151Z] ---> e14a54024ca5 [2020-10-06T22:54:35.151Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-10-06T22:54:35.151Z] ---> Running in 64d7ce78deee [2020-10-06T22:54:35.415Z] Removing intermediate container 64d7ce78deee [2020-10-06T22:54:35.415Z] ---> 4ad0e192e957 [2020-10-06T22:54:35.415Z] Step 22/24 : LABEL arch=amd64 [2020-10-06T22:54:35.415Z] ---> Running in 2a2d3d37b3da [2020-10-06T22:54:35.415Z] Removing intermediate container 2a2d3d37b3da [2020-10-06T22:54:35.415Z] ---> fbd10c8fdd67 [2020-10-06T22:54:35.415Z] Step 23/24 : LABEL git_sha=af17b614df8b2a085e900ce9f516f76e90d15ffb [2020-10-06T22:54:35.678Z] ---> Running in 1203efe04f66 [2020-10-06T22:54:35.678Z] Removing intermediate container 1203efe04f66 [2020-10-06T22:54:35.678Z] ---> 6c22436f8969 [2020-10-06T22:54:35.678Z] Step 24/24 : LABEL version=0.0.0 [2020-10-06T22:54:35.940Z] ---> Running in 16b546fcb08a [2020-10-06T22:54:35.940Z] Removing intermediate container 16b546fcb08a [2020-10-06T22:54:35.940Z] ---> f0f7ae67e779 [2020-10-06T22:54:35.940Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T22:54:35.940Z] Successfully built f0f7ae67e779 [2020-10-06T22:54:35.940Z] 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 [2020-10-06T22:54:37.713Z] provisioning config files... [2020-10-06T22:54:37.726Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/config5205665294296719757tmp [Pipeline] { [Pipeline] sh [2020-10-06T22:54:38.108Z] + set +x [2020-10-06T22:54:38.108Z] + curl -s https://codecov.io/bash [2020-10-06T22:54:38.108Z] + bash -s -- [2020-10-06T22:54:38.370Z] [2020-10-06T22:54:38.370Z] _____ _ [2020-10-06T22:54:38.370Z] / ____| | | [2020-10-06T22:54:38.370Z] | | ___ __| | ___ ___ _____ __ [2020-10-06T22:54:38.370Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-06T22:54:38.370Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-06T22:54:38.370Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-06T22:54:38.370Z] Bash-20200917-4e8f14b [2020-10-06T22:54:38.370Z] [2020-10-06T22:54:38.370Z] [2020-10-06T22:54:38.370Z] ==> Jenkins CI detected. [2020-10-06T22:54:38.370Z] project root: . [2020-10-06T22:54:38.370Z] --> token set from env [2020-10-06T22:54:38.370Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-06T22:54:38.370Z] ==> Running gcov in . (disable via -X gcov) [2020-10-06T22:54:38.370Z] ==> Python coveragepy not found [2020-10-06T22:54:38.370Z] ==> Searching for coverage reports in: [2020-10-06T22:54:38.370Z] + . [2020-10-06T22:54:38.370Z] -> Found 1 reports [2020-10-06T22:54:38.370Z] ==> Detecting git/mercurial file structure [2020-10-06T22:54:38.370Z] ==> Reading reports [2020-10-06T22:54:38.370Z] + ./coverage.out bytes=10 [2020-10-06T22:54:38.370Z] ==> Appending adjustments [2020-10-06T22:54:38.370Z] https://docs.codecov.io/docs/fixing-reports [2020-10-06T22:54:38.633Z] + Found adjustments [2020-10-06T22:54:38.633Z] ==> Gzipping contents [2020-10-06T22:54:38.633Z] ==> Uploading reports [2020-10-06T22:54:38.633Z] url: https://codecov.io [2020-10-06T22:54:38.633Z] 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= [2020-10-06T22:54:38.633Z] -> Pinging Codecov [2020-10-06T22:54:38.633Z] 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= [2020-10-06T22:54:38.633Z] -> Uploading to [2020-10-06T22:54:38.633Z] [2020-10-06T22:54:38.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T22:54:38.895Z] Dload Upload Total Spent Left Speed [2020-10-06T22:54:38.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-06T22:54:38.895Z] X> Failed to upload [2020-10-06T22:54:38.895Z] ==> Uploading to Codecov [2020-10-06T22:54:38.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T22:54:38.895Z] Dload Upload Total Spent Left Speed [2020-10-06T22:54:39.466Z] 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 [2020-10-06T22:54:39.466Z] View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/af17b614df8b2a085e900ce9f516f76e90d15ffb [Pipeline] } [2020-10-06T22:54:39.477Z] 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 [2020-10-06T22:54:42.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:54:43.175Z] ---> package-listing.sh [2020-10-06T22:54:43.175Z] ++ facter osfamily [2020-10-06T22:54:43.175Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T22:54:43.175Z] + OS_FAMILY=redhat [2020-10-06T22:54:43.175Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-266 [2020-10-06T22:54:43.175Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T22:54:43.175Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T22:54:43.175Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T22:54:43.175Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T22:54:43.175Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-266 ']' [2020-10-06T22:54:43.175Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T22:54:43.175Z] + case "${OS_FAMILY}" in [2020-10-06T22:54:43.175Z] + rpm -qa [2020-10-06T22:54:43.175Z] + sort [2020-10-06T22:54:47.397Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T22:54:47.397Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T22:54:47.397Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T22:54:47.397Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-266 ']' [2020-10-06T22:54:47.397Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-266/archives/ [2020-10-06T22:54:47.397Z] + 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 [2020-10-06T22:54:48.063Z] provisioning config files... [2020-10-06T22:54:48.077Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-266@tmp/config3617137554532029104tmp [Pipeline] { [Pipeline] echo [2020-10-06T22:54:48.152Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:54:48.445Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T22:54:48.453Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T22:54:48.548Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:54:48.842Z] ---> python-tools-install.sh [2020-10-06T22:54:48.842Z] Generating Requirements File [2020-10-06T22:56:10.381Z] Python 3.6.8 [2020-10-06T22:56:10.381Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T22:56:10.381Z] appdirs==1.4.3 [2020-10-06T22:56:10.381Z] argcomplete==1.12.1 [2020-10-06T22:56:10.381Z] aspy.yaml==1.3.0 [2020-10-06T22:56:10.381Z] attrs==19.3.0 [2020-10-06T22:56:10.381Z] Babel==2.8.0 [2020-10-06T22:56:10.381Z] beautifulsoup4==4.8.2 [2020-10-06T22:56:10.381Z] boto3==1.11.6 [2020-10-06T22:56:10.381Z] botocore==1.14.6 [2020-10-06T22:56:10.381Z] bs4==0.0.1 [2020-10-06T22:56:10.381Z] cachetools==4.1.1 [2020-10-06T22:56:10.381Z] certifi==2019.11.28 [2020-10-06T22:56:10.381Z] cffi==1.14.3 [2020-10-06T22:56:10.381Z] cfgv==2.0.1 [2020-10-06T22:56:10.381Z] chardet==3.0.4 [2020-10-06T22:56:10.381Z] click==7.1 [2020-10-06T22:56:10.381Z] cliff==3.4.0 [2020-10-06T22:56:10.381Z] cmd2==1.3.11 [2020-10-06T22:56:10.381Z] colorama==0.4.3 [2020-10-06T22:56:10.381Z] cryptography==3.1.1 [2020-10-06T22:56:10.381Z] debtcollector==2.2.0 [2020-10-06T22:56:10.381Z] decorator==4.4.2 [2020-10-06T22:56:10.381Z] defusedxml==0.6.0 [2020-10-06T22:56:10.381Z] Deprecated==1.2.7 [2020-10-06T22:56:10.381Z] distlib==0.3.1 [2020-10-06T22:56:10.381Z] distro==1.2.0 [2020-10-06T22:56:10.381Z] dnspython==1.16.0 [2020-10-06T22:56:10.381Z] docker==4.2.0 [2020-10-06T22:56:10.381Z] docutils==0.15.2 [2020-10-06T22:56:10.381Z] dogpile.cache==1.0.2 [2020-10-06T22:56:10.381Z] email-validator==1.0.5 [2020-10-06T22:56:10.381Z] filelock==3.0.12 [2020-10-06T22:56:10.381Z] future==0.18.2 [2020-10-06T22:56:10.381Z] google-auth==1.22.1 [2020-10-06T22:56:10.381Z] httplib2==0.17.0 [2020-10-06T22:56:10.381Z] identify==1.4.11 [2020-10-06T22:56:10.381Z] idna==2.9 [2020-10-06T22:56:10.381Z] importlib-metadata==1.7.0 [2020-10-06T22:56:10.381Z] importlib-resources==1.5.0 [2020-10-06T22:56:10.381Z] iso8601==0.1.13 [2020-10-06T22:56:10.381Z] Jinja2==2.11.1 [2020-10-06T22:56:10.381Z] jmespath==0.10.0 [2020-10-06T22:56:10.381Z] jsonpatch==1.26 [2020-10-06T22:56:10.381Z] jsonpointer==2.0 [2020-10-06T22:56:10.381Z] jsonschema==3.2.0 [2020-10-06T22:56:10.381Z] keystoneauth1==4.2.1 [2020-10-06T22:56:10.381Z] kubernetes==11.0.0 [2020-10-06T22:56:10.381Z] lftools==0.34.2 [2020-10-06T22:56:10.381Z] lxml==4.5.0 [2020-10-06T22:56:10.381Z] MarkupSafe==0.23 [2020-10-06T22:56:10.381Z] msgpack==1.0.0 [2020-10-06T22:56:10.381Z] multi-key-dict==2.0.3 [2020-10-06T22:56:10.381Z] munch==2.5.0 [2020-10-06T22:56:10.381Z] netaddr==0.8.0 [2020-10-06T22:56:10.381Z] netifaces==0.10.9 [2020-10-06T22:56:10.381Z] niet==1.4.2 [2020-10-06T22:56:10.381Z] nodeenv==1.3.5 [2020-10-06T22:56:10.381Z] oauth2client==4.1.3 [2020-10-06T22:56:10.381Z] oauthlib==3.1.0 [2020-10-06T22:56:10.381Z] openstacksdk==0.50.0 [2020-10-06T22:56:10.381Z] os-client-config==2.1.0 [2020-10-06T22:56:10.381Z] os-service-types==1.7.0 [2020-10-06T22:56:10.381Z] osc-lib==2.2.1 [2020-10-06T22:56:10.381Z] oslo.config==8.3.2 [2020-10-06T22:56:10.381Z] oslo.context==3.1.1 [2020-10-06T22:56:10.381Z] oslo.i18n==5.0.1 [2020-10-06T22:56:10.381Z] oslo.log==4.4.0 [2020-10-06T22:56:10.381Z] oslo.serialization==4.0.1 [2020-10-06T22:56:10.381Z] oslo.utils==4.6.0 [2020-10-06T22:56:10.381Z] packaging==20.4 [2020-10-06T22:56:10.381Z] pbr==5.4.4 [2020-10-06T22:56:10.381Z] pluggy==0.13.1 [2020-10-06T22:56:10.381Z] prettytable==0.7.2 [2020-10-06T22:56:10.381Z] py==1.9.0 [2020-10-06T22:56:10.381Z] pyasn1==0.4.8 [2020-10-06T22:56:10.381Z] pyasn1-modules==0.2.8 [2020-10-06T22:56:10.381Z] pycparser==2.20 [2020-10-06T22:56:10.381Z] pygerrit2==2.0.10 [2020-10-06T22:56:10.381Z] PyGithub==1.46 [2020-10-06T22:56:10.381Z] pyinotify==0.9.6 [2020-10-06T22:56:10.381Z] PyJWT==1.7.1 [2020-10-06T22:56:10.381Z] pyparsing==2.4.7 [2020-10-06T22:56:10.381Z] pyperclip==1.8.0 [2020-10-06T22:56:10.381Z] pyroute2==0.4.13 [2020-10-06T22:56:10.381Z] pyrsistent==0.15.7 [2020-10-06T22:56:10.381Z] PySocks==1.6.8 [2020-10-06T22:56:10.381Z] python-cinderclient==7.2.0 [2020-10-06T22:56:10.381Z] python-dateutil==2.8.1 [2020-10-06T22:56:10.381Z] python-heatclient==2.2.1 [2020-10-06T22:56:10.381Z] python-jenkins==1.7.0 [2020-10-06T22:56:10.381Z] python-keystoneclient==4.1.1 [2020-10-06T22:56:10.381Z] python-magnumclient==3.2.1 [2020-10-06T22:56:10.381Z] python-novaclient==17.2.1 [2020-10-06T22:56:10.381Z] python-openstackclient==5.4.0 [2020-10-06T22:56:10.381Z] python-swiftclient==3.10.1 [2020-10-06T22:56:10.381Z] pytz==2020.1 [2020-10-06T22:56:10.381Z] PyYAML==5.3 [2020-10-06T22:56:10.381Z] requests==2.23.0 [2020-10-06T22:56:10.381Z] requests-oauthlib==1.3.0 [2020-10-06T22:56:10.381Z] requestsexceptions==1.4.0 [2020-10-06T22:56:10.381Z] rfc3986==1.4.0 [2020-10-06T22:56:10.381Z] rpm==4.11.3 [2020-10-06T22:56:10.381Z] rsa==4.0 [2020-10-06T22:56:10.381Z] ruamel.yaml==0.16.10 [2020-10-06T22:56:10.381Z] ruamel.yaml.clib==0.2.0 [2020-10-06T22:56:10.381Z] s3transfer==0.3.3 [2020-10-06T22:56:10.381Z] shade==1.27.2 [2020-10-06T22:56:10.381Z] simplejson==3.17.2 [2020-10-06T22:56:10.381Z] six==1.14.0 [2020-10-06T22:56:10.381Z] soupsieve==2.0 [2020-10-06T22:56:10.381Z] stevedore==3.2.2 [2020-10-06T22:56:10.381Z] tabulate==0.8.6 [2020-10-06T22:56:10.381Z] toml==0.10.0 [2020-10-06T22:56:10.381Z] tox==3.20.0 [2020-10-06T22:56:10.381Z] tqdm==4.43.0 [2020-10-06T22:56:10.381Z] urllib3==1.25.8 [2020-10-06T22:56:10.381Z] virtualenv==20.0.33 [2020-10-06T22:56:10.381Z] wcwidth==0.2.5 [2020-10-06T22:56:10.381Z] websocket-client==0.57.0 [2020-10-06T22:56:10.381Z] wrapt==1.12.1 [2020-10-06T22:56:10.381Z] xdg==3.0.2 [2020-10-06T22:56:10.381Z] xmltodict==0.12.0 [2020-10-06T22:56:10.381Z] yq==2.11.1 [2020-10-06T22:56:10.381Z] zipp==3.3.0 [2020-10-06T22:56:10.381Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:10.381Z] 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. [2020-10-06T22:56:10.381Z] Python 2.7.5 [2020-10-06T22:56:10.381Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T22:56:10.381Z] 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. [2020-10-06T22:56:10.381Z] ansible==2.9.7 [2020-10-06T22:56:10.381Z] Babel==0.9.6 [2020-10-06T22:56:10.381Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T22:56:10.381Z] beautifulsoup4==4.4.1 [2020-10-06T22:56:10.381Z] bodhi==2.11.0 [2020-10-06T22:56:10.381Z] bodhi-client==2.11.0 [2020-10-06T22:56:10.381Z] CCColUtils==1.4 [2020-10-06T22:56:10.381Z] cffi==1.6.0 [2020-10-06T22:56:10.381Z] chardet==2.2.1 [2020-10-06T22:56:10.381Z] click==6.7 [2020-10-06T22:56:10.381Z] cloud-init==18.5 [2020-10-06T22:56:10.381Z] configobj==4.7.2 [2020-10-06T22:56:10.381Z] cryptography==1.7.2 [2020-10-06T22:56:10.381Z] decorator==3.4.0 [2020-10-06T22:56:10.381Z] distro==1.2.0 [2020-10-06T22:56:10.381Z] enum34==1.0.4 [2020-10-06T22:56:10.381Z] fedpkg==1.38 [2020-10-06T22:56:10.381Z] futures==3.1.1 [2020-10-06T22:56:10.381Z] gitdb==0.6.4 [2020-10-06T22:56:10.381Z] GitPython==1.0.1 [2020-10-06T22:56:10.381Z] html5lib==0.999 [2020-10-06T22:56:10.381Z] httplib2==0.9.2 [2020-10-06T22:56:10.381Z] idna==2.4 [2020-10-06T22:56:10.381Z] iniparse==0.4 [2020-10-06T22:56:10.381Z] ipaddress==1.0.16 [2020-10-06T22:56:10.381Z] IPy==0.75 [2020-10-06T22:56:10.381Z] javapackages==1.0.0 [2020-10-06T22:56:10.381Z] Jinja2==2.7.2 [2020-10-06T22:56:10.381Z] jmespath==0.9.4 [2020-10-06T22:56:10.381Z] jsonpatch==1.2 [2020-10-06T22:56:10.381Z] jsonpointer==1.9 [2020-10-06T22:56:10.381Z] kerberos==1.1 [2020-10-06T22:56:10.381Z] kitchen==1.1.1 [2020-10-06T22:56:10.381Z] langtable==0.0.31 [2020-10-06T22:56:10.381Z] lockfile==0.9.1 [2020-10-06T22:56:10.381Z] lxml==3.2.1 [2020-10-06T22:56:10.381Z] MarkupSafe==0.11 [2020-10-06T22:56:10.381Z] munch==2.0.2 [2020-10-06T22:56:10.381Z] offtrac==0.1.0 [2020-10-06T22:56:10.381Z] openidc-client==0.6.0 [2020-10-06T22:56:10.381Z] packagedb-cli==2.14.1 [2020-10-06T22:56:10.381Z] paramiko==2.1.1 [2020-10-06T22:56:10.381Z] perf==0.1 [2020-10-06T22:56:10.381Z] ply==3.4 [2020-10-06T22:56:10.381Z] policycoreutils-default-encoding==0.1 [2020-10-06T22:56:10.382Z] prettytable==0.7.2 [2020-10-06T22:56:10.382Z] pyasn1==0.1.9 [2020-10-06T22:56:10.382Z] pycparser==2.14 [2020-10-06T22:56:10.382Z] pycurl==7.19.0 [2020-10-06T22:56:10.382Z] pygobject==3.22.0 [2020-10-06T22:56:10.382Z] pygpgme==0.3 [2020-10-06T22:56:10.382Z] pyliblzma==0.5.3 [2020-10-06T22:56:10.382Z] pyOpenSSL==0.13.1 [2020-10-06T22:56:10.382Z] pyparsing==1.5.6 [2020-10-06T22:56:10.382Z] pyserial==2.6 [2020-10-06T22:56:10.382Z] python-augeas==0.5.0 [2020-10-06T22:56:10.382Z] python-bugzilla==2.3.0 [2020-10-06T22:56:10.382Z] python-dateutil==1.5 [2020-10-06T22:56:10.382Z] python-fedora==0.10.0 [2020-10-06T22:56:10.382Z] python-linux-procfs==0.4.9 [2020-10-06T22:56:10.382Z] python-yubico==1.2.3 [2020-10-06T22:56:10.382Z] pyudev==0.15 [2020-10-06T22:56:10.382Z] pyusb==1.0.0b1 [2020-10-06T22:56:10.382Z] pyxattr==0.5.1 [2020-10-06T22:56:10.382Z] PyYAML==3.10 [2020-10-06T22:56:10.382Z] requests==2.6.0 [2020-10-06T22:56:10.382Z] requests-kerberos==0.7.0 [2020-10-06T22:56:10.382Z] rpkg==1.60 [2020-10-06T22:56:10.382Z] schedutils==0.4 [2020-10-06T22:56:10.382Z] seobject==0.1 [2020-10-06T22:56:10.382Z] sepolicy==1.1 [2020-10-06T22:56:10.382Z] six==1.9.0 [2020-10-06T22:56:10.382Z] smmap==0.9.0 [2020-10-06T22:56:10.382Z] urlgrabber==3.10 [2020-10-06T22:56:10.382Z] urllib3==1.10.2 [2020-10-06T22:56:10.382Z] virtualenv==15.1.0 [2020-10-06T22:56:10.382Z] yum-langpacks==0.4.2 [2020-10-06T22:56:10.382Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T22:56:10.392Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:56:10.694Z] ---> sudo-logs.sh [2020-10-06T22:56:10.694Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T22:56:10.965Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:56:11.257Z] ---> job-cost.sh [2020-10-06T22:56:11.257Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-elSO [2020-10-06T22:56:23.514Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:23.515Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.093Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.093Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.359Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.359Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.359Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.621Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.621Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:24.884Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:25.146Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:25.146Z] Cache entry deserialization failed, entry ignored [2020-10-06T22:56:28.468Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T22:57:00.635Z] lf-activate-venv(): INFO: Adding /tmp/venv-elSO/bin to PATH [2020-10-06T22:57:00.635Z] INFO: No Stack... [2020-10-06T22:57:00.635Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T22:57:00.635Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T22:57:00.651Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T22:57:00.952Z] ---> logs-deploy.sh [2020-10-06T22:57:00.952Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-266/2 [2020-10-06T22:57:00.952Z] INFO: archiving workspace using pattern(s): [2020-10-06T22:57:02.872Z] Archives upload complete. [2020-10-06T22:57:02.872Z] INFO: archiving logs to Nexus [2020-10-06T22:57:03.815Z] ---> uname -a: [2020-10-06T22:57:03.815Z] 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 [2020-10-06T22:57:03.815Z] [2020-10-06T22:57:03.815Z] [2020-10-06T22:57:03.815Z] ---> lscpu: [2020-10-06T22:57:03.815Z] Architecture: x86_64 [2020-10-06T22:57:03.815Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-06T22:57:03.815Z] Byte Order: Little Endian [2020-10-06T22:57:03.815Z] CPU(s): 4 [2020-10-06T22:57:03.815Z] On-line CPU(s) list: 0-3 [2020-10-06T22:57:03.815Z] Thread(s) per core: 1 [2020-10-06T22:57:03.815Z] Core(s) per socket: 1 [2020-10-06T22:57:03.815Z] Socket(s): 4 [2020-10-06T22:57:03.815Z] NUMA node(s): 1 [2020-10-06T22:57:03.815Z] Vendor ID: GenuineIntel [2020-10-06T22:57:03.815Z] CPU family: 6 [2020-10-06T22:57:03.815Z] Model: 44 [2020-10-06T22:57:03.815Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-06T22:57:03.815Z] Stepping: 1 [2020-10-06T22:57:03.815Z] CPU MHz: 2933.438 [2020-10-06T22:57:03.815Z] BogoMIPS: 5866.87 [2020-10-06T22:57:03.816Z] Virtualization: VT-x [2020-10-06T22:57:03.816Z] Hypervisor vendor: KVM [2020-10-06T22:57:03.816Z] Virtualization type: full [2020-10-06T22:57:03.816Z] L1d cache: 32K [2020-10-06T22:57:03.816Z] L1i cache: 32K [2020-10-06T22:57:03.816Z] L2 cache: 4096K [2020-10-06T22:57:03.816Z] L3 cache: 16384K [2020-10-06T22:57:03.816Z] NUMA node0 CPU(s): 0-3 [2020-10-06T22:57:03.816Z] 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 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] ---> nproc: [2020-10-06T22:57:03.816Z] 4 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] ---> df -h: [2020-10-06T22:57:03.816Z] Filesystem Size Used Avail Use% Mounted on [2020-10-06T22:57:03.816Z] devtmpfs 887M 0 887M 0% /dev [2020-10-06T22:57:03.816Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-06T22:57:03.816Z] tmpfs 919M 17M 903M 2% /run [2020-10-06T22:57:03.816Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-06T22:57:03.816Z] /dev/vda1 50G 7.3G 43G 15% / [2020-10-06T22:57:03.816Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] ---> free -m: [2020-10-06T22:57:03.816Z] total used free shared buff/cache available [2020-10-06T22:57:03.816Z] Mem: 1837 622 78 16 1135 1017 [2020-10-06T22:57:03.816Z] Swap: 1023 1 1022 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] ---> ip addr: [2020-10-06T22:57:03.816Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-06T22:57:03.816Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-06T22:57:03.816Z] inet 127.0.0.1/8 scope host lo [2020-10-06T22:57:03.816Z] valid_lft forever preferred_lft forever [2020-10-06T22:57:03.816Z] inet6 ::1/128 scope host [2020-10-06T22:57:03.816Z] valid_lft forever preferred_lft forever [2020-10-06T22:57:03.816Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-06T22:57:03.816Z] link/ether fa:16:3e:34:a1:71 brd ff:ff:ff:ff:ff:ff [2020-10-06T22:57:03.816Z] inet 10.30.122.23/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-06T22:57:03.816Z] valid_lft 85921sec preferred_lft 85921sec [2020-10-06T22:57:03.816Z] inet6 fe80::f816:3eff:fe34:a171/64 scope link [2020-10-06T22:57:03.816Z] valid_lft forever preferred_lft forever [2020-10-06T22:57:03.816Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-06T22:57:03.816Z] link/ether 02:42:b0:00:a4:6c brd ff:ff:ff:ff:ff:ff [2020-10-06T22:57:03.816Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-06T22:57:03.816Z] valid_lft forever preferred_lft forever [2020-10-06T22:57:03.816Z] inet6 fe80::42:b0ff:fe00:a46c/64 scope link [2020-10-06T22:57:03.816Z] valid_lft forever preferred_lft forever [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] ---> sar -b -r -n DEV: [2020-10-06T22:57:03.816Z] 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) [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] 10:48:47 PM LINUX RESTART [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] 10:50:01 PM tps rtps wtps bread/s bwrtn/s [2020-10-06T22:57:03.816Z] 10:51:01 PM 3.38 0.00 3.38 0.00 110.84 [2020-10-06T22:57:03.816Z] 10:52:01 PM 0.43 0.00 0.43 0.00 5.96 [2020-10-06T22:57:03.816Z] 10:53:01 PM 0.23 0.00 0.23 0.00 2.85 [2020-10-06T22:57:03.816Z] 10:54:01 PM 0.27 0.00 0.27 0.00 3.76 [2020-10-06T22:57:03.816Z] 10:55:01 PM 63.24 54.45 8.79 4644.56 636.36 [2020-10-06T22:57:03.816Z] 10:56:01 PM 88.64 14.24 74.41 995.94 10433.88 [2020-10-06T22:57:03.816Z] 10:57:01 PM 98.60 15.13 83.47 747.53 8823.44 [2020-10-06T22:57:03.816Z] Average: 36.41 11.98 24.43 912.70 2860.13 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] 10:50:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-06T22:57:03.816Z] 10:51:01 PM 157528 1724028 91.63 2620 1161272 1117588 38.14 407256 1154104 20 [2020-10-06T22:57:03.816Z] 10:52:01 PM 164368 1717188 91.26 2620 1161276 1078020 36.79 408264 1147340 20 [2020-10-06T22:57:03.816Z] 10:53:01 PM 164704 1716852 91.25 2620 1161280 1077984 36.79 408020 1147340 16 [2020-10-06T22:57:03.816Z] 10:54:01 PM 162632 1718924 91.36 2620 1161284 1078068 36.79 412516 1144592 8 [2020-10-06T22:57:03.816Z] 10:55:01 PM 93676 1787880 95.02 2620 1181012 1114484 38.04 463284 1151840 25888 [2020-10-06T22:57:03.816Z] 10:56:01 PM 144392 1737164 92.33 2620 1073948 1116412 38.10 490252 1021552 79012 [2020-10-06T22:57:03.816Z] 10:57:01 PM 96264 1785292 94.88 2620 1052308 1120228 38.23 567996 962732 10532 [2020-10-06T22:57:03.816Z] Average: 140509 1741047 92.53 2620 1136054 1100398 37.55 451084 1104214 16499 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] 10:50:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-06T22:57:03.816Z] 10:51:01 PM eth0 0.98 0.47 0.30 0.21 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:51:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:51:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:52:01 PM eth0 0.77 0.40 0.30 0.17 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:52:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:53:01 PM eth0 1.68 0.33 0.38 0.20 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:53:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:53:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:54:01 PM eth0 1.42 0.68 0.62 0.40 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:54:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:54:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:55:01 PM eth0 43.12 32.18 230.42 8.43 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:55:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:56:01 PM eth0 65.90 59.91 600.65 7.04 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:56:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:57:01 PM eth0 37.07 27.87 130.19 9.45 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] 10:57:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] Average: eth0 21.57 17.41 137.57 3.70 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] ---> sar -P ALL: [2020-10-06T22:57:03.816Z] 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) [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] 10:48:47 PM LINUX RESTART [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] 10:50:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-06T22:57:03.816Z] 10:51:01 PM all 0.18 0.00 0.05 0.00 0.00 99.78 [2020-10-06T22:57:03.816Z] 10:51:01 PM 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-06T22:57:03.816Z] 10:51:01 PM 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-06T22:57:03.816Z] 10:51:01 PM 2 0.55 0.00 0.08 0.00 0.00 99.37 [2020-10-06T22:57:03.816Z] 10:51:01 PM 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-06T22:57:03.816Z] 10:52:01 PM all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-10-06T22:57:03.816Z] 10:52:01 PM 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-06T22:57:03.816Z] 10:52:01 PM 1 0.05 0.00 0.07 0.00 0.02 99.87 [2020-10-06T22:57:03.816Z] 10:52:01 PM 2 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-06T22:57:03.816Z] 10:52:01 PM 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-06T22:57:03.816Z] 10:53:01 PM all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-06T22:57:03.816Z] 10:53:01 PM 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-06T22:57:03.816Z] 10:53:01 PM 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-06T22:57:03.816Z] 10:53:01 PM 2 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-06T22:57:03.816Z] 10:53:01 PM 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-06T22:57:03.816Z] 10:54:01 PM all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-06T22:57:03.816Z] 10:54:01 PM 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-06T22:57:03.816Z] 10:54:01 PM 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-06T22:57:03.816Z] 10:54:01 PM 2 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-06T22:57:03.816Z] 10:54:01 PM 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-06T22:57:03.816Z] 10:55:01 PM all 4.55 0.00 1.04 1.35 0.00 93.06 [2020-10-06T22:57:03.816Z] 10:55:01 PM 0 9.29 0.00 1.04 0.15 0.00 89.52 [2020-10-06T22:57:03.816Z] 10:55:01 PM 1 2.74 0.00 1.15 1.94 0.00 94.17 [2020-10-06T22:57:03.816Z] 10:55:01 PM 2 3.69 0.00 0.90 1.35 0.02 94.04 [2020-10-06T22:57:03.816Z] 10:55:01 PM 3 2.47 0.00 1.05 1.97 0.02 94.49 [2020-10-06T22:57:03.816Z] 10:56:01 PM all 16.61 0.00 3.11 0.89 0.01 79.38 [2020-10-06T22:57:03.816Z] 10:56:01 PM 0 26.56 0.00 2.99 1.64 0.02 68.79 [2020-10-06T22:57:03.816Z] 10:56:01 PM 1 16.72 0.00 4.08 0.18 0.00 79.01 [2020-10-06T22:57:03.816Z] 10:56:01 PM 2 11.42 0.00 3.14 1.05 0.00 84.38 [2020-10-06T22:57:03.816Z] 10:56:01 PM 3 11.77 0.00 2.25 0.69 0.02 85.28 [2020-10-06T22:57:03.816Z] 10:57:01 PM all 13.17 0.00 2.57 1.80 0.00 82.44 [2020-10-06T22:57:03.816Z] 10:57:01 PM 0 21.13 0.00 2.87 2.48 0.02 73.50 [2020-10-06T22:57:03.816Z] 10:57:01 PM 1 6.33 0.00 2.12 2.74 0.02 88.80 [2020-10-06T22:57:03.816Z] 10:57:01 PM 2 14.66 0.00 3.21 1.44 0.00 80.69 [2020-10-06T22:57:03.816Z] 10:57:01 PM 3 10.63 0.00 2.05 0.55 0.00 86.77 [2020-10-06T22:57:03.816Z] Average: all 4.98 0.00 0.98 0.58 0.00 93.46 [2020-10-06T22:57:03.816Z] Average: 0 8.13 0.00 1.00 0.61 0.00 90.26 [2020-10-06T22:57:03.816Z] Average: 1 3.71 0.00 1.08 0.69 0.00 94.51 [2020-10-06T22:57:03.816Z] Average: 2 4.55 0.00 1.06 0.55 0.00 93.84 [2020-10-06T22:57:03.816Z] Average: 3 3.55 0.00 0.78 0.46 0.00 95.21 [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z] [2020-10-06T22:57:03.816Z]