Pull request #160 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 0da0d359366b43ad56c23d2ccd040d0de8e4b31d rather than eafa1c44216b19aa20bf091af73cd92414980812 Obtained Jenkinsfile from 0da0d359366b43ad56c23d2ccd040d0de8e4b31d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.11] ========================================================= [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.11 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3687 in /w/workspace/edgexfoundry_edgex-ui-go_PR-160 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-160 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0da0d359366b43ad56c23d2ccd040d0de8e4b31d into PR head commit eafa1c44216b19aa20bf091af73cd92414980812 Merge succeeded, producing eafa1c44216b19aa20bf091af73cd92414980812 Checking out Revision eafa1c44216b19aa20bf091af73cd92414980812 (PR-160) > git config core.sparsecheckout # timeout=10 > git checkout -f eafa1c44216b19aa20bf091af73cd92414980812 # 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 0da0d359366b43ad56c23d2ccd040d0de8e4b31d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eafa1c44216b19aa20bf091af73cd92414980812 # timeout=10 Commit message: "add folder to type of Functions" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-09T09:20:02.477Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:20:04.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T09:20:04.647Z] [2020-03-09T09:20:04.647Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:20:05.005Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T09:20:05.005Z] latest: Pulling from edgex-devops/git-semver [2020-03-09T09:20:05.005Z] 9123ac7c32f7: Pulling fs layer [2020-03-09T09:20:05.005Z] b8cc5d1170e3: Pulling fs layer [2020-03-09T09:20:05.005Z] 2924cbbf6a41: Pulling fs layer [2020-03-09T09:20:05.005Z] 93b08a4f1073: Pulling fs layer [2020-03-09T09:20:05.005Z] 93b08a4f1073: Waiting [2020-03-09T09:20:05.005Z] b8cc5d1170e3: Verifying Checksum [2020-03-09T09:20:05.005Z] b8cc5d1170e3: Download complete [2020-03-09T09:20:05.265Z] 9123ac7c32f7: Verifying Checksum [2020-03-09T09:20:05.265Z] 9123ac7c32f7: Download complete [2020-03-09T09:20:05.265Z] 93b08a4f1073: Verifying Checksum [2020-03-09T09:20:05.265Z] 93b08a4f1073: Download complete [2020-03-09T09:20:05.265Z] 2924cbbf6a41: Verifying Checksum [2020-03-09T09:20:05.265Z] 2924cbbf6a41: Download complete [2020-03-09T09:20:05.524Z] 9123ac7c32f7: Pull complete [2020-03-09T09:20:05.524Z] b8cc5d1170e3: Pull complete [2020-03-09T09:20:06.460Z] 2924cbbf6a41: Pull complete [2020-03-09T09:20:06.460Z] 93b08a4f1073: Pull complete [2020-03-09T09:20:06.460Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-09T09:20:06.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-09T09:20:06.591Z] prd-centos7-docker-4c-2g-3687 does not seem to be running inside a container [2020-03-09T09:20:06.635Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-160 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-160:/w/workspace/edgexfoundry_edgex-ui-go_PR-160:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-160@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-09T09:20:07.215Z] $ docker top 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-09T09:20:07.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T09:20:07.909Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T09:20:08.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T09:20:08.117Z] $ docker exec 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c ssh-agent [2020-03-09T09:20:08.293Z] SSH_AUTH_SOCK=/tmp/ssh-uipeNN1wDAAa/agent.14 [2020-03-09T09:20:08.293Z] SSH_AGENT_PID=21 [2020-03-09T09:20:08.301Z] Running ssh-add (command line suppressed) [2020-03-09T09:20:08.442Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/private_key_2541844359956899494.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/private_key_2541844359956899494.key) [2020-03-09T09:20:08.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T09:20:08.821Z] + git describe --exact-match --tags HEAD [2020-03-09T09:20:08.821Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-09T09:20:08.892Z] $ docker exec --env ******** --env ******** 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c ssh-agent -k [2020-03-09T09:20:09.035Z] unset SSH_AUTH_SOCK; [2020-03-09T09:20:09.035Z] unset SSH_AGENT_PID; [2020-03-09T09:20:09.035Z] echo Agent pid 21 killed; [2020-03-09T09:20:09.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-09T09:20:09.148Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-09T09:20:09.148Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-09T09:20:09.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T09:20:09.225Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T09:20:09.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T09:20:09.414Z] $ docker exec 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c ssh-agent [2020-03-09T09:20:09.582Z] SSH_AUTH_SOCK=/tmp/ssh-96tB0uBFHJk6/agent.57 [2020-03-09T09:20:09.582Z] SSH_AGENT_PID=64 [2020-03-09T09:20:09.588Z] Running ssh-add (command line suppressed) [2020-03-09T09:20:09.737Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/private_key_1757841379515323277.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/private_key_1757841379515323277.key) [2020-03-09T09:20:09.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T09:20:10.159Z] + git semver init [2020-03-09T09:20:10.160Z] # -> Open(): unable to determine branch for HEAD [2020-03-09T09:20:10.160Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-160/.git [2020-03-09T09:20:10.160Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-160 [2020-03-09T09:20:10.160Z] # $SEMVER_REMOTE_NAME = origin [2020-03-09T09:20:10.160Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-09T09:20:10.160Z] # $SEMVER_USER_NAME = jenkins [2020-03-09T09:20:10.160Z] # $SEMVER_BRANCH = PR-160 [2020-03-09T09:20:10.160Z] # $SEMVER_TEMP = /tmp/semver-952256703 [2020-03-09T09:20:10.160Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-03-09T09:20:10.739Z] # '/tmp/semver-952256703' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-160/.semver' [2020-03-09T09:20:10.739Z] # -> Force: false [2020-03-09T09:20:10.739Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-160/.semver [Pipeline] } [2020-03-09T09:20:10.749Z] $ docker exec --env ******** --env ******** 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c ssh-agent -k [2020-03-09T09:20:10.889Z] unset SSH_AUTH_SOCK; [2020-03-09T09:20:10.890Z] unset SSH_AGENT_PID; [2020-03-09T09:20:10.890Z] echo Agent pid 64 killed; [2020-03-09T09:20:10.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-09T09:20:11.375Z] + git semver [Pipeline] } [2020-03-09T09:20:11.394Z] $ docker stop --time=1 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c [2020-03-09T09:20:12.716Z] $ docker rm -f 42a41fe0505a0687ce91e7989602518f142e8194acf1ace78a80e79b3e128d1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-09T09:20:13.652Z] Stashed 22 file(s) [Pipeline] echo [2020-03-09T09:20:13.654Z] [edgeXSemver] initialized semver on version 0.0.0 [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 [2020-03-09T09:20:28.960Z] Still waiting to schedule task [2020-03-09T09:20:28.960Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-09T09:20:28.961Z] Still waiting to schedule task [2020-03-09T09:20:28.962Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2518’ is offline [2020-03-09T09:22:11.925Z] Running on prd-centos7-docker-4c-2g-3689 in /w/workspace/edgexfoundry_edgex-ui-go_PR-160 [Pipeline] { [Pipeline] ws [2020-03-09T09:22:11.964Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-03-09T09:22:14.461Z] using credential edgex-jenkins-ssh [2020-03-09T09:22:14.504Z] Cloning the remote Git repository [2020-03-09T09:22:14.504Z] Cloning with configured refspecs honoured and without tags [2020-03-09T09:22:15.273Z] Fetching without tags [2020-03-09T09:22:13.903Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-09T09:22:13.943Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-03-09T09:22:13.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-09T09:22:13.996Z] > git --version # timeout=10 [2020-03-09T09:22:14.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T09:22:14.034Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T09:22:14.672Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-09T09:22:14.681Z] > git config --add remote.origin.fetch +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10 [2020-03-09T09:22:14.687Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T09:22:14.697Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-09T09:22:14.713Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-09T09:22:14.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T09:22:14.718Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T09:22:15.629Z] Merging remotes/origin/master commit 0da0d359366b43ad56c23d2ccd040d0de8e4b31d into PR head commit eafa1c44216b19aa20bf091af73cd92414980812 [2020-03-09T09:22:15.752Z] Merge succeeded, producing eafa1c44216b19aa20bf091af73cd92414980812 [2020-03-09T09:22:15.752Z] Checking out Revision eafa1c44216b19aa20bf091af73cd92414980812 (PR-160) [2020-03-09T09:22:16.206Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3688 in /w/workspace/edgexfoundry_edgex-ui-go_PR-160 [Pipeline] { [2020-03-09T09:22:15.098Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T09:22:15.104Z] > git checkout -f eafa1c44216b19aa20bf091af73cd92414980812 # timeout=10 [2020-03-09T09:22:15.189Z] > git remote # timeout=10 [2020-03-09T09:22:15.195Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T09:22:15.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T09:22:15.206Z] > git merge 0da0d359366b43ad56c23d2ccd040d0de8e4b31d # timeout=10 [2020-03-09T09:22:15.217Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T09:22:15.227Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T09:22:15.233Z] > git checkout -f eafa1c44216b19aa20bf091af73cd92414980812 # timeout=10 [Pipeline] ws [2020-03-09T09:22:16.743Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-03-09T09:22:19.789Z] Commit message: "add folder to type of Functions" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T09:22:20.793Z] ========================================================= [2020-03-09T09:22:20.793Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine] [2020-03-09T09:22:20.793Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:22:21.536Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine . [2020-03-09T09:22:21.795Z] Sending build context to Docker daemon 10.7MB [2020-03-09T09:22:21.795Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-03-09T09:22:21.795Z] Step 2/8 : FROM ${BASE} [2020-03-09T09:22:22.054Z] 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-09T09:22:22.054Z] 9d48c3bd43c5: Pulling fs layer [2020-03-09T09:22:22.054Z] 7f94eaf8af20: Pulling fs layer [2020-03-09T09:22:22.054Z] 9fe9984849c1: Pulling fs layer [2020-03-09T09:22:22.054Z] ec448270508e: Pulling fs layer [2020-03-09T09:22:22.054Z] 65ba82af53f7: Pulling fs layer [2020-03-09T09:22:22.054Z] 07c18b20a200: Pulling fs layer [2020-03-09T09:22:22.054Z] d9b3ee039db2: Pulling fs layer [2020-03-09T09:22:22.054Z] 8c79c1ac0d81: Pulling fs layer [2020-03-09T09:22:22.054Z] ff40f1a7a0b9: Pulling fs layer [2020-03-09T09:22:22.054Z] bdb43ae2d12f: Pulling fs layer [2020-03-09T09:22:22.054Z] 8e1ab0ef8490: Pulling fs layer [2020-03-09T09:22:22.054Z] d9b3ee039db2: Waiting [2020-03-09T09:22:22.054Z] 8c79c1ac0d81: Waiting [2020-03-09T09:22:22.054Z] ff40f1a7a0b9: Waiting [2020-03-09T09:22:22.054Z] bdb43ae2d12f: Waiting [2020-03-09T09:22:22.054Z] 8e1ab0ef8490: Waiting [2020-03-09T09:22:22.054Z] ec448270508e: Waiting [2020-03-09T09:22:22.054Z] 65ba82af53f7: Waiting [2020-03-09T09:22:22.054Z] 07c18b20a200: Waiting [2020-03-09T09:22:22.054Z] 9fe9984849c1: Verifying Checksum [2020-03-09T09:22:22.054Z] 9fe9984849c1: Download complete [2020-03-09T09:22:22.054Z] 7f94eaf8af20: Verifying Checksum [2020-03-09T09:22:22.054Z] 7f94eaf8af20: Download complete [2020-03-09T09:22:22.054Z] 65ba82af53f7: Verifying Checksum [2020-03-09T09:22:22.054Z] 65ba82af53f7: Download complete [2020-03-09T09:22:22.054Z] 07c18b20a200: Verifying Checksum [2020-03-09T09:22:22.054Z] 07c18b20a200: Download complete [2020-03-09T09:22:22.054Z] 9d48c3bd43c5: Verifying Checksum [2020-03-09T09:22:22.054Z] 9d48c3bd43c5: Download complete [2020-03-09T09:22:22.319Z] 9d48c3bd43c5: Pull complete [2020-03-09T09:22:22.578Z] 7f94eaf8af20: Pull complete [2020-03-09T09:22:22.621Z] using credential edgex-jenkins-ssh [2020-03-09T09:22:22.671Z] Cloning the remote Git repository [2020-03-09T09:22:22.671Z] Cloning with configured refspecs honoured and without tags [2020-03-09T09:22:22.840Z] d9b3ee039db2: Verifying Checksum [2020-03-09T09:22:22.840Z] d9b3ee039db2: Download complete [2020-03-09T09:22:22.840Z] ff40f1a7a0b9: Verifying Checksum [2020-03-09T09:22:22.840Z] ff40f1a7a0b9: Download complete [2020-03-09T09:22:23.421Z] bdb43ae2d12f: Verifying Checksum [2020-03-09T09:22:23.421Z] bdb43ae2d12f: Download complete [2020-03-09T09:22:23.421Z] 8e1ab0ef8490: Verifying Checksum [2020-03-09T09:22:23.421Z] 8e1ab0ef8490: Download complete [2020-03-09T09:22:22.746Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-09T09:22:22.848Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-03-09T09:22:22.942Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-09T09:22:22.944Z] > git --version # timeout=10 [2020-03-09T09:22:22.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T09:22:23.024Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T09:22:23.680Z] 8c79c1ac0d81: Verifying Checksum [2020-03-09T09:22:23.680Z] 8c79c1ac0d81: Download complete [2020-03-09T09:22:23.680Z] ec448270508e: Verifying Checksum [2020-03-09T09:22:23.680Z] ec448270508e: Download complete [2020-03-09T09:22:24.615Z] 9fe9984849c1: Pull complete [2020-03-09T09:22:24.775Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-09T09:22:24.806Z] > git config --add remote.origin.fetch +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10 [2020-03-09T09:22:24.883Z] Fetching without tags [2020-03-09T09:22:25.413Z] Merging remotes/origin/master commit 0da0d359366b43ad56c23d2ccd040d0de8e4b31d into PR head commit eafa1c44216b19aa20bf091af73cd92414980812 [2020-03-09T09:22:25.900Z] Merge succeeded, producing eafa1c44216b19aa20bf091af73cd92414980812 [2020-03-09T09:22:25.901Z] Checking out Revision eafa1c44216b19aa20bf091af73cd92414980812 (PR-160) [2020-03-09T09:22:24.826Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T09:22:24.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-09T09:22:24.897Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-09T09:22:24.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T09:22:24.918Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T09:22:25.436Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T09:22:25.501Z] > git checkout -f eafa1c44216b19aa20bf091af73cd92414980812 # timeout=10 [2020-03-09T09:22:25.788Z] > git remote # timeout=10 [2020-03-09T09:22:25.829Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T09:22:25.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T09:22:25.867Z] > git merge 0da0d359366b43ad56c23d2ccd040d0de8e4b31d # timeout=10 [2020-03-09T09:22:25.889Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T09:22:25.910Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T09:22:25.940Z] > git checkout -f eafa1c44216b19aa20bf091af73cd92414980812 # timeout=10 [2020-03-09T09:22:29.909Z] ec448270508e: Pull complete [2020-03-09T09:22:29.909Z] 65ba82af53f7: Pull complete [2020-03-09T09:22:29.909Z] 07c18b20a200: Pull complete [2020-03-09T09:22:30.390Z] Commit message: "add folder to type of Functions" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T09:22:31.798Z] ========================================================= [2020-03-09T09:22:31.798Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine] [2020-03-09T09:22:31.798Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:22:32.836Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine . [2020-03-09T09:22:33.210Z] d9b3ee039db2: Pull complete [2020-03-09T09:22:33.808Z] Sending build context to Docker daemon 10.7MB [2020-03-09T09:22:33.808Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-03-09T09:22:33.808Z] Step 2/8 : FROM ${BASE} [2020-03-09T09:22:34.396Z] 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-09T09:22:34.396Z] 29bddadc8f3f: Pulling fs layer [2020-03-09T09:22:34.396Z] 02bb20f2603b: Pulling fs layer [2020-03-09T09:22:34.396Z] b62863a3550b: Pulling fs layer [2020-03-09T09:22:34.396Z] 9586258a13ea: Pulling fs layer [2020-03-09T09:22:34.396Z] a8b2cbafd68c: Pulling fs layer [2020-03-09T09:22:34.396Z] d1dd75721c92: Pulling fs layer [2020-03-09T09:22:34.396Z] 4e34fffdb759: Pulling fs layer [2020-03-09T09:22:34.396Z] fd1d9eb628f9: Pulling fs layer [2020-03-09T09:22:34.396Z] bd44c58b92db: Pulling fs layer [2020-03-09T09:22:34.396Z] e5856e266cf4: Pulling fs layer [2020-03-09T09:22:34.396Z] f0f88b30cdbb: Pulling fs layer [2020-03-09T09:22:34.396Z] 9586258a13ea: Waiting [2020-03-09T09:22:34.396Z] a8b2cbafd68c: Waiting [2020-03-09T09:22:34.396Z] d1dd75721c92: Waiting [2020-03-09T09:22:34.396Z] 4e34fffdb759: Waiting [2020-03-09T09:22:34.396Z] e5856e266cf4: Waiting [2020-03-09T09:22:34.396Z] fd1d9eb628f9: Waiting [2020-03-09T09:22:34.396Z] f0f88b30cdbb: Waiting [2020-03-09T09:22:34.396Z] bd44c58b92db: Waiting [2020-03-09T09:22:34.396Z] b62863a3550b: Verifying Checksum [2020-03-09T09:22:34.396Z] b62863a3550b: Download complete [2020-03-09T09:22:34.396Z] 02bb20f2603b: Verifying Checksum [2020-03-09T09:22:34.396Z] 02bb20f2603b: Download complete [2020-03-09T09:22:34.396Z] a8b2cbafd68c: Download complete [2020-03-09T09:22:34.396Z] d1dd75721c92: Verifying Checksum [2020-03-09T09:22:34.396Z] d1dd75721c92: Download complete [2020-03-09T09:22:34.676Z] 29bddadc8f3f: Verifying Checksum [2020-03-09T09:22:34.676Z] 29bddadc8f3f: Download complete [2020-03-09T09:22:35.273Z] 29bddadc8f3f: Pull complete [2020-03-09T09:22:35.867Z] 02bb20f2603b: Pull complete [2020-03-09T09:22:36.140Z] b62863a3550b: Pull complete [2020-03-09T09:22:36.522Z] 8c79c1ac0d81: Pull complete [2020-03-09T09:22:36.783Z] ff40f1a7a0b9: Pull complete [2020-03-09T09:22:37.723Z] bdb43ae2d12f: Pull complete [2020-03-09T09:22:37.723Z] 8e1ab0ef8490: Pull complete [2020-03-09T09:22:37.723Z] Digest: sha256:c76e0edd79d4c6656119c378b17c5c9a3bdc51370d3ca27653326e6060dcfb5d [2020-03-09T09:22:37.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine [2020-03-09T09:22:37.723Z] ---> 8acfeb908b63 [2020-03-09T09:22:37.723Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T09:22:37.989Z] ---> Running in c7e679a74041 [2020-03-09T09:22:37.989Z] Removing intermediate container c7e679a74041 [2020-03-09T09:22:37.989Z] ---> 37764b27aaeb [2020-03-09T09:22:37.989Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T09:22:37.989Z] ---> Running in c33a3a39ef25 [2020-03-09T09:22:38.759Z] 4e34fffdb759: Verifying Checksum [2020-03-09T09:22:38.759Z] 4e34fffdb759: Download complete [2020-03-09T09:22:38.759Z] bd44c58b92db: Verifying Checksum [2020-03-09T09:22:38.759Z] bd44c58b92db: Download complete [2020-03-09T09:22:38.933Z] Removing intermediate container c33a3a39ef25 [2020-03-09T09:22:38.933Z] ---> 201539a792f9 [2020-03-09T09:22:38.933Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-09T09:22:39.196Z] ---> Running in 14eb1803cdf3 [2020-03-09T09:22:40.149Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-09T09:22:41.091Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-09T09:22:41.091Z] OK: 134 MiB in 39 packages [2020-03-09T09:22:41.368Z] e5856e266cf4: Verifying Checksum [2020-03-09T09:22:41.368Z] e5856e266cf4: Download complete [2020-03-09T09:22:41.368Z] f0f88b30cdbb: Verifying Checksum [2020-03-09T09:22:41.368Z] f0f88b30cdbb: Download complete [2020-03-09T09:22:41.661Z] Removing intermediate container 14eb1803cdf3 [2020-03-09T09:22:41.661Z] ---> 31b3f77578ac [2020-03-09T09:22:41.661Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-03-09T09:22:41.661Z] ---> Running in 6dfd1368078b [2020-03-09T09:22:41.661Z] Removing intermediate container 6dfd1368078b [2020-03-09T09:22:41.661Z] ---> 43d06d85959e [2020-03-09T09:22:41.661Z] Step 7/8 : COPY . . [2020-03-09T09:22:43.322Z] fd1d9eb628f9: Verifying Checksum [2020-03-09T09:22:43.322Z] fd1d9eb628f9: Download complete [2020-03-09T09:22:43.573Z] ---> 2cde5c0dfc4c [2020-03-09T09:22:43.573Z] Step 8/8 : RUN go mod download [2020-03-09T09:22:43.573Z] ---> Running in 3721114bcf63 [2020-03-09T09:22:43.834Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-03-09T09:22:43.834Z] go: finding github.com/gorilla/mux v1.7.1 [2020-03-09T09:22:43.834Z] go: finding github.com/kr/pretty v0.1.0 [2020-03-09T09:22:43.834Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T09:22:43.834Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T09:22:43.834Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-03-09T09:22:43.834Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-09T09:22:44.286Z] 9586258a13ea: Verifying Checksum [2020-03-09T09:22:44.286Z] 9586258a13ea: Download complete [2020-03-09T09:22:44.404Z] go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba [2020-03-09T09:22:44.404Z] go: finding github.com/kr/text v0.1.0 [2020-03-09T09:22:44.665Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T09:22:44.665Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-03-09T09:22:44.665Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T09:22:44.665Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-03-09T09:22:44.665Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T09:22:44.665Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T09:22:44.924Z] go: finding github.com/kr/pty v1.1.1 [2020-03-09T09:22:44.924Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-03-09T09:22:45.184Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T09:22:45.184Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-03-09T09:22:45.184Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-09T09:22:45.184Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T09:22:45.184Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T09:22:45.760Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-09T09:22:45.760Z] go: finding golang.org/x/text v0.3.0 [2020-03-09T09:22:47.142Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-09T09:22:49.080Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-03-09T09:22:49.080Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T09:22:49.080Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T09:22:49.080Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T09:22:49.080Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T09:22:49.080Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T09:22:49.080Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-03-09T09:22:49.080Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T09:22:49.340Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T09:22:49.604Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T09:22:49.604Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T09:22:49.604Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T09:22:49.604Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T09:22:49.604Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T09:22:49.604Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T09:22:49.604Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T09:22:49.604Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T09:22:49.604Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T09:22:49.604Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T09:22:50.180Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T09:22:50.180Z] go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee [2020-03-09T09:22:50.180Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T09:22:50.180Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T09:22:50.180Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T09:22:50.180Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T09:22:50.180Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T09:22:50.180Z] go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc [2020-03-09T09:22:50.180Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T09:22:50.180Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T09:22:50.180Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-09T09:22:50.180Z] go: finding github.com/stretchr/testify v1.2.2 [2020-03-09T09:22:50.180Z] go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 [2020-03-09T09:22:50.441Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T09:22:50.441Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T09:22:50.441Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T09:22:50.442Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T09:22:50.442Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T09:22:50.702Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T09:22:50.702Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T09:22:50.702Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T09:22:50.702Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T09:22:50.703Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T09:22:50.703Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T09:22:51.274Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-03-09T09:22:51.274Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T09:22:54.390Z] 9586258a13ea: Pull complete [2020-03-09T09:22:54.390Z] a8b2cbafd68c: Pull complete [2020-03-09T09:22:54.390Z] d1dd75721c92: Pull complete [2020-03-09T09:22:58.660Z] 4e34fffdb759: Pull complete [2020-03-09T09:23:02.946Z] fd1d9eb628f9: Pull complete [2020-03-09T09:23:02.946Z] bd44c58b92db: Pull complete [2020-03-09T09:23:03.526Z] Removing intermediate container 3721114bcf63 [2020-03-09T09:23:03.526Z] ---> 9070dde2c4a3 [2020-03-09T09:23:03.526Z] Successfully built 9070dde2c4a3 [2020-03-09T09:23:03.526Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:23:04.155Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-09T09:23:04.155Z] . [Pipeline] withDockerContainer [2020-03-09T09:23:04.291Z] prd-centos7-docker-4c-2g-3689 does not seem to be running inside a container [2020-03-09T09:23:04.343Z] $ 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 ******** ci-base-image-x86_64 cat [2020-03-09T09:23:04.365Z] e5856e266cf4: Pull complete [2020-03-09T09:23:04.633Z] f0f88b30cdbb: Pull complete [2020-03-09T09:23:04.903Z] Digest: sha256:0afe80e964ff91b821579eaa0e3b1ed78178dca0ccdefa3405e9e51f8d7def20 [2020-03-09T09:23:04.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine [2020-03-09T09:23:04.903Z] ---> 0be50c763560 [2020-03-09T09:23:04.903Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T09:23:04.932Z] $ docker top 63bc99f39a5d09a8ea58e1fdc6b08ae84aaf13024293f1654625bc2976e666e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T09:23:05.890Z] + go version [2020-03-09T09:23:05.890Z] go version go1.11.13 linux/amd64 [Pipeline] sh [2020-03-09T09:23:06.471Z] + make test [2020-03-09T09:23:06.471Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-09T09:23:09.194Z] ---> Running in 7f3e6691a2f0 [2020-03-09T09:23:09.462Z] Removing intermediate container 7f3e6691a2f0 [2020-03-09T09:23:09.462Z] ---> 3f62ba30c5ee [2020-03-09T09:23:09.462Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T09:23:09.732Z] ---> Running in e502d7d82761 [2020-03-09T09:23:09.813Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-03-09T09:23:12.333Z] Removing intermediate container e502d7d82761 [2020-03-09T09:23:12.333Z] ---> 6a09a6f34b8d [2020-03-09T09:23:12.333Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-09T09:23:12.333Z] ---> Running in 4b868900034d [2020-03-09T09:23:12.918Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-03-09T09:23:13.878Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-03-09T09:23:14.466Z] OK: 121 MiB in 39 packages [2020-03-09T09:23:15.433Z] Removing intermediate container 4b868900034d [2020-03-09T09:23:15.433Z] ---> fc60cb8cf571 [2020-03-09T09:23:15.433Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-03-09T09:23:15.705Z] ---> Running in 1980f94f5d56 [2020-03-09T09:23:16.293Z] Removing intermediate container 1980f94f5d56 [2020-03-09T09:23:16.293Z] ---> 7e51c7a269f1 [2020-03-09T09:23:16.293Z] Step 7/8 : COPY . . [2020-03-09T09:23:17.713Z] ---> 0e82228c0b3c [2020-03-09T09:23:17.713Z] Step 8/8 : RUN go mod download [2020-03-09T09:23:17.713Z] ---> Running in 88c52b764f85 [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-03-09T09:23:17.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-03-09T09:23:17.987Z] GO111MODULE=on go vet ./... [2020-03-09T09:23:19.132Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-09T09:23:19.132Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T09:23:19.132Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T09:23:19.132Z] go: finding github.com/kr/pretty v0.1.0 [2020-03-09T09:23:19.132Z] go: finding github.com/gorilla/mux v1.7.1 [2020-03-09T09:23:19.132Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-03-09T09:23:19.132Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-03-09T09:23:19.726Z] go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba [2020-03-09T09:23:19.726Z] go: finding github.com/kr/text v0.1.0 [2020-03-09T09:23:19.997Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T09:23:19.997Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-03-09T09:23:19.997Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-03-09T09:23:19.997Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-03-09T09:23:19.997Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T09:23:19.997Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T09:23:19.997Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T09:23:19.997Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-03-09T09:23:20.591Z] go: finding github.com/kr/pty v1.1.1 [2020-03-09T09:23:20.871Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T09:23:21.150Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-09T09:23:21.150Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T09:23:21.150Z] go: finding github.com/stretchr/objx v0.1.0 [Pipeline] stash [2020-03-09T09:23:21.716Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T09:23:21.726Z] $ docker stop --time=1 63bc99f39a5d09a8ea58e1fdc6b08ae84aaf13024293f1654625bc2976e666e3 [2020-03-09T09:23:23.132Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-09T09:23:23.132Z] go: finding golang.org/x/text v0.3.0 [2020-03-09T09:23:23.185Z] $ docker rm -f 63bc99f39a5d09a8ea58e1fdc6b08ae84aaf13024293f1654625bc2976e666e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-09T09:23:24.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T09:23:24.717Z] + ls -al . [2020-03-09T09:23:24.717Z] total 72 [2020-03-09T09:23:24.717Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 9 09:23 . [2020-03-09T09:23:24.717Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 9 09:22 .. [2020-03-09T09:23:24.717Z] drwxrwxr-x. 8 jenkins jenkins 119 Mar 9 09:22 app [2020-03-09T09:23:24.717Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 9 09:22 assets [2020-03-09T09:23:24.717Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 9 09:22 bin [2020-03-09T09:23:24.717Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 9 09:22 cmd [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 9 09:22 CONTRIBUTING.md [2020-03-09T09:23:24.717Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 9 09:23 coverage.out [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 839 Mar 9 09:22 Dockerfile [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 898 Mar 9 09:22 Dockerfile.build [2020-03-09T09:23:24.717Z] drwxrwxr-x. 4 jenkins jenkins 53 Mar 9 09:22 docs [2020-03-09T09:23:24.717Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 9 09:22 .git [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 123 Mar 9 09:22 .gitignore [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 522 Mar 9 09:22 go.mod [2020-03-09T09:23:24.717Z] -rw-r--r--. 1 jenkins jenkins 8727 Mar 9 09:23 go.sum [2020-03-09T09:23:24.717Z] drwxrwxr-x. 3 jenkins jenkins 17 Mar 9 09:22 internal [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 675 Mar 9 09:22 Jenkinsfile [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 9 09:22 LICENSE [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 9 09:22 Makefile [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 3392 Mar 9 09:22 README.md [2020-03-09T09:23:24.717Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 9 09:22 .semver [2020-03-09T09:23:24.717Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 9 09:22 snap [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 9 09:20 VERSION [2020-03-09T09:23:24.717Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 9 09:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:23:25.013Z] + 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=eafa1c44216b19aa20bf091af73cd92414980812 --label arch=amd64 --label version=0.0.0 . [2020-03-09T09:23:25.103Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-09T09:23:25.273Z] Sending build context to Docker daemon 10.71MB [2020-03-09T09:23:25.273Z] Step 1/23 : ARG BASE=golang:1.11-alpine [2020-03-09T09:23:25.273Z] Step 2/23 : FROM ${BASE} AS builder [2020-03-09T09:23:25.273Z] ---> 9070dde2c4a3 [2020-03-09T09:23:25.273Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-03-09T09:23:25.273Z] ---> Running in b10e6e40b8c5 [2020-03-09T09:23:25.273Z] Removing intermediate container b10e6e40b8c5 [2020-03-09T09:23:25.273Z] ---> 76e7127193c0 [2020-03-09T09:23:25.273Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2020-03-09T09:23:25.532Z] ---> Running in 2d6ac992062e [2020-03-09T09:23:25.532Z] Removing intermediate container 2d6ac992062e [2020-03-09T09:23:25.532Z] ---> fc6f35af90b5 [2020-03-09T09:23:25.532Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2020-03-09T09:23:25.532Z] ---> Running in 07d8d00dcf31 [2020-03-09T09:23:25.790Z] Removing intermediate container 07d8d00dcf31 [2020-03-09T09:23:25.790Z] ---> acfb4b0b1f5c [2020-03-09T09:23:25.790Z] Step 6/23 : LABEL Name=edgex-ui-go [2020-03-09T09:23:25.790Z] ---> Running in 5a2b38245bae [2020-03-09T09:23:25.790Z] Removing intermediate container 5a2b38245bae [2020-03-09T09:23:25.790Z] ---> 4dc00806d5ba [2020-03-09T09:23:25.790Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-03-09T09:23:26.049Z] ---> Running in a3f65397b2c3 [2020-03-09T09:23:26.049Z] Removing intermediate container a3f65397b2c3 [2020-03-09T09:23:26.049Z] ---> 2d45de3c07dc [2020-03-09T09:23:26.049Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T09:23:26.049Z] ---> Running in 9a41c9d28f27 [2020-03-09T09:23:26.072Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-03-09T09:23:26.072Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T09:23:26.072Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T09:23:26.072Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T09:23:26.072Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T09:23:26.072Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-03-09T09:23:26.072Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T09:23:26.994Z] Removing intermediate container 9a41c9d28f27 [2020-03-09T09:23:26.994Z] ---> 04d1d25cda4f [2020-03-09T09:23:26.994Z] Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-09T09:23:26.994Z] ---> Running in f2d6de23a4f0 [2020-03-09T09:23:27.051Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T09:23:27.051Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T09:23:27.253Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-09T09:23:27.820Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-09T09:23:28.036Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T09:23:28.036Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T09:23:28.036Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T09:23:28.036Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T09:23:28.036Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T09:23:28.036Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T09:23:28.036Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T09:23:28.036Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T09:23:28.387Z] OK: 134 MiB in 39 packages [2020-03-09T09:23:28.646Z] Removing intermediate container f2d6de23a4f0 [2020-03-09T09:23:28.647Z] ---> 1608c9eadbbc [2020-03-09T09:23:28.647Z] Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-03-09T09:23:28.647Z] ---> Running in 4a255cf0b701 [2020-03-09T09:23:28.905Z] Removing intermediate container 4a255cf0b701 [2020-03-09T09:23:28.905Z] ---> d73d17a5cb9b [2020-03-09T09:23:28.905Z] Step 11/23 : COPY go.mod . [2020-03-09T09:23:29.012Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T09:23:29.164Z] ---> 86d58f1fb76d [2020-03-09T09:23:29.164Z] Step 12/23 : COPY Makefile . [2020-03-09T09:23:29.164Z] ---> a4b50375c43a [2020-03-09T09:23:29.164Z] Step 13/23 : RUN make update [2020-03-09T09:23:29.164Z] ---> Running in 824c35a95ebb [2020-03-09T09:23:29.286Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T09:23:29.286Z] go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc [2020-03-09T09:23:29.286Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T09:23:29.286Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T09:23:29.557Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T09:23:29.557Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T09:23:29.557Z] go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee [2020-03-09T09:23:29.557Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-09T09:23:29.735Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-03-09T09:23:29.996Z] Removing intermediate container 824c35a95ebb [2020-03-09T09:23:29.996Z] ---> e257ccd87454 [2020-03-09T09:23:29.996Z] Step 14/23 : COPY . . [2020-03-09T09:23:30.144Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T09:23:30.144Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T09:23:30.144Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T09:23:30.418Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T09:23:30.418Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T09:23:30.418Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T09:23:30.566Z] ---> e3957590eb68 [2020-03-09T09:23:30.566Z] Step 15/23 : RUN ${MAKE} [2020-03-09T09:23:30.566Z] ---> Running in e3a10a0528cf [2020-03-09T09:23:30.691Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T09:23:30.691Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T09:23:30.691Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T09:23:30.691Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T09:23:30.962Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T09:23:31.142Z] 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 [2020-03-09T09:23:31.234Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T09:23:31.234Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-03-09T09:23:31.506Z] go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 [2020-03-09T09:23:31.506Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T09:23:31.506Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T09:23:31.777Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T09:23:31.777Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T09:23:31.777Z] go: finding github.com/stretchr/testify v1.2.2 [2020-03-09T09:23:41.175Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-09T09:23:43.088Z] Removing intermediate container e3a10a0528cf [2020-03-09T09:23:43.088Z] ---> 193532201678 [2020-03-09T09:23:43.088Z] Step 16/23 : FROM alpine [2020-03-09T09:23:43.348Z] latest: Pulling from library/alpine [2020-03-09T09:23:43.606Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T09:23:43.872Z] c9b1b535fdd9: Download complete [2020-03-09T09:23:44.131Z] c9b1b535fdd9: Pull complete [2020-03-09T09:23:44.131Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-09T09:23:44.131Z] Status: Downloaded newer image for alpine:latest [2020-03-09T09:23:44.131Z] ---> e7d92cdc71fe [2020-03-09T09:23:44.131Z] Step 17/23 : EXPOSE 4000 [2020-03-09T09:23:44.131Z] ---> Running in 2a1898c13d5b [2020-03-09T09:23:44.390Z] Removing intermediate container 2a1898c13d5b [2020-03-09T09:23:44.390Z] ---> fa1c31b4f4a1 [2020-03-09T09:23:44.390Z] Step 18/23 : 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 [2020-03-09T09:23:44.961Z] ---> cbd14f231d88 [2020-03-09T09:23:44.961Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-03-09T09:23:44.961Z] ---> Running in c3c8db18815c [2020-03-09T09:23:44.961Z] Removing intermediate container c3c8db18815c [2020-03-09T09:23:44.961Z] ---> 486de17ccbed [2020-03-09T09:23:44.961Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] [2020-03-09T09:23:45.220Z] ---> Running in 723102079c15 [2020-03-09T09:23:45.220Z] Removing intermediate container 723102079c15 [2020-03-09T09:23:45.220Z] ---> 39ce257d32bc [2020-03-09T09:23:45.220Z] Step 21/23 : LABEL arch=amd64 [2020-03-09T09:23:45.220Z] ---> Running in c3cbe317dcde [2020-03-09T09:23:45.485Z] Removing intermediate container c3cbe317dcde [2020-03-09T09:23:45.485Z] ---> c5fe89eae8da [2020-03-09T09:23:45.485Z] Step 22/23 : LABEL git_sha=eafa1c44216b19aa20bf091af73cd92414980812 [2020-03-09T09:23:45.485Z] ---> Running in 12f45f38c68e [2020-03-09T09:23:45.485Z] Removing intermediate container 12f45f38c68e [2020-03-09T09:23:45.485Z] ---> e9dd20b92cd0 [2020-03-09T09:23:45.485Z] Step 23/23 : LABEL version=0.0.0 [2020-03-09T09:23:45.745Z] ---> Running in 5603e550c4d6 [2020-03-09T09:23:45.745Z] Removing intermediate container 5603e550c4d6 [2020-03-09T09:23:45.745Z] ---> 93cab03494f8 [2020-03-09T09:23:45.745Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T09:23:45.745Z] Successfully built 93cab03494f8 [2020-03-09T09:23:45.745Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-09T09:24:04.065Z] Removing intermediate container 88c52b764f85 [2020-03-09T09:24:04.066Z] ---> c8e22b667b82 [2020-03-09T09:24:04.066Z] Successfully built c8e22b667b82 [2020-03-09T09:24:04.066Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:24:04.758Z] + docker inspect -f . ci-base-image-arm64 [2020-03-09T09:24:05.025Z] . [Pipeline] withDockerContainer [2020-03-09T09:24:05.360Z] prd-ubuntu18.04-docker-arm64-4c-16g-3688 does not seem to be running inside a container [2020-03-09T09:24:05.452Z] $ 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 ******** ci-base-image-arm64 cat [2020-03-09T09:24:06.829Z] $ docker top c623b52fbb5c87b72c028dd32529abe60093ae8c462bda12c1e7a11d125b4ea7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T09:24:09.258Z] + go version [2020-03-09T09:24:09.258Z] go version go1.11.13 linux/arm64 [Pipeline] sh [2020-03-09T09:24:09.920Z] + make test [2020-03-09T09:24:09.920Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-09T09:24:11.349Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-03-09T09:24:38.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-03-09T09:24:38.509Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-03-09T09:24:53.690Z] Warning: overwriting stash ‘coverage-report’ [2020-03-09T09:24:54.095Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T09:24:54.102Z] $ docker stop --time=1 c623b52fbb5c87b72c028dd32529abe60093ae8c462bda12c1e7a11d125b4ea7 [2020-03-09T09:24:56.340Z] $ docker rm -f c623b52fbb5c87b72c028dd32529abe60093ae8c462bda12c1e7a11d125b4ea7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-09T09:24:57.595Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T09:24:57.922Z] + ls -al . [2020-03-09T09:24:57.922Z] total 112 [2020-03-09T09:24:57.922Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 09:24 . [2020-03-09T09:24:57.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 09:22 .. [2020-03-09T09:24:57.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 09:22 .git [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 123 Mar 9 09:22 .gitignore [2020-03-09T09:24:57.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 09:22 .semver [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 9 09:22 CONTRIBUTING.md [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 839 Mar 9 09:22 Dockerfile [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 898 Mar 9 09:22 Dockerfile.build [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 675 Mar 9 09:22 Jenkinsfile [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 9 09:22 LICENSE [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 9 09:22 Makefile [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 3392 Mar 9 09:22 README.md [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 09:20 VERSION [2020-03-09T09:24:57.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 09:22 app [2020-03-09T09:24:57.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 09:22 assets [2020-03-09T09:24:57.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 09:22 bin [2020-03-09T09:24:57.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 09:22 cmd [2020-03-09T09:24:57.922Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 9 09:24 coverage.out [2020-03-09T09:24:57.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 09:22 docs [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 522 Mar 9 09:22 go.mod [2020-03-09T09:24:57.922Z] -rw-r--r-- 1 jenkins jenkins 8727 Mar 9 09:24 go.sum [2020-03-09T09:24:57.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 09:22 internal [2020-03-09T09:24:57.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 09:22 snap [2020-03-09T09:24:57.922Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 9 09:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:24:58.257Z] + 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=eafa1c44216b19aa20bf091af73cd92414980812 --label arch=arm64 --label version=0.0.0 . [2020-03-09T09:24:58.850Z] Sending build context to Docker daemon 10.71MB [2020-03-09T09:24:58.850Z] Step 1/23 : ARG BASE=golang:1.11-alpine [2020-03-09T09:24:58.850Z] Step 2/23 : FROM ${BASE} AS builder [2020-03-09T09:24:58.850Z] ---> c8e22b667b82 [2020-03-09T09:24:58.850Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-03-09T09:24:59.118Z] ---> Running in effc71285e2c [2020-03-09T09:24:59.386Z] Removing intermediate container effc71285e2c [2020-03-09T09:24:59.386Z] ---> 58344db7c954 [2020-03-09T09:24:59.386Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2020-03-09T09:24:59.658Z] ---> Running in 55cad6f14c14 [2020-03-09T09:24:59.926Z] Removing intermediate container 55cad6f14c14 [2020-03-09T09:24:59.926Z] ---> 8ec417bae81f [2020-03-09T09:24:59.926Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2020-03-09T09:25:00.193Z] ---> Running in b554809e0b78 [2020-03-09T09:25:00.461Z] Removing intermediate container b554809e0b78 [2020-03-09T09:25:00.461Z] ---> ebe0f031eec3 [2020-03-09T09:25:00.461Z] Step 6/23 : LABEL Name=edgex-ui-go [2020-03-09T09:25:00.461Z] ---> Running in 8c52713f4405 [2020-03-09T09:25:00.729Z] Removing intermediate container 8c52713f4405 [2020-03-09T09:25:00.729Z] ---> 94a45be255b4 [2020-03-09T09:25:00.729Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-03-09T09:25:00.997Z] ---> Running in fef58b5b88e9 [2020-03-09T09:25:01.264Z] Removing intermediate container fef58b5b88e9 [2020-03-09T09:25:01.264Z] ---> d93e9ee2a923 [2020-03-09T09:25:01.264Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T09:25:01.536Z] ---> Running in 81e1e93fd233 [2020-03-09T09:25:03.492Z] Removing intermediate container 81e1e93fd233 [2020-03-09T09:25:03.492Z] ---> 0ab84305b8fb [2020-03-09T09:25:03.492Z] Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-09T09:25:03.492Z] ---> Running in d79c3b71780b [2020-03-09T09:25:04.451Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-03-09T09:25:05.034Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-03-09T09:25:05.619Z] OK: 121 MiB in 39 packages [2020-03-09T09:25:06.601Z] Removing intermediate container d79c3b71780b [2020-03-09T09:25:06.601Z] ---> 64f2f0af0164 [2020-03-09T09:25:06.601Z] Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-03-09T09:25:06.870Z] ---> Running in c961817ee40f [2020-03-09T09:25:07.138Z] Removing intermediate container c961817ee40f [2020-03-09T09:25:07.138Z] ---> 53e363c244d7 [2020-03-09T09:25:07.138Z] Step 11/23 : COPY go.mod . [2020-03-09T09:25:07.725Z] ---> aba9465a35a8 [2020-03-09T09:25:07.725Z] Step 12/23 : COPY Makefile . [2020-03-09T09:25:08.310Z] ---> b37cc590ce06 [2020-03-09T09:25:08.310Z] Step 13/23 : RUN make update [2020-03-09T09:25:08.581Z] ---> Running in ee726873455e [2020-03-09T09:25:09.552Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-03-09T09:25:10.520Z] Removing intermediate container ee726873455e [2020-03-09T09:25:10.520Z] ---> 62234455e17c [2020-03-09T09:25:10.520Z] Step 14/23 : COPY . . [2020-03-09T09:25:11.941Z] ---> b3fbd41bfd1f [2020-03-09T09:25:11.941Z] Step 15/23 : RUN ${MAKE} [2020-03-09T09:25:12.209Z] ---> Running in ef751f768980 [2020-03-09T09:25:13.177Z] 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 [2020-03-09T09:25:39.905Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-09T09:25:45.256Z] Removing intermediate container ef751f768980 [2020-03-09T09:25:45.256Z] ---> 59b9d318053a [2020-03-09T09:25:45.256Z] Step 16/23 : FROM alpine [2020-03-09T09:25:45.256Z] latest: Pulling from library/alpine [2020-03-09T09:25:45.256Z] 8fa90b21c985: Pulling fs layer [2020-03-09T09:25:45.844Z] 8fa90b21c985: Verifying Checksum [2020-03-09T09:25:45.844Z] 8fa90b21c985: Download complete [2020-03-09T09:25:46.428Z] 8fa90b21c985: Pull complete [2020-03-09T09:25:46.429Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-09T09:25:46.429Z] Status: Downloaded newer image for alpine:latest [2020-03-09T09:25:46.429Z] ---> 6e4716cdcf7a [2020-03-09T09:25:46.429Z] Step 17/23 : EXPOSE 4000 [2020-03-09T09:25:46.696Z] ---> Running in 573f52c3941f [2020-03-09T09:25:46.963Z] Removing intermediate container 573f52c3941f [2020-03-09T09:25:46.963Z] ---> 0cd2ca5a9bf2 [2020-03-09T09:25:46.963Z] Step 18/23 : 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 [2020-03-09T09:25:48.401Z] ---> 9b2574d8cfdc [2020-03-09T09:25:48.401Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-03-09T09:25:48.672Z] ---> Running in e7f2974ffe9d [2020-03-09T09:25:48.943Z] Removing intermediate container e7f2974ffe9d [2020-03-09T09:25:48.943Z] ---> 08bb8ddca3ed [2020-03-09T09:25:48.943Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] [2020-03-09T09:25:49.212Z] ---> Running in f51e65de08f3 [2020-03-09T09:25:49.480Z] Removing intermediate container f51e65de08f3 [2020-03-09T09:25:49.480Z] ---> 070f48ed60a4 [2020-03-09T09:25:49.480Z] Step 21/23 : LABEL arch=arm64 [2020-03-09T09:25:49.480Z] ---> Running in b8d5d84d7dc8 [2020-03-09T09:25:50.063Z] Removing intermediate container b8d5d84d7dc8 [2020-03-09T09:25:50.063Z] ---> 1e3d81499271 [2020-03-09T09:25:50.063Z] Step 22/23 : LABEL git_sha=eafa1c44216b19aa20bf091af73cd92414980812 [2020-03-09T09:25:50.063Z] ---> Running in 50c82b3939cd [2020-03-09T09:25:50.331Z] Removing intermediate container 50c82b3939cd [2020-03-09T09:25:50.331Z] ---> b846891da805 [2020-03-09T09:25:50.331Z] Step 23/23 : LABEL version=0.0.0 [2020-03-09T09:25:50.598Z] ---> Running in f037288b9252 [2020-03-09T09:25:50.865Z] Removing intermediate container f037288b9252 [2020-03-09T09:25:50.865Z] ---> d1988819f4ee [2020-03-09T09:25:50.865Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T09:25:50.865Z] Successfully built d1988819f4ee [2020-03-09T09:25:50.865Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-09T09:25:51.930Z] provisioning config files... [2020-03-09T09:25:51.944Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/config1693742376287038447tmp [Pipeline] { [Pipeline] sh [2020-03-09T09:25:52.291Z] + curl -s https://codecov.io/bash [2020-03-09T09:25:52.291Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/config1693742376287038447tmp [2020-03-09T09:25:52.552Z] [2020-03-09T09:25:52.552Z] _____ _ [2020-03-09T09:25:52.552Z] / ____| | | [2020-03-09T09:25:52.552Z] | | ___ __| | ___ ___ _____ __ [2020-03-09T09:25:52.552Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-09T09:25:52.552Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-09T09:25:52.552Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-09T09:25:52.552Z] Bash-20200303-bc4d7e6 [2020-03-09T09:25:52.552Z] [2020-03-09T09:25:52.552Z] [2020-03-09T09:25:52.552Z] ==> Jenkins CI detected. [2020-03-09T09:25:52.552Z] project root: . [2020-03-09T09:25:52.552Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-09T09:25:52.552Z] ==> Running gcov in . (disable via -X gcov) [2020-03-09T09:25:52.552Z] ==> Python coveragepy not found [2020-03-09T09:25:52.552Z] ==> Searching for coverage reports in: [2020-03-09T09:25:52.552Z] + . [2020-03-09T09:25:52.552Z] -> Found 1 reports [2020-03-09T09:25:52.552Z] ==> Detecting git/mercurial file structure [2020-03-09T09:25:52.552Z] ==> Reading reports [2020-03-09T09:25:52.552Z] + ./coverage.out bytes=10 [2020-03-09T09:25:52.552Z] ==> Appending adjustments [2020-03-09T09:25:52.552Z] http://docs.codecov.io/docs/fixing-reports [2020-03-09T09:25:52.811Z] + Found adjustments [2020-03-09T09:25:52.812Z] ==> Gzipping contents [2020-03-09T09:25:52.812Z] ==> Uploading reports [2020-03-09T09:25:52.812Z] url: https://codecov.io [2020-03-09T09:25:52.812Z] query: branch=PR-160&commit=eafa1c44216b19aa20bf091af73cd92414980812&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-160%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=160&job= [2020-03-09T09:25:52.812Z] -> Pinging Codecov [2020-03-09T09:25:52.812Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-160&commit=eafa1c44216b19aa20bf091af73cd92414980812&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-160%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=160&job= [2020-03-09T09:25:53.072Z] -> Uploading [2020-03-09T09:25:53.641Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/eafa1c44216b19aa20bf091af73cd92414980812 [Pipeline] } [2020-03-09T09:25:53.647Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-09T09:25:54.825Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T09:25:55.122Z] ---> package-listing.sh [2020-03-09T09:25:55.122Z] ++ facter osfamily [2020-03-09T09:25:55.122Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-09T09:25:55.122Z] + OS_FAMILY=redhat [2020-03-09T09:25:55.122Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-160 [2020-03-09T09:25:55.122Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-09T09:25:55.122Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-09T09:25:55.122Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-09T09:25:55.122Z] + PACKAGES=/tmp/packages_start.txt [2020-03-09T09:25:55.122Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-160 ']' [2020-03-09T09:25:55.122Z] + PACKAGES=/tmp/packages_end.txt [2020-03-09T09:25:55.122Z] + case "${OS_FAMILY}" in [2020-03-09T09:25:55.122Z] + rpm -qa [2020-03-09T09:25:55.122Z] + sort [2020-03-09T09:25:59.314Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-09T09:25:59.314Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-09T09:25:59.314Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-09T09:25:59.314Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-160 ']' [2020-03-09T09:25:59.314Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-160/archives/ [2020-03-09T09:25:59.314Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-160/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:25:59.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T09:25:59.780Z] [2020-03-09T09:25:59.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-09T09:26:00.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T09:26:00.153Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-09T09:26:00.153Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T09:26:00.153Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-09T09:26:00.153Z] 756a868c4378: Pulling fs layer [2020-03-09T09:26:00.153Z] 444b2fc9a129: Pulling fs layer [2020-03-09T09:26:00.153Z] ea15f1150254: Pulling fs layer [2020-03-09T09:26:00.153Z] 41b27a9f41bf: Pulling fs layer [2020-03-09T09:26:00.153Z] 28c525ee5125: Pulling fs layer [2020-03-09T09:26:00.153Z] 094b1ea09ed8: Pulling fs layer [2020-03-09T09:26:00.153Z] 138eaada9080: Pulling fs layer [2020-03-09T09:26:00.153Z] 0622d0fa9048: Pulling fs layer [2020-03-09T09:26:00.153Z] ea15f1150254: Waiting [2020-03-09T09:26:00.153Z] 41b27a9f41bf: Waiting [2020-03-09T09:26:00.153Z] 28c525ee5125: Waiting [2020-03-09T09:26:00.153Z] 094b1ea09ed8: Waiting [2020-03-09T09:26:00.153Z] 138eaada9080: Waiting [2020-03-09T09:26:00.153Z] 0622d0fa9048: Waiting [2020-03-09T09:26:00.153Z] 444b2fc9a129: Waiting [2020-03-09T09:26:00.153Z] 2cc5ad85d9ab: Download complete [2020-03-09T09:26:00.153Z] 444b2fc9a129: Verifying Checksum [2020-03-09T09:26:00.153Z] 444b2fc9a129: Download complete [2020-03-09T09:26:00.153Z] c9b1b535fdd9: Download complete [2020-03-09T09:26:00.153Z] ea15f1150254: Verifying Checksum [2020-03-09T09:26:00.153Z] ea15f1150254: Download complete [2020-03-09T09:26:00.422Z] 28c525ee5125: Verifying Checksum [2020-03-09T09:26:00.422Z] 28c525ee5125: Download complete [2020-03-09T09:26:00.698Z] 756a868c4378: Verifying Checksum [2020-03-09T09:26:00.698Z] 756a868c4378: Download complete [2020-03-09T09:26:00.698Z] c9b1b535fdd9: Pull complete [2020-03-09T09:26:00.698Z] 138eaada9080: Verifying Checksum [2020-03-09T09:26:00.698Z] 138eaada9080: Download complete [2020-03-09T09:26:00.698Z] 094b1ea09ed8: Verifying Checksum [2020-03-09T09:26:00.698Z] 094b1ea09ed8: Download complete [2020-03-09T09:26:00.698Z] 0622d0fa9048: Download complete [2020-03-09T09:26:00.972Z] 2cc5ad85d9ab: Pull complete [2020-03-09T09:26:01.233Z] 41b27a9f41bf: Verifying Checksum [2020-03-09T09:26:01.233Z] 41b27a9f41bf: Download complete [2020-03-09T09:26:03.147Z] 756a868c4378: Pull complete [2020-03-09T09:26:03.405Z] 444b2fc9a129: Pull complete [2020-03-09T09:26:03.664Z] ea15f1150254: Pull complete [2020-03-09T09:26:06.965Z] 41b27a9f41bf: Pull complete [2020-03-09T09:26:06.965Z] 28c525ee5125: Pull complete [2020-03-09T09:26:08.878Z] 094b1ea09ed8: Pull complete [2020-03-09T09:26:08.878Z] 138eaada9080: Pull complete [2020-03-09T09:26:09.151Z] 0622d0fa9048: Pull complete [2020-03-09T09:26:09.151Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-09T09:26:09.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-09T09:26:09.329Z] prd-centos7-docker-4c-2g-3687 does not seem to be running inside a container [2020-03-09T09:26:09.374Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_PR-160 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-160:/w/workspace/edgexfoundry_edgex-ui-go_PR-160:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-160@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-09T09:26:10.401Z] $ docker top 8ad6ed664cbca413207a18efba0c24aa36cb43817650ccade0e27b01a7e853d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-09T09:26:11.079Z] provisioning config files... [2020-03-09T09:26:11.098Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp/config5143100724929554765tmp [Pipeline] { [Pipeline] echo [2020-03-09T09:26:11.150Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T09:26:11.442Z] ---> create-netrc.sh [Pipeline] echo [2020-03-09T09:26:11.450Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T09:26:11.738Z] ---> logs-deploy.sh [2020-03-09T09:26:11.738Z] + ARCHIVE_ARTIFACTS= [2020-03-09T09:26:11.738Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-09T09:26:11.738Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-09T09:26:11.738Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-09T09:26:11.738Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-160/2 [2020-03-09T09:26:11.738Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-160/2/ [2020-03-09T09:26:11.738Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-160/2 /w/workspace/edgexfoundry_edgex-ui-go_PR-160 [2020-03-09T09:26:12.674Z] Archives upload complete. [2020-03-09T09:26:12.933Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-160/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-160/2/ [2020-03-09T09:26:13.883Z] ---> uname -a: [2020-03-09T09:26:13.883Z] Linux 8ad6ed664cbc 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> lscpu: [2020-03-09T09:26:13.883Z] Architecture: x86_64 [2020-03-09T09:26:13.883Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-09T09:26:13.883Z] Byte Order: Little Endian [2020-03-09T09:26:13.883Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-09T09:26:13.883Z] CPU(s): 4 [2020-03-09T09:26:13.883Z] On-line CPU(s) list: 0-3 [2020-03-09T09:26:13.883Z] Thread(s) per core: 1 [2020-03-09T09:26:13.883Z] Core(s) per socket: 1 [2020-03-09T09:26:13.883Z] Socket(s): 4 [2020-03-09T09:26:13.883Z] NUMA node(s): 1 [2020-03-09T09:26:13.883Z] Vendor ID: GenuineIntel [2020-03-09T09:26:13.883Z] CPU family: 6 [2020-03-09T09:26:13.883Z] Model: 44 [2020-03-09T09:26:13.883Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-09T09:26:13.883Z] Stepping: 1 [2020-03-09T09:26:13.883Z] CPU MHz: 2933.438 [2020-03-09T09:26:13.883Z] BogoMIPS: 5866.87 [2020-03-09T09:26:13.883Z] Virtualization: VT-x [2020-03-09T09:26:13.883Z] Hypervisor vendor: KVM [2020-03-09T09:26:13.883Z] Virtualization type: full [2020-03-09T09:26:13.883Z] L1d cache: 128 KiB [2020-03-09T09:26:13.883Z] L1i cache: 128 KiB [2020-03-09T09:26:13.883Z] L2 cache: 16 MiB [2020-03-09T09:26:13.883Z] L3 cache: 64 MiB [2020-03-09T09:26:13.883Z] NUMA node0 CPU(s): 0-3 [2020-03-09T09:26:13.883Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-09T09:26:13.883Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-09T09:26:13.883Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-09T09:26:13.883Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-09T09:26:13.883Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-09T09:26:13.883Z] 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 [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> nproc: [2020-03-09T09:26:13.883Z] 4 [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> df -h: [2020-03-09T09:26:13.883Z] Filesystem Size Used Available Use% Mounted on [2020-03-09T09:26:13.883Z] overlay 50.0G 6.4G 43.6G 13% / [2020-03-09T09:26:13.883Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-09T09:26:13.883Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-09T09:26:13.883Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-09T09:26:13.883Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf [2020-03-09T09:26:13.883Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname [2020-03-09T09:26:13.883Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts [2020-03-09T09:26:13.883Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/edgexfoundry_edgex-ui-go_PR-160 [2020-03-09T09:26:13.883Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/edgexfoundry_edgex-ui-go_PR-160@tmp [2020-03-09T09:26:13.883Z] /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> free -m: [2020-03-09T09:26:13.883Z] total used free shared buff/cache available [2020-03-09T09:26:13.883Z] Mem: 1838 601 76 0 1160 1131 [2020-03-09T09:26:13.883Z] Swap: 1023 1 1022 [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> ip addr: [2020-03-09T09:26:13.883Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-09T09:26:13.883Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-09T09:26:13.883Z] inet 127.0.0.1/8 scope host lo [2020-03-09T09:26:13.883Z] valid_lft forever preferred_lft forever [2020-03-09T09:26:13.883Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-09T09:26:13.883Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-09T09:26:13.883Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-09T09:26:13.883Z] valid_lft forever preferred_lft forever [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> sar -b -r -n DEV: [2020-03-09T09:26:13.883Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/09/20 _x86_64_ (4 CPU) [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] 09:19:20 LINUX RESTART [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] 09:20:01 tps rtps wtps bread/s bwrtn/s [2020-03-09T09:26:13.883Z] 09:21:01 21.33 6.18 15.15 1866.04 2271.69 [2020-03-09T09:26:13.883Z] 09:22:01 2.91 0.00 2.91 0.00 95.24 [2020-03-09T09:26:13.883Z] 09:23:01 0.58 0.00 0.58 0.00 7.33 [2020-03-09T09:26:13.883Z] 09:24:01 0.65 0.00 0.65 0.00 8.73 [2020-03-09T09:26:13.883Z] 09:25:01 0.32 0.00 0.32 0.00 5.26 [2020-03-09T09:26:13.883Z] 09:26:01 61.32 55.89 5.43 3701.10 3911.06 [2020-03-09T09:26:13.883Z] Average: 14.52 10.35 4.17 927.99 1050.02 [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] 09:20:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-09T09:26:13.883Z] 09:21:01 111584 1770720 94.07 2620 1234208 948076 32.35 442772 1168664 12 [2020-03-09T09:26:13.883Z] 09:22:01 120252 1762052 93.61 2620 1234212 900916 30.74 436000 1168344 8 [2020-03-09T09:26:13.883Z] 09:23:01 118916 1763388 93.68 2620 1234220 901284 30.75 437388 1168344 8 [2020-03-09T09:26:13.883Z] 09:24:01 120268 1762036 93.61 2620 1234220 901044 30.74 436204 1168344 8 [2020-03-09T09:26:13.883Z] 09:25:01 119872 1762432 93.63 2620 1234232 901128 30.75 436544 1168348 16 [2020-03-09T09:26:13.883Z] 09:26:01 78236 1804068 95.84 2620 1234836 1113180 37.98 484380 1154664 97108 [2020-03-09T09:26:13.883Z] Average: 111521 1770783 94.08 2620 1234321 944271 32.22 445548 1166118 16193 [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] 09:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-09T09:26:13.883Z] 09:21:01 eth0 130.17 103.36 482.52 80.76 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:21:01 docker0 19.95 15.74 1.63 46.93 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:22:01 eth0 0.97 0.02 0.09 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:23:01 eth0 1.03 0.62 0.64 0.37 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:24:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:25:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:26:01 eth0 95.49 81.24 2327.08 9.29 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] Average: eth0 38.00 30.92 468.48 15.09 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] Average: docker0 3.33 2.62 0.27 7.82 0.00 0.00 0.00 [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.883Z] ---> sar -P ALL: [2020-03-09T09:26:13.883Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/09/20 _x86_64_ (4 CPU) [2020-03-09T09:26:13.883Z] [2020-03-09T09:26:13.884Z] 09:19:20 LINUX RESTART [2020-03-09T09:26:13.884Z] [2020-03-09T09:26:13.884Z] 09:20:01 CPU %user %nice %system %iowait %steal %idle [2020-03-09T09:26:13.884Z] 09:21:01 all 3.33 0.00 1.48 0.09 0.01 95.08 [2020-03-09T09:26:13.884Z] 09:21:01 0 3.43 0.00 1.72 0.03 0.00 94.82 [2020-03-09T09:26:13.884Z] 09:21:01 1 3.39 0.00 1.47 0.12 0.00 95.02 [2020-03-09T09:26:13.884Z] 09:21:01 2 2.96 0.00 1.37 0.12 0.02 95.54 [2020-03-09T09:26:13.884Z] 09:21:01 3 3.58 0.00 1.34 0.10 0.00 94.98 [2020-03-09T09:26:13.884Z] 09:22:01 all 0.15 0.00 0.07 0.00 0.00 99.79 [2020-03-09T09:26:13.884Z] 09:22:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T09:26:13.884Z] 09:22:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T09:26:13.884Z] 09:22:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T09:26:13.884Z] 09:22:01 3 0.43 0.00 0.08 0.00 0.00 99.48 [2020-03-09T09:26:13.884Z] 09:23:01 all 0.28 0.00 0.05 0.00 0.00 99.67 [2020-03-09T09:26:13.884Z] 09:23:01 0 0.47 0.00 0.07 0.00 0.00 99.47 [2020-03-09T09:26:13.884Z] 09:23:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T09:26:13.884Z] 09:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T09:26:13.884Z] 09:23:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2020-03-09T09:26:13.884Z] 09:24:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T09:26:13.884Z] 09:24:01 0 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T09:26:13.884Z] 09:24:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T09:26:13.884Z] 09:24:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2020-03-09T09:26:13.884Z] 09:24:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2020-03-09T09:26:13.884Z] 09:25:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2020-03-09T09:26:13.884Z] 09:25:01 0 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-09T09:26:13.884Z] 09:25:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T09:26:13.884Z] 09:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T09:26:13.884Z] 09:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T09:26:13.884Z] 09:26:01 all 2.04 0.00 1.19 1.31 0.00 95.46 [2020-03-09T09:26:13.884Z] 09:26:01 0 1.74 0.00 1.02 0.15 0.02 97.08 [2020-03-09T09:26:13.884Z] 09:26:01 1 1.52 0.00 0.98 0.30 0.02 97.18 [2020-03-09T09:26:13.884Z] 09:26:01 2 2.00 0.00 1.30 2.10 0.00 94.59 [2020-03-09T09:26:13.884Z] 09:26:01 3 2.89 0.00 1.49 2.66 0.00 92.96 [2020-03-09T09:26:13.884Z] Average: all 1.02 0.00 0.48 0.23 0.00 98.26 [2020-03-09T09:26:13.884Z] Average: 0 1.13 0.00 0.49 0.03 0.00 98.34 [2020-03-09T09:26:13.884Z] Average: 1 0.86 0.00 0.45 0.07 0.00 98.61 [2020-03-09T09:26:13.884Z] Average: 2 0.85 0.00 0.48 0.37 0.00 98.30 [2020-03-09T09:26:13.884Z] Average: 3 1.25 0.00 0.51 0.46 0.00 97.79 [2020-03-09T09:26:13.884Z] [2020-03-09T09:26:13.884Z] [2020-03-09T09:26:13.884Z]