Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d092d0404632b38aea96cc9d20a7db0d40100410+0733ae0f6dad76de22872421f213062917bd013d (b13f32079a86104c30c0adb2a63f1ae3a3b6601c) 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-ssh4625490772635217075.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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-ssh8988670051006232159.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 6a41506d72e8e131afc862d141935157bee59f41 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-397/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-397/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh963998292818640522.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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-ssh4356242138948478710.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-397/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-397/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4330119244810736155.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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-713 in /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [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-397 # 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-397@tmp/jenkins-gitclient-ssh5306899009621523116.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 0733ae0f6dad76de22872421f213062917bd013d into PR head commit d092d0404632b38aea96cc9d20a7db0d40100410 > 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-397@tmp/jenkins-gitclient-ssh8433656768701387686.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/397/head:refs/remotes/origin/PR-397 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d092d0404632b38aea96cc9d20a7db0d40100410 # 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-397@tmp/jenkins-gitclient-ssh791450988047910969.key > git merge 0733ae0f6dad76de22872421f213062917bd013d # timeout=10 Merge succeeded, producing 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 Checking out Revision 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 (PR-397) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 # timeout=10 Commit message: "Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD" > git rev-list --no-walk d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:08:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:08:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:08:44 ========================================================= 10:08:44 EdgeX Global Pipelines Version Info 10:08:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:08:45 ------------------- 10:08:45 stable info: 10:08:45 ------------------- 10:08:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:08:45 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 10:08:45 Message: update stable to v1.0.195 10:08:46 ------------------- 10:08:46 experimental info: 10:08:46 ------------------- 10:08:46 Commited By: **** collab-it+edgex@linuxfoundation.org 10:08:46 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 10:08:46 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:08:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-397 [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-397 [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-397 [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ad29ee [Pipeline] echo 10:08:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:47 provisioning config files... 10:08:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/config1991680782388788709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:47 ---> docker-login.sh 10:08:47 nexus3.edgexfoundry.org:10001 10:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:48 Configure a credential helper to remove this warning. See 10:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:48 10:08:48 Login Succeeded 10:08:48 nexus3.edgexfoundry.org:10002 10:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:48 Configure a credential helper to remove this warning. See 10:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:48 10:08:48 Login Succeeded 10:08:48 nexus3.edgexfoundry.org:10003 10:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:48 Configure a credential helper to remove this warning. See 10:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:48 10:08:48 Login Succeeded 10:08:48 nexus3.edgexfoundry.org:10004 10:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:48 Configure a credential helper to remove this warning. See 10:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:48 10:08:48 Login Succeeded 10:08:48 docker.io 10:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:49 Configure a credential helper to remove this warning. See 10:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:49 10:08:49 Login Succeeded 10:08:49 ---> docker-login.sh ends [Pipeline] } 10:08:49 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 10:08:49 + git log --format=format:%s -1 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 [Pipeline] echo 10:08:49 GIT_COMMIT: 1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8, Commit Message: Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD [Pipeline] echo 10:08:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:08:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:50 10:08:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:08:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:51 latest: Pulling from edgex-devops/git-semver 10:08:51 31603596830f: Pulling fs layer 10:08:51 54011a49482f: Pulling fs layer 10:08:51 a6820b24f6d8: Pulling fs layer 10:08:51 f581987b2513: Pulling fs layer 10:08:51 f581987b2513: Waiting 10:08:51 54011a49482f: Verifying Checksum 10:08:51 54011a49482f: Download complete 10:08:51 f581987b2513: Verifying Checksum 10:08:51 f581987b2513: Download complete 10:08:51 a6820b24f6d8: Verifying Checksum 10:08:51 a6820b24f6d8: Download complete 10:08:51 31603596830f: Verifying Checksum 10:08:51 31603596830f: Download complete 10:08:52 31603596830f: Pull complete 10:08:52 54011a49482f: Pull complete 10:08:52 a6820b24f6d8: Pull complete 10:08:52 f581987b2513: Pull complete 10:08:52 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:08:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:08:52 prd-centos7-docker-4c-2g-713 does not seem to be running inside a container 10:08:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-397 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397:/w/workspace/edgexfoundry_edgex-ui-go_PR-397:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@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 10:08:55 $ docker top 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:08:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:55 [ssh-agent] Looking for ssh-agent implementation... 10:08:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:55 $ docker exec 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent 10:08:55 SSH_AUTH_SOCK=/tmp/ssh-mxR03GJ6nJWI/agent.13 10:08:55 SSH_AGENT_PID=19 10:08:55 Running ssh-add (command line suppressed) 10:08:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_6500782339113851387.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_6500782339113851387.key) 10:08:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:56 + git tag --points-at HEAD [Pipeline] } 10:08:56 $ docker exec --env ******** --env ******** 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent -k 10:08:56 unset SSH_AUTH_SOCK; 10:08:56 unset SSH_AGENT_PID; 10:08:56 echo Agent pid 19 killed; 10:08:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:08:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:56 [ssh-agent] Looking for ssh-agent implementation... 10:08:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:56 $ docker exec 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent 10:08:56 SSH_AUTH_SOCK=/tmp/ssh-VsnH5Iq694Px/agent.54 10:08:56 SSH_AGENT_PID=61 10:08:56 Running ssh-add (command line suppressed) 10:08:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_5785222772578560267.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/private_key_5785222772578560267.key) 10:08:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:57 + git semver init 10:08:57 # -> Open(): unable to determine branch for HEAD 10:08:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-397/.git 10:08:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-397 10:08:57 # $SEMVER_REMOTE_NAME = origin 10:08:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:08:57 # $SEMVER_USER_NAME = edgex-jenkins 10:08:57 # $SEMVER_BRANCH = PR-397 10:08:57 # $SEMVER_TEMP = /tmp/semver-655372799 10:08:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:08:59 # '/tmp/semver-655372799' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-397/.semver' 10:08:59 # -> Force: false 10:08:59 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-397/.semver [Pipeline] } 10:08:59 $ docker exec --env ******** --env ******** 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 ssh-agent -k 10:08:59 unset SSH_AUTH_SOCK; 10:08:59 unset SSH_AGENT_PID; 10:08:59 echo Agent pid 61 killed; 10:08:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:09:00 + git semver [Pipeline] } 10:09:00 $ docker stop --time=1 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 10:09:01 $ docker rm -f 140c120152c52932d234b1579c4c2d134f16b46eaef01744373fb8f216cc75f6 [Pipeline] // withDockerContainer [Pipeline] sh 10:09:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:09:02 Stashed 1 file(s) [Pipeline] echo 10:09:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:09:17 Still waiting to schedule task 10:09:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:09:17 Still waiting to schedule task 10:09:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:10:32 Running on prd-centos7-docker-4c-2g-714 in /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [Pipeline] { [Pipeline] ws 10:10:32 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:10:32 The recommended git tool is: git 10:10:35 using credential edgex-jenkins-ssh 10:10:35 Cloning the remote Git repository 10:10:35 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:10:35 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:10:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:10:35 > git --version # timeout=10 10:10:35 > git --version # 'git version 2.24.4' 10:10:35 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:35 [INFO] Currently running in a labeled security context 10:10:35 [INFO] Currently SELinux is 'enforcing' on the host 10:10:35 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh2706891277352708602.key 10:10:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:38 Merging remotes/origin/master commit 0733ae0f6dad76de22872421f213062917bd013d into PR head commit d092d0404632b38aea96cc9d20a7db0d40100410 10:10:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:10:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:10:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:10:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:38 [INFO] Currently running in a labeled security context 10:10:38 [INFO] Currently SELinux is 'enforcing' on the host 10:10:38 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh5592163452518446781.key 10:10:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/397/head:refs/remotes/origin/PR-397 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:10:38 > git config core.sparsecheckout # timeout=10 10:10:38 > git checkout -f d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 10:10:38 > git remote # timeout=10 10:10:38 > git config --get remote.origin.url # timeout=10 10:10:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:38 [INFO] Currently running in a labeled security context 10:10:38 [INFO] Currently SELinux is 'enforcing' on the host 10:10:38 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh4768007784637008821.key 10:10:38 > git merge 0733ae0f6dad76de22872421f213062917bd013d # timeout=10 10:10:38 Merge succeeded, producing 69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 10:10:38 Checking out Revision 69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 (PR-397) 10:10:38 > git rev-parse HEAD^{commit} # timeout=10 10:10:38 > git config core.sparsecheckout # timeout=10 10:10:38 > git checkout -f 69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 # timeout=10 10:10:42 Commit message: "Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD" 10:10:42 > git rev-list --no-walk d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:10:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:10:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:10:44 + sudo service docker restart 10:10:44 + true 10:10:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:06 provisioning config files... 10:11:06 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config801187040095487772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:06 ---> docker-login.sh 10:11:06 nexus3.edgexfoundry.org:10001 10:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:07 Configure a credential helper to remove this warning. See 10:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:07 10:11:07 Login Succeeded 10:11:07 nexus3.edgexfoundry.org:10002 10:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:07 Configure a credential helper to remove this warning. See 10:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:07 10:11:07 Login Succeeded 10:11:07 nexus3.edgexfoundry.org:10003 10:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:07 Configure a credential helper to remove this warning. See 10:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:07 10:11:07 Login Succeeded 10:11:07 nexus3.edgexfoundry.org:10004 10:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:08 Configure a credential helper to remove this warning. See 10:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:08 10:11:08 Login Succeeded 10:11:08 docker.io 10:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:08 Configure a credential helper to remove this warning. See 10:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:08 10:11:08 Login Succeeded 10:11:08 ---> docker-login.sh ends [Pipeline] } 10:11:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:11:08 ========================================================= 10:11:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:11:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:11:09 + 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 . 10:11:09 Sending build context to Docker daemon 17.94MB 10:11:09 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 10:11:09 Step 2/8 : FROM ${BASE} 10:11:10 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:11:10 540db60ca938: Pulling fs layer 10:11:10 adcc1eea9eea: Pulling fs layer 10:11:10 4c4ab2625f07: Pulling fs layer 10:11:10 0510c868ecb4: Pulling fs layer 10:11:10 afea3b2eda06: Pulling fs layer 10:11:10 7809a108b3ef: Pulling fs layer 10:11:10 f706445af74f: Pulling fs layer 10:11:10 afea3b2eda06: Waiting 10:11:10 7809a108b3ef: Waiting 10:11:10 f706445af74f: Waiting 10:11:10 0510c868ecb4: Waiting 10:11:10 4c4ab2625f07: Verifying Checksum 10:11:10 4c4ab2625f07: Download complete 10:11:10 adcc1eea9eea: Download complete 10:11:10 afea3b2eda06: Verifying Checksum 10:11:10 afea3b2eda06: Download complete 10:11:10 540db60ca938: Verifying Checksum 10:11:10 540db60ca938: Download complete 10:11:10 7809a108b3ef: Verifying Checksum 10:11:10 7809a108b3ef: Download complete 10:11:10 540db60ca938: Pull complete 10:11:11 adcc1eea9eea: Pull complete 10:11:11 4c4ab2625f07: Pull complete 10:11:12 f706445af74f: Verifying Checksum 10:11:12 f706445af74f: Download complete 10:11:12 0510c868ecb4: Verifying Checksum 10:11:12 0510c868ecb4: Download complete 10:11:16 0510c868ecb4: Pull complete 10:11:16 afea3b2eda06: Pull complete 10:11:17 7809a108b3ef: Pull complete 10:11:19 f706445af74f: Pull complete 10:11:19 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:11:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:11:19 ---> b068be0155e3 10:11:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-715 in /w/workspace/edgexfoundry_edgex-ui-go_PR-397 [Pipeline] { [Pipeline] ws 10:11:21 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:11:22 The recommended git tool is: git 10:11:27 using credential edgex-jenkins-ssh 10:11:27 Cloning the remote Git repository 10:11:27 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:11:28 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:11:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:11:28 > git --version # timeout=10 10:11:28 > git --version # 'git version 2.17.1' 10:11:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:11:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:31 Merging remotes/origin/master commit 0733ae0f6dad76de22872421f213062917bd013d into PR head commit d092d0404632b38aea96cc9d20a7db0d40100410 10:11:31 ---> Running in 341a012e4927 10:11:32 Merge succeeded, producing 75298f9900fc91a86861fe093884d80c98d80919 10:11:32 Checking out Revision 75298f9900fc91a86861fe093884d80c98d80919 (PR-397) 10:11:32 Removing intermediate container 341a012e4927 10:11:32 ---> d72ecce68513 10:11:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:32 ---> Running in c061760e3219 10:11:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:11:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:11:31 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/397/head:refs/remotes/origin/PR-397 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:11:31 > git config core.sparsecheckout # timeout=10 10:11:31 > git checkout -f d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 10:11:31 > git remote # timeout=10 10:11:31 > git config --get remote.origin.url # timeout=10 10:11:31 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:31 > git merge 0733ae0f6dad76de22872421f213062917bd013d # timeout=10 10:11:32 > git rev-parse HEAD^{commit} # timeout=10 10:11:32 > git config core.sparsecheckout # timeout=10 10:11:32 > git checkout -f 75298f9900fc91a86861fe093884d80c98d80919 # timeout=10 10:11:34 Removing intermediate container c061760e3219 10:11:34 ---> 01e9d7209f37 10:11:34 Step 5/8 : RUN apk add --no-cache make git 10:11:34 ---> Running in e90f6c86ccc6 10:11:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:11:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:11:36 OK: 149 MiB in 40 packages 10:11:36 Commit message: "Merge commit '0733ae0f6dad76de22872421f213062917bd013d' into HEAD" 10:11:36 > git rev-list --no-walk d092d0404632b38aea96cc9d20a7db0d40100410 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:11:37 Removing intermediate container e90f6c86ccc6 10:11:37 ---> b8ae243a1931 10:11:37 Step 6/8 : WORKDIR /edgex-ui-go 10:11:38 ---> Running in 5adabbcf9b4d 10:11:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:11:38 Removing intermediate container 5adabbcf9b4d 10:11:38 ---> 57f1644cae0b 10:11:38 Step 7/8 : COPY . . 10:11:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:11:38 ---> b6cc94bcd11b 10:11:38 Step 8/8 : RUN go mod download 10:11:39 + sudo service docker restart 10:11:39 + true 10:11:39 ---> Running in 0b5b4503dccf [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:57 provisioning config files... 10:11:57 Removing intermediate container 0b5b4503dccf 10:11:57 ---> 6c4d2d7e43dc 10:11:57 Successfully built 6c4d2d7e43dc 10:11:57 Successfully tagged ci-base-image-x86_64:latest 10:11:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config226734472862221884tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:57 + docker inspect -f . ci-base-image-x86_64 10:11:57 . [Pipeline] withDockerContainer 10:11:57 prd-centos7-docker-4c-2g-714 does not seem to be running inside a container 10:11:57 ---> docker-login.sh 10:11:57 nexus3.edgexfoundry.org:10001 10:11:57 $ 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 10:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:58 $ docker top eb3b7a53bc2d7c7bc499eaa4714e091891ba0af1aee3f9497b7e85584415d357 -eo pid,comm [Pipeline] { [Pipeline] sh 10:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:59 Configure a credential helper to remove this warning. See 10:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:59 10:11:59 Login Succeeded 10:11:59 nexus3.edgexfoundry.org:10002 10:11:59 + go version 10:11:59 go version go1.16.3 linux/amd64 [Pipeline] } 10:11:59 $ docker stop --time=1 eb3b7a53bc2d7c7bc499eaa4714e091891ba0af1aee3f9497b7e85584415d357 10:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:59 Configure a credential helper to remove this warning. See 10:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:59 10:11:59 Login Succeeded 10:11:59 nexus3.edgexfoundry.org:10003 10:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:00 Configure a credential helper to remove this warning. See 10:12:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:00 10:12:00 Login Succeeded 10:12:00 nexus3.edgexfoundry.org:10004 10:12:00 $ docker rm -f eb3b7a53bc2d7c7bc499eaa4714e091891ba0af1aee3f9497b7e85584415d357 10:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 10:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:00 Configure a credential helper to remove this warning. See 10:12:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:00 10:12:00 Login Succeeded 10:12:00 docker.io [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:01 + docker inspect -f . ci-base-image-x86_64 10:12:01 . [Pipeline] withDockerContainer 10:12:01 prd-centos7-docker-4c-2g-714 does not seem to be running inside a container 10:12:01 $ 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 10:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:01 Configure a credential helper to remove this warning. See 10:12:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:01 10:12:01 Login Succeeded 10:12:01 ---> docker-login.sh ends 10:12:02 $ docker top 13b334ff50d5408c648ee78b70b7491c02c1127a2744c1765b8379259a3bae04 -eo pid,comm [Pipeline] { [Pipeline] } 10:12:02 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 10:12:02 + go mod tidy [Pipeline] echo 10:12:02 ========================================================= 10:12:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:12:02 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 10:12:03 + 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 . 10:12:03 + make test 10:12:03 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:12:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:12:03 Sending build context to Docker daemon 17.94MB 10:12:04 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 10:12:04 Step 2/8 : FROM ${BASE} 10:12:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:12:04 595b0fe564bb: Pulling fs layer 10:12:04 3088b5b3c5c0: Pulling fs layer 10:12:04 5b7225fbf94c: Pulling fs layer 10:12:04 ba82ee9f976e: Pulling fs layer 10:12:04 506bd15cee9f: Pulling fs layer 10:12:04 75a0a4a0db45: Pulling fs layer 10:12:04 618dc40b7e24: Pulling fs layer 10:12:04 506bd15cee9f: Waiting 10:12:04 618dc40b7e24: Waiting 10:12:04 75a0a4a0db45: Waiting 10:12:04 5b7225fbf94c: Verifying Checksum 10:12:04 5b7225fbf94c: Download complete 10:12:04 3088b5b3c5c0: Verifying Checksum 10:12:04 3088b5b3c5c0: Download complete 10:12:04 506bd15cee9f: Verifying Checksum 10:12:04 506bd15cee9f: Download complete 10:12:04 75a0a4a0db45: Download complete 10:12:04 595b0fe564bb: Verifying Checksum 10:12:04 595b0fe564bb: Download complete 10:12:04 595b0fe564bb: Pull complete 10:12:05 3088b5b3c5c0: Pull complete 10:12:06 5b7225fbf94c: Pull complete 10:12:06 618dc40b7e24: Download complete 10:12:07 ba82ee9f976e: Verifying Checksum 10:12:07 ba82ee9f976e: Download complete 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:12:15 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 10:12:15 GO111MODULE=on go vet ./... 10:12:17 ba82ee9f976e: Pull complete 10:12:17 506bd15cee9f: Pull complete 10:12:18 75a0a4a0db45: Pull complete [Pipeline] } 10:12:19 $ docker stop --time=1 13b334ff50d5408c648ee78b70b7491c02c1127a2744c1765b8379259a3bae04 10:12:20 $ docker rm -f 13b334ff50d5408c648ee78b70b7491c02c1127a2744c1765b8379259a3bae04 [Pipeline] // withDockerContainer [Pipeline] sh 10:12:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:12:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 10:12:21 618dc40b7e24: Pull complete 10:12:21 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 10:12:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:12:21 ---> a36622ca3599 10:12:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:12:23 ---> Running in 4d70ad750d29 [Pipeline] sh 10:12:24 Removing intermediate container 4d70ad750d29 10:12:24 ---> ae429e035b7b 10:12:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:12:24 ---> Running in 019c81a49cec 10:12:24 + ls -al . 10:12:24 total 92 10:12:24 drwxrwxr-x. 11 jenkins jenkins 4096 Jun 22 10:12 . 10:12:24 drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 10:10 .. 10:12:24 drwxrwxr-x. 3 jenkins jenkins 20 Jun 22 10:10 assets 10:12:24 drwxrwxr-x. 2 jenkins jenkins 35 Jun 22 10:10 bin 10:12:24 drwxrwxr-x. 3 jenkins jenkins 29 Jun 22 10:10 cmd 10:12:24 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 22 10:10 CONTRIBUTING.md 10:12:24 -rw-r--r--. 1 jenkins jenkins 10 Jun 22 10:12 coverage.out 10:12:24 -rw-rw-r--. 1 jenkins jenkins 1508 Jun 22 10:10 Dockerfile 10:12:24 -rw-rw-r--. 1 jenkins jenkins 902 Jun 22 10:10 Dockerfile.build 10:12:24 drwxrwxr-x. 2 jenkins jenkins 23 Jun 22 10:10 docs 10:12:24 drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 10:10 .git 10:12:24 drwxrwxr-x. 2 jenkins jenkins 103 Jun 22 10:10 .github 10:12:24 -rw-rw-r--. 1 jenkins jenkins 162 Jun 22 10:10 .gitignore 10:12:24 -rw-rw-r--. 1 jenkins jenkins 838 Jun 22 10:10 go.mod 10:12:24 -rw-r--r--. 1 jenkins jenkins 23723 Jun 22 10:12 go.sum 10:12:24 drwxrwxr-x. 9 jenkins jenkins 125 Jun 22 10:10 internal 10:12:24 -rw-rw-r--. 1 jenkins jenkins 652 Jun 22 10:10 Jenkinsfile 10:12:24 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 22 10:10 LICENSE 10:12:24 -rw-rw-r--. 1 jenkins jenkins 941 Jun 22 10:10 Makefile 10:12:24 drwxrwxr-x. 3 jenkins jenkins 19 Jun 22 10:10 pkg 10:12:24 -rw-rw-r--. 1 jenkins jenkins 5508 Jun 22 10:10 README.md 10:12:24 -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 10:09 VERSION 10:12:24 -rw-rw-r--. 1 jenkins jenkins 155 Jun 22 10:10 version.go 10:12:24 drwxrwxr-x. 4 jenkins jenkins 4096 Jun 22 10:10 web [Pipeline] isUnix [Pipeline] sh 10:12:24 + 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=69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 --label arch=amd64 --label version=0.0.0 . 10:12:24 Sending build context to Docker daemon 17.97MB 10:12:24 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 10:12:24 Step 2/24 : FROM ${BASE} AS builder 10:12:24 ---> 6c4d2d7e43dc 10:12:24 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:12:25 ---> Running in 1e1f92d221a6 10:12:25 Removing intermediate container 1e1f92d221a6 10:12:25 ---> 66005cb7b412 10:12:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:12:25 ---> Running in 9eee9f536830 10:12:25 Removing intermediate container 9eee9f536830 10:12:25 ---> 47871ffb2618 10:12:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:12:25 ---> Running in 25e9c94c64b9 10:12:25 Removing intermediate container 25e9c94c64b9 10:12:25 ---> 76922c8f519d 10:12:25 Step 6/24 : LABEL Name=edgex-ui-go 10:12:25 ---> Running in edab93857abe 10:12:25 Removing intermediate container edab93857abe 10:12:25 ---> 347912c298ba 10:12:25 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:12:25 ---> Running in 64ef0f36d6d0 10:12:25 Removing intermediate container 64ef0f36d6d0 10:12:25 ---> 348c65795011 10:12:25 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:25 ---> Running in 58a254762e4f 10:12:26 Removing intermediate container 58a254762e4f 10:12:26 ---> 6b3d34ce4a63 10:12:26 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:12:26 ---> Running in 5643b0e4629b 10:12:27 Removing intermediate container 019c81a49cec 10:12:27 ---> 4463ec22e587 10:12:27 Step 5/8 : RUN apk add --no-cache make git 10:12:27 ---> Running in 61d4ca694912 10:12:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:12:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:12:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:12:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:12:29 OK: 138 MiB in 40 packages 10:12:29 OK: 149 MiB in 40 packages 10:12:29 Removing intermediate container 5643b0e4629b 10:12:29 ---> 22c78e0b3173 10:12:29 Step 10/24 : ENV GO111MODULE=on 10:12:29 ---> Running in c9536f29560e 10:12:29 Removing intermediate container c9536f29560e 10:12:29 ---> 08091cf3995d 10:12:29 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:12:29 ---> Running in 899263a1aa32 10:12:30 Removing intermediate container 899263a1aa32 10:12:30 ---> 9328ed594a8d 10:12:30 Step 12/24 : COPY go.mod . 10:12:30 ---> f0361ba6d02c 10:12:30 Step 13/24 : COPY Makefile . 10:12:30 ---> 44c86d1f430a 10:12:30 Step 14/24 : RUN make update 10:12:30 ---> Running in c4b3675dc2ca 10:12:30 CGO_ENABLED=0 GO111MODULE=on go mod download 10:12:30 Removing intermediate container c4b3675dc2ca 10:12:30 ---> 9ed719958013 10:12:30 Step 15/24 : COPY . . 10:12:31 Removing intermediate container 61d4ca694912 10:12:31 ---> f3ff5a16bfd2 10:12:31 Step 6/8 : WORKDIR /edgex-ui-go 10:12:31 ---> Running in bf97b5a067c6 10:12:31 Removing intermediate container bf97b5a067c6 10:12:31 ---> 1f96d1c6aeba 10:12:31 Step 7/8 : COPY . . 10:12:31 ---> 551d4c70d059 10:12:31 Step 16/24 : RUN ${MAKE} 10:12:31 ---> Running in 4f95f3079d06 10:12:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:12:34 ---> e53b43f19621 10:12:34 Step 8/8 : RUN go mod download 10:12:34 ---> Running in 1c94306a955a 10:12:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:12:42 Removing intermediate container 4f95f3079d06 10:12:42 ---> ffe397735890 10:12:42 Step 17/24 : FROM alpine:3.12 10:12:44 3.12: Pulling from library/alpine 10:12:44 339de151aab4: Pulling fs layer 10:12:44 339de151aab4: Verifying Checksum 10:12:44 339de151aab4: Download complete 10:12:45 339de151aab4: Pull complete 10:12:45 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 10:12:45 Status: Downloaded newer image for alpine:3.12 10:12:45 ---> 13621d1b12d4 10:12:45 Step 18/24 : EXPOSE 4000 10:12:45 ---> Running in a2d3a5e31bd9 10:12:45 Removing intermediate container a2d3a5e31bd9 10:12:45 ---> 962b951b49a9 10:12:45 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:12:46 ---> 85c0d0a88599 10:12:46 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:12:46 ---> Running in 13401bc35e86 10:12:46 Removing intermediate container 13401bc35e86 10:12:46 ---> 137fa9c26794 10:12:46 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:12:46 ---> Running in 3c92b8f53f6d 10:12:46 Removing intermediate container 3c92b8f53f6d 10:12:46 ---> 848e46e83955 10:12:46 Step 22/24 : LABEL arch=amd64 10:12:46 ---> Running in 72f1fbf49e5f 10:12:46 Removing intermediate container 72f1fbf49e5f 10:12:46 ---> 022c38f885f4 10:12:46 Step 23/24 : LABEL git_sha=69a8f2716d84c58c2bfedcf63509a1e7ef8bf613 10:12:46 ---> Running in 3d29038327fa 10:12:46 Removing intermediate container 3d29038327fa 10:12:46 ---> 3463748dc09a 10:12:46 Step 24/24 : LABEL version=0.0.0 10:12:46 ---> Running in 57fbec38a74c 10:12:47 Removing intermediate container 57fbec38a74c 10:12:47 ---> 325cf2b16604 10:12:47 [Warning] One or more build-args [ARCH] were not consumed 10:12:47 Successfully built 325cf2b16604 10:12:47 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 10:12:47 ---> job-cost.sh 10:12:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sz2L 10:12:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:13:00 Removing intermediate container 1c94306a955a 10:13:00 ---> 6512874b8a81 10:13:00 Successfully built 6512874b8a81 10:13:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:13:01 + docker inspect -f . ci-base-image-arm64 10:13:01 . [Pipeline] withDockerContainer 10:13:01 prd-ubuntu18.04-docker-arm64-4c-16g-715 does not seem to be running inside a container 10:13:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:13:03 $ docker top f72081f0a752edf6dfa944830a79e265ccc8034e9f32632cd00b95aecefd4c31 -eo pid,comm [Pipeline] { [Pipeline] sh 10:13:04 + go version 10:13:04 go version go1.16.5 linux/arm64 [Pipeline] } 10:13:04 $ docker stop --time=1 f72081f0a752edf6dfa944830a79e265ccc8034e9f32632cd00b95aecefd4c31 10:13:06 $ docker rm -f f72081f0a752edf6dfa944830a79e265ccc8034e9f32632cd00b95aecefd4c31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:06 + docker inspect -f . ci-base-image-arm64 10:13:06 . [Pipeline] withDockerContainer 10:13:07 prd-ubuntu18.04-docker-arm64-4c-16g-715 does not seem to be running inside a container 10:13:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:13:08 $ docker top 6c51461346385382795c9461c811e63445228ae736fe700f034762a6e34b0565 -eo pid,comm [Pipeline] { [Pipeline] sh 10:13:09 + go mod tidy [Pipeline] sh 10:13:11 + make test 10:13:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:13:12 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:13:16 lf-activate-venv(): INFO: Adding /tmp/venv-sz2L/bin to PATH 10:13:16 INFO: No Stack... 10:13:16 INFO: Retrieving Pricing Info for: v3-standard-2 10:13:16 INFO: Archiving Costs [Pipeline] sh 10:13:16 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 10:13:16 + cut -d, -f6 [Pipeline] lock 10:13:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] 10:13:16 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] did not exist. Created. 10:13:16 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:13:17 + echo total: 0.05999999865889549 [Pipeline] stash 10:13:17 Stashed 1 file(s) [Pipeline] } 10:13:17 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:13:44 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 10:13:44 GO111MODULE=on go vet ./... [Pipeline] } 10:14:07 $ docker stop --time=1 6c51461346385382795c9461c811e63445228ae736fe700f034762a6e34b0565 10:14:09 $ docker rm -f 6c51461346385382795c9461c811e63445228ae736fe700f034762a6e34b0565 [Pipeline] // withDockerContainer [Pipeline] sh 10:14:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:14:09 Warning: overwriting stash ‘coverage-report’ 10:14:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:14:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:14:11 + ls -al . 10:14:11 total 128 10:14:11 drwxrwxr-x 11 jenkins jenkins 4096 Jun 22 10:13 . 10:14:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 10:11 .. 10:14:11 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 10:11 .git 10:14:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:11 .github 10:14:11 -rw-rw-r-- 1 jenkins jenkins 162 Jun 22 10:11 .gitignore 10:14:11 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 22 10:11 CONTRIBUTING.md 10:14:11 -rw-rw-r-- 1 jenkins jenkins 1508 Jun 22 10:11 Dockerfile 10:14:11 -rw-rw-r-- 1 jenkins jenkins 902 Jun 22 10:11 Dockerfile.build 10:14:11 -rw-rw-r-- 1 jenkins jenkins 652 Jun 22 10:11 Jenkinsfile 10:14:11 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 22 10:11 LICENSE 10:14:11 -rw-rw-r-- 1 jenkins jenkins 941 Jun 22 10:11 Makefile 10:14:11 -rw-rw-r-- 1 jenkins jenkins 5508 Jun 22 10:11 README.md 10:14:11 -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 10:09 VERSION 10:14:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:11 assets 10:14:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:11 bin 10:14:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:11 cmd 10:14:11 -rw-r--r-- 1 jenkins jenkins 10 Jun 22 10:13 coverage.out 10:14:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:11 docs 10:14:11 -rw-rw-r-- 1 jenkins jenkins 838 Jun 22 10:11 go.mod 10:14:11 -rw-r--r-- 1 jenkins jenkins 23723 Jun 22 10:13 go.sum 10:14:11 drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 10:11 internal 10:14:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:11 pkg 10:14:11 -rw-rw-r-- 1 jenkins jenkins 155 Jun 22 10:11 version.go 10:14:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 10:11 web [Pipeline] isUnix [Pipeline] sh 10:14:11 + 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=75298f9900fc91a86861fe093884d80c98d80919 --label arch=arm64 --label version=0.0.0 . 10:14:12 Sending build context to Docker daemon 17.97MB 10:14:12 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 10:14:12 Step 2/24 : FROM ${BASE} AS builder 10:14:12 ---> 6512874b8a81 10:14:12 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:14:13 ---> Running in b0a4004c03e5 10:14:13 Removing intermediate container b0a4004c03e5 10:14:13 ---> 8f261b430c7b 10:14:13 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:14:13 ---> Running in 641eb77fce0f 10:14:14 Removing intermediate container 641eb77fce0f 10:14:14 ---> 8fe5fd54f2e7 10:14:14 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:14:14 ---> Running in 0eb0998eae80 10:14:14 Removing intermediate container 0eb0998eae80 10:14:14 ---> 3a838f4408f7 10:14:14 Step 6/24 : LABEL Name=edgex-ui-go 10:14:14 ---> Running in 4e11f40858ad 10:14:15 Removing intermediate container 4e11f40858ad 10:14:15 ---> b984d67a77e1 10:14:15 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:14:15 ---> Running in 4609ec6d2d91 10:14:16 Removing intermediate container 4609ec6d2d91 10:14:16 ---> 87588e976295 10:14:16 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:16 ---> Running in 01a9034301cc 10:14:19 Removing intermediate container 01a9034301cc 10:14:19 ---> 69d049417d02 10:14:19 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:14:19 ---> Running in e679345c28cf 10:14:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:14:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:14:22 OK: 138 MiB in 40 packages 10:14:23 Removing intermediate container e679345c28cf 10:14:23 ---> 36c7a54fd0d5 10:14:23 Step 10/24 : ENV GO111MODULE=on 10:14:24 ---> Running in 71dda279f188 10:14:25 Removing intermediate container 71dda279f188 10:14:25 ---> 0f0cb557a8d6 10:14:25 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:14:25 ---> Running in 516eec48b81f 10:14:26 Removing intermediate container 516eec48b81f 10:14:26 ---> ede3691dcc20 10:14:26 Step 12/24 : COPY go.mod . 10:14:27 ---> 8b29a594bf0a 10:14:27 Step 13/24 : COPY Makefile . 10:14:27 ---> b83db287eab3 10:14:27 Step 14/24 : RUN make update 10:14:27 ---> Running in 0f9a2ff0e80c 10:14:29 CGO_ENABLED=0 GO111MODULE=on go mod download 10:14:30 Removing intermediate container 0f9a2ff0e80c 10:14:30 ---> 91db3e6b5e27 10:14:30 Step 15/24 : COPY . . 10:14:33 ---> 5317df307a3a 10:14:33 Step 16/24 : RUN ${MAKE} 10:14:33 ---> Running in f711df796187 10:14:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:15:01 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:15:04 Removing intermediate container f711df796187 10:15:04 ---> f116fc6b9216 10:15:04 Step 17/24 : FROM alpine:3.12 10:15:05 3.12: Pulling from library/alpine 10:15:05 d2f70382dc9a: Pulling fs layer 10:15:06 d2f70382dc9a: Verifying Checksum 10:15:06 d2f70382dc9a: Download complete 10:15:06 d2f70382dc9a: Pull complete 10:15:06 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 10:15:06 Status: Downloaded newer image for alpine:3.12 10:15:06 ---> c4fd0aeabfcf 10:15:06 Step 18/24 : EXPOSE 4000 10:15:06 ---> Running in babf45b71ac9 10:15:07 Removing intermediate container babf45b71ac9 10:15:07 ---> e99c72a04039 10:15:07 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:15:08 ---> 8fdbd7d58249 10:15:08 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:15:08 ---> Running in 256754d949a6 10:15:09 Removing intermediate container 256754d949a6 10:15:09 ---> 320b5593a1ae 10:15:09 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:15:09 ---> Running in 9ea239de4a6e 10:15:10 Removing intermediate container 9ea239de4a6e 10:15:10 ---> 72783bc23e63 10:15:10 Step 22/24 : LABEL arch=arm64 10:15:10 ---> Running in e4468f55645d 10:15:10 Removing intermediate container e4468f55645d 10:15:10 ---> 8b0f11b6f0f9 10:15:10 Step 23/24 : LABEL git_sha=75298f9900fc91a86861fe093884d80c98d80919 10:15:10 ---> Running in f774f6a79279 10:15:11 Removing intermediate container f774f6a79279 10:15:11 ---> 3cb22736fbf2 10:15:11 Step 24/24 : LABEL version=0.0.0 10:15:11 ---> Running in 6577d0b361f8 10:15:11 Removing intermediate container 6577d0b361f8 10:15:11 ---> 8cedb0c2f94e 10:15:11 [Warning] One or more build-args [ARCH] were not consumed 10:15:11 Successfully built 8cedb0c2f94e 10:15:11 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 10:15:12 ---> job-cost.sh 10:15:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bKAR 10:15:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:17:13 lf-activate-venv(): INFO: Adding /tmp/venv-bKAR/bin to PATH 10:17:13 INFO: No Stack... 10:17:13 INFO: Retrieving Pricing Info for: v2-standard-4 10:17:13 INFO: Archiving Costs [Pipeline] sh 10:17:13 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 10:17:13 + cut -d, -f6 [Pipeline] lock 10:17:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] 10:17:14 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] did not exist. Created. 10:17:14 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-397-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:17:14 /w/workspace/edgex-ui-go/2@tmp/durable-322a6a75/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-322a6a75/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:17:14 + echo total: 0.18000000715255737 [Pipeline] stash 10:17:14 Warning: overwriting stash ‘stack-cost’ 10:17:15 Stashed 1 file(s) [Pipeline] } 10:17:15 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-397-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 10:17:16 provisioning config files... 10:17:16 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/config3940634369259196118tmp [Pipeline] { [Pipeline] sh 10:17:16 + set +x 10:17:16 + curl -s https://codecov.io/bash 10:17:16 + bash -s -- 10:17:16 10:17:16 _____ _ 10:17:16 / ____| | | 10:17:16 | | ___ __| | ___ ___ _____ __ 10:17:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:17:16 | |___| (_) | (_| | __/ (_| (_) \ V / 10:17:16 \_____\___/ \__,_|\___|\___\___/ \_/ 10:17:16 Bash-1.0.3 10:17:16 10:17:16 10:17:16 ==> git version 2.24.4 found 10:17:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:17:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:17:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:17:16 ==> Jenkins CI detected. 10:17:16 project root: . 10:17:16 --> token set from env 10:17:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:17:16 ==> Running gcov in . (disable via -X gcov) 10:17:16 ==> Python coveragepy not found 10:17:16 ==> Searching for coverage reports in: 10:17:16 + . 10:17:16 -> Found 1 reports 10:17:16 ==> Detecting git/mercurial file structure 10:17:16 ==> Reading reports 10:17:16 + ./coverage.out bytes=10 10:17:16 ==> Appending adjustments 10:17:16 https://docs.codecov.io/docs/fixing-reports 10:17:16 + Found adjustments 10:17:16 ==> Gzipping contents 10:17:16 4.0K /tmp/codecov.HPXAmH.gz 10:17:16 ==> Uploading reports 10:17:16 url: https://codecov.io 10:17:16 query: branch=PR-397&commit=1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-397%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=397&job=&cmd_args= 10:17:16 -> Pinging Codecov 10:17:16 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-397&commit=1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-397%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=397&job=&cmd_args= 10:17:17 -> Uploading to 10:17:17 https://storage.googleapis.com/codecov/v4/raw/2021-06-22/FB506323287CE973F263BFD2A0EB1F37/1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8/e262e5ac-e1ec-4e03-b020-669b54940e5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210622T101717Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bdef3430afd0b6e1a2a82632570a817fe30cd0d99a27b28aa5432d4a72a3508c 10:17:17 % Total % Received % Xferd Average Speed Time Time Time Current 10:17:17 Dload Upload Total Spent Left Speed 10:17:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3292 0 0 100 3292 0 9418 --:--:-- --:--:-- --:--:-- 9405 100 3292 0 0 100 3292 0 9414 --:--:-- --:--:-- --:--:-- 9405 10:17:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1ad29ee57ad7c2f3c45e7832c3d4dfebafa390a8 [Pipeline] } 10:17:17 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 10:17:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:17:20 ---> package-listing.sh 10:17:20 ++ facter osfamily 10:17:20 ++ tr '[:upper:]' '[:lower:]' 10:17:20 + OS_FAMILY=redhat 10:17:20 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-397 10:17:20 + START_PACKAGES=/tmp/packages_start.txt 10:17:20 + END_PACKAGES=/tmp/packages_end.txt 10:17:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:17:20 + PACKAGES=/tmp/packages_start.txt 10:17:20 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-397 ']' 10:17:20 + PACKAGES=/tmp/packages_end.txt 10:17:20 + case "${OS_FAMILY}" in 10:17:20 + rpm -qa 10:17:20 + sort 10:17:21 + '[' -f /tmp/packages_start.txt ']' 10:17:21 + '[' -f /tmp/packages_end.txt ']' 10:17:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:17:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-397 ']' 10:17:21 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-397/archives/ 10:17:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-397/archives/ [Pipeline] echo 10:17:21 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-397/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:17:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:17:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:17:21 10:17:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:17:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:17:22 alpine: Pulling from edgex-lftools-log-publisher 10:17:22 df20fa9351a1: Pulling fs layer 10:17:22 36b3adc4ff6f: Pulling fs layer 10:17:22 8ad3a11d3b57: Pulling fs layer 10:17:22 46f8f816bc3b: Pulling fs layer 10:17:22 93b61091891f: Pulling fs layer 10:17:22 93b9cdb0e59b: Pulling fs layer 10:17:22 5e14af77c1be: Pulling fs layer 10:17:22 01666e4c0597: Pulling fs layer 10:17:22 aa168da1d23b: Pulling fs layer 10:17:22 93b9cdb0e59b: Waiting 10:17:22 5e14af77c1be: Waiting 10:17:22 01666e4c0597: Waiting 10:17:22 aa168da1d23b: Waiting 10:17:22 46f8f816bc3b: Waiting 10:17:22 93b61091891f: Waiting 10:17:22 36b3adc4ff6f: Verifying Checksum 10:17:22 36b3adc4ff6f: Download complete 10:17:22 46f8f816bc3b: Verifying Checksum 10:17:22 46f8f816bc3b: Download complete 10:17:22 df20fa9351a1: Verifying Checksum 10:17:22 df20fa9351a1: Download complete 10:17:22 93b9cdb0e59b: Verifying Checksum 10:17:22 93b9cdb0e59b: Download complete 10:17:22 93b61091891f: Download complete 10:17:22 5e14af77c1be: Verifying Checksum 10:17:22 5e14af77c1be: Download complete 10:17:22 01666e4c0597: Verifying Checksum 10:17:22 01666e4c0597: Download complete 10:17:22 df20fa9351a1: Pull complete 10:17:22 36b3adc4ff6f: Pull complete 10:17:23 8ad3a11d3b57: Verifying Checksum 10:17:23 8ad3a11d3b57: Download complete 10:17:23 8ad3a11d3b57: Pull complete 10:17:23 46f8f816bc3b: Pull complete 10:17:24 93b61091891f: Pull complete 10:17:24 93b9cdb0e59b: Pull complete 10:17:24 5e14af77c1be: Pull complete 10:17:24 01666e4c0597: Pull complete 10:17:24 aa168da1d23b: Verifying Checksum 10:17:24 aa168da1d23b: Download complete 10:17:28 aa168da1d23b: Pull complete 10:17:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:17:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:17:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:17:28 prd-centos7-docker-4c-2g-713 does not seem to be running inside a container 10:17:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397/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-397 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397:/w/workspace/edgexfoundry_edgex-ui-go_PR-397:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@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 10:17:31 $ docker top 7134e0be16df2eeb7bed0f1143efc9249bf22110aa8fbd8799d604b64fc139f5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:32 + touch /tmp/pre-build-complete [Pipeline] sh 10:17:32 + mkdir -p /var/log/sa [Pipeline] sh 10:17:32 + ls /var/log/sa-host 10:17:32 + sadf -c /var/log/sa-host/sa05 10:17:32 file_magic: OK 10:17:32 HZ: Using current value: 100 10:17:32 file_header: OK 10:17:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:17:32 Statistics: 10:17:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:17:32 File successfully converted to sysstat format version 12.2.1 10:17:32 + sadf -c /var/log/sa-host/sa22 10:17:32 file_magic: OK 10:17:32 HZ: Using current value: 100 10:17:32 file_header: OK 10:17:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:17:32 Statistics: 10:17:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:17:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:17:33 provisioning config files... 10:17:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp/config8492110591451932803tmp [Pipeline] { [Pipeline] echo 10:17:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:17:33 ---> create-netrc.sh [Pipeline] } 10:17:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:17:34 ---> python-tools-install.sh [Pipeline] echo 10:17:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:17:34 ---> sudo-logs.sh 10:17:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:17:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:17:34 ---> job-cost.sh 10:17:34 lf-activate-venv: SKIPPING 10:17:34 DEBUG: total: 0.18000000715255737 10:17:34 INFO: Retrieving Stack Cost... 10:17:35 INFO: Retrieving Pricing Info for: v3-standard-2 10:17:35 INFO: Archiving Costs [Pipeline] echo 10:17:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:17:36 ---> logs-deploy.sh 10:17:36 lf-activate-venv: SKIPPING 10:17:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-397/2 10:17:36 INFO: archiving workspace using pattern(s): 10:17:37 Archives upload complete. 10:17:37 INFO: archiving logs to Nexus 10:17:37 ---> uname -a: 10:17:37 Linux prd-centos7-docker-4c-2g-713.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 10:17:37 10:17:37 10:17:37 ---> lscpu: 10:17:37 Architecture: x86_64 10:17:37 CPU op-mode(s): 32-bit, 64-bit 10:17:37 Byte Order: Little Endian 10:17:37 Address sizes: 40 bits physical, 48 bits virtual 10:17:37 CPU(s): 2 10:17:37 On-line CPU(s) list: 0,1 10:17:37 Thread(s) per core: 1 10:17:37 Core(s) per socket: 1 10:17:37 Socket(s): 2 10:17:37 NUMA node(s): 1 10:17:37 Vendor ID: AuthenticAMD 10:17:37 CPU family: 23 10:17:37 Model: 49 10:17:37 Model name: AMD EPYC-Rome Processor 10:17:37 Stepping: 0 10:17:37 CPU MHz: 2799.998 10:17:37 BogoMIPS: 5599.99 10:17:37 Virtualization: AMD-V 10:17:37 Hypervisor vendor: KVM 10:17:37 Virtualization type: full 10:17:37 L1d cache: 64 KiB 10:17:37 L1i cache: 64 KiB 10:17:37 L2 cache: 1 MiB 10:17:37 L3 cache: 32 MiB 10:17:37 NUMA node0 CPU(s): 0,1 10:17:37 Vulnerability Itlb multihit: Not affected 10:17:37 Vulnerability L1tf: Not affected 10:17:37 Vulnerability Mds: Not affected 10:17:37 Vulnerability Meltdown: Not affected 10:17:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:17:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:17:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:17:37 Vulnerability Srbds: Not affected 10:17:37 Vulnerability Tsx async abort: Not affected 10:17:37 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 10:17:37 10:17:37 10:17:37 ---> nproc: 10:17:37 2 10:17:37 10:17:37 10:17:37 ---> df -h: 10:17:37 Filesystem Size Used Available Use% Mounted on 10:17:37 overlay 40.0G 7.6G 32.4G 19% / 10:17:37 tmpfs 64.0M 0 64.0M 0% /dev 10:17:37 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 10:17:37 shm 64.0M 0 64.0M 0% /dev/shm 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-397 10:17:37 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-397@tmp 10:17:37 10:17:37 10:17:37 ---> free -m: 10:17:37 total used free shared buff/cache available 10:17:37 Mem: 7821 930 4771 0 2119 6713 10:17:37 Swap: 1023 0 1023 10:17:37 10:17:37 10:17:37 ---> ip addr: 10:17:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:17:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:17:37 inet 127.0.0.1/8 scope host lo 10:17:37 valid_lft forever preferred_lft forever 10:17:37 inet6 ::1/128 scope host 10:17:37 valid_lft forever preferred_lft forever 10:17:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:17:37 link/ether fa:16:3e:de:ea:93 brd ff:ff:ff:ff:ff:ff 10:17:37 inet 10.30.122.60/23 brd 10.30.123.255 scope global dynamic eth0 10:17:37 valid_lft 85826sec preferred_lft 85826sec 10:17:37 inet6 fe80::f816:3eff:fede:ea93/64 scope link 10:17:37 valid_lft forever preferred_lft forever 10:17:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:17:37 link/ether 02:42:c5:b7:5a:a4 brd ff:ff:ff:ff:ff:ff 10:17:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:17:37 valid_lft forever preferred_lft forever 10:17:37 inet6 fe80::42:c5ff:feb7:5aa4/64 scope link 10:17:37 valid_lft forever preferred_lft forever 10:17:37 10:17:37 10:17:37 ---> sar -b -r -n DEV: 10:17:37 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) 10:17:37 10:17:37 10:07:50 LINUX RESTART (2 CPU) 10:17:37 10:17:37 10:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:17:37 10:10:01 3.41 0.03 3.37 0.00 1.08 123.97 0.00 10:17:37 10:11:01 0.45 0.00 0.45 0.00 0.00 8.66 0.00 10:17:37 10:12:01 0.13 0.00 0.13 0.00 0.00 2.00 0.00 10:17:37 10:13:01 0.32 0.00 0.32 0.00 0.00 3.70 0.00 10:17:37 10:14:01 0.32 0.00 0.32 0.00 0.00 4.21 0.00 10:17:37 10:15:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 10:17:37 10:16:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 10:17:37 10:17:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 10:17:37 Average: 0.66 0.00 0.66 0.00 0.13 18.72 0.00 10:17:37 10:17:37 10:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:17:37 10:10:01 5437220 0 806288 10.07 2620 1762812 1251392 13.82 591332 1579604 20 10:17:37 10:11:01 5435720 0 807780 10.09 2620 1762820 1236276 13.65 596072 1576732 20 10:17:37 10:12:01 5432612 0 810888 10.12 2620 1762820 1252736 13.83 598652 1576732 8 10:17:37 10:13:01 5440792 0 802700 10.02 2620 1762828 1201896 13.27 591000 1577492 8 10:17:37 10:14:01 5439064 0 804424 10.04 2620 1762832 1202620 13.28 590152 1581012 8 10:17:37 10:15:01 5440364 0 803120 10.03 2620 1762836 1202308 13.27 588292 1581012 16 10:17:37 10:16:01 5430608 0 812868 10.15 2620 1762844 1202512 13.28 597700 1581012 8 10:17:37 10:17:01 5430980 0 812492 10.14 2620 1762848 1202236 13.27 597492 1581012 8 10:17:37 Average: 5435920 0 807570 10.08 2620 1762830 1218997 13.46 593836 1579326 12 10:17:37 10:17:37 10:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:17:37 10:10:01 eth0 2.61 1.34 1.84 0.74 0.00 0.00 0.00 0.00 10:17:37 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:11:01 eth0 5.81 3.78 3.44 14.71 0.00 0.00 0.00 0.00 10:17:37 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:12:01 eth0 1.17 1.00 0.31 6.56 0.00 0.00 0.00 0.00 10:17:37 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:13:01 eth0 0.68 0.08 0.04 0.01 0.00 0.00 0.00 0.00 10:17:37 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:14:01 eth0 1.30 0.97 0.16 2.20 0.00 0.00 0.00 0.00 10:17:37 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:15:01 eth0 0.68 0.15 0.12 0.01 0.00 0.00 0.00 0.00 10:17:37 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:16:01 eth0 0.78 0.48 0.52 0.39 0.00 0.00 0.00 0.00 10:17:37 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:17:01 eth0 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 10:17:37 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 Average: eth0 1.65 0.98 0.80 3.08 0.00 0.00 0.00 0.00 10:17:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:37 10:17:37 10:17:37 ---> sar -P ALL: 10:17:37 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) 10:17:37 10:17:37 10:07:50 LINUX RESTART (2 CPU) 10:17:37 10:17:37 10:09:02 CPU %user %nice %system %iowait %steal %idle 10:17:37 10:10:01 all 0.29 0.00 0.08 0.00 0.03 99.60 10:17:37 10:10:01 0 0.37 0.00 0.09 0.00 0.03 99.51 10:17:37 10:10:01 1 0.20 0.00 0.08 0.00 0.02 99.69 10:17:37 10:11:01 all 0.20 0.00 0.06 0.00 0.02 99.72 10:17:37 10:11:01 0 0.27 0.00 0.07 0.00 0.02 99.65 10:17:37 10:11:01 1 0.13 0.00 0.05 0.00 0.02 99.80 10:17:37 10:12:01 all 0.07 0.00 0.02 0.00 0.01 99.91 10:17:37 10:12:01 0 0.07 0.00 0.02 0.00 0.02 99.90 10:17:37 10:12:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:17:37 10:13:01 all 0.03 0.00 0.04 0.00 0.02 99.92 10:17:37 10:13:01 0 0.03 0.00 0.05 0.00 0.03 99.88 10:17:37 10:13:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:17:37 10:14:01 all 0.53 0.00 0.04 0.00 0.02 99.41 10:17:37 10:14:01 0 0.43 0.00 0.05 0.00 0.02 99.50 10:17:37 10:14:01 1 0.64 0.00 0.03 0.00 0.02 99.31 10:17:37 10:15:01 all 0.10 0.00 0.03 0.00 0.03 99.85 10:17:37 10:15:01 0 0.07 0.00 0.02 0.00 0.03 99.88 10:17:37 10:15:01 1 0.13 0.00 0.03 0.00 0.02 99.82 10:17:37 10:16:01 all 0.20 0.00 0.05 0.00 0.01 99.74 10:17:37 10:16:01 0 0.10 0.00 0.07 0.00 0.02 99.82 10:17:37 10:16:01 1 0.30 0.00 0.03 0.00 0.00 99.67 10:17:37 10:17:01 all 0.13 0.00 0.03 0.00 0.03 99.81 10:17:37 10:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 10:17:37 10:17:01 1 0.23 0.00 0.03 0.00 0.02 99.72 10:17:37 Average: all 0.19 0.00 0.04 0.00 0.02 99.74 10:17:37 Average: 0 0.17 0.00 0.05 0.00 0.03 99.76 10:17:37 Average: 1 0.22 0.00 0.04 0.00 0.01 99.73 10:17:37 10:17:37 10:17:37