Pull request #395 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 81eb99d5810211675dc02b9cb3cb5d7485fc8923+cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff (c343da4a100e05b03328babcd8f07f63862eab12) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8245681976178257434.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5281757478296708687.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4981708699847617452.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5134081307017381826.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1325625568625684054.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7531247032977070988.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 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-627 in /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [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-395 # 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-395@tmp/jenkins-gitclient-ssh4652421723237152526.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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-395@tmp/jenkins-gitclient-ssh8117374773704797169.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/395/head:refs/remotes/origin/PR-395 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff into PR head commit 81eb99d5810211675dc02b9cb3cb5d7485fc8923 Merge succeeded, producing 81eb99d5810211675dc02b9cb3cb5d7485fc8923 Checking out Revision 81eb99d5810211675dc02b9cb3cb5d7485fc8923 (PR-395) > git config core.sparsecheckout # timeout=10 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # 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-395@tmp/jenkins-gitclient-ssh5378296423072458352.key > git merge cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 Commit message: "update docker configuration of app service" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:25 ========================================================= 02:41:25 EdgeX Global Pipelines Version Info 02:41:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:26 ------------------- 02:41:26 stable info: 02:41:26 ------------------- 02:41:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:26 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 02:41:26 Message: update stable to v1.0.195 02:41:27 ------------------- 02:41:27 experimental info: 02:41:27 ------------------- 02:41:27 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:27 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 02:41:27 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:41:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-395 [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-395 [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-395 [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81eb99d [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:41:29 provisioning config files... 02:41:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/config160078774085537250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:29 ---> docker-login.sh 02:41:29 nexus3.edgexfoundry.org:10001 02:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:30 Configure a credential helper to remove this warning. See 02:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:30 02:41:30 Login Succeeded 02:41:30 nexus3.edgexfoundry.org:10002 02:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:30 Configure a credential helper to remove this warning. See 02:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:30 02:41:30 Login Succeeded 02:41:30 nexus3.edgexfoundry.org:10003 02:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:30 Configure a credential helper to remove this warning. See 02:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:30 02:41:30 Login Succeeded 02:41:30 nexus3.edgexfoundry.org:10004 02:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:31 Configure a credential helper to remove this warning. See 02:41:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:31 02:41:31 Login Succeeded 02:41:31 docker.io 02:41:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:31 Configure a credential helper to remove this warning. See 02:41:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:31 02:41:31 Login Succeeded 02:41:31 ---> docker-login.sh ends [Pipeline] } 02:41:31 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 02:41:32 + git log --format=format:%s -1 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [Pipeline] echo 02:41:32 GIT_COMMIT: 81eb99d5810211675dc02b9cb3cb5d7485fc8923, Commit Message: update docker configuration of app service [Pipeline] echo 02:41:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:32 02:41:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:33 latest: Pulling from edgex-devops/git-semver 02:41:33 31603596830f: Pulling fs layer 02:41:33 54011a49482f: Pulling fs layer 02:41:33 a6820b24f6d8: Pulling fs layer 02:41:33 f581987b2513: Pulling fs layer 02:41:33 f581987b2513: Waiting 02:41:33 54011a49482f: Verifying Checksum 02:41:33 54011a49482f: Download complete 02:41:33 31603596830f: Verifying Checksum 02:41:33 31603596830f: Download complete 02:41:33 f581987b2513: Verifying Checksum 02:41:33 f581987b2513: Download complete 02:41:34 a6820b24f6d8: Verifying Checksum 02:41:34 a6820b24f6d8: Download complete 02:41:34 31603596830f: Pull complete 02:41:34 54011a49482f: Pull complete 02:41:35 a6820b24f6d8: Pull complete 02:41:35 f581987b2513: Pull complete 02:41:35 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 02:41:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:35 prd-centos7-docker-4c-2g-627 does not seem to be running inside a container 02:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-395 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395:/w/workspace/edgexfoundry_edgex-ui-go_PR-395:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:36 $ docker top 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:37 [ssh-agent] Looking for ssh-agent implementation... 02:41:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:37 $ docker exec 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent 02:41:37 SSH_AUTH_SOCK=/tmp/ssh-lWeOctbeUiWa/agent.14 02:41:37 SSH_AGENT_PID=20 02:41:37 Running ssh-add (command line suppressed) 02:41:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_4153107734666565661.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_4153107734666565661.key) 02:41:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:37 + git tag --points-at HEAD [Pipeline] } 02:41:37 $ docker exec --env ******** --env ******** 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent -k 02:41:37 unset SSH_AUTH_SOCK; 02:41:37 unset SSH_AGENT_PID; 02:41:37 echo Agent pid 20 killed; 02:41:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:38 [ssh-agent] Looking for ssh-agent implementation... 02:41:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:38 $ docker exec 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent 02:41:38 SSH_AUTH_SOCK=/tmp/ssh-NkbnUmQqsP6j/agent.53 02:41:38 SSH_AGENT_PID=60 02:41:38 Running ssh-add (command line suppressed) 02:41:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_104030795567979449.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_104030795567979449.key) 02:41:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:38 + git semver init 02:41:38 # -> Open(): unable to determine branch for HEAD 02:41:38 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-395/.git 02:41:38 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-395 02:41:38 # $SEMVER_REMOTE_NAME = origin 02:41:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:38 # $SEMVER_USER_NAME = edgex-jenkins 02:41:38 # $SEMVER_BRANCH = PR-395 02:41:38 # $SEMVER_TEMP = /tmp/semver-823198869 02:41:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:41:40 # '/tmp/semver-823198869' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-395/.semver' 02:41:40 # -> Force: false 02:41:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-395/.semver [Pipeline] } 02:41:40 $ docker exec --env ******** --env ******** 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent -k 02:41:40 unset SSH_AUTH_SOCK; 02:41:40 unset SSH_AGENT_PID; 02:41:40 echo Agent pid 60 killed; 02:41:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:41 + git semver [Pipeline] } 02:41:41 $ docker stop --time=1 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 02:41:43 $ docker rm -f 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 [Pipeline] // withDockerContainer [Pipeline] sh 02:41:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:41:44 Stashed 1 file(s) [Pipeline] echo 02:41:44 [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 02:41:59 Still waiting to schedule task 02:41:59 ‘prd-centos7-blackbox-4c-2g-315’ doesn’t have label ‘centos7-docker-4c-2g’ 02:41:59 ‘prd-centos7-docker-4c-2g-1825’ is offline 02:41:59 ‘prd-centos7-docker-4c-2g-625’ is offline 02:41:59 ‘prd-centos7-docker-4c-2g-629’ is offline 02:41:59 Still waiting to schedule task 02:41:59 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-624’ 02:43:36 Running on prd-centos7-docker-4c-2g-630 in /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [Pipeline] { [Pipeline] ws 02:43:36 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 02:43:36 The recommended git tool is: git 02:43:39 using credential edgex-jenkins-ssh 02:43:39 Cloning the remote Git repository 02:43:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:43:39 > git init /w/workspace/edgex-ui-go/1 # timeout=10 02:43:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:43:39 > git --version # timeout=10 02:43:39 > git --version # 'git version 2.24.4' 02:43:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:39 [INFO] Currently running in a labeled security context 02:43:39 [INFO] Currently SELinux is 'enforcing' on the host 02:43:39 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8758889954474488230.key 02:43:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:42 Merging remotes/origin/master commit cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff into PR head commit 81eb99d5810211675dc02b9cb3cb5d7485fc8923 02:43:42 Merge succeeded, producing 81eb99d5810211675dc02b9cb3cb5d7485fc8923 02:43:42 Checking out Revision 81eb99d5810211675dc02b9cb3cb5d7485fc8923 (PR-395) 02:43:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:43:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:43:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:43:41 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:41 [INFO] Currently running in a labeled security context 02:43:41 [INFO] Currently SELinux is 'enforcing' on the host 02:43:41 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh1017441952369331787.key 02:43:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/395/head:refs/remotes/origin/PR-395 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:43:42 > git config core.sparsecheckout # timeout=10 02:43:42 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 02:43:42 > git remote # timeout=10 02:43:42 > git config --get remote.origin.url # timeout=10 02:43:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:42 [INFO] Currently running in a labeled security context 02:43:42 [INFO] Currently SELinux is 'enforcing' on the host 02:43:42 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh5116680756370435052.key 02:43:42 > git merge cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff # timeout=10 02:43:42 > git rev-parse HEAD^{commit} # timeout=10 02:43:42 > git config core.sparsecheckout # timeout=10 02:43:42 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 02:43:46 Commit message: "update docker configuration of app service" 02:43:46 > git --version # timeout=10 02:43:46 > git --version # 'git version 2.24.4' 02:43:46 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:43:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:43:50 + sudo service docker restart 02:43:50 + true 02:43:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:44:12 provisioning config files... 02:44:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3312092220904533198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:12 ---> docker-login.sh 02:44:12 nexus3.edgexfoundry.org:10001 02:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:14 Configure a credential helper to remove this warning. See 02:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:14 02:44:14 Login Succeeded 02:44:14 nexus3.edgexfoundry.org:10002 02:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:14 Configure a credential helper to remove this warning. See 02:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:14 02:44:14 Login Succeeded 02:44:14 nexus3.edgexfoundry.org:10003 02:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:14 Configure a credential helper to remove this warning. See 02:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:14 02:44:14 Login Succeeded 02:44:14 nexus3.edgexfoundry.org:10004 02:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:14 Configure a credential helper to remove this warning. See 02:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:14 02:44:14 Login Succeeded 02:44:14 docker.io 02:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:14 Configure a credential helper to remove this warning. See 02:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:14 02:44:14 Login Succeeded 02:44:14 ---> docker-login.sh ends [Pipeline] } 02:44:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:15 ========================================================= 02:44:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 02:44:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:15 + 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 . 02:44:15 Sending build context to Docker daemon 17.93MB 02:44:15 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 02:44:15 Step 2/8 : FROM ${BASE} 02:44:16 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 02:44:16 540db60ca938: Pulling fs layer 02:44:16 adcc1eea9eea: Pulling fs layer 02:44:16 4c4ab2625f07: Pulling fs layer 02:44:16 0510c868ecb4: Pulling fs layer 02:44:16 afea3b2eda06: Pulling fs layer 02:44:16 7809a108b3ef: Pulling fs layer 02:44:16 f706445af74f: Pulling fs layer 02:44:16 afea3b2eda06: Waiting 02:44:16 7809a108b3ef: Waiting 02:44:16 f706445af74f: Waiting 02:44:16 0510c868ecb4: Waiting 02:44:16 4c4ab2625f07: Verifying Checksum 02:44:16 4c4ab2625f07: Download complete 02:44:16 adcc1eea9eea: Verifying Checksum 02:44:16 adcc1eea9eea: Download complete 02:44:16 afea3b2eda06: Verifying Checksum 02:44:16 afea3b2eda06: Download complete 02:44:16 7809a108b3ef: Verifying Checksum 02:44:16 7809a108b3ef: Download complete 02:44:16 540db60ca938: Verifying Checksum 02:44:16 540db60ca938: Download complete 02:44:17 540db60ca938: Pull complete 02:44:17 adcc1eea9eea: Pull complete 02:44:18 f706445af74f: Verifying Checksum 02:44:18 f706445af74f: Download complete 02:44:19 4c4ab2625f07: Pull complete 02:44:19 0510c868ecb4: Verifying Checksum 02:44:19 0510c868ecb4: Download complete 02:44:24 0510c868ecb4: Pull complete 02:44:24 afea3b2eda06: Pull complete 02:44:24 7809a108b3ef: Pull complete 02:44:26 f706445af74f: Pull complete 02:44:26 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 02:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 02:44:26 ---> b068be0155e3 02:44:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:48 ---> Running in d0ac56ea5782 02:44:48 Removing intermediate container d0ac56ea5782 02:44:48 ---> 78ac299e8cd2 02:44:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:48 ---> Running in 7999e212a802 02:44:50 Removing intermediate container 7999e212a802 02:44:50 ---> 818d87dde56e 02:44:50 Step 5/8 : RUN apk add --no-cache make git 02:44:50 ---> Running in 610156fe4fa9 02:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:44:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:44:53 OK: 149 MiB in 40 packages 02:44:53 Removing intermediate container 610156fe4fa9 02:44:53 ---> c214cc550594 02:44:53 Step 6/8 : WORKDIR /edgex-ui-go 02:44:53 ---> Running in 6b6796448b9d 02:44:54 Removing intermediate container 6b6796448b9d 02:44:54 ---> 90e4ec74195c 02:44:54 Step 7/8 : COPY . . 02:44:57 ---> a281e81e54bc 02:44:57 Step 8/8 : RUN go mod download 02:44:58 ---> Running in 3a2a52f39001 02:45:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-632 in /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [Pipeline] { [Pipeline] ws 02:45:21 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 02:45:22 The recommended git tool is: git 02:45:28 using credential edgex-jenkins-ssh 02:45:28 Cloning the remote Git repository 02:45:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:45:28 > git init /w/workspace/edgex-ui-go/1 # timeout=10 02:45:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:45:28 > git --version # timeout=10 02:45:28 > git --version # 'git version 2.17.1' 02:45:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:31 Merging remotes/origin/master commit cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff into PR head commit 81eb99d5810211675dc02b9cb3cb5d7485fc8923 02:45:32 Merge succeeded, producing 81eb99d5810211675dc02b9cb3cb5d7485fc8923 02:45:32 Checking out Revision 81eb99d5810211675dc02b9cb3cb5d7485fc8923 (PR-395) 02:45:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:45:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:45:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:45:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/395/head:refs/remotes/origin/PR-395 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:31 > git config core.sparsecheckout # timeout=10 02:45:31 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 02:45:32 > git remote # timeout=10 02:45:32 > git config --get remote.origin.url # timeout=10 02:45:32 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:32 > git merge cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff # timeout=10 02:45:32 > git rev-parse HEAD^{commit} # timeout=10 02:45:32 > git config core.sparsecheckout # timeout=10 02:45:32 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 02:45:36 Commit message: "update docker configuration of app service" 02:45:36 > git --version # timeout=10 02:45:36 > git --version # 'git version 2.17.1' 02:45:36 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:45:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:38 + sudo service docker restart 02:45:38 + true 02:45:54 Removing intermediate container 3a2a52f39001 02:45:54 ---> ea2f3c0d452b 02:45:54 Successfully built ea2f3c0d452b 02:45:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:45:54 + docker inspect -f . ci-base-image-x86_64 02:45:54 . [Pipeline] withDockerContainer 02:45:54 prd-centos7-docker-4c-2g-630 does not seem to be running inside a container 02:45:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:55 $ docker top 927cf69aa5c3fbbb01961c177d4954f1197d527622220cfb6c21e189c3b1ffd9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:56 + go version 02:45:56 go version go1.16.3 linux/amd64 [Pipeline] } 02:45:56 $ docker stop --time=1 927cf69aa5c3fbbb01961c177d4954f1197d527622220cfb6c21e189c3b1ffd9 02:45:57 $ docker rm -f 927cf69aa5c3fbbb01961c177d4954f1197d527622220cfb6c21e189c3b1ffd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider 02:45:58 provisioning config files... 02:45:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6227012787493205981tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:58 ---> docker-login.sh 02:45:58 nexus3.edgexfoundry.org:10001 02:45:58 + docker inspect -f . ci-base-image-x86_64 02:45:58 . [Pipeline] withDockerContainer 02:45:58 prd-centos7-docker-4c-2g-630 does not seem to be running inside a container 02:45:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:59 $ docker top 14b1c8e33c0565ff7b256dedda52e3d3a2f5c0f87b4ebde5aac54a7f19210223 -eo pid,comm [Pipeline] { 02:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:59 Configure a credential helper to remove this warning. See 02:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:59 02:45:59 Login Succeeded 02:45:59 nexus3.edgexfoundry.org:10002 [Pipeline] sh 02:46:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:00 + go mod tidy 02:46:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:00 Configure a credential helper to remove this warning. See 02:46:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:00 02:46:00 Login Succeeded 02:46:00 nexus3.edgexfoundry.org:10003 [Pipeline] sh 02:46:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:00 + make test 02:46:00 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:46:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:00 Configure a credential helper to remove this warning. See 02:46:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:00 02:46:00 Login Succeeded 02:46:00 nexus3.edgexfoundry.org:10004 02:46:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:01 Configure a credential helper to remove this warning. See 02:46:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:01 02:46:01 Login Succeeded 02:46:01 docker.io 02:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:02 Configure a credential helper to remove this warning. See 02:46:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:02 02:46:02 Login Succeeded 02:46:02 ---> docker-login.sh ends [Pipeline] } 02:46:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:03 ========================================================= 02:46:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 02:46:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 02:46:04 Sending build context to Docker daemon 17.93MB 02:46:04 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 02:46:04 Step 2/8 : FROM ${BASE} 02:46:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:04 595b0fe564bb: Pulling fs layer 02:46:04 3088b5b3c5c0: Pulling fs layer 02:46:04 5b7225fbf94c: Pulling fs layer 02:46:04 ba82ee9f976e: Pulling fs layer 02:46:04 506bd15cee9f: Pulling fs layer 02:46:04 75a0a4a0db45: Pulling fs layer 02:46:04 618dc40b7e24: Pulling fs layer 02:46:04 506bd15cee9f: Waiting 02:46:04 75a0a4a0db45: Waiting 02:46:04 618dc40b7e24: Waiting 02:46:04 ba82ee9f976e: Waiting 02:46:04 5b7225fbf94c: Verifying Checksum 02:46:04 5b7225fbf94c: Download complete 02:46:04 3088b5b3c5c0: Verifying Checksum 02:46:04 3088b5b3c5c0: Download complete 02:46:04 506bd15cee9f: Download complete 02:46:04 75a0a4a0db45: Verifying Checksum 02:46:04 75a0a4a0db45: Download complete 02:46:04 595b0fe564bb: Verifying Checksum 02:46:04 595b0fe564bb: Download complete 02:46:05 595b0fe564bb: Pull complete 02:46:05 3088b5b3c5c0: Pull complete 02:46:06 5b7225fbf94c: Pull complete 02:46:07 618dc40b7e24: Verifying Checksum 02:46:07 618dc40b7e24: Download complete 02:46:08 ba82ee9f976e: Verifying Checksum 02:46:08 ba82ee9f976e: Download complete 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 02:46:13 GO111MODULE=on go vet ./... [Pipeline] } 02:46:20 $ docker stop --time=1 14b1c8e33c0565ff7b256dedda52e3d3a2f5c0f87b4ebde5aac54a7f19210223 02:46:21 ba82ee9f976e: Pull complete 02:46:21 506bd15cee9f: Pull complete 02:46:21 75a0a4a0db45: Pull complete 02:46:23 $ docker rm -f 14b1c8e33c0565ff7b256dedda52e3d3a2f5c0f87b4ebde5aac54a7f19210223 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:46:24 618dc40b7e24: Pull complete 02:46:24 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 02:46:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 02:46:24 ---> a36622ca3599 02:46:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:24 ---> Running in 29626bc59c17 02:46:25 Removing intermediate container 29626bc59c17 02:46:25 ---> a9191e405575 02:46:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:25 ---> Running in 8a9b37e28d11 [Pipeline] sh 02:46:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:27 + ls -al . 02:46:27 total 92 02:46:27 drwxrwxr-x. 11 jenkins jenkins 4096 Jun 22 02:46 . 02:46:27 drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 02:43 .. 02:46:27 drwxrwxr-x. 3 jenkins jenkins 20 Jun 22 02:43 assets 02:46:27 drwxrwxr-x. 2 jenkins jenkins 35 Jun 22 02:43 bin 02:46:27 drwxrwxr-x. 3 jenkins jenkins 29 Jun 22 02:43 cmd 02:46:27 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 22 02:43 CONTRIBUTING.md 02:46:27 -rw-r--r--. 1 jenkins jenkins 10 Jun 22 02:46 coverage.out 02:46:27 -rw-rw-r--. 1 jenkins jenkins 1508 Jun 22 02:43 Dockerfile 02:46:27 -rw-rw-r--. 1 jenkins jenkins 902 Jun 22 02:43 Dockerfile.build 02:46:27 drwxrwxr-x. 2 jenkins jenkins 23 Jun 22 02:43 docs 02:46:27 drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 02:43 .git 02:46:27 drwxrwxr-x. 2 jenkins jenkins 103 Jun 22 02:43 .github 02:46:27 -rw-rw-r--. 1 jenkins jenkins 162 Jun 22 02:43 .gitignore 02:46:27 -rw-rw-r--. 1 jenkins jenkins 838 Jun 22 02:43 go.mod 02:46:27 -rw-r--r--. 1 jenkins jenkins 23723 Jun 22 02:46 go.sum 02:46:27 drwxrwxr-x. 9 jenkins jenkins 125 Jun 22 02:43 internal 02:46:27 -rw-rw-r--. 1 jenkins jenkins 652 Jun 22 02:43 Jenkinsfile 02:46:27 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 22 02:43 LICENSE 02:46:27 -rw-rw-r--. 1 jenkins jenkins 941 Jun 22 02:43 Makefile 02:46:27 drwxrwxr-x. 3 jenkins jenkins 19 Jun 22 02:43 pkg 02:46:27 -rw-rw-r--. 1 jenkins jenkins 5508 Jun 22 02:43 README.md 02:46:27 -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 02:41 VERSION 02:46:27 -rw-rw-r--. 1 jenkins jenkins 155 Jun 22 02:43 version.go 02:46:27 drwxrwxr-x. 4 jenkins jenkins 4096 Jun 22 02:43 web [Pipeline] isUnix [Pipeline] sh 02:46:27 + 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=81eb99d5810211675dc02b9cb3cb5d7485fc8923 --label arch=amd64 --label version=0.0.0 . 02:46:27 Sending build context to Docker daemon 17.96MB 02:46:27 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 02:46:27 Step 2/24 : FROM ${BASE} AS builder 02:46:27 ---> ea2f3c0d452b 02:46:27 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:46:28 Removing intermediate container 8a9b37e28d11 02:46:28 ---> 1f185e9b05b8 02:46:28 Step 5/8 : RUN apk add --no-cache make git 02:46:28 ---> Running in ae2d2c4d5e53 02:46:28 ---> Running in 9bc58af2c2ca 02:46:29 Removing intermediate container 9bc58af2c2ca 02:46:29 ---> ae435dba0edc 02:46:29 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:46:29 ---> Running in 387239a4366f 02:46:29 Removing intermediate container 387239a4366f 02:46:29 ---> 0e8a2c5b7824 02:46:29 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:46:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:46:29 ---> Running in bab1d5d6a6a4 02:46:29 Removing intermediate container bab1d5d6a6a4 02:46:29 ---> 4429c24cf7a3 02:46:29 Step 6/24 : LABEL Name=edgex-ui-go 02:46:29 ---> Running in cbd4c7bda5ec 02:46:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:46:30 Removing intermediate container cbd4c7bda5ec 02:46:30 ---> 373ed69ed228 02:46:30 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:46:30 ---> Running in 20a11b15103c 02:46:30 Removing intermediate container 20a11b15103c 02:46:30 ---> 6f467032060e 02:46:30 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:30 ---> Running in 5830e938ee06 02:46:31 OK: 138 MiB in 40 packages 02:46:32 Removing intermediate container ae2d2c4d5e53 02:46:32 ---> 700e80589721 02:46:32 Step 6/8 : WORKDIR /edgex-ui-go 02:46:32 ---> Running in deb05cd4ec41 02:46:32 Removing intermediate container 5830e938ee06 02:46:32 ---> f1ae8237af5c 02:46:32 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:46:32 ---> Running in 27a0eede04f7 02:46:32 Removing intermediate container deb05cd4ec41 02:46:32 ---> 7ae8937ca5a0 02:46:32 Step 7/8 : COPY . . 02:46:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:46:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:46:33 OK: 149 MiB in 40 packages 02:46:34 Removing intermediate container 27a0eede04f7 02:46:34 ---> 2b869100b023 02:46:34 Step 10/24 : ENV GO111MODULE=on 02:46:34 ---> Running in 5b2b61a45196 02:46:34 Removing intermediate container 5b2b61a45196 02:46:34 ---> 9c46219ac45d 02:46:34 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:46:34 ---> Running in e2645b963aa8 02:46:34 Removing intermediate container e2645b963aa8 02:46:34 ---> 555790579fd9 02:46:34 Step 12/24 : COPY go.mod . 02:46:35 ---> 943619a30a37 02:46:35 Step 13/24 : COPY Makefile . 02:46:35 ---> fb70c2b760be 02:46:35 Step 8/8 : RUN go mod download 02:46:35 ---> Running in a9b54fb55176 02:46:35 ---> 1ac7a5fbba1b 02:46:35 Step 14/24 : RUN make update 02:46:35 ---> Running in b889431484f8 02:46:36 CGO_ENABLED=0 GO111MODULE=on go mod download 02:46:36 Removing intermediate container b889431484f8 02:46:36 ---> 6426e1f70389 02:46:36 Step 15/24 : COPY . . 02:46:39 ---> 4b7f157ce0ca 02:46:39 Step 16/24 : RUN ${MAKE} 02:46:39 ---> Running in b2333cc88dd4 02:46:39 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 02:46:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:46:55 Removing intermediate container b2333cc88dd4 02:46:55 ---> 4a58008dd26e 02:46:55 Step 17/24 : FROM alpine:3.12 02:46:55 3.12: Pulling from library/alpine 02:46:55 339de151aab4: Pulling fs layer 02:46:55 339de151aab4: Verifying Checksum 02:46:55 339de151aab4: Download complete 02:46:55 339de151aab4: Pull complete 02:46:55 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 02:46:55 Status: Downloaded newer image for alpine:3.12 02:46:55 ---> 13621d1b12d4 02:46:55 Step 18/24 : EXPOSE 4000 02:46:56 ---> Running in 30eab226ead6 02:46:56 Removing intermediate container 30eab226ead6 02:46:56 ---> 77930b474b8a 02:46:56 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 02:46:57 ---> f45e467db21a 02:46:57 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:46:57 ---> Running in 230cce318466 02:46:57 Removing intermediate container 230cce318466 02:46:57 ---> 55f794efc332 02:46:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:46:57 ---> Running in 065289c0c55f 02:46:57 Removing intermediate container 065289c0c55f 02:46:57 ---> 17893da63a83 02:46:57 Step 22/24 : LABEL arch=amd64 02:46:57 ---> Running in ac8321746e4f 02:46:58 Removing intermediate container ac8321746e4f 02:46:58 ---> f252f329ec06 02:46:58 Step 23/24 : LABEL git_sha=81eb99d5810211675dc02b9cb3cb5d7485fc8923 02:46:58 ---> Running in e605d6b8e63a 02:46:58 Removing intermediate container e605d6b8e63a 02:46:58 ---> 739dcd844fd1 02:46:58 Step 24/24 : LABEL version=0.0.0 02:46:58 ---> Running in c79e48e6f8d7 02:46:58 Removing intermediate container c79e48e6f8d7 02:46:58 ---> ff151e909a1c 02:46:58 [Warning] One or more build-args [ARCH] were not consumed 02:46:58 Successfully built ff151e909a1c 02:46:58 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 02:47:00 ---> job-cost.sh 02:47:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lPYN 02:47:07 Removing intermediate container a9b54fb55176 02:47:07 ---> b5b243f78152 02:47:07 Successfully built b5b243f78152 02:47:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:47:08 + docker inspect -f . ci-base-image-arm64 02:47:08 . [Pipeline] withDockerContainer 02:47:08 prd-ubuntu18.04-docker-arm64-4c-16g-632 does not seem to be running inside a container 02:47:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:10 $ docker top e894e811d30c1fe711e93e16daa80b088d4701dd4344e550041bc135cb36c7af -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:11 + go version 02:47:11 go version go1.16.5 linux/arm64 [Pipeline] } 02:47:11 $ docker stop --time=1 e894e811d30c1fe711e93e16daa80b088d4701dd4344e550041bc135cb36c7af 02:47:13 $ docker rm -f e894e811d30c1fe711e93e16daa80b088d4701dd4344e550041bc135cb36c7af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:14 + docker inspect -f . ci-base-image-arm64 02:47:14 . [Pipeline] withDockerContainer 02:47:14 prd-ubuntu18.04-docker-arm64-4c-16g-632 does not seem to be running inside a container 02:47:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:47:16 $ docker top a1a0737fdc9f84958b516b176d3c018802bcb2f5fea09b47e06e064e8b93cfa7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:17 + go mod tidy [Pipeline] sh 02:47:18 + make test 02:47:18 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:47:19 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:47:37 lf-activate-venv(): INFO: Adding /tmp/venv-lPYN/bin to PATH 02:47:37 INFO: No Stack... 02:47:37 INFO: Retrieving Pricing Info for: v3-standard-2 02:47:37 INFO: Archiving Costs [Pipeline] sh 02:47:38 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 02:47:38 + cut -d, -f6 [Pipeline] lock 02:47:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] 02:47:38 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] did not exist. Created. 02:47:38 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:47:38 + echo total: 0.05999999865889549 [Pipeline] stash 02:47:38 Stashed 1 file(s) [Pipeline] } 02:47:38 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:47:52 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 02:47:52 GO111MODULE=on go vet ./... [Pipeline] } 02:48:14 $ docker stop --time=1 a1a0737fdc9f84958b516b176d3c018802bcb2f5fea09b47e06e064e8b93cfa7 02:48:16 $ docker rm -f a1a0737fdc9f84958b516b176d3c018802bcb2f5fea09b47e06e064e8b93cfa7 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:17 Warning: overwriting stash ‘coverage-report’ 02:48:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:18 + ls -al . 02:48:18 total 128 02:48:18 drwxrwxr-x 11 jenkins jenkins 4096 Jun 22 02:47 . 02:48:18 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 02:45 .. 02:48:18 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 02:45 .git 02:48:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:45 .github 02:48:18 -rw-rw-r-- 1 jenkins jenkins 162 Jun 22 02:45 .gitignore 02:48:18 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 22 02:45 CONTRIBUTING.md 02:48:18 -rw-rw-r-- 1 jenkins jenkins 1508 Jun 22 02:45 Dockerfile 02:48:18 -rw-rw-r-- 1 jenkins jenkins 902 Jun 22 02:45 Dockerfile.build 02:48:18 -rw-rw-r-- 1 jenkins jenkins 652 Jun 22 02:45 Jenkinsfile 02:48:18 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 22 02:45 LICENSE 02:48:18 -rw-rw-r-- 1 jenkins jenkins 941 Jun 22 02:45 Makefile 02:48:18 -rw-rw-r-- 1 jenkins jenkins 5508 Jun 22 02:45 README.md 02:48:18 -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 02:41 VERSION 02:48:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 02:45 assets 02:48:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:45 bin 02:48:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 02:45 cmd 02:48:18 -rw-r--r-- 1 jenkins jenkins 10 Jun 22 02:47 coverage.out 02:48:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:45 docs 02:48:18 -rw-rw-r-- 1 jenkins jenkins 838 Jun 22 02:45 go.mod 02:48:18 -rw-r--r-- 1 jenkins jenkins 23723 Jun 22 02:47 go.sum 02:48:18 drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 02:45 internal 02:48:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 02:45 pkg 02:48:18 -rw-rw-r-- 1 jenkins jenkins 155 Jun 22 02:45 version.go 02:48:18 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 02:45 web [Pipeline] isUnix [Pipeline] sh 02:48:19 + 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=81eb99d5810211675dc02b9cb3cb5d7485fc8923 --label arch=arm64 --label version=0.0.0 . 02:48:20 Sending build context to Docker daemon 17.96MB 02:48:20 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 02:48:20 Step 2/24 : FROM ${BASE} AS builder 02:48:20 ---> b5b243f78152 02:48:20 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:48:20 ---> Running in b637f0d272ea 02:48:20 Removing intermediate container b637f0d272ea 02:48:20 ---> 3184fca30de3 02:48:20 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:48:21 ---> Running in 4c61fdcb6e98 02:48:21 Removing intermediate container 4c61fdcb6e98 02:48:21 ---> f5a7e4ecd9b8 02:48:21 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:48:21 ---> Running in 474864669eda 02:48:22 Removing intermediate container 474864669eda 02:48:22 ---> a6d07488abd5 02:48:22 Step 6/24 : LABEL Name=edgex-ui-go 02:48:22 ---> Running in 46fb28ec7c26 02:48:22 Removing intermediate container 46fb28ec7c26 02:48:22 ---> 97e63be87d57 02:48:22 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:48:22 ---> Running in ada0e649a211 02:48:23 Removing intermediate container ada0e649a211 02:48:23 ---> 1809f3a1a23e 02:48:23 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:23 ---> Running in f5ef71d734ec 02:48:25 Removing intermediate container f5ef71d734ec 02:48:25 ---> 3fb9f8cee084 02:48:25 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:48:25 ---> Running in 46f395a3f89f 02:48:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:48:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:48:28 OK: 138 MiB in 40 packages 02:48:29 Removing intermediate container 46f395a3f89f 02:48:29 ---> 008e11e994d4 02:48:29 Step 10/24 : ENV GO111MODULE=on 02:48:30 ---> Running in 871a8f06ce64 02:48:30 Removing intermediate container 871a8f06ce64 02:48:30 ---> c68b4311bb88 02:48:30 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:48:30 ---> Running in 05b651017984 02:48:31 Removing intermediate container 05b651017984 02:48:31 ---> d8f66ba6ce29 02:48:31 Step 12/24 : COPY go.mod . 02:48:31 ---> 048d95312fb5 02:48:31 Step 13/24 : COPY Makefile . 02:48:32 ---> 45f4e2addb88 02:48:32 Step 14/24 : RUN make update 02:48:32 ---> Running in b22915b80107 02:48:33 CGO_ENABLED=0 GO111MODULE=on go mod download 02:48:35 Removing intermediate container b22915b80107 02:48:35 ---> 8ab1ba3ae140 02:48:35 Step 15/24 : COPY . . 02:48:37 ---> 8188790526f6 02:48:37 Step 16/24 : RUN ${MAKE} 02:48:37 ---> Running in 7ed30da1625c 02:48:39 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 02:49:06 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:49:08 Removing intermediate container 7ed30da1625c 02:49:08 ---> f4112df7b42f 02:49:08 Step 17/24 : FROM alpine:3.12 02:49:09 3.12: Pulling from library/alpine 02:49:09 d2f70382dc9a: Pulling fs layer 02:49:10 d2f70382dc9a: Verifying Checksum 02:49:10 d2f70382dc9a: Download complete 02:49:10 d2f70382dc9a: Pull complete 02:49:10 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 02:49:10 Status: Downloaded newer image for alpine:3.12 02:49:10 ---> c4fd0aeabfcf 02:49:10 Step 18/24 : EXPOSE 4000 02:49:10 ---> Running in 907345bd55c2 02:49:11 Removing intermediate container 907345bd55c2 02:49:11 ---> 14672922ddd4 02:49:11 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 02:49:12 ---> d4b27e911f32 02:49:12 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:49:12 ---> Running in 91cf77c7f3ee 02:49:13 Removing intermediate container 91cf77c7f3ee 02:49:13 ---> 1434bef24669 02:49:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:49:13 ---> Running in 0f159fccde47 02:49:14 Removing intermediate container 0f159fccde47 02:49:14 ---> 8086b0bf4b75 02:49:14 Step 22/24 : LABEL arch=arm64 02:49:14 ---> Running in f1988e144c09 02:49:14 Removing intermediate container f1988e144c09 02:49:14 ---> a722d0fd8eb0 02:49:14 Step 23/24 : LABEL git_sha=81eb99d5810211675dc02b9cb3cb5d7485fc8923 02:49:14 ---> Running in 107e46e9e703 02:49:15 Removing intermediate container 107e46e9e703 02:49:15 ---> 949f3d26a49f 02:49:15 Step 24/24 : LABEL version=0.0.0 02:49:15 ---> Running in c2be7aa0541b 02:49:15 Removing intermediate container c2be7aa0541b 02:49:15 ---> 6926037e1163 02:49:15 [Warning] One or more build-args [ARCH] were not consumed 02:49:15 Successfully built 6926037e1163 02:49:15 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 02:49:16 ---> job-cost.sh 02:49:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AwmI 02:49:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:51:17 lf-activate-venv(): INFO: Adding /tmp/venv-AwmI/bin to PATH 02:51:17 INFO: No Stack... 02:51:17 INFO: Retrieving Pricing Info for: v2-standard-4 02:51:18 INFO: Archiving Costs [Pipeline] sh 02:51:18 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 02:51:18 + cut -d, -f6 [Pipeline] lock 02:51:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] 02:51:18 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] did not exist. Created. 02:51:18 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:19 /w/workspace/edgex-ui-go/1@tmp/durable-939c3937/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-939c3937/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:51:19 + echo total: 0.18000000715255737 [Pipeline] stash 02:51:19 Warning: overwriting stash ‘stack-cost’ 02:51:19 Stashed 1 file(s) [Pipeline] } 02:51:19 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:51:21 provisioning config files... 02:51:21 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/config3747895689496908924tmp [Pipeline] { [Pipeline] sh 02:51:21 + set +x 02:51:21 + curl -s https://codecov.io/bash 02:51:21 + bash -s -- 02:51:21 02:51:21 _____ _ 02:51:21 / ____| | | 02:51:21 | | ___ __| | ___ ___ _____ __ 02:51:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:21 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:21 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:21 Bash-1.0.3 02:51:21 02:51:21 02:51:21 ==> git version 2.24.4 found 02:51:21 ==> 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 02:51:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:21 ==> Jenkins CI detected. 02:51:21 project root: . 02:51:21 --> token set from env 02:51:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:21 ==> Running gcov in . (disable via -X gcov) 02:51:21 ==> Python coveragepy not found 02:51:21 ==> Searching for coverage reports in: 02:51:21 + . 02:51:21 -> Found 1 reports 02:51:21 ==> Detecting git/mercurial file structure 02:51:21 ==> Reading reports 02:51:21 + ./coverage.out bytes=10 02:51:21 ==> Appending adjustments 02:51:21 https://docs.codecov.io/docs/fixing-reports 02:51:21 + Found adjustments 02:51:21 ==> Gzipping contents 02:51:21 4.0K /tmp/codecov.C5uOo3.gz 02:51:21 ==> Uploading reports 02:51:21 url: https://codecov.io 02:51:21 query: branch=PR-395&commit=81eb99d5810211675dc02b9cb3cb5d7485fc8923&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-395%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=395&job=&cmd_args= 02:51:21 -> Pinging Codecov 02:51:21 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-395&commit=81eb99d5810211675dc02b9cb3cb5d7485fc8923&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-395%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=395&job=&cmd_args= 02:51:22 -> Uploading to 02:51:22 https://storage.googleapis.com/codecov/v4/raw/2021-06-22/FB506323287CE973F263BFD2A0EB1F37/81eb99d5810211675dc02b9cb3cb5d7485fc8923/adb2887d-5e57-4f6c-a2a2-872e33179de3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210622T025122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89eab64eac51301f5dd7e76dbdceb7d7d06b52a335438cf710bba54cd910f193 02:51:22 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:22 Dload Upload Total Spent Left Speed 02:51:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3292 0 0 100 3292 0 7231 --:--:-- --:--:-- --:--:-- 7219 100 3292 0 0 100 3292 0 7228 --:--:-- --:--:-- --:--:-- 7219 02:51:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/81eb99d5810211675dc02b9cb3cb5d7485fc8923 [Pipeline] } 02:51:22 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 02:51:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:25 ---> package-listing.sh 02:51:25 ++ facter osfamily 02:51:25 ++ tr '[:upper:]' '[:lower:]' 02:51:26 + OS_FAMILY=redhat 02:51:26 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-395 02:51:26 + START_PACKAGES=/tmp/packages_start.txt 02:51:26 + END_PACKAGES=/tmp/packages_end.txt 02:51:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:26 + PACKAGES=/tmp/packages_start.txt 02:51:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-395 ']' 02:51:26 + PACKAGES=/tmp/packages_end.txt 02:51:26 + case "${OS_FAMILY}" in 02:51:26 + rpm -qa 02:51:26 + sort 02:51:26 + '[' -f /tmp/packages_start.txt ']' 02:51:26 + '[' -f /tmp/packages_end.txt ']' 02:51:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-395 ']' 02:51:26 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-395/archives/ 02:51:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-395/archives/ [Pipeline] echo 02:51:26 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-395/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:51:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:27 02:51:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:28 alpine: Pulling from edgex-lftools-log-publisher 02:51:28 df20fa9351a1: Pulling fs layer 02:51:28 36b3adc4ff6f: Pulling fs layer 02:51:28 8ad3a11d3b57: Pulling fs layer 02:51:28 46f8f816bc3b: Pulling fs layer 02:51:28 93b61091891f: Pulling fs layer 02:51:28 93b9cdb0e59b: Pulling fs layer 02:51:28 5e14af77c1be: Pulling fs layer 02:51:28 01666e4c0597: Pulling fs layer 02:51:28 aa168da1d23b: Pulling fs layer 02:51:28 93b61091891f: Waiting 02:51:28 93b9cdb0e59b: Waiting 02:51:28 5e14af77c1be: Waiting 02:51:28 01666e4c0597: Waiting 02:51:28 aa168da1d23b: Waiting 02:51:28 46f8f816bc3b: Waiting 02:51:28 36b3adc4ff6f: Verifying Checksum 02:51:28 36b3adc4ff6f: Download complete 02:51:28 46f8f816bc3b: Verifying Checksum 02:51:28 46f8f816bc3b: Download complete 02:51:28 df20fa9351a1: Verifying Checksum 02:51:28 df20fa9351a1: Download complete 02:51:28 93b9cdb0e59b: Verifying Checksum 02:51:28 93b9cdb0e59b: Download complete 02:51:28 93b61091891f: Verifying Checksum 02:51:28 93b61091891f: Download complete 02:51:28 5e14af77c1be: Verifying Checksum 02:51:28 5e14af77c1be: Download complete 02:51:28 01666e4c0597: Verifying Checksum 02:51:28 01666e4c0597: Download complete 02:51:28 8ad3a11d3b57: Verifying Checksum 02:51:28 8ad3a11d3b57: Download complete 02:51:28 df20fa9351a1: Pull complete 02:51:28 36b3adc4ff6f: Pull complete 02:51:29 8ad3a11d3b57: Pull complete 02:51:29 46f8f816bc3b: Pull complete 02:51:29 93b61091891f: Pull complete 02:51:29 93b9cdb0e59b: Pull complete 02:51:29 5e14af77c1be: Pull complete 02:51:30 01666e4c0597: Pull complete 02:51:30 aa168da1d23b: Verifying Checksum 02:51:30 aa168da1d23b: Download complete 02:51:34 aa168da1d23b: Pull complete 02:51:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:34 prd-centos7-docker-4c-2g-627 does not seem to be running inside a container 02:51:34 $ 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-395/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-395 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395:/w/workspace/edgexfoundry_edgex-ui-go_PR-395:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:38 $ docker top 99f0308575fb3d0526f55f9a2a826f87a6276bb72ed8c8809b55f17eb0a60329 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:39 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:39 + mkdir -p /var/log/sa [Pipeline] sh 02:51:40 + ls /var/log/sa-host 02:51:40 + sadf -c /var/log/sa-host/sa05 02:51:40 file_magic: OK 02:51:40 HZ: Using current value: 100 02:51:40 file_header: OK 02:51:40 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 02:51:40 Statistics: 02:51:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:40 File successfully converted to sysstat format version 12.2.1 02:51:40 + sadf -c /var/log/sa-host/sa22 02:51:40 file_magic: OK 02:51:40 HZ: Using current value: 100 02:51:40 file_header: OK 02:51:40 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 02:51:40 Statistics: 02:51:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:40 provisioning config files... 02:51:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/config1506773317317408600tmp [Pipeline] { [Pipeline] echo 02:51:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:40 ---> create-netrc.sh [Pipeline] } 02:51:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:51:41 ---> python-tools-install.sh [Pipeline] echo 02:51:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:41 ---> sudo-logs.sh 02:51:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:42 ---> job-cost.sh 02:51:42 lf-activate-venv: SKIPPING 02:51:42 DEBUG: total: 0.18000000715255737 02:51:42 INFO: Retrieving Stack Cost... 02:51:43 INFO: Retrieving Pricing Info for: v3-standard-2 02:51:43 INFO: Archiving Costs [Pipeline] echo 02:51:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:44 ---> logs-deploy.sh 02:51:44 lf-activate-venv: SKIPPING 02:51:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-395/1 02:51:44 INFO: archiving workspace using pattern(s): 02:51:45 Archives upload complete. 02:51:45 INFO: archiving logs to Nexus 02:51:46 ---> uname -a: 02:51:46 Linux prd-centos7-docker-4c-2g-627.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 02:51:46 02:51:46 02:51:46 ---> lscpu: 02:51:46 Architecture: x86_64 02:51:46 CPU op-mode(s): 32-bit, 64-bit 02:51:46 Byte Order: Little Endian 02:51:46 Address sizes: 40 bits physical, 48 bits virtual 02:51:46 CPU(s): 2 02:51:46 On-line CPU(s) list: 0,1 02:51:46 Thread(s) per core: 1 02:51:46 Core(s) per socket: 1 02:51:46 Socket(s): 2 02:51:46 NUMA node(s): 1 02:51:46 Vendor ID: AuthenticAMD 02:51:46 CPU family: 23 02:51:46 Model: 49 02:51:46 Model name: AMD EPYC-Rome Processor 02:51:46 Stepping: 0 02:51:46 CPU MHz: 2799.998 02:51:46 BogoMIPS: 5599.99 02:51:46 Virtualization: AMD-V 02:51:46 Hypervisor vendor: KVM 02:51:46 Virtualization type: full 02:51:46 L1d cache: 64 KiB 02:51:46 L1i cache: 64 KiB 02:51:46 L2 cache: 1 MiB 02:51:46 L3 cache: 32 MiB 02:51:46 NUMA node0 CPU(s): 0,1 02:51:46 Vulnerability Itlb multihit: Not affected 02:51:46 Vulnerability L1tf: Not affected 02:51:46 Vulnerability Mds: Not affected 02:51:46 Vulnerability Meltdown: Not affected 02:51:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:46 Vulnerability Srbds: Not affected 02:51:46 Vulnerability Tsx async abort: Not affected 02:51:46 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 02:51:46 02:51:46 02:51:46 ---> nproc: 02:51:46 2 02:51:46 02:51:46 02:51:46 ---> df -h: 02:51:46 Filesystem Size Used Available Use% Mounted on 02:51:46 overlay 40.0G 7.6G 32.4G 19% / 02:51:46 tmpfs 64.0M 0 64.0M 0% /dev 02:51:46 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 02:51:46 shm 64.0M 0 64.0M 0% /dev/shm 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-395 02:51:46 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp 02:51:46 02:51:46 02:51:46 ---> free -m: 02:51:46 total used free shared buff/cache available 02:51:46 Mem: 7821 979 4722 0 2119 6664 02:51:46 Swap: 1023 0 1023 02:51:46 02:51:46 02:51:46 ---> ip addr: 02:51:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:51:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:51:46 inet 127.0.0.1/8 scope host lo 02:51:46 valid_lft forever preferred_lft forever 02:51:46 inet6 ::1/128 scope host 02:51:46 valid_lft forever preferred_lft forever 02:51:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:51:46 link/ether fa:16:3e:5c:cb:28 brd ff:ff:ff:ff:ff:ff 02:51:46 inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 02:51:46 valid_lft 85736sec preferred_lft 85736sec 02:51:46 inet6 fe80::f816:3eff:fe5c:cb28/64 scope link 02:51:46 valid_lft forever preferred_lft forever 02:51:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:51:46 link/ether 02:42:c5:6b:11:e9 brd ff:ff:ff:ff:ff:ff 02:51:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:51:46 valid_lft forever preferred_lft forever 02:51:46 inet6 fe80::42:c5ff:fe6b:11e9/64 scope link 02:51:46 valid_lft forever preferred_lft forever 02:51:46 02:51:46 02:51:46 ---> sar -b -r -n DEV: 02:51:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) 02:51:46 02:51:46 02:40:31 LINUX RESTART (2 CPU) 02:51:46 02:51:46 02:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:51:46 02:42:01 81.34 17.27 64.08 0.00 5699.41 5593.70 0.00 02:51:46 02:43:01 1.02 0.00 1.02 0.00 0.00 24.99 0.00 02:51:46 02:44:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 02:51:46 02:45:02 0.25 0.00 0.25 0.00 0.00 3.06 0.00 02:51:46 02:46:01 0.20 0.00 0.20 0.00 0.00 3.22 0.00 02:51:46 02:47:01 0.30 0.00 0.30 0.00 0.00 4.08 0.00 02:51:46 02:48:01 0.27 0.00 0.27 0.00 0.00 5.55 0.00 02:51:46 02:49:01 0.38 0.00 0.38 0.00 0.00 5.10 0.00 02:51:46 02:50:01 0.33 0.00 0.33 0.00 0.00 4.90 0.00 02:51:46 02:51:01 0.25 0.00 0.25 0.00 0.00 4.01 0.00 02:51:46 Average: 8.36 1.70 6.65 0.00 562.61 558.00 0.00 02:51:46 02:51:46 02:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:51:46 02:42:01 5431232 0 812300 10.14 2620 1762788 1296572 14.31 591836 1583188 128 02:51:46 02:43:01 5441572 0 801952 10.01 2620 1762796 1222912 13.50 583536 1583152 16 02:51:46 02:44:01 5442776 0 800748 10.00 2620 1762796 1205388 13.31 587544 1578312 8 02:51:46 02:45:02 5441616 0 801900 10.01 2620 1762804 1205424 13.31 588788 1578316 16 02:51:46 02:46:01 5442008 0 801504 10.01 2620 1762808 1205376 13.31 584060 1582912 8 02:51:46 02:47:01 5442368 0 801144 10.00 2620 1762808 1205316 13.31 583772 1582912 8 02:51:46 02:48:01 5442984 0 800468 9.99 2620 1762868 1205220 13.31 583056 1582976 16 02:51:46 02:49:01 5440952 0 802544 10.02 2620 1762824 1205220 13.31 585348 1582968 8 02:51:46 02:50:01 5432204 0 811288 10.13 2620 1762828 1205220 13.31 593676 1582968 8 02:51:46 02:51:01 5432440 0 811048 10.13 2620 1762832 1205220 13.31 595360 1581224 8 02:51:46 Average: 5439015 0 804490 10.04 2620 1762815 1216187 13.43 587698 1581893 22 02:51:46 02:51:46 02:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:51:46 02:42:01 eth0 670.31 503.27 1469.92 97.81 0.00 0.00 0.00 0.00 02:51:46 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:42:01 docker0 70.83 58.69 6.26 197.09 0.00 0.00 0.00 0.00 02:51:46 02:43:01 eth0 1.42 0.28 0.35 0.24 0.00 0.00 0.00 0.00 02:51:46 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:44:01 eth0 0.78 0.30 0.28 0.20 0.00 0.00 0.00 0.00 02:51:46 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:45:02 eth0 1.00 0.28 0.32 0.20 0.00 0.00 0.00 0.00 02:51:46 02:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:46:01 eth0 0.54 0.30 0.28 0.20 0.00 0.00 0.00 0.00 02:51:46 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:47:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 02:51:46 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:46 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:46 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:46 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:46 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 Average: eth0 66.62 49.85 145.24 9.75 0.00 0.00 0.00 0.00 02:51:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:46 Average: docker0 6.99 5.79 0.62 19.46 0.00 0.00 0.00 0.00 02:51:46 02:51:46 02:51:46 ---> sar -P ALL: 02:51:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) 02:51:46 02:51:46 02:40:31 LINUX RESTART (2 CPU) 02:51:46 02:51:46 02:41:02 CPU %user %nice %system %iowait %steal %idle 02:51:46 02:42:01 all 18.68 0.00 4.64 5.22 0.07 71.38 02:51:46 02:42:01 0 18.98 0.00 4.87 4.38 0.07 71.70 02:51:46 02:42:01 1 18.38 0.00 4.42 6.07 0.07 71.06 02:51:46 02:43:01 all 0.13 0.00 0.06 0.00 0.03 99.78 02:51:46 02:43:01 0 0.07 0.00 0.05 0.00 0.03 99.85 02:51:46 02:43:01 1 0.18 0.00 0.07 0.00 0.03 99.72 02:51:46 02:44:01 all 0.18 0.00 0.03 0.00 0.03 99.77 02:51:46 02:44:01 0 0.07 0.00 0.02 0.00 0.03 99.88 02:51:46 02:44:01 1 0.28 0.00 0.05 0.00 0.02 99.65 02:51:46 02:45:02 all 0.19 0.00 0.05 0.00 0.02 99.74 02:51:46 02:45:02 0 0.05 0.00 0.05 0.00 0.02 99.88 02:51:46 02:45:02 1 0.33 0.00 0.05 0.00 0.02 99.60 02:51:46 02:46:01 all 0.23 0.00 0.03 0.00 0.02 99.73 02:51:46 02:46:01 0 0.34 0.00 0.02 0.00 0.02 99.63 02:51:46 02:46:01 1 0.12 0.00 0.03 0.00 0.02 99.83 02:51:46 02:47:01 all 0.14 0.00 0.03 0.00 0.03 99.80 02:51:46 02:47:01 0 0.27 0.00 0.03 0.00 0.02 99.68 02:51:46 02:47:01 1 0.02 0.00 0.03 0.00 0.03 99.92 02:51:46 02:48:01 all 0.14 0.00 0.03 0.00 0.03 99.80 02:51:46 02:48:01 0 0.23 0.00 0.02 0.00 0.02 99.73 02:51:46 02:48:01 1 0.05 0.00 0.05 0.00 0.03 99.87 02:51:46 02:49:01 all 0.17 0.00 0.05 0.00 0.03 99.75 02:51:46 02:49:01 0 0.28 0.00 0.02 0.00 0.02 99.68 02:51:46 02:49:01 1 0.05 0.00 0.08 0.00 0.05 99.82 02:51:46 02:50:01 all 0.10 0.00 0.04 0.00 0.03 99.82 02:51:46 02:50:01 0 0.17 0.00 0.03 0.00 0.03 99.77 02:51:46 02:50:01 1 0.03 0.00 0.05 0.00 0.03 99.88 02:51:46 02:51:01 all 0.07 0.00 0.03 0.00 0.03 99.87 02:51:46 02:51:01 0 0.10 0.00 0.03 0.00 0.03 99.83 02:51:46 02:51:01 1 0.03 0.00 0.02 0.00 0.03 99.92 02:51:46 Average: all 1.92 0.00 0.48 0.50 0.03 97.07 02:51:46 Average: 0 1.97 0.00 0.49 0.42 0.03 97.08 02:51:46 Average: 1 1.87 0.00 0.47 0.58 0.03 97.05 02:51:46 02:51:46 02:51:46