Pull request #370 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d44152d4f46daa59e870ef5ef00cb8d0b139b389+2b2b445aae4e80239e684dcececaac268628f05f (b0376e6a6716ac98033fc3e7e88db329fed95315) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2696606005780651411.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4203100430008432013.key > 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 c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2154523002212030311.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd # timeout=10 Commit message: "Merge pull request #338 from ernestojeda/add-latest-tag" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3977728035954645518.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8814882844290067523.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-837 in /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-370 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/jenkins-gitclient-ssh5449766944042152439.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2b2b445aae4e80239e684dcececaac268628f05f into PR head commit d44152d4f46daa59e870ef5ef00cb8d0b139b389 Merge succeeded, producing d44152d4f46daa59e870ef5ef00cb8d0b139b389 Checking out Revision d44152d4f46daa59e870ef5ef00cb8d0b139b389 (PR-370) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/jenkins-gitclient-ssh7893136491436198493.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/jenkins-gitclient-ssh2250638721346534982.key > git merge 2b2b445aae4e80239e684dcececaac268628f05f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98" > git rev-list --no-walk 7e5859e48d1de0a2bb5cc93ad10442a3a4b038a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:22:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:22:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:22:32 ========================================================= 05:22:32 EdgeX Global Pipelines Version Info 05:22:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:22:33 ------------------- 05:22:33 stable info: 05:22:33 ------------------- 05:22:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:22:33 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 05:22:33 Message: update stable to v1.0.193 05:22:34 ------------------- 05:22:34 experimental info: 05:22:34 ------------------- 05:22:34 Commited By: **** collab-it+edgex@linuxfoundation.org 05:22:34 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 05:22:34 Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 05:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-370 [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-370 [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-370 [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d44152d4f46daa59e870ef5ef00cb8d0b139b389 [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d44152d [Pipeline] echo 05:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:22:35 provisioning config files... 05:22:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/config5069973301246686213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:22:35 ---> docker-login.sh 05:22:35 nexus3.edgexfoundry.org:10001 05:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:36 Configure a credential helper to remove this warning. See 05:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:36 05:22:36 Login Succeeded 05:22:36 nexus3.edgexfoundry.org:10002 05:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:36 Configure a credential helper to remove this warning. See 05:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:36 05:22:36 Login Succeeded 05:22:36 nexus3.edgexfoundry.org:10003 05:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:36 Configure a credential helper to remove this warning. See 05:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:36 05:22:36 Login Succeeded 05:22:36 nexus3.edgexfoundry.org:10004 05:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:36 Configure a credential helper to remove this warning. See 05:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:36 05:22:36 Login Succeeded 05:22:36 docker.io 05:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:36 Configure a credential helper to remove this warning. See 05:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:36 05:22:36 Login Succeeded 05:22:36 ---> docker-login.sh ends [Pipeline] } 05:22:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:22:37 + git log --format=format:%s -1 d44152d4f46daa59e870ef5ef00cb8d0b139b389 [Pipeline] echo 05:22:37 GIT_COMMIT: d44152d4f46daa59e870ef5ef00cb8d0b139b389, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98 [Pipeline] echo 05:22:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:22:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:22:38 05:22:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:22:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:22:38 latest: Pulling from edgex-devops/git-semver 05:22:38 31603596830f: Pulling fs layer 05:22:38 54011a49482f: Pulling fs layer 05:22:38 a6820b24f6d8: Pulling fs layer 05:22:38 f581987b2513: Pulling fs layer 05:22:38 f581987b2513: Waiting 05:22:38 54011a49482f: Verifying Checksum 05:22:38 54011a49482f: Download complete 05:22:38 31603596830f: Verifying Checksum 05:22:38 31603596830f: Download complete 05:22:38 a6820b24f6d8: Verifying Checksum 05:22:38 a6820b24f6d8: Download complete 05:22:38 f581987b2513: Verifying Checksum 05:22:38 f581987b2513: Download complete 05:22:38 31603596830f: Pull complete 05:22:38 54011a49482f: Pull complete 05:22:39 a6820b24f6d8: Pull complete 05:22:39 f581987b2513: Pull complete 05:22:39 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:22:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:22:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:22:39 prd-centos7-docker-4c-2g-837 does not seem to be running inside a container 05:22:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-370 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370:/w/workspace/edgexfoundry_edgex-ui-go_PR-370:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:22:41 $ docker top 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:22:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:22:41 [ssh-agent] Looking for ssh-agent implementation... 05:22:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:22:41 $ docker exec 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent 05:22:41 SSH_AUTH_SOCK=/tmp/ssh-gNMxKsh9rxxK/agent.15 05:22:41 SSH_AGENT_PID=22 05:22:41 Running ssh-add (command line suppressed) 05:22:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_1774468084485738849.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_1774468084485738849.key) 05:22:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:22:42 + git tag --points-at HEAD [Pipeline] } 05:22:42 $ docker exec --env ******** --env ******** 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent -k 05:22:42 unset SSH_AUTH_SOCK; 05:22:42 unset SSH_AGENT_PID; 05:22:42 echo Agent pid 22 killed; 05:22:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:22:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:22:42 [ssh-agent] Looking for ssh-agent implementation... 05:22:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:22:42 $ docker exec 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent 05:22:42 SSH_AUTH_SOCK=/tmp/ssh-OBzYlCjeUZmh/agent.55 05:22:42 SSH_AGENT_PID=61 05:22:42 Running ssh-add (command line suppressed) 05:22:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_8194156238408129207.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_8194156238408129207.key) 05:22:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:22:42 + git semver init 05:22:42 # -> Open(): unable to determine branch for HEAD 05:22:42 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-370/.git 05:22:42 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-370 05:22:42 # $SEMVER_REMOTE_NAME = origin 05:22:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:22:42 # $SEMVER_USER_NAME = edgex-jenkins 05:22:42 # $SEMVER_BRANCH = PR-370 05:22:42 # $SEMVER_TEMP = /tmp/semver-090552669 05:22:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 05:22:44 # '/tmp/semver-090552669' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-370/.semver' 05:22:44 # -> Force: false 05:22:44 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-370/.semver [Pipeline] } 05:22:44 $ docker exec --env ******** --env ******** 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent -k 05:22:44 unset SSH_AUTH_SOCK; 05:22:44 unset SSH_AGENT_PID; 05:22:44 echo Agent pid 61 killed; 05:22:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:22:44 + git semver [Pipeline] } 05:22:44 $ docker stop --time=1 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c 05:22:46 $ docker rm -f 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c [Pipeline] // withDockerContainer [Pipeline] sh 05:22:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:22:46 Stashed 1 file(s) [Pipeline] echo 05:22:46 [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 05:23:02 Still waiting to schedule task 05:23:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:23:02 Still waiting to schedule task 05:23:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-834’ is offline 05:24:49 Running on prd-centos7-docker-4c-2g-840 in /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [Pipeline] { [Pipeline] ws 05:24:49 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 05:24:49 The recommended git tool is: git 05:24:51 using credential edgex-jenkins-ssh 05:24:51 Cloning the remote Git repository 05:24:51 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:24:51 > git init /w/workspace/edgex-ui-go/2 # timeout=10 05:24:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:24:51 > git --version # timeout=10 05:24:51 > git --version # 'git version 2.24.4' 05:24:51 using GIT_SSH to set credentials SSH Credentials for GitHub 05:24:51 [INFO] Currently running in a labeled security context 05:24:51 [INFO] Currently SELinux is 'enforcing' on the host 05:24:51 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh426397800951914507.key 05:24:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:24:53 Merging remotes/origin/master commit 2b2b445aae4e80239e684dcececaac268628f05f into PR head commit d44152d4f46daa59e870ef5ef00cb8d0b139b389 05:24:53 Merge succeeded, producing d44152d4f46daa59e870ef5ef00cb8d0b139b389 05:24:53 Checking out Revision d44152d4f46daa59e870ef5ef00cb8d0b139b389 (PR-370) 05:24:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:24:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:24:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:24:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:24:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:24:52 [INFO] Currently running in a labeled security context 05:24:52 [INFO] Currently SELinux is 'enforcing' on the host 05:24:52 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh8697182753998268507.key 05:24:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:24:53 > git config core.sparsecheckout # timeout=10 05:24:53 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 05:24:53 > git remote # timeout=10 05:24:53 > git config --get remote.origin.url # timeout=10 05:24:53 using GIT_SSH to set credentials SSH Credentials for GitHub 05:24:53 [INFO] Currently running in a labeled security context 05:24:53 [INFO] Currently SELinux is 'enforcing' on the host 05:24:53 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh2964384017383810901.key 05:24:53 > git merge 2b2b445aae4e80239e684dcececaac268628f05f # timeout=10 05:24:53 > git rev-parse HEAD^{commit} # timeout=10 05:24:53 > git config core.sparsecheckout # timeout=10 05:24:53 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 05:24:57 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:24:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:24:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:24:58 + sudo service docker restart 05:24:58 + true 05:24:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:25:16 provisioning config files... 05:25:17 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8475861874919129433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:25:17 ---> docker-login.sh 05:25:17 nexus3.edgexfoundry.org:10001 05:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:17 Configure a credential helper to remove this warning. See 05:25:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:17 05:25:17 Login Succeeded 05:25:17 nexus3.edgexfoundry.org:10002 05:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:17 Configure a credential helper to remove this warning. See 05:25:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:17 05:25:17 Login Succeeded 05:25:17 nexus3.edgexfoundry.org:10003 05:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:17 Configure a credential helper to remove this warning. See 05:25:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:17 05:25:17 Login Succeeded 05:25:17 nexus3.edgexfoundry.org:10004 05:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:18 Configure a credential helper to remove this warning. See 05:25:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:18 05:25:18 Login Succeeded 05:25:18 docker.io 05:25:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:18 Configure a credential helper to remove this warning. See 05:25:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:18 05:25:18 Login Succeeded 05:25:18 ---> docker-login.sh ends [Pipeline] } 05:25:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:25:18 ========================================================= 05:25:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:25:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:25:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:25:19 Sending build context to Docker daemon 35.74MB 05:25:19 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:25:19 Step 2/8 : FROM ${BASE} 05:25:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:25:19 540db60ca938: Pulling fs layer 05:25:19 adcc1eea9eea: Pulling fs layer 05:25:19 4c4ab2625f07: Pulling fs layer 05:25:19 0510c868ecb4: Pulling fs layer 05:25:19 afea3b2eda06: Pulling fs layer 05:25:19 7809a108b3ef: Pulling fs layer 05:25:19 f706445af74f: Pulling fs layer 05:25:19 afea3b2eda06: Waiting 05:25:19 7809a108b3ef: Waiting 05:25:19 f706445af74f: Waiting 05:25:19 0510c868ecb4: Waiting 05:25:19 4c4ab2625f07: Verifying Checksum 05:25:19 4c4ab2625f07: Download complete 05:25:19 adcc1eea9eea: Verifying Checksum 05:25:19 adcc1eea9eea: Download complete 05:25:19 afea3b2eda06: Verifying Checksum 05:25:19 afea3b2eda06: Download complete 05:25:19 540db60ca938: Verifying Checksum 05:25:19 540db60ca938: Pull complete 05:25:19 7809a108b3ef: Verifying Checksum 05:25:19 7809a108b3ef: Download complete 05:25:19 adcc1eea9eea: Pull complete 05:25:19 4c4ab2625f07: Pull complete 05:25:21 f706445af74f: Verifying Checksum 05:25:21 f706445af74f: Download complete 05:25:21 0510c868ecb4: Verifying Checksum 05:25:21 0510c868ecb4: Download complete 05:25:24 0510c868ecb4: Pull complete 05:25:24 afea3b2eda06: Pull complete 05:25:24 7809a108b3ef: Pull complete 05:25:26 f706445af74f: Pull complete 05:25:26 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:25:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:25:26 ---> b068be0155e3 05:25:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:25:28 ---> Running in 9a10f5f413c4 05:25:28 Removing intermediate container 9a10f5f413c4 05:25:28 ---> b461cef1f069 05:25:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:25:28 ---> Running in ee1bf86aae7d 05:25:28 Removing intermediate container ee1bf86aae7d 05:25:28 ---> 0a37ddf27b05 05:25:28 Step 5/8 : RUN apk add --no-cache make git 05:25:28 ---> Running in 5d5911ff73a0 05:25:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:25:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:25:30 OK: 149 MiB in 40 packages 05:25:30 Removing intermediate container 5d5911ff73a0 05:25:30 ---> 213cfe4010c5 05:25:30 Step 6/8 : WORKDIR /edgex-ui-go 05:25:30 ---> Running in d6819939dc7a 05:25:30 Removing intermediate container d6819939dc7a 05:25:30 ---> 5face5be10df 05:25:30 Step 7/8 : COPY . . 05:25:31 ---> 4176fb5b012b 05:25:31 Step 8/8 : RUN go mod download 05:25:31 ---> Running in 807518f74fb2 05:25:43 Removing intermediate container 807518f74fb2 05:25:43 ---> 5e9b79cf8854 05:25:43 Successfully built 5e9b79cf8854 05:25:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:25:44 + docker inspect -f . ci-base-image-x86_64 05:25:44 . [Pipeline] withDockerContainer 05:25:44 prd-centos7-docker-4c-2g-840 does not seem to be running inside a container 05:25:44 $ 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 ******** ci-base-image-x86_64 cat 05:25:44 $ docker top 0fa5eaa0895c85fd33ff1dc2f85bd989b2045474534ef0d648fba1eb21b39f73 -eo pid,comm [Pipeline] { [Pipeline] sh 05:25:45 + go version 05:25:45 go version go1.16.3 linux/amd64 [Pipeline] } 05:25:45 $ docker stop --time=1 0fa5eaa0895c85fd33ff1dc2f85bd989b2045474534ef0d648fba1eb21b39f73 05:25:46 $ docker rm -f 0fa5eaa0895c85fd33ff1dc2f85bd989b2045474534ef0d648fba1eb21b39f73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:25:47 + docker inspect -f . ci-base-image-x86_64 05:25:47 . [Pipeline] withDockerContainer 05:25:47 prd-centos7-docker-4c-2g-840 does not seem to be running inside a container 05:25:47 $ 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 ******** ci-base-image-x86_64 cat 05:25:47 $ docker top f77f91e7e4209de6c93a550d6f2ed627a3da4d53ef80bc91f3ec5ab4374b638c -eo pid,comm [Pipeline] { [Pipeline] sh 05:25:48 + go mod tidy [Pipeline] sh 05:25:48 + make test 05:25:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:25:48 ? github.com/edgexfoundry/edgex-ui-go [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 05:25:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 05:25:59 GO111MODULE=on go vet ./... 05:26:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-841 in /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [Pipeline] { [Pipeline] ws 05:26:02 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 05:26:03 The recommended git tool is: git [Pipeline] } 05:26:03 $ docker stop --time=1 f77f91e7e4209de6c93a550d6f2ed627a3da4d53ef80bc91f3ec5ab4374b638c 05:26:04 $ docker rm -f f77f91e7e4209de6c93a550d6f2ed627a3da4d53ef80bc91f3ec5ab4374b638c [Pipeline] // withDockerContainer [Pipeline] sh 05:26:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:26:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:26:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:26:06 + ls -al . 05:26:06 total 92 05:26:06 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 8 05:25 . 05:26:06 drwxrwxr-x. 4 jenkins jenkins 28 Jun 8 05:24 .. 05:26:06 drwxrwxr-x. 3 jenkins jenkins 20 Jun 8 05:24 assets 05:26:06 drwxrwxr-x. 2 jenkins jenkins 35 Jun 8 05:24 bin 05:26:06 drwxrwxr-x. 3 jenkins jenkins 29 Jun 8 05:24 cmd 05:26:06 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 8 05:24 CONTRIBUTING.md 05:26:06 -rw-r--r--. 1 jenkins jenkins 10 Jun 8 05:25 coverage.out 05:26:06 -rw-rw-r--. 1 jenkins jenkins 1508 Jun 8 05:24 Dockerfile 05:26:06 -rw-rw-r--. 1 jenkins jenkins 902 Jun 8 05:24 Dockerfile.build 05:26:06 drwxrwxr-x. 5 jenkins jenkins 104 Jun 8 05:24 docs 05:26:06 drwxrwxr-x. 8 jenkins jenkins 179 Jun 8 05:24 .git 05:26:06 drwxrwxr-x. 2 jenkins jenkins 103 Jun 8 05:24 .github 05:26:06 -rw-rw-r--. 1 jenkins jenkins 162 Jun 8 05:24 .gitignore 05:26:06 -rw-rw-r--. 1 jenkins jenkins 971 Jun 8 05:24 go.mod 05:26:06 -rw-r--r--. 1 jenkins jenkins 23959 Jun 8 05:25 go.sum 05:26:06 drwxrwxr-x. 10 jenkins jenkins 139 Jun 8 05:24 internal 05:26:06 -rw-rw-r--. 1 jenkins jenkins 652 Jun 8 05:24 Jenkinsfile 05:26:06 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 8 05:24 LICENSE 05:26:06 -rw-rw-r--. 1 jenkins jenkins 941 Jun 8 05:24 Makefile 05:26:06 -rw-rw-r--. 1 jenkins jenkins 6012 Jun 8 05:24 README.md 05:26:06 -rw-rw-r--. 1 jenkins jenkins 5 Jun 8 05:22 VERSION 05:26:06 -rw-rw-r--. 1 jenkins jenkins 155 Jun 8 05:24 version.go 05:26:06 drwxrwxr-x. 4 jenkins jenkins 4096 Jun 8 05:24 web [Pipeline] isUnix [Pipeline] sh 05:26:07 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 --label arch=amd64 --label version=0.0.0 . 05:26:07 Sending build context to Docker daemon 35.77MB 05:26:07 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:26:07 Step 2/24 : FROM ${BASE} AS builder 05:26:07 ---> 5e9b79cf8854 05:26:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:26:07 ---> Running in ffd5f55190eb 05:26:07 Removing intermediate container ffd5f55190eb 05:26:07 ---> 41ef33cb0339 05:26:07 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:26:07 ---> Running in f3a03a4ba530 05:26:07 Removing intermediate container f3a03a4ba530 05:26:07 ---> 5986b9b12e2e 05:26:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:26:07 ---> Running in 74c4683a68fa 05:26:07 Removing intermediate container 74c4683a68fa 05:26:07 ---> 4412aaef41be 05:26:07 Step 6/24 : LABEL Name=edgex-ui-go 05:26:07 ---> Running in 069d05f54d7e 05:26:07 Removing intermediate container 069d05f54d7e 05:26:07 ---> 29c0e806fdea 05:26:07 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:26:07 ---> Running in 6d4c569924bd 05:26:07 Removing intermediate container 6d4c569924bd 05:26:07 ---> ccc0163d79bb 05:26:07 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:08 ---> Running in 8ba634e4ab6c 05:26:08 Removing intermediate container 8ba634e4ab6c 05:26:08 ---> a96fbdb6421d 05:26:08 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:26:08 ---> Running in 7cb6fca17e75 05:26:08 using credential edgex-jenkins-ssh 05:26:08 Cloning the remote Git repository 05:26:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:26:08 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:26:08 > git init /w/workspace/edgex-ui-go/2 # timeout=10 05:26:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:26:08 > git --version # timeout=10 05:26:08 > git --version # 'git version 2.17.1' 05:26:08 using GIT_SSH to set credentials SSH Credentials for GitHub 05:26:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:26:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:26:10 OK: 149 MiB in 40 packages 05:26:10 Removing intermediate container 7cb6fca17e75 05:26:10 ---> cd832afb967b 05:26:10 Step 10/24 : ENV GO111MODULE=on 05:26:10 ---> Running in 2c256826e5f9 05:26:10 Removing intermediate container 2c256826e5f9 05:26:10 ---> 41d7799d9e68 05:26:10 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:26:10 ---> Running in e38f81ecaa4c 05:26:10 Removing intermediate container e38f81ecaa4c 05:26:10 ---> a4a123a9c998 05:26:10 Step 12/24 : COPY go.mod . 05:26:10 ---> 6763df57a6fc 05:26:10 Step 13/24 : COPY Makefile . 05:26:11 ---> b400e013e505 05:26:11 Step 14/24 : RUN make update 05:26:11 ---> Running in 5986fbb96267 05:26:11 CGO_ENABLED=0 GO111MODULE=on go mod download 05:26:11 Removing intermediate container 5986fbb96267 05:26:11 ---> 07061fe437ca 05:26:11 Step 15/24 : COPY . . 05:26:11 Merging remotes/origin/master commit 2b2b445aae4e80239e684dcececaac268628f05f into PR head commit d44152d4f46daa59e870ef5ef00cb8d0b139b389 05:26:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:26:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:26:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:26:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:26:11 using GIT_SSH to set credentials SSH Credentials for GitHub 05:26:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:26:12 Merge succeeded, producing d44152d4f46daa59e870ef5ef00cb8d0b139b389 05:26:12 Checking out Revision d44152d4f46daa59e870ef5ef00cb8d0b139b389 (PR-370) 05:26:12 ---> 650a1f5d52fd 05:26:12 Step 16/24 : RUN ${MAKE} 05:26:12 ---> Running in cbf94b35c738 05:26:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 05:26:11 > git config core.sparsecheckout # timeout=10 05:26:11 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 05:26:12 > git remote # timeout=10 05:26:12 > git config --get remote.origin.url # timeout=10 05:26:12 using GIT_SSH to set credentials SSH Credentials for GitHub 05:26:12 > git merge 2b2b445aae4e80239e684dcececaac268628f05f # timeout=10 05:26:12 > git rev-parse HEAD^{commit} # timeout=10 05:26:12 > git config core.sparsecheckout # timeout=10 05:26:12 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 05:26:17 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:26:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:26:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:26:19 + true 05:26:19 + sudo service docker restart 05:26:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:26:22 Removing intermediate container cbf94b35c738 05:26:22 ---> 4d548bc8b8c4 05:26:22 Step 17/24 : FROM alpine:3.12 05:26:23 3.12: Pulling from library/alpine 05:26:23 339de151aab4: Pulling fs layer 05:26:23 339de151aab4: Verifying Checksum 05:26:23 339de151aab4: Download complete 05:26:23 339de151aab4: Pull complete 05:26:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:26:23 Status: Downloaded newer image for alpine:3.12 05:26:23 ---> 13621d1b12d4 05:26:23 Step 18/24 : EXPOSE 4000 05:26:24 ---> Running in eea625c3738c 05:26:24 Removing intermediate container eea625c3738c 05:26:24 ---> 1d2b48634380 05:26:24 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 05:26:25 ---> 28d7ddd599ad 05:26:25 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:26:25 ---> Running in a346423aa818 05:26:25 Removing intermediate container a346423aa818 05:26:25 ---> 771950a590fd 05:26:25 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:26:25 ---> Running in 1323030515d0 05:26:25 Removing intermediate container 1323030515d0 05:26:25 ---> fa034455114a 05:26:25 Step 22/24 : LABEL arch=amd64 05:26:25 ---> Running in 6aeda082e8d1 05:26:25 Removing intermediate container 6aeda082e8d1 05:26:25 ---> ae6a451bf0d3 05:26:25 Step 23/24 : LABEL git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 05:26:25 ---> Running in 1774cdcfae15 05:26:25 Removing intermediate container 1774cdcfae15 05:26:25 ---> 83ad9b619dca 05:26:25 Step 24/24 : LABEL version=0.0.0 05:26:25 ---> Running in 5d66ca0aa91d 05:26:25 Removing intermediate container 5d66ca0aa91d 05:26:25 ---> 1bbcb02b664a 05:26:25 [Warning] One or more build-args [ARCH] were not consumed 05:26:25 Successfully built 1bbcb02b664a 05:26:25 Successfully tagged edgex-ui: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 05:26:26 ---> job-cost.sh 05:26:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FIRW 05:26:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:26:37 provisioning config files... 05:26:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3533013975879605627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:38 ---> docker-login.sh 05:26:38 nexus3.edgexfoundry.org:10001 05:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:39 Configure a credential helper to remove this warning. See 05:26:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:39 05:26:39 Login Succeeded 05:26:39 nexus3.edgexfoundry.org:10002 05:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:40 Configure a credential helper to remove this warning. See 05:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:40 05:26:40 Login Succeeded 05:26:40 nexus3.edgexfoundry.org:10003 05:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:40 Configure a credential helper to remove this warning. See 05:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:40 05:26:40 Login Succeeded 05:26:40 nexus3.edgexfoundry.org:10004 05:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:41 Configure a credential helper to remove this warning. See 05:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:41 05:26:41 Login Succeeded 05:26:41 docker.io 05:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:42 Configure a credential helper to remove this warning. See 05:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:42 05:26:42 Login Succeeded 05:26:42 ---> docker-login.sh ends [Pipeline] } 05:26:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:26:42 ========================================================= 05:26:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:26:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:26:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:26:43 Sending build context to Docker daemon 35.74MB 05:26:43 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:26:43 Step 2/8 : FROM ${BASE} 05:26:44 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:26:44 595b0fe564bb: Pulling fs layer 05:26:44 7186ed65a4f7: Pulling fs layer 05:26:44 316046926c0a: Pulling fs layer 05:26:44 4ebd0625c992: Pulling fs layer 05:26:44 207e8628e3a3: Pulling fs layer 05:26:44 c791037a9be2: Pulling fs layer 05:26:44 ffd874e62e21: Pulling fs layer 05:26:44 207e8628e3a3: Waiting 05:26:44 c791037a9be2: Waiting 05:26:44 ffd874e62e21: Waiting 05:26:44 4ebd0625c992: Waiting 05:26:44 316046926c0a: Verifying Checksum 05:26:44 316046926c0a: Download complete 05:26:44 7186ed65a4f7: Verifying Checksum 05:26:44 7186ed65a4f7: Download complete 05:26:44 207e8628e3a3: Download complete 05:26:44 c791037a9be2: Verifying Checksum 05:26:44 c791037a9be2: Download complete 05:26:44 595b0fe564bb: Download complete 05:26:44 595b0fe564bb: Pull complete 05:26:45 7186ed65a4f7: Pull complete 05:26:46 316046926c0a: Pull complete 05:26:46 ffd874e62e21: Verifying Checksum 05:26:46 ffd874e62e21: Download complete 05:26:48 lf-activate-venv(): INFO: Adding /tmp/venv-FIRW/bin to PATH 05:26:48 INFO: No Stack... 05:26:48 INFO: Retrieving Pricing Info for: v3-standard-2 05:26:48 4ebd0625c992: Verifying Checksum 05:26:48 4ebd0625c992: Download complete 05:26:48 INFO: Archiving Costs [Pipeline] sh 05:26:49 + cut -d, -f6 05:26:49 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 05:26:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] 05:26:49 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] did not exist. Created. 05:26:49 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:26:49 + echo total: 0.05999999865889549 [Pipeline] stash 05:26:49 Stashed 1 file(s) [Pipeline] } 05:26:49 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:27:01 4ebd0625c992: Pull complete 05:27:01 207e8628e3a3: Pull complete 05:27:01 c791037a9be2: Pull complete 05:27:03 ffd874e62e21: Pull complete 05:27:03 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 05:27:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:27:03 ---> cfc18b08335c 05:27:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:27:05 ---> Running in 27d2ecfc62ee 05:27:05 Removing intermediate container 27d2ecfc62ee 05:27:05 ---> 4b9bc2561953 05:27:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:27:06 ---> Running in 177bc1baff9d 05:27:08 Removing intermediate container 177bc1baff9d 05:27:08 ---> eb7ec3e6b5dc 05:27:08 Step 5/8 : RUN apk add --no-cache make git 05:27:08 ---> Running in 41a4405e63d5 05:27:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:27:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:27:11 OK: 138 MiB in 40 packages 05:27:12 Removing intermediate container 41a4405e63d5 05:27:12 ---> 4520350bfa36 05:27:12 Step 6/8 : WORKDIR /edgex-ui-go 05:27:12 ---> Running in 4aefab89458b 05:27:13 Removing intermediate container 4aefab89458b 05:27:13 ---> 577d38aaf640 05:27:13 Step 7/8 : COPY . . 05:27:16 ---> 10e212a2360b 05:27:16 Step 8/8 : RUN go mod download 05:27:16 ---> Running in 8dc90e149a94 05:27:49 Removing intermediate container 8dc90e149a94 05:27:49 ---> 490bfc927909 05:27:49 Successfully built 490bfc927909 05:27:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:27:49 + docker inspect -f . ci-base-image-arm64 05:27:49 . [Pipeline] withDockerContainer 05:27:49 prd-ubuntu18.04-docker-arm64-4c-16g-841 does not seem to be running inside a container 05:27:50 $ 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 ******** ci-base-image-arm64 cat 05:27:51 $ docker top c6c72e838630de659a9aa564599bc2c708ceaacc8b21a4cc946ff9680a79a7bf -eo pid,comm [Pipeline] { [Pipeline] sh 05:27:52 + go version 05:27:52 go version go1.16.3 linux/arm64 [Pipeline] } 05:27:52 $ docker stop --time=1 c6c72e838630de659a9aa564599bc2c708ceaacc8b21a4cc946ff9680a79a7bf 05:27:54 $ docker rm -f c6c72e838630de659a9aa564599bc2c708ceaacc8b21a4cc946ff9680a79a7bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:27:55 + docker inspect -f . ci-base-image-arm64 05:27:55 . [Pipeline] withDockerContainer 05:27:55 prd-ubuntu18.04-docker-arm64-4c-16g-841 does not seem to be running inside a container 05:27:55 $ 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 ******** ci-base-image-arm64 cat 05:27:57 $ docker top c0ba2202009c0378d9074a12a388180998098f51226574ab8489106c73752ddf -eo pid,comm [Pipeline] { [Pipeline] sh 05:27:58 + go mod tidy [Pipeline] sh 05:27:59 + make test 05:27:59 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:28:00 ? github.com/edgexfoundry/edgex-ui-go [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 05:28:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 05:28:33 GO111MODULE=on go vet ./... [Pipeline] } 05:28:55 $ docker stop --time=1 c0ba2202009c0378d9074a12a388180998098f51226574ab8489106c73752ddf 05:28:57 $ docker rm -f c0ba2202009c0378d9074a12a388180998098f51226574ab8489106c73752ddf [Pipeline] // withDockerContainer [Pipeline] sh 05:28:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:28:58 Warning: overwriting stash ‘coverage-report’ 05:28:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:28:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:28:59 + ls -al . 05:28:59 total 124 05:28:59 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:28 . 05:28:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:26 .. 05:28:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 05:26 .git 05:28:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:26 .github 05:28:59 -rw-rw-r-- 1 jenkins jenkins 162 Jun 8 05:26 .gitignore 05:28:59 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 8 05:26 CONTRIBUTING.md 05:28:59 -rw-rw-r-- 1 jenkins jenkins 1508 Jun 8 05:26 Dockerfile 05:28:59 -rw-rw-r-- 1 jenkins jenkins 902 Jun 8 05:26 Dockerfile.build 05:28:59 -rw-rw-r-- 1 jenkins jenkins 652 Jun 8 05:26 Jenkinsfile 05:28:59 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 8 05:26 LICENSE 05:28:59 -rw-rw-r-- 1 jenkins jenkins 941 Jun 8 05:26 Makefile 05:28:59 -rw-rw-r-- 1 jenkins jenkins 6012 Jun 8 05:26 README.md 05:28:59 -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 05:22 VERSION 05:28:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:26 assets 05:28:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:26 bin 05:28:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:26 cmd 05:28:59 -rw-r--r-- 1 jenkins jenkins 10 Jun 8 05:28 coverage.out 05:28:59 drwxrwxr-x 5 jenkins jenkins 4096 Jun 8 05:26 docs 05:28:59 -rw-rw-r-- 1 jenkins jenkins 971 Jun 8 05:26 go.mod 05:28:59 -rw-r--r-- 1 jenkins jenkins 23959 Jun 8 05:27 go.sum 05:28:59 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:26 internal 05:28:59 -rw-rw-r-- 1 jenkins jenkins 155 Jun 8 05:26 version.go 05:28:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:26 web [Pipeline] isUnix [Pipeline] sh 05:29:00 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 --label arch=arm64 --label version=0.0.0 . 05:29:01 Sending build context to Docker daemon 35.77MB 05:29:01 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:29:01 Step 2/24 : FROM ${BASE} AS builder 05:29:01 ---> 490bfc927909 05:29:01 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:29:01 ---> Running in c624ad018466 05:29:02 Removing intermediate container c624ad018466 05:29:02 ---> 51c2187bad5b 05:29:02 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:29:02 ---> Running in dde0807eab9e 05:29:02 Removing intermediate container dde0807eab9e 05:29:02 ---> fdffe30fa311 05:29:02 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:29:02 ---> Running in 37014de7de9c 05:29:03 Removing intermediate container 37014de7de9c 05:29:03 ---> f455bc82b025 05:29:03 Step 6/24 : LABEL Name=edgex-ui-go 05:29:03 ---> Running in deeea988f6ee 05:29:03 Removing intermediate container deeea988f6ee 05:29:03 ---> ebecb09ffafc 05:29:03 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:29:03 ---> Running in 4ba65fb0ef63 05:29:04 Removing intermediate container 4ba65fb0ef63 05:29:04 ---> 15b594d9515e 05:29:04 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:29:04 ---> Running in 9108f4f4a462 05:29:07 Removing intermediate container 9108f4f4a462 05:29:07 ---> da090c1357af 05:29:07 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:29:07 ---> Running in 436d97b0aadb 05:29:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:29:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:29:11 OK: 138 MiB in 40 packages 05:29:13 Removing intermediate container 436d97b0aadb 05:29:13 ---> 1deaf5059c04 05:29:13 Step 10/24 : ENV GO111MODULE=on 05:29:13 ---> Running in cf788b0e9910 05:29:13 Removing intermediate container cf788b0e9910 05:29:13 ---> 0e58b73b8d24 05:29:13 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:29:13 ---> Running in b879842366ec 05:29:14 Removing intermediate container b879842366ec 05:29:14 ---> dd125fa3078f 05:29:14 Step 12/24 : COPY go.mod . 05:29:14 ---> f5cf1f492879 05:29:14 Step 13/24 : COPY Makefile . 05:29:15 ---> 673bca0296a3 05:29:15 Step 14/24 : RUN make update 05:29:15 ---> Running in dddcb1f73c0c 05:29:17 CGO_ENABLED=0 GO111MODULE=on go mod download 05:29:18 Removing intermediate container dddcb1f73c0c 05:29:18 ---> 4589656944d4 05:29:18 Step 15/24 : COPY . . 05:29:21 ---> 9635bdcaf97a 05:29:21 Step 16/24 : RUN ${MAKE} 05:29:21 ---> Running in 31ca335f809c 05:29:22 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 05:29:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:29:52 Removing intermediate container 31ca335f809c 05:29:52 ---> 36254ea7bfcb 05:29:52 Step 17/24 : FROM alpine:3.12 05:29:53 3.12: Pulling from library/alpine 05:29:53 d2f70382dc9a: Pulling fs layer 05:29:53 d2f70382dc9a: Verifying Checksum 05:29:54 d2f70382dc9a: Pull complete 05:29:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:29:54 Status: Downloaded newer image for alpine:3.12 05:29:54 ---> 9852663dfa18 05:29:54 Step 18/24 : EXPOSE 4000 05:29:54 ---> Running in 6e14f7a271d4 05:29:54 Removing intermediate container 6e14f7a271d4 05:29:54 ---> 841c06ba05c5 05:29:54 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 05:29:57 ---> e42916c674b0 05:29:57 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:29:57 ---> Running in b0e4d67bd222 05:29:58 Removing intermediate container b0e4d67bd222 05:29:58 ---> cd8ab00a3726 05:29:58 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:29:58 ---> Running in 7a1459623e77 05:29:58 Removing intermediate container 7a1459623e77 05:29:58 ---> 5ebf5fb59a87 05:29:58 Step 22/24 : LABEL arch=arm64 05:29:58 ---> Running in 3e9bb7d7b18b 05:29:59 Removing intermediate container 3e9bb7d7b18b 05:29:59 ---> 2596f2b25930 05:29:59 Step 23/24 : LABEL git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 05:29:59 ---> Running in 8e23bc9723f4 05:29:59 Removing intermediate container 8e23bc9723f4 05:29:59 ---> adae790c85c9 05:29:59 Step 24/24 : LABEL version=0.0.0 05:29:59 ---> Running in 42044a266a88 05:30:00 Removing intermediate container 42044a266a88 05:30:00 ---> 242e97b67af3 05:30:00 [Warning] One or more build-args [ARCH] were not consumed 05:30:00 Successfully built 242e97b67af3 05:30:00 Successfully tagged edgex-ui-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 05:30:01 ---> job-cost.sh 05:30:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-l1KK 05:30:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:32:17 lf-activate-venv(): INFO: Adding /tmp/venv-l1KK/bin to PATH 05:32:17 INFO: No Stack... 05:32:17 INFO: Retrieving Pricing Info for: v2-standard-4 05:32:17 INFO: Archiving Costs [Pipeline] sh 05:32:17 + cut -d, -f6 05:32:17 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 05:32:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] 05:32:17 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] did not exist. Created. 05:32:17 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:32:17 /w/workspace/edgex-ui-go/2@tmp/durable-4d044650/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-4d044650/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:32:18 + echo total: 0.18000000715255737 [Pipeline] stash 05:32:18 Warning: overwriting stash ‘stack-cost’ 05:32:18 Stashed 1 file(s) [Pipeline] } 05:32:18 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-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] configFileProvider 05:32:19 provisioning config files... 05:32:19 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/config3370579096152264341tmp [Pipeline] { [Pipeline] sh 05:32:19 + set +x 05:32:19 + bash -s -- 05:32:19 + curl -s https://codecov.io/bash 05:32:19 05:32:19 _____ _ 05:32:19 / ____| | | 05:32:19 | | ___ __| | ___ ___ _____ __ 05:32:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:32:19 | |___| (_) | (_| | __/ (_| (_) \ V / 05:32:19 \_____\___/ \__,_|\___|\___\___/ \_/ 05:32:19 Bash-1.0.3 05:32:19 05:32:19 05:32:19 ==> git version 2.24.4 found 05:32:19 ==> 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 05:32:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:32:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:32:19 ==> Jenkins CI detected. 05:32:19 project root: . 05:32:19 --> token set from env 05:32:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:32:19 ==> Running gcov in . (disable via -X gcov) 05:32:19 ==> Python coveragepy not found 05:32:19 ==> Searching for coverage reports in: 05:32:19 + . 05:32:19 -> Found 1 reports 05:32:19 ==> Detecting git/mercurial file structure 05:32:19 ==> Reading reports 05:32:19 + ./coverage.out bytes=10 05:32:19 ==> Appending adjustments 05:32:19 https://docs.codecov.io/docs/fixing-reports 05:32:19 + Found adjustments 05:32:19 ==> Gzipping contents 05:32:19 4.0K /tmp/codecov.H3LQ2C.gz 05:32:19 ==> Uploading reports 05:32:19 url: https://codecov.io 05:32:19 query: branch=PR-370&commit=d44152d4f46daa59e870ef5ef00cb8d0b139b389&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-370%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=370&job=&cmd_args= 05:32:19 -> Pinging Codecov 05:32:19 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-370&commit=d44152d4f46daa59e870ef5ef00cb8d0b139b389&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-370%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=370&job=&cmd_args= 05:32:20 -> Uploading to 05:32:20 https://storage.googleapis.com/codecov/v4/raw/2021-06-08/FB506323287CE973F263BFD2A0EB1F37/d44152d4f46daa59e870ef5ef00cb8d0b139b389/33c48df7-598c-401c-821a-c64234f53d82.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T053220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e64ebfcd932b7245884d3621be1009e1bed734f1ef0521d99cf3d3f0cf4247f 05:32:20 % Total % Received % Xferd Average Speed Time Time Time Current 05:32:20 Dload Upload Total Spent Left Speed 05:32:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3930 0 0 100 3930 0 8669 --:--:-- --:--:-- --:--:-- 8656 05:32:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d44152d4f46daa59e870ef5ef00cb8d0b139b389 [Pipeline] } 05:32:20 Deleting 1 temporary files [Pipeline] // configFileProvider [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 05:32:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:32:22 ---> package-listing.sh 05:32:22 ++ facter osfamily 05:32:22 ++ tr '[:upper:]' '[:lower:]' 05:32:23 + OS_FAMILY=redhat 05:32:23 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-370 05:32:23 + START_PACKAGES=/tmp/packages_start.txt 05:32:23 + END_PACKAGES=/tmp/packages_end.txt 05:32:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:32:23 + PACKAGES=/tmp/packages_start.txt 05:32:23 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-370 ']' 05:32:23 + PACKAGES=/tmp/packages_end.txt 05:32:23 + case "${OS_FAMILY}" in 05:32:23 + rpm -qa 05:32:23 + sort 05:32:23 + '[' -f /tmp/packages_start.txt ']' 05:32:23 + '[' -f /tmp/packages_end.txt ']' 05:32:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:32:23 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-370 ']' 05:32:23 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-370/archives/ 05:32:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-370/archives/ [Pipeline] echo 05:32:23 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-370/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:32:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:32:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:32:24 05:32:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:32:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:32:25 alpine: Pulling from edgex-lftools-log-publisher 05:32:25 df20fa9351a1: Pulling fs layer 05:32:25 36b3adc4ff6f: Pulling fs layer 05:32:25 8ad3a11d3b57: Pulling fs layer 05:32:25 46f8f816bc3b: Pulling fs layer 05:32:25 93b61091891f: Pulling fs layer 05:32:25 93b9cdb0e59b: Pulling fs layer 05:32:25 5e14af77c1be: Pulling fs layer 05:32:25 01666e4c0597: Pulling fs layer 05:32:25 aa168da1d23b: Pulling fs layer 05:32:25 93b9cdb0e59b: Waiting 05:32:25 5e14af77c1be: Waiting 05:32:25 01666e4c0597: Waiting 05:32:25 aa168da1d23b: Waiting 05:32:25 46f8f816bc3b: Waiting 05:32:25 93b61091891f: Waiting 05:32:25 36b3adc4ff6f: Verifying Checksum 05:32:25 36b3adc4ff6f: Download complete 05:32:25 46f8f816bc3b: Verifying Checksum 05:32:25 46f8f816bc3b: Download complete 05:32:25 df20fa9351a1: Verifying Checksum 05:32:25 df20fa9351a1: Download complete 05:32:25 93b9cdb0e59b: Verifying Checksum 05:32:25 93b9cdb0e59b: Download complete 05:32:25 5e14af77c1be: Verifying Checksum 05:32:25 5e14af77c1be: Download complete 05:32:25 93b61091891f: Verifying Checksum 05:32:25 93b61091891f: Download complete 05:32:25 01666e4c0597: Verifying Checksum 05:32:25 01666e4c0597: Download complete 05:32:25 df20fa9351a1: Pull complete 05:32:25 36b3adc4ff6f: Pull complete 05:32:25 8ad3a11d3b57: Verifying Checksum 05:32:25 8ad3a11d3b57: Download complete 05:32:26 8ad3a11d3b57: Pull complete 05:32:26 46f8f816bc3b: Pull complete 05:32:26 93b61091891f: Pull complete 05:32:26 93b9cdb0e59b: Pull complete 05:32:26 5e14af77c1be: Pull complete 05:32:26 01666e4c0597: Pull complete 05:32:27 aa168da1d23b: Verifying Checksum 05:32:27 aa168da1d23b: Download complete 05:32:31 aa168da1d23b: Pull complete 05:32:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:32:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:32:31 prd-centos7-docker-4c-2g-837 does not seem to be running inside a container 05:32:31 $ 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-370/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-370 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370:/w/workspace/edgexfoundry_edgex-ui-go_PR-370:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:32:43 $ docker top 14c5b523f88d250b72509b1719a3d8532e41e210cd305740773afd285bb0df47 -eo pid,comm [Pipeline] { [Pipeline] sh 05:32:43 + touch /tmp/pre-build-complete [Pipeline] sh 05:32:44 + mkdir -p /var/log/sa [Pipeline] sh 05:32:44 + ls /var/log/sa-host 05:32:44 + sadf -c /var/log/sa-host/sa05 05:32:44 file_magic: OK 05:32:44 HZ: Using current value: 100 05:32:44 file_header: OK 05:32:44 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 05:32:44 Statistics: 05:32:44 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:32:44 File successfully converted to sysstat format version 12.2.1 05:32:44 + sadf -c /var/log/sa-host/sa08 05:32:44 file_magic: OK 05:32:44 HZ: Using current value: 100 05:32:44 file_header: OK 05:32:44 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 05:32:44 Statistics: 05:32:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:32:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:32:44 provisioning config files... 05:32:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/config5365634423212996289tmp [Pipeline] { [Pipeline] echo 05:32:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:32:44 ---> create-netrc.sh [Pipeline] } 05:32:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:32:45 ---> python-tools-install.sh [Pipeline] echo 05:32:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:32:45 ---> sudo-logs.sh 05:32:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:32:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:32:45 ---> job-cost.sh 05:32:45 lf-activate-venv: SKIPPING 05:32:45 DEBUG: total: 0.18000000715255737 05:32:45 INFO: Retrieving Stack Cost... 05:32:46 INFO: Retrieving Pricing Info for: v3-standard-2 05:32:47 INFO: Archiving Costs [Pipeline] echo 05:32:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:32:47 ---> logs-deploy.sh 05:32:47 lf-activate-venv: SKIPPING 05:32:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-370/2 05:32:47 INFO: archiving workspace using pattern(s): 05:32:48 Archives upload complete. 05:32:48 INFO: archiving logs to Nexus 05:32:48 ---> uname -a: 05:32:48 Linux prd-centos7-docker-4c-2g-837.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 05:32:48 05:32:48 05:32:49 ---> lscpu: 05:32:49 Architecture: x86_64 05:32:49 CPU op-mode(s): 32-bit, 64-bit 05:32:49 Byte Order: Little Endian 05:32:49 Address sizes: 40 bits physical, 48 bits virtual 05:32:49 CPU(s): 2 05:32:49 On-line CPU(s) list: 0,1 05:32:49 Thread(s) per core: 1 05:32:49 Core(s) per socket: 1 05:32:49 Socket(s): 2 05:32:49 NUMA node(s): 1 05:32:49 Vendor ID: AuthenticAMD 05:32:49 CPU family: 23 05:32:49 Model: 49 05:32:49 Model name: AMD EPYC-Rome Processor 05:32:49 Stepping: 0 05:32:49 CPU MHz: 2800.000 05:32:49 BogoMIPS: 5600.00 05:32:49 Virtualization: AMD-V 05:32:49 Hypervisor vendor: KVM 05:32:49 Virtualization type: full 05:32:49 L1d cache: 64 KiB 05:32:49 L1i cache: 64 KiB 05:32:49 L2 cache: 1 MiB 05:32:49 L3 cache: 32 MiB 05:32:49 NUMA node0 CPU(s): 0,1 05:32:49 Vulnerability Itlb multihit: Not affected 05:32:49 Vulnerability L1tf: Not affected 05:32:49 Vulnerability Mds: Not affected 05:32:49 Vulnerability Meltdown: Not affected 05:32:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:32:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:32:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:32:49 Vulnerability Srbds: Not affected 05:32:49 Vulnerability Tsx async abort: Not affected 05:32:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 05:32:49 05:32:49 05:32:49 ---> nproc: 05:32:49 2 05:32:49 05:32:49 05:32:49 ---> df -h: 05:32:49 Filesystem Size Used Available Use% Mounted on 05:32:49 overlay 40.0G 7.6G 32.4G 19% / 05:32:49 tmpfs 64.0M 0 64.0M 0% /dev 05:32:49 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:32:49 shm 64.0M 0 64.0M 0% /dev/shm 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-370 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 05:32:49 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 05:32:49 05:32:49 05:32:49 ---> free -m: 05:32:49 total used free shared buff/cache available 05:32:49 Mem: 7821 975 4707 0 2137 6668 05:32:49 Swap: 1023 0 1023 05:32:49 05:32:49 05:32:49 ---> ip addr: 05:32:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:32:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:32:49 inet 127.0.0.1/8 scope host lo 05:32:49 valid_lft forever preferred_lft forever 05:32:49 inet6 ::1/128 scope host 05:32:49 valid_lft forever preferred_lft forever 05:32:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:32:49 link/ether fa:16:3e:05:f0:05 brd ff:ff:ff:ff:ff:ff 05:32:49 inet 10.30.122.106/23 brd 10.30.123.255 scope global dynamic eth0 05:32:49 valid_lft 85753sec preferred_lft 85753sec 05:32:49 inet6 fe80::f816:3eff:fe05:f005/64 scope link 05:32:49 valid_lft forever preferred_lft forever 05:32:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:32:49 link/ether 02:42:3b:39:52:5b brd ff:ff:ff:ff:ff:ff 05:32:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:32:49 valid_lft forever preferred_lft forever 05:32:49 inet6 fe80::42:3bff:fe39:525b/64 scope link 05:32:49 valid_lft forever preferred_lft forever 05:32:49 05:32:49 05:32:49 ---> sar -b -r -n DEV: 05:32:49 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) 05:32:49 05:32:49 05:21:51 LINUX RESTART (2 CPU) 05:32:49 05:32:49 05:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:32:49 05:24:01 1.78 0.00 1.78 0.00 0.00 37.33 0.00 05:32:49 05:25:01 0.42 0.00 0.42 0.00 0.00 6.25 0.00 05:32:49 05:26:01 0.30 0.00 0.30 0.00 0.00 3.60 0.00 05:32:49 05:27:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 05:32:49 05:28:01 0.42 0.00 0.42 0.00 0.00 6.31 0.00 05:32:49 05:29:01 0.22 0.00 0.22 0.00 0.00 2.85 0.00 05:32:49 05:30:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 05:32:49 05:31:01 0.32 0.00 0.32 0.00 0.00 3.25 0.00 05:32:49 05:32:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 05:32:49 Average: 0.45 0.00 0.45 0.00 0.00 7.52 0.00 05:32:49 05:32:49 05:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:32:49 05:24:01 5426440 0 798296 9.97 2620 1781584 1234256 13.63 597856 1583376 20 05:32:49 05:25:01 5423884 0 800844 10.00 2620 1781592 1234304 13.63 600852 1582560 12 05:32:49 05:26:01 5425420 0 799308 9.98 2620 1781592 1213696 13.40 599924 1582556 16 05:32:49 05:27:01 5424344 0 800380 9.99 2620 1781596 1213900 13.40 595848 1587732 8 05:32:49 05:28:01 5424864 0 799852 9.99 2620 1781604 1213888 13.40 595696 1587732 20 05:32:49 05:29:01 5424708 0 800008 9.99 2620 1781604 1213696 13.40 595820 1587732 20 05:32:49 05:30:01 5417040 0 807668 10.08 2620 1781612 1213696 13.40 603320 1587732 8 05:32:49 05:31:01 5416876 0 807824 10.09 2620 1781620 1213696 13.40 603760 1587732 16 05:32:49 05:32:01 5415740 0 808956 10.10 2620 1781624 1213864 13.40 605676 1586756 8 05:32:49 Average: 5422146 0 802571 10.02 2620 1781603 1218333 13.45 599861 1585990 14 05:32:49 05:32:49 05:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:32:49 05:24:01 eth0 4.00 1.70 3.06 0.13 0.00 0.00 0.00 0.00 05:32:49 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:25:01 eth0 2.05 0.58 0.64 0.40 0.00 0.00 0.00 0.00 05:32:49 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:26:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:32:49 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:27:01 eth0 0.53 0.40 0.27 0.21 0.00 0.00 0.00 0.00 05:32:49 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:28:01 eth0 1.20 0.50 0.46 0.24 0.00 0.00 0.00 0.00 05:32:49 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:29:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 05:32:49 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:30:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:32:49 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:31:01 eth0 0.40 0.02 0.03 0.00 0.00 0.00 0.00 0.00 05:32:49 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:32:01 eth0 1.33 0.28 0.35 0.17 0.00 0.00 0.00 0.00 05:32:49 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 Average: eth0 1.10 0.41 0.54 0.13 0.00 0.00 0.00 0.00 05:32:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:49 05:32:49 05:32:49 ---> sar -P ALL: 05:32:49 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) 05:32:49 05:32:49 05:21:51 LINUX RESTART (2 CPU) 05:32:49 05:32:49 05:23:01 CPU %user %nice %system %iowait %steal %idle 05:32:49 05:24:01 all 0.23 0.00 0.06 0.00 0.02 99.69 05:32:49 05:24:01 0 0.07 0.00 0.07 0.00 0.02 99.85 05:32:49 05:24:01 1 0.40 0.00 0.05 0.00 0.02 99.53 05:32:49 05:25:01 all 0.14 0.00 0.03 0.00 0.03 99.80 05:32:49 05:25:01 0 0.18 0.00 0.02 0.00 0.02 99.78 05:32:49 05:25:01 1 0.10 0.00 0.05 0.00 0.03 99.82 05:32:49 05:26:01 all 0.16 0.00 0.03 0.00 0.03 99.79 05:32:49 05:26:01 0 0.27 0.00 0.03 0.00 0.03 99.67 05:32:49 05:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:32:49 05:27:01 all 0.18 0.00 0.05 0.00 0.02 99.75 05:32:49 05:27:01 0 0.28 0.00 0.05 0.00 0.02 99.65 05:32:49 05:27:01 1 0.08 0.00 0.05 0.00 0.02 99.85 05:32:49 05:28:01 all 0.17 0.00 0.04 0.00 0.03 99.77 05:32:49 05:28:01 0 0.27 0.00 0.03 0.00 0.02 99.68 05:32:49 05:28:01 1 0.07 0.00 0.05 0.00 0.03 99.85 05:32:49 05:29:01 all 0.13 0.00 0.04 0.00 0.01 99.82 05:32:49 05:29:01 0 0.20 0.00 0.05 0.00 0.00 99.75 05:32:49 05:29:01 1 0.05 0.00 0.03 0.00 0.02 99.90 05:32:49 05:30:01 all 0.17 0.00 0.04 0.00 0.01 99.78 05:32:49 05:30:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:32:49 05:30:01 1 0.27 0.00 0.05 0.00 0.00 99.68 05:32:49 05:31:01 all 0.13 0.00 0.04 0.00 0.03 99.81 05:32:49 05:31:01 0 0.07 0.00 0.05 0.00 0.03 99.85 05:32:49 05:31:01 1 0.18 0.00 0.03 0.00 0.02 99.77 05:32:49 05:32:01 all 0.14 0.00 0.03 0.00 0.03 99.80 05:32:49 05:32:01 0 0.05 0.00 0.03 0.00 0.03 99.88 05:32:49 05:32:01 1 0.23 0.00 0.03 0.00 0.02 99.72 05:32:49 Average: all 0.16 0.00 0.04 0.00 0.02 99.78 05:32:49 Average: 0 0.16 0.00 0.04 0.00 0.02 99.78 05:32:49 Average: 1 0.16 0.00 0.04 0.00 0.02 99.78 05:32:49 05:32:49 05:32:49