Pull request #293 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe+21a2d52129729239e47da1045a1c95859bb5ff91 (da2a770e0eea11516a5e702f0e2dea296294e2be) 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-21593 in /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [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-293 # 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 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe Merge succeeded, producing 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe Checking out Revision 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe (PR-293) > 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/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # 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 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 Commit message: "Merge branch 'master' into issue-#257-3" First time build. Skipping changelog. > git rev-list --no-walk 03cc60a0641e0d6cfcf9ce4d6f45106973b85b2b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:15:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:15:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:15:13 ========================================================= 10:15:13 EdgeX Global Pipelines Version Info 10:15:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:15:14 ------------------- 10:15:14 stable info: 10:15:14 ------------------- 10:15:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:15:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:15:14 Message: update stable to v1.0.179 10:15:15 ------------------- 10:15:15 experimental info: 10:15:15 ------------------- 10:15:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:15:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:15:15 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:15:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:15:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-293 [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-293 [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-293 [Pipeline] echo 10:15:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [Pipeline] echo 10:15:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1dfb512 [Pipeline] echo 10:15:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:15:19 provisioning config files... 10:15:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/config7197182843412813086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:19 ---> docker-login.sh 10:15:19 nexus3.edgexfoundry.org:10001 10:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:19 Configure a credential helper to remove this warning. See 10:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:19 10:15:19 Login Succeeded 10:15:19 nexus3.edgexfoundry.org:10002 10:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:20 Configure a credential helper to remove this warning. See 10:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:20 10:15:20 Login Succeeded 10:15:20 nexus3.edgexfoundry.org:10003 10:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:20 Configure a credential helper to remove this warning. See 10:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:20 10:15:20 Login Succeeded 10:15:20 nexus3.edgexfoundry.org:10004 10:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:20 Configure a credential helper to remove this warning. See 10:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:20 10:15:20 Login Succeeded 10:15:20 docker.io 10:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:20 Configure a credential helper to remove this warning. See 10:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:20 10:15:20 Login Succeeded 10:15:20 ---> docker-login.sh ends [Pipeline] } 10:15:20 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 10:15:21 + git log --format=format:%s -1 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [Pipeline] echo 10:15:21 GIT_COMMIT: 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe, Commit Message: Merge branch 'master' into issue-#257-3 [Pipeline] echo 10:15:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:15:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:22 10:15:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:15:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:22 latest: Pulling from edgex-devops/git-semver 10:15:22 31603596830f: Pulling fs layer 10:15:22 2a8b12db71e7: Pulling fs layer 10:15:22 6ca5941a6612: Pulling fs layer 10:15:22 ecc8261a40a4: Pulling fs layer 10:15:22 ecc8261a40a4: Waiting 10:15:22 2a8b12db71e7: Download complete 10:15:22 31603596830f: Download complete 10:15:23 ecc8261a40a4: Verifying Checksum 10:15:23 ecc8261a40a4: Download complete 10:15:23 6ca5941a6612: Verifying Checksum 10:15:23 6ca5941a6612: Download complete 10:15:23 31603596830f: Pull complete 10:15:23 2a8b12db71e7: Pull complete 10:15:24 6ca5941a6612: Pull complete 10:15:24 ecc8261a40a4: Pull complete 10:15:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:15:24 prd-centos7-docker-4c-2g-21593 does not seem to be running inside a container 10:15:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-293 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293:/w/workspace/edgexfoundry_edgex-ui-go_PR-293:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@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 10:15:26 $ docker top 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:15:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:26 [ssh-agent] Looking for ssh-agent implementation... 10:15:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:26 $ docker exec 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent 10:15:26 SSH_AUTH_SOCK=/tmp/ssh-4yQO6aiCTztp/agent.12 10:15:26 SSH_AGENT_PID=17 10:15:26 Running ssh-add (command line suppressed) 10:15:27 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_8412926025173381808.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_8412926025173381808.key) 10:15:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:27 + git tag --points-at HEAD [Pipeline] } 10:15:27 $ docker exec --env ******** --env ******** 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent -k 10:15:27 unset SSH_AUTH_SOCK; 10:15:27 unset SSH_AGENT_PID; 10:15:27 echo Agent pid 17 killed; 10:15:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:15:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:27 [ssh-agent] Looking for ssh-agent implementation... 10:15:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:27 $ docker exec 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent 10:15:28 SSH_AUTH_SOCK=/tmp/ssh-pjrJOWyGZ9dN/agent.47 10:15:28 SSH_AGENT_PID=52 10:15:28 Running ssh-add (command line suppressed) 10:15:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_3299321289129323257.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_3299321289129323257.key) 10:15:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:28 + git semver init 10:15:28 # -> Open(): unable to determine branch for HEAD 10:15:28 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-293/.git 10:15:28 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-293 10:15:28 # $SEMVER_REMOTE_NAME = origin 10:15:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:15:28 # $SEMVER_USER_NAME = edgex-jenkins 10:15:28 # $SEMVER_BRANCH = PR-293 10:15:28 # $SEMVER_TEMP = /tmp/semver-622097072 10:15:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:15:29 # '/tmp/semver-622097072' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-293/.semver' 10:15:29 # -> Force: false 10:15:29 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-293/.semver [Pipeline] } 10:15:29 $ docker exec --env ******** --env ******** 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent -k 10:15:29 unset SSH_AUTH_SOCK; 10:15:29 unset SSH_AGENT_PID; 10:15:29 echo Agent pid 52 killed; 10:15:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:15:30 + git semver [Pipeline] } 10:15:30 $ docker stop --time=1 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c 10:15:31 $ docker rm -f 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c [Pipeline] // withDockerContainer [Pipeline] sh 10:15:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:15:32 Stashed 1 file(s) [Pipeline] echo 10:15:32 [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 10:15:48 Still waiting to schedule task 10:15:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:15:48 Still waiting to schedule task 10:15:48 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 10:17:42 Running on prd-centos7-docker-4c-2g-21596 in /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [Pipeline] { [Pipeline] ws 10:17:42 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:17:45 using credential edgex-jenkins-ssh 10:17:45 Cloning the remote Git repository 10:17:45 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:17:45 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:17:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:17:45 > git --version # timeout=10 10:17:45 > git --version # 'git version 2.24.3' 10:17:45 using GIT_SSH to set credentials SSH Credentials for GitHub 10:17:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:17:47 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe 10:17:47 Merge succeeded, producing 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe 10:17:47 Checking out Revision 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe (PR-293) 10:17:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:17:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:17:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:17:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:17:46 using GIT_SSH to set credentials SSH Credentials for GitHub 10:17:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:17:47 > git config core.sparsecheckout # timeout=10 10:17:47 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 10:17:47 > git remote # timeout=10 10:17:47 > git config --get remote.origin.url # timeout=10 10:17:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:17:47 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:17:47 > git rev-parse HEAD^{commit} # timeout=10 10:17:47 > git config core.sparsecheckout # timeout=10 10:17:47 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 10:17:50 Commit message: "Merge branch 'master' into issue-#257-3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:17:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:17:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:17:52 + sudo service docker restart 10:17:52 + true 10:17:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:17:53 provisioning config files... 10:17:53 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4318823911778752740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:17:54 ---> docker-login.sh 10:17:54 nexus3.edgexfoundry.org:10001 10:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:54 Configure a credential helper to remove this warning. See 10:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:54 10:17:54 Login Succeeded 10:17:54 nexus3.edgexfoundry.org:10002 10:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:54 Configure a credential helper to remove this warning. See 10:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:54 10:17:54 Login Succeeded 10:17:54 nexus3.edgexfoundry.org:10003 10:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:55 Configure a credential helper to remove this warning. See 10:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:55 10:17:55 Login Succeeded 10:17:55 nexus3.edgexfoundry.org:10004 10:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:55 Configure a credential helper to remove this warning. See 10:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:55 10:17:55 Login Succeeded 10:17:55 docker.io 10:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:56 Configure a credential helper to remove this warning. See 10:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:56 10:17:56 Login Succeeded 10:17:56 ---> docker-login.sh ends [Pipeline] } 10:17:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:17:56 ========================================================= 10:17:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:17:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:17:57 + 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 . 10:17:57 Sending build context to Docker daemon 16.78MB 10:17:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:17:57 Step 2/8 : FROM ${BASE} 10:17:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:17:57 188c0c94c7c5: Pulling fs layer 10:17:57 0ef7d3d256c8: Pulling fs layer 10:17:57 de9db76c5a1d: Pulling fs layer 10:17:57 bca2f99d35d6: Pulling fs layer 10:17:57 93359f2a8cfa: Pulling fs layer 10:17:57 7c6f9722023f: Pulling fs layer 10:17:57 a35cf1a2eb13: Pulling fs layer 10:17:57 93359f2a8cfa: Waiting 10:17:57 7c6f9722023f: Waiting 10:17:57 a35cf1a2eb13: Waiting 10:17:57 bca2f99d35d6: Waiting 10:17:57 de9db76c5a1d: Verifying Checksum 10:17:57 de9db76c5a1d: Download complete 10:17:57 0ef7d3d256c8: Download complete 10:17:57 93359f2a8cfa: Verifying Checksum 10:17:57 93359f2a8cfa: Download complete 10:17:57 7c6f9722023f: Verifying Checksum 10:17:57 7c6f9722023f: Download complete 10:17:57 188c0c94c7c5: Verifying Checksum 10:17:57 188c0c94c7c5: Download complete 10:17:57 188c0c94c7c5: Pull complete 10:17:57 0ef7d3d256c8: Pull complete 10:17:58 de9db76c5a1d: Pull complete 10:18:00 a35cf1a2eb13: Verifying Checksum 10:18:00 a35cf1a2eb13: Download complete 10:18:00 bca2f99d35d6: Verifying Checksum 10:18:00 bca2f99d35d6: Download complete 10:18:06 bca2f99d35d6: Pull complete 10:18:06 93359f2a8cfa: Pull complete 10:18:06 7c6f9722023f: Pull complete 10:18:14 a35cf1a2eb13: Pull complete 10:18:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:18:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:18:14 ---> a62c8e92a672 10:18:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:18:14 ---> Running in e9a356885190 10:18:14 Removing intermediate container e9a356885190 10:18:14 ---> 565409c25140 10:18:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:14 ---> Running in 27b0df8a1da5 10:18:15 Removing intermediate container 27b0df8a1da5 10:18:15 ---> 598a18c88a81 10:18:15 Step 5/8 : RUN apk add --no-cache make git 10:18:15 ---> Running in 9c976909fff6 10:18:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:18:17 OK: 166 MiB in 39 packages 10:18:17 Removing intermediate container 9c976909fff6 10:18:17 ---> 7c415137b8d9 10:18:17 Step 6/8 : WORKDIR /edgex-ui-go 10:18:17 ---> Running in 09f2356df169 10:18:17 Removing intermediate container 09f2356df169 10:18:17 ---> a1581f627f94 10:18:17 Step 7/8 : COPY . . 10:18:19 ---> fff61b105a9b 10:18:19 Step 8/8 : RUN go mod download 10:18:19 ---> Running in 1e2ef5711368 10:18:41 Removing intermediate container 1e2ef5711368 10:18:41 ---> 1a955a0dac01 10:18:41 Successfully built 1a955a0dac01 10:18:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:18:41 + docker inspect -f . ci-base-image-x86_64 10:18:41 . [Pipeline] withDockerContainer 10:18:41 prd-centos7-docker-4c-2g-21596 does not seem to be running inside a container 10:18:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:18:42 $ docker top 7f7d9df27fd68157a0e8971ac597769f10e9b8bf568ae0b9cacf4fc8725f5ced -eo pid,comm [Pipeline] { [Pipeline] sh 10:18:43 + go version 10:18:43 go version go1.15.5 linux/amd64 [Pipeline] } 10:18:43 $ docker stop --time=1 7f7d9df27fd68157a0e8971ac597769f10e9b8bf568ae0b9cacf4fc8725f5ced 10:18:44 $ docker rm -f 7f7d9df27fd68157a0e8971ac597769f10e9b8bf568ae0b9cacf4fc8725f5ced [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:18:45 + docker inspect -f . ci-base-image-x86_64 10:18:45 . [Pipeline] withDockerContainer 10:18:45 prd-centos7-docker-4c-2g-21596 does not seem to be running inside a container 10:18:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:18:46 $ docker top ef8cb1fd486cff51306a51e64ee30172d22f3d453c242848c0cec5c1ed2ca50f -eo pid,comm [Pipeline] { [Pipeline] sh 10:18:46 + make test 10:18:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:18:47 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:18:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21597 in /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [Pipeline] { [Pipeline] ws 10:18:48 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:18:53 using credential edgex-jenkins-ssh 10:18:53 Cloning the remote Git repository 10:18:53 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:18:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:18:54 GO111MODULE=on go vet ./... 10:18:53 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:18:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:18:53 > git --version # timeout=10 10:18:53 > git --version # 'git version 2.17.1' 10:18:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 10:18:55 $ docker stop --time=1 ef8cb1fd486cff51306a51e64ee30172d22f3d453c242848c0cec5c1ed2ca50f 10:18:55 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe 10:18:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:18:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:18:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:18:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:18:55 > git config core.sparsecheckout # timeout=10 10:18:56 Merge succeeded, producing 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe 10:18:56 Checking out Revision 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe (PR-293) 10:18:55 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 10:18:56 > git remote # timeout=10 10:18:56 > git config --get remote.origin.url # timeout=10 10:18:56 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:56 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:18:56 > git rev-parse HEAD^{commit} # timeout=10 10:18:56 > git config core.sparsecheckout # timeout=10 10:18:56 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 10:18:57 $ docker rm -f ef8cb1fd486cff51306a51e64ee30172d22f3d453c242848c0cec5c1ed2ca50f [Pipeline] // withDockerContainer [Pipeline] sh 10:18:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:18:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:19:00 Commit message: "Merge branch 'master' into issue-#257-3" 10:19:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:19:01 + ls -al . 10:19:01 total 92 10:19:01 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:18 . 10:19:01 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 10:17 .. 10:19:01 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:17 assets 10:19:01 drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:17 bin 10:19:01 drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:17 cmd 10:19:01 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:17 CONTRIBUTING.md 10:19:01 -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:18 coverage.out 10:19:01 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:17 Dockerfile 10:19:01 -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:17 Dockerfile.build 10:19:01 drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:17 docs 10:19:01 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 10:17 .git 10:19:01 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:17 .github 10:19:01 -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:17 .gitignore 10:19:01 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:17 go.mod 10:19:01 -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 10:18 go.sum 10:19:01 drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:17 internal 10:19:01 -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:17 Jenkinsfile 10:19:01 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:17 LICENSE 10:19:01 -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:17 Makefile 10:19:01 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:17 README.md 10:19:01 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 10:15 VERSION 10:19:01 -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:17 version.go 10:19:01 drwxrwxr-x. 4 jenkins jenkins 4096 Jan 20 10:17 web [Pipeline] isUnix [Pipeline] sh 10:19:01 + 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=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe --label arch=amd64 --label version=0.0.0 . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 10:19:01 Sending build context to Docker daemon 16.8MB 10:19:01 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:19:01 Step 2/24 : FROM ${BASE} AS builder 10:19:01 ---> 1a955a0dac01 10:19:01 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] script [Pipeline] { [Pipeline] sh 10:19:02 ---> Running in 510e5d619004 10:19:02 Removing intermediate container 510e5d619004 10:19:02 ---> 2a7458715ad2 10:19:02 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:19:02 ---> Running in 29f33614d07f 10:19:02 Removing intermediate container 29f33614d07f 10:19:02 ---> 053a33371f86 10:19:02 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:19:02 ---> Running in b36805840a24 10:19:03 Removing intermediate container b36805840a24 10:19:03 ---> a17ceeacbba6 10:19:03 Step 6/24 : LABEL Name=edgex-ui-go 10:19:03 ---> Running in 9ec8dc6b80ef 10:19:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:19:03 Removing intermediate container 9ec8dc6b80ef 10:19:03 ---> 27f0ca51e807 10:19:03 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:19:03 ---> Running in fb6ef664f78f 10:19:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:19:03 Removing intermediate container fb6ef664f78f 10:19:03 ---> 778808419614 10:19:03 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:03 ---> Running in c4bf2b0e86bc 10:19:03 + true 10:19:03 + sudo service docker restart 10:19:04 Removing intermediate container c4bf2b0e86bc 10:19:04 ---> 8e46bff558e7 10:19:04 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:19:04 ---> Running in 3cbe261bb8c8 10:19:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:19:06 OK: 166 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:19:06 provisioning config files... 10:19:06 Removing intermediate container 3cbe261bb8c8 10:19:06 ---> 580fcb509686 10:19:06 Step 10/24 : ENV GO111MODULE=on 10:19:06 ---> Running in 4d14dbc12a3c 10:19:06 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3964495951834239421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:19:06 Removing intermediate container 4d14dbc12a3c 10:19:06 ---> 46838d8f2527 10:19:06 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:19:06 ---> Running in 570eb358e406 10:19:06 ---> docker-login.sh 10:19:06 nexus3.edgexfoundry.org:10001 10:19:07 Removing intermediate container 570eb358e406 10:19:07 ---> 1aefa87aeb80 10:19:07 Step 12/24 : COPY go.mod . 10:19:07 ---> b0dd5d594a83 10:19:07 Step 13/24 : COPY Makefile . 10:19:07 ---> d5635ffd9f9b 10:19:07 Step 14/24 : RUN make update 10:19:07 ---> Running in 77c9d26aa47a 10:19:07 CGO_ENABLED=0 GO111MODULE=on go mod download 10:19:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:08 Configure a credential helper to remove this warning. See 10:19:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:08 10:19:08 Login Succeeded 10:19:08 nexus3.edgexfoundry.org:10002 10:19:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:08 Removing intermediate container 77c9d26aa47a 10:19:08 ---> 6c1c047a8ddd 10:19:08 Step 15/24 : COPY . . 10:19:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:08 Configure a credential helper to remove this warning. See 10:19:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:08 10:19:08 Login Succeeded 10:19:08 nexus3.edgexfoundry.org:10003 10:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:09 Configure a credential helper to remove this warning. See 10:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:09 10:19:09 Login Succeeded 10:19:09 nexus3.edgexfoundry.org:10004 10:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:09 Configure a credential helper to remove this warning. See 10:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:09 10:19:09 Login Succeeded 10:19:09 docker.io 10:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:10 ---> f0d8534f6c32 10:19:10 Step 16/24 : RUN ${MAKE} 10:19:10 ---> Running in f563a0555d6d 10:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:10 Configure a credential helper to remove this warning. See 10:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:10 10:19:10 Login Succeeded 10:19:10 ---> docker-login.sh ends [Pipeline] } 10:19:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 10:19:10 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 [Pipeline] unstash [Pipeline] echo 10:19:11 ========================================================= 10:19:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:19:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:19:11 + 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 . 10:19:12 Sending build context to Docker daemon 16.78MB 10:19:12 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:19:12 Step 2/8 : FROM ${BASE} 10:19:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:19:12 5f621e34cdf4: Pulling fs layer 10:19:12 a4357932f1b6: Pulling fs layer 10:19:12 18c013af1878: Pulling fs layer 10:19:12 00ac8860ef70: Pulling fs layer 10:19:12 63d7cb157983: Pulling fs layer 10:19:12 b116817d02f9: Pulling fs layer 10:19:12 745a02a5169b: Pulling fs layer 10:19:12 63d7cb157983: Waiting 10:19:12 b116817d02f9: Waiting 10:19:12 00ac8860ef70: Waiting 10:19:12 745a02a5169b: Waiting 10:19:12 18c013af1878: Verifying Checksum 10:19:12 18c013af1878: Download complete 10:19:12 a4357932f1b6: Verifying Checksum 10:19:12 a4357932f1b6: Download complete 10:19:12 63d7cb157983: Verifying Checksum 10:19:12 63d7cb157983: Download complete 10:19:12 b116817d02f9: Verifying Checksum 10:19:12 b116817d02f9: Download complete 10:19:13 5f621e34cdf4: Verifying Checksum 10:19:13 5f621e34cdf4: Download complete 10:19:13 5f621e34cdf4: Pull complete 10:19:14 a4357932f1b6: Pull complete 10:19:14 18c013af1878: Pull complete 10:19:15 745a02a5169b: Verifying Checksum 10:19:15 745a02a5169b: Download complete 10:19:16 00ac8860ef70: Verifying Checksum 10:19:16 00ac8860ef70: Download complete 10:19:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:19:20 Removing intermediate container f563a0555d6d 10:19:20 ---> 59add5271c51 10:19:20 Step 17/24 : FROM alpine:3.12 10:19:21 3.12: Pulling from library/alpine 10:19:21 801bfaa63ef2: Pulling fs layer 10:19:21 801bfaa63ef2: Verifying Checksum 10:19:21 801bfaa63ef2: Download complete 10:19:21 801bfaa63ef2: Pull complete 10:19:21 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:19:21 Status: Downloaded newer image for alpine:3.12 10:19:21 ---> 389fef711851 10:19:21 Step 18/24 : EXPOSE 4000 10:19:22 ---> Running in 1f7d217aa4af 10:19:22 Removing intermediate container 1f7d217aa4af 10:19:22 ---> 8de83ed4995b 10:19:22 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 10:19:22 ---> 2d86615cebf3 10:19:22 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:19:22 ---> Running in 88b6978721e0 10:19:23 Removing intermediate container 88b6978721e0 10:19:23 ---> ed5dab45a187 10:19:23 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:19:23 ---> Running in 3b07be0ac6f3 10:19:23 Removing intermediate container 3b07be0ac6f3 10:19:23 ---> c9253d6c9423 10:19:23 Step 22/24 : LABEL arch=amd64 10:19:23 ---> Running in f032d1ee32ea 10:19:23 Removing intermediate container f032d1ee32ea 10:19:23 ---> 6357f53426b3 10:19:23 Step 23/24 : LABEL git_sha=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe 10:19:23 ---> Running in f109bbb98759 10:19:23 Removing intermediate container f109bbb98759 10:19:23 ---> 66221331308d 10:19:23 Step 24/24 : LABEL version=0.0.0 10:19:24 ---> Running in 541e64530750 10:19:24 Removing intermediate container 541e64530750 10:19:24 ---> 116338bc6005 10:19:24 [Warning] One or more build-args [ARCH] were not consumed 10:19:24 Successfully built 116338bc6005 10:19:24 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] } 10:19:26 00ac8860ef70: Pull complete 10:19:26 63d7cb157983: Pull complete 10:19:27 b116817d02f9: Pull complete 10:19:31 745a02a5169b: Pull complete 10:19:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:19:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:19:31 ---> b7e6874047d6 10:19:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:19:34 ---> Running in d8127eb1ad96 10:19:34 Removing intermediate container d8127eb1ad96 10:19:34 ---> a817ab317ded 10:19:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:34 ---> Running in 8993cc7a4df9 10:19:36 Removing intermediate container 8993cc7a4df9 10:19:36 ---> e7932d34bee0 10:19:36 Step 5/8 : RUN apk add --no-cache make git 10:19:36 ---> Running in c997874aa7df 10:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:39 OK: 142 MiB in 39 packages 10:19:40 Removing intermediate container c997874aa7df 10:19:40 ---> 558ee1f95356 10:19:40 Step 6/8 : WORKDIR /edgex-ui-go 10:19:40 ---> Running in 499e2ffa0a09 10:19:41 Removing intermediate container 499e2ffa0a09 10:19:41 ---> e236f14e7fcd 10:19:41 Step 7/8 : COPY . . 10:19:43 ---> 1de2f5e25269 10:19:43 Step 8/8 : RUN go mod download 10:19:43 ---> Running in f656f8ef878c 10:20:09 Removing intermediate container f656f8ef878c 10:20:09 ---> 029cf9524f15 10:20:09 Successfully built 029cf9524f15 10:20:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:20:10 + docker inspect -f . ci-base-image-arm64 10:20:10 . [Pipeline] withDockerContainer 10:20:10 prd-ubuntu18.04-docker-arm64-4c-16g-21597 does not seem to be running inside a container 10:20:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:20:12 $ docker top 27f9d5356f5344be2bd38264a77dff369355399c0ef2efcc3509faf5db62474b -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:13 + go version 10:20:13 go version go1.15.5 linux/arm64 [Pipeline] } 10:20:13 $ docker stop --time=1 27f9d5356f5344be2bd38264a77dff369355399c0ef2efcc3509faf5db62474b 10:20:15 $ docker rm -f 27f9d5356f5344be2bd38264a77dff369355399c0ef2efcc3509faf5db62474b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:20:16 + docker inspect -f . ci-base-image-arm64 10:20:16 . [Pipeline] withDockerContainer 10:20:16 prd-ubuntu18.04-docker-arm64-4c-16g-21597 does not seem to be running inside a container 10:20:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:20:17 $ docker top 5775045bb4e5300f6522f1a8f0d43417cd60d4a5cd78d9a43f7ad73a8ca695e7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:19 + make test 10:20:19 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:20:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:20:42 GO111MODULE=on go vet ./... [Pipeline] } 10:20:48 $ docker stop --time=1 5775045bb4e5300f6522f1a8f0d43417cd60d4a5cd78d9a43f7ad73a8ca695e7 10:20:50 $ docker rm -f 5775045bb4e5300f6522f1a8f0d43417cd60d4a5cd78d9a43f7ad73a8ca695e7 [Pipeline] // withDockerContainer [Pipeline] sh 10:20:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:20:51 Warning: overwriting stash ‘coverage-report’ 10:20:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:20:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:20:53 + ls -al . 10:20:53 total 124 10:20:53 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:20 . 10:20:53 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:18 .. 10:20:53 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:19 .git 10:20:53 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:18 .github 10:20:53 -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:18 .gitignore 10:20:53 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:18 CONTRIBUTING.md 10:20:53 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:18 Dockerfile 10:20:53 -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:18 Dockerfile.build 10:20:53 -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:18 Jenkinsfile 10:20:53 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:18 LICENSE 10:20:53 -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:18 Makefile 10:20:53 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:18 README.md 10:20:53 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 10:15 VERSION 10:20:53 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:18 assets 10:20:53 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:18 bin 10:20:53 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:18 cmd 10:20:53 -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:20 coverage.out 10:20:53 drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:18 docs 10:20:53 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:18 go.mod 10:20:53 -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 10:20 go.sum 10:20:53 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:18 internal 10:20:53 -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:18 version.go 10:20:53 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:18 web [Pipeline] isUnix [Pipeline] sh 10:20:53 + 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=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe --label arch=arm64 --label version=0.0.0 . 10:20:54 Sending build context to Docker daemon 16.8MB 10:20:54 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:20:54 Step 2/24 : FROM ${BASE} AS builder 10:20:54 ---> 029cf9524f15 10:20:54 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:20:55 ---> Running in 9c452c44af50 10:20:55 Removing intermediate container 9c452c44af50 10:20:55 ---> ee3a9bb93882 10:20:55 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:20:55 ---> Running in 3dff389a10ea 10:20:56 Removing intermediate container 3dff389a10ea 10:20:56 ---> 660b6c53c727 10:20:56 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:20:56 ---> Running in ab81f1ecbfb6 10:20:56 Removing intermediate container ab81f1ecbfb6 10:20:56 ---> 8ddcb4ea303c 10:20:56 Step 6/24 : LABEL Name=edgex-ui-go 10:20:56 ---> Running in 3795835d7f88 10:20:57 Removing intermediate container 3795835d7f88 10:20:57 ---> c62cad59eb14 10:20:57 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:20:57 ---> Running in edef8f072a7b 10:20:57 Removing intermediate container edef8f072a7b 10:20:57 ---> ec8c42751a2a 10:20:57 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:20:57 ---> Running in 03d9b0d9c313 10:20:59 Removing intermediate container 03d9b0d9c313 10:20:59 ---> 910fda502049 10:20:59 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:21:00 ---> Running in c0e94bc7057d 10:21:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:02 OK: 142 MiB in 39 packages 10:21:04 Removing intermediate container c0e94bc7057d 10:21:04 ---> 035e970ff14a 10:21:04 Step 10/24 : ENV GO111MODULE=on 10:21:04 ---> Running in abc926bfcc56 10:21:04 Removing intermediate container abc926bfcc56 10:21:04 ---> 65dcd8a75e82 10:21:04 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:21:04 ---> Running in bf408840499e 10:21:05 Removing intermediate container bf408840499e 10:21:05 ---> 6059b8f57b80 10:21:05 Step 12/24 : COPY go.mod . 10:21:05 ---> aebd9eaca596 10:21:05 Step 13/24 : COPY Makefile . 10:21:06 ---> 3fda93ade13d 10:21:06 Step 14/24 : RUN make update 10:21:06 ---> Running in a182fd52f343 10:21:07 CGO_ENABLED=0 GO111MODULE=on go mod download 10:21:09 Removing intermediate container a182fd52f343 10:21:09 ---> b8f601390249 10:21:09 Step 15/24 : COPY . . 10:21:11 ---> a7ef634518b3 10:21:11 Step 16/24 : RUN ${MAKE} 10:21:11 ---> Running in 8a700080d396 10:21:12 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 10:21:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:21:40 Removing intermediate container 8a700080d396 10:21:40 ---> 7a3857c144c3 10:21:40 Step 17/24 : FROM alpine:3.12 10:21:40 3.12: Pulling from library/alpine 10:21:40 159e5727ea61: Pulling fs layer 10:21:40 159e5727ea61: Verifying Checksum 10:21:40 159e5727ea61: Download complete 10:21:41 159e5727ea61: Pull complete 10:21:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:21:41 Status: Downloaded newer image for alpine:3.12 10:21:41 ---> afeebe901d6b 10:21:41 Step 18/24 : EXPOSE 4000 10:21:41 ---> Running in 60fccbd28bf2 10:21:41 Removing intermediate container 60fccbd28bf2 10:21:41 ---> cbf868f316f2 10:21:41 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 10:21:43 ---> 750bc9881901 10:21:43 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:21:43 ---> Running in 805d46ce1b97 10:21:44 Removing intermediate container 805d46ce1b97 10:21:44 ---> 4dd1d6d8c2a0 10:21:44 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:21:44 ---> Running in 7da082c6ab1c 10:21:44 Removing intermediate container 7da082c6ab1c 10:21:44 ---> e4e7edb37b24 10:21:44 Step 22/24 : LABEL arch=arm64 10:21:44 ---> Running in c4925b7be3f3 10:21:45 Removing intermediate container c4925b7be3f3 10:21:45 ---> 0957b7e0e69e 10:21:45 Step 23/24 : LABEL git_sha=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe 10:21:45 ---> Running in 909d0e0ccf45 10:21:46 Removing intermediate container 909d0e0ccf45 10:21:46 ---> 6727d5756027 10:21:46 Step 24/24 : LABEL version=0.0.0 10:21:46 ---> Running in 0f5acc870aaf 10:21:46 Removing intermediate container 0f5acc870aaf 10:21:46 ---> cb58c0f47ff0 10:21:46 [Warning] One or more build-args [ARCH] were not consumed 10:21:46 Successfully built cb58c0f47ff0 10:21:46 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 10:21:48 provisioning config files... 10:21:48 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/config7973657771795861941tmp [Pipeline] { [Pipeline] sh 10:21:48 + set +x 10:21:48 + curl -s https://codecov.io/bash 10:21:48 + bash -s -- 10:21:48 10:21:48 _____ _ 10:21:48 / ____| | | 10:21:48 | | ___ __| | ___ ___ _____ __ 10:21:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:21:48 | |___| (_) | (_| | __/ (_| (_) \ V / 10:21:48 \_____\___/ \__,_|\___|\___\___/ \_/ 10:21:48 Bash-20210115-cec3c92 10:21:48 10:21:48 10:21:48 ==> git version 2.24.3 found 10:21:48 ==> 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 10:21:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:21:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:21:48 ==> Jenkins CI detected. 10:21:48 project root: . 10:21:48 --> token set from env 10:21:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:21:49 ==> Running gcov in . (disable via -X gcov) 10:21:49 ==> Python coveragepy not found 10:21:49 ==> Searching for coverage reports in: 10:21:49 + . 10:21:49 -> Found 1 reports 10:21:49 ==> Detecting git/mercurial file structure 10:21:49 ==> Reading reports 10:21:49 + ./coverage.out bytes=10 10:21:49 ==> Appending adjustments 10:21:49 https://docs.codecov.io/docs/fixing-reports 10:21:49 + Found adjustments 10:21:49 ==> Gzipping contents 10:21:49 4.0K /tmp/codecov.pkgSoD.gz 10:21:49 ==> Uploading reports 10:21:49 url: https://codecov.io 10:21:49 query: branch=PR-293&commit=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-293%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=293&job=&cmd_args= 10:21:49 -> Pinging Codecov 10:21:49 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-293&commit=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-293%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=293&job=&cmd_args= 10:21:49 -> Uploading to 10:21:49 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/1dfb51268b8c988d923c0d8f1e29a3605dfc05fe/47a923b4-5113-4f94-8c53-f7117c4c7d17.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T102149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57f40ecdf7ffd358d6883170af45e24d2b1d59c7af83a1b3961888b93279df25 10:21:49 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:49 Dload Upload Total Spent Left Speed 10:21:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 6561 --:--:-- --:--:-- --:--:-- 6578 10:21:49 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [Pipeline] } 10:21:49 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 10:21:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:21:52 ---> package-listing.sh 10:21:52 ++ facter osfamily 10:21:52 ++ tr '[:upper:]' '[:lower:]' 10:21:52 + OS_FAMILY=redhat 10:21:52 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-293 10:21:52 + START_PACKAGES=/tmp/packages_start.txt 10:21:52 + END_PACKAGES=/tmp/packages_end.txt 10:21:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:21:52 + PACKAGES=/tmp/packages_start.txt 10:21:52 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-293 ']' 10:21:52 + PACKAGES=/tmp/packages_end.txt 10:21:52 + case "${OS_FAMILY}" in 10:21:52 + rpm -qa 10:21:52 + sort 10:21:57 + '[' -f /tmp/packages_start.txt ']' 10:21:57 + '[' -f /tmp/packages_end.txt ']' 10:21:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:21:57 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-293 ']' 10:21:57 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-293/archives/ 10:21:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-293/archives/ [Pipeline] echo 10:21:57 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-293/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:21:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:57 10:21:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:21:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:58 alpine: Pulling from edgex-lftools-log-publisher 10:21:58 df20fa9351a1: Pulling fs layer 10:21:58 36b3adc4ff6f: Pulling fs layer 10:21:58 8ad3a11d3b57: Pulling fs layer 10:21:58 46f8f816bc3b: Pulling fs layer 10:21:58 93b61091891f: Pulling fs layer 10:21:58 93b9cdb0e59b: Pulling fs layer 10:21:58 5e14af77c1be: Pulling fs layer 10:21:58 01666e4c0597: Pulling fs layer 10:21:58 aa168da1d23b: Pulling fs layer 10:21:58 93b9cdb0e59b: Waiting 10:21:58 5e14af77c1be: Waiting 10:21:58 01666e4c0597: Waiting 10:21:58 aa168da1d23b: Waiting 10:21:58 46f8f816bc3b: Waiting 10:21:58 93b61091891f: Waiting 10:21:58 36b3adc4ff6f: Verifying Checksum 10:21:58 36b3adc4ff6f: Download complete 10:21:58 46f8f816bc3b: Verifying Checksum 10:21:58 46f8f816bc3b: Download complete 10:21:58 df20fa9351a1: Verifying Checksum 10:21:58 df20fa9351a1: Download complete 10:21:58 93b61091891f: Verifying Checksum 10:21:58 93b61091891f: Download complete 10:21:58 93b9cdb0e59b: Verifying Checksum 10:21:58 93b9cdb0e59b: Download complete 10:21:58 5e14af77c1be: Verifying Checksum 10:21:58 5e14af77c1be: Download complete 10:21:58 01666e4c0597: Verifying Checksum 10:21:58 01666e4c0597: Download complete 10:21:58 8ad3a11d3b57: Verifying Checksum 10:21:58 8ad3a11d3b57: Download complete 10:21:58 df20fa9351a1: Pull complete 10:21:58 36b3adc4ff6f: Pull complete 10:21:59 8ad3a11d3b57: Pull complete 10:21:59 46f8f816bc3b: Pull complete 10:22:00 aa168da1d23b: Verifying Checksum 10:22:00 aa168da1d23b: Download complete 10:22:00 93b61091891f: Pull complete 10:22:01 93b9cdb0e59b: Pull complete 10:22:01 5e14af77c1be: Pull complete 10:22:01 01666e4c0597: Pull complete 10:22:08 aa168da1d23b: Pull complete 10:22:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:22:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:22:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:22:08 prd-centos7-docker-4c-2g-21593 does not seem to be running inside a container 10:22:08 $ 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-293/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-293 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293:/w/workspace/edgexfoundry_edgex-ui-go_PR-293:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@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 10:22:11 $ docker top 56fae6611e4f9e3a578f3b5d31802a50b013d94731310d0f2306305fd193bad2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:12 + touch /tmp/pre-build-complete [Pipeline] sh 10:22:12 + mkdir -p /var/log/sa [Pipeline] sh 10:22:12 + ls /var/log/sa-host 10:22:12 + sadf -c /var/log/sa-host/sa20 10:22:12 file_magic: OK 10:22:12 HZ: Using current value: 100 10:22:12 file_header: OK 10:22:12 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 10:22:12 Statistics: 10:22:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:22:12 File successfully converted to sysstat format version 12.2.1 10:22:12 + sadf -c /var/log/sa-host/sa23 10:22:12 file_magic: OK 10:22:12 HZ: Using current value: 100 10:22:12 file_header: OK 10:22:12 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 10:22:12 Statistics: 10:22:12 Hnuu...uuuununununu... 10:22:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:22:12 provisioning config files... 10:22:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/config4780518474998953558tmp [Pipeline] { [Pipeline] echo 10:22:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:22:13 ---> create-netrc.sh [Pipeline] } 10:22:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:22:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:22:13 ---> python-tools-install.sh [Pipeline] echo 10:22:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:22:14 ---> sudo-logs.sh 10:22:14 Archiving 'sudo' log.. [Pipeline] echo 10:22:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:22:14 ---> job-cost.sh 10:22:14 lf-activate-venv: SKIPPING 10:22:14 INFO: No Stack... 10:22:15 INFO: Retrieving Pricing Info for: v1-standard-2 10:22:15 INFO: Archiving Costs [Pipeline] echo 10:22:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:22:16 ---> logs-deploy.sh 10:22:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-293/2 10:22:16 INFO: archiving workspace using pattern(s): 10:22:17 Archives upload complete. 10:22:17 INFO: archiving logs to Nexus 10:22:18 ---> uname -a: 10:22:18 Linux prd-centos7-docker-4c-2g-21593.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:22:18 10:22:18 10:22:18 ---> lscpu: 10:22:18 Architecture: x86_64 10:22:18 CPU op-mode(s): 32-bit, 64-bit 10:22:18 Byte Order: Little Endian 10:22:18 Address sizes: 40 bits physical, 48 bits virtual 10:22:18 CPU(s): 4 10:22:18 On-line CPU(s) list: 0-3 10:22:18 Thread(s) per core: 1 10:22:18 Core(s) per socket: 1 10:22:18 Socket(s): 4 10:22:18 NUMA node(s): 1 10:22:18 Vendor ID: GenuineIntel 10:22:18 CPU family: 6 10:22:18 Model: 44 10:22:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:22:18 Stepping: 1 10:22:18 CPU MHz: 2933.442 10:22:18 BogoMIPS: 5866.88 10:22:18 Virtualization: VT-x 10:22:18 Hypervisor vendor: KVM 10:22:18 Virtualization type: full 10:22:18 L1d cache: 128 KiB 10:22:18 L1i cache: 128 KiB 10:22:18 L2 cache: 16 MiB 10:22:18 L3 cache: 64 MiB 10:22:18 NUMA node0 CPU(s): 0-3 10:22:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:22:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:22:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:22:18 Vulnerability Meltdown: Mitigation; PTI 10:22:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:22:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:22:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:22:18 Vulnerability Srbds: Not affected 10:22:18 Vulnerability Tsx async abort: Not affected 10:22:18 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 10:22:18 10:22:18 10:22:18 ---> nproc: 10:22:18 4 10:22:18 10:22:18 10:22:18 ---> df -h: 10:22:18 Filesystem Size Used Available Use% Mounted on 10:22:18 overlay 50.0G 7.3G 42.7G 15% / 10:22:18 tmpfs 64.0M 0 64.0M 0% /dev 10:22:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:22:18 shm 64.0M 0 64.0M 0% /dev/shm 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-293 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:22:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:22:18 10:22:18 10:22:18 ---> free -m: 10:22:18 total used free shared buff/cache available 10:22:18 Mem: 1837 728 105 0 1003 1003 10:22:18 Swap: 1023 1 1022 10:22:18 10:22:18 10:22:18 ---> ip addr: 10:22:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:22:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:22:18 inet 127.0.0.1/8 scope host lo 10:22:18 valid_lft forever preferred_lft forever 10:22:18 inet6 ::1/128 scope host 10:22:18 valid_lft forever preferred_lft forever 10:22:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:22:18 link/ether fa:16:3e:ee:3b:85 brd ff:ff:ff:ff:ff:ff 10:22:18 inet 10.30.123.208/23 brd 10.30.123.255 scope global dynamic eth0 10:22:18 valid_lft 85939sec preferred_lft 85939sec 10:22:18 inet6 fe80::f816:3eff:feee:3b85/64 scope link 10:22:18 valid_lft forever preferred_lft forever 10:22:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:22:18 link/ether 02:42:a5:79:5b:4d brd ff:ff:ff:ff:ff:ff 10:22:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:22:18 valid_lft forever preferred_lft forever 10:22:18 inet6 fe80::42:a5ff:fe79:5b4d/64 scope link 10:22:18 valid_lft forever preferred_lft forever 10:22:18 10:22:18 10:22:18 ---> sar -b -r -n DEV: 10:22:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 10:22:18 10:22:18 10:14:27 LINUX RESTART (4 CPU) 10:22:18 10:22:18 10:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:22:18 10:16:01 52.10 14.84 37.26 0.00 4711.02 4108.42 0.00 10:22:18 10:17:01 1.93 0.00 1.93 0.00 0.00 40.11 0.00 10:22:18 10:18:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 10:22:18 10:19:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 10:22:18 10:20:01 0.23 0.00 0.23 0.00 0.00 3.55 0.00 10:22:18 10:21:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 10:22:18 10:22:01 65.62 52.12 13.50 0.00 4264.62 3243.58 0.00 10:22:18 Average: 17.24 9.57 7.68 0.00 1282.67 1058.27 0.00 10:22:18 10:22:18 10:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:22:18 10:16:01 148472 0 624824 33.21 2620 1105628 1104244 37.69 405648 1127912 128 10:22:18 10:17:01 151828 0 621460 33.03 2620 1105636 1077864 36.79 405816 1124940 20 10:22:18 10:18:01 151560 0 621724 33.04 2620 1105640 1077936 36.79 413464 1117800 16 10:22:18 10:19:01 152236 0 621048 33.01 2620 1105640 1077932 36.79 413096 1117800 20 10:22:18 10:20:01 151328 0 621948 33.06 2620 1105648 1077884 36.79 419868 1112056 20 10:22:18 10:21:01 151456 0 621816 33.05 2620 1105652 1077836 36.78 419756 1112020 12 10:22:18 10:22:01 72864 0 703556 37.39 2620 1102504 1505952 51.40 517044 1080180 96924 10:22:18 Average: 139963 0 633768 33.68 2620 1105193 1142807 39.00 427813 1113244 13877 10:22:18 10:22:18 10:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:22:18 10:16:01 eth0 406.94 313.29 908.86 87.12 0.00 0.00 0.00 0.00 10:22:18 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:16:01 docker0 40.64 31.14 3.48 109.21 0.00 0.00 0.00 0.00 10:22:18 10:17:01 eth0 5.41 2.15 4.07 0.16 0.00 0.00 0.00 0.00 10:22:18 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:18:01 eth0 2.48 1.03 0.90 0.57 0.00 0.00 0.00 0.00 10:22:18 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:19:01 eth0 0.63 0.47 0.31 0.21 0.00 0.00 0.00 0.00 10:22:18 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:20:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 10:22:18 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:21:01 eth0 0.18 0.13 0.07 0.04 0.00 0.00 0.00 0.00 10:22:18 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:22:01 eth0 215.57 174.33 2169.27 17.09 0.00 0.00 0.00 0.00 10:22:18 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 Average: eth0 90.23 70.24 440.67 15.04 0.00 0.00 0.00 0.00 10:22:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:18 Average: docker0 5.81 4.45 0.50 15.61 0.00 0.00 0.00 0.00 10:22:18 10:22:18 10:22:18 ---> sar -P ALL: 10:22:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 10:22:18 10:22:18 10:14:27 LINUX RESTART (4 CPU) 10:22:18 10:22:18 10:15:01 CPU %user %nice %system %iowait %steal %idle 10:22:18 10:16:01 all 6.17 0.00 2.26 1.14 0.02 90.40 10:22:18 10:16:01 0 5.85 0.00 2.82 0.37 0.02 90.95 10:22:18 10:16:01 1 6.54 0.00 1.71 0.15 0.02 91.58 10:22:18 10:16:01 2 6.39 0.00 2.41 2.85 0.02 88.33 10:22:18 10:16:01 3 5.90 0.00 2.11 1.21 0.02 90.76 10:22:18 10:17:01 all 0.16 0.00 0.05 0.00 0.00 99.80 10:22:18 10:17:01 0 0.07 0.00 0.07 0.00 0.00 99.87 10:22:18 10:17:01 1 0.13 0.00 0.03 0.00 0.00 99.83 10:22:18 10:17:01 2 0.33 0.00 0.03 0.00 0.00 99.63 10:22:18 10:17:01 3 0.10 0.00 0.05 0.00 0.00 99.85 10:22:18 10:18:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:22:18 10:18:01 0 0.07 0.00 0.07 0.00 0.00 99.87 10:22:18 10:18:01 1 0.50 0.00 0.05 0.00 0.00 99.45 10:22:18 10:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:22:18 10:18:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:22:18 10:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:22:18 10:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:22:18 10:19:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:22:18 10:19:01 2 0.02 0.00 0.05 0.00 0.02 99.92 10:22:18 10:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:22:18 10:20:01 all 0.17 0.00 0.07 0.00 0.00 99.76 10:22:18 10:20:01 0 0.05 0.00 0.18 0.00 0.00 99.77 10:22:18 10:20:01 1 0.52 0.00 0.03 0.00 0.00 99.45 10:22:18 10:20:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:22:18 10:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 10:22:18 10:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:22:18 10:21:01 0 0.02 0.00 0.07 0.00 0.00 99.92 10:22:18 10:21:01 1 0.52 0.00 0.00 0.00 0.00 99.48 10:22:18 10:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:22:18 10:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:22:18 10:22:01 all 2.47 0.00 1.18 1.44 0.01 94.90 10:22:18 10:22:01 0 2.31 0.00 1.46 1.02 0.00 95.21 10:22:18 10:22:01 1 2.46 0.00 0.97 0.50 0.02 96.06 10:22:18 10:22:01 2 2.93 0.00 1.31 2.76 0.02 92.98 10:22:18 10:22:01 3 2.19 0.00 1.00 1.47 0.00 95.33 10:22:18 Average: all 1.34 0.00 0.52 0.37 0.00 97.76 10:22:18 Average: 0 1.19 0.00 0.67 0.20 0.00 97.94 10:22:18 Average: 1 1.59 0.00 0.40 0.09 0.00 97.91 10:22:18 Average: 2 1.40 0.00 0.55 0.80 0.01 97.24 10:22:18 Average: 3 1.18 0.00 0.47 0.38 0.00 97.96 10:22:18 10:22:18 10:22:18