Pull request #371 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1f9e4a0072fb1389d7d0b25f435ea513e1372e9+ed8947b643568b301883c9fef62d671807069f73 (609dd87feea9b69a15732a851619379a44fc196c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4584364116267512912.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8643847016534948371.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh72748920784534122.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd # timeout=10 Commit message: "Merge pull request #338 from ernestojeda/add-latest-tag" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1567627044609923813.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8385378745007748705.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-852 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [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-371 # 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-371@tmp/jenkins-gitclient-ssh608083828297710533.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 Merge succeeded, producing f5d8801d279db23b4164d1e8f7a16af8cb152202 Checking out Revision f5d8801d279db23b4164d1e8f7a16af8cb152202 (PR-371) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/jenkins-gitclient-ssh873919451810800038.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # 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-371@tmp/jenkins-gitclient-ssh743875338465120046.key > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5d8801d279db23b4164d1e8f7a16af8cb152202 # timeout=10 Commit message: "Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD" > git rev-list --no-walk d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:43:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:43:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:43:49 ========================================================= 05:43:49 EdgeX Global Pipelines Version Info 05:43:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:43:50 ------------------- 05:43:50 stable info: 05:43:50 ------------------- 05:43:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:43:50 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 05:43:50 Message: update stable to v1.0.193 05:43:51 ------------------- 05:43:51 experimental info: 05:43:51 ------------------- 05:43:51 Commited By: **** collab-it+edgex@linuxfoundation.org 05:43:51 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 05:43:51 Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:43:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-371 [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-371 [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-371 [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5d8801d279db23b4164d1e8f7a16af8cb152202 [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5d8801 [Pipeline] echo 05:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:43:52 provisioning config files... 05:43:52 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config4370907263262010622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:43:52 ---> docker-login.sh 05:43:52 nexus3.edgexfoundry.org:10001 05:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:43:53 Configure a credential helper to remove this warning. See 05:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:43:53 05:43:53 Login Succeeded 05:43:53 nexus3.edgexfoundry.org:10002 05:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:43:53 Configure a credential helper to remove this warning. See 05:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:43:53 05:43:53 Login Succeeded 05:43:53 nexus3.edgexfoundry.org:10003 05:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:43:53 Configure a credential helper to remove this warning. See 05:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:43:53 05:43:53 Login Succeeded 05:43:53 nexus3.edgexfoundry.org:10004 05:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:43:53 Configure a credential helper to remove this warning. See 05:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:43:53 05:43:53 Login Succeeded 05:43:53 docker.io 05:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:43:54 Configure a credential helper to remove this warning. See 05:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:43:54 05:43:54 Login Succeeded 05:43:54 ---> docker-login.sh ends [Pipeline] } 05:43:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:43:54 + git log --format=format:%s -1 f5d8801d279db23b4164d1e8f7a16af8cb152202 [Pipeline] echo 05:43:54 GIT_COMMIT: f5d8801d279db23b4164d1e8f7a16af8cb152202, Commit Message: Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD [Pipeline] echo 05:43:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:43:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:55 05:43:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:43:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:55 latest: Pulling from edgex-devops/git-semver 05:43:55 31603596830f: Pulling fs layer 05:43:55 54011a49482f: Pulling fs layer 05:43:55 a6820b24f6d8: Pulling fs layer 05:43:55 f581987b2513: Pulling fs layer 05:43:55 f581987b2513: Waiting 05:43:55 54011a49482f: Verifying Checksum 05:43:55 54011a49482f: Download complete 05:43:55 31603596830f: Verifying Checksum 05:43:55 31603596830f: Download complete 05:43:56 f581987b2513: Verifying Checksum 05:43:56 f581987b2513: Download complete 05:43:56 a6820b24f6d8: Verifying Checksum 05:43:56 a6820b24f6d8: Download complete 05:43:56 31603596830f: Pull complete 05:43:56 54011a49482f: Pull complete 05:43:57 a6820b24f6d8: Pull complete 05:43:57 f581987b2513: Pull complete 05:43:57 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:43:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:43:57 prd-centos7-docker-4c-2g-852 does not seem to be running inside a container 05:43:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-371 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371:/w/workspace/edgexfoundry_edgex-ui-go_PR-371:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:44:00 $ docker top 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:44:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:44:00 [ssh-agent] Looking for ssh-agent implementation... 05:44:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:44:00 $ docker exec 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent 05:44:00 SSH_AUTH_SOCK=/tmp/ssh-vRMlTHDQvV2C/agent.14 05:44:00 SSH_AGENT_PID=21 05:44:00 Running ssh-add (command line suppressed) 05:44:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_3934237551475029222.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_3934237551475029222.key) 05:44:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:44:01 + git tag --points-at HEAD [Pipeline] } 05:44:01 $ docker exec --env ******** --env ******** 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent -k 05:44:01 unset SSH_AUTH_SOCK; 05:44:01 unset SSH_AGENT_PID; 05:44:01 echo Agent pid 21 killed; 05:44:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:44:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:44:01 [ssh-agent] Looking for ssh-agent implementation... 05:44:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:44:01 $ docker exec 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent 05:44:01 SSH_AUTH_SOCK=/tmp/ssh-7Cb6CeLMDFFA/agent.54 05:44:01 SSH_AGENT_PID=60 05:44:01 Running ssh-add (command line suppressed) 05:44:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_4257810685107022623.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_4257810685107022623.key) 05:44:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:44:02 + git semver init 05:44:02 # -> Open(): unable to determine branch for HEAD 05:44:02 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-371/.git 05:44:02 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-371 05:44:02 # $SEMVER_REMOTE_NAME = origin 05:44:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:44:02 # $SEMVER_USER_NAME = edgex-jenkins 05:44:02 # $SEMVER_BRANCH = PR-371 05:44:02 # $SEMVER_TEMP = /tmp/semver-169996664 05:44:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 05:44:04 # '/tmp/semver-169996664' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-371/.semver' 05:44:04 # -> Force: false 05:44:04 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-371/.semver [Pipeline] } 05:44:04 $ docker exec --env ******** --env ******** 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent -k 05:44:04 unset SSH_AUTH_SOCK; 05:44:04 unset SSH_AGENT_PID; 05:44:04 echo Agent pid 60 killed; 05:44:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:44:05 + git semver [Pipeline] } 05:44:05 $ docker stop --time=1 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef 05:44:07 $ docker rm -f 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef [Pipeline] // withDockerContainer [Pipeline] sh 05:44:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:44:07 Stashed 1 file(s) [Pipeline] echo 05:44:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 05:44:22 Still waiting to schedule task 05:44:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:44:22 Still waiting to schedule task 05:44:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 05:46:48 Running on prd-centos7-docker-4c-2g-858 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] ws 05:46:48 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 05:46:48 The recommended git tool is: git 05:46:51 using credential edgex-jenkins-ssh 05:46:51 Cloning the remote Git repository 05:46:51 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:46:51 > git init /w/workspace/edgex-ui-go/2 # timeout=10 05:46:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:46:51 > git --version # timeout=10 05:46:51 > git --version # 'git version 2.24.4' 05:46:51 using GIT_SSH to set credentials SSH Credentials for GitHub 05:46:51 [INFO] Currently running in a labeled security context 05:46:51 [INFO] Currently SELinux is 'enforcing' on the host 05:46:51 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh5225819070020630324.key 05:46:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:46:52 Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 05:46:53 Merge succeeded, producing 33d039510b9d8c4097de31e8b59f175aaa2e4cc3 05:46:53 Checking out Revision 33d039510b9d8c4097de31e8b59f175aaa2e4cc3 (PR-371) 05:46:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:46:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:46:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:46:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:46:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:46:52 [INFO] Currently running in a labeled security context 05:46:52 [INFO] Currently SELinux is 'enforcing' on the host 05:46:52 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh5316719749399932632.key 05:46:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:46:52 > git config core.sparsecheckout # timeout=10 05:46:52 > git checkout -f d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 05:46:53 > git remote # timeout=10 05:46:53 > git config --get remote.origin.url # timeout=10 05:46:53 using GIT_SSH to set credentials SSH Credentials for GitHub 05:46:53 [INFO] Currently running in a labeled security context 05:46:53 [INFO] Currently SELinux is 'enforcing' on the host 05:46:53 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh8477473081391513245.key 05:46:53 > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 05:46:53 > git rev-parse HEAD^{commit} # timeout=10 05:46:53 > git config core.sparsecheckout # timeout=10 05:46:53 > git checkout -f 33d039510b9d8c4097de31e8b59f175aaa2e4cc3 # timeout=10 05:46:56 Commit message: "Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD" 05:46:56 > git rev-list --no-walk d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:46:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:46:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:46:59 + sudo service docker restart 05:46:59 + true 05:46:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:47:17 provisioning config files... 05:47:17 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6633614602259248197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:47:17 ---> docker-login.sh 05:47:17 nexus3.edgexfoundry.org:10001 05:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:17 Configure a credential helper to remove this warning. See 05:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:17 05:47:17 Login Succeeded 05:47:17 nexus3.edgexfoundry.org:10002 05:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:18 Configure a credential helper to remove this warning. See 05:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:18 05:47:18 Login Succeeded 05:47:18 nexus3.edgexfoundry.org:10003 05:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:18 Configure a credential helper to remove this warning. See 05:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:18 05:47:18 Login Succeeded 05:47:18 nexus3.edgexfoundry.org:10004 05:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:18 Configure a credential helper to remove this warning. See 05:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:18 05:47:18 Login Succeeded 05:47:18 docker.io 05:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:18 Configure a credential helper to remove this warning. See 05:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:18 05:47:18 Login Succeeded 05:47:18 ---> docker-login.sh ends [Pipeline] } 05:47:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:47:18 ========================================================= 05:47:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:47:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:47:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:47:19 Sending build context to Docker daemon 35.75MB 05:47:19 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:47:19 Step 2/8 : FROM ${BASE} 05:47:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:47:19 540db60ca938: Pulling fs layer 05:47:19 adcc1eea9eea: Pulling fs layer 05:47:19 4c4ab2625f07: Pulling fs layer 05:47:19 0510c868ecb4: Pulling fs layer 05:47:19 afea3b2eda06: Pulling fs layer 05:47:19 7809a108b3ef: Pulling fs layer 05:47:19 f706445af74f: Pulling fs layer 05:47:19 afea3b2eda06: Waiting 05:47:19 7809a108b3ef: Waiting 05:47:19 f706445af74f: Waiting 05:47:19 0510c868ecb4: Waiting 05:47:19 4c4ab2625f07: Download complete 05:47:19 adcc1eea9eea: Verifying Checksum 05:47:19 adcc1eea9eea: Download complete 05:47:19 afea3b2eda06: Verifying Checksum 05:47:19 afea3b2eda06: Download complete 05:47:19 7809a108b3ef: Verifying Checksum 05:47:19 7809a108b3ef: Download complete 05:47:20 540db60ca938: Verifying Checksum 05:47:20 540db60ca938: Download complete 05:47:20 540db60ca938: Pull complete 05:47:20 adcc1eea9eea: Pull complete 05:47:20 4c4ab2625f07: Pull complete 05:47:21 f706445af74f: Verifying Checksum 05:47:21 f706445af74f: Download complete 05:47:21 0510c868ecb4: Verifying Checksum 05:47:21 0510c868ecb4: Download complete 05:47:26 0510c868ecb4: Pull complete 05:47:26 afea3b2eda06: Pull complete 05:47:26 7809a108b3ef: Pull complete 05:47:26 f706445af74f: Pull complete 05:47:26 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:47:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:47:26 ---> b068be0155e3 05:47:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:47:39 ---> Running in bfadc4d4482a 05:47:39 Removing intermediate container bfadc4d4482a 05:47:39 ---> 86835d035c20 05:47:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:47:39 ---> Running in dd015cb70b7e 05:47:39 Removing intermediate container dd015cb70b7e 05:47:39 ---> 5f4123c4392b 05:47:39 Step 5/8 : RUN apk add --no-cache make git 05:47:39 ---> Running in 20fd70cdb45b 05:47:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:47:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:47:41 OK: 149 MiB in 40 packages 05:47:41 Removing intermediate container 20fd70cdb45b 05:47:41 ---> 22197105823d 05:47:41 Step 6/8 : WORKDIR /edgex-ui-go 05:47:41 ---> Running in b73ee421f08c 05:47:42 Removing intermediate container b73ee421f08c 05:47:42 ---> 7320f5db10bc 05:47:42 Step 7/8 : COPY . . 05:47:44 ---> dbaa3e68be14 05:47:44 Step 8/8 : RUN go mod download 05:47:44 ---> Running in 08d67293ef93 05:47:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-860 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] ws 05:47:58 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 05:47:58 The recommended git tool is: git 05:48:04 using credential edgex-jenkins-ssh 05:48:04 Cloning the remote Git repository 05:48:04 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:48:05 > git init /w/workspace/edgex-ui-go/2 # timeout=10 05:48:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:48:05 > git --version # timeout=10 05:48:05 > git --version # 'git version 2.17.1' 05:48:05 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:48:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:48:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:48:07 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:48:08 Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 05:48:08 > git config core.sparsecheckout # timeout=10 05:48:08 > git checkout -f d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 05:48:08 > git remote # timeout=10 05:48:08 > git config --get remote.origin.url # timeout=10 05:48:08 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:08 > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 05:48:09 Merge succeeded, producing cc8edfb086a0f10f77aaa45232267f4e0fe8666b 05:48:09 Checking out Revision cc8edfb086a0f10f77aaa45232267f4e0fe8666b (PR-371) 05:48:09 > git rev-parse HEAD^{commit} # timeout=10 05:48:09 > git config core.sparsecheckout # timeout=10 05:48:09 > git checkout -f cc8edfb086a0f10f77aaa45232267f4e0fe8666b # timeout=10 05:48:11 Removing intermediate container 08d67293ef93 05:48:11 ---> bba557ecc975 05:48:11 Successfully built bba557ecc975 05:48:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:48:11 + docker inspect -f . ci-base-image-x86_64 05:48:11 . [Pipeline] withDockerContainer 05:48:11 prd-centos7-docker-4c-2g-858 does not seem to be running inside a container 05:48:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:48:12 $ docker top 95704b5e4398c0e6247b6cd33df5b7a75fb9dc5ffc2d30e3d2283c1bf63ff29b -eo pid,comm [Pipeline] { [Pipeline] sh 05:48:12 + go version 05:48:12 go version go1.16.3 linux/amd64 [Pipeline] } 05:48:12 $ docker stop --time=1 95704b5e4398c0e6247b6cd33df5b7a75fb9dc5ffc2d30e3d2283c1bf63ff29b 05:48:13 Commit message: "Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD" 05:48:13 > git rev-list --no-walk d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 05:48:14 $ docker rm -f 95704b5e4398c0e6247b6cd33df5b7a75fb9dc5ffc2d30e3d2283c1bf63ff29b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 05:48:14 + docker inspect -f . ci-base-image-x86_64 05:48:14 . [Pipeline] withDockerContainer 05:48:15 prd-centos7-docker-4c-2g-858 does not seem to be running inside a container 05:48:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:48:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 05:48:15 $ docker top 1c2ad6156656789d76daa2a0f35d3b65bd2f1296fbef35cbb6515e102fdc112f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 05:48:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:48:16 + go mod tidy 05:48:16 + + true 05:48:16 sudo service docker restart [Pipeline] sh 05:48:16 + make test 05:48:16 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:48:17 ? github.com/edgexfoundry/edgex-ui-go [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 05:48:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 05:48:29 GO111MODULE=on go vet ./... [Pipeline] } 05:48:33 $ docker stop --time=1 1c2ad6156656789d76daa2a0f35d3b65bd2f1296fbef35cbb6515e102fdc112f 05:48:35 $ docker rm -f 1c2ad6156656789d76daa2a0f35d3b65bd2f1296fbef35cbb6515e102fdc112f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:48:35 provisioning config files... 05:48:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4303933757142007662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:48:36 ---> docker-login.sh 05:48:36 nexus3.edgexfoundry.org:10001 05:48:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 05:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:37 Configure a credential helper to remove this warning. See 05:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:37 05:48:37 Login Succeeded 05:48:37 nexus3.edgexfoundry.org:10002 05:48:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:37 Configure a credential helper to remove this warning. See 05:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:37 05:48:37 Login Succeeded 05:48:37 nexus3.edgexfoundry.org:10003 05:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:38 Configure a credential helper to remove this warning. See 05:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:38 05:48:38 Login Succeeded 05:48:38 nexus3.edgexfoundry.org:10004 [Pipeline] sh 05:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:38 Configure a credential helper to remove this warning. See 05:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:38 05:48:38 Login Succeeded 05:48:38 docker.io 05:48:39 + ls -al . 05:48:39 total 92 05:48:39 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 8 05:48 . 05:48:39 drwxrwxr-x. 4 jenkins jenkins 28 Jun 8 05:46 .. 05:48:39 drwxrwxr-x. 3 jenkins jenkins 20 Jun 8 05:46 assets 05:48:39 drwxrwxr-x. 2 jenkins jenkins 35 Jun 8 05:46 bin 05:48:39 drwxrwxr-x. 3 jenkins jenkins 29 Jun 8 05:46 cmd 05:48:39 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 8 05:46 CONTRIBUTING.md 05:48:39 -rw-r--r--. 1 jenkins jenkins 10 Jun 8 05:48 coverage.out 05:48:39 -rw-rw-r--. 1 jenkins jenkins 1508 Jun 8 05:46 Dockerfile 05:48:39 -rw-rw-r--. 1 jenkins jenkins 902 Jun 8 05:46 Dockerfile.build 05:48:39 drwxrwxr-x. 5 jenkins jenkins 104 Jun 8 05:46 docs 05:48:39 drwxrwxr-x. 8 jenkins jenkins 179 Jun 8 05:46 .git 05:48:39 drwxrwxr-x. 2 jenkins jenkins 103 Jun 8 05:46 .github 05:48:39 -rw-rw-r--. 1 jenkins jenkins 162 Jun 8 05:46 .gitignore 05:48:39 -rw-rw-r--. 1 jenkins jenkins 971 Jun 8 05:46 go.mod 05:48:39 -rw-r--r--. 1 jenkins jenkins 23959 Jun 8 05:48 go.sum 05:48:39 drwxrwxr-x. 10 jenkins jenkins 139 Jun 8 05:46 internal 05:48:39 -rw-rw-r--. 1 jenkins jenkins 652 Jun 8 05:46 Jenkinsfile 05:48:39 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 8 05:46 LICENSE 05:48:39 -rw-rw-r--. 1 jenkins jenkins 941 Jun 8 05:46 Makefile 05:48:39 -rw-rw-r--. 1 jenkins jenkins 6012 Jun 8 05:46 README.md 05:48:39 -rw-rw-r--. 1 jenkins jenkins 5 Jun 8 05:44 VERSION 05:48:39 -rw-rw-r--. 1 jenkins jenkins 155 Jun 8 05:46 version.go 05:48:39 drwxrwxr-x. 4 jenkins jenkins 4096 Jun 8 05:46 web [Pipeline] isUnix [Pipeline] sh 05:48:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:39 + 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=33d039510b9d8c4097de31e8b59f175aaa2e4cc3 --label arch=amd64 --label version=0.0.0 . 05:48:39 Sending build context to Docker daemon 35.77MB 05:48:39 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:48:39 Step 2/24 : FROM ${BASE} AS builder 05:48:39 ---> bba557ecc975 05:48:39 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:48:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:39 Configure a credential helper to remove this warning. See 05:48:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:39 05:48:39 Login Succeeded 05:48:39 ---> docker-login.sh ends [Pipeline] } 05:48:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:48:40 ========================================================= 05:48:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:48:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:40 ---> Running in 44a9060c0601 05:48:40 Removing intermediate container 44a9060c0601 05:48:40 ---> be2a9dce9cdb 05:48:40 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:48:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:48:40 ---> Running in 8a7f5ce70eb6 05:48:40 Removing intermediate container 8a7f5ce70eb6 05:48:40 ---> 119e7ace581f 05:48:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:48:41 ---> Running in a1df08b8e745 05:48:41 Removing intermediate container a1df08b8e745 05:48:41 ---> cee7cf2f4efb 05:48:41 Step 6/24 : LABEL Name=edgex-ui-go 05:48:41 ---> Running in 73f07c314f98 05:48:41 Removing intermediate container 73f07c314f98 05:48:41 ---> 6feda3996702 05:48:41 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:48:41 ---> Running in 534eb64563a0 05:48:41 Sending build context to Docker daemon 35.75MB 05:48:41 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:48:41 Step 2/8 : FROM ${BASE} 05:48:41 Removing intermediate container 534eb64563a0 05:48:41 ---> 04c512fedcb5 05:48:41 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:48:42 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:48:42 595b0fe564bb: Pulling fs layer 05:48:42 7186ed65a4f7: Pulling fs layer 05:48:42 316046926c0a: Pulling fs layer 05:48:42 4ebd0625c992: Pulling fs layer 05:48:42 207e8628e3a3: Pulling fs layer 05:48:42 c791037a9be2: Pulling fs layer 05:48:42 ffd874e62e21: Pulling fs layer 05:48:42 4ebd0625c992: Waiting 05:48:42 207e8628e3a3: Waiting 05:48:42 c791037a9be2: Waiting 05:48:42 ffd874e62e21: Waiting 05:48:42 316046926c0a: Verifying Checksum 05:48:42 316046926c0a: Download complete 05:48:42 7186ed65a4f7: Verifying Checksum 05:48:42 7186ed65a4f7: Download complete 05:48:42 207e8628e3a3: Verifying Checksum 05:48:42 207e8628e3a3: Download complete 05:48:42 ---> Running in e708286c2d73 05:48:42 c791037a9be2: Verifying Checksum 05:48:42 c791037a9be2: Download complete 05:48:42 595b0fe564bb: Verifying Checksum 05:48:42 595b0fe564bb: Download complete 05:48:42 Removing intermediate container e708286c2d73 05:48:42 ---> 81818fb60689 05:48:42 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:48:42 595b0fe564bb: Pull complete 05:48:43 ---> Running in 7da878240a2d 05:48:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:48:43 7186ed65a4f7: Pull complete 05:48:44 316046926c0a: Pull complete 05:48:44 ffd874e62e21: Verifying Checksum 05:48:44 ffd874e62e21: Download complete 05:48:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:48:46 4ebd0625c992: Verifying Checksum 05:48:46 4ebd0625c992: Download complete 05:48:47 OK: 149 MiB in 40 packages 05:48:47 Removing intermediate container 7da878240a2d 05:48:47 ---> 7a64b7c661c4 05:48:47 Step 10/24 : ENV GO111MODULE=on 05:48:47 ---> Running in 50672b6894e7 05:48:47 Removing intermediate container 50672b6894e7 05:48:47 ---> 8a4a67a3a53c 05:48:47 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:48:47 ---> Running in f34830ea96ff 05:48:48 Removing intermediate container f34830ea96ff 05:48:48 ---> 0a625efaba81 05:48:48 Step 12/24 : COPY go.mod . 05:48:48 ---> b0c6bc2bd854 05:48:48 Step 13/24 : COPY Makefile . 05:48:48 ---> 21e2ae025954 05:48:48 Step 14/24 : RUN make update 05:48:48 ---> Running in bcfcc037df57 05:48:48 CGO_ENABLED=0 GO111MODULE=on go mod download 05:48:49 Removing intermediate container bcfcc037df57 05:48:49 ---> df3d610b57ef 05:48:49 Step 15/24 : COPY . . 05:48:51 ---> 734156670ece 05:48:51 Step 16/24 : RUN ${MAKE} 05:48:51 ---> Running in 98ffc4d4389d 05:48:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 05:48:56 4ebd0625c992: Pull complete 05:48:56 207e8628e3a3: Pull complete 05:48:56 c791037a9be2: Pull complete 05:48:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:49:00 ffd874e62e21: Pull complete 05:49:00 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 05:49:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:49:00 ---> cfc18b08335c 05:49:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:49:02 ---> Running in 15c5fea5c5cd 05:49:02 Removing intermediate container 15c5fea5c5cd 05:49:02 ---> 1307f0c94c29 05:49:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:49:02 ---> Running in aa5686eee370 05:49:03 Removing intermediate container 98ffc4d4389d 05:49:03 ---> 98aed681872f 05:49:03 Step 17/24 : FROM alpine:3.12 05:49:03 3.12: Pulling from library/alpine 05:49:03 339de151aab4: Pulling fs layer 05:49:03 339de151aab4: Verifying Checksum 05:49:03 339de151aab4: Download complete 05:49:04 339de151aab4: Pull complete 05:49:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:49:04 Status: Downloaded newer image for alpine:3.12 05:49:04 ---> 13621d1b12d4 05:49:04 Step 18/24 : EXPOSE 4000 05:49:04 ---> Running in e3dc8e924988 05:49:04 Removing intermediate container e3dc8e924988 05:49:04 ---> e96f4f2944f0 05:49:04 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:49:05 Removing intermediate container aa5686eee370 05:49:05 ---> 5cd2ab801ffd 05:49:05 Step 5/8 : RUN apk add --no-cache make git 05:49:05 ---> Running in 5815ff1d5f35 05:49:05 ---> 7b48876b3940 05:49:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:49:05 ---> Running in d0dbafe7fe7c 05:49:05 Removing intermediate container d0dbafe7fe7c 05:49:05 ---> f5a6875b28da 05:49:05 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:49:05 ---> Running in c0b828a4cb01 05:49:06 Removing intermediate container c0b828a4cb01 05:49:06 ---> f153261484f4 05:49:06 Step 22/24 : LABEL arch=amd64 05:49:06 ---> Running in 97a46d7f5401 05:49:06 Removing intermediate container 97a46d7f5401 05:49:06 ---> a725a3e744e6 05:49:06 Step 23/24 : LABEL git_sha=33d039510b9d8c4097de31e8b59f175aaa2e4cc3 05:49:06 ---> Running in 8aef48daa171 05:49:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:49:06 Removing intermediate container 8aef48daa171 05:49:06 ---> 672bea248dd9 05:49:06 Step 24/24 : LABEL version=0.0.0 05:49:06 ---> Running in 359211f6d24a 05:49:06 Removing intermediate container 359211f6d24a 05:49:06 ---> af949029895d 05:49:06 [Warning] One or more build-args [ARCH] were not consumed 05:49:06 Successfully built af949029895d 05:49:06 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:49:07 ---> job-cost.sh 05:49:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Po9P 05:49:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:49:09 OK: 138 MiB in 40 packages 05:49:10 Removing intermediate container 5815ff1d5f35 05:49:10 ---> ff9f95f7cc59 05:49:10 Step 6/8 : WORKDIR /edgex-ui-go 05:49:11 ---> Running in a1c6a868e8cb 05:49:11 Removing intermediate container a1c6a868e8cb 05:49:11 ---> 88bdd2f3a399 05:49:11 Step 7/8 : COPY . . 05:49:14 ---> 660f1099d905 05:49:14 Step 8/8 : RUN go mod download 05:49:14 ---> Running in d3810fb839ff 05:49:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:49:34 lf-activate-venv(): INFO: Adding /tmp/venv-Po9P/bin to PATH 05:49:34 INFO: No Stack... 05:49:35 INFO: Retrieving Pricing Info for: v3-standard-2 05:49:35 INFO: Archiving Costs [Pipeline] sh 05:49:36 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 05:49:36 + cut -d, -f6 [Pipeline] lock 05:49:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] 05:49:36 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] did not exist. Created. 05:49:36 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:49:36 + echo total: 0.05999999865889549 [Pipeline] stash 05:49:36 Stashed 1 file(s) [Pipeline] } 05:49:36 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:49:47 Removing intermediate container d3810fb839ff 05:49:47 ---> 7285b6268b25 05:49:47 Successfully built 7285b6268b25 05:49:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:49:47 + docker inspect -f . ci-base-image-arm64 05:49:47 . [Pipeline] withDockerContainer 05:49:47 prd-ubuntu18.04-docker-arm64-4c-16g-860 does not seem to be running inside a container 05:49:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:49:49 $ docker top 8d6b53d6185f336fe7564deb9413a91787fffe124a0a54b829fa2b282967ed77 -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:50 + go version 05:49:50 go version go1.16.3 linux/arm64 [Pipeline] } 05:49:50 $ docker stop --time=1 8d6b53d6185f336fe7564deb9413a91787fffe124a0a54b829fa2b282967ed77 05:49:52 $ docker rm -f 8d6b53d6185f336fe7564deb9413a91787fffe124a0a54b829fa2b282967ed77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:49:53 + docker inspect -f . ci-base-image-arm64 05:49:53 . [Pipeline] withDockerContainer 05:49:53 prd-ubuntu18.04-docker-arm64-4c-16g-860 does not seem to be running inside a container 05:49:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:49:55 $ docker top d124f02fc604dca25055550becda6f6a97606c7a7051ec83c88f544417d17232 -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:56 + go mod tidy [Pipeline] sh 05:49:57 + make test 05:49:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:49:58 ? github.com/edgexfoundry/edgex-ui-go [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 05:50:30 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 05:50:30 GO111MODULE=on go vet ./... [Pipeline] } 05:50:53 $ docker stop --time=1 d124f02fc604dca25055550becda6f6a97606c7a7051ec83c88f544417d17232 05:50:55 $ docker rm -f d124f02fc604dca25055550becda6f6a97606c7a7051ec83c88f544417d17232 [Pipeline] // withDockerContainer [Pipeline] sh 05:50:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:50:55 Warning: overwriting stash ‘coverage-report’ 05:50:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:50:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:50:57 + ls -al . 05:50:57 total 124 05:50:57 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:49 . 05:50:57 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:48 .. 05:50:57 drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 05:48 .git 05:50:57 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:48 .github 05:50:57 -rw-rw-r-- 1 jenkins jenkins 162 Jun 8 05:48 .gitignore 05:50:57 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 8 05:48 CONTRIBUTING.md 05:50:57 -rw-rw-r-- 1 jenkins jenkins 1508 Jun 8 05:48 Dockerfile 05:50:57 -rw-rw-r-- 1 jenkins jenkins 902 Jun 8 05:48 Dockerfile.build 05:50:57 -rw-rw-r-- 1 jenkins jenkins 652 Jun 8 05:48 Jenkinsfile 05:50:57 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 8 05:48 LICENSE 05:50:57 -rw-rw-r-- 1 jenkins jenkins 941 Jun 8 05:48 Makefile 05:50:57 -rw-rw-r-- 1 jenkins jenkins 6012 Jun 8 05:48 README.md 05:50:57 -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 05:44 VERSION 05:50:57 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:48 assets 05:50:57 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:48 bin 05:50:57 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:48 cmd 05:50:57 -rw-r--r-- 1 jenkins jenkins 10 Jun 8 05:49 coverage.out 05:50:57 drwxrwxr-x 5 jenkins jenkins 4096 Jun 8 05:48 docs 05:50:57 -rw-rw-r-- 1 jenkins jenkins 971 Jun 8 05:48 go.mod 05:50:57 -rw-r--r-- 1 jenkins jenkins 23959 Jun 8 05:49 go.sum 05:50:57 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:48 internal 05:50:57 -rw-rw-r-- 1 jenkins jenkins 155 Jun 8 05:48 version.go 05:50:57 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:48 web [Pipeline] isUnix [Pipeline] sh 05:50:57 + 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=cc8edfb086a0f10f77aaa45232267f4e0fe8666b --label arch=arm64 --label version=0.0.0 . 05:50:58 Sending build context to Docker daemon 35.77MB 05:50:58 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:50:58 Step 2/24 : FROM ${BASE} AS builder 05:50:58 ---> 7285b6268b25 05:50:58 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:50:59 ---> Running in 78c0aae58d6a 05:50:59 Removing intermediate container 78c0aae58d6a 05:50:59 ---> 9c1b7e07754c 05:50:59 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:50:59 ---> Running in 24611af01225 05:51:00 Removing intermediate container 24611af01225 05:51:00 ---> 089accac5a8c 05:51:00 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:51:00 ---> Running in 8bfca4b4c31b 05:51:01 Removing intermediate container 8bfca4b4c31b 05:51:01 ---> b80f17409035 05:51:01 Step 6/24 : LABEL Name=edgex-ui-go 05:51:01 ---> Running in 5d4944e93183 05:51:01 Removing intermediate container 5d4944e93183 05:51:01 ---> 61b1a6dd89db 05:51:01 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:51:01 ---> Running in 11812b077615 05:51:02 Removing intermediate container 11812b077615 05:51:02 ---> 3d22d6068167 05:51:02 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:51:02 ---> Running in 8cdc9068e59a 05:51:04 Removing intermediate container 8cdc9068e59a 05:51:04 ---> 9f911a6eddb5 05:51:04 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:51:04 ---> Running in 0bf1af4f6ed5 05:51:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:51:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:51:09 OK: 138 MiB in 40 packages 05:51:10 Removing intermediate container 0bf1af4f6ed5 05:51:10 ---> 4d2df49c6267 05:51:10 Step 10/24 : ENV GO111MODULE=on 05:51:10 ---> Running in 67333811dc9b 05:51:13 Removing intermediate container 67333811dc9b 05:51:13 ---> 30e181e1fdfa 05:51:13 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:51:13 ---> Running in 5c9df4571d0f 05:51:13 Removing intermediate container 5c9df4571d0f 05:51:13 ---> 57bde566dcd9 05:51:13 Step 12/24 : COPY go.mod . 05:51:13 ---> 8c8f55d61327 05:51:13 Step 13/24 : COPY Makefile . 05:51:13 ---> e0dc2d8ae97c 05:51:13 Step 14/24 : RUN make update 05:51:13 ---> Running in c05ed373ba66 05:51:14 CGO_ENABLED=0 GO111MODULE=on go mod download 05:51:16 Removing intermediate container c05ed373ba66 05:51:16 ---> 096fb5554065 05:51:16 Step 15/24 : COPY . . 05:51:19 ---> dbc5cad3c8e5 05:51:19 Step 16/24 : RUN ${MAKE} 05:51:19 ---> Running in d3ee7638494f 05:51:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 05:51:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:51:49 Removing intermediate container d3ee7638494f 05:51:49 ---> c9a494545b57 05:51:49 Step 17/24 : FROM alpine:3.12 05:51:50 3.12: Pulling from library/alpine 05:51:50 d2f70382dc9a: Pulling fs layer 05:51:50 d2f70382dc9a: Verifying Checksum 05:51:50 d2f70382dc9a: Download complete 05:51:51 d2f70382dc9a: Pull complete 05:51:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:51:51 Status: Downloaded newer image for alpine:3.12 05:51:51 ---> 9852663dfa18 05:51:51 Step 18/24 : EXPOSE 4000 05:51:51 ---> Running in 0ec9b743fd77 05:51:52 Removing intermediate container 0ec9b743fd77 05:51:52 ---> 64400a440fe7 05:51:52 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:51:54 ---> 3f182df5415b 05:51:54 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:51:54 ---> Running in 0297a3487a00 05:51:55 Removing intermediate container 0297a3487a00 05:51:55 ---> d888a69e8a90 05:51:55 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:51:55 ---> Running in 912fad61e30e 05:51:55 Removing intermediate container 912fad61e30e 05:51:55 ---> dfe2005ec22a 05:51:55 Step 22/24 : LABEL arch=arm64 05:51:55 ---> Running in 19005c788426 05:51:56 Removing intermediate container 19005c788426 05:51:56 ---> 5a46ce5680ba 05:51:56 Step 23/24 : LABEL git_sha=cc8edfb086a0f10f77aaa45232267f4e0fe8666b 05:51:56 ---> Running in 60d5d95f04f4 05:51:57 Removing intermediate container 60d5d95f04f4 05:51:57 ---> 6a65bc2257fa 05:51:57 Step 24/24 : LABEL version=0.0.0 05:51:57 ---> Running in beb34fdf69fa 05:51:57 Removing intermediate container beb34fdf69fa 05:51:57 ---> 223e90fd5869 05:51:57 [Warning] One or more build-args [ARCH] were not consumed 05:51:57 Successfully built 223e90fd5869 05:51:57 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:51:58 ---> job-cost.sh 05:51:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1SQA 05:52:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:53:59 lf-activate-venv(): INFO: Adding /tmp/venv-1SQA/bin to PATH 05:53:59 INFO: No Stack... 05:53:59 INFO: Retrieving Pricing Info for: v2-standard-4 05:54:00 INFO: Archiving Costs [Pipeline] sh 05:54:00 + cut -d, -f6 05:54:00 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 05:54:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] 05:54:00 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] did not exist. Created. 05:54:00 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:54:00 /w/workspace/edgex-ui-go/2@tmp/durable-d5efc3f7/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-d5efc3f7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:54:01 + echo total: 0.18000000715255737 [Pipeline] stash 05:54:01 Warning: overwriting stash ‘stack-cost’ 05:54:01 Stashed 1 file(s) [Pipeline] } 05:54:01 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:54:02 provisioning config files... 05:54:02 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config6486419929176885158tmp [Pipeline] { [Pipeline] sh 05:54:02 + set +x 05:54:02 + curl -s https://codecov.io/bash 05:54:02 + bash -s -- 05:54:02 05:54:02 _____ _ 05:54:02 / ____| | | 05:54:02 | | ___ __| | ___ ___ _____ __ 05:54:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:54:02 | |___| (_) | (_| | __/ (_| (_) \ V / 05:54:02 \_____\___/ \__,_|\___|\___\___/ \_/ 05:54:02 Bash-1.0.3 05:54:02 05:54:02 05:54:02 ==> git version 2.24.4 found 05:54:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:54:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:54:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:54:02 ==> Jenkins CI detected. 05:54:02 project root: . 05:54:02 --> token set from env 05:54:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:54:02 ==> Running gcov in . (disable via -X gcov) 05:54:02 ==> Python coveragepy not found 05:54:02 ==> Searching for coverage reports in: 05:54:02 + . 05:54:02 -> Found 1 reports 05:54:02 ==> Detecting git/mercurial file structure 05:54:02 ==> Reading reports 05:54:02 + ./coverage.out bytes=10 05:54:02 ==> Appending adjustments 05:54:02 https://docs.codecov.io/docs/fixing-reports 05:54:02 + Found adjustments 05:54:02 ==> Gzipping contents 05:54:02 4.0K /tmp/codecov.TAZtfV.gz 05:54:02 ==> Uploading reports 05:54:02 url: https://codecov.io 05:54:02 query: branch=PR-371&commit=f5d8801d279db23b4164d1e8f7a16af8cb152202&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-371%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=371&job=&cmd_args= 05:54:02 -> Pinging Codecov 05:54:02 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-371&commit=f5d8801d279db23b4164d1e8f7a16af8cb152202&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-371%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=371&job=&cmd_args= 05:54:03 -> Uploading to 05:54:03 https://storage.googleapis.com/codecov/v4/raw/2021-06-08/FB506323287CE973F263BFD2A0EB1F37/f5d8801d279db23b4164d1e8f7a16af8cb152202/c1a92aee-5384-43fe-be01-3f8b5c498d79.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T055402Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=928658df062f80635b2d5d8d5817d3e89411ad70da8637fa1b2000e5e001435c 05:54:03 % Total % Received % Xferd Average Speed Time Time Time Current 05:54:03 Dload Upload Total Spent Left Speed 05:54:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3930 0 0 100 3930 0 9051 --:--:-- --:--:-- --:--:-- 9034 100 3930 0 0 100 3930 0 9048 --:--:-- --:--:-- --:--:-- 9034 05:54:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f5d8801d279db23b4164d1e8f7a16af8cb152202 [Pipeline] } 05:54:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:54:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:54:05 ---> package-listing.sh 05:54:05 ++ facter osfamily 05:54:05 ++ tr '[:upper:]' '[:lower:]' 05:54:05 + OS_FAMILY=redhat 05:54:05 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-371 05:54:05 + START_PACKAGES=/tmp/packages_start.txt 05:54:05 + END_PACKAGES=/tmp/packages_end.txt 05:54:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:54:05 + PACKAGES=/tmp/packages_start.txt 05:54:05 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-371 ']' 05:54:05 + PACKAGES=/tmp/packages_end.txt 05:54:05 + case "${OS_FAMILY}" in 05:54:05 + rpm -qa 05:54:05 + sort 05:54:06 + '[' -f /tmp/packages_start.txt ']' 05:54:06 + '[' -f /tmp/packages_end.txt ']' 05:54:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:54:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-371 ']' 05:54:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-371/archives/ 05:54:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-371/archives/ [Pipeline] echo 05:54:06 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-371/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:54:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:54:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:54:07 05:54:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:54:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:54:07 alpine: Pulling from edgex-lftools-log-publisher 05:54:07 df20fa9351a1: Pulling fs layer 05:54:07 36b3adc4ff6f: Pulling fs layer 05:54:07 8ad3a11d3b57: Pulling fs layer 05:54:07 46f8f816bc3b: Pulling fs layer 05:54:07 93b61091891f: Pulling fs layer 05:54:07 93b9cdb0e59b: Pulling fs layer 05:54:07 5e14af77c1be: Pulling fs layer 05:54:07 01666e4c0597: Pulling fs layer 05:54:07 aa168da1d23b: Pulling fs layer 05:54:07 46f8f816bc3b: Waiting 05:54:07 93b61091891f: Waiting 05:54:07 93b9cdb0e59b: Waiting 05:54:07 5e14af77c1be: Waiting 05:54:07 01666e4c0597: Waiting 05:54:07 aa168da1d23b: Waiting 05:54:07 36b3adc4ff6f: Verifying Checksum 05:54:07 36b3adc4ff6f: Download complete 05:54:07 46f8f816bc3b: Verifying Checksum 05:54:07 46f8f816bc3b: Download complete 05:54:07 df20fa9351a1: Verifying Checksum 05:54:07 df20fa9351a1: Download complete 05:54:07 93b9cdb0e59b: Verifying Checksum 05:54:07 93b9cdb0e59b: Download complete 05:54:07 93b61091891f: Verifying Checksum 05:54:07 93b61091891f: Download complete 05:54:07 5e14af77c1be: Verifying Checksum 05:54:07 5e14af77c1be: Download complete 05:54:07 01666e4c0597: Verifying Checksum 05:54:07 01666e4c0597: Download complete 05:54:07 df20fa9351a1: Pull complete 05:54:08 36b3adc4ff6f: Pull complete 05:54:08 8ad3a11d3b57: Verifying Checksum 05:54:08 8ad3a11d3b57: Download complete 05:54:08 8ad3a11d3b57: Pull complete 05:54:08 46f8f816bc3b: Pull complete 05:54:09 93b61091891f: Pull complete 05:54:09 93b9cdb0e59b: Pull complete 05:54:09 5e14af77c1be: Pull complete 05:54:09 01666e4c0597: Pull complete 05:54:09 aa168da1d23b: Verifying Checksum 05:54:09 aa168da1d23b: Download complete 05:54:13 aa168da1d23b: Pull complete 05:54:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:54:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:54:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:54:14 prd-centos7-docker-4c-2g-852 does not seem to be running inside a container 05:54:14 $ 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-371/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-371 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371:/w/workspace/edgexfoundry_edgex-ui-go_PR-371:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:54:16 $ docker top 4d03d251c9a02a1f9d857a6833b5a752585975d4d6a0d16a15b191a864544661 -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:16 + touch /tmp/pre-build-complete [Pipeline] sh 05:54:17 + mkdir -p /var/log/sa [Pipeline] sh 05:54:17 + ls /var/log/sa-host 05:54:17 + sadf -c /var/log/sa-host/sa05 05:54:17 file_magic: OK 05:54:17 HZ: Using current value: 100 05:54:17 file_header: OK 05:54:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:54:17 Statistics: 05:54:17 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:54:17 File successfully converted to sysstat format version 12.2.1 05:54:17 + sadf -c /var/log/sa-host/sa08 05:54:17 file_magic: OK 05:54:17 HZ: Using current value: 100 05:54:17 file_header: OK 05:54:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:54:17 Statistics: 05:54:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:54:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:54:18 provisioning config files... 05:54:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config3477708670594073049tmp [Pipeline] { [Pipeline] echo 05:54:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:54:18 ---> create-netrc.sh [Pipeline] } 05:54:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:54:18 ---> python-tools-install.sh [Pipeline] echo 05:54:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:54:19 ---> sudo-logs.sh 05:54:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:54:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:54:19 ---> job-cost.sh 05:54:19 lf-activate-venv: SKIPPING 05:54:19 DEBUG: total: 0.18000000715255737 05:54:19 INFO: Retrieving Stack Cost... 05:54:20 INFO: Retrieving Pricing Info for: v3-standard-2 05:54:21 INFO: Archiving Costs [Pipeline] echo 05:54:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:54:21 ---> logs-deploy.sh 05:54:21 lf-activate-venv: SKIPPING 05:54:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-371/2 05:54:21 INFO: archiving workspace using pattern(s): 05:54:22 Archives upload complete. 05:54:22 INFO: archiving logs to Nexus 05:54:23 ---> uname -a: 05:54:23 Linux prd-centos7-docker-4c-2g-852.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 05:54:23 05:54:23 05:54:23 ---> lscpu: 05:54:23 Architecture: x86_64 05:54:23 CPU op-mode(s): 32-bit, 64-bit 05:54:23 Byte Order: Little Endian 05:54:23 Address sizes: 40 bits physical, 48 bits virtual 05:54:23 CPU(s): 2 05:54:23 On-line CPU(s) list: 0,1 05:54:23 Thread(s) per core: 1 05:54:23 Core(s) per socket: 1 05:54:23 Socket(s): 2 05:54:23 NUMA node(s): 1 05:54:23 Vendor ID: AuthenticAMD 05:54:23 CPU family: 23 05:54:23 Model: 49 05:54:23 Model name: AMD EPYC-Rome Processor 05:54:23 Stepping: 0 05:54:23 CPU MHz: 2800.000 05:54:23 BogoMIPS: 5600.00 05:54:23 Virtualization: AMD-V 05:54:23 Hypervisor vendor: KVM 05:54:23 Virtualization type: full 05:54:23 L1d cache: 64 KiB 05:54:23 L1i cache: 64 KiB 05:54:23 L2 cache: 1 MiB 05:54:23 L3 cache: 32 MiB 05:54:23 NUMA node0 CPU(s): 0,1 05:54:23 Vulnerability Itlb multihit: Not affected 05:54:23 Vulnerability L1tf: Not affected 05:54:23 Vulnerability Mds: Not affected 05:54:23 Vulnerability Meltdown: Not affected 05:54:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:54:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:54:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:54:23 Vulnerability Srbds: Not affected 05:54:23 Vulnerability Tsx async abort: Not affected 05:54:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 05:54:23 05:54:23 05:54:23 ---> nproc: 05:54:23 2 05:54:23 05:54:23 05:54:23 ---> df -h: 05:54:23 Filesystem Size Used Available Use% Mounted on 05:54:23 overlay 40.0G 7.6G 32.4G 19% / 05:54:23 tmpfs 64.0M 0 64.0M 0% /dev 05:54:23 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:54:23 shm 64.0M 0 64.0M 0% /dev/shm 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-371 05:54:23 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp 05:54:23 05:54:23 05:54:23 ---> free -m: 05:54:23 total used free shared buff/cache available 05:54:23 Mem: 7821 934 4751 0 2135 6709 05:54:23 Swap: 1023 0 1023 05:54:23 05:54:23 05:54:23 ---> ip addr: 05:54:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:54:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:54:23 inet 127.0.0.1/8 scope host lo 05:54:23 valid_lft forever preferred_lft forever 05:54:23 inet6 ::1/128 scope host 05:54:23 valid_lft forever preferred_lft forever 05:54:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:54:23 link/ether fa:16:3e:98:cc:85 brd ff:ff:ff:ff:ff:ff 05:54:23 inet 10.30.123.164/23 brd 10.30.123.255 scope global dynamic eth0 05:54:23 valid_lft 85696sec preferred_lft 85696sec 05:54:23 inet6 fe80::f816:3eff:fe98:cc85/64 scope link 05:54:23 valid_lft forever preferred_lft forever 05:54:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:54:23 link/ether 02:42:92:42:25:81 brd ff:ff:ff:ff:ff:ff 05:54:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:54:23 valid_lft forever preferred_lft forever 05:54:23 inet6 fe80::42:92ff:fe42:2581/64 scope link 05:54:23 valid_lft forever preferred_lft forever 05:54:23 05:54:23 05:54:23 ---> sar -b -r -n DEV: 05:54:23 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) 05:54:23 05:54:23 05:42:22 LINUX RESTART (2 CPU) 05:54:23 05:54:23 05:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:54:23 05:44:01 139.18 39.82 99.37 0.00 7868.11 40764.80 0.00 05:54:23 05:45:01 6.86 0.15 6.71 0.00 22.12 807.66 0.00 05:54:23 05:46:01 0.37 0.00 0.37 0.00 0.00 6.33 0.00 05:54:23 05:47:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 05:54:23 05:48:01 0.23 0.00 0.23 0.00 0.00 2.90 0.00 05:54:23 05:49:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 05:54:23 05:50:02 0.23 0.00 0.23 0.00 0.00 3.33 0.00 05:54:23 05:51:01 0.29 0.00 0.29 0.00 0.00 3.07 0.00 05:54:23 05:52:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 05:54:23 05:53:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 05:54:23 05:54:01 0.25 0.00 0.25 0.00 0.00 2.20 0.00 05:54:23 Average: 13.51 3.64 9.87 0.00 718.58 3788.83 0.00 05:54:23 05:54:23 05:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:54:23 05:44:01 5423612 0 814860 10.17 2620 1767848 1369268 15.12 607736 1573756 56 05:54:23 05:45:01 5423496 0 804204 10.04 2620 1778620 1234932 13.63 606724 1577580 20 05:54:23 05:46:01 5428376 0 799324 9.98 2620 1778620 1192772 13.17 606168 1573748 12 05:54:23 05:47:01 5419992 0 807700 10.08 2620 1778628 1230324 13.58 613472 1573852 20 05:54:23 05:48:01 5417980 0 809708 10.11 2620 1778632 1251080 13.81 615372 1573852 20 05:54:23 05:49:01 5424616 0 803068 10.03 2620 1778636 1201180 13.26 602056 1581548 20 05:54:23 05:50:02 5424696 0 802984 10.03 2620 1778640 1187816 13.11 602092 1581548 12 05:54:23 05:51:01 5413568 0 814044 10.16 2620 1778708 1187816 13.11 613548 1581628 12 05:54:23 05:52:01 5412732 0 814936 10.18 2620 1778652 1187972 13.12 616504 1579772 12 05:54:23 05:53:01 5412932 0 814732 10.17 2620 1778656 1187816 13.11 615784 1579772 8 05:54:23 05:54:01 5410236 0 817424 10.21 2620 1778660 1190660 13.15 625676 1572964 16 05:54:23 Average: 5419294 0 809362 10.11 2620 1777664 1220149 13.47 611376 1577275 19 05:54:23 05:54:23 05:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:54:23 05:44:01 vethbd403c0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:54:23 05:44:01 eth0 629.06 433.31 1214.53 85.27 0.00 0.00 0.00 0.00 05:54:23 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:44:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 05:54:23 05:45:01 eth0 65.76 70.90 182.11 11.24 0.00 0.00 0.00 0.00 05:54:23 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:45:01 docker0 60.59 48.43 5.36 165.96 0.00 0.00 0.00 0.00 05:54:23 05:46:01 eth0 1.52 0.08 0.13 0.04 0.00 0.00 0.00 0.00 05:54:23 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:47:01 eth0 3.80 1.58 0.77 8.45 0.00 0.00 0.00 0.00 05:54:23 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:48:01 eth0 2.72 2.55 0.65 16.09 0.00 0.00 0.00 0.00 05:54:23 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:49:01 eth0 0.33 0.18 0.15 0.27 0.00 0.00 0.00 0.00 05:54:23 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:50:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:54:23 05:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:51:01 eth0 0.59 0.08 0.06 0.01 0.00 0.00 0.00 0.00 05:54:23 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:52:01 eth0 0.65 0.45 0.42 0.21 0.00 0.00 0.00 0.00 05:54:23 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:54:23 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:54:01 eth0 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 05:54:23 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 Average: eth0 64.20 46.40 127.40 11.08 0.00 0.00 0.00 0.00 05:54:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:23 Average: docker0 5.52 4.42 0.49 15.11 0.00 0.00 0.00 0.00 05:54:23 05:54:23 05:54:23 ---> sar -P ALL: 05:54:23 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) 05:54:23 05:54:23 05:42:22 LINUX RESTART (2 CPU) 05:54:23 05:54:23 05:43:01 CPU %user %nice %system %iowait %steal %idle 05:54:23 05:44:01 all 16.97 0.00 5.19 24.66 0.08 53.10 05:54:23 05:44:01 0 17.50 0.00 6.00 22.01 0.09 54.40 05:54:23 05:44:01 1 16.43 0.00 4.38 27.30 0.07 51.81 05:54:23 05:45:01 all 1.48 0.00 0.51 0.44 0.02 97.56 05:54:23 05:45:01 0 1.95 0.00 0.57 0.40 0.02 97.06 05:54:23 05:45:01 1 1.00 0.00 0.45 0.47 0.02 98.06 05:54:23 05:46:01 all 0.23 0.00 0.03 0.00 0.02 99.73 05:54:23 05:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:54:23 05:46:01 1 0.42 0.00 0.03 0.00 0.02 99.53 05:54:23 05:47:01 all 0.28 0.00 0.05 0.00 0.02 99.65 05:54:23 05:47:01 0 0.22 0.00 0.07 0.00 0.02 99.70 05:54:23 05:47:01 1 0.35 0.00 0.03 0.00 0.02 99.60 05:54:23 05:48:01 all 0.08 0.00 0.04 0.00 0.01 99.87 05:54:23 05:48:01 0 0.08 0.00 0.03 0.00 0.02 99.87 05:54:23 05:48:01 1 0.08 0.00 0.05 0.00 0.00 99.87 05:54:23 05:49:01 all 0.33 0.00 0.05 0.00 0.02 99.60 05:54:23 05:49:01 0 0.47 0.00 0.03 0.00 0.02 99.48 05:54:23 05:49:01 1 0.20 0.00 0.07 0.00 0.02 99.72 05:54:23 05:50:02 all 0.23 0.00 0.03 0.00 0.01 99.73 05:54:23 05:50:02 0 0.42 0.00 0.03 0.00 0.00 99.55 05:54:23 05:50:02 1 0.03 0.00 0.03 0.00 0.02 99.92 05:54:23 05:51:01 all 0.22 0.00 0.03 0.00 0.01 99.74 05:54:23 05:51:01 0 0.39 0.00 0.03 0.00 0.02 99.56 05:54:23 05:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:54:23 05:52:01 all 0.18 0.00 0.03 0.00 0.02 99.78 05:54:23 05:52:01 0 0.30 0.00 0.02 0.00 0.00 99.68 05:54:23 05:52:01 1 0.05 0.00 0.03 0.00 0.03 99.88 05:54:23 05:53:01 all 0.14 0.00 0.02 0.00 0.02 99.82 05:54:23 05:53:01 0 0.23 0.00 0.02 0.00 0.02 99.73 05:54:23 05:53:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:54:23 05:54:01 all 0.15 0.00 0.03 0.00 0.02 99.80 05:54:23 05:54:01 0 0.27 0.00 0.03 0.00 0.00 99.70 05:54:23 05:54:01 1 0.03 0.00 0.03 0.00 0.03 99.90 05:54:23 05:54:23 Average: CPU %user %nice %system %iowait %steal %idle 05:54:23 Average: all 1.80 0.00 0.53 2.21 0.02 95.44 05:54:23 Average: 0 1.94 0.00 0.61 1.97 0.02 95.46 05:54:23 Average: 1 1.66 0.00 0.46 2.45 0.02 95.41 05:54:23 05:54:23 05:54:23