Pull request #368 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7695e31755a8883e97ee16b36574480402b01fcb+142b78676ee014469d48b95d6ffc573051973437 (a47fb08448b8e74221f1c0e9905de84adab3cfe4) Running in Durability level: MAX_SURVIVABILITY 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-ssh5837587833772419220.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 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-ssh4533421926937725867.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 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-368/workspace@libs/edgex-global-pipelines # timeout=10 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-368/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2381436293964495933.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-368/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4160154623896945037.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh3244045927260959950.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-368/workspace@libs/lf-pipelines # timeout=10 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-368/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4556500140045379408.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 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 ‘prd-centos7-docker-4c-2g-309’ is offline Running on prd-centos7-docker-4c-2g-1714 in /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [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-368 # 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-368@tmp/jenkins-gitclient-ssh4778632411904870278.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 142b78676ee014469d48b95d6ffc573051973437 into PR head commit 7695e31755a8883e97ee16b36574480402b01fcb Merge succeeded, producing 7695e31755a8883e97ee16b36574480402b01fcb Checking out Revision 7695e31755a8883e97ee16b36574480402b01fcb (PR-368) > 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-368@tmp/jenkins-gitclient-ssh1383111720238814064.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/368/head:refs/remotes/origin/PR-368 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # 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-368@tmp/jenkins-gitclient-ssh1470638536152055416.key > git merge 142b78676ee014469d48b95d6ffc573051973437 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:08:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:08:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:08:56 ========================================================= 07:08:56 EdgeX Global Pipelines Version Info 07:08:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:08:59 ------------------- 07:08:59 stable info: 07:08:59 ------------------- 07:08:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:08:59 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:08:59 Message: update stable to v1.0.192 07:09:00 ------------------- 07:09:00 experimental info: 07:09:00 ------------------- 07:09:00 Commited By: **** collab-it+edgex@linuxfoundation.org 07:09:00 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:09:00 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:09:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:09:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:09:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:09:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-368 [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-368 [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-368 [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7695e31755a8883e97ee16b36574480402b01fcb [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7695e31 [Pipeline] echo 07:09:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:03 provisioning config files... 07:09:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/config8569577243045912612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:09:03 ---> docker-login.sh 07:09:03 nexus3.edgexfoundry.org:10001 07:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:09:03 Configure a credential helper to remove this warning. See 07:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:09:03 07:09:03 Login Succeeded 07:09:03 nexus3.edgexfoundry.org:10002 07:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:09:04 Configure a credential helper to remove this warning. See 07:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:09:04 07:09:04 Login Succeeded 07:09:04 nexus3.edgexfoundry.org:10003 07:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:09:04 Configure a credential helper to remove this warning. See 07:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:09:04 07:09:04 Login Succeeded 07:09:04 nexus3.edgexfoundry.org:10004 07:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:09:04 Configure a credential helper to remove this warning. See 07:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:09:04 07:09:04 Login Succeeded 07:09:04 docker.io 07:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:09:04 Configure a credential helper to remove this warning. See 07:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:09:04 07:09:04 Login Succeeded 07:09:04 ---> docker-login.sh ends [Pipeline] } 07:09:04 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 07:09:07 + git log --format=format:%s -1 7695e31755a8883e97ee16b36574480402b01fcb [Pipeline] echo 07:09:07 GIT_COMMIT: 7695e31755a8883e97ee16b36574480402b01fcb, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 07:09:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:09:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:10 07:09:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:09:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:10 latest: Pulling from edgex-devops/git-semver 07:09:10 31603596830f: Pulling fs layer 07:09:10 54011a49482f: Pulling fs layer 07:09:10 a6820b24f6d8: Pulling fs layer 07:09:10 f581987b2513: Pulling fs layer 07:09:10 f581987b2513: Waiting 07:09:10 54011a49482f: Verifying Checksum 07:09:10 54011a49482f: Download complete 07:09:10 31603596830f: Verifying Checksum 07:09:10 31603596830f: Download complete 07:09:10 f581987b2513: Verifying Checksum 07:09:10 f581987b2513: Download complete 07:09:10 a6820b24f6d8: Verifying Checksum 07:09:10 a6820b24f6d8: Download complete 07:09:10 31603596830f: Pull complete 07:09:11 54011a49482f: Pull complete 07:09:11 a6820b24f6d8: Pull complete 07:09:11 f581987b2513: Pull complete 07:09:11 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:09:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:09:11 prd-centos7-docker-4c-2g-1714 does not seem to be running inside a container 07:09:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-368 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368:/w/workspace/edgexfoundry_edgex-ui-go_PR-368:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:09:14 $ docker top ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:14 [ssh-agent] Looking for ssh-agent implementation... 07:09:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:14 $ docker exec ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent 07:09:14 SSH_AUTH_SOCK=/tmp/ssh-iJJmB7lOwCWA/agent.15 07:09:14 SSH_AGENT_PID=21 07:09:14 Running ssh-add (command line suppressed) 07:09:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_8566515813095690970.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_8566515813095690970.key) 07:09:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:15 + git tag --points-at HEAD [Pipeline] } 07:09:15 $ docker exec --env ******** --env ******** ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent -k 07:09:15 unset SSH_AUTH_SOCK; 07:09:15 unset SSH_AGENT_PID; 07:09:15 echo Agent pid 21 killed; 07:09:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:09:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:15 [ssh-agent] Looking for ssh-agent implementation... 07:09:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:15 $ docker exec ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent 07:09:15 SSH_AUTH_SOCK=/tmp/ssh-rQIP0dGu26jP/agent.54 07:09:15 SSH_AGENT_PID=60 07:09:15 Running ssh-add (command line suppressed) 07:09:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_2958081945744259308.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_2958081945744259308.key) 07:09:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:16 + git semver init 07:09:16 # -> Open(): unable to determine branch for HEAD 07:09:16 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-368/.git 07:09:16 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-368 07:09:16 # $SEMVER_REMOTE_NAME = origin 07:09:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:09:16 # $SEMVER_USER_NAME = edgex-jenkins 07:09:16 # $SEMVER_BRANCH = PR-368 07:09:16 # $SEMVER_TEMP = /tmp/semver-367736868 07:09:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:09:17 # '/tmp/semver-367736868' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-368/.semver' 07:09:17 # -> Force: false 07:09:17 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-368/.semver [Pipeline] } 07:09:17 $ docker exec --env ******** --env ******** ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent -k 07:09:17 unset SSH_AUTH_SOCK; 07:09:17 unset SSH_AGENT_PID; 07:09:17 echo Agent pid 60 killed; 07:09:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:18 + git semver [Pipeline] } 07:09:18 $ docker stop --time=1 ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 07:09:19 $ docker rm -f ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 [Pipeline] // withDockerContainer [Pipeline] sh 07:09:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:09:20 Stashed 1 file(s) [Pipeline] echo 07:09:20 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:09:35 Still waiting to schedule task 07:09:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:09:35 Still waiting to schedule task 07:09:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:11:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1715 in /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [Pipeline] { [Pipeline] ws 07:11:36 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:11:36 The recommended git tool is: git 07:11:41 using credential edgex-jenkins-ssh 07:11:41 Cloning the remote Git repository 07:11:41 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:11:41 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:11:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:11:41 > git --version # timeout=10 07:11:41 > git --version # 'git version 2.17.1' 07:11:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:11:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:11:44 Merging remotes/origin/master commit 142b78676ee014469d48b95d6ffc573051973437 into PR head commit 7695e31755a8883e97ee16b36574480402b01fcb 07:11:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:11:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:11:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:11:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:11:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:11:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/368/head:refs/remotes/origin/PR-368 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:11:44 > git config core.sparsecheckout # timeout=10 07:11:44 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 07:11:45 > git remote # timeout=10 07:11:45 > git config --get remote.origin.url # timeout=10 07:11:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:11:45 > git merge 142b78676ee014469d48b95d6ffc573051973437 # timeout=10 07:11:45 Merge succeeded, producing 7695e31755a8883e97ee16b36574480402b01fcb 07:11:45 Checking out Revision 7695e31755a8883e97ee16b36574480402b01fcb (PR-368) 07:11:45 > git rev-parse HEAD^{commit} # timeout=10 07:11:45 > git config core.sparsecheckout # timeout=10 07:11:45 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 07:11:52 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:11:52 > git --version # timeout=10 07:11:52 > git --version # 'git version 2.17.1' 07:11:52 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:11:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:11:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:11:54 + true 07:11:54 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:12:13 provisioning config files... 07:12:13 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1189065810658910794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:12:14 ---> docker-login.sh 07:12:14 nexus3.edgexfoundry.org:10001 07:12:14 Running on prd-centos7-docker-4c-2g-1716 in /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [Pipeline] { [Pipeline] ws 07:12:14 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:12:14 The recommended git tool is: git 07:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:16 Configure a credential helper to remove this warning. See 07:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:16 07:12:16 Login Succeeded 07:12:16 nexus3.edgexfoundry.org:10002 07:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:16 Configure a credential helper to remove this warning. See 07:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:16 07:12:16 Login Succeeded 07:12:16 nexus3.edgexfoundry.org:10003 07:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:16 Configure a credential helper to remove this warning. See 07:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:16 07:12:16 Login Succeeded 07:12:16 nexus3.edgexfoundry.org:10004 07:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:17 Configure a credential helper to remove this warning. See 07:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:17 07:12:17 Login Succeeded 07:12:17 docker.io 07:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:18 Configure a credential helper to remove this warning. See 07:12:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:18 07:12:18 Login Succeeded 07:12:18 ---> docker-login.sh ends [Pipeline] } 07:12:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:12:18 ========================================================= 07:12:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:12:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:12:19 using credential edgex-jenkins-ssh 07:12:19 Cloning the remote Git repository 07:12:19 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:12:19 + 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 . 07:12:20 Sending build context to Docker daemon 35.73MB 07:12:20 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:12:20 Step 2/8 : FROM ${BASE} 07:12:19 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:12:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:12:19 > git --version # timeout=10 07:12:19 > git --version # 'git version 2.24.4' 07:12:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:19 [INFO] Currently running in a labeled security context 07:12:19 [INFO] Currently SELinux is 'enforcing' on the host 07:12:19 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3003351309806853881.key 07:12:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:12:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:12:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:12:20 595b0fe564bb: Pulling fs layer 07:12:20 7186ed65a4f7: Pulling fs layer 07:12:20 316046926c0a: Pulling fs layer 07:12:20 4ebd0625c992: Pulling fs layer 07:12:20 207e8628e3a3: Pulling fs layer 07:12:20 c791037a9be2: Pulling fs layer 07:12:20 ffd874e62e21: Pulling fs layer 07:12:20 4ebd0625c992: Waiting 07:12:20 207e8628e3a3: Waiting 07:12:20 c791037a9be2: Waiting 07:12:20 ffd874e62e21: Waiting 07:12:20 316046926c0a: Verifying Checksum 07:12:20 316046926c0a: Download complete 07:12:20 7186ed65a4f7: Verifying Checksum 07:12:20 7186ed65a4f7: Download complete 07:12:20 207e8628e3a3: Verifying Checksum 07:12:20 207e8628e3a3: Download complete 07:12:20 c791037a9be2: Download complete 07:12:20 Merging remotes/origin/master commit 142b78676ee014469d48b95d6ffc573051973437 into PR head commit 7695e31755a8883e97ee16b36574480402b01fcb 07:12:20 Merge succeeded, producing 7695e31755a8883e97ee16b36574480402b01fcb 07:12:20 Checking out Revision 7695e31755a8883e97ee16b36574480402b01fcb (PR-368) 07:12:21 595b0fe564bb: Verifying Checksum 07:12:21 595b0fe564bb: Download complete 07:12:20 [INFO] Currently running in a labeled security context 07:12:20 [INFO] Currently SELinux is 'enforcing' on the host 07:12:20 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4908948105873511584.key 07:12:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/368/head:refs/remotes/origin/PR-368 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:12:20 > git config core.sparsecheckout # timeout=10 07:12:20 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 07:12:20 > git remote # timeout=10 07:12:20 > git config --get remote.origin.url # timeout=10 07:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:20 [INFO] Currently running in a labeled security context 07:12:20 [INFO] Currently SELinux is 'enforcing' on the host 07:12:20 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh2040189869341346159.key 07:12:20 > git merge 142b78676ee014469d48b95d6ffc573051973437 # timeout=10 07:12:20 > git rev-parse HEAD^{commit} # timeout=10 07:12:20 > git config core.sparsecheckout # timeout=10 07:12:20 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 07:12:23 595b0fe564bb: Pull complete 07:12:23 7186ed65a4f7: Pull complete 07:12:23 316046926c0a: Pull complete 07:12:23 ffd874e62e21: Verifying Checksum 07:12:23 ffd874e62e21: Download complete 07:12:24 4ebd0625c992: Verifying Checksum 07:12:24 4ebd0625c992: Download complete 07:12:26 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:12:26 > git --version # timeout=10 07:12:26 > git --version # 'git version 2.24.4' 07:12:26 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:12:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:12:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:12:28 + true 07:12:28 + sudo service docker restart 07:12:28 Redirecting to /bin/systemctl restart docker.service 07:12:34 4ebd0625c992: Pull complete 07:12:34 207e8628e3a3: Pull complete 07:12:35 c791037a9be2: Pull complete 07:12:38 ffd874e62e21: Pull complete 07:12:38 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:12:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:12:39 ---> cfc18b08335c 07:12:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:12:41 ---> Running in c425a1344a2e 07:12:41 Removing intermediate container c425a1344a2e 07:12:41 ---> 574227744f44 07:12:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:42 ---> Running in 3a8ad0138b92 07:12:44 Removing intermediate container 3a8ad0138b92 07:12:44 ---> 6788f8fd4ffd 07:12:44 Step 5/8 : RUN apk add --no-cache make git 07:12:44 ---> Running in 33e4ce3b4cdc 07:12:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:12:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:12:46 provisioning config files... 07:12:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7074623202992305268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:12:47 ---> docker-login.sh 07:12:47 nexus3.edgexfoundry.org:10001 07:12:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:49 Configure a credential helper to remove this warning. See 07:12:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:49 07:12:49 Login Succeeded 07:12:49 nexus3.edgexfoundry.org:10002 07:12:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:49 Configure a credential helper to remove this warning. See 07:12:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:49 07:12:49 Login Succeeded 07:12:49 nexus3.edgexfoundry.org:10003 07:12:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:49 Configure a credential helper to remove this warning. See 07:12:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:49 07:12:49 Login Succeeded 07:12:49 nexus3.edgexfoundry.org:10004 07:12:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:49 Configure a credential helper to remove this warning. See 07:12:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:49 07:12:49 Login Succeeded 07:12:49 docker.io 07:12:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:49 Configure a credential helper to remove this warning. See 07:12:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:49 07:12:49 Login Succeeded 07:12:49 ---> docker-login.sh ends 07:12:49 OK: 138 MiB in 40 packages 07:12:49 Removing intermediate container 33e4ce3b4cdc 07:12:49 ---> f9b9fff58d90 07:12:49 Step 6/8 : WORKDIR /edgex-ui-go 07:12:49 ---> Running in 8daba14c0b46 07:12:49 Removing intermediate container 8daba14c0b46 07:12:49 ---> 495cdebc81bc 07:12:49 Step 7/8 : COPY . . [Pipeline] } 07:12:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:12:49 ========================================================= 07:12:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:12:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:12:50 + 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 . 07:12:50 Sending build context to Docker daemon 35.73MB 07:12:50 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:12:50 Step 2/8 : FROM ${BASE} 07:12:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:12:50 540db60ca938: Pulling fs layer 07:12:50 adcc1eea9eea: Pulling fs layer 07:12:50 4c4ab2625f07: Pulling fs layer 07:12:50 0510c868ecb4: Pulling fs layer 07:12:50 afea3b2eda06: Pulling fs layer 07:12:50 7809a108b3ef: Pulling fs layer 07:12:50 f706445af74f: Pulling fs layer 07:12:50 afea3b2eda06: Waiting 07:12:50 7809a108b3ef: Waiting 07:12:50 f706445af74f: Waiting 07:12:50 0510c868ecb4: Waiting 07:12:50 4c4ab2625f07: Verifying Checksum 07:12:50 4c4ab2625f07: Download complete 07:12:50 adcc1eea9eea: Verifying Checksum 07:12:50 adcc1eea9eea: Download complete 07:12:50 afea3b2eda06: Verifying Checksum 07:12:50 afea3b2eda06: Download complete 07:12:50 540db60ca938: Verifying Checksum 07:12:50 540db60ca938: Download complete 07:12:50 7809a108b3ef: Verifying Checksum 07:12:50 7809a108b3ef: Download complete 07:12:50 540db60ca938: Pull complete 07:12:50 adcc1eea9eea: Pull complete 07:12:50 4c4ab2625f07: Pull complete 07:12:52 f706445af74f: Verifying Checksum 07:12:52 f706445af74f: Download complete 07:12:52 ---> f9e600728e30 07:12:52 Step 8/8 : RUN go mod download 07:12:52 ---> Running in e510ca6606ef 07:12:52 0510c868ecb4: Verifying Checksum 07:12:52 0510c868ecb4: Download complete 07:12:56 0510c868ecb4: Pull complete 07:12:56 afea3b2eda06: Pull complete 07:12:56 7809a108b3ef: Pull complete 07:12:57 f706445af74f: Pull complete 07:12:57 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:12:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:12:57 ---> b068be0155e3 07:12:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:13:02 ---> Running in 53c97109a8d5 07:13:02 Removing intermediate container 53c97109a8d5 07:13:02 ---> df96e6f41b8a 07:13:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:13:02 ---> Running in 6caed36c2791 07:13:02 Removing intermediate container 6caed36c2791 07:13:02 ---> 48899abac4b9 07:13:02 Step 5/8 : RUN apk add --no-cache make git 07:13:02 ---> Running in 91dd0332de1f 07:13:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:13:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:13:04 OK: 149 MiB in 40 packages 07:13:04 Removing intermediate container 91dd0332de1f 07:13:04 ---> e77a717202b4 07:13:04 Step 6/8 : WORKDIR /edgex-ui-go 07:13:04 ---> Running in 0dff81b2cac8 07:13:05 Removing intermediate container 0dff81b2cac8 07:13:05 ---> 95d93fbc3dc9 07:13:05 Step 7/8 : COPY . . 07:13:06 ---> 247c6b941723 07:13:06 Step 8/8 : RUN go mod download 07:13:06 ---> Running in 53229a65e3a3 07:13:21 Removing intermediate container 53229a65e3a3 07:13:21 ---> 836a5384fe4a 07:13:21 Successfully built 836a5384fe4a 07:13:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:13:21 + docker inspect -f . ci-base-image-x86_64 07:13:21 . [Pipeline] withDockerContainer 07:13:21 prd-centos7-docker-4c-2g-1716 does not seem to be running inside a container 07:13:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 07:13:22 $ docker top 2820fa81317a5a2b968ccc2fb8085f3fad55ec544e20e011a321e93d96d13c1f -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:22 + go version 07:13:22 go version go1.16.3 linux/amd64 [Pipeline] } 07:13:22 $ docker stop --time=1 2820fa81317a5a2b968ccc2fb8085f3fad55ec544e20e011a321e93d96d13c1f 07:13:23 $ docker rm -f 2820fa81317a5a2b968ccc2fb8085f3fad55ec544e20e011a321e93d96d13c1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:13:24 + docker inspect -f . ci-base-image-x86_64 07:13:24 . [Pipeline] withDockerContainer 07:13:24 prd-centos7-docker-4c-2g-1716 does not seem to be running inside a container 07:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 07:13:25 $ docker top 183ee71f63027996020319bcd879298d7166c6ff0e73a8e95618743c298902da -eo pid,comm 07:13:25 Removing intermediate container e510ca6606ef 07:13:25 ---> be6862305d94 07:13:25 Successfully built be6862305d94 07:13:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:13:25 + go mod tidy 07:13:25 + docker inspect -f . ci-base-image-arm64 07:13:25 . [Pipeline] withDockerContainer 07:13:25 prd-ubuntu18.04-docker-arm64-4c-16g-1715 does not seem to be running inside a container 07:13:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 07:13:29 $ docker top 0ccdc1acc7dd649c939ed3b0771d7be975a1e369298c4af876289369199d2af4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 07:13:30 + make test 07:13:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:13:30 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:13:30 + go version 07:13:30 go version go1.16.3 linux/arm64 [Pipeline] } 07:13:30 $ docker stop --time=1 0ccdc1acc7dd649c939ed3b0771d7be975a1e369298c4af876289369199d2af4 07:13:32 $ docker rm -f 0ccdc1acc7dd649c939ed3b0771d7be975a1e369298c4af876289369199d2af4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:13:33 + docker inspect -f . ci-base-image-arm64 07:13:33 . [Pipeline] withDockerContainer 07:13:34 prd-ubuntu18.04-docker-arm64-4c-16g-1715 does not seem to be running inside a container 07:13:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 07:13:35 $ docker top e205d10d34825d1e427a5c105ccd9de725b0349e4e69f5752e6f96d160d55a64 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:36 + go mod tidy [Pipeline] sh 07:13:38 + make test 07:13:38 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:13:39 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:13:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:13:40 GO111MODULE=on go vet ./... [Pipeline] } 07:13:45 $ docker stop --time=1 183ee71f63027996020319bcd879298d7166c6ff0e73a8e95618743c298902da 07:13:46 $ docker rm -f 183ee71f63027996020319bcd879298d7166c6ff0e73a8e95618743c298902da [Pipeline] // withDockerContainer [Pipeline] sh 07:13:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:13:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:13:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:13:56 + ls -al . 07:13:56 total 92 07:13:56 drwxrwxr-x. 10 jenkins jenkins 4096 May 31 07:13 . 07:13:56 drwxrwxr-x. 4 jenkins jenkins 28 May 31 07:12 .. 07:13:56 drwxrwxr-x. 3 jenkins jenkins 20 May 31 07:12 assets 07:13:56 drwxrwxr-x. 2 jenkins jenkins 35 May 31 07:12 bin 07:13:56 drwxrwxr-x. 3 jenkins jenkins 29 May 31 07:12 cmd 07:13:56 -rw-rw-r--. 1 jenkins jenkins 3959 May 31 07:12 CONTRIBUTING.md 07:13:56 -rw-r--r--. 1 jenkins jenkins 10 May 31 07:13 coverage.out 07:13:56 -rw-rw-r--. 1 jenkins jenkins 1508 May 31 07:12 Dockerfile 07:13:56 -rw-rw-r--. 1 jenkins jenkins 902 May 31 07:12 Dockerfile.build 07:13:56 drwxrwxr-x. 5 jenkins jenkins 104 May 31 07:12 docs 07:13:56 drwxrwxr-x. 8 jenkins jenkins 179 May 31 07:12 .git 07:13:56 drwxrwxr-x. 2 jenkins jenkins 103 May 31 07:12 .github 07:13:56 -rw-rw-r--. 1 jenkins jenkins 162 May 31 07:12 .gitignore 07:13:56 -rw-rw-r--. 1 jenkins jenkins 971 May 31 07:12 go.mod 07:13:56 -rw-r--r--. 1 jenkins jenkins 23959 May 31 07:13 go.sum 07:13:56 drwxrwxr-x. 10 jenkins jenkins 139 May 31 07:12 internal 07:13:56 -rw-rw-r--. 1 jenkins jenkins 652 May 31 07:12 Jenkinsfile 07:13:56 -rw-rw-r--. 1 jenkins jenkins 11357 May 31 07:12 LICENSE 07:13:56 -rw-rw-r--. 1 jenkins jenkins 941 May 31 07:12 Makefile 07:13:56 -rw-rw-r--. 1 jenkins jenkins 6012 May 31 07:12 README.md 07:13:56 -rw-rw-r--. 1 jenkins jenkins 5 May 31 07:09 VERSION 07:13:56 -rw-rw-r--. 1 jenkins jenkins 155 May 31 07:12 version.go 07:13:56 drwxrwxr-x. 4 jenkins jenkins 4096 May 31 07:12 web [Pipeline] isUnix [Pipeline] sh 07:13:56 + 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=7695e31755a8883e97ee16b36574480402b01fcb --label arch=amd64 --label version=0.0.0 . 07:13:57 Sending build context to Docker daemon 35.76MB 07:13:57 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 07:13:57 Step 2/24 : FROM ${BASE} AS builder 07:13:57 ---> 836a5384fe4a 07:13:57 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:13:57 ---> Running in 483a0de42af4 07:13:57 Removing intermediate container 483a0de42af4 07:13:57 ---> 1264699cfc62 07:13:57 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:13:57 ---> Running in 389ee83108a3 07:13:57 Removing intermediate container 389ee83108a3 07:13:57 ---> 68bf20ada993 07:13:57 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:13:57 ---> Running in 6c99f43135f4 07:13:57 Removing intermediate container 6c99f43135f4 07:13:57 ---> 4e7b50fc8290 07:13:57 Step 6/24 : LABEL Name=edgex-ui-go 07:13:57 ---> Running in 2aa6c63b41ca 07:13:57 Removing intermediate container 2aa6c63b41ca 07:13:57 ---> cd3b358f3050 07:13:57 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:13:58 ---> Running in ec2b79a29e83 07:13:58 Removing intermediate container ec2b79a29e83 07:13:58 ---> 189c68ed2a9a 07:13:58 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:13:58 ---> Running in 25bd6f89d180 07:13:58 Removing intermediate container 25bd6f89d180 07:13:58 ---> d7cd6f1427ad 07:13:58 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:13:58 ---> Running in c90eb36dbc7e 07:13:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:13:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:14:00 OK: 149 MiB in 40 packages 07:14:00 Removing intermediate container c90eb36dbc7e 07:14:00 ---> b3fb6c22e2c9 07:14:00 Step 10/24 : ENV GO111MODULE=on 07:14:00 ---> Running in bd566f2e54d4 07:14:00 Removing intermediate container bd566f2e54d4 07:14:00 ---> 353eb94f744c 07:14:00 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:14:00 ---> Running in 42b2a492f37e 07:14:00 Removing intermediate container 42b2a492f37e 07:14:00 ---> 899fe22c14b4 07:14:00 Step 12/24 : COPY go.mod . 07:14:00 ---> a0adb76b6c6b 07:14:00 Step 13/24 : COPY Makefile . 07:14:00 ---> 4488da2a2357 07:14:00 Step 14/24 : RUN make update 07:14:00 ---> Running in 0abf5830561a 07:14:00 CGO_ENABLED=0 GO111MODULE=on go mod download 07:14:03 Removing intermediate container 0abf5830561a 07:14:03 ---> 22f87b7f105d 07:14:03 Step 15/24 : COPY . . 07:14:03 ---> 52afc2071162 07:14:03 Step 16/24 : RUN ${MAKE} 07:14:03 ---> Running in 06d7ea1ff6ed 07:14:03 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 07:14:11 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:14:12 GO111MODULE=on go vet ./... 07:14:12 Removing intermediate container 06d7ea1ff6ed 07:14:12 ---> 27795c27d0f6 07:14:12 Step 17/24 : FROM alpine:3.12 07:14:13 3.12: Pulling from library/alpine 07:14:13 339de151aab4: Pulling fs layer 07:14:13 339de151aab4: Verifying Checksum 07:14:13 339de151aab4: Download complete 07:14:13 339de151aab4: Pull complete 07:14:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:14:13 Status: Downloaded newer image for alpine:3.12 07:14:13 ---> 13621d1b12d4 07:14:13 Step 18/24 : EXPOSE 4000 07:14:13 ---> Running in b32d573b1d19 07:14:13 Removing intermediate container b32d573b1d19 07:14:13 ---> 4f47654c7e56 07:14:13 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 07:14:14 ---> 70ef85c1ca2a 07:14:14 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:14:14 ---> Running in 4c9c9e622221 07:14:14 Removing intermediate container 4c9c9e622221 07:14:14 ---> e4723337098a 07:14:14 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:14:14 ---> Running in c5801d149d76 07:14:14 Removing intermediate container c5801d149d76 07:14:14 ---> 8fea9dce56ad 07:14:14 Step 22/24 : LABEL arch=amd64 07:14:14 ---> Running in e9a32abffd59 07:14:14 Removing intermediate container e9a32abffd59 07:14:14 ---> db45f3004ac4 07:14:14 Step 23/24 : LABEL git_sha=7695e31755a8883e97ee16b36574480402b01fcb 07:14:14 ---> Running in c2223dcb52cf 07:14:14 Removing intermediate container c2223dcb52cf 07:14:14 ---> d4da05fcbc1e 07:14:14 Step 24/24 : LABEL version=0.0.0 07:14:14 ---> Running in 8110e04ae6d6 07:14:15 Removing intermediate container 8110e04ae6d6 07:14:15 ---> 95c58c391863 07:14:15 [Warning] One or more build-args [ARCH] were not consumed 07:14:15 Successfully built 95c58c391863 07:14:15 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 07:14:16 ---> job-cost.sh 07:14:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wJZb 07:14:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } 07:14:34 $ docker stop --time=1 e205d10d34825d1e427a5c105ccd9de725b0349e4e69f5752e6f96d160d55a64 07:14:36 $ docker rm -f e205d10d34825d1e427a5c105ccd9de725b0349e4e69f5752e6f96d160d55a64 [Pipeline] // withDockerContainer [Pipeline] sh 07:14:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:14:37 Warning: overwriting stash ‘coverage-report’ 07:14:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 07:14:40 lf-activate-venv(): INFO: Adding /tmp/venv-wJZb/bin to PATH 07:14:40 INFO: No Stack... 07:14:40 INFO: Retrieving Pricing Info for: v3-standard-2 07:14:40 INFO: Archiving Costs [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:14:40 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:14:40 + cut -d, -f6 [Pipeline] lock 07:14:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] 07:14:40 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] did not exist. Created. 07:14:40 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:14:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:14:41 + echo total: 0.05999999865889549 [Pipeline] stash 07:14:41 Stashed 1 file(s) [Pipeline] } 07:14:41 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] 07:14:41 + ls -al . 07:14:41 total 124 07:14:41 drwxrwxr-x 10 jenkins jenkins 4096 May 31 07:13 . 07:14:41 drwxrwxr-x 4 jenkins jenkins 4096 May 31 07:11 .. 07:14:41 drwxrwxr-x 8 jenkins jenkins 4096 May 31 07:11 .git 07:14:41 drwxrwxr-x 2 jenkins jenkins 4096 May 31 07:11 .github 07:14:41 -rw-rw-r-- 1 jenkins jenkins 162 May 31 07:11 .gitignore 07:14:41 -rw-rw-r-- 1 jenkins jenkins 3959 May 31 07:11 CONTRIBUTING.md 07:14:41 -rw-rw-r-- 1 jenkins jenkins 1508 May 31 07:11 Dockerfile 07:14:41 -rw-rw-r-- 1 jenkins jenkins 902 May 31 07:11 Dockerfile.build 07:14:41 -rw-rw-r-- 1 jenkins jenkins 652 May 31 07:11 Jenkinsfile 07:14:41 -rw-rw-r-- 1 jenkins jenkins 11357 May 31 07:11 LICENSE 07:14:41 -rw-rw-r-- 1 jenkins jenkins 941 May 31 07:11 Makefile 07:14:41 -rw-rw-r-- 1 jenkins jenkins 6012 May 31 07:11 README.md 07:14:41 -rw-rw-r-- 1 jenkins jenkins 5 May 31 07:09 VERSION 07:14:41 drwxrwxr-x 3 jenkins jenkins 4096 May 31 07:11 assets 07:14:41 drwxrwxr-x 2 jenkins jenkins 4096 May 31 07:11 bin 07:14:41 drwxrwxr-x 3 jenkins jenkins 4096 May 31 07:11 cmd 07:14:41 -rw-r--r-- 1 jenkins jenkins 10 May 31 07:13 coverage.out 07:14:41 drwxrwxr-x 5 jenkins jenkins 4096 May 31 07:11 docs 07:14:41 -rw-rw-r-- 1 jenkins jenkins 971 May 31 07:11 go.mod 07:14:41 -rw-r--r-- 1 jenkins jenkins 23959 May 31 07:13 go.sum 07:14:41 drwxrwxr-x 10 jenkins jenkins 4096 May 31 07:11 internal 07:14:41 -rw-rw-r-- 1 jenkins jenkins 155 May 31 07:11 version.go 07:14:41 drwxrwxr-x 4 jenkins jenkins 4096 May 31 07:11 web [Pipeline] // lock [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 07:14:41 + 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=7695e31755a8883e97ee16b36574480402b01fcb --label arch=arm64 --label version=0.0.0 . [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:14:42 Sending build context to Docker daemon 35.75MB 07:14:42 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 07:14:42 Step 2/24 : FROM ${BASE} AS builder 07:14:42 ---> be6862305d94 07:14:42 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:14:43 ---> Running in 013b3bf358c0 07:14:44 Removing intermediate container 013b3bf358c0 07:14:44 ---> 15bd33fe3c04 07:14:44 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:14:44 ---> Running in 082eff8730a0 07:14:44 Removing intermediate container 082eff8730a0 07:14:44 ---> 45f5abf5a82c 07:14:44 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:14:44 ---> Running in 7df809cbe81d 07:14:45 Removing intermediate container 7df809cbe81d 07:14:45 ---> b4359f33d5de 07:14:45 Step 6/24 : LABEL Name=edgex-ui-go 07:14:45 ---> Running in 47cc487445d1 07:14:46 Removing intermediate container 47cc487445d1 07:14:46 ---> 921f6fe2c71c 07:14:46 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:14:46 ---> Running in 3d269aa352cd 07:14:46 Removing intermediate container 3d269aa352cd 07:14:46 ---> 9b93fa22193f 07:14:46 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:46 ---> Running in 80b5eb071636 07:14:49 Removing intermediate container 80b5eb071636 07:14:49 ---> 0809084bd1af 07:14:49 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:14:49 ---> Running in 862fbfd52b41 07:14:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:14:53 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:14:53 OK: 138 MiB in 40 packages 07:14:53 Removing intermediate container 862fbfd52b41 07:14:53 ---> 73c773ced0a5 07:14:53 Step 10/24 : ENV GO111MODULE=on 07:14:53 ---> Running in 471db452220a 07:14:54 Removing intermediate container 471db452220a 07:14:54 ---> 1ef552df8b10 07:14:54 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:14:54 ---> Running in 24f84e0b1ea4 07:14:54 Removing intermediate container 24f84e0b1ea4 07:14:54 ---> 675d89f313b1 07:14:54 Step 12/24 : COPY go.mod . 07:14:55 ---> 5ad085cba300 07:14:55 Step 13/24 : COPY Makefile . 07:14:56 ---> d8cd114e5980 07:14:56 Step 14/24 : RUN make update 07:14:56 ---> Running in d589f71e55cf 07:14:57 CGO_ENABLED=0 GO111MODULE=on go mod download 07:14:58 Removing intermediate container d589f71e55cf 07:14:58 ---> dcd71c8e358d 07:14:58 Step 15/24 : COPY . . 07:15:01 ---> b87dfb1ac5a3 07:15:01 Step 16/24 : RUN ${MAKE} 07:15:01 ---> Running in c1164ced82f8 07:15:03 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 07:15:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:15:32 Removing intermediate container c1164ced82f8 07:15:32 ---> b760ecbacb27 07:15:32 Step 17/24 : FROM alpine:3.12 07:15:33 3.12: Pulling from library/alpine 07:15:33 d2f70382dc9a: Pulling fs layer 07:15:33 d2f70382dc9a: Verifying Checksum 07:15:33 d2f70382dc9a: Download complete 07:15:34 d2f70382dc9a: Pull complete 07:15:34 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:15:34 Status: Downloaded newer image for alpine:3.12 07:15:34 ---> 9852663dfa18 07:15:34 Step 18/24 : EXPOSE 4000 07:15:34 ---> Running in c4baa9a46a43 07:15:35 Removing intermediate container c4baa9a46a43 07:15:35 ---> 801b55f2f0bb 07:15:35 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 07:15:37 ---> 92b43b4be801 07:15:37 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:15:37 ---> Running in 1ea36b939612 07:15:38 Removing intermediate container 1ea36b939612 07:15:38 ---> 49622c496233 07:15:38 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:15:38 ---> Running in d2e8d3aabe9e 07:15:38 Removing intermediate container d2e8d3aabe9e 07:15:38 ---> 223a1fe200d5 07:15:38 Step 22/24 : LABEL arch=arm64 07:15:38 ---> Running in 48b3dd01939c 07:15:39 Removing intermediate container 48b3dd01939c 07:15:39 ---> 1d6a540f8b67 07:15:39 Step 23/24 : LABEL git_sha=7695e31755a8883e97ee16b36574480402b01fcb 07:15:39 ---> Running in 22e0769af36e 07:15:40 Removing intermediate container 22e0769af36e 07:15:40 ---> 114ca0289b1d 07:15:40 Step 24/24 : LABEL version=0.0.0 07:15:40 ---> Running in 0f90680cec7a 07:15:40 Removing intermediate container 0f90680cec7a 07:15:40 ---> 5c43cb60df52 07:15:40 [Warning] One or more build-args [ARCH] were not consumed 07:15:40 Successfully built 5c43cb60df52 07:15:40 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 07:15:41 ---> job-cost.sh 07:15:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZiNU 07:16:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:17:42 lf-activate-venv(): INFO: Adding /tmp/venv-ZiNU/bin to PATH 07:17:42 INFO: No Stack... 07:17:42 INFO: Retrieving Pricing Info for: v2-standard-4 07:17:43 INFO: Archiving Costs [Pipeline] sh 07:17:43 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:17:43 + cut -d, -f6 [Pipeline] lock 07:17:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] 07:17:43 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] did not exist. Created. 07:17:43 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:17:43 /w/workspace/edgex-ui-go/1@tmp/durable-70e3f600/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-70e3f600/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:17:44 + echo total: 0.18000000715255737 [Pipeline] stash 07:17:44 Warning: overwriting stash ‘stack-cost’ 07:17:44 Stashed 1 file(s) [Pipeline] } 07:17:44 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-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 07:17:47 provisioning config files... 07:17:47 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/config7737494412408121076tmp [Pipeline] { [Pipeline] sh 07:17:48 + set +x 07:17:48 + curl -s https://codecov.io/bash 07:17:48 + bash -s -- 07:17:48 07:17:48 _____ _ 07:17:48 / ____| | | 07:17:48 | | ___ __| | ___ ___ _____ __ 07:17:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:17:48 | |___| (_) | (_| | __/ (_| (_) \ V / 07:17:48 \_____\___/ \__,_|\___|\___\___/ \_/ 07:17:48 Bash-1.0.3 07:17:48 07:17:48 07:17:48 ==> git version 2.24.4 found 07:17:48 ==> 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 07:17:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:17:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:17:48 ==> Jenkins CI detected. 07:17:48 project root: . 07:17:48 --> token set from env 07:17:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:17:48 ==> Running gcov in . (disable via -X gcov) 07:17:48 ==> Python coveragepy not found 07:17:48 ==> Searching for coverage reports in: 07:17:48 + . 07:17:48 -> Found 1 reports 07:17:48 ==> Detecting git/mercurial file structure 07:17:48 ==> Reading reports 07:17:48 + ./coverage.out bytes=10 07:17:48 ==> Appending adjustments 07:17:48 https://docs.codecov.io/docs/fixing-reports 07:17:48 + Found adjustments 07:17:48 ==> Gzipping contents 07:17:48 4.0K /tmp/codecov.zyvtjP.gz 07:17:48 ==> Uploading reports 07:17:48 url: https://codecov.io 07:17:48 query: branch=PR-368&commit=7695e31755a8883e97ee16b36574480402b01fcb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-368%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=368&job=&cmd_args= 07:17:48 -> Pinging Codecov 07:17:48 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-368&commit=7695e31755a8883e97ee16b36574480402b01fcb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-368%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=368&job=&cmd_args= 07:17:49 -> Uploading to 07:17:49 https://storage.googleapis.com/codecov/v4/raw/2021-05-31/FB506323287CE973F263BFD2A0EB1F37/7695e31755a8883e97ee16b36574480402b01fcb/a06ef0a6-0b82-416b-b1d2-d95030032569.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210531%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210531T071748Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a3f9cf586f5edb835688079c17f0972ce1f20e09733d6a06397bf9b87f1e04a 07:17:49 % Total % Received % Xferd Average Speed Time Time Time Current 07:17:49 Dload Upload Total Spent Left Speed 07:17:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3918 0 0 100 3918 0 9085 --:--:-- --:--:-- --:--:-- 9069 100 3918 0 0 100 3918 0 9083 --:--:-- --:--:-- --:--:-- 9069 07:17:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7695e31755a8883e97ee16b36574480402b01fcb [Pipeline] } 07:17:49 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 07:17:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:17:54 ---> package-listing.sh 07:17:54 ++ tr '[:upper:]' '[:lower:]' 07:17:54 ++ facter osfamily 07:17:54 + OS_FAMILY=redhat 07:17:54 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-368 07:17:54 + START_PACKAGES=/tmp/packages_start.txt 07:17:54 + END_PACKAGES=/tmp/packages_end.txt 07:17:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:17:54 + PACKAGES=/tmp/packages_start.txt 07:17:54 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-368 ']' 07:17:54 + PACKAGES=/tmp/packages_end.txt 07:17:54 + case "${OS_FAMILY}" in 07:17:54 + sort 07:17:54 + rpm -qa 07:17:55 + '[' -f /tmp/packages_start.txt ']' 07:17:55 + '[' -f /tmp/packages_end.txt ']' 07:17:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:17:55 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-368 ']' 07:17:55 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-368/archives/ 07:17:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-368/archives/ [Pipeline] echo 07:17:55 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-368/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:17:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:17:56 07:17:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:17:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:17:56 alpine: Pulling from edgex-lftools-log-publisher 07:17:56 df20fa9351a1: Pulling fs layer 07:17:56 36b3adc4ff6f: Pulling fs layer 07:17:56 8ad3a11d3b57: Pulling fs layer 07:17:56 46f8f816bc3b: Pulling fs layer 07:17:56 93b61091891f: Pulling fs layer 07:17:56 93b9cdb0e59b: Pulling fs layer 07:17:56 5e14af77c1be: Pulling fs layer 07:17:56 01666e4c0597: Pulling fs layer 07:17:56 aa168da1d23b: Pulling fs layer 07:17:56 46f8f816bc3b: Waiting 07:17:56 93b61091891f: Waiting 07:17:56 93b9cdb0e59b: Waiting 07:17:56 5e14af77c1be: Waiting 07:17:56 01666e4c0597: Waiting 07:17:56 aa168da1d23b: Waiting 07:17:56 36b3adc4ff6f: Verifying Checksum 07:17:56 36b3adc4ff6f: Download complete 07:17:56 46f8f816bc3b: Verifying Checksum 07:17:56 46f8f816bc3b: Download complete 07:17:56 df20fa9351a1: Verifying Checksum 07:17:56 df20fa9351a1: Download complete 07:17:56 93b9cdb0e59b: Verifying Checksum 07:17:56 93b9cdb0e59b: Download complete 07:17:56 5e14af77c1be: Verifying Checksum 07:17:56 5e14af77c1be: Download complete 07:17:56 93b61091891f: Verifying Checksum 07:17:56 93b61091891f: Download complete 07:17:56 01666e4c0597: Verifying Checksum 07:17:56 01666e4c0597: Download complete 07:17:56 df20fa9351a1: Pull complete 07:17:56 8ad3a11d3b57: Verifying Checksum 07:17:56 8ad3a11d3b57: Download complete 07:17:56 36b3adc4ff6f: Pull complete 07:17:57 8ad3a11d3b57: Pull complete 07:17:57 46f8f816bc3b: Pull complete 07:17:57 93b61091891f: Pull complete 07:17:58 93b9cdb0e59b: Pull complete 07:17:58 5e14af77c1be: Pull complete 07:17:58 01666e4c0597: Pull complete 07:17:58 aa168da1d23b: Verifying Checksum 07:17:58 aa168da1d23b: Download complete 07:18:02 aa168da1d23b: Pull complete 07:18:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:18:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:18:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:18:02 prd-centos7-docker-4c-2g-1714 does not seem to be running inside a container 07:18:02 $ 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-368/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-368 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368:/w/workspace/edgexfoundry_edgex-ui-go_PR-368:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:18:05 $ docker top f3a741beba7d1e3e4cc63339eabb4170cf6a50f857fb9ae2e900a430a96d490f -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:06 + touch /tmp/pre-build-complete [Pipeline] sh 07:18:06 + mkdir -p /var/log/sa [Pipeline] sh 07:18:06 + ls /var/log/sa-host 07:18:06 + sadf -c /var/log/sa-host/sa05 07:18:06 file_magic: OK 07:18:06 HZ: Using current value: 100 07:18:06 file_header: OK 07:18:06 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 07:18:06 Statistics: 07:18:06 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:18:06 File successfully converted to sysstat format version 12.2.1 07:18:06 + sadf -c /var/log/sa-host/sa31 07:18:06 file_magic: OK 07:18:06 HZ: Using current value: 100 07:18:06 file_header: OK 07:18:06 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 07:18:06 Statistics: 07:18:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:18:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:18:09 provisioning config files... 07:18:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/config1172507269882676837tmp [Pipeline] { [Pipeline] echo 07:18:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:18:10 ---> create-netrc.sh [Pipeline] } 07:18:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:18:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:18:10 ---> python-tools-install.sh [Pipeline] echo 07:18:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:18:10 ---> sudo-logs.sh 07:18:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:18:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:18:11 ---> job-cost.sh 07:18:11 lf-activate-venv: SKIPPING 07:18:11 DEBUG: total: 0.18000000715255737 07:18:11 INFO: Retrieving Stack Cost... 07:18:12 INFO: Retrieving Pricing Info for: v3-standard-2 07:18:12 INFO: Archiving Costs [Pipeline] echo 07:18:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:18:12 ---> logs-deploy.sh 07:18:12 lf-activate-venv: SKIPPING 07:18:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-368/1 07:18:12 INFO: archiving workspace using pattern(s): 07:18:13 Archives upload complete. 07:18:13 INFO: archiving logs to Nexus 07:18:14 ---> uname -a: 07:18:14 Linux prd-centos7-docker-4c-2g-1714.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 07:18:14 07:18:14 07:18:14 ---> lscpu: 07:18:14 Architecture: x86_64 07:18:14 CPU op-mode(s): 32-bit, 64-bit 07:18:14 Byte Order: Little Endian 07:18:14 Address sizes: 40 bits physical, 48 bits virtual 07:18:14 CPU(s): 2 07:18:14 On-line CPU(s) list: 0,1 07:18:14 Thread(s) per core: 1 07:18:14 Core(s) per socket: 1 07:18:14 Socket(s): 2 07:18:14 NUMA node(s): 1 07:18:14 Vendor ID: AuthenticAMD 07:18:14 CPU family: 23 07:18:14 Model: 49 07:18:14 Model name: AMD EPYC-Rome Processor 07:18:14 Stepping: 0 07:18:14 CPU MHz: 2799.998 07:18:14 BogoMIPS: 5599.99 07:18:14 Virtualization: AMD-V 07:18:14 Hypervisor vendor: KVM 07:18:14 Virtualization type: full 07:18:14 L1d cache: 64 KiB 07:18:14 L1i cache: 64 KiB 07:18:14 L2 cache: 1 MiB 07:18:14 L3 cache: 32 MiB 07:18:14 NUMA node0 CPU(s): 0,1 07:18:14 Vulnerability Itlb multihit: Not affected 07:18:14 Vulnerability L1tf: Not affected 07:18:14 Vulnerability Mds: Not affected 07:18:14 Vulnerability Meltdown: Not affected 07:18:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:18:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:18:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:18:14 Vulnerability Srbds: Not affected 07:18:14 Vulnerability Tsx async abort: Not affected 07:18:14 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 07:18:14 07:18:14 07:18:14 ---> nproc: 07:18:14 2 07:18:14 07:18:14 07:18:14 ---> df -h: 07:18:14 Filesystem Size Used Available Use% Mounted on 07:18:14 overlay 40.0G 7.6G 32.4G 19% / 07:18:14 tmpfs 64.0M 0 64.0M 0% /dev 07:18:14 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 07:18:14 shm 64.0M 0 64.0M 0% /dev/shm 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-368 07:18:14 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp 07:18:14 07:18:14 07:18:14 ---> free -m: 07:18:14 total used free shared buff/cache available 07:18:14 Mem: 7821 922 4761 0 2137 6722 07:18:14 Swap: 1023 0 1023 07:18:14 07:18:14 07:18:14 ---> ip addr: 07:18:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:18:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:18:14 inet 127.0.0.1/8 scope host lo 07:18:14 valid_lft forever preferred_lft forever 07:18:14 inet6 ::1/128 scope host 07:18:14 valid_lft forever preferred_lft forever 07:18:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:18:14 link/ether fa:16:3e:6e:a1:d2 brd ff:ff:ff:ff:ff:ff 07:18:14 inet 10.30.123.224/23 brd 10.30.123.255 scope global dynamic eth0 07:18:14 valid_lft 85807sec preferred_lft 85807sec 07:18:14 inet6 fe80::f816:3eff:fe6e:a1d2/64 scope link 07:18:14 valid_lft forever preferred_lft forever 07:18:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:18:14 link/ether 02:42:b6:ba:b7:35 brd ff:ff:ff:ff:ff:ff 07:18:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:18:14 valid_lft forever preferred_lft forever 07:18:14 inet6 fe80::42:b6ff:feba:b735/64 scope link 07:18:14 valid_lft forever preferred_lft forever 07:18:14 07:18:14 07:18:14 ---> sar -b -r -n DEV: 07:18:14 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/31/21 _x86_64_ (2 CPU) 07:18:14 07:18:14 07:08:08 LINUX RESTART (2 CPU) 07:18:14 07:18:14 07:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:18:14 07:10:01 25.05 3.36 21.68 0.00 2564.80 4533.17 0.00 07:18:14 07:11:01 1.62 0.00 1.62 0.00 0.00 27.19 0.00 07:18:14 07:12:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 07:18:14 07:13:01 0.22 0.00 0.22 0.00 0.00 2.97 0.00 07:18:14 07:14:01 0.32 0.00 0.32 0.00 0.00 4.86 0.00 07:18:14 07:15:01 0.23 0.00 0.23 0.00 0.00 2.82 0.00 07:18:14 07:16:02 0.13 0.00 0.13 0.00 0.00 2.18 0.00 07:18:14 07:17:01 0.32 0.00 0.32 0.00 0.00 3.42 0.00 07:18:14 07:18:01 4.93 0.13 4.79 0.00 13.72 171.75 0.00 07:18:14 Average: 3.68 0.39 3.29 0.00 287.10 529.08 0.00 07:18:14 07:18:14 07:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:18:14 07:10:01 5433856 0 790896 9.88 2620 1781560 1110440 12.26 591912 1581056 8 07:18:14 07:11:01 5437184 0 787564 9.83 2620 1781564 1067252 11.78 592584 1577948 12 07:18:14 07:12:01 5435980 0 788764 9.85 2620 1781568 1067504 11.79 595396 1576588 16 07:18:14 07:13:01 5434796 0 789940 9.86 2620 1781576 1067600 11.79 597000 1576588 8 07:18:14 07:14:01 5434100 0 790628 9.87 2620 1781584 1067372 11.78 590196 1584732 16 07:18:14 07:15:01 5430936 0 793792 9.91 2620 1781584 1067252 11.78 592756 1584732 20 07:18:14 07:16:02 5421324 0 803396 10.03 2620 1781592 1067252 11.78 602136 1584732 8 07:18:14 07:17:01 5421552 0 803164 10.03 2620 1781596 1067252 11.78 603572 1583180 8 07:18:14 07:18:01 4829792 0 937204 11.70 2620 2239316 1536416 16.96 929596 1799620 456924 07:18:14 Average: 5364391 0 809483 10.11 2620 1832438 1124260 12.41 632794 1605464 50780 07:18:14 07:18:14 07:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:18:14 07:10:01 eth0 107.46 99.08 500.66 18.86 0.00 0.00 0.00 0.00 07:18:14 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:10:01 docker0 46.16 39.25 4.73 165.00 0.00 0.00 0.00 0.00 07:18:14 07:11:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 07:18:14 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:12:01 eth0 0.97 0.47 0.35 0.21 0.00 0.00 0.00 0.00 07:18:14 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:13:01 eth0 0.35 0.22 0.26 0.16 0.00 0.00 0.00 0.00 07:18:14 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:14:01 eth0 0.32 0.25 0.14 0.11 0.00 0.00 0.00 0.00 07:18:14 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:15:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:18:14 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:16:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:18:14 07:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:17:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:18:14 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:18:01 eth0 223.75 201.81 2169.14 40.13 0.00 0.00 0.00 0.00 07:18:14 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 Average: eth0 37.19 33.65 297.47 6.63 0.00 0.00 0.00 0.00 07:18:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:14 Average: docker0 5.14 4.37 0.53 18.37 0.00 0.00 0.00 0.00 07:18:14 07:18:14 07:18:14 ---> sar -P ALL: 07:18:14 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/31/21 _x86_64_ (2 CPU) 07:18:14 07:18:14 07:08:08 LINUX RESTART (2 CPU) 07:18:14 07:18:14 07:09:01 CPU %user %nice %system %iowait %steal %idle 07:18:14 07:10:01 all 3.31 0.00 1.49 1.28 0.06 93.86 07:18:14 07:10:01 0 2.81 0.00 1.30 1.90 0.03 93.96 07:18:14 07:10:01 1 3.81 0.00 1.67 0.67 0.08 93.76 07:18:14 07:11:01 all 0.03 0.00 0.04 0.00 0.04 99.88 07:18:14 07:11:01 0 0.02 0.00 0.03 0.00 0.03 99.92 07:18:14 07:11:01 1 0.05 0.00 0.05 0.00 0.05 99.85 07:18:14 07:12:01 all 0.10 0.00 0.02 0.00 0.04 99.84 07:18:14 07:12:01 0 0.05 0.00 0.00 0.00 0.03 99.92 07:18:14 07:12:01 1 0.15 0.00 0.03 0.00 0.05 99.77 07:18:14 07:13:01 all 0.08 0.00 0.02 0.00 0.03 99.87 07:18:14 07:13:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:18:14 07:13:01 1 0.13 0.00 0.02 0.00 0.03 99.82 07:18:14 07:14:01 all 0.08 0.00 0.03 0.00 0.04 99.85 07:18:14 07:14:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:18:14 07:14:01 1 0.13 0.00 0.02 0.00 0.05 99.80 07:18:14 07:15:01 all 0.07 0.00 0.03 0.00 0.04 99.87 07:18:14 07:15:01 0 0.03 0.00 0.03 0.00 0.07 99.87 07:18:14 07:15:01 1 0.10 0.00 0.02 0.00 0.02 99.87 07:18:14 07:16:02 all 0.07 0.00 0.02 0.00 0.03 99.88 07:18:14 07:16:02 0 0.08 0.00 0.02 0.00 0.02 99.88 07:18:14 07:16:02 1 0.05 0.00 0.02 0.00 0.05 99.88 07:18:14 07:17:01 all 0.04 0.00 0.03 0.00 0.03 99.90 07:18:14 07:17:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:18:14 07:17:01 1 0.02 0.00 0.03 0.00 0.05 99.90 07:18:14 07:18:01 all 5.42 0.00 1.91 0.07 0.04 92.56 07:18:14 07:18:01 0 4.99 0.00 1.89 0.05 0.03 93.04 07:18:14 07:18:01 1 5.86 0.00 1.93 0.08 0.05 92.08 07:18:14 Average: all 1.02 0.00 0.39 0.15 0.04 98.40 07:18:14 Average: 0 0.89 0.00 0.37 0.21 0.03 98.49 07:18:14 Average: 1 1.14 0.00 0.42 0.08 0.05 98.31 07:18:14 07:18:14 07:18:14