Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c+727932f00e62ff6ad7d46b39048d2df566fc596c (0999a82bac368a5d341273b358c7ff951840a87d) 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-21827 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [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-290 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Merge succeeded, producing 089ce2bbb671520760849e102b6131d63b675a46 Checking out Revision 089ce2bbb671520760849e102b6131d63b675a46 (PR-290) > git config core.sparsecheckout # timeout=10 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # 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 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 089ce2bbb671520760849e102b6131d63b675a46 # timeout=10 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" > git rev-list --no-walk 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:07:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:07:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:07:59 ========================================================= 02:07:59 EdgeX Global Pipelines Version Info 02:07:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:08:00 ------------------- 02:08:00 stable info: 02:08:00 ------------------- 02:08:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:08:00 Message: update stable to v1.0.179 02:08:01 ------------------- 02:08:01 experimental info: 02:08:01 ------------------- 02:08:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:08:01 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:08:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:08:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:08:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo 02:08:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo 02:08:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo 02:08:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 089ce2bbb671520760849e102b6131d63b675a46 [Pipeline] echo 02:08:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 089ce2b [Pipeline] echo 02:08:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:08:05 provisioning config files... 02:08:05 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config185240650342404264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:06 ---> docker-login.sh 02:08:06 nexus3.edgexfoundry.org:10001 02:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:06 Configure a credential helper to remove this warning. See 02:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:06 02:08:06 Login Succeeded 02:08:06 nexus3.edgexfoundry.org:10002 02:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:06 Configure a credential helper to remove this warning. See 02:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:06 02:08:06 Login Succeeded 02:08:06 nexus3.edgexfoundry.org:10003 02:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:06 Configure a credential helper to remove this warning. See 02:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:06 02:08:06 Login Succeeded 02:08:06 nexus3.edgexfoundry.org:10004 02:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:06 Configure a credential helper to remove this warning. See 02:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:06 02:08:06 Login Succeeded 02:08:06 docker.io 02:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:07 Configure a credential helper to remove this warning. See 02:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:07 02:08:07 Login Succeeded 02:08:07 ---> docker-login.sh ends [Pipeline] } 02:08:07 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:08:08 + git log --format=format:%s -1 089ce2bbb671520760849e102b6131d63b675a46 [Pipeline] echo 02:08:08 GIT_COMMIT: 089ce2bbb671520760849e102b6131d63b675a46, Commit Message: Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD [Pipeline] echo 02:08:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:08:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:08 02:08:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:08:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:09 latest: Pulling from edgex-devops/git-semver 02:08:09 31603596830f: Pulling fs layer 02:08:09 2a8b12db71e7: Pulling fs layer 02:08:09 6ca5941a6612: Pulling fs layer 02:08:09 ecc8261a40a4: Pulling fs layer 02:08:09 ecc8261a40a4: Waiting 02:08:09 2a8b12db71e7: Verifying Checksum 02:08:09 2a8b12db71e7: Download complete 02:08:09 31603596830f: Verifying Checksum 02:08:09 31603596830f: Download complete 02:08:09 ecc8261a40a4: Verifying Checksum 02:08:09 ecc8261a40a4: Download complete 02:08:09 6ca5941a6612: Verifying Checksum 02:08:09 6ca5941a6612: Download complete 02:08:09 31603596830f: Pull complete 02:08:09 2a8b12db71e7: Pull complete 02:08:10 6ca5941a6612: Pull complete 02:08:10 ecc8261a40a4: Pull complete 02:08:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:08:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:08:11 prd-centos7-docker-4c-2g-21827 does not seem to be running inside a container 02:08:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:08:13 $ docker top 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:08:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:13 [ssh-agent] Looking for ssh-agent implementation... 02:08:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:14 $ docker exec 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent 02:08:14 SSH_AUTH_SOCK=/tmp/ssh-B871rGzh4FXC/agent.13 02:08:14 SSH_AGENT_PID=19 02:08:14 Running ssh-add (command line suppressed) 02:08:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_6317791354462994877.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_6317791354462994877.key) 02:08:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:14 + git tag --points-at HEAD [Pipeline] } 02:08:14 $ docker exec --env ******** --env ******** 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent -k 02:08:14 unset SSH_AUTH_SOCK; 02:08:14 unset SSH_AGENT_PID; 02:08:14 echo Agent pid 19 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 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent 02:08:15 SSH_AUTH_SOCK=/tmp/ssh-YLscsHIBR7bg/agent.49 02:08:15 SSH_AGENT_PID=54 02:08:15 Running ssh-add (command line suppressed) 02:08:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9008221000293058414.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9008221000293058414.key) 02:08:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:15 + git semver init 02:08:15 # -> Open(): unable to determine branch for HEAD 02:08:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git 02:08:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 02:08:15 # $SEMVER_REMOTE_NAME = origin 02:08:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:08:15 # $SEMVER_USER_NAME = edgex-jenkins 02:08:15 # $SEMVER_BRANCH = PR-290 02:08:15 # $SEMVER_TEMP = /tmp/semver-839878926 02:08:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:08:17 # '/tmp/semver-839878926' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' 02:08:17 # -> Force: false 02:08:17 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } 02:08:17 $ docker exec --env ******** --env ******** 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent -k 02:08:17 unset SSH_AUTH_SOCK; 02:08:17 unset SSH_AGENT_PID; 02:08:17 echo Agent pid 54 killed; 02:08:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:08:18 + git semver [Pipeline] } 02:08:18 $ docker stop --time=1 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 02:08:19 $ docker rm -f 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:08:20 Stashed 1 file(s) [Pipeline] echo 02:08:20 [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:35 Still waiting to schedule task 02:08:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:08:35 Still waiting to schedule task 02:08:35 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:09:39 Running on prd-centos7-docker-4c-2g-21828 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 02:09:39 Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout 02:09:41 using credential edgex-jenkins-ssh 02:09:41 Cloning the remote Git repository 02:09:41 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:41 > git init /w/workspace/edgex-ui-go/5 # timeout=10 02:09:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:41 > git --version # timeout=10 02:09:41 > git --version # 'git version 2.24.3' 02:09:41 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:43 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c 02:09:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:43 > git config core.sparsecheckout # timeout=10 02:09:43 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 02:09:44 Merge succeeded, producing 2dbdeb391a041e5bb05cb84e2f17ff09a657e1a3 02:09:44 Checking out Revision 2dbdeb391a041e5bb05cb84e2f17ff09a657e1a3 (PR-290) 02:09:43 > git remote # timeout=10 02:09:43 > git config --get remote.origin.url # timeout=10 02:09:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:43 > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 02:09:44 > git rev-parse HEAD^{commit} # timeout=10 02:09:44 > git config core.sparsecheckout # timeout=10 02:09:44 > git checkout -f 2dbdeb391a041e5bb05cb84e2f17ff09a657e1a3 # timeout=10 02:09:47 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" 02:09:47 > git rev-list --no-walk 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:09:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:49 + sudo service docker restart 02:09:49 + true 02:09:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:51 provisioning config files... 02:09:51 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config8133784852845031524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:52 ---> docker-login.sh 02:09:52 nexus3.edgexfoundry.org:10001 02:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:52 Configure a credential helper to remove this warning. See 02:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:52 02:09:52 Login Succeeded 02:09:52 nexus3.edgexfoundry.org:10002 02:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:52 Configure a credential helper to remove this warning. See 02:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:52 02:09:52 Login Succeeded 02:09:52 nexus3.edgexfoundry.org:10003 02:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:53 Configure a credential helper to remove this warning. See 02:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:53 02:09:53 Login Succeeded 02:09:53 nexus3.edgexfoundry.org:10004 02:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:53 Configure a credential helper to remove this warning. See 02:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:53 02:09:53 Login Succeeded 02:09:53 docker.io 02:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:53 Configure a credential helper to remove this warning. See 02:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:53 02:09:53 Login Succeeded 02:09:53 ---> docker-login.sh ends [Pipeline] } 02:09:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:54 ========================================================= 02:09:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:09:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:54 + 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:09:54 Sending build context to Docker daemon 16.66MB 02:09:54 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:54 Step 2/8 : FROM ${BASE} 02:09:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:09:54 188c0c94c7c5: Pulling fs layer 02:09:54 0ef7d3d256c8: Pulling fs layer 02:09:54 de9db76c5a1d: Pulling fs layer 02:09:54 bca2f99d35d6: Pulling fs layer 02:09:54 93359f2a8cfa: Pulling fs layer 02:09:54 7c6f9722023f: Pulling fs layer 02:09:54 a35cf1a2eb13: Pulling fs layer 02:09:54 93359f2a8cfa: Waiting 02:09:54 7c6f9722023f: Waiting 02:09:54 a35cf1a2eb13: Waiting 02:09:54 bca2f99d35d6: Waiting 02:09:55 de9db76c5a1d: Verifying Checksum 02:09:55 de9db76c5a1d: Download complete 02:09:55 0ef7d3d256c8: Verifying Checksum 02:09:55 0ef7d3d256c8: Download complete 02:09:55 93359f2a8cfa: Verifying Checksum 02:09:55 93359f2a8cfa: Download complete 02:09:55 7c6f9722023f: Verifying Checksum 02:09:55 7c6f9722023f: Download complete 02:09:55 188c0c94c7c5: Verifying Checksum 02:09:55 188c0c94c7c5: Download complete 02:09:55 188c0c94c7c5: Pull complete 02:09:55 0ef7d3d256c8: Pull complete 02:09:55 de9db76c5a1d: Pull complete 02:09:58 a35cf1a2eb13: Verifying Checksum 02:09:58 a35cf1a2eb13: Download complete 02:09:58 bca2f99d35d6: Verifying Checksum 02:09:58 bca2f99d35d6: Download complete 02:10:05 bca2f99d35d6: Pull complete 02:10:05 93359f2a8cfa: Pull complete 02:10:05 7c6f9722023f: Pull complete 02:10:11 a35cf1a2eb13: Pull complete 02:10:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:11 ---> a62c8e92a672 02:10:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:12 ---> Running in 3a2fbb935393 02:10:12 Removing intermediate container 3a2fbb935393 02:10:12 ---> 36336fd255fd 02:10:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:12 ---> Running in 8bfab925965f 02:10:14 Removing intermediate container 8bfab925965f 02:10:14 ---> c2fe0c9feccf 02:10:14 Step 5/8 : RUN apk add --no-cache make git 02:10:14 ---> Running in 86d65e00dcbd 02:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:16 OK: 166 MiB in 39 packages 02:10:16 Removing intermediate container 86d65e00dcbd 02:10:16 ---> dd7f758c13bd 02:10:16 Step 6/8 : WORKDIR /edgex-ui-go 02:10:16 ---> Running in dd2b302c3668 02:10:17 Removing intermediate container dd2b302c3668 02:10:17 ---> b79af1abed89 02:10:17 Step 7/8 : COPY . . 02:10:18 ---> 991ffa4aee22 02:10:18 Step 8/8 : RUN go mod download 02:10:18 ---> Running in 28d61da5f284 02:10:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21829 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 02:10:29 Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout 02:10:34 using credential edgex-jenkins-ssh 02:10:34 Cloning the remote Git repository 02:10:35 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:10:35 > git init /w/workspace/edgex-ui-go/5 # timeout=10 02:10:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:35 > git --version # timeout=10 02:10:35 > git --version # 'git version 2.17.1' 02:10:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:10:37 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c 02:10:38 Merge succeeded, producing 9c87782dab182c85df84ed0e396212e743781adf 02:10:38 Checking out Revision 9c87782dab182c85df84ed0e396212e743781adf (PR-290) 02:10:37 > git config core.sparsecheckout # timeout=10 02:10:37 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 02:10:38 > git remote # timeout=10 02:10:38 > git config --get remote.origin.url # timeout=10 02:10:38 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:38 > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 02:10:38 > git rev-parse HEAD^{commit} # timeout=10 02:10:38 > git config core.sparsecheckout # timeout=10 02:10:38 > git checkout -f 9c87782dab182c85df84ed0e396212e743781adf # timeout=10 02:10:41 Removing intermediate container 28d61da5f284 02:10:41 ---> d089aec795e5 02:10:41 Successfully built d089aec795e5 02:10:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:10:41 + docker inspect -f . ci-base-image-x86_64 02:10:41 . [Pipeline] withDockerContainer 02:10:41 prd-centos7-docker-4c-2g-21828 does not seem to be running inside a container 02:10:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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 ******** ci-base-image-x86_64 cat 02:10:42 $ docker top eddb873cae480bd3108d6d59e60d6d1c73c6d4d7da9c76acb686a99006757a25 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:42 + go version 02:10:42 go version go1.15.5 linux/amd64 [Pipeline] } 02:10:42 $ docker stop --time=1 eddb873cae480bd3108d6d59e60d6d1c73c6d4d7da9c76acb686a99006757a25 02:10:43 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" 02:10:43 > git rev-list --no-walk 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 02:10:44 $ docker rm -f eddb873cae480bd3108d6d59e60d6d1c73c6d4d7da9c76acb686a99006757a25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:45 + docker inspect -f . ci-base-image-x86_64 02:10:45 . [Pipeline] withDockerContainer 02:10:45 prd-centos7-docker-4c-2g-21828 does not seem to be running inside a container 02:10:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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 ******** ci-base-image-x86_64 cat 02:10:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 02:10:46 $ docker top c8c4b96912c0d10f2458eb5ae2b16982aa8de01e86b0849bb68ee7bd03d91afc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 02:10:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:10:47 + make test 02:10:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:47 + true 02:10:47 + sudo service docker restart 02:10:48 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:10:50 provisioning config files... 02:10:50 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config2702883368277732500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:50 ---> docker-login.sh 02:10:50 nexus3.edgexfoundry.org:10001 02:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:51 Configure a credential helper to remove this warning. See 02:10:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:51 02:10:51 Login Succeeded 02:10:51 nexus3.edgexfoundry.org:10002 02:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:52 Configure a credential helper to remove this warning. See 02:10:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:52 02:10:52 Login Succeeded 02:10:52 nexus3.edgexfoundry.org:10003 02:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:52 Configure a credential helper to remove this warning. See 02:10:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:52 02:10:52 Login Succeeded 02:10:52 nexus3.edgexfoundry.org:10004 02:10:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:53 Configure a credential helper to remove this warning. See 02:10:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:53 02:10:53 Login Succeeded 02:10:53 docker.io 02:10:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:54 Configure a credential helper to remove this warning. See 02:10:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:54 02:10:54 Login Succeeded 02:10:54 ---> docker-login.sh ends [Pipeline] } 02:10:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:54 ========================================================= 02:10:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:10:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:10:54 # github.com/edgexfoundry/edgex-ui-go/internal/handler 02:10:54 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 02:10:54 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 02:10:54 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 02:10:54 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 02:10:54 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 02:10:55 + 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:10:55 Sending build context to Docker daemon 16.66MB 02:10:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:10:55 Step 2/8 : FROM ${BASE} 02:10:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:10:55 5f621e34cdf4: Pulling fs layer 02:10:55 a4357932f1b6: Pulling fs layer 02:10:55 18c013af1878: Pulling fs layer 02:10:55 00ac8860ef70: Pulling fs layer 02:10:55 63d7cb157983: Pulling fs layer 02:10:55 b116817d02f9: Pulling fs layer 02:10:55 745a02a5169b: Pulling fs layer 02:10:55 00ac8860ef70: Waiting 02:10:55 b116817d02f9: Waiting 02:10:55 745a02a5169b: Waiting 02:10:55 63d7cb157983: Waiting 02:10:55 18c013af1878: Download complete 02:10:55 a4357932f1b6: Verifying Checksum 02:10:55 a4357932f1b6: Download complete 02:10:56 make: *** [Makefile:34: test] Error 2 [Pipeline] } 02:10:56 $ docker stop --time=1 c8c4b96912c0d10f2458eb5ae2b16982aa8de01e86b0849bb68ee7bd03d91afc 02:10:56 63d7cb157983: Download complete 02:10:56 b116817d02f9: Verifying Checksum 02:10:56 b116817d02f9: Download complete 02:10:56 5f621e34cdf4: Verifying Checksum 02:10:56 5f621e34cdf4: Download complete 02:10:56 5f621e34cdf4: Pull complete 02:10:57 a4357932f1b6: Pull complete 02:10:57 18c013af1878: Pull complete 02:10:58 $ docker rm -f c8c4b96912c0d10f2458eb5ae2b16982aa8de01e86b0849bb68ee7bd03d91afc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } 02:10:59 745a02a5169b: Verifying Checksum 02:10:59 745a02a5169b: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:11:00 Failed in branch amd64 02:11:01 00ac8860ef70: Verifying Checksum 02:11:01 00ac8860ef70: Download complete 02:11:11 00ac8860ef70: Pull complete 02:11:11 63d7cb157983: Pull complete 02:11:12 b116817d02f9: Pull complete 02:11:16 745a02a5169b: Pull complete 02:11:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:11:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:11:16 ---> b7e6874047d6 02:11:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:11:19 ---> Running in a43dc7e15e53 02:11:19 Removing intermediate container a43dc7e15e53 02:11:19 ---> 5b41f7d816e6 02:11:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:19 ---> Running in 37accfbbe8f5 02:11:22 Removing intermediate container 37accfbbe8f5 02:11:22 ---> 4cb628d08de6 02:11:22 Step 5/8 : RUN apk add --no-cache make git 02:11:22 ---> Running in c644c04aef33 02:11:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:24 OK: 142 MiB in 39 packages 02:11:25 Removing intermediate container c644c04aef33 02:11:25 ---> f3a678b37377 02:11:25 Step 6/8 : WORKDIR /edgex-ui-go 02:11:26 ---> Running in 4cfbc8cf17f5 02:11:26 Removing intermediate container 4cfbc8cf17f5 02:11:26 ---> bda75ef66d92 02:11:26 Step 7/8 : COPY . . 02:11:28 ---> fc90ccdbc4e7 02:11:28 Step 8/8 : RUN go mod download 02:11:28 ---> Running in f62ed6df0f10 02:11:55 Removing intermediate container f62ed6df0f10 02:11:55 ---> f485ef69117b 02:11:55 Successfully built f485ef69117b 02:11:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:11:55 + docker inspect -f . ci-base-image-arm64 02:11:55 . [Pipeline] withDockerContainer 02:11:56 prd-ubuntu18.04-docker-arm64-4c-16g-21829 does not seem to be running inside a container 02:11:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:11:57 $ docker top 4ceeda3d3e93bbf6b9c7123e95b3da7add5b1609330ff5a975170ec1a332ed45 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:58 + go version 02:11:58 go version go1.15.5 linux/arm64 [Pipeline] } 02:11:58 $ docker stop --time=1 4ceeda3d3e93bbf6b9c7123e95b3da7add5b1609330ff5a975170ec1a332ed45 02:12:00 $ docker rm -f 4ceeda3d3e93bbf6b9c7123e95b3da7add5b1609330ff5a975170ec1a332ed45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:12:01 + docker inspect -f . ci-base-image-arm64 02:12:01 . [Pipeline] withDockerContainer 02:12:02 prd-ubuntu18.04-docker-arm64-4c-16g-21829 does not seem to be running inside a container 02:12:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:12:03 $ docker top 90ed0eccec9e05b05adc77a9d99ccd388a44a7c569791acf6301d446fc1f278b -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:04 + make test 02:12:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:12:06 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:12:24 # github.com/edgexfoundry/edgex-ui-go/internal/handler 02:12:24 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 02:12:24 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 02:12:24 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 02:12:24 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 02:12:24 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 02:12:29 make: *** [Makefile:34: test] Error 2 [Pipeline] } 02:12:29 $ docker stop --time=1 90ed0eccec9e05b05adc77a9d99ccd388a44a7c569791acf6301d446fc1f278b 02:12:31 $ docker rm -f 90ed0eccec9e05b05adc77a9d99ccd388a44a7c569791acf6301d446fc1f278b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:12:32 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:12:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:12:35 ---> package-listing.sh 02:12:35 ++ facter osfamily 02:12:35 ++ tr '[:upper:]' '[:lower:]' 02:12:35 + OS_FAMILY=redhat 02:12:35 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 02:12:35 + START_PACKAGES=/tmp/packages_start.txt 02:12:35 + END_PACKAGES=/tmp/packages_end.txt 02:12:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:12:35 + PACKAGES=/tmp/packages_start.txt 02:12:35 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 02:12:35 + PACKAGES=/tmp/packages_end.txt 02:12:35 + case "${OS_FAMILY}" in 02:12:35 + rpm -qa 02:12:35 + sort 02:12:41 + '[' -f /tmp/packages_start.txt ']' 02:12:41 + '[' -f /tmp/packages_end.txt ']' 02:12:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:12:41 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 02:12:41 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ 02:12:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [Pipeline] echo 02:12:41 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-290/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:12:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:12:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:41 02:12:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:12:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:42 alpine: Pulling from edgex-lftools-log-publisher 02:12:42 df20fa9351a1: Pulling fs layer 02:12:42 36b3adc4ff6f: Pulling fs layer 02:12:42 8ad3a11d3b57: Pulling fs layer 02:12:42 46f8f816bc3b: Pulling fs layer 02:12:42 93b61091891f: Pulling fs layer 02:12:42 93b9cdb0e59b: Pulling fs layer 02:12:42 5e14af77c1be: Pulling fs layer 02:12:42 01666e4c0597: Pulling fs layer 02:12:42 aa168da1d23b: Pulling fs layer 02:12:42 46f8f816bc3b: Waiting 02:12:42 5e14af77c1be: Waiting 02:12:42 aa168da1d23b: Waiting 02:12:42 93b9cdb0e59b: Waiting 02:12:42 36b3adc4ff6f: Download complete 02:12:42 46f8f816bc3b: Verifying Checksum 02:12:42 46f8f816bc3b: Download complete 02:12:42 df20fa9351a1: Verifying Checksum 02:12:42 df20fa9351a1: Download complete 02:12:42 93b9cdb0e59b: Verifying Checksum 02:12:42 93b9cdb0e59b: Download complete 02:12:42 5e14af77c1be: Verifying Checksum 02:12:42 5e14af77c1be: Download complete 02:12:42 93b61091891f: Verifying Checksum 02:12:42 93b61091891f: Download complete 02:12:42 01666e4c0597: Verifying Checksum 02:12:42 01666e4c0597: Download complete 02:12:42 8ad3a11d3b57: Verifying Checksum 02:12:42 8ad3a11d3b57: Download complete 02:12:42 df20fa9351a1: Pull complete 02:12:42 36b3adc4ff6f: Pull complete 02:12:43 8ad3a11d3b57: Pull complete 02:12:43 46f8f816bc3b: Pull complete 02:12:44 aa168da1d23b: Verifying Checksum 02:12:44 aa168da1d23b: Download complete 02:12:44 93b61091891f: Pull complete 02:12:44 93b9cdb0e59b: Pull complete 02:12:45 5e14af77c1be: Pull complete 02:12:45 01666e4c0597: Pull complete 02:12:51 aa168da1d23b: Pull complete 02:12:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:12:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:12:51 prd-centos7-docker-4c-2g-21827 does not seem to be running inside a container 02:12:51 $ 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-290/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-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:12:55 $ docker top 1b0421418c8cbba04a43bb9d29155095883cb41355287cbc49ee35db28513e1c -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:55 + touch /tmp/pre-build-complete [Pipeline] sh 02:12:56 + mkdir -p /var/log/sa [Pipeline] sh 02:12:56 + ls /var/log/sa-host 02:12:56 + sadf -c /var/log/sa-host/sa21 02:12:56 file_magic: OK 02:12:56 HZ: Using current value: 100 02:12:56 file_header: OK 02:12:56 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:12:56 Statistics: 02:12:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:12:56 File successfully converted to sysstat format version 12.2.1 02:12:56 + sadf -c /var/log/sa-host/sa23 02:12:56 file_magic: OK 02:12:56 HZ: Using current value: 100 02:12:56 file_header: OK 02:12:56 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:12:56 Statistics: 02:12:56 Hnuu...uuuununununu... 02:12:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:57 provisioning config files... 02:12:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config3291575674817202596tmp [Pipeline] { [Pipeline] echo 02:12:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:12:57 ---> create-netrc.sh [Pipeline] } 02:12:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:12:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:12:57 ---> python-tools-install.sh [Pipeline] echo 02:12:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:12:58 ---> sudo-logs.sh 02:12:58 Archiving 'sudo' log.. [Pipeline] echo 02:12:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:12:58 ---> job-cost.sh 02:12:58 lf-activate-venv: SKIPPING 02:12:58 INFO: No Stack... 02:12:59 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:59 INFO: Archiving Costs [Pipeline] echo 02:12:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:13:00 ---> logs-deploy.sh 02:13:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/5 02:13:00 INFO: archiving workspace using pattern(s): 02:13:01 Archives upload complete. 02:13:01 INFO: archiving logs to Nexus 02:13:02 ---> uname -a: 02:13:02 Linux prd-centos7-docker-4c-2g-21827.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:13:02 02:13:02 02:13:02 ---> lscpu: 02:13:02 Architecture: x86_64 02:13:02 CPU op-mode(s): 32-bit, 64-bit 02:13:02 Byte Order: Little Endian 02:13:02 Address sizes: 40 bits physical, 48 bits virtual 02:13:02 CPU(s): 4 02:13:02 On-line CPU(s) list: 0-3 02:13:02 Thread(s) per core: 1 02:13:02 Core(s) per socket: 1 02:13:02 Socket(s): 4 02:13:02 NUMA node(s): 1 02:13:02 Vendor ID: GenuineIntel 02:13:02 CPU family: 6 02:13:02 Model: 44 02:13:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:13:02 Stepping: 1 02:13:02 CPU MHz: 2933.436 02:13:02 BogoMIPS: 5866.87 02:13:02 Virtualization: VT-x 02:13:02 Hypervisor vendor: KVM 02:13:02 Virtualization type: full 02:13:02 L1d cache: 128 KiB 02:13:02 L1i cache: 128 KiB 02:13:02 L2 cache: 16 MiB 02:13:02 L3 cache: 64 MiB 02:13:02 NUMA node0 CPU(s): 0-3 02:13:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:13:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:13:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:13:02 Vulnerability Meltdown: Mitigation; PTI 02:13:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:13:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:13:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:13:02 Vulnerability Srbds: Not affected 02:13:02 Vulnerability Tsx async abort: Not affected 02:13:02 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:13:02 02:13:02 02:13:02 ---> nproc: 02:13:02 4 02:13:02 02:13:02 02:13:02 ---> df -h: 02:13:02 Filesystem Size Used Available Use% Mounted on 02:13:02 overlay 50.0G 7.3G 42.7G 15% / 02:13:02 tmpfs 64.0M 0 64.0M 0% /dev 02:13:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:13:02 shm 64.0M 0 64.0M 0% /dev/shm 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-290 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:13:02 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:13:02 02:13:02 02:13:02 ---> free -m: 02:13:02 total used free shared buff/cache available 02:13:02 Mem: 1837 688 104 0 1044 1044 02:13:02 Swap: 1023 1 1022 02:13:02 02:13:02 02:13:02 ---> ip addr: 02:13:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:13:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:13:02 inet 127.0.0.1/8 scope host lo 02:13:02 valid_lft forever preferred_lft forever 02:13:02 inet6 ::1/128 scope host 02:13:02 valid_lft forever preferred_lft forever 02:13:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:13:02 link/ether fa:16:3e:e2:a9:ad brd ff:ff:ff:ff:ff:ff 02:13:02 inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 02:13:02 valid_lft 86061sec preferred_lft 86061sec 02:13:02 inet6 fe80::f816:3eff:fee2:a9ad/64 scope link 02:13:02 valid_lft forever preferred_lft forever 02:13:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:13:02 link/ether 02:42:60:08:26:0b brd ff:ff:ff:ff:ff:ff 02:13:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:13:02 valid_lft forever preferred_lft forever 02:13:02 inet6 fe80::42:60ff:fe08:260b/64 scope link 02:13:02 valid_lft forever preferred_lft forever 02:13:02 02:13:02 02:13:02 ---> sar -b -r -n DEV: 02:13:02 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:13:02 02:13:02 02:07:12 LINUX RESTART (4 CPU) 02:13:02 02:13:02 02:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:13:02 02:09:01 32.27 11.19 21.09 0.00 4447.14 3760.32 0.00 02:13:02 02:10:01 1.70 0.00 1.70 0.00 0.00 28.94 0.00 02:13:02 02:11:01 0.20 0.00 0.20 0.00 0.00 2.16 0.00 02:13:02 02:12:01 0.37 0.00 0.37 0.00 0.00 6.16 0.00 02:13:02 Average: 8.64 2.80 5.84 0.00 1112.11 949.67 0.00 02:13:02 02:13:02 02:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:13:02 02:09:01 160820 0 584400 31.06 2620 1133704 1126516 38.45 407968 1113056 20 02:13:02 02:10:01 167424 0 577788 30.71 2620 1133712 1087084 37.10 405436 1110276 24 02:13:02 02:11:01 165136 0 580072 30.83 2620 1133716 1087120 37.10 405012 1112576 16 02:13:02 02:12:01 164056 0 581148 30.89 2620 1133720 1087072 37.10 418916 1099876 20 02:13:02 Average: 164359 0 580852 30.87 2620 1133713 1096948 37.44 409333 1108946 20 02:13:02 02:13:02 02:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:13:02 02:09:01 eth0 108.99 103.73 452.07 33.32 0.00 0.00 0.00 0.00 02:13:02 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 02:09:01 docker0 44.86 32.19 3.76 109.52 0.00 0.00 0.00 0.00 02:13:02 02:10:01 eth0 2.55 0.63 0.72 0.40 0.00 0.00 0.00 0.00 02:13:02 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 02:11:01 eth0 1.76 0.43 0.46 0.26 0.00 0.00 0.00 0.00 02:13:02 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 02:12:01 eth0 0.93 0.37 0.32 0.20 0.00 0.00 0.00 0.00 02:13:02 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 Average: eth0 28.57 26.30 113.42 8.55 0.00 0.00 0.00 0.00 02:13:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:02 Average: docker0 11.22 8.05 0.94 27.39 0.00 0.00 0.00 0.00 02:13:02 02:13:02 02:13:02 ---> sar -P ALL: 02:13:02 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:13:02 02:13:02 02:07:12 LINUX RESTART (4 CPU) 02:13:02 02:13:02 02:08:01 CPU %user %nice %system %iowait %steal %idle 02:13:02 02:09:01 all 2.79 0.00 1.80 0.58 0.04 94.79 02:13:02 02:09:01 0 2.72 0.00 2.18 0.25 0.03 94.81 02:13:02 02:09:01 1 2.68 0.00 1.74 0.22 0.03 95.32 02:13:02 02:09:01 2 3.09 0.00 1.53 1.59 0.05 93.74 02:13:02 02:09:01 3 2.68 0.00 1.74 0.27 0.03 95.27 02:13:02 02:10:01 all 0.19 0.00 0.04 0.00 0.03 99.75 02:13:02 02:10:01 0 0.08 0.00 0.05 0.00 0.02 99.85 02:13:02 02:10:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:13:02 02:10:01 2 0.52 0.00 0.05 0.00 0.05 99.38 02:13:02 02:10:01 3 0.10 0.00 0.02 0.00 0.02 99.87 02:13:02 02:11:01 all 0.17 0.00 0.12 0.00 0.09 99.62 02:13:02 02:11:01 0 0.07 0.00 0.10 0.00 0.08 99.75 02:13:02 02:11:01 1 0.05 0.00 0.15 0.00 0.10 99.70 02:13:02 02:11:01 2 0.55 0.00 0.12 0.00 0.05 99.28 02:13:02 02:11:01 3 0.03 0.00 0.10 0.00 0.13 99.73 02:13:02 02:12:01 all 0.09 0.00 0.05 0.00 0.00 99.86 02:13:02 02:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:13:02 02:12:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:13:02 02:12:01 2 0.20 0.00 0.05 0.00 0.00 99.75 02:13:02 02:12:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:13:02 Average: all 0.81 0.00 0.50 0.15 0.04 98.51 02:13:02 Average: 0 0.73 0.00 0.59 0.06 0.03 98.58 02:13:02 Average: 1 0.71 0.00 0.50 0.05 0.04 98.70 02:13:02 Average: 2 1.09 0.00 0.43 0.40 0.04 98.05 02:13:02 Average: 3 0.71 0.00 0.47 0.07 0.05 98.70 02:13:02 02:13:02 02:13:02