jpwhitemn commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cecdf9c347817c1eefba2c6bd3a516a37707d8c0+8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (7b60663f81f52f8d5a4b6db95b7ae0806a3d00bf) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30734 in /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [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-313 # 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/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit cecdf9c347817c1eefba2c6bd3a516a37707d8c0 Merge succeeded, producing cecdf9c347817c1eefba2c6bd3a516a37707d8c0 Checking out Revision cecdf9c347817c1eefba2c6bd3a516a37707d8c0 (PR-313) > git config core.sparsecheckout # timeout=10 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # 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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:24:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:24:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:24:17 ========================================================= 17:24:17 EdgeX Global Pipelines Version Info 17:24:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:24:19 ------------------- 17:24:19 stable info: 17:24:19 ------------------- 17:24:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:24:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:24:19 Message: update stable to v1.0.186 17:24:21 ------------------- 17:24:21 experimental info: 17:24:21 ------------------- 17:24:21 Commited By: **** collab-it+edgex@linuxfoundation.org 17:24:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:24:21 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:24:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 17:24:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 17:24:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:24:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:24:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:24:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:24:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-313 [Pipeline] echo 17:24:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-313 [Pipeline] echo 17:24:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-313 [Pipeline] echo 17:24:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [Pipeline] echo 17:24:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cecdf9c [Pipeline] echo 17:24:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:24:24 provisioning config files... 17:24:24 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/config8451093820341985478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:24 ---> docker-login.sh 17:24:24 nexus3.edgexfoundry.org:10001 17:24:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:26 Configure a credential helper to remove this warning. See 17:24:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:26 17:24:26 Login Succeeded 17:24:26 nexus3.edgexfoundry.org:10002 17:24:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:26 Configure a credential helper to remove this warning. See 17:24:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:26 17:24:26 Login Succeeded 17:24:26 nexus3.edgexfoundry.org:10003 17:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:27 Configure a credential helper to remove this warning. See 17:24:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:27 17:24:27 Login Succeeded 17:24:27 nexus3.edgexfoundry.org:10004 17:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:27 Configure a credential helper to remove this warning. See 17:24:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:27 17:24:27 Login Succeeded 17:24:27 docker.io 17:24:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:28 Configure a credential helper to remove this warning. See 17:24:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:28 17:24:28 Login Succeeded 17:24:28 ---> docker-login.sh ends [Pipeline] } 17:24:28 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 17:24:29 + git log --format=format:%s -1 cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [Pipeline] echo 17:24:29 GIT_COMMIT: cecdf9c347817c1eefba2c6bd3a516a37707d8c0, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 17:24:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:24:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:24:30 17:24:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:24:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:24:31 latest: Pulling from edgex-devops/git-semver 17:24:31 31603596830f: Pulling fs layer 17:24:31 2a8b12db71e7: Pulling fs layer 17:24:31 6ca5941a6612: Pulling fs layer 17:24:31 ecc8261a40a4: Pulling fs layer 17:24:31 ecc8261a40a4: Waiting 17:24:31 2a8b12db71e7: Download complete 17:24:31 31603596830f: Verifying Checksum 17:24:31 31603596830f: Download complete 17:24:31 6ca5941a6612: Verifying Checksum 17:24:31 6ca5941a6612: Download complete 17:24:31 ecc8261a40a4: Verifying Checksum 17:24:31 ecc8261a40a4: Download complete 17:24:32 31603596830f: Pull complete 17:24:32 2a8b12db71e7: Pull complete 17:24:33 6ca5941a6612: Pull complete 17:24:34 ecc8261a40a4: Pull complete 17:24:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:24:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:24:35 prd-centos7-docker-4c-2g-30734 does not seem to be running inside a container 17:24:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-313 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313:/w/workspace/edgexfoundry_edgex-ui-go_PR-313:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@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 17:24:39 $ docker top 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:24:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:24:39 [ssh-agent] Looking for ssh-agent implementation... 17:24:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:24:40 $ docker exec 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent 17:24:41 SSH_AUTH_SOCK=/tmp/ssh-ajIvhr1a8HTx/agent.11 17:24:41 SSH_AGENT_PID=16 17:24:41 Running ssh-add (command line suppressed) 17:24:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_3694810279808054020.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_3694810279808054020.key) 17:24:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:24:43 + git tag --points-at HEAD [Pipeline] } 17:24:43 $ docker exec --env ******** --env ******** 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent -k 17:24:43 unset SSH_AUTH_SOCK; 17:24:43 unset SSH_AGENT_PID; 17:24:43 echo Agent pid 16 killed; 17:24:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:24:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:24:44 [ssh-agent] Looking for ssh-agent implementation... 17:24:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:24:44 $ docker exec 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent 17:24:44 SSH_AUTH_SOCK=/tmp/ssh-uJ33viPPeqLu/agent.44 17:24:44 SSH_AGENT_PID=49 17:24:44 Running ssh-add (command line suppressed) 17:24:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_8084295190183597425.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_8084295190183597425.key) 17:24:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:24:45 + git semver init 17:24:45 # -> Open(): unable to determine branch for HEAD 17:24:45 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-313/.git 17:24:45 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-313 17:24:45 # $SEMVER_REMOTE_NAME = origin 17:24:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:24:45 # $SEMVER_USER_NAME = edgex-jenkins 17:24:45 # $SEMVER_BRANCH = PR-313 17:24:45 # $SEMVER_TEMP = /tmp/semver-834991656 17:24:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 17:24:47 # '/tmp/semver-834991656' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-313/.semver' 17:24:47 # -> Force: false 17:24:47 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-313/.semver [Pipeline] } 17:24:47 $ docker exec --env ******** --env ******** 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent -k 17:24:47 unset SSH_AUTH_SOCK; 17:24:47 unset SSH_AGENT_PID; 17:24:47 echo Agent pid 49 killed; 17:24:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:24:48 + git semver [Pipeline] } 17:24:48 $ docker stop --time=1 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 17:24:50 $ docker rm -f 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:24:53 Stashed 1 file(s) [Pipeline] echo 17:24:53 [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 17:25:08 Still waiting to schedule task 17:25:08 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30732’ is offline; ‘prd-centos7-docker-4c-2g-30737’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30736’ doesn’t have label ‘centos7-docker-4c-2g’ 17:25:08 Still waiting to schedule task 17:25:08 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30732’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30737’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30736’ is offline 17:26:14 Running on prd-centos7-docker-4c-2g-30741 in /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [Pipeline] { [Pipeline] ws 17:26:14 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 17:26:17 using credential edgex-jenkins-ssh 17:26:17 Cloning the remote Git repository 17:26:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:26:17 > git init /w/workspace/edgex-ui-go/2 # timeout=10 17:26:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:26:17 > git --version # timeout=10 17:26:17 > git --version # 'git version 2.24.3' 17:26:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:26:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:26:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:26:19 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:26:19 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit cecdf9c347817c1eefba2c6bd3a516a37707d8c0 17:26:19 Merge succeeded, producing cecdf9c347817c1eefba2c6bd3a516a37707d8c0 17:26:19 Checking out Revision cecdf9c347817c1eefba2c6bd3a516a37707d8c0 (PR-313) 17:26:19 > git config core.sparsecheckout # timeout=10 17:26:19 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 17:26:19 > git remote # timeout=10 17:26:19 > git config --get remote.origin.url # timeout=10 17:26:19 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:19 > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 17:26:19 > git rev-parse HEAD^{commit} # timeout=10 17:26:19 > git config core.sparsecheckout # timeout=10 17:26:19 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 17:26:23 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:26:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:26:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:26:25 + sudo service docker restart 17:26:25 + true 17:26:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:26:27 provisioning config files... 17:26:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2145549087251100234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:26:27 ---> docker-login.sh 17:26:27 nexus3.edgexfoundry.org:10001 17:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:28 Configure a credential helper to remove this warning. See 17:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:28 17:26:28 Login Succeeded 17:26:28 nexus3.edgexfoundry.org:10002 17:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:28 Configure a credential helper to remove this warning. See 17:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:28 17:26:28 Login Succeeded 17:26:28 nexus3.edgexfoundry.org:10003 17:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:29 Configure a credential helper to remove this warning. See 17:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:29 17:26:29 Login Succeeded 17:26:29 nexus3.edgexfoundry.org:10004 17:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:29 Configure a credential helper to remove this warning. See 17:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:29 17:26:29 Login Succeeded 17:26:29 docker.io 17:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:29 Configure a credential helper to remove this warning. See 17:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:29 17:26:29 Login Succeeded 17:26:29 ---> docker-login.sh ends [Pipeline] } 17:26:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:26:29 ========================================================= 17:26:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:26:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:26:30 + 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 . 17:26:30 Sending build context to Docker daemon 17.41MB 17:26:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:26:30 Step 2/8 : FROM ${BASE} 17:26:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:26:30 188c0c94c7c5: Pulling fs layer 17:26:30 0ef7d3d256c8: Pulling fs layer 17:26:30 de9db76c5a1d: Pulling fs layer 17:26:30 bca2f99d35d6: Pulling fs layer 17:26:30 93359f2a8cfa: Pulling fs layer 17:26:30 7c6f9722023f: Pulling fs layer 17:26:30 a35cf1a2eb13: Pulling fs layer 17:26:30 93359f2a8cfa: Waiting 17:26:30 7c6f9722023f: Waiting 17:26:30 a35cf1a2eb13: Waiting 17:26:30 bca2f99d35d6: Waiting 17:26:30 de9db76c5a1d: Verifying Checksum 17:26:30 de9db76c5a1d: Download complete 17:26:30 0ef7d3d256c8: Verifying Checksum 17:26:30 0ef7d3d256c8: Download complete 17:26:30 93359f2a8cfa: Verifying Checksum 17:26:30 93359f2a8cfa: Download complete 17:26:31 7c6f9722023f: Verifying Checksum 17:26:31 7c6f9722023f: Download complete 17:26:31 188c0c94c7c5: Verifying Checksum 17:26:31 188c0c94c7c5: Download complete 17:26:31 188c0c94c7c5: Pull complete 17:26:31 0ef7d3d256c8: Pull complete 17:26:31 de9db76c5a1d: Pull complete 17:26:33 a35cf1a2eb13: Verifying Checksum 17:26:33 a35cf1a2eb13: Download complete 17:26:33 bca2f99d35d6: Verifying Checksum 17:26:33 bca2f99d35d6: Download complete 17:26:40 bca2f99d35d6: Pull complete 17:26:40 93359f2a8cfa: Pull complete 17:26:40 7c6f9722023f: Pull complete 17:26:47 a35cf1a2eb13: Pull complete 17:26:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:26:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:26:47 ---> a62c8e92a672 17:26:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:26:47 ---> Running in 7a43527ca53f 17:26:47 Removing intermediate container 7a43527ca53f 17:26:47 ---> 86b60a0c0f1d 17:26:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:47 ---> Running in b3259a7e612c 17:26:49 Removing intermediate container b3259a7e612c 17:26:49 ---> c4937a4b41e6 17:26:49 Step 5/8 : RUN apk add --no-cache make git 17:26:49 ---> Running in 2c9a412cf665 17:26:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:26:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:26:51 OK: 166 MiB in 39 packages 17:26:52 Removing intermediate container 2c9a412cf665 17:26:52 ---> 24bccc6b2985 17:26:52 Step 6/8 : WORKDIR /edgex-ui-go 17:26:52 ---> Running in 4af14e268445 17:26:52 Removing intermediate container 4af14e268445 17:26:52 ---> c8a6b0c9b3c6 17:26:52 Step 7/8 : COPY . . 17:26:54 ---> 72590786e8ee 17:26:54 Step 8/8 : RUN go mod download 17:26:54 ---> Running in 2a021ef99dfa 17:27:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30743 in /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [Pipeline] { [Pipeline] ws 17:27:09 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 17:27:14 using credential edgex-jenkins-ssh 17:27:14 Cloning the remote Git repository 17:27:14 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:27:14 > git init /w/workspace/edgex-ui-go/2 # timeout=10 17:27:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:27:14 > git --version # timeout=10 17:27:14 > git --version # 'git version 2.17.1' 17:27:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:18 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit cecdf9c347817c1eefba2c6bd3a516a37707d8c0 17:27:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:27:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:27:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:27:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:18 > git config core.sparsecheckout # timeout=10 17:27:18 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 17:27:18 > git remote # timeout=10 17:27:18 > git config --get remote.origin.url # timeout=10 17:27:18 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:18 > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 17:27:18 > git rev-parse HEAD^{commit} # timeout=10 17:27:18 Merge succeeded, producing cecdf9c347817c1eefba2c6bd3a516a37707d8c0 17:27:18 Checking out Revision cecdf9c347817c1eefba2c6bd3a516a37707d8c0 (PR-313) 17:27:18 > git config core.sparsecheckout # timeout=10 17:27:18 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 17:27:22 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:27:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:27:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:27:25 + + truesudo 17:27:25 service docker restart 17:27:27 Removing intermediate container 2a021ef99dfa 17:27:27 ---> f609031ce77d 17:27:27 Successfully built f609031ce77d 17:27:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:27:27 + docker inspect -f . ci-base-image-x86_64 17:27:27 . [Pipeline] withDockerContainer 17:27:27 prd-centos7-docker-4c-2g-30741 does not seem to be running inside a container 17:27:27 $ 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 17:27:28 $ docker top 77cf2f3770582e9590aceb0fcfa90c01e7d9b4993d786b0d60ee40e6adc6942f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 17:27:28 provisioning config files... 17:27:28 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4196452213329625264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:29 + go version 17:27:29 go version go1.15.5 linux/amd64 [Pipeline] } 17:27:29 $ docker stop --time=1 77cf2f3770582e9590aceb0fcfa90c01e7d9b4993d786b0d60ee40e6adc6942f 17:27:29 ---> docker-login.sh 17:27:29 nexus3.edgexfoundry.org:10001 17:27:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:30 $ docker rm -f 77cf2f3770582e9590aceb0fcfa90c01e7d9b4993d786b0d60ee40e6adc6942f 17:27:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:30 Configure a credential helper to remove this warning. See 17:27:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:30 17:27:30 Login Succeeded 17:27:30 nexus3.edgexfoundry.org:10002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:27:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:31 + docker inspect -f . ci-base-image-x86_64 17:27:31 . [Pipeline] withDockerContainer 17:27:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:31 Configure a credential helper to remove this warning. See 17:27:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:31 17:27:31 Login Succeeded 17:27:31 nexus3.edgexfoundry.org:10003 17:27:31 prd-centos7-docker-4c-2g-30741 does not seem to be running inside a container 17:27:31 $ 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 17:27:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:32 Configure a credential helper to remove this warning. See 17:27:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:32 17:27:32 Login Succeeded 17:27:32 nexus3.edgexfoundry.org:10004 17:27:32 $ docker top 4a98ddbc59625842c76950df951c5854e711132d242a3ee2241febc6501af5fb -eo pid,comm 17:27:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:32 Configure a credential helper to remove this warning. See 17:27:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:32 17:27:32 Login Succeeded 17:27:32 docker.io [Pipeline] { [Pipeline] sh 17:27:32 + make test 17:27:32 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:27:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:33 Configure a credential helper to remove this warning. See 17:27:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:33 17:27:33 Login Succeeded 17:27:33 ---> docker-login.sh ends [Pipeline] } 17:27:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:27:33 ========================================================= 17:27:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:27:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:27:34 + 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 . 17:27:34 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:27:34 Sending build context to Docker daemon 17.41MB 17:27:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:27:34 Step 2/8 : FROM ${BASE} 17:27:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:27:34 5f621e34cdf4: Pulling fs layer 17:27:34 a4357932f1b6: Pulling fs layer 17:27:34 18c013af1878: Pulling fs layer 17:27:34 00ac8860ef70: Pulling fs layer 17:27:34 63d7cb157983: Pulling fs layer 17:27:34 b116817d02f9: Pulling fs layer 17:27:34 745a02a5169b: Pulling fs layer 17:27:34 b116817d02f9: Waiting 17:27:34 745a02a5169b: Waiting 17:27:34 00ac8860ef70: Waiting 17:27:34 63d7cb157983: Waiting 17:27:34 18c013af1878: Verifying Checksum 17:27:34 a4357932f1b6: Verifying Checksum 17:27:34 a4357932f1b6: Download complete 17:27:34 18c013af1878: Download complete 17:27:34 63d7cb157983: Download complete 17:27:34 b116817d02f9: Verifying Checksum 17:27:34 b116817d02f9: Download complete 17:27:34 5f621e34cdf4: Download complete 17:27:35 5f621e34cdf4: Pull complete 17:27:36 a4357932f1b6: Pull complete 17:27:36 18c013af1878: Pull complete 17:27:39 745a02a5169b: Verifying Checksum 17:27:40 00ac8860ef70: Download complete 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 17:27:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 17:27:44 GO111MODULE=on go vet ./... [Pipeline] } 17:27:45 $ docker stop --time=1 4a98ddbc59625842c76950df951c5854e711132d242a3ee2241febc6501af5fb 17:27:47 $ docker rm -f 4a98ddbc59625842c76950df951c5854e711132d242a3ee2241febc6501af5fb [Pipeline] // withDockerContainer [Pipeline] sh 17:27:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:27:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:27:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:27:50 + ls -al . 17:27:50 total 92 17:27:50 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 20 17:27 . 17:27:50 drwxrwxr-x. 4 jenkins jenkins 28 Mar 20 17:26 .. 17:27:50 drwxrwxr-x. 3 jenkins jenkins 20 Mar 20 17:26 assets 17:27:50 drwxrwxr-x. 2 jenkins jenkins 35 Mar 20 17:26 bin 17:27:50 drwxrwxr-x. 3 jenkins jenkins 29 Mar 20 17:26 cmd 17:27:50 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 20 17:26 CONTRIBUTING.md 17:27:50 -rw-r--r--. 1 jenkins jenkins 10 Mar 20 17:27 coverage.out 17:27:50 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 20 17:26 Dockerfile 17:27:50 -rw-rw-r--. 1 jenkins jenkins 902 Mar 20 17:26 Dockerfile.build 17:27:50 drwxrwxr-x. 5 jenkins jenkins 104 Mar 20 17:26 docs 17:27:50 drwxrwxr-x. 8 jenkins jenkins 179 Mar 20 17:26 .git 17:27:50 drwxrwxr-x. 2 jenkins jenkins 103 Mar 20 17:26 .github 17:27:50 -rw-rw-r--. 1 jenkins jenkins 153 Mar 20 17:26 .gitignore 17:27:50 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 20 17:26 go.mod 17:27:50 -rw-r--r--. 1 jenkins jenkins 22216 Mar 20 17:27 go.sum 17:27:50 drwxrwxr-x. 10 jenkins jenkins 139 Mar 20 17:26 internal 17:27:50 -rw-rw-r--. 1 jenkins jenkins 652 Mar 20 17:26 Jenkinsfile 17:27:50 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 20 17:26 LICENSE 17:27:50 -rw-rw-r--. 1 jenkins jenkins 951 Mar 20 17:26 Makefile 17:27:50 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 20 17:26 README.md 17:27:50 -rw-rw-r--. 1 jenkins jenkins 5 Mar 20 17:24 VERSION 17:27:50 -rw-rw-r--. 1 jenkins jenkins 155 Mar 20 17:26 version.go 17:27:50 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 20 17:26 web [Pipeline] isUnix [Pipeline] sh 17:27:50 + 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=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 --label arch=amd64 --label version=0.0.0 . 17:27:50 00ac8860ef70: Pull complete 17:27:50 Sending build context to Docker daemon 17.44MB 17:27:50 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 17:27:50 Step 2/24 : FROM ${BASE} AS builder 17:27:50 ---> f609031ce77d 17:27:50 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:27:50 63d7cb157983: Pull complete 17:27:51 b116817d02f9: Pull complete 17:27:51 ---> Running in b3668d0cbf82 17:27:51 Removing intermediate container b3668d0cbf82 17:27:51 ---> 9802969164b2 17:27:51 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 17:27:51 ---> Running in 68744ee157ad 17:27:51 Removing intermediate container 68744ee157ad 17:27:51 ---> 01b907e059c6 17:27:51 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 17:27:51 ---> Running in fb0a1ebcffc4 17:27:52 Removing intermediate container fb0a1ebcffc4 17:27:52 ---> 06aaab332594 17:27:52 Step 6/24 : LABEL Name=edgex-ui-go 17:27:52 ---> Running in e2698e44dfe5 17:27:52 Removing intermediate container e2698e44dfe5 17:27:52 ---> 6db9c155bf9c 17:27:52 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 17:27:52 ---> Running in 7af567f02be5 17:27:52 Removing intermediate container 7af567f02be5 17:27:52 ---> 22f99cc035ed 17:27:52 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:52 ---> Running in 3c9eaca9fb76 17:27:53 Removing intermediate container 3c9eaca9fb76 17:27:53 ---> c8111cc6971d 17:27:53 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:27:53 ---> Running in b4f0f62ad0f2 17:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:55 745a02a5169b: Pull complete 17:27:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:27:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:27:55 ---> b7e6874047d6 17:27:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:27:55 OK: 166 MiB in 39 packages 17:27:56 Removing intermediate container b4f0f62ad0f2 17:27:56 ---> e6761030a3bc 17:27:56 Step 10/24 : ENV GO111MODULE=on 17:27:56 ---> Running in a28d591d4db4 17:27:56 Removing intermediate container a28d591d4db4 17:27:56 ---> 451962f16a21 17:27:56 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:27:56 ---> Running in 12d23b95fe19 17:27:56 Removing intermediate container 12d23b95fe19 17:27:56 ---> 7903992f81f5 17:27:56 Step 12/24 : COPY go.mod . 17:27:56 ---> 62b1520eeef8 17:27:56 Step 13/24 : COPY Makefile . 17:27:56 ---> b9d60f67493e 17:27:56 Step 14/24 : RUN make update 17:27:57 ---> Running in 5995e873dc75 17:27:57 CGO_ENABLED=0 GO111MODULE=on go mod download 17:27:58 ---> Running in e60c6a95b161 17:27:58 Removing intermediate container e60c6a95b161 17:27:58 ---> 593b030aa4c3 17:27:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:58 ---> Running in b0011cc92966 17:27:58 Removing intermediate container 5995e873dc75 17:27:58 ---> 8ead1a7a6d6a 17:27:58 Step 15/24 : COPY . . 17:28:00 ---> c63803910d74 17:28:00 Step 16/24 : RUN ${MAKE} 17:28:00 ---> Running in a23b748e2959 17:28:00 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 17:28:00 Removing intermediate container b0011cc92966 17:28:00 ---> 43b99a31702d 17:28:00 Step 5/8 : RUN apk add --no-cache make git 17:28:00 ---> Running in cfa2f32cad6c 17:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:03 OK: 142 MiB in 39 packages 17:28:05 Removing intermediate container cfa2f32cad6c 17:28:05 ---> b96d0677e65d 17:28:05 Step 6/8 : WORKDIR /edgex-ui-go 17:28:05 ---> Running in dbc78bcef2b8 17:28:05 Removing intermediate container dbc78bcef2b8 17:28:05 ---> 944a8ea3ff5c 17:28:05 Step 7/8 : COPY . . 17:28:08 ---> 43d445d2a85a 17:28:08 Step 8/8 : RUN go mod download 17:28:08 ---> Running in 64449469a7d4 17:28:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:28:14 Removing intermediate container a23b748e2959 17:28:14 ---> 87ee5ac7e370 17:28:14 Step 17/24 : FROM alpine:3.12 17:28:15 3.12: Pulling from library/alpine 17:28:15 f84cab65f19f: Pulling fs layer 17:28:15 f84cab65f19f: Verifying Checksum 17:28:15 f84cab65f19f: Download complete 17:28:15 f84cab65f19f: Pull complete 17:28:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:28:16 Status: Downloaded newer image for alpine:3.12 17:28:16 ---> 88dd2752d2ea 17:28:16 Step 18/24 : EXPOSE 4000 17:28:16 ---> Running in a37f22a894df 17:28:16 Removing intermediate container a37f22a894df 17:28:16 ---> 76a5949af58c 17:28:16 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 17:28:17 ---> 6fe567f63c46 17:28:17 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:28:17 ---> Running in 856f227aa6fa 17:28:17 Removing intermediate container 856f227aa6fa 17:28:17 ---> e7afed19384a 17:28:17 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 17:28:17 ---> Running in 352fc96a3dfa 17:28:17 Removing intermediate container 352fc96a3dfa 17:28:17 ---> 3f13581bb4d9 17:28:17 Step 22/24 : LABEL arch=amd64 17:28:17 ---> Running in 90e34abb9196 17:28:18 Removing intermediate container 90e34abb9196 17:28:18 ---> 1c02b4fdec6f 17:28:18 Step 23/24 : LABEL git_sha=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 17:28:18 ---> Running in 690ea264fce2 17:28:18 Removing intermediate container 690ea264fce2 17:28:18 ---> 8eec20e60d36 17:28:18 Step 24/24 : LABEL version=0.0.0 17:28:18 ---> Running in c2051b3f44e3 17:28:18 Removing intermediate container c2051b3f44e3 17:28:18 ---> efb69a1b049d 17:28:18 [Warning] One or more build-args [ARCH] were not consumed 17:28:18 Successfully built efb69a1b049d 17:28:18 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:28:19 ---> job-cost.sh 17:28:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m0Z1 17:28:35 Removing intermediate container 64449469a7d4 17:28:35 ---> 523c6fca141e 17:28:35 Successfully built 523c6fca141e 17:28:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:28:36 + docker inspect -f . ci-base-image-arm64 17:28:36 . [Pipeline] withDockerContainer 17:28:36 prd-ubuntu18.04-docker-arm64-4c-16g-30743 does not seem to be running inside a container 17:28:36 $ 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 17:28:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:28:37 $ docker top bc7df6746b131a454c281319341a3a6aa4f0d8bbe9746010f1467c6a0c157c3b -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:38 + go version 17:28:38 go version go1.15.5 linux/arm64 [Pipeline] } 17:28:39 $ docker stop --time=1 bc7df6746b131a454c281319341a3a6aa4f0d8bbe9746010f1467c6a0c157c3b 17:28:41 $ docker rm -f bc7df6746b131a454c281319341a3a6aa4f0d8bbe9746010f1467c6a0c157c3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:42 + docker inspect -f . ci-base-image-arm64 17:28:42 . [Pipeline] withDockerContainer 17:28:42 prd-ubuntu18.04-docker-arm64-4c-16g-30743 does not seem to be running inside a container 17:28: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-arm64 cat 17:28:43 $ docker top a3c3faa7fccee1ae2a1e8b1df3b2159ec7ff0f3f5f7108384c638c8a36e4f47f -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:44 + make test 17:28:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:28:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:29:04 lf-activate-venv(): INFO: Adding /tmp/venv-m0Z1/bin to PATH 17:29:04 INFO: No Stack... 17:29:04 INFO: Retrieving Pricing Info for: v1-standard-2 17:29:04 INFO: Archiving Costs [Pipeline] sh 17:29:04 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 17:29:04 + cut -d, -f6 [Pipeline] lock 17:29:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] 17:29:04 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] did not exist. Created. 17:29:04 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:29:05 + echo total: 0.029999999329447746 [Pipeline] stash 17:29:05 Stashed 1 file(s) [Pipeline] } 17:29:05 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 17:29:13 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 17:29:13 GO111MODULE=on go vet ./... [Pipeline] } 17:29:18 $ docker stop --time=1 a3c3faa7fccee1ae2a1e8b1df3b2159ec7ff0f3f5f7108384c638c8a36e4f47f 17:29:20 $ docker rm -f a3c3faa7fccee1ae2a1e8b1df3b2159ec7ff0f3f5f7108384c638c8a36e4f47f [Pipeline] // withDockerContainer [Pipeline] sh 17:29:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:29:21 Warning: overwriting stash ‘coverage-report’ 17:29:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:29:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:29:23 + ls -al . 17:29:23 total 124 17:29:23 drwxrwxr-x 10 jenkins jenkins 4096 Mar 20 17:28 . 17:29:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 17:27 .. 17:29:23 drwxrwxr-x 8 jenkins jenkins 4096 Mar 20 17:27 .git 17:29:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 20 17:27 .github 17:29:23 -rw-rw-r-- 1 jenkins jenkins 153 Mar 20 17:27 .gitignore 17:29:23 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 20 17:27 CONTRIBUTING.md 17:29:23 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 20 17:27 Dockerfile 17:29:23 -rw-rw-r-- 1 jenkins jenkins 902 Mar 20 17:27 Dockerfile.build 17:29:23 -rw-rw-r-- 1 jenkins jenkins 652 Mar 20 17:27 Jenkinsfile 17:29:23 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 20 17:27 LICENSE 17:29:23 -rw-rw-r-- 1 jenkins jenkins 951 Mar 20 17:27 Makefile 17:29:23 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 20 17:27 README.md 17:29:23 -rw-rw-r-- 1 jenkins jenkins 5 Mar 20 17:24 VERSION 17:29:23 drwxrwxr-x 3 jenkins jenkins 4096 Mar 20 17:27 assets 17:29:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 20 17:27 bin 17:29:23 drwxrwxr-x 3 jenkins jenkins 4096 Mar 20 17:27 cmd 17:29:23 -rw-r--r-- 1 jenkins jenkins 10 Mar 20 17:28 coverage.out 17:29:23 drwxrwxr-x 5 jenkins jenkins 4096 Mar 20 17:27 docs 17:29:23 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 20 17:27 go.mod 17:29:23 -rw-r--r-- 1 jenkins jenkins 22216 Mar 20 17:28 go.sum 17:29:23 drwxrwxr-x 10 jenkins jenkins 4096 Mar 20 17:27 internal 17:29:23 -rw-rw-r-- 1 jenkins jenkins 155 Mar 20 17:27 version.go 17:29:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 17:27 web [Pipeline] isUnix [Pipeline] sh 17:29:24 + 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=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 --label arch=arm64 --label version=0.0.0 . 17:29:24 Sending build context to Docker daemon 17.44MB 17:29:25 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 17:29:25 Step 2/24 : FROM ${BASE} AS builder 17:29:25 ---> 523c6fca141e 17:29:25 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:29:25 ---> Running in 6458c3c02c14 17:29:25 Removing intermediate container 6458c3c02c14 17:29:25 ---> 2ceec76c6ac7 17:29:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 17:29:25 ---> Running in 6970a0d8d862 17:29:26 Removing intermediate container 6970a0d8d862 17:29:26 ---> f5a96c333257 17:29:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 17:29:26 ---> Running in f18b817ca16a 17:29:27 Removing intermediate container f18b817ca16a 17:29:27 ---> 8b6fac703663 17:29:27 Step 6/24 : LABEL Name=edgex-ui-go 17:29:27 ---> Running in af5a21917ff4 17:29:27 Removing intermediate container af5a21917ff4 17:29:27 ---> e89bab78b83f 17:29:27 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 17:29:27 ---> Running in 6362dd4caeec 17:29:28 Removing intermediate container 6362dd4caeec 17:29:28 ---> b187e3de8000 17:29:28 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:29:28 ---> Running in 4ade889293b7 17:29:30 Removing intermediate container 4ade889293b7 17:29:30 ---> 4ff0ba32a284 17:29:30 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:29:30 ---> Running in 6b707b12c98e 17:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:33 OK: 142 MiB in 39 packages 17:29:35 Removing intermediate container 6b707b12c98e 17:29:35 ---> 90756f3eb1bc 17:29:35 Step 10/24 : ENV GO111MODULE=on 17:29:35 ---> Running in f918a4707b61 17:29:35 Removing intermediate container f918a4707b61 17:29:35 ---> 1308b2bcdf62 17:29:35 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:29:35 ---> Running in c040d1bfa289 17:29:36 Removing intermediate container c040d1bfa289 17:29:36 ---> c5b4086790e1 17:29:36 Step 12/24 : COPY go.mod . 17:29:37 ---> 9ee7f04806b7 17:29:37 Step 13/24 : COPY Makefile . 17:29:37 ---> 47ff245539aa 17:29:37 Step 14/24 : RUN make update 17:29:37 ---> Running in c26259fe3167 17:29:39 CGO_ENABLED=0 GO111MODULE=on go mod download 17:29:40 Removing intermediate container c26259fe3167 17:29:40 ---> 6888f182bfd9 17:29:40 Step 15/24 : COPY . . 17:29:42 ---> d888713cbdee 17:29:42 Step 16/24 : RUN ${MAKE} 17:29:43 ---> Running in cf50d1fe28f6 17:29:44 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 17:30:11 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:30:15 Removing intermediate container cf50d1fe28f6 17:30:15 ---> 90a09bca88a7 17:30:15 Step 17/24 : FROM alpine:3.12 17:30:15 3.12: Pulling from library/alpine 17:30:16 dce8679b510e: Pulling fs layer 17:30:16 dce8679b510e: Download complete 17:30:16 dce8679b510e: Pull complete 17:30:16 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:30:16 Status: Downloaded newer image for alpine:3.12 17:30:16 ---> d10569e2745f 17:30:16 Step 18/24 : EXPOSE 4000 17:30:17 ---> Running in c1b59521d15b 17:30:17 Removing intermediate container c1b59521d15b 17:30:17 ---> 772ed59facab 17:30:17 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 17:30:19 ---> c2cc2fe2a15b 17:30:19 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:30:19 ---> Running in e5ac78602b89 17:30:20 Removing intermediate container e5ac78602b89 17:30:20 ---> 050631f472f7 17:30:20 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 17:30:20 ---> Running in c4ab0a8414d5 17:30:20 Removing intermediate container c4ab0a8414d5 17:30:20 ---> 3322b214cd21 17:30:20 Step 22/24 : LABEL arch=arm64 17:30:20 ---> Running in 5d7eecad966d 17:30:21 Removing intermediate container 5d7eecad966d 17:30:21 ---> 5134f05eeff2 17:30:21 Step 23/24 : LABEL git_sha=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 17:30:21 ---> Running in 87b886a3eef2 17:30:21 Removing intermediate container 87b886a3eef2 17:30:21 ---> 51e4c933f4c9 17:30:21 Step 24/24 : LABEL version=0.0.0 17:30:21 ---> Running in 77075df83707 17:30:22 Removing intermediate container 77075df83707 17:30:22 ---> a18fe3739fe7 17:30:22 [Warning] One or more build-args [ARCH] were not consumed 17:30:22 Successfully built a18fe3739fe7 17:30:22 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:30:23 ---> job-cost.sh 17:30:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vDCa 17:31:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:32:38 lf-activate-venv(): INFO: Adding /tmp/venv-vDCa/bin to PATH 17:32:38 INFO: No Stack... 17:32:38 INFO: Retrieving Pricing Info for: lf-standard-4 17:32:38 INFO: Archiving Costs [Pipeline] sh 17:32:39 + cut -d, -f6 17:32:39 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 17:32:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] 17:32:39 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] did not exist. Created. 17:32:39 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:32:39 /w/workspace/edgex-ui-go/2@tmp/durable-f9b1281f/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-f9b1281f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:32:40 + echo total: 0.20999999344348907 [Pipeline] stash 17:32:40 Warning: overwriting stash ‘stack-cost’ 17:32:40 Stashed 1 file(s) [Pipeline] } 17:32:40 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:32:41 provisioning config files... 17:32:41 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/config1500016621626514726tmp [Pipeline] { [Pipeline] sh 17:32:42 + set +x 17:32:42 + curl -s https://codecov.io/bash 17:32:42 + bash -s -- 17:32:42 17:32:42 _____ _ 17:32:42 / ____| | | 17:32:42 | | ___ __| | ___ ___ _____ __ 17:32:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:32:42 | |___| (_) | (_| | __/ (_| (_) \ V / 17:32:42 \_____\___/ \__,_|\___|\___\___/ \_/ 17:32:42 Bash-20210309-2b87ace 17:32:42 17:32:42 17:32:42 ==> git version 2.24.3 found 17:32:42 ==> 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 17:32:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:32:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:32:42 ==> Jenkins CI detected. 17:32:42 project root: . 17:32:42 --> token set from env 17:32:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:32:42 ==> Running gcov in . (disable via -X gcov) 17:32:42 ==> Python coveragepy not found 17:32:42 ==> Searching for coverage reports in: 17:32:42 + . 17:32:42 -> Found 1 reports 17:32:42 ==> Detecting git/mercurial file structure 17:32:42 ==> Reading reports 17:32:42 + ./coverage.out bytes=10 17:32:42 ==> Appending adjustments 17:32:42 https://docs.codecov.io/docs/fixing-reports 17:32:43 + Found adjustments 17:32:43 ==> Gzipping contents 17:32:43 4.0K /tmp/codecov.WorJzk.gz 17:32:43 ==> Uploading reports 17:32:43 url: https://codecov.io 17:32:43 query: branch=PR-313&commit=cecdf9c347817c1eefba2c6bd3a516a37707d8c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-313%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=313&job=&cmd_args= 17:32:43 -> Pinging Codecov 17:32:43 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-313&commit=cecdf9c347817c1eefba2c6bd3a516a37707d8c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-313%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=313&job=&cmd_args= 17:32:44 -> Uploading to 17:32:44 https://storage.googleapis.com/codecov/v4/raw/2021-03-20/FB506323287CE973F263BFD2A0EB1F37/cecdf9c347817c1eefba2c6bd3a516a37707d8c0/7f366cee-d6ce-4547-b03b-055318e069ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T173243Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=24b21f471079a70d770723e2ff1b37faad6d785236220259103a9b8408c909f7 17:32:44 % Total % Received % Xferd Average Speed Time Time Time Current 17:32:44 Dload Upload Total Spent Left Speed 17:32:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 5961 --:--:-- --:--:-- --:--:-- 5961 100 3219 0 0 100 3219 0 5959 --:--:-- --:--:-- --:--:-- 5961 17:32:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [Pipeline] } 17:32:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:32:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:32:47 ---> package-listing.sh 17:32:47 ++ facter osfamily 17:32:47 ++ tr '[:upper:]' '[:lower:]' 17:32:48 + OS_FAMILY=redhat 17:32:48 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-313 17:32:48 + START_PACKAGES=/tmp/packages_start.txt 17:32:48 + END_PACKAGES=/tmp/packages_end.txt 17:32:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:32:48 + PACKAGES=/tmp/packages_start.txt 17:32:48 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-313 ']' 17:32:48 + PACKAGES=/tmp/packages_end.txt 17:32:48 + case "${OS_FAMILY}" in 17:32:48 + rpm -qa 17:32:48 + sort 17:32:58 + '[' -f /tmp/packages_start.txt ']' 17:32:58 + '[' -f /tmp/packages_end.txt ']' 17:32:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:32:58 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-313 ']' 17:32:58 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-313/archives/ 17:32:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-313/archives/ [Pipeline] echo 17:32:58 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-313/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:32:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:32:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:32:59 17:32:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:32:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:33:00 alpine: Pulling from edgex-lftools-log-publisher 17:33:00 df20fa9351a1: Pulling fs layer 17:33:00 36b3adc4ff6f: Pulling fs layer 17:33:00 8ad3a11d3b57: Pulling fs layer 17:33:00 46f8f816bc3b: Pulling fs layer 17:33:00 93b61091891f: Pulling fs layer 17:33:00 93b9cdb0e59b: Pulling fs layer 17:33:00 5e14af77c1be: Pulling fs layer 17:33:00 01666e4c0597: Pulling fs layer 17:33:00 aa168da1d23b: Pulling fs layer 17:33:00 93b9cdb0e59b: Waiting 17:33:00 5e14af77c1be: Waiting 17:33:00 01666e4c0597: Waiting 17:33:00 aa168da1d23b: Waiting 17:33:00 46f8f816bc3b: Waiting 17:33:00 93b61091891f: Waiting 17:33:00 36b3adc4ff6f: Download complete 17:33:00 46f8f816bc3b: Verifying Checksum 17:33:00 46f8f816bc3b: Download complete 17:33:00 df20fa9351a1: Verifying Checksum 17:33:00 93b9cdb0e59b: Verifying Checksum 17:33:00 93b9cdb0e59b: Download complete 17:33:00 5e14af77c1be: Verifying Checksum 17:33:00 5e14af77c1be: Download complete 17:33:00 01666e4c0597: Verifying Checksum 17:33:00 01666e4c0597: Download complete 17:33:00 93b61091891f: Verifying Checksum 17:33:00 93b61091891f: Download complete 17:33:01 8ad3a11d3b57: Verifying Checksum 17:33:01 8ad3a11d3b57: Download complete 17:33:01 df20fa9351a1: Pull complete 17:33:02 36b3adc4ff6f: Pull complete 17:33:05 8ad3a11d3b57: Pull complete 17:33:06 46f8f816bc3b: Pull complete 17:33:07 93b61091891f: Pull complete 17:33:07 aa168da1d23b: Verifying Checksum 17:33:07 aa168da1d23b: Download complete 17:33:07 93b9cdb0e59b: Pull complete 17:33:08 5e14af77c1be: Pull complete 17:33:08 01666e4c0597: Pull complete 17:33:27 aa168da1d23b: Pull complete 17:33:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:33:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:33:28 prd-centos7-docker-4c-2g-30734 does not seem to be running inside a container 17:33:28 $ 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-313/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-313 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313:/w/workspace/edgexfoundry_edgex-ui-go_PR-313:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@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 17:33:31 $ docker top 7d83b83c11abdb066ed1b19d1a5c1b4f6675c3164d75dd1025fca34567d75a47 -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:32 + touch /tmp/pre-build-complete [Pipeline] sh 17:33:32 + mkdir -p /var/log/sa [Pipeline] sh 17:33:34 + ls /var/log/sa-host 17:33:34 + sadf -c /var/log/sa-host/sa20 17:33:34 file_magic: OK 17:33:34 HZ: Using current value: 100 17:33:34 file_header: OK 17:33:34 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 17:33:34 Statistics: 17:33:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:33:34 File successfully converted to sysstat format version 12.2.1 17:33:34 + sadf -c /var/log/sa-host/sa23 17:33:34 file_magic: OK 17:33:34 HZ: Using current value: 100 17:33:34 file_header: OK 17:33:34 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 17:33:34 Statistics: 17:33:34 Hnuu...uuuununununu... 17:33:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:33:34 provisioning config files... 17:33:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/config3704539034858051669tmp [Pipeline] { [Pipeline] echo 17:33:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:33:35 ---> create-netrc.sh [Pipeline] } 17:33:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:33:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:33:35 ---> python-tools-install.sh [Pipeline] echo 17:33:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:33:36 ---> sudo-logs.sh 17:33:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:33:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:33:37 ---> job-cost.sh 17:33:37 lf-activate-venv: SKIPPING 17:33:37 DEBUG: total: 0.20999999344348907 17:33:37 INFO: Retrieving Stack Cost... 17:33:38 INFO: Retrieving Pricing Info for: v1-standard-2 17:33:38 INFO: Archiving Costs [Pipeline] echo 17:33:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:33:39 ---> logs-deploy.sh 17:33:39 lf-activate-venv: SKIPPING 17:33:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-313/2 17:33:39 INFO: archiving workspace using pattern(s): 17:33:43 Archives upload complete. 17:33:43 INFO: archiving logs to Nexus 17:33:45 ---> uname -a: 17:33:45 Linux prd-centos7-docker-4c-2g-30734.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:33:45 17:33:45 17:33:45 ---> lscpu: 17:33:45 Architecture: x86_64 17:33:45 CPU op-mode(s): 32-bit, 64-bit 17:33:45 Byte Order: Little Endian 17:33:45 Address sizes: 40 bits physical, 48 bits virtual 17:33:45 CPU(s): 4 17:33:45 On-line CPU(s) list: 0-3 17:33:45 Thread(s) per core: 1 17:33:45 Core(s) per socket: 1 17:33:45 Socket(s): 4 17:33:45 NUMA node(s): 1 17:33:45 Vendor ID: GenuineIntel 17:33:45 CPU family: 6 17:33:45 Model: 44 17:33:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:33:45 Stepping: 1 17:33:45 CPU MHz: 2933.438 17:33:45 BogoMIPS: 5866.87 17:33:45 Virtualization: VT-x 17:33:45 Hypervisor vendor: KVM 17:33:45 Virtualization type: full 17:33:45 L1d cache: 128 KiB 17:33:45 L1i cache: 128 KiB 17:33:45 L2 cache: 16 MiB 17:33:45 L3 cache: 64 MiB 17:33:45 NUMA node0 CPU(s): 0-3 17:33:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:33:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:33:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:33:45 Vulnerability Meltdown: Mitigation; PTI 17:33:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:33:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:33:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:33:45 Vulnerability Srbds: Not affected 17:33:45 Vulnerability Tsx async abort: Not affected 17:33:45 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 17:33:45 17:33:45 17:33:45 ---> nproc: 17:33:45 4 17:33:45 17:33:45 17:33:45 ---> df -h: 17:33:45 Filesystem Size Used Available Use% Mounted on 17:33:45 overlay 50.0G 7.3G 42.7G 15% / 17:33:45 tmpfs 64.0M 0 64.0M 0% /dev 17:33:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:33:45 shm 64.0M 0 64.0M 0% /dev/shm 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-313 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:33:45 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:33:45 17:33:45 17:33:45 ---> free -m: 17:33:45 total used free shared buff/cache available 17:33:45 Mem: 1837 698 105 0 1033 1034 17:33:45 Swap: 1023 1 1022 17:33:45 17:33:45 17:33:45 ---> ip addr: 17:33:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:33:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:33:45 inet 127.0.0.1/8 scope host lo 17:33:45 valid_lft forever preferred_lft forever 17:33:45 inet6 ::1/128 scope host 17:33:45 valid_lft forever preferred_lft forever 17:33:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:33:45 link/ether fa:16:3e:f5:7f:c4 brd ff:ff:ff:ff:ff:ff 17:33:45 inet 10.30.123.124/23 brd 10.30.123.255 scope global dynamic eth0 17:33:45 valid_lft 85754sec preferred_lft 85754sec 17:33:45 inet6 fe80::f816:3eff:fef5:7fc4/64 scope link 17:33:45 valid_lft forever preferred_lft forever 17:33:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:33:45 link/ether 02:42:c0:9d:53:fc brd ff:ff:ff:ff:ff:ff 17:33:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:33:45 valid_lft forever preferred_lft forever 17:33:45 inet6 fe80::42:c0ff:fe9d:53fc/64 scope link 17:33:45 valid_lft forever preferred_lft forever 17:33:45 17:33:45 17:33:46 ---> sar -b -r -n DEV: 17:33:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:33:46 17:33:46 17:22:44 LINUX RESTART (4 CPU) 17:33:46 17:33:46 17:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:33:46 17:25:01 59.62 16.19 43.43 0.00 4915.73 4697.11 0.00 17:33:46 17:26:01 2.43 0.00 2.43 0.00 0.00 53.48 0.00 17:33:46 17:27:02 0.42 0.00 0.42 0.00 0.00 6.09 0.00 17:33:46 17:28:01 0.22 0.00 0.22 0.00 0.00 2.29 0.00 17:33:46 17:29:01 0.32 0.00 0.32 0.00 0.00 4.56 0.00 17:33:46 17:30:01 0.27 0.00 0.27 0.00 0.00 2.88 0.00 17:33:46 17:31:01 0.32 0.00 0.32 0.00 0.00 3.48 0.00 17:33:46 17:32:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 17:33:46 17:33:01 50.37 48.60 1.77 0.00 4139.36 54.10 0.00 17:33:46 Average: 12.74 7.24 5.51 0.00 1011.02 538.44 0.00 17:33:46 17:33:46 17:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:33:46 17:25:01 165220 0 602508 32.02 2620 1111196 1103124 37.65 410028 1105372 128 17:33:46 17:26:01 172512 0 595152 31.63 2620 1111260 1054152 35.98 419596 1090020 32 17:33:46 17:27:02 172372 0 595344 31.64 2620 1111208 1043884 35.63 416652 1093252 8 17:33:46 17:28:01 173164 0 594548 31.60 2620 1111212 1038732 35.45 429164 1080072 8 17:33:46 17:29:01 171856 0 595852 31.67 2620 1111216 1038744 35.45 432124 1078828 8 17:33:46 17:30:01 173908 0 593792 31.56 2620 1111224 1026396 35.03 426916 1081884 8 17:33:46 17:31:01 174860 0 592840 31.51 2620 1111224 1020228 34.82 426704 1081636 8 17:33:46 17:32:01 174976 0 592720 31.50 2620 1111228 1020228 34.82 426708 1081636 8 17:33:46 17:33:01 71124 0 670044 35.61 2620 1137756 1431444 48.85 497704 1111344 34540 17:33:46 Average: 161110 0 603644 32.08 2620 1114169 1086326 37.07 431733 1089338 3861 17:33:46 17:33:46 17:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:33:46 17:25:01 eth0 184.22 157.86 800.40 76.03 0.00 0.00 0.00 0.00 17:33:46 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:25:01 docker0 31.74 23.69 3.29 116.13 0.00 0.00 0.00 0.00 17:33:46 17:26:01 eth0 3.74 0.78 0.93 0.38 0.00 0.00 0.00 0.00 17:33:46 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:27:02 eth0 2.03 0.55 0.63 0.40 0.00 0.00 0.00 0.00 17:33:46 17:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:28:01 eth0 0.83 0.32 0.31 0.23 0.00 0.00 0.00 0.00 17:33:46 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:29:01 eth0 0.70 0.43 0.35 0.27 0.00 0.00 0.00 0.00 17:33:46 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:30:01 eth0 0.27 0.17 0.07 0.01 0.00 0.00 0.00 0.00 17:33:46 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:31:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:33:46 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:32:01 eth0 0.37 0.07 0.02 0.01 0.00 0.00 0.00 0.00 17:33:46 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:33:01 eth0 69.61 49.58 539.51 9.48 0.00 0.00 0.00 0.00 17:33:46 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 Average: eth0 29.23 23.42 149.85 9.69 0.00 0.00 0.00 0.00 17:33:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:33:46 Average: docker0 3.54 2.64 0.37 12.96 0.00 0.00 0.00 0.00 17:33:46 17:33:46 17:33:46 ---> sar -P ALL: 17:33:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:33:46 17:33:46 17:22:44 LINUX RESTART (4 CPU) 17:33:46 17:33:46 17:24:01 CPU %user %nice %system %iowait %steal %idle 17:33:46 17:25:01 all 8.47 0.00 4.47 1.29 18.25 67.51 17:33:46 17:25:01 0 6.11 0.00 3.83 0.71 20.21 69.14 17:33:46 17:25:01 1 9.11 0.00 4.31 2.87 18.18 65.53 17:33:46 17:25:01 2 11.25 0.00 4.40 0.58 16.86 66.91 17:33:46 17:25:01 3 7.47 0.00 5.35 1.00 17.73 68.45 17:33:46 17:26:01 all 0.08 0.00 0.09 0.00 1.20 98.63 17:33:46 17:26:01 0 0.20 0.00 0.05 0.00 1.21 98.55 17:33:46 17:26:01 1 0.03 0.00 0.08 0.00 0.89 98.99 17:33:46 17:26:01 2 0.07 0.00 0.13 0.00 1.45 98.35 17:33:46 17:26:01 3 0.02 0.00 0.10 0.00 1.25 98.63 17:33:46 17:27:02 all 0.12 0.00 0.23 0.00 1.68 97.97 17:33:46 17:27:02 0 0.28 0.00 0.02 0.00 1.79 97.91 17:33:46 17:27:02 1 0.03 0.00 0.15 0.00 1.64 98.18 17:33:46 17:27:02 2 0.10 0.00 0.60 0.00 1.06 98.25 17:33:46 17:27:02 3 0.05 0.00 0.18 0.00 2.21 97.56 17:33:46 17:28:01 all 0.09 0.00 0.04 0.00 0.51 99.35 17:33:46 17:28:01 0 0.29 0.00 0.03 0.00 0.36 99.32 17:33:46 17:28:01 1 0.05 0.00 0.07 0.00 0.49 99.39 17:33:46 17:28:01 2 0.02 0.00 0.03 0.00 0.62 99.33 17:33:46 17:28:01 3 0.02 0.00 0.03 0.00 0.57 99.38 17:33:46 17:29:01 all 0.05 0.00 0.11 0.00 1.09 98.75 17:33:46 17:29:01 0 0.13 0.00 0.07 0.00 0.56 99.24 17:33:46 17:29:01 1 0.02 0.00 0.18 0.00 0.83 98.97 17:33:46 17:29:01 2 0.05 0.00 0.13 0.00 0.48 99.34 17:33:46 17:29:01 3 0.02 0.00 0.05 0.00 2.46 97.47 17:33:46 17:30:01 all 0.04 0.00 0.05 0.00 2.76 97.15 17:33:46 17:30:01 0 0.00 0.00 0.05 0.00 1.04 98.91 17:33:46 17:30:01 1 0.02 0.00 0.05 0.00 4.36 95.58 17:33:46 17:30:01 2 0.10 0.00 0.07 0.00 2.20 97.64 17:33:46 17:30:01 3 0.03 0.00 0.03 0.00 3.38 96.55 17:33:46 17:31:01 all 0.08 0.00 0.03 0.00 0.90 98.99 17:33:46 17:31:01 0 0.03 0.00 0.03 0.00 0.94 98.99 17:33:46 17:31:01 1 0.03 0.00 0.03 0.00 0.56 99.37 17:33:46 17:31:01 2 0.23 0.00 0.02 0.00 0.55 99.20 17:33:46 17:31:01 3 0.03 0.00 0.05 0.00 1.53 98.39 17:33:46 17:32:01 all 0.09 0.00 0.03 0.00 0.39 99.49 17:33:46 17:32:01 0 0.02 0.00 0.02 0.00 0.12 99.85 17:33:46 17:32:01 1 0.03 0.00 0.05 0.00 0.60 99.32 17:33:46 17:32:01 2 0.25 0.00 0.02 0.00 0.27 99.47 17:33:46 17:32:01 3 0.05 0.00 0.03 0.00 0.58 99.34 17:33:46 17:33:01 all 1.80 0.00 0.99 2.52 4.36 90.33 17:33:46 17:33:01 0 1.54 0.00 1.16 0.39 4.24 92.66 17:33:46 17:33:01 1 2.00 0.00 1.19 3.49 4.47 88.86 17:33:46 17:33:01 2 1.03 0.00 0.67 2.63 4.08 91.59 17:33:46 17:33:01 3 2.64 0.00 0.96 3.58 4.63 88.19 17:33:46 Average: all 1.25 0.00 0.70 0.43 3.57 94.05 17:33:46 Average: 0 1.00 0.00 0.61 0.13 3.53 94.73 17:33:46 Average: 1 1.31 0.00 0.70 0.73 3.66 93.60 17:33:46 Average: 2 1.51 0.00 0.70 0.36 3.15 94.27 17:33:46 Average: 3 1.19 0.00 0.78 0.51 3.91 93.61 17:33:46 17:33:46 17:33:46