Branch indexing 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 caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 739e19e16cfa887bfffe764182c1d6a58536cb65 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 739e19e16cfa887bfffe764182c1d6a58536cb65 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27452 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 621e650d34511c6c9638321c987b4476c828df99 Checking out Revision 621e650d34511c6c9638321c987b4476c828df99 (PR-297) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # 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 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 621e650d34511c6c9638321c987b4476c828df99 # timeout=10 Commit message: "Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD" > git rev-list --no-walk 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:49 ========================================================= 02:06:49 EdgeX Global Pipelines Version Info 02:06:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:06:51 ------------------- 02:06:51 stable info: 02:06:51 ------------------- 02:06:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:51 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 02:06:51 Message: update stable to v1.0.181 02:06:52 ------------------- 02:06:52 experimental info: 02:06:52 ------------------- 02:06:52 Commited By: **** collab-it+edgex@linuxfoundation.org 02:06:52 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 02:06:52 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:06:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 02:06:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 621e650d34511c6c9638321c987b4476c828df99 [Pipeline] echo 02:06:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 621e650 [Pipeline] echo 02:06:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:06:55 provisioning config files... 02:06:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3070399209144655795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:55 ---> docker-login.sh 02:06:55 nexus3.edgexfoundry.org:10001 02:06:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:56 Configure a credential helper to remove this warning. See 02:06:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:56 02:06:56 Login Succeeded 02:06:56 nexus3.edgexfoundry.org:10002 02:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:56 Configure a credential helper to remove this warning. See 02:06:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:56 02:06:56 Login Succeeded 02:06:56 nexus3.edgexfoundry.org:10003 02:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:56 Configure a credential helper to remove this warning. See 02:06:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:56 02:06:56 Login Succeeded 02:06:56 nexus3.edgexfoundry.org:10004 02:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:56 Configure a credential helper to remove this warning. See 02:06:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:56 02:06:56 Login Succeeded 02:06:56 docker.io 02:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:57 Configure a credential helper to remove this warning. See 02:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:57 02:06:57 Login Succeeded 02:06:57 ---> docker-login.sh ends [Pipeline] } 02:06:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:06:58 + git log --format=format:%s -1 621e650d34511c6c9638321c987b4476c828df99 [Pipeline] echo 02:06:58 GIT_COMMIT: 621e650d34511c6c9638321c987b4476c828df99, Commit Message: Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD [Pipeline] echo 02:06:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:06:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:59 02:06:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:06:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:59 latest: Pulling from edgex-devops/git-semver 02:06:59 31603596830f: Pulling fs layer 02:06:59 2a8b12db71e7: Pulling fs layer 02:06:59 6ca5941a6612: Pulling fs layer 02:06:59 ecc8261a40a4: Pulling fs layer 02:06:59 2a8b12db71e7: Verifying Checksum 02:06:59 2a8b12db71e7: Download complete 02:07:00 31603596830f: Verifying Checksum 02:07:00 31603596830f: Download complete 02:07:00 6ca5941a6612: Verifying Checksum 02:07:00 6ca5941a6612: Download complete 02:07:00 ecc8261a40a4: Verifying Checksum 02:07:00 ecc8261a40a4: Download complete 02:07:00 31603596830f: Pull complete 02:07:00 2a8b12db71e7: Pull complete 02:07:01 6ca5941a6612: Pull complete 02:07:01 ecc8261a40a4: Pull complete 02:07:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:07:02 prd-centos7-docker-4c-2g-27452 does not seem to be running inside a container 02:07:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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 02:07:04 $ docker top a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:07:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:04 [ssh-agent] Looking for ssh-agent implementation... 02:07:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:04 $ docker exec a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent 02:07:04 SSH_AUTH_SOCK=/tmp/ssh-wOLl6LRDKVyt/agent.11 02:07:04 SSH_AGENT_PID=16 02:07:04 Running ssh-add (command line suppressed) 02:07:05 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8777248063318369030.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8777248063318369030.key) 02:07:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:05 + git tag --points-at HEAD [Pipeline] } 02:07:05 $ docker exec --env ******** --env ******** a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent -k 02:07:05 unset SSH_AUTH_SOCK; 02:07:05 unset SSH_AGENT_PID; 02:07:05 echo Agent pid 16 killed; 02:07:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:07:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:05 [ssh-agent] Looking for ssh-agent implementation... 02:07:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:06 $ docker exec a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent 02:07:06 SSH_AUTH_SOCK=/tmp/ssh-pDUJuuLb14ke/agent.46 02:07:06 SSH_AGENT_PID=51 02:07:06 Running ssh-add (command line suppressed) 02:07:06 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1246095023935520267.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1246095023935520267.key) 02:07:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:06 + git semver init 02:07:06 # -> Open(): unable to determine branch for HEAD 02:07:06 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 02:07:06 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:07:06 # $SEMVER_REMOTE_NAME = origin 02:07:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:07:06 # $SEMVER_USER_NAME = edgex-jenkins 02:07:06 # $SEMVER_BRANCH = PR-297 02:07:06 # $SEMVER_TEMP = /tmp/semver-345368961 02:07:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:07:08 # '/tmp/semver-345368961' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 02:07:08 # -> Force: false 02:07:08 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 02:07:08 $ docker exec --env ******** --env ******** a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent -k 02:07:08 unset SSH_AUTH_SOCK; 02:07:08 unset SSH_AGENT_PID; 02:07:08 echo Agent pid 51 killed; 02:07:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:07:08 + git semver [Pipeline] } 02:07:08 $ docker stop --time=1 a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 02:07:10 $ docker rm -f a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 [Pipeline] // withDockerContainer [Pipeline] sh 02:07:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:07:11 Stashed 1 file(s) [Pipeline] echo 02:07:11 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:07:26 Still waiting to schedule task 02:07:26 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27452’ 02:07:26 Still waiting to schedule task 02:07:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 02:09:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27453 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:09:16 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 02:09:21 using credential edgex-jenkins-ssh 02:09:21 Cloning the remote Git repository 02:09:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:21 > git init /w/workspace/edgex-ui-go/3 # timeout=10 02:09:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:21 > git --version # timeout=10 02:09:21 > git --version # 'git version 2.17.1' 02:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:24 Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:09:24 Merge succeeded, producing cb9470d2616565ae566fa7ab81a869a5599c2ae8 02:09:24 Checking out Revision cb9470d2616565ae566fa7ab81a869a5599c2ae8 (PR-297) 02:09:24 > git config core.sparsecheckout # timeout=10 02:09:24 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:09:24 > git remote # timeout=10 02:09:24 > git config --get remote.origin.url # timeout=10 02:09:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:24 > git merge 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 02:09:24 > git rev-parse HEAD^{commit} # timeout=10 02:09:24 > git config core.sparsecheckout # timeout=10 02:09:24 > git checkout -f cb9470d2616565ae566fa7ab81a869a5599c2ae8 # timeout=10 02:09:29 Commit message: "Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD" 02:09:29 > git rev-list --no-walk 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:09:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:32 + sudo service docker restart 02:09:32 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:35 provisioning config files... 02:09:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config7338997994465578883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:35 ---> docker-login.sh 02:09:35 nexus3.edgexfoundry.org:10001 02:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:36 Configure a credential helper to remove this warning. See 02:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:36 02:09:36 Login Succeeded 02:09:36 nexus3.edgexfoundry.org:10002 02:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:37 Configure a credential helper to remove this warning. See 02:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:37 02:09:37 Login Succeeded 02:09:37 nexus3.edgexfoundry.org:10003 02:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:37 Configure a credential helper to remove this warning. See 02:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:37 02:09:37 Login Succeeded 02:09:37 nexus3.edgexfoundry.org:10004 02:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:38 Configure a credential helper to remove this warning. See 02:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:38 02:09:38 Login Succeeded 02:09:38 docker.io 02:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:39 Configure a credential helper to remove this warning. See 02:09:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:39 02:09:39 Login Succeeded 02:09:39 ---> docker-login.sh ends [Pipeline] } 02:09:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:39 ========================================================= 02:09:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:09:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:39 + 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 . 02:09:40 Sending build context to Docker daemon 17.09MB 02:09:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:40 Step 2/8 : FROM ${BASE} 02:09:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:40 5f621e34cdf4: Pulling fs layer 02:09:40 a4357932f1b6: Pulling fs layer 02:09:40 18c013af1878: Pulling fs layer 02:09:40 00ac8860ef70: Pulling fs layer 02:09:40 63d7cb157983: Pulling fs layer 02:09:40 b116817d02f9: Pulling fs layer 02:09:40 745a02a5169b: Pulling fs layer 02:09:40 63d7cb157983: Waiting 02:09:40 b116817d02f9: Waiting 02:09:40 745a02a5169b: Waiting 02:09:40 00ac8860ef70: Waiting 02:09:40 18c013af1878: Verifying Checksum 02:09:40 18c013af1878: Download complete 02:09:40 a4357932f1b6: Verifying Checksum 02:09:40 a4357932f1b6: Download complete 02:09:40 63d7cb157983: Verifying Checksum 02:09:40 63d7cb157983: Download complete 02:09:40 b116817d02f9: Verifying Checksum 02:09:40 b116817d02f9: Download complete 02:09:40 5f621e34cdf4: Verifying Checksum 02:09:40 5f621e34cdf4: Download complete 02:09:41 5f621e34cdf4: Pull complete 02:09:42 a4357932f1b6: Pull complete 02:09:42 18c013af1878: Pull complete 02:09:44 745a02a5169b: Verifying Checksum 02:09:44 745a02a5169b: Download complete 02:09:45 00ac8860ef70: Verifying Checksum 02:09:45 00ac8860ef70: Download complete 02:09:55 00ac8860ef70: Pull complete 02:09:55 63d7cb157983: Pull complete 02:09:55 b116817d02f9: Pull complete 02:09:59 745a02a5169b: Pull complete 02:09:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:59 ---> b7e6874047d6 02:09:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:02 ---> Running in 64ef01d94f17 02:10:02 Removing intermediate container 64ef01d94f17 02:10:02 ---> 9123a61e7859 02:10:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:02 ---> Running in 132fc462cc6d 02:10:05 Removing intermediate container 132fc462cc6d 02:10:05 ---> 69e0bbbcd5d0 02:10:05 Step 5/8 : RUN apk add --no-cache make git 02:10:05 ---> Running in 367761c79492 02:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:10:07 OK: 142 MiB in 39 packages 02:10:08 Removing intermediate container 367761c79492 02:10:08 ---> 91fe7b632860 02:10:08 Step 6/8 : WORKDIR /edgex-ui-go 02:10:09 ---> Running in 176453d7aaa7 02:10:09 Removing intermediate container 176453d7aaa7 02:10:09 ---> 9d415939a5bf 02:10:09 Step 7/8 : COPY . . 02:10:11 ---> 546d59cdf24e 02:10:11 Step 8/8 : RUN go mod download 02:10:11 ---> Running in 536a58dafb46 02:10:38 Removing intermediate container 536a58dafb46 02:10:38 ---> 9eec525abfce 02:10:38 Successfully built 9eec525abfce 02:10:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:39 + docker inspect -f . ci-base-image-arm64 02:10:39 . [Pipeline] withDockerContainer 02:10:39 prd-ubuntu18.04-docker-arm64-4c-16g-27453 does not seem to be running inside a container 02:10:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 02:10:40 $ docker top 2b962d6c50f449cd5a816ceb0480e94a792f68cdd56bf79a31bbd3da369d62a5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:41 + go version 02:10:41 go version go1.15.5 linux/arm64 [Pipeline] } 02:10:41 $ docker stop --time=1 2b962d6c50f449cd5a816ceb0480e94a792f68cdd56bf79a31bbd3da369d62a5 02:10:43 $ docker rm -f 2b962d6c50f449cd5a816ceb0480e94a792f68cdd56bf79a31bbd3da369d62a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:44 + docker inspect -f . ci-base-image-arm64 02:10:44 . [Pipeline] withDockerContainer 02:10:45 prd-ubuntu18.04-docker-arm64-4c-16g-27453 does not seem to be running inside a container 02:10:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 02:10:46 $ docker top 9ce1747eba8ec9faa9915426df8c2548af56aebf6e6d11b635b57f57355ff3dc -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:47 + make test 02:10:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:08 Running on prd-centos7-docker-4c-2g-27454 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:11:08 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:11 GO111MODULE=on go vet ./... [Pipeline] } 02:11:15 $ docker stop --time=1 9ce1747eba8ec9faa9915426df8c2548af56aebf6e6d11b635b57f57355ff3dc 02:11:18 $ docker rm -f 9ce1747eba8ec9faa9915426df8c2548af56aebf6e6d11b635b57f57355ff3dc [Pipeline] // withDockerContainer [Pipeline] sh 02:11:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 02:11:21 using credential edgex-jenkins-ssh 02:11:21 Cloning the remote Git repository [Pipeline] sh 02:11:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:11:22 > git init /w/workspace/edgex-ui-go/3 # timeout=10 02:11:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:11:22 > git --version # timeout=10 02:11:22 > git --version # 'git version 2.24.3' 02:11:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:23 + ls -al . 02:11:23 total 124 02:11:23 drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 02:10 . 02:11:23 drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:09 .. 02:11:23 drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 02:09 .git 02:11:23 drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 02:09 .github 02:11:23 -rw-rw-r-- 1 jenkins jenkins 153 Feb 24 02:09 .gitignore 02:11:23 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 24 02:09 CONTRIBUTING.md 02:11:23 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 24 02:09 Dockerfile 02:11:23 -rw-rw-r-- 1 jenkins jenkins 902 Feb 24 02:09 Dockerfile.build 02:11:23 -rw-rw-r-- 1 jenkins jenkins 652 Feb 24 02:09 Jenkinsfile 02:11:23 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 24 02:09 LICENSE 02:11:23 -rw-rw-r-- 1 jenkins jenkins 951 Feb 24 02:09 Makefile 02:11:23 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 24 02:09 README.md 02:11:23 -rw-rw-r-- 1 jenkins jenkins 5 Feb 24 02:07 VERSION 02:11:23 drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 02:09 assets 02:11:23 drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 02:09 bin 02:11:23 drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 02:09 cmd 02:11:23 -rw-r--r-- 1 jenkins jenkins 10 Feb 24 02:10 coverage.out 02:11:23 drwxrwxr-x 5 jenkins jenkins 4096 Feb 24 02:09 docs 02:11:23 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 24 02:09 go.mod 02:11:23 -rw-r--r-- 1 jenkins jenkins 20843 Feb 24 02:10 go.sum 02:11:23 drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 02:09 internal 02:11:23 -rw-rw-r-- 1 jenkins jenkins 155 Feb 24 02:09 version.go 02:11:23 drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:23 + 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=621e650d34511c6c9638321c987b4476c828df99 --label arch=arm64 --label version=0.0.0 . 02:11:24 Sending build context to Docker daemon 17.11MB 02:11:24 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:24 Step 2/24 : FROM ${BASE} AS builder 02:11:24 ---> 9eec525abfce 02:11:24 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:11:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:24 ---> Running in 1294a055a196 02:11:25 Removing intermediate container 1294a055a196 02:11:25 ---> 1d04380f8383 02:11:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:25 ---> Running in 431f6f664b68 02:11:25 Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:11:25 Removing intermediate container 431f6f664b68 02:11:25 ---> 798a0642e5b1 02:11:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:11:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:11:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:11:25 > git config core.sparsecheckout # timeout=10 02:11:25 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:11:25 ---> Running in 006982435d5f 02:11:26 Removing intermediate container 006982435d5f 02:11:26 ---> 20ff17b58ed8 02:11:26 Step 6/24 : LABEL Name=edgex-ui-go 02:11:26 ---> Running in 8211501fceb4 02:11:26 Merge succeeded, producing 949483ffdf109093b328c8dc00f7d93bc804b54d 02:11:26 Checking out Revision 949483ffdf109093b328c8dc00f7d93bc804b54d (PR-297) 02:11:26 Removing intermediate container 8211501fceb4 02:11:26 ---> 5e0aead21a08 02:11:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:26 ---> Running in 4ace43d0069b 02:11:26 > git remote # timeout=10 02:11:26 > git config --get remote.origin.url # timeout=10 02:11:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:26 > git merge 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 02:11:26 > git rev-parse HEAD^{commit} # timeout=10 02:11:26 > git config core.sparsecheckout # timeout=10 02:11:26 > git checkout -f 949483ffdf109093b328c8dc00f7d93bc804b54d # timeout=10 02:11:27 Removing intermediate container 4ace43d0069b 02:11:27 ---> 87821f66f7f3 02:11:27 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:27 ---> Running in 2252949550c6 02:11:29 Removing intermediate container 2252949550c6 02:11:29 ---> 768268c48d29 02:11:29 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:29 ---> Running in a153fd417092 02:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:31 Commit message: "Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD" 02:11:31 > git rev-list --no-walk 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:11:32 OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:33 Removing intermediate container a153fd417092 02:11:33 ---> 2565620f2ec7 02:11:33 Step 10/24 : ENV GO111MODULE=on 02:11:33 ---> Running in ab888bca4dae 02:11:33 Removing intermediate container ab888bca4dae 02:11:33 ---> 11398e7c7456 02:11:33 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:34 ---> Running in 1f5b69234273 02:11:34 Removing intermediate container 1f5b69234273 02:11:34 ---> c4ed220ae5a7 02:11:34 Step 12/24 : COPY go.mod . 02:11:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 02:11:35 ---> 40a6003f6c18 02:11:35 Step 13/24 : COPY Makefile . [Pipeline] sh 02:11:35 ---> 9ff13af6a804 02:11:35 Step 14/24 : RUN make update 02:11:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:11:36 ---> Running in 8452f1db6c04 02:11:36 + true 02:11:36 + sudo service docker restart 02:11:36 Redirecting to /bin/systemctl restart docker.service 02:11:37 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:38 Removing intermediate container 8452f1db6c04 02:11:38 ---> cf123e2c9f18 02:11:38 Step 15/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:11:39 provisioning config files... 02:11:39 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config1633224166464215991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:11:40 ---> docker-login.sh 02:11:40 nexus3.edgexfoundry.org:10001 02:11:40 ---> beff69bbb762 02:11:40 Step 16/24 : RUN ${MAKE} 02:11:40 ---> Running in 9b677f4bcbc3 02:11:41 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 02:11:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:42 Configure a credential helper to remove this warning. See 02:11:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:42 02:11:42 Login Succeeded 02:11:42 nexus3.edgexfoundry.org:10002 02:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:43 Configure a credential helper to remove this warning. See 02:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:43 02:11:43 Login Succeeded 02:11:43 nexus3.edgexfoundry.org:10003 02:11:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:44 Configure a credential helper to remove this warning. See 02:11:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:44 02:11:44 Login Succeeded 02:11:44 nexus3.edgexfoundry.org:10004 02:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:45 Configure a credential helper to remove this warning. See 02:11:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:45 02:11:45 Login Succeeded 02:11:45 docker.io 02:11:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:46 Configure a credential helper to remove this warning. See 02:11:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:46 02:11:46 Login Succeeded 02:11:46 ---> docker-login.sh ends [Pipeline] } 02:11:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:11:47 ========================================================= 02:11:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:11:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:11:47 + 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 . 02:11:49 Sending build context to Docker daemon 17.09MB 02:11:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:11:49 Step 2/8 : FROM ${BASE} 02:11:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:11:49 188c0c94c7c5: Pulling fs layer 02:11:49 0ef7d3d256c8: Pulling fs layer 02:11:49 de9db76c5a1d: Pulling fs layer 02:11:49 bca2f99d35d6: Pulling fs layer 02:11:49 93359f2a8cfa: Pulling fs layer 02:11:49 7c6f9722023f: Pulling fs layer 02:11:49 a35cf1a2eb13: Pulling fs layer 02:11:49 bca2f99d35d6: Waiting 02:11:49 93359f2a8cfa: Waiting 02:11:49 7c6f9722023f: Waiting 02:11:49 a35cf1a2eb13: Waiting 02:11:49 de9db76c5a1d: Verifying Checksum 02:11:49 de9db76c5a1d: Download complete 02:11:49 0ef7d3d256c8: Verifying Checksum 02:11:49 0ef7d3d256c8: Download complete 02:11:50 93359f2a8cfa: Verifying Checksum 02:11:50 93359f2a8cfa: Download complete 02:11:50 7c6f9722023f: Verifying Checksum 02:11:50 7c6f9722023f: Download complete 02:11:50 188c0c94c7c5: Verifying Checksum 02:11:50 188c0c94c7c5: Download complete 02:11:51 188c0c94c7c5: Pull complete 02:11:51 0ef7d3d256c8: Pull complete 02:11:51 de9db76c5a1d: Pull complete 02:12:00 a35cf1a2eb13: Verifying Checksum 02:12:00 a35cf1a2eb13: Download complete 02:12:02 bca2f99d35d6: Verifying Checksum 02:12:02 bca2f99d35d6: Download complete 02:12:04 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:12:09 Removing intermediate container 9b677f4bcbc3 02:12:09 ---> 8df2b33d2a3a 02:12:09 Step 17/24 : FROM alpine:3.12 02:12:09 3.12: Pulling from library/alpine 02:12:10 159e5727ea61: Pulling fs layer 02:12:10 159e5727ea61: Verifying Checksum 02:12:10 159e5727ea61: Download complete 02:12:10 159e5727ea61: Pull complete 02:12:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:12:10 Status: Downloaded newer image for alpine:3.12 02:12:10 ---> afeebe901d6b 02:12:10 Step 18/24 : EXPOSE 4000 02:12:11 ---> Running in 95bc63f2d1c0 02:12:11 Removing intermediate container 95bc63f2d1c0 02:12:11 ---> c94419894d95 02:12:11 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 02:12:13 ---> 8a47e29fdfa9 02:12:13 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:12:13 ---> Running in e160336d8b0b 02:12:13 Removing intermediate container e160336d8b0b 02:12:13 ---> d0ea1c09d9c7 02:12:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:12:13 ---> Running in 78369725e366 02:12:14 Removing intermediate container 78369725e366 02:12:14 ---> bc9110748d05 02:12:14 Step 22/24 : LABEL arch=arm64 02:12:14 ---> Running in ea412fd790c8 02:12:15 Removing intermediate container ea412fd790c8 02:12:15 ---> b2ee5dd04dc9 02:12:15 Step 23/24 : LABEL git_sha=621e650d34511c6c9638321c987b4476c828df99 02:12:15 ---> Running in 04d90424a83e 02:12:15 Removing intermediate container 04d90424a83e 02:12:15 ---> bc4390079858 02:12:15 Step 24/24 : LABEL version=0.0.0 02:12:15 ---> Running in d871e42e3b63 02:12:16 Removing intermediate container d871e42e3b63 02:12:16 ---> cf430a0fca53 02:12:16 [Warning] One or more build-args [ARCH] were not consumed 02:12:16 Successfully built cf430a0fca53 02:12:16 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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:12:17 ---> job-cost.sh 02:12:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FErV 02:12:23 bca2f99d35d6: Pull complete 02:12:23 93359f2a8cfa: Pull complete 02:12:23 7c6f9722023f: Pull complete 02:12:30 a35cf1a2eb13: Pull complete 02:12:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:12:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:12:30 ---> a62c8e92a672 02:12:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:12:30 ---> Running in 717272388b27 02:12:30 Removing intermediate container 717272388b27 02:12:30 ---> c4cc4c91d2a7 02:12:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:30 ---> Running in fc77596b32a3 02:12:33 Removing intermediate container fc77596b32a3 02:12:33 ---> af91a1dfee16 02:12:33 Step 5/8 : RUN apk add --no-cache make git 02:12:33 ---> Running in 8b2e61cd1b01 02:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:36 OK: 166 MiB in 39 packages 02:12:38 Removing intermediate container 8b2e61cd1b01 02:12:38 ---> 1038a8916a65 02:12:38 Step 6/8 : WORKDIR /edgex-ui-go 02:12:38 ---> Running in 6b08bd3f4686 02:12:38 Removing intermediate container 6b08bd3f4686 02:12:38 ---> ba6f772999eb 02:12:38 Step 7/8 : COPY . . 02:12:43 ---> f2a24c35c101 02:12:43 Step 8/8 : RUN go mod download 02:12:43 ---> Running in 8fc86a57b100 02:12:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:13:31 Removing intermediate container 8fc86a57b100 02:13:31 ---> e38afd2b3b0e 02:13:31 Successfully built e38afd2b3b0e 02:13:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:13:32 + docker inspect -f . ci-base-image-x86_64 02:13:32 . [Pipeline] withDockerContainer 02:13:32 prd-centos7-docker-4c-2g-27454 does not seem to be running inside a container 02:13:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:13:36 $ docker top f92996704ffc847661055fce79d32bb5cdd80332aae6bf03a3548e76d9c2038d -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:37 + go version 02:13:37 go version go1.15.5 linux/amd64 [Pipeline] } 02:13:38 $ docker stop --time=1 f92996704ffc847661055fce79d32bb5cdd80332aae6bf03a3548e76d9c2038d 02:13:40 $ docker rm -f f92996704ffc847661055fce79d32bb5cdd80332aae6bf03a3548e76d9c2038d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:13:42 + docker inspect -f . ci-base-image-x86_64 02:13:42 . [Pipeline] withDockerContainer 02:13:43 prd-centos7-docker-4c-2g-27454 does not seem to be running inside a container 02:13:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:13:45 $ docker top e35f6f7100c11234b34c229cc05efc6ce7ff8b02855696a1b1c340027f58dd78 -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:46 + make test 02:13:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:13:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:14:10 GO111MODULE=on go vet ./... [Pipeline] } 02:14:11 $ docker stop --time=1 e35f6f7100c11234b34c229cc05efc6ce7ff8b02855696a1b1c340027f58dd78 02:14:14 $ docker rm -f e35f6f7100c11234b34c229cc05efc6ce7ff8b02855696a1b1c340027f58dd78 [Pipeline] // withDockerContainer [Pipeline] sh 02:14:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:14:15 Warning: overwriting stash ‘coverage-report’ 02:14:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:14:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:18 + ls -al . 02:14:18 total 92 02:14:18 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 24 02:13 . 02:14:18 drwxrwxr-x. 4 jenkins jenkins 28 Feb 24 02:11 .. 02:14:18 drwxrwxr-x. 3 jenkins jenkins 20 Feb 24 02:11 assets 02:14:18 drwxrwxr-x. 2 jenkins jenkins 35 Feb 24 02:11 bin 02:14:18 drwxrwxr-x. 3 jenkins jenkins 29 Feb 24 02:11 cmd 02:14:18 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 24 02:11 CONTRIBUTING.md 02:14:18 -rw-r--r--. 1 jenkins jenkins 10 Feb 24 02:13 coverage.out 02:14:18 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 24 02:11 Dockerfile 02:14:18 -rw-rw-r--. 1 jenkins jenkins 902 Feb 24 02:11 Dockerfile.build 02:14:18 drwxrwxr-x. 5 jenkins jenkins 104 Feb 24 02:11 docs 02:14:18 drwxrwxr-x. 8 jenkins jenkins 179 Feb 24 02:11 .git 02:14:18 drwxrwxr-x. 2 jenkins jenkins 103 Feb 24 02:11 .github 02:14:18 -rw-rw-r--. 1 jenkins jenkins 153 Feb 24 02:11 .gitignore 02:14:18 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 24 02:11 go.mod 02:14:18 -rw-r--r--. 1 jenkins jenkins 20843 Feb 24 02:13 go.sum 02:14:18 drwxrwxr-x. 10 jenkins jenkins 139 Feb 24 02:11 internal 02:14:18 -rw-rw-r--. 1 jenkins jenkins 652 Feb 24 02:11 Jenkinsfile 02:14:18 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 24 02:11 LICENSE 02:14:18 -rw-rw-r--. 1 jenkins jenkins 951 Feb 24 02:11 Makefile 02:14:18 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 24 02:11 README.md 02:14:18 -rw-rw-r--. 1 jenkins jenkins 5 Feb 24 02:07 VERSION 02:14:18 -rw-rw-r--. 1 jenkins jenkins 155 Feb 24 02:11 version.go 02:14:18 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 24 02:11 web [Pipeline] isUnix [Pipeline] sh 02:14:18 + 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=621e650d34511c6c9638321c987b4476c828df99 --label arch=amd64 --label version=0.0.0 . 02:14:20 Sending build context to Docker daemon 17.11MB 02:14:20 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:14:20 Step 2/24 : FROM ${BASE} AS builder 02:14:20 ---> e38afd2b3b0e 02:14:20 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:14:21 ---> Running in a20f1762f43b 02:14:21 Removing intermediate container a20f1762f43b 02:14:21 ---> d2ba1977c117 02:14:21 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:14:21 ---> Running in e440609f9051 02:14:22 Removing intermediate container e440609f9051 02:14:22 ---> 26771ae9e8a8 02:14:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:14:22 ---> Running in 7de9fb9f3ea4 02:14:22 Removing intermediate container 7de9fb9f3ea4 02:14:22 ---> d3dae1a4f95c 02:14:22 Step 6/24 : LABEL Name=edgex-ui-go 02:14:22 ---> Running in 13d97875fbca 02:14:23 Removing intermediate container 13d97875fbca 02:14:23 ---> 0493423915c8 02:14:23 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:14:24 ---> Running in 6d44772dbcdc 02:14:24 Removing intermediate container 6d44772dbcdc 02:14:24 ---> 7453d1b65c85 02:14:24 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:24 ---> Running in a6a66ef50b0e 02:14:28 Removing intermediate container a6a66ef50b0e 02:14:28 ---> 83153aa36786 02:14:28 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:14:28 ---> Running in b0f01435bf80 02:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:32 OK: 166 MiB in 39 packages 02:14:32 Removing intermediate container b0f01435bf80 02:14:32 ---> e0ae2f9fb79a 02:14:32 Step 10/24 : ENV GO111MODULE=on 02:14:32 ---> Running in de27c30d1d10 02:14:32 Removing intermediate container de27c30d1d10 02:14:32 ---> 8682d6e221f5 02:14:32 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:14:33 ---> Running in 5098952c6b33 02:14:33 Removing intermediate container 5098952c6b33 02:14:33 ---> 230fd00e62d4 02:14:33 Step 12/24 : COPY go.mod . 02:14:33 ---> bc03f15a436e 02:14:33 Step 13/24 : COPY Makefile . 02:14:33 ---> 5684dcde3c2f 02:14:33 Step 14/24 : RUN make update 02:14:33 ---> Running in 29e7ffae8c8c 02:14:34 CGO_ENABLED=0 GO111MODULE=on go mod download 02:14:35 Removing intermediate container 29e7ffae8c8c 02:14:35 ---> b175c38421cd 02:14:35 Step 15/24 : COPY . . 02:14:39 ---> a1764d11f4de 02:14:39 Step 16/24 : RUN ${MAKE} 02:14:39 ---> Running in 2643ef8cc818 02:14:39 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 02:14:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:15:03 lf-activate-venv(): INFO: Adding /tmp/venv-FErV/bin to PATH 02:15:03 INFO: No Stack... 02:15:03 INFO: Retrieving Pricing Info for: lf-standard-4 02:15:03 INFO: Archiving Costs [Pipeline] sh 02:15:03 + + cat /w/workspace/edgex-ui-go/3/archives/cost.csvcut 02:15:03 -d, -f6 [Pipeline] lock 02:15:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] 02:15:03 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] did not exist. Created. 02:15:03 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:15:03 + echo total: 0.20999999344348907 [Pipeline] stash 02:15:04 Stashed 1 file(s) [Pipeline] } 02:15:04 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:15:07 Removing intermediate container 2643ef8cc818 02:15:07 ---> a2b46cbc9ce7 02:15:07 Step 17/24 : FROM alpine:3.12 02:15:07 3.12: Pulling from library/alpine 02:15:07 801bfaa63ef2: Pulling fs layer 02:15:07 801bfaa63ef2: Verifying Checksum 02:15:07 801bfaa63ef2: Download complete 02:15:08 801bfaa63ef2: Pull complete 02:15:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:15:08 Status: Downloaded newer image for alpine:3.12 02:15:08 ---> 389fef711851 02:15:08 Step 18/24 : EXPOSE 4000 02:15:08 ---> Running in 8d9bbda4d458 02:15:09 Removing intermediate container 8d9bbda4d458 02:15:09 ---> fc023984dbfc 02:15:09 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 02:15:12 ---> 3111e7f43209 02:15:12 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:12 ---> Running in f51a211cabb3 02:15:13 Removing intermediate container f51a211cabb3 02:15:13 ---> 723a9f2af214 02:15:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:15:13 ---> Running in 9652d92d5dd5 02:15:14 Removing intermediate container 9652d92d5dd5 02:15:14 ---> 55902f27d911 02:15:14 Step 22/24 : LABEL arch=amd64 02:15:14 ---> Running in b08d7b89352b 02:15:14 Removing intermediate container b08d7b89352b 02:15:14 ---> d6b4160bcfd5 02:15:14 Step 23/24 : LABEL git_sha=621e650d34511c6c9638321c987b4476c828df99 02:15:14 ---> Running in abcce2fd2c61 02:15:15 Removing intermediate container abcce2fd2c61 02:15:15 ---> 3b04806b4eca 02:15:15 Step 24/24 : LABEL version=0.0.0 02:15:15 ---> Running in 55e16b3b6622 02:15:15 Removing intermediate container 55e16b3b6622 02:15:15 ---> 64d7280cb227 02:15:15 [Warning] One or more build-args [ARCH] were not consumed 02:15:15 Successfully built 64d7280cb227 02:15:15 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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:15:17 ---> job-cost.sh 02:15:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3O5W 02:15:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:16:48 lf-activate-venv(): INFO: Adding /tmp/venv-3O5W/bin to PATH 02:16:48 INFO: No Stack... 02:16:48 INFO: Retrieving Pricing Info for: v1-standard-2 02:16:48 INFO: Archiving Costs [Pipeline] sh 02:16:49 + cut -d, -f6 02:16:49 + cat /w/workspace/edgex-ui-go/3/archives/cost.csv [Pipeline] lock 02:16:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] 02:16:49 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] did not exist. Created. 02:16:49 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:16:50 /w/workspace/edgex-ui-go/3@tmp/durable-cfd8058a/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 02:16:50 + echo total: 0.029999999329447746 [Pipeline] stash 02:16:50 Warning: overwriting stash ‘stack-cost’ 02:16:51 Stashed 1 file(s) [Pipeline] } 02:16:51 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:16:52 provisioning config files... 02:16:52 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3415299802788688320tmp [Pipeline] { [Pipeline] sh 02:16:52 + set +x 02:16:52 + curl -s https://codecov.io/bash 02:16:52 + bash -s -- 02:16:53 02:16:53 _____ _ 02:16:53 / ____| | | 02:16:53 | | ___ __| | ___ ___ _____ __ 02:16:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:16:53 | |___| (_) | (_| | __/ (_| (_) \ V / 02:16:53 \_____\___/ \__,_|\___|\___\___/ \_/ 02:16:53 Bash-20210129-7c25fce 02:16:53 02:16:53 02:16:53 ==> git version 2.24.3 found 02:16:53 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:16:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:16:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:16:53 ==> Jenkins CI detected. 02:16:53 project root: . 02:16:53 --> token set from env 02:16:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:16:53 ==> Running gcov in . (disable via -X gcov) 02:16:53 ==> Python coveragepy not found 02:16:53 ==> Searching for coverage reports in: 02:16:53 + . 02:16:53 -> Found 1 reports 02:16:53 ==> Detecting git/mercurial file structure 02:16:53 ==> Reading reports 02:16:53 + ./coverage.out bytes=10 02:16:53 ==> Appending adjustments 02:16:53 https://docs.codecov.io/docs/fixing-reports 02:16:53 + Found adjustments 02:16:53 ==> Gzipping contents 02:16:53 4.0K /tmp/codecov.ebNtnE.gz 02:16:53 ==> Uploading reports 02:16:53 url: https://codecov.io 02:16:53 query: branch=PR-297&commit=621e650d34511c6c9638321c987b4476c828df99&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:16:53 -> Pinging Codecov 02:16:53 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-297&commit=621e650d34511c6c9638321c987b4476c828df99&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:16:53 -> Uploading to 02:16:53 https://storage.googleapis.com/codecov/v4/raw/2021-02-24/FB506323287CE973F263BFD2A0EB1F37/621e650d34511c6c9638321c987b4476c828df99/787e1da4-599d-413d-960e-534aab8cb54b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T021653Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=174afe95b0c009b2fc5b39642dd937cd0112c81d6346518ed7153859d7caae13 02:16:53 % Total % Received % Xferd Average Speed Time Time Time Current 02:16:53 Dload Upload Total Spent Left Speed 02:16:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 5225 --:--:-- --:--:-- --:--:-- 5228 02:16:54 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/621e650d34511c6c9638321c987b4476c828df99 [Pipeline] } 02:16:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:16:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:16:56 ---> package-listing.sh 02:16:56 ++ facter osfamily 02:16:56 ++ tr '[:upper:]' '[:lower:]' 02:16:56 + OS_FAMILY=redhat 02:16:56 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:16:56 + START_PACKAGES=/tmp/packages_start.txt 02:16:56 + END_PACKAGES=/tmp/packages_end.txt 02:16:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:16:56 + PACKAGES=/tmp/packages_start.txt 02:16:56 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:16:56 + PACKAGES=/tmp/packages_end.txt 02:16:56 + case "${OS_FAMILY}" in 02:16:56 + rpm -qa 02:16:56 + sort 02:17:03 + '[' -f /tmp/packages_start.txt ']' 02:17:03 + '[' -f /tmp/packages_end.txt ']' 02:17:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:17:03 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:17:03 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 02:17:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo 02:17:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:17:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:17:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:17:04 02:17:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:17:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:17:04 alpine: Pulling from edgex-lftools-log-publisher 02:17:04 df20fa9351a1: Pulling fs layer 02:17:04 36b3adc4ff6f: Pulling fs layer 02:17:04 8ad3a11d3b57: Pulling fs layer 02:17:04 46f8f816bc3b: Pulling fs layer 02:17:04 93b61091891f: Pulling fs layer 02:17:04 93b9cdb0e59b: Pulling fs layer 02:17:04 5e14af77c1be: Pulling fs layer 02:17:04 01666e4c0597: Pulling fs layer 02:17:04 aa168da1d23b: Pulling fs layer 02:17:04 46f8f816bc3b: Waiting 02:17:04 93b61091891f: Waiting 02:17:04 93b9cdb0e59b: Waiting 02:17:04 01666e4c0597: Waiting 02:17:04 5e14af77c1be: Waiting 02:17:04 aa168da1d23b: Waiting 02:17:04 36b3adc4ff6f: Verifying Checksum 02:17:04 36b3adc4ff6f: Download complete 02:17:04 46f8f816bc3b: Verifying Checksum 02:17:04 46f8f816bc3b: Download complete 02:17:04 df20fa9351a1: Download complete 02:17:04 93b9cdb0e59b: Verifying Checksum 02:17:04 93b9cdb0e59b: Download complete 02:17:04 93b61091891f: Download complete 02:17:04 5e14af77c1be: Verifying Checksum 02:17:04 5e14af77c1be: Download complete 02:17:04 01666e4c0597: Verifying Checksum 02:17:04 01666e4c0597: Download complete 02:17:05 8ad3a11d3b57: Verifying Checksum 02:17:05 8ad3a11d3b57: Download complete 02:17:05 df20fa9351a1: Pull complete 02:17:05 36b3adc4ff6f: Pull complete 02:17:05 8ad3a11d3b57: Pull complete 02:17:06 46f8f816bc3b: Pull complete 02:17:07 aa168da1d23b: Verifying Checksum 02:17:07 aa168da1d23b: Download complete 02:17:07 93b61091891f: Pull complete 02:17:07 93b9cdb0e59b: Pull complete 02:17:07 5e14af77c1be: Pull complete 02:17:07 01666e4c0597: Pull complete 02:17:14 aa168da1d23b: Pull complete 02:17:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:17:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:17:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:17:14 prd-centos7-docker-4c-2g-27452 does not seem to be running inside a container 02:17:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:17:18 $ docker top 5f9541799969731d6bb41ef637aad3977e5dea11889cab970462b7663e24086a -eo pid,comm [Pipeline] { [Pipeline] sh 02:17:19 + touch /tmp/pre-build-complete [Pipeline] sh 02:17:19 + mkdir -p /var/log/sa [Pipeline] sh 02:17:19 + ls /var/log/sa-host 02:17:19 + sadf -c /var/log/sa-host/sa23 02:17:19 file_magic: OK 02:17:19 HZ: Using current value: 100 02:17:19 file_header: OK 02:17:19 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:17:19 Statistics: 02:17:19 Hnuu...uuuununununu... 02:17:19 File successfully converted to sysstat format version 12.2.1 02:17:19 + sadf -c /var/log/sa-host/sa24 02:17:19 file_magic: OK 02:17:19 HZ: Using current value: 100 02:17:19 file_header: OK 02:17:19 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:17:19 Statistics: 02:17:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:17:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:17:20 provisioning config files... 02:17:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config455936897121408265tmp [Pipeline] { [Pipeline] echo 02:17:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:17:20 ---> create-netrc.sh [Pipeline] } 02:17:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:17:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:17:21 ---> python-tools-install.sh [Pipeline] echo 02:17:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:17:21 ---> sudo-logs.sh 02:17:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:17:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:17:21 ---> job-cost.sh 02:17:21 lf-activate-venv: SKIPPING 02:17:21 DEBUG: total: 0.029999999329447746 02:17:21 INFO: Retrieving Stack Cost... 02:17:22 INFO: Retrieving Pricing Info for: v1-standard-2 02:17:23 INFO: Archiving Costs [Pipeline] echo 02:17:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:17:23 ---> logs-deploy.sh 02:17:23 lf-activate-venv: SKIPPING 02:17:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/3 02:17:23 INFO: archiving workspace using pattern(s): 02:17:25 Archives upload complete. 02:17:25 INFO: archiving logs to Nexus 02:17:26 ---> uname -a: 02:17:26 Linux prd-centos7-docker-4c-2g-27452.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:17:26 02:17:26 02:17:26 ---> lscpu: 02:17:26 Architecture: x86_64 02:17:26 CPU op-mode(s): 32-bit, 64-bit 02:17:26 Byte Order: Little Endian 02:17:26 Address sizes: 40 bits physical, 48 bits virtual 02:17:26 CPU(s): 4 02:17:26 On-line CPU(s) list: 0-3 02:17:26 Thread(s) per core: 1 02:17:26 Core(s) per socket: 1 02:17:26 Socket(s): 4 02:17:26 NUMA node(s): 1 02:17:26 Vendor ID: GenuineIntel 02:17:26 CPU family: 6 02:17:26 Model: 44 02:17:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:17:26 Stepping: 1 02:17:26 CPU MHz: 2933.438 02:17:26 BogoMIPS: 5866.87 02:17:26 Virtualization: VT-x 02:17:26 Hypervisor vendor: KVM 02:17:26 Virtualization type: full 02:17:26 L1d cache: 128 KiB 02:17:26 L1i cache: 128 KiB 02:17:26 L2 cache: 16 MiB 02:17:26 L3 cache: 64 MiB 02:17:26 NUMA node0 CPU(s): 0-3 02:17:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:17:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:17:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:17:26 Vulnerability Meltdown: Mitigation; PTI 02:17:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:17:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:17:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:17:26 Vulnerability Srbds: Not affected 02:17:26 Vulnerability Tsx async abort: Not affected 02:17:26 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 02:17:26 02:17:26 02:17:26 ---> nproc: 02:17:26 4 02:17:26 02:17:26 02:17:26 ---> df -h: 02:17:26 Filesystem Size Used Available Use% Mounted on 02:17:26 overlay 50.0G 7.3G 42.7G 15% / 02:17:26 tmpfs 64.0M 0 64.0M 0% /dev 02:17:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:17:26 shm 64.0M 0 64.0M 0% /dev/shm 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp 02:17:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:17:26 02:17:26 02:17:26 ---> free -m: 02:17:26 total used free shared buff/cache available 02:17:26 Mem: 1837 712 87 0 1036 1020 02:17:26 Swap: 1023 1 1022 02:17:26 02:17:26 02:17:26 ---> ip addr: 02:17:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:17:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:17:26 inet 127.0.0.1/8 scope host lo 02:17:26 valid_lft forever preferred_lft forever 02:17:26 inet6 ::1/128 scope host 02:17:26 valid_lft forever preferred_lft forever 02:17:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:17:26 link/ether fa:16:3e:4e:4d:50 brd ff:ff:ff:ff:ff:ff 02:17:26 inet 10.30.123.219/23 brd 10.30.123.255 scope global dynamic eth0 02:17:26 valid_lft 85729sec preferred_lft 85729sec 02:17:26 inet6 fe80::f816:3eff:fe4e:4d50/64 scope link 02:17:26 valid_lft forever preferred_lft forever 02:17:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:17:26 link/ether 02:42:97:79:4b:46 brd ff:ff:ff:ff:ff:ff 02:17:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:17:26 valid_lft forever preferred_lft forever 02:17:26 inet6 fe80::42:97ff:fe79:4b46/64 scope link 02:17:26 valid_lft forever preferred_lft forever 02:17:26 02:17:26 02:17:26 ---> sar -b -r -n DEV: 02:17:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/24/21 _x86_64_ (4 CPU) 02:17:26 02:17:26 02:06:02 LINUX RESTART (4 CPU) 02:17:26 02:17:26 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:17:26 02:08:01 22.29 5.21 17.08 0.00 1247.94 3245.41 0.00 02:17:26 02:09:01 0.38 0.00 0.38 0.00 0.00 6.48 0.00 02:17:26 02:10:01 0.18 0.00 0.18 0.00 0.00 2.40 0.00 02:17:26 02:11:01 0.37 0.00 0.37 0.00 0.00 4.90 0.00 02:17:26 02:12:01 0.23 0.00 0.23 0.00 0.00 3.31 0.00 02:17:26 02:13:01 0.33 0.00 0.33 0.00 0.00 3.71 0.00 02:17:26 02:14:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 02:17:26 02:15:01 0.37 0.00 0.37 0.00 0.00 5.03 0.00 02:17:26 02:16:01 0.27 0.00 0.27 0.00 0.00 4.73 0.00 02:17:26 02:17:01 47.39 46.84 0.55 0.00 3854.59 12.28 0.00 02:17:26 Average: 7.21 5.21 2.00 0.00 510.49 329.24 0.00 02:17:26 02:17:26 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:17:26 02:08:01 162152 0 582508 30.96 2620 1134264 1112456 37.97 382648 1136188 24 02:17:26 02:09:01 167544 0 577112 30.67 2620 1134268 1077168 36.76 390120 1124400 16 02:17:26 02:10:01 167296 0 577352 30.69 2620 1134276 1077252 36.76 393980 1121168 16 02:17:26 02:11:01 166592 0 578056 30.72 2620 1134276 1077072 36.76 395404 1120392 8 02:17:26 02:12:01 165960 0 578680 30.76 2620 1134284 1077180 36.76 398612 1117964 8 02:17:26 02:13:01 164760 0 579876 30.82 2620 1134288 1077072 36.76 399744 1117964 16 02:17:26 02:14:01 164604 0 580028 30.83 2620 1134292 1077108 36.76 400004 1117964 12 02:17:26 02:15:01 164816 0 579812 30.82 2620 1134296 1077072 36.76 399860 1117960 20 02:17:26 02:16:01 164908 0 579716 30.81 2620 1134300 1077072 36.76 399984 1117960 8 02:17:26 02:17:01 76300 0 604424 32.12 2620 1198200 1112996 37.98 417844 1187940 100 02:17:26 Average: 156493 0 581756 30.92 2620 1140674 1084245 37.00 397820 1127990 23 02:17:26 02:17:26 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:17:26 02:08:01 eth0 59.45 60.60 138.02 26.65 0.00 0.00 0.00 0.00 02:17:26 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:08:01 docker0 39.53 31.64 3.86 113.37 0.00 0.00 0.00 0.00 02:17:26 02:09:01 eth0 3.93 1.80 3.05 0.12 0.00 0.00 0.00 0.00 02:17:26 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:10:01 eth0 1.25 0.35 0.33 0.20 0.00 0.00 0.00 0.00 02:17:26 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:17:26 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:12:01 eth0 0.60 0.37 0.34 0.26 0.00 0.00 0.00 0.00 02:17:26 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:13:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:14:01 eth0 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 02:17:26 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:15:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:17:26 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:17:26 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:17:01 eth0 9.89 6.29 9.43 3.48 0.00 0.00 0.00 0.00 02:17:26 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 Average: eth0 7.58 6.99 15.13 3.08 0.00 0.00 0.00 0.00 02:17:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:17:26 Average: docker0 3.95 3.17 0.39 11.34 0.00 0.00 0.00 0.00 02:17:26 02:17:26 02:17:26 ---> sar -P ALL: 02:17:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/24/21 _x86_64_ (4 CPU) 02:17:26 02:17:26 02:06:02 LINUX RESTART (4 CPU) 02:17:26 02:17:26 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:17:26 02:08:01 all 1.99 0.00 1.25 0.37 0.01 96.38 02:17:26 02:08:01 0 2.14 0.00 1.20 0.23 0.02 96.40 02:17:26 02:08:01 1 1.72 0.00 1.44 0.10 0.02 96.72 02:17:26 02:08:01 2 1.79 0.00 0.99 0.07 0.00 97.16 02:17:26 02:08:01 3 2.31 0.00 1.39 1.07 0.00 95.24 02:17:26 02:09:01 all 0.18 0.00 0.07 0.00 0.00 99.75 02:17:26 02:09:01 0 0.03 0.00 0.07 0.00 0.00 99.90 02:17:26 02:09:01 1 0.12 0.00 0.08 0.00 0.00 99.80 02:17:26 02:09:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:17:26 02:09:01 3 0.53 0.00 0.07 0.00 0.00 99.40 02:17:26 02:10:01 all 0.15 0.00 0.04 0.00 0.01 99.80 02:17:26 02:10:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:17:26 02:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:17:26 02:10:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:17:26 02:10:01 3 0.43 0.00 0.05 0.00 0.02 99.50 02:17:26 02:11:01 all 0.12 0.00 0.05 0.00 0.00 99.82 02:17:26 02:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:17:26 02:11:01 1 0.32 0.00 0.08 0.00 0.00 99.60 02:17:26 02:11:01 2 0.13 0.00 0.07 0.00 0.00 99.80 02:17:26 02:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:17:26 02:12:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:17:26 02:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:17:26 02:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:17:26 02:12:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:17:26 02:12:01 3 0.03 0.00 0.10 0.00 0.00 99.87 02:17:26 02:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:17:26 02:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:17:26 02:13:01 1 0.32 0.00 0.02 0.00 0.00 99.67 02:17:26 02:13:01 2 0.23 0.00 0.05 0.00 0.00 99.72 02:17:26 02:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:17:26 02:14:01 all 0.11 0.00 0.05 0.00 0.00 99.84 02:17:26 02:14:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:17:26 02:14:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:17:26 02:14:01 2 0.35 0.00 0.07 0.00 0.00 99.58 02:17:26 02:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:17:26 02:15:01 all 0.03 0.00 0.03 0.00 0.00 99.93 02:17:26 02:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:17:26 02:15:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:17:26 02:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:17:26 02:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:17:26 02:16:01 all 0.07 0.00 0.03 0.00 0.00 99.90 02:17:26 02:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:17:26 02:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:17:26 02:16:01 2 0.15 0.00 0.08 0.00 0.02 99.75 02:17:26 02:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:17:26 02:17:01 all 1.02 0.00 0.55 1.53 0.00 96.90 02:17:26 02:17:01 0 0.92 0.00 0.72 1.43 0.00 96.93 02:17:26 02:17:01 1 1.03 0.00 0.57 2.94 0.00 95.46 02:17:26 02:17:01 2 1.20 0.00 0.45 0.20 0.00 98.15 02:17:26 02:17:01 3 0.93 0.00 0.45 1.57 0.00 97.05 02:17:26 Average: all 0.40 0.00 0.22 0.19 0.00 99.19 02:17:26 Average: 0 0.33 0.00 0.22 0.17 0.00 99.28 02:17:26 Average: 1 0.42 0.00 0.24 0.30 0.01 99.03 02:17:26 Average: 2 0.41 0.00 0.19 0.03 0.00 99.38 02:17:26 Average: 3 0.43 0.00 0.22 0.26 0.00 99.09 02:17:26 02:17:26 02:17:26