Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fbcfcb12aca33ea1091684a020041deec15b3973+727932f00e62ff6ad7d46b39048d2df566fc596c (ae3f35f87a6beb4af8f01ebce45b27a9c4a04824) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21825 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [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-291 # 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 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 > 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/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 Merge succeeded, producing 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 Checking out Revision 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 (PR-291) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" > git rev-list --no-walk fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:07:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:07:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:07:41 ========================================================= 02:07:41 EdgeX Global Pipelines Version Info 02:07:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:07:45 ------------------- 02:07:45 stable info: 02:07:45 ------------------- 02:07:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:07:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:07:45 Message: update stable to v1.0.179 02:07:46 ------------------- 02:07:46 experimental info: 02:07:46 ------------------- 02:07:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:07:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:07:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:07:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:07:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:07:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:07:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:07:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:07:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:07:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b33eee [Pipeline] echo 02:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:07:49 provisioning config files... 02:07:50 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config984560591889304798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:07:50 ---> docker-login.sh 02:07:50 nexus3.edgexfoundry.org:10001 02:07:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:51 Configure a credential helper to remove this warning. See 02:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:51 02:07:51 Login Succeeded 02:07:51 nexus3.edgexfoundry.org:10002 02:07:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:52 Configure a credential helper to remove this warning. See 02:07:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:52 02:07:52 Login Succeeded 02:07:52 nexus3.edgexfoundry.org:10003 02:07:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:53 Configure a credential helper to remove this warning. See 02:07:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:53 02:07:53 Login Succeeded 02:07:53 nexus3.edgexfoundry.org:10004 02:07:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:53 Configure a credential helper to remove this warning. See 02:07:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:53 02:07:53 Login Succeeded 02:07:53 docker.io 02:07:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:54 Configure a credential helper to remove this warning. See 02:07:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:54 02:07:54 Login Succeeded 02:07:54 ---> docker-login.sh ends [Pipeline] } 02:07:54 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:07:55 + git log --format=format:%s -1 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [Pipeline] echo 02:07:56 GIT_COMMIT: 1b33eeee1d18db0cd761a5da3eb21dda37f5e270, Commit Message: Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD [Pipeline] echo 02:07:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:07:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:57 02:07:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:07:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:57 latest: Pulling from edgex-devops/git-semver 02:07:57 31603596830f: Pulling fs layer 02:07:57 2a8b12db71e7: Pulling fs layer 02:07:57 6ca5941a6612: Pulling fs layer 02:07:57 ecc8261a40a4: Pulling fs layer 02:07:57 ecc8261a40a4: Waiting 02:07:58 2a8b12db71e7: Verifying Checksum 02:07:58 2a8b12db71e7: Download complete 02:07:59 31603596830f: Verifying Checksum 02:07:59 31603596830f: Download complete 02:08:00 31603596830f: Pull complete 02:08:00 ecc8261a40a4: Verifying Checksum 02:08:00 ecc8261a40a4: Download complete 02:08:00 2a8b12db71e7: Pull complete 02:08:01 6ca5941a6612: Download complete 02:08:06 6ca5941a6612: Pull complete 02:08:07 ecc8261a40a4: Pull complete 02:08:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:08:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:08:07 prd-centos7-docker-4c-2g-21825 does not seem to be running inside a container 02:08:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:08:11 $ docker top 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:08:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:11 [ssh-agent] Looking for ssh-agent implementation... 02:08:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:12 $ docker exec 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent 02:08:13 SSH_AUTH_SOCK=/tmp/ssh-MpP2LTUpYvlp/agent.11 02:08:13 SSH_AGENT_PID=16 02:08:13 Running ssh-add (command line suppressed) 02:08:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_6136079194210925957.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_6136079194210925957.key) 02:08:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:14 + git tag --points-at HEAD [Pipeline] } 02:08:14 $ docker exec --env ******** --env ******** 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent -k 02:08:14 unset SSH_AUTH_SOCK; 02:08:14 unset SSH_AGENT_PID; 02:08:14 echo Agent pid 16 killed; 02:08:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:08:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:15 [ssh-agent] Looking for ssh-agent implementation... 02:08:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:15 $ docker exec 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent 02:08:16 SSH_AUTH_SOCK=/tmp/ssh-zZ3nzxlkIHvD/agent.46 02:08:16 SSH_AGENT_PID=51 02:08:16 Running ssh-add (command line suppressed) 02:08:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3912953658863967968.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3912953658863967968.key) 02:08:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:17 + git semver init 02:08:17 # -> Open(): unable to determine branch for HEAD 02:08:17 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git 02:08:17 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 02:08:17 # $SEMVER_REMOTE_NAME = origin 02:08:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:08:17 # $SEMVER_USER_NAME = edgex-jenkins 02:08:17 # $SEMVER_BRANCH = PR-291 02:08:17 # $SEMVER_TEMP = /tmp/semver-399424074 02:08:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:08:19 # '/tmp/semver-399424074' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' 02:08:19 # -> Force: false 02:08:19 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } 02:08:19 $ docker exec --env ******** --env ******** 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent -k 02:08:19 unset SSH_AUTH_SOCK; 02:08:19 unset SSH_AGENT_PID; 02:08:19 echo Agent pid 51 killed; 02:08:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:08:20 + git semver [Pipeline] } 02:08:20 $ docker stop --time=1 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 02:08:22 $ docker rm -f 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:08:24 Stashed 1 file(s) [Pipeline] echo 02:08:24 [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:08:40 Still waiting to schedule task 02:08:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:08:40 Still waiting to schedule task 02:08:40 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:09:49 Running on prd-centos7-docker-4c-2g-21830 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 02:09:49 Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout 02:09:52 using credential edgex-jenkins-ssh 02:09:52 Cloning the remote Git repository 02:09:52 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:52 > git init /w/workspace/edgex-ui-go/6 # timeout=10 02:09:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:52 > git --version # timeout=10 02:09:52 > git --version # 'git version 2.24.3' 02:09:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:54 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 02:09:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:54 > git config core.sparsecheckout # timeout=10 02:09:54 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 02:09:54 Merge succeeded, producing c7dd7e4bc511b56c7fe18d97917084f322f99981 02:09:54 Checking out Revision c7dd7e4bc511b56c7fe18d97917084f322f99981 (PR-291) 02:09:54 > git remote # timeout=10 02:09:54 > git config --get remote.origin.url # timeout=10 02:09:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:54 > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 02:09:54 > git rev-parse HEAD^{commit} # timeout=10 02:09:54 > git config core.sparsecheckout # timeout=10 02:09:54 > git checkout -f c7dd7e4bc511b56c7fe18d97917084f322f99981 # timeout=10 02:09:58 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" 02:09:58 > git rev-list --no-walk fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:10:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:10:00 + sudo service docker restart 02:10:00 + true 02:10:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:10:02 provisioning config files... 02:10:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config1206489502211636116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:02 ---> docker-login.sh 02:10:02 nexus3.edgexfoundry.org:10001 02:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:03 Configure a credential helper to remove this warning. See 02:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:03 02:10:03 Login Succeeded 02:10:03 nexus3.edgexfoundry.org:10002 02:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:03 Configure a credential helper to remove this warning. See 02:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:03 02:10:03 Login Succeeded 02:10:03 nexus3.edgexfoundry.org:10003 02:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:03 Configure a credential helper to remove this warning. See 02:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:03 02:10:03 Login Succeeded 02:10:03 nexus3.edgexfoundry.org:10004 02:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:03 Configure a credential helper to remove this warning. See 02:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:03 02:10:03 Login Succeeded 02:10:03 docker.io 02:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:04 Configure a credential helper to remove this warning. See 02:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:04 02:10:04 Login Succeeded 02:10:04 ---> docker-login.sh ends [Pipeline] } 02:10:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:04 ========================================================= 02:10:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:10:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:10:05 + 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:10:05 Sending build context to Docker daemon 16.66MB 02:10:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:10:05 Step 2/8 : FROM ${BASE} 02:10:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:10:05 188c0c94c7c5: Pulling fs layer 02:10:05 0ef7d3d256c8: Pulling fs layer 02:10:05 de9db76c5a1d: Pulling fs layer 02:10:05 bca2f99d35d6: Pulling fs layer 02:10:05 93359f2a8cfa: Pulling fs layer 02:10:05 7c6f9722023f: Pulling fs layer 02:10:05 a35cf1a2eb13: Pulling fs layer 02:10:05 93359f2a8cfa: Waiting 02:10:05 7c6f9722023f: Waiting 02:10:05 a35cf1a2eb13: Waiting 02:10:05 bca2f99d35d6: Waiting 02:10:05 de9db76c5a1d: Verifying Checksum 02:10:05 de9db76c5a1d: Download complete 02:10:05 0ef7d3d256c8: Verifying Checksum 02:10:05 0ef7d3d256c8: Download complete 02:10:05 93359f2a8cfa: Verifying Checksum 02:10:05 93359f2a8cfa: Download complete 02:10:05 188c0c94c7c5: Verifying Checksum 02:10:05 7c6f9722023f: Verifying Checksum 02:10:05 7c6f9722023f: Download complete 02:10:06 188c0c94c7c5: Pull complete 02:10:06 0ef7d3d256c8: Pull complete 02:10:06 de9db76c5a1d: Pull complete 02:10:07 a35cf1a2eb13: Verifying Checksum 02:10:07 a35cf1a2eb13: Download complete 02:10:08 bca2f99d35d6: Verifying Checksum 02:10:08 bca2f99d35d6: Download complete 02:10:15 bca2f99d35d6: Pull complete 02:10:15 93359f2a8cfa: Pull complete 02:10:15 7c6f9722023f: Pull complete 02:10:23 a35cf1a2eb13: Pull complete 02:10:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:23 ---> a62c8e92a672 02:10:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:23 ---> Running in 7594b3739d46 02:10:23 Removing intermediate container 7594b3739d46 02:10:23 ---> 0f4c318dfa76 02:10:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:23 ---> Running in b49aa2852c0c 02:10:24 Removing intermediate container b49aa2852c0c 02:10:24 ---> 06118e67da00 02:10:24 Step 5/8 : RUN apk add --no-cache make git 02:10:24 ---> Running in 8f334208cee1 02:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:27 OK: 166 MiB in 39 packages 02:10:27 Removing intermediate container 8f334208cee1 02:10:27 ---> 3eb555929b51 02:10:27 Step 6/8 : WORKDIR /edgex-ui-go 02:10:27 ---> Running in 4daf0406e44d 02:10:28 Removing intermediate container 4daf0406e44d 02:10:28 ---> 3dc219095aac 02:10:28 Step 7/8 : COPY . . 02:10:30 ---> 1e125c0d6b8c 02:10:30 Step 8/8 : RUN go mod download 02:10:30 ---> Running in ea33d469bfa3 02:10:52 Removing intermediate container ea33d469bfa3 02:10:52 ---> e877ee9a7fd6 02:10:52 Successfully built e877ee9a7fd6 02:10:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:10:53 + docker inspect -f . ci-base-image-x86_64 02:10:53 . [Pipeline] withDockerContainer 02:10:53 prd-centos7-docker-4c-2g-21830 does not seem to be running inside a container 02:10:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:10:54 $ docker top d8a70db6f849f5b6de317a6b3a18ea8e647d4a616ae80e60c23d22d8ca677ba3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:54 + go version 02:10:54 go version go1.15.5 linux/amd64 [Pipeline] } 02:10:54 $ docker stop --time=1 d8a70db6f849f5b6de317a6b3a18ea8e647d4a616ae80e60c23d22d8ca677ba3 02:10:56 $ docker rm -f d8a70db6f849f5b6de317a6b3a18ea8e647d4a616ae80e60c23d22d8ca677ba3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:57 + docker inspect -f . ci-base-image-x86_64 02:10:57 . [Pipeline] withDockerContainer 02:10:57 prd-centos7-docker-4c-2g-21830 does not seem to be running inside a container 02:10:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:10:58 $ docker top 52cb6c597e0bdb7314b8aad8212ec69f717df6b5a6464688577fe2a5973124d4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:58 + make test 02:10:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:59 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:08 GO111MODULE=on go vet ./... [Pipeline] } 02:11:09 $ docker stop --time=1 52cb6c597e0bdb7314b8aad8212ec69f717df6b5a6464688577fe2a5973124d4 02:11:11 $ docker rm -f 52cb6c597e0bdb7314b8aad8212ec69f717df6b5a6464688577fe2a5973124d4 [Pipeline] // withDockerContainer [Pipeline] sh 02:11:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:11:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:15 + ls -al . 02:11:15 total 92 02:11:15 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 21 02:10 . 02:11:15 drwxrwxr-x. 4 jenkins jenkins 28 Jan 21 02:09 .. 02:11:15 drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 02:09 assets 02:11:15 drwxrwxr-x. 2 jenkins jenkins 35 Jan 21 02:09 bin 02:11:15 drwxrwxr-x. 3 jenkins jenkins 29 Jan 21 02:09 cmd 02:11:15 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 21 02:09 CONTRIBUTING.md 02:11:15 -rw-r--r--. 1 jenkins jenkins 10 Jan 21 02:10 coverage.out 02:11:15 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 21 02:09 Dockerfile 02:11:15 -rw-rw-r--. 1 jenkins jenkins 902 Jan 21 02:09 Dockerfile.build 02:11:15 drwxrwxr-x. 5 jenkins jenkins 104 Jan 21 02:09 docs 02:11:15 drwxrwxr-x. 8 jenkins jenkins 179 Jan 21 02:09 .git 02:11:15 drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 02:09 .github 02:11:15 -rw-rw-r--. 1 jenkins jenkins 153 Jan 21 02:09 .gitignore 02:11:15 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 21 02:09 go.mod 02:11:15 -rw-r--r--. 1 jenkins jenkins 20843 Jan 21 02:10 go.sum 02:11:15 drwxrwxr-x. 10 jenkins jenkins 139 Jan 21 02:09 internal 02:11:15 -rw-rw-r--. 1 jenkins jenkins 652 Jan 21 02:09 Jenkinsfile 02:11:15 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 21 02:09 LICENSE 02:11:15 -rw-rw-r--. 1 jenkins jenkins 951 Jan 21 02:09 Makefile 02:11:15 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 21 02:09 README.md 02:11:15 -rw-rw-r--. 1 jenkins jenkins 5 Jan 21 02:08 VERSION 02:11:15 -rw-rw-r--. 1 jenkins jenkins 155 Jan 21 02:09 version.go 02:11:15 drwxrwxr-x. 4 jenkins jenkins 4096 Jan 21 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:15 + 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=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 --label arch=amd64 --label version=0.0.0 . 02:11:15 Sending build context to Docker daemon 16.69MB 02:11:16 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:16 Step 2/24 : FROM ${BASE} AS builder 02:11:16 ---> e877ee9a7fd6 02:11:16 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:16 ---> Running in 60c45183cbf1 02:11:16 Removing intermediate container 60c45183cbf1 02:11:16 ---> d964ee67b2d0 02:11:16 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:16 ---> Running in fa4d0e72cae3 02:11:17 Removing intermediate container fa4d0e72cae3 02:11:17 ---> 9cdf4d2f1da6 02:11:17 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:17 ---> Running in c577ad9c3637 02:11:17 Removing intermediate container c577ad9c3637 02:11:17 ---> 9981a74ce291 02:11:17 Step 6/24 : LABEL Name=edgex-ui-go 02:11:17 ---> Running in 7f21470a4f9d 02:11:17 Removing intermediate container 7f21470a4f9d 02:11:17 ---> 0d94c7704abc 02:11:17 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:17 ---> Running in 0fd14db66f1c 02:11:17 Removing intermediate container 0fd14db66f1c 02:11:17 ---> f1a11d342283 02:11:17 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:17 ---> Running in e53f30118a9d 02:11:19 Removing intermediate container e53f30118a9d 02:11:19 ---> 6dc413e401f4 02:11:19 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:19 ---> Running in 38ca59385ec3 02:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:20 OK: 166 MiB in 39 packages 02:11:21 Removing intermediate container 38ca59385ec3 02:11:21 ---> 9b5d78aadab7 02:11:21 Step 10/24 : ENV GO111MODULE=on 02:11:21 ---> Running in 0feea8302b03 02:11:21 Removing intermediate container 0feea8302b03 02:11:21 ---> 69f64d8fa859 02:11:21 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:21 ---> Running in e4f29fd7e133 02:11:21 Removing intermediate container e4f29fd7e133 02:11:21 ---> e6fa7dff24b9 02:11:21 Step 12/24 : COPY go.mod . 02:11:21 ---> 8252aa6ea485 02:11:21 Step 13/24 : COPY Makefile . 02:11:21 ---> 7b8ce5f3c3d2 02:11:21 Step 14/24 : RUN make update 02:11:21 ---> Running in fe43178f8349 02:11:22 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:23 Removing intermediate container fe43178f8349 02:11:23 ---> f2463195fb75 02:11:23 Step 15/24 : COPY . . 02:11:25 ---> c7e1d7e9a43a 02:11:25 Step 16/24 : RUN ${MAKE} 02:11:25 ---> Running in e81ac2b9996c 02:11:25 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:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:36 Removing intermediate container e81ac2b9996c 02:11:36 ---> 1703b84b9686 02:11:36 Step 17/24 : FROM alpine:3.12 02:11:36 3.12: Pulling from library/alpine 02:11:36 801bfaa63ef2: Pulling fs layer 02:11:36 801bfaa63ef2: Verifying Checksum 02:11:36 801bfaa63ef2: Download complete 02:11:36 801bfaa63ef2: Pull complete 02:11:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:11:36 Status: Downloaded newer image for alpine:3.12 02:11:36 ---> 389fef711851 02:11:36 Step 18/24 : EXPOSE 4000 02:11:37 ---> Running in c599d96602e0 02:11:37 Removing intermediate container c599d96602e0 02:11:37 ---> 1dbc3b48472a 02:11:37 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:11:39 ---> 03fcf3f44631 02:11:39 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:39 ---> Running in 49175348399d 02:11:39 Removing intermediate container 49175348399d 02:11:39 ---> ecdbb6713981 02:11:39 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:39 ---> Running in a86835a59f6e 02:11:39 Removing intermediate container a86835a59f6e 02:11:39 ---> 14677206828b 02:11:39 Step 22/24 : LABEL arch=amd64 02:11:39 ---> Running in ab1c24d75fc5 02:11:39 Removing intermediate container ab1c24d75fc5 02:11:39 ---> 572098aa7662 02:11:39 Step 23/24 : LABEL git_sha=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 02:11:39 ---> Running in 1220452db759 02:11:39 Removing intermediate container 1220452db759 02:11:39 ---> 67a2931070ce 02:11:39 Step 24/24 : LABEL version=0.0.0 02:11:40 ---> Running in e9742b628b4f 02:11:40 Removing intermediate container e9742b628b4f 02:11:40 ---> cf6e4a15b81a 02:11:40 [Warning] One or more build-args [ARCH] were not consumed 02:11:40 Successfully built cf6e4a15b81a 02:11:40 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:11:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21831 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 02:11:49 Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout 02:11:54 using credential edgex-jenkins-ssh 02:11:54 Cloning the remote Git repository 02:11:54 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:11:54 > git init /w/workspace/edgex-ui-go/6 # timeout=10 02:11:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:11:54 > git --version # timeout=10 02:11:54 > git --version # 'git version 2.17.1' 02:11:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:11:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:11:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:11:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:11:57 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 02:11:58 Merge succeeded, producing be3d9a03f1718904e1588a147fc9b66cb29c0fa7 02:11:58 Checking out Revision be3d9a03f1718904e1588a147fc9b66cb29c0fa7 (PR-291) 02:11:57 > git config core.sparsecheckout # timeout=10 02:11:57 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 02:11:57 > git remote # timeout=10 02:11:57 > git config --get remote.origin.url # timeout=10 02:11:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:57 > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 02:11:58 > git rev-parse HEAD^{commit} # timeout=10 02:11:58 > git config core.sparsecheckout # timeout=10 02:11:58 > git checkout -f be3d9a03f1718904e1588a147fc9b66cb29c0fa7 # timeout=10 02:12:03 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" 02:12:03 > git rev-list --no-walk fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:12:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:12:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:12:05 + sudo service docker restart+ 02:12:05 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:12:08 provisioning config files... 02:12:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config4841635105370747921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:09 ---> docker-login.sh 02:12:09 nexus3.edgexfoundry.org:10001 02:12:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:10 Configure a credential helper to remove this warning. See 02:12:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:10 02:12:10 Login Succeeded 02:12:10 nexus3.edgexfoundry.org:10002 02:12:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:11 Configure a credential helper to remove this warning. See 02:12:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:11 02:12:11 Login Succeeded 02:12:11 nexus3.edgexfoundry.org:10003 02:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:11 Configure a credential helper to remove this warning. See 02:12:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:11 02:12:11 Login Succeeded 02:12:11 nexus3.edgexfoundry.org:10004 02:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:12 Configure a credential helper to remove this warning. See 02:12:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:12 02:12:12 Login Succeeded 02:12:12 docker.io 02:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:13 Configure a credential helper to remove this warning. See 02:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:13 02:12:13 Login Succeeded 02:12:13 ---> docker-login.sh ends [Pipeline] } 02:12:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:12:13 ========================================================= 02:12:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:12:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:12:14 + 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:12:14 Sending build context to Docker daemon 16.66MB 02:12:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:12:15 Step 2/8 : FROM ${BASE} 02:12:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:12:15 5f621e34cdf4: Pulling fs layer 02:12:15 a4357932f1b6: Pulling fs layer 02:12:15 18c013af1878: Pulling fs layer 02:12:15 00ac8860ef70: Pulling fs layer 02:12:15 63d7cb157983: Pulling fs layer 02:12:15 b116817d02f9: Pulling fs layer 02:12:15 745a02a5169b: Pulling fs layer 02:12:15 63d7cb157983: Waiting 02:12:15 745a02a5169b: Waiting 02:12:15 b116817d02f9: Waiting 02:12:15 00ac8860ef70: Waiting 02:12:15 18c013af1878: Download complete 02:12:15 a4357932f1b6: Verifying Checksum 02:12:15 a4357932f1b6: Download complete 02:12:15 63d7cb157983: Verifying Checksum 02:12:15 63d7cb157983: Download complete 02:12:15 5f621e34cdf4: Verifying Checksum 02:12:15 5f621e34cdf4: Download complete 02:12:15 b116817d02f9: Verifying Checksum 02:12:15 b116817d02f9: Download complete 02:12:15 5f621e34cdf4: Pull complete 02:12:16 a4357932f1b6: Pull complete 02:12:16 18c013af1878: Pull complete 02:12:18 745a02a5169b: Verifying Checksum 02:12:18 745a02a5169b: Download complete 02:12:19 00ac8860ef70: Verifying Checksum 02:12:19 00ac8860ef70: Download complete 02:12:29 00ac8860ef70: Pull complete 02:12:29 63d7cb157983: Pull complete 02:12:29 b116817d02f9: Pull complete 02:12:32 745a02a5169b: Pull complete 02:12:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:12:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:12:32 ---> b7e6874047d6 02:12:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:12:36 ---> Running in 89550252c5c4 02:12:36 Removing intermediate container 89550252c5c4 02:12:36 ---> 46e9e81c97c2 02:12:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:36 ---> Running in e86001c02270 02:12:38 Removing intermediate container e86001c02270 02:12:38 ---> aac659e50c20 02:12:38 Step 5/8 : RUN apk add --no-cache make git 02:12:38 ---> Running in 2f66649bf51d 02:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:12:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:12:41 OK: 142 MiB in 39 packages 02:12:42 Removing intermediate container 2f66649bf51d 02:12:42 ---> 3a128fa549ac 02:12:42 Step 6/8 : WORKDIR /edgex-ui-go 02:12:42 ---> Running in 4e27729604f0 02:12:43 Removing intermediate container 4e27729604f0 02:12:43 ---> af4d5d86a5eb 02:12:43 Step 7/8 : COPY . . 02:12:45 ---> daec552b9bac 02:12:45 Step 8/8 : RUN go mod download 02:12:45 ---> Running in 93524389638f 02:13:18 Removing intermediate container 93524389638f 02:13:18 ---> fadd06717311 02:13:18 Successfully built fadd06717311 02:13:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:13:18 + docker inspect -f . ci-base-image-arm64 02:13:18 . [Pipeline] withDockerContainer 02:13:18 prd-ubuntu18.04-docker-arm64-4c-16g-21831 does not seem to be running inside a container 02:13:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:13:20 $ docker top c43ab86edfb5e2b7900fe60e5c4243691460891b13a802bdc02b8ca2f814923e -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:21 + go version 02:13:21 go version go1.15.5 linux/arm64 [Pipeline] } 02:13:21 $ docker stop --time=1 c43ab86edfb5e2b7900fe60e5c4243691460891b13a802bdc02b8ca2f814923e 02:13:23 $ docker rm -f c43ab86edfb5e2b7900fe60e5c4243691460891b13a802bdc02b8ca2f814923e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:13:24 + docker inspect -f . ci-base-image-arm64 02:13:24 . [Pipeline] withDockerContainer 02:13:24 prd-ubuntu18.04-docker-arm64-4c-16g-21831 does not seem to be running inside a container 02:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:13:25 $ docker top dbd39fe02a32c95aaeaa7f6b33d503003ffdd09c803fcac23021cbdf8c1dad45 -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:26 + make test 02:13:26 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:13:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:13:50 GO111MODULE=on go vet ./... [Pipeline] } 02:13:56 $ docker stop --time=1 dbd39fe02a32c95aaeaa7f6b33d503003ffdd09c803fcac23021cbdf8c1dad45 02:13:58 $ docker rm -f dbd39fe02a32c95aaeaa7f6b33d503003ffdd09c803fcac23021cbdf8c1dad45 [Pipeline] // withDockerContainer [Pipeline] sh 02:13:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:13:59 Warning: overwriting stash ‘coverage-report’ 02:14:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:14:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:01 + ls -al . 02:14:01 total 124 02:14:01 drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:13 . 02:14:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:11 .. 02:14:01 drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 02:12 .git 02:14:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:11 .github 02:14:01 -rw-rw-r-- 1 jenkins jenkins 153 Jan 21 02:11 .gitignore 02:14:01 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 21 02:11 CONTRIBUTING.md 02:14:01 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 21 02:11 Dockerfile 02:14:01 -rw-rw-r-- 1 jenkins jenkins 902 Jan 21 02:11 Dockerfile.build 02:14:01 -rw-rw-r-- 1 jenkins jenkins 652 Jan 21 02:11 Jenkinsfile 02:14:01 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 21 02:11 LICENSE 02:14:01 -rw-rw-r-- 1 jenkins jenkins 951 Jan 21 02:11 Makefile 02:14:01 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 21 02:11 README.md 02:14:01 -rw-rw-r-- 1 jenkins jenkins 5 Jan 21 02:08 VERSION 02:14:01 drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:11 assets 02:14:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:11 bin 02:14:01 drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:11 cmd 02:14:01 -rw-r--r-- 1 jenkins jenkins 10 Jan 21 02:13 coverage.out 02:14:01 drwxrwxr-x 5 jenkins jenkins 4096 Jan 21 02:11 docs 02:14:01 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 21 02:11 go.mod 02:14:01 -rw-r--r-- 1 jenkins jenkins 20843 Jan 21 02:13 go.sum 02:14:01 drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:11 internal 02:14:01 -rw-rw-r-- 1 jenkins jenkins 155 Jan 21 02:11 version.go 02:14:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:11 web [Pipeline] isUnix [Pipeline] sh 02:14:01 + 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=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 --label arch=arm64 --label version=0.0.0 . 02:14:02 Sending build context to Docker daemon 16.68MB 02:14:02 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:14:02 Step 2/24 : FROM ${BASE} AS builder 02:14:02 ---> fadd06717311 02:14:02 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:14:02 ---> Running in 902679e579c0 02:14:03 Removing intermediate container 902679e579c0 02:14:03 ---> 0d0a08effd6b 02:14:03 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:14:03 ---> Running in a0341fbf6ce7 02:14:04 Removing intermediate container a0341fbf6ce7 02:14:04 ---> dc705b06d974 02:14:04 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:14:04 ---> Running in 7fbe9a4630e0 02:14:04 Removing intermediate container 7fbe9a4630e0 02:14:04 ---> 9c2f0d7f307e 02:14:04 Step 6/24 : LABEL Name=edgex-ui-go 02:14:05 ---> Running in 614ff2ba7a5f 02:14:05 Removing intermediate container 614ff2ba7a5f 02:14:05 ---> 728a9f6f0761 02:14:05 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:14:05 ---> Running in 09cb5522da21 02:14:06 Removing intermediate container 09cb5522da21 02:14:06 ---> 4cf1f90001ec 02:14:06 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:06 ---> Running in 6d7cee4baf30 02:14:08 Removing intermediate container 6d7cee4baf30 02:14:08 ---> c7a64c748dc8 02:14:08 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:14:08 ---> Running in 6ce059ebdefe 02:14:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:14:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:14:11 OK: 142 MiB in 39 packages 02:14:12 Removing intermediate container 6ce059ebdefe 02:14:12 ---> 143b638a55bc 02:14:12 Step 10/24 : ENV GO111MODULE=on 02:14:12 ---> Running in f82099e920fa 02:14:13 Removing intermediate container f82099e920fa 02:14:13 ---> fa9d41b105a6 02:14:13 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:14:13 ---> Running in b7a05413b331 02:14:13 Removing intermediate container b7a05413b331 02:14:13 ---> ea499bcdc38c 02:14:13 Step 12/24 : COPY go.mod . 02:14:14 ---> 0223467ea14d 02:14:14 Step 13/24 : COPY Makefile . 02:14:15 ---> d2c7f283c3be 02:14:15 Step 14/24 : RUN make update 02:14:15 ---> Running in 59ef611d4269 02:14:16 CGO_ENABLED=0 GO111MODULE=on go mod download 02:14:17 Removing intermediate container 59ef611d4269 02:14:17 ---> b3dffa1dac25 02:14:17 Step 15/24 : COPY . . 02:14:19 ---> 1296b4909422 02:14:19 Step 16/24 : RUN ${MAKE} 02:14:19 ---> Running in a3842ee50b70 02:14:20 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:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:14:49 Removing intermediate container a3842ee50b70 02:14:49 ---> 063161fe97ee 02:14:49 Step 17/24 : FROM alpine:3.12 02:14:50 3.12: Pulling from library/alpine 02:14:50 159e5727ea61: Pulling fs layer 02:14:50 159e5727ea61: Verifying Checksum 02:14:50 159e5727ea61: Download complete 02:14:51 159e5727ea61: Pull complete 02:14:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:14:51 Status: Downloaded newer image for alpine:3.12 02:14:51 ---> afeebe901d6b 02:14:51 Step 18/24 : EXPOSE 4000 02:14:51 ---> Running in 1bca2290843d 02:14:52 Removing intermediate container 1bca2290843d 02:14:52 ---> 9ebfc8aae037 02:14:52 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:14:53 ---> dbdd17d1a231 02:14:53 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:14:53 ---> Running in 8123212d9aa6 02:14:54 Removing intermediate container 8123212d9aa6 02:14:54 ---> b5f7a04b0bd9 02:14:54 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:14:54 ---> Running in ee45faeebbbe 02:14:54 Removing intermediate container ee45faeebbbe 02:14:54 ---> 3178f45b7ea4 02:14:54 Step 22/24 : LABEL arch=arm64 02:14:54 ---> Running in 6e0412de9155 02:14:55 Removing intermediate container 6e0412de9155 02:14:55 ---> 4b0b5b59de88 02:14:55 Step 23/24 : LABEL git_sha=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 02:14:55 ---> Running in 00bb1ce141be 02:14:55 Removing intermediate container 00bb1ce141be 02:14:55 ---> f19aa74a4c45 02:14:55 Step 24/24 : LABEL version=0.0.0 02:14:56 ---> Running in a876095f96a6 02:14:56 Removing intermediate container a876095f96a6 02:14:56 ---> b32ea05b263b 02:14:56 [Warning] One or more build-args [ARCH] were not consumed 02:14:56 Successfully built b32ea05b263b 02:14:56 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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:14:58 provisioning config files... 02:14:58 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config2904386564588716823tmp [Pipeline] { [Pipeline] sh 02:14:58 + set +x 02:14:58 + bash -s -- 02:14:58 + curl -s https://codecov.io/bash 02:14:58 02:14:58 _____ _ 02:14:58 / ____| | | 02:14:58 | | ___ __| | ___ ___ _____ __ 02:14:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:14:58 | |___| (_) | (_| | __/ (_| (_) \ V / 02:14:58 \_____\___/ \__,_|\___|\___\___/ \_/ 02:14:58 Bash-20210115-cec3c92 02:14:58 02:14:58 02:14:58 ==> git version 2.24.3 found 02:14:58 ==> 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:14:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:14:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:14:58 ==> Jenkins CI detected. 02:14:58 project root: . 02:14:58 --> token set from env 02:14:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:14:58 ==> Running gcov in . (disable via -X gcov) 02:14:58 ==> Python coveragepy not found 02:14:58 ==> Searching for coverage reports in: 02:14:58 + . 02:14:58 -> Found 1 reports 02:14:58 ==> Detecting git/mercurial file structure 02:14:59 ==> Reading reports 02:14:59 + ./coverage.out bytes=10 02:14:59 ==> Appending adjustments 02:14:59 https://docs.codecov.io/docs/fixing-reports 02:14:59 + Found adjustments 02:14:59 ==> Gzipping contents 02:14:59 4.0K /tmp/codecov.Yh4G6T.gz 02:14:59 ==> Uploading reports 02:14:59 url: https://codecov.io 02:14:59 query: branch=PR-291&commit=1b33eeee1d18db0cd761a5da3eb21dda37f5e270&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 02:14:59 -> Pinging Codecov 02:14:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=1b33eeee1d18db0cd761a5da3eb21dda37f5e270&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 02:14:59 -> Uploading to 02:14:59 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/FB506323287CE973F263BFD2A0EB1F37/1b33eeee1d18db0cd761a5da3eb21dda37f5e270/b5f28269-4865-4636-a829-76768df152bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T021459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4aadb0481e1cae6204ed6390393184d71da93013f0167c80dfd53b6317f5202 02:14:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:14:59 Dload Upload Total Spent Left Speed 02:15:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 4781 --:--:-- --:--:-- --:--:-- 4787 02:15:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [Pipeline] } 02:15:00 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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:15:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:15:04 ---> package-listing.sh 02:15:04 ++ facter osfamily 02:15:04 ++ tr '[:upper:]' '[:lower:]' 02:15:04 + OS_FAMILY=redhat 02:15:04 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 02:15:04 + START_PACKAGES=/tmp/packages_start.txt 02:15:04 + END_PACKAGES=/tmp/packages_end.txt 02:15:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:15:04 + PACKAGES=/tmp/packages_start.txt 02:15:04 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 02:15:04 + PACKAGES=/tmp/packages_end.txt 02:15:04 + case "${OS_FAMILY}" in 02:15:04 + rpm -qa 02:15:04 + sort 02:15:12 + '[' -f /tmp/packages_start.txt ']' 02:15:12 + '[' -f /tmp/packages_end.txt ']' 02:15:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:12 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 02:15:12 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ 02:15:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [Pipeline] echo 02:15:12 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-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:15:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:15:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:14 02:15:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:15:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:14 alpine: Pulling from edgex-lftools-log-publisher 02:15:14 df20fa9351a1: Pulling fs layer 02:15:14 36b3adc4ff6f: Pulling fs layer 02:15:14 8ad3a11d3b57: Pulling fs layer 02:15:14 46f8f816bc3b: Pulling fs layer 02:15:14 93b61091891f: Pulling fs layer 02:15:14 93b9cdb0e59b: Pulling fs layer 02:15:14 5e14af77c1be: Pulling fs layer 02:15:14 01666e4c0597: Pulling fs layer 02:15:14 aa168da1d23b: Pulling fs layer 02:15:14 93b61091891f: Waiting 02:15:14 46f8f816bc3b: Waiting 02:15:14 5e14af77c1be: Waiting 02:15:14 01666e4c0597: Waiting 02:15:14 aa168da1d23b: Waiting 02:15:14 36b3adc4ff6f: Verifying Checksum 02:15:14 36b3adc4ff6f: Download complete 02:15:14 46f8f816bc3b: Download complete 02:15:14 df20fa9351a1: Download complete 02:15:14 93b9cdb0e59b: Verifying Checksum 02:15:14 93b9cdb0e59b: Download complete 02:15:14 5e14af77c1be: Verifying Checksum 02:15:14 5e14af77c1be: Download complete 02:15:14 01666e4c0597: Verifying Checksum 02:15:14 01666e4c0597: Download complete 02:15:15 93b61091891f: Verifying Checksum 02:15:15 93b61091891f: Download complete 02:15:15 df20fa9351a1: Pull complete 02:15:15 8ad3a11d3b57: Download complete 02:15:16 36b3adc4ff6f: Pull complete 02:15:19 8ad3a11d3b57: Pull complete 02:15:19 46f8f816bc3b: Pull complete 02:15:20 93b61091891f: Pull complete 02:15:20 93b9cdb0e59b: Pull complete 02:15:20 5e14af77c1be: Pull complete 02:15:20 01666e4c0597: Pull complete 02:15:22 aa168da1d23b: Verifying Checksum 02:15:22 aa168da1d23b: Download complete 02:15:41 aa168da1d23b: Pull complete 02:15:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:15:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:15:42 prd-centos7-docker-4c-2g-21825 does not seem to be running inside a container 02:15:42 $ 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-291/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-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:15:46 $ docker top 5259dd2ef1b44eab7609b9b166e80cc8a9a855f138ef525c00046fbaab293ce7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:47 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:47 + mkdir -p /var/log/sa [Pipeline] sh 02:15:48 + ls /var/log/sa-host 02:15:48 + sadf -c /var/log/sa-host/sa21 02:15:48 file_magic: OK 02:15:48 HZ: Using current value: 100 02:15:48 file_header: OK 02:15:48 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:15:48 Statistics: 02:15:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:15:48 File successfully converted to sysstat format version 12.2.1 02:15:48 + sadf -c /var/log/sa-host/sa23 02:15:48 file_magic: OK 02:15:48 HZ: Using current value: 100 02:15:48 file_header: OK 02:15:48 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:15:48 Statistics: 02:15:48 Hnuu...uuuununununu... 02:15:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:48 provisioning config files... 02:15:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config2331071473456319tmp [Pipeline] { [Pipeline] echo 02:15:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:49 ---> create-netrc.sh [Pipeline] } 02:15:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:15:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:15:51 ---> python-tools-install.sh [Pipeline] echo 02:15:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:51 ---> sudo-logs.sh 02:15:51 Archiving 'sudo' log.. [Pipeline] echo 02:15:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> job-cost.sh 02:15:54 lf-activate-venv: SKIPPING 02:15:54 INFO: No Stack... 02:15:56 INFO: Retrieving Pricing Info for: v1-standard-2 02:15:57 INFO: Archiving Costs [Pipeline] echo 02:15:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:58 ---> logs-deploy.sh 02:15:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/6 02:15:58 INFO: archiving workspace using pattern(s): 02:16:01 Archives upload complete. 02:16:01 INFO: archiving logs to Nexus 02:16:04 ---> uname -a: 02:16:04 Linux prd-centos7-docker-4c-2g-21825.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:16:04 02:16:04 02:16:04 ---> lscpu: 02:16:04 Architecture: x86_64 02:16:04 CPU op-mode(s): 32-bit, 64-bit 02:16:04 Byte Order: Little Endian 02:16:04 Address sizes: 40 bits physical, 48 bits virtual 02:16:04 CPU(s): 4 02:16:04 On-line CPU(s) list: 0-3 02:16:04 Thread(s) per core: 1 02:16:04 Core(s) per socket: 1 02:16:04 Socket(s): 4 02:16:04 NUMA node(s): 1 02:16:04 Vendor ID: GenuineIntel 02:16:04 CPU family: 6 02:16:04 Model: 44 02:16:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:16:04 Stepping: 1 02:16:04 CPU MHz: 2933.438 02:16:04 BogoMIPS: 5866.87 02:16:04 Virtualization: VT-x 02:16:04 Hypervisor vendor: KVM 02:16:04 Virtualization type: full 02:16:04 L1d cache: 128 KiB 02:16:04 L1i cache: 128 KiB 02:16:04 L2 cache: 16 MiB 02:16:04 L3 cache: 64 MiB 02:16:04 NUMA node0 CPU(s): 0-3 02:16:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:16:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:16:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:16:04 Vulnerability Meltdown: Mitigation; PTI 02:16:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:16:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:16:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:16:04 Vulnerability Srbds: Not affected 02:16:04 Vulnerability Tsx async abort: Not affected 02:16:04 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:16:04 02:16:04 02:16:04 ---> nproc: 02:16:04 4 02:16:04 02:16:04 02:16:04 ---> df -h: 02:16:04 Filesystem Size Used Available Use% Mounted on 02:16:04 overlay 50.0G 7.3G 42.7G 15% / 02:16:04 tmpfs 64.0M 0 64.0M 0% /dev 02:16:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:16:04 shm 64.0M 0 64.0M 0% /dev/shm 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:16:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:16:04 02:16:04 02:16:04 ---> free -m: 02:16:04 total used free shared buff/cache available 02:16:04 Mem: 1837 714 71 0 1051 1018 02:16:04 Swap: 1023 0 1023 02:16:04 02:16:04 02:16:04 ---> ip addr: 02:16:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:16:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:16:04 inet 127.0.0.1/8 scope host lo 02:16:04 valid_lft forever preferred_lft forever 02:16:04 inet6 ::1/128 scope host 02:16:04 valid_lft forever preferred_lft forever 02:16:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:16:04 link/ether fa:16:3e:3e:6d:4b brd ff:ff:ff:ff:ff:ff 02:16:04 inet 10.30.123.80/23 brd 10.30.123.255 scope global dynamic eth0 02:16:04 valid_lft 85822sec preferred_lft 85822sec 02:16:04 inet6 fe80::f816:3eff:fe3e:6d4b/64 scope link 02:16:04 valid_lft forever preferred_lft forever 02:16:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:16:04 link/ether 02:42:b0:94:e2:31 brd ff:ff:ff:ff:ff:ff 02:16:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:16:04 valid_lft forever preferred_lft forever 02:16:04 inet6 fe80::42:b0ff:fe94:e231/64 scope link 02:16:04 valid_lft forever preferred_lft forever 02:16:04 02:16:04 02:16:04 ---> sar -b -r -n DEV: 02:16:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 02:16:04 02:16:04 02:06:12 LINUX RESTART (4 CPU) 02:16:04 02:16:04 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:16:04 02:08:02 56.15 34.10 22.05 0.00 6150.53 1842.64 0.00 02:16:04 02:09:01 23.24 5.54 17.70 0.00 1346.76 2900.88 0.00 02:16:04 02:10:01 1.66 0.00 1.66 0.00 0.00 30.87 0.00 02:16:04 02:11:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 02:16:04 02:12:01 0.17 0.00 0.17 0.00 0.00 1.53 0.00 02:16:04 02:13:01 0.33 0.00 0.33 0.00 0.00 5.22 0.00 02:16:04 02:14:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 02:16:04 02:15:01 0.68 0.43 0.25 0.00 135.90 3.19 0.00 02:16:04 Average: 10.32 5.02 5.30 0.00 955.65 594.77 0.00 02:16:04 02:16:04 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:16:04 02:08:02 77872 0 612012 32.53 2620 1189040 1518896 51.84 452348 1154008 41496 02:16:04 02:09:01 163068 0 569636 30.27 2620 1146220 1134860 38.73 411060 1107040 8 02:16:04 02:10:01 171228 0 561472 29.84 2620 1146224 1081808 36.92 419532 1091240 20 02:16:04 02:11:01 169032 0 563664 29.96 2620 1146228 1081832 36.92 422452 1090716 8 02:16:04 02:12:01 171016 0 561676 29.85 2620 1146232 1054064 35.97 428764 1082568 20 02:16:04 02:13:01 168752 0 563932 29.97 2620 1146240 1054088 35.97 439428 1074084 8 02:16:04 02:14:01 169756 0 562928 29.92 2620 1146240 1054004 35.97 438940 1074076 16 02:16:04 02:15:01 163188 0 565364 30.05 2620 1150372 1054392 35.98 440952 1077984 28 02:16:04 Average: 156739 0 570086 30.30 2620 1152100 1129243 38.54 431684 1093964 5200 02:16:04 02:16:04 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:16:04 02:08:02 eth0 247.70 188.18 1114.76 65.16 0.00 0.00 0.00 0.00 02:16:04 02:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:09:01 eth0 54.54 52.96 141.89 32.32 0.00 0.00 0.00 0.00 02:16:04 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:09:01 docker0 30.03 26.39 2.84 111.19 0.00 0.00 0.00 0.00 02:16:04 02:10:01 eth0 2.50 0.60 0.71 0.40 0.00 0.00 0.00 0.00 02:16:04 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:11:01 eth0 1.75 0.45 0.46 0.28 0.00 0.00 0.00 0.00 02:16:04 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:12:01 eth0 0.98 0.48 0.32 0.21 0.00 0.00 0.00 0.00 02:16:04 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:13:01 eth0 1.03 0.55 0.46 0.27 0.00 0.00 0.00 0.00 02:16:04 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:14:01 eth0 0.73 0.47 0.30 0.18 0.00 0.00 0.00 0.00 02:16:04 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:15:01 eth0 4.84 3.21 4.64 1.71 0.00 0.00 0.00 0.00 02:16:04 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 Average: eth0 39.32 30.89 158.38 12.55 0.00 0.00 0.00 0.00 02:16:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:04 Average: docker0 3.70 3.25 0.35 13.71 0.00 0.00 0.00 0.00 02:16:04 02:16:04 02:16:04 ---> sar -P ALL: 02:16:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 02:16:04 02:16:04 02:06:12 LINUX RESTART (4 CPU) 02:16:04 02:16:04 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:16:04 02:08:02 all 10.84 0.00 4.50 2.48 29.44 52.74 02:16:04 02:08:02 0 9.94 0.00 4.64 2.63 31.46 51.33 02:16:04 02:08:02 1 10.63 0.00 4.31 2.17 28.90 53.99 02:16:04 02:08:02 2 12.14 0.00 4.57 2.13 28.58 52.58 02:16:04 02:08:02 3 10.67 0.00 4.47 3.00 28.75 53.10 02:16:04 02:09:01 all 2.01 0.00 1.94 0.66 12.06 83.33 02:16:04 02:09:01 0 2.13 0.00 1.86 0.70 12.53 82.78 02:16:04 02:09:01 1 1.66 0.00 1.82 1.21 11.97 83.33 02:16:04 02:09:01 2 1.94 0.00 2.05 0.44 11.69 83.89 02:16:04 02:09:01 3 2.31 0.00 2.03 0.29 12.05 83.32 02:16:04 02:10:01 all 0.09 0.00 0.11 0.00 0.95 98.85 02:16:04 02:10:01 0 0.05 0.00 0.15 0.00 1.44 98.37 02:16:04 02:10:01 1 0.03 0.00 0.15 0.00 0.52 99.30 02:16:04 02:10:01 2 0.05 0.00 0.07 0.00 0.78 99.10 02:16:04 02:10:01 3 0.21 0.00 0.07 0.00 1.07 98.64 02:16:04 02:11:01 all 0.08 0.00 0.09 0.00 0.84 98.99 02:16:04 02:11:01 0 0.05 0.00 0.07 0.00 1.56 98.32 02:16:04 02:11:01 1 0.02 0.00 0.10 0.00 0.53 99.35 02:16:04 02:11:01 2 0.12 0.00 0.05 0.00 0.61 99.22 02:16:04 02:11:01 3 0.13 0.00 0.15 0.00 0.66 99.05 02:16:04 02:12:01 all 0.07 0.00 0.09 0.00 1.05 98.79 02:16:04 02:12:01 0 0.07 0.00 0.07 0.00 1.55 98.32 02:16:04 02:12:01 1 0.00 0.00 0.17 0.00 0.81 99.02 02:16:04 02:12:01 2 0.02 0.00 0.07 0.00 0.91 99.01 02:16:04 02:12:01 3 0.20 0.00 0.05 0.00 0.93 98.82 02:16:04 02:13:01 all 0.07 0.00 0.16 0.00 1.56 98.20 02:16:04 02:13:01 0 0.15 0.00 0.05 0.00 1.24 98.56 02:16:04 02:13:01 1 0.03 0.00 0.18 0.00 1.48 98.30 02:16:04 02:13:01 2 0.08 0.00 0.28 0.00 1.61 98.03 02:16:04 02:13:01 3 0.02 0.00 0.15 0.00 1.92 97.92 02:16:04 02:14:01 all 0.10 0.00 0.02 0.00 0.42 99.46 02:16:04 02:14:01 0 0.23 0.00 0.03 0.00 0.65 99.09 02:16:04 02:14:01 1 0.02 0.00 0.02 0.00 0.30 99.67 02:16:04 02:14:01 2 0.02 0.00 0.03 0.00 0.42 99.54 02:16:04 02:14:01 3 0.13 0.00 0.02 0.00 0.30 99.55 02:16:04 02:15:01 all 0.30 0.00 0.25 0.00 0.90 98.54 02:16:04 02:15:01 0 0.25 0.00 0.28 0.00 0.71 98.75 02:16:04 02:15:01 1 0.28 0.00 0.21 0.00 1.35 98.15 02:16:04 02:15:01 2 0.25 0.00 0.20 0.02 0.76 98.77 02:16:04 02:15:01 3 0.43 0.00 0.32 0.00 0.76 98.49 02:16:04 Average: all 1.79 0.00 0.94 0.42 6.16 90.70 02:16:04 Average: 0 1.71 0.00 0.94 0.45 6.73 90.17 02:16:04 Average: 1 1.68 0.00 0.91 0.44 6.00 90.97 02:16:04 Average: 2 1.92 0.00 0.95 0.34 5.90 90.89 02:16:04 Average: 3 1.84 0.00 0.94 0.43 6.03 90.76 02:16:04 02:16:04 02:16:04