Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 03d6e45996491a5582f07f1d234588528d2720b6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31014 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 Checking out Revision 03d6e45996491a5582f07f1d234588528d2720b6 (master) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 Commit message: "feat: finished basic feature of subscription list component" > git rev-list --no-walk db70ee541918723d88120af90797eabe42092ea6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T03:43:54.324Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T03:43:54.603Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T03:43:54.699Z] ========================================================= [2021-03-23T03:43:54.699Z] EdgeX Global Pipelines Version Info [2021-03-23T03:43:54.699Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:43:56.163Z] ------------------- [2021-03-23T03:43:56.163Z] stable info: [2021-03-23T03:43:56.163Z] ------------------- [2021-03-23T03:43:56.163Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T03:43:56.163Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T03:43:56.163Z] Message: update stable to v1.0.186 [2021-03-23T03:43:57.111Z] ------------------- [2021-03-23T03:43:57.111Z] experimental info: [2021-03-23T03:43:57.111Z] ------------------- [2021-03-23T03:43:57.111Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T03:43:57.111Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T03:43:57.111Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T03:43:57.457Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-23T03:43:57.546Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-23T03:43:57.631Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T03:43:57.719Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T03:43:57.814Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T03:43:57.901Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T03:43:57.989Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T03:43:58.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T03:43:58.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-23T03:43:58.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T03:43:58.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T03:43:58.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-23T03:43:58.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T03:43:58.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T03:43:58.781Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T03:43:58.873Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T03:43:58.963Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T03:43:59.047Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T03:43:59.143Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T03:43:59.230Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-23T03:43:59.314Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-23T03:43:59.487Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-23T03:43:59.576Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-23T03:43:59.663Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-23T03:43:59.780Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-23T03:43:59.871Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T03:43:59.959Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-23T03:44:00.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-23T03:44:00.231Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-23T03:44:00.330Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] echo [2021-03-23T03:44:00.433Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03d6e45 [Pipeline] echo [2021-03-23T03:44:00.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T03:44:00.723Z] provisioning config files... [2021-03-23T03:44:00.755Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8645413112094194315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:44:01.130Z] ---> docker-login.sh [2021-03-23T03:44:01.130Z] nexus3.edgexfoundry.org:10001 [2021-03-23T03:44:01.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:44:01.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:44:01.660Z] Configure a credential helper to remove this warning. See [2021-03-23T03:44:01.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:44:01.660Z] [2021-03-23T03:44:01.660Z] Login Succeeded [2021-03-23T03:44:01.660Z] nexus3.edgexfoundry.org:10002 [2021-03-23T03:44:01.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:44:01.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:44:01.660Z] Configure a credential helper to remove this warning. See [2021-03-23T03:44:01.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:44:01.660Z] [2021-03-23T03:44:01.660Z] Login Succeeded [2021-03-23T03:44:01.660Z] nexus3.edgexfoundry.org:10003 [2021-03-23T03:44:01.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:44:01.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:44:01.922Z] Configure a credential helper to remove this warning. See [2021-03-23T03:44:01.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:44:01.922Z] [2021-03-23T03:44:01.922Z] Login Succeeded [2021-03-23T03:44:01.922Z] nexus3.edgexfoundry.org:10004 [2021-03-23T03:44:02.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:44:02.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:44:02.185Z] Configure a credential helper to remove this warning. See [2021-03-23T03:44:02.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:44:02.185Z] [2021-03-23T03:44:02.185Z] Login Succeeded [2021-03-23T03:44:02.185Z] docker.io [2021-03-23T03:44:02.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:44:02.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:44:02.447Z] Configure a credential helper to remove this warning. See [2021-03-23T03:44:02.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:44:02.447Z] [2021-03-23T03:44:02.447Z] Login Succeeded [2021-03-23T03:44:02.447Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T03:44:02.457Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T03:44:03.237Z] + git log --format=format:%s -1 03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] echo [2021-03-23T03:44:03.301Z] GIT_COMMIT: 03d6e45996491a5582f07f1d234588528d2720b6, Commit Message: feat: finished basic feature of subscription list component [Pipeline] echo [2021-03-23T03:44:03.344Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:44:04.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:44:04.387Z] [2021-03-23T03:44:04.387Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:44:04.732Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:44:04.732Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T03:44:04.732Z] 31603596830f: Pulling fs layer [2021-03-23T03:44:04.732Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T03:44:04.732Z] 6ca5941a6612: Pulling fs layer [2021-03-23T03:44:04.732Z] ecc8261a40a4: Pulling fs layer [2021-03-23T03:44:04.732Z] ecc8261a40a4: Waiting [2021-03-23T03:44:04.732Z] 2a8b12db71e7: Verifying Checksum [2021-03-23T03:44:04.732Z] 2a8b12db71e7: Download complete [2021-03-23T03:44:04.999Z] 31603596830f: Download complete [2021-03-23T03:44:04.999Z] ecc8261a40a4: Verifying Checksum [2021-03-23T03:44:04.999Z] ecc8261a40a4: Download complete [2021-03-23T03:44:04.999Z] 6ca5941a6612: Verifying Checksum [2021-03-23T03:44:04.999Z] 6ca5941a6612: Download complete [2021-03-23T03:44:05.261Z] 31603596830f: Pull complete [2021-03-23T03:44:05.524Z] 2a8b12db71e7: Pull complete [2021-03-23T03:44:06.474Z] 6ca5941a6612: Pull complete [2021-03-23T03:44:06.474Z] ecc8261a40a4: Pull complete [2021-03-23T03:44:06.474Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T03:44:06.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:44:06.474Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T03:44:06.577Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:44:06.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:44:09.431Z] $ docker top c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:44:09.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:44:09.732Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:44:09.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:44:09.966Z] $ docker exec c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent [2021-03-23T03:44:10.144Z] SSH_AUTH_SOCK=/tmp/ssh-X5Ne1QgZOpQL/agent.11 [2021-03-23T03:44:10.144Z] SSH_AGENT_PID=16 [2021-03-23T03:44:10.161Z] Running ssh-add (command line suppressed) [2021-03-23T03:44:10.297Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7859182713856060971.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7859182713856060971.key) [2021-03-23T03:44:10.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:44:10.698Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T03:44:10.721Z] $ docker exec --env ******** --env ******** c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent -k [2021-03-23T03:44:10.840Z] unset SSH_AUTH_SOCK; [2021-03-23T03:44:10.841Z] unset SSH_AGENT_PID; [2021-03-23T03:44:10.841Z] echo Agent pid 16 killed; [2021-03-23T03:44:10.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T03:44:11.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:44:11.027Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:44:11.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:44:11.231Z] $ docker exec c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent [2021-03-23T03:44:11.413Z] SSH_AUTH_SOCK=/tmp/ssh-4Ti832MphIET/agent.46 [2021-03-23T03:44:11.413Z] SSH_AGENT_PID=51 [2021-03-23T03:44:11.421Z] Running ssh-add (command line suppressed) [2021-03-23T03:44:11.544Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7853602396199344588.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7853602396199344588.key) [2021-03-23T03:44:11.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:44:11.952Z] + git semver init [2021-03-23T03:44:11.952Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:44:11.952Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T03:44:11.952Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T03:44:11.952Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:44:11.952Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:44:11.952Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:44:11.952Z] # $SEMVER_BRANCH = master [2021-03-23T03:44:11.952Z] # $SEMVER_TEMP = /tmp/semver-572994433 [2021-03-23T03:44:11.952Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-23T03:44:13.366Z] # '/tmp/semver-572994433' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-23T03:44:13.366Z] # -> Force: false [2021-03-23T03:44:13.366Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-23T03:44:13.402Z] $ docker exec --env ******** --env ******** c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent -k [2021-03-23T03:44:13.521Z] unset SSH_AUTH_SOCK; [2021-03-23T03:44:13.522Z] unset SSH_AGENT_PID; [2021-03-23T03:44:13.522Z] echo Agent pid 51 killed; [2021-03-23T03:44:13.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:44:14.045Z] + git semver [Pipeline] } [2021-03-23T03:44:14.063Z] $ docker stop --time=1 c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 [2021-03-23T03:44:15.475Z] $ docker rm -f c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T03:44:15.966Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T03:44:16.451Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T03:44:16.455Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.23 [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 [2021-03-23T03:44:31.963Z] Still waiting to schedule task [2021-03-23T03:44:31.963Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31014’ [2021-03-23T03:44:31.967Z] Still waiting to schedule task [2021-03-23T03:44:31.967Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T03:46:11.798Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31015 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-23T03:46:11.861Z] Running in /w/workspace/edgex-ui-go/81 [Pipeline] { [Pipeline] checkout [2021-03-23T03:46:17.079Z] using credential edgex-jenkins-ssh [2021-03-23T03:46:17.139Z] Cloning the remote Git repository [2021-03-23T03:46:17.220Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T03:46:17.331Z] > git init /w/workspace/edgex-ui-go/81 # timeout=10 [2021-03-23T03:46:17.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T03:46:17.426Z] > git --version # timeout=10 [2021-03-23T03:46:17.446Z] > git --version # 'git version 2.17.1' [2021-03-23T03:46:17.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T03:46:17.499Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T03:46:19.120Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T03:46:19.140Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T03:46:19.170Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T03:46:19.205Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T03:46:19.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T03:46:19.218Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T03:46:19.714Z] Checking out Revision 03d6e45996491a5582f07f1d234588528d2720b6 (master) [2021-03-23T03:46:19.750Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T03:46:19.773Z] > git checkout -f 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-23T03:46:24.413Z] Commit message: "feat: finished basic feature of subscription list component" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T03:46:26.202Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T03:46:26.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T03:46:26.984Z] + sudo service docker restart [2021-03-23T03:46:26.984Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T03:46:29.045Z] provisioning config files... [2021-03-23T03:46:29.083Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config2952534923621667877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:46:29.490Z] ---> docker-login.sh [2021-03-23T03:46:29.490Z] nexus3.edgexfoundry.org:10001 [2021-03-23T03:46:30.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:46:30.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:46:30.745Z] Configure a credential helper to remove this warning. See [2021-03-23T03:46:30.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:46:30.745Z] [2021-03-23T03:46:30.745Z] Login Succeeded [2021-03-23T03:46:30.745Z] nexus3.edgexfoundry.org:10002 [2021-03-23T03:46:31.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:46:31.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:46:31.034Z] Configure a credential helper to remove this warning. See [2021-03-23T03:46:31.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:46:31.034Z] [2021-03-23T03:46:31.034Z] Login Succeeded [2021-03-23T03:46:31.034Z] nexus3.edgexfoundry.org:10003 [2021-03-23T03:46:31.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:46:31.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:46:31.576Z] Configure a credential helper to remove this warning. See [2021-03-23T03:46:31.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:46:31.576Z] [2021-03-23T03:46:31.576Z] Login Succeeded [2021-03-23T03:46:31.576Z] nexus3.edgexfoundry.org:10004 [2021-03-23T03:46:31.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:46:31.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:46:31.850Z] Configure a credential helper to remove this warning. See [2021-03-23T03:46:31.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:46:31.850Z] [2021-03-23T03:46:31.850Z] Login Succeeded [2021-03-23T03:46:31.850Z] docker.io [2021-03-23T03:46:32.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:46:32.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:46:32.718Z] Configure a credential helper to remove this warning. See [2021-03-23T03:46:32.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:46:32.718Z] [2021-03-23T03:46:32.718Z] Login Succeeded [2021-03-23T03:46:32.718Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T03:46:32.736Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T03:46:34.647Z] ========================================================= [2021-03-23T03:46:34.647Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T03:46:34.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:46:35.028Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-23T03:46:35.634Z] Sending build context to Docker daemon 17.28MB [2021-03-23T03:46:35.911Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T03:46:35.911Z] Step 2/8 : FROM ${BASE} [2021-03-23T03:46:35.911Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T03:46:35.911Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T03:46:35.911Z] a4357932f1b6: Pulling fs layer [2021-03-23T03:46:35.911Z] 18c013af1878: Pulling fs layer [2021-03-23T03:46:35.911Z] 00ac8860ef70: Pulling fs layer [2021-03-23T03:46:35.911Z] 63d7cb157983: Pulling fs layer [2021-03-23T03:46:35.911Z] b116817d02f9: Pulling fs layer [2021-03-23T03:46:35.911Z] 745a02a5169b: Pulling fs layer [2021-03-23T03:46:35.911Z] 63d7cb157983: Waiting [2021-03-23T03:46:35.911Z] b116817d02f9: Waiting [2021-03-23T03:46:35.911Z] 745a02a5169b: Waiting [2021-03-23T03:46:35.911Z] 00ac8860ef70: Waiting [2021-03-23T03:46:35.911Z] 18c013af1878: Verifying Checksum [2021-03-23T03:46:35.911Z] 18c013af1878: Download complete [2021-03-23T03:46:35.911Z] a4357932f1b6: Verifying Checksum [2021-03-23T03:46:35.911Z] a4357932f1b6: Download complete [2021-03-23T03:46:35.911Z] 63d7cb157983: Download complete [2021-03-23T03:46:35.911Z] b116817d02f9: Verifying Checksum [2021-03-23T03:46:35.911Z] b116817d02f9: Download complete [2021-03-23T03:46:35.911Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T03:46:35.911Z] 5f621e34cdf4: Download complete [2021-03-23T03:46:36.898Z] 5f621e34cdf4: Pull complete [2021-03-23T03:46:37.179Z] a4357932f1b6: Pull complete [2021-03-23T03:46:37.786Z] 18c013af1878: Pull complete [2021-03-23T03:46:38.386Z] 745a02a5169b: Verifying Checksum [2021-03-23T03:46:38.386Z] 745a02a5169b: Download complete [2021-03-23T03:46:39.374Z] 00ac8860ef70: Verifying Checksum [2021-03-23T03:46:39.374Z] 00ac8860ef70: Download complete [2021-03-23T03:46:49.572Z] 00ac8860ef70: Pull complete [2021-03-23T03:46:49.844Z] 63d7cb157983: Pull complete [2021-03-23T03:46:50.121Z] b116817d02f9: Pull complete [2021-03-23T03:46:54.433Z] 745a02a5169b: Pull complete [2021-03-23T03:46:54.433Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T03:46:54.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T03:46:54.433Z] ---> b7e6874047d6 [2021-03-23T03:46:54.433Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-23T03:46:56.417Z] ---> Running in ed8fe9a2c297 [2021-03-23T03:46:57.020Z] Removing intermediate container ed8fe9a2c297 [2021-03-23T03:46:57.020Z] ---> 2bda688aab19 [2021-03-23T03:46:57.020Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T03:46:57.020Z] ---> Running in 902e2b85dbfd [2021-03-23T03:46:59.660Z] Removing intermediate container 902e2b85dbfd [2021-03-23T03:46:59.660Z] ---> a523bfcccc68 [2021-03-23T03:46:59.660Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-23T03:46:59.660Z] ---> Running in 93fc46171a2b [2021-03-23T03:47:00.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T03:47:01.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T03:47:03.597Z] OK: 142 MiB in 39 packages [2021-03-23T03:47:05.028Z] Removing intermediate container 93fc46171a2b [2021-03-23T03:47:05.028Z] ---> bbe13bcedc28 [2021-03-23T03:47:05.028Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-23T03:47:05.028Z] ---> Running in 4453056b0a50 [2021-03-23T03:47:05.628Z] Removing intermediate container 4453056b0a50 [2021-03-23T03:47:05.628Z] ---> fbaaaa51d7bb [2021-03-23T03:47:05.628Z] Step 7/8 : COPY . . [2021-03-23T03:47:08.250Z] ---> f8953acfe0e5 [2021-03-23T03:47:08.250Z] Step 8/8 : RUN go mod download [2021-03-23T03:47:08.250Z] ---> Running in 67c43d4df89d [2021-03-23T03:47:13.745Z] Running on prd-centos7-docker-4c-2g-31016 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-23T03:47:13.829Z] Running in /w/workspace/edgex-ui-go/81 [Pipeline] { [Pipeline] checkout [2021-03-23T03:47:16.236Z] using credential edgex-jenkins-ssh [2021-03-23T03:47:16.291Z] Cloning the remote Git repository [2021-03-23T03:47:16.262Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T03:47:16.338Z] > git init /w/workspace/edgex-ui-go/81 # timeout=10 [2021-03-23T03:47:16.402Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T03:47:16.402Z] > git --version # timeout=10 [2021-03-23T03:47:16.412Z] > git --version # 'git version 2.24.3' [2021-03-23T03:47:16.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T03:47:16.447Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T03:47:17.713Z] Checking out Revision 03d6e45996491a5582f07f1d234588528d2720b6 (master) [2021-03-23T03:47:17.311Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T03:47:17.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T03:47:17.330Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T03:47:17.344Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T03:47:17.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T03:47:17.348Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T03:47:17.722Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T03:47:17.727Z] > git checkout -f 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-23T03:47:21.473Z] Commit message: "feat: finished basic feature of subscription list component" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T03:47:22.772Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T03:47:23.099Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T03:47:23.396Z] + sudo service docker restart [2021-03-23T03:47:23.396Z] + true [2021-03-23T03:47:23.396Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T03:47:24.860Z] provisioning config files... [2021-03-23T03:47:24.889Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config4692298292430409246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:47:25.266Z] ---> docker-login.sh [2021-03-23T03:47:25.266Z] nexus3.edgexfoundry.org:10001 [2021-03-23T03:47:25.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:47:25.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:47:25.527Z] Configure a credential helper to remove this warning. See [2021-03-23T03:47:25.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:47:25.527Z] [2021-03-23T03:47:25.527Z] Login Succeeded [2021-03-23T03:47:25.527Z] nexus3.edgexfoundry.org:10002 [2021-03-23T03:47:25.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:47:25.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:47:25.789Z] Configure a credential helper to remove this warning. See [2021-03-23T03:47:25.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:47:25.789Z] [2021-03-23T03:47:25.789Z] Login Succeeded [2021-03-23T03:47:25.789Z] nexus3.edgexfoundry.org:10003 [2021-03-23T03:47:25.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:47:26.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:47:26.051Z] Configure a credential helper to remove this warning. See [2021-03-23T03:47:26.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:47:26.051Z] [2021-03-23T03:47:26.051Z] Login Succeeded [2021-03-23T03:47:26.051Z] nexus3.edgexfoundry.org:10004 [2021-03-23T03:47:26.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:47:26.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:47:26.051Z] Configure a credential helper to remove this warning. See [2021-03-23T03:47:26.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:47:26.051Z] [2021-03-23T03:47:26.051Z] Login Succeeded [2021-03-23T03:47:26.051Z] docker.io [2021-03-23T03:47:26.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:47:26.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:47:26.577Z] Configure a credential helper to remove this warning. See [2021-03-23T03:47:26.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:47:26.577Z] [2021-03-23T03:47:26.577Z] Login Succeeded [2021-03-23T03:47:26.577Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T03:47:26.587Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T03:47:26.931Z] ========================================================= [2021-03-23T03:47:26.931Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T03:47:26.931Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:47:27.286Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-23T03:47:27.548Z] Sending build context to Docker daemon 17.28MB [2021-03-23T03:47:27.548Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T03:47:27.548Z] Step 2/8 : FROM ${BASE} [2021-03-23T03:47:27.548Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T03:47:27.548Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T03:47:27.548Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T03:47:27.548Z] de9db76c5a1d: Pulling fs layer [2021-03-23T03:47:27.548Z] bca2f99d35d6: Pulling fs layer [2021-03-23T03:47:27.548Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T03:47:27.548Z] 7c6f9722023f: Pulling fs layer [2021-03-23T03:47:27.548Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T03:47:27.548Z] 93359f2a8cfa: Waiting [2021-03-23T03:47:27.548Z] 7c6f9722023f: Waiting [2021-03-23T03:47:27.548Z] a35cf1a2eb13: Waiting [2021-03-23T03:47:27.548Z] bca2f99d35d6: Waiting [2021-03-23T03:47:27.548Z] de9db76c5a1d: Verifying Checksum [2021-03-23T03:47:27.548Z] de9db76c5a1d: Download complete [2021-03-23T03:47:27.813Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T03:47:27.813Z] 0ef7d3d256c8: Download complete [2021-03-23T03:47:27.813Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T03:47:27.813Z] 93359f2a8cfa: Download complete [2021-03-23T03:47:27.813Z] 7c6f9722023f: Verifying Checksum [2021-03-23T03:47:27.813Z] 7c6f9722023f: Download complete [2021-03-23T03:47:27.813Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T03:47:27.813Z] 188c0c94c7c5: Download complete [2021-03-23T03:47:28.075Z] 188c0c94c7c5: Pull complete [2021-03-23T03:47:28.339Z] 0ef7d3d256c8: Pull complete [2021-03-23T03:47:28.339Z] de9db76c5a1d: Pull complete [2021-03-23T03:47:29.733Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T03:47:29.733Z] a35cf1a2eb13: Download complete [2021-03-23T03:47:29.996Z] bca2f99d35d6: Verifying Checksum [2021-03-23T03:47:29.996Z] bca2f99d35d6: Download complete [2021-03-23T03:47:35.326Z] bca2f99d35d6: Pull complete [2021-03-23T03:47:35.326Z] 93359f2a8cfa: Pull complete [2021-03-23T03:47:35.589Z] 7c6f9722023f: Pull complete [2021-03-23T03:47:40.625Z] Removing intermediate container 67c43d4df89d [2021-03-23T03:47:40.625Z] ---> 443170616145 [2021-03-23T03:47:40.625Z] Successfully built 443170616145 [2021-03-23T03:47:40.625Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:47:40.965Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T03:47:40.965Z] . [Pipeline] withDockerContainer [2021-03-23T03:47:41.197Z] prd-ubuntu18.04-docker-arm64-4c-16g-31015 does not seem to be running inside a container [2021-03-23T03:47:41.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 ******** ci-base-image-arm64 cat [2021-03-23T03:47:42.964Z] $ docker top c07cad61c6bba3463362b08d2991f5387d560410b4ea2968b9182b00b027dcad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T03:47:43.993Z] + go version [2021-03-23T03:47:43.993Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T03:47:44.047Z] $ docker stop --time=1 c07cad61c6bba3463362b08d2991f5387d560410b4ea2968b9182b00b027dcad [2021-03-23T03:47:45.626Z] a35cf1a2eb13: Pull complete [2021-03-23T03:47:45.626Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T03:47:45.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T03:47:45.626Z] ---> a62c8e92a672 [2021-03-23T03:47:45.626Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-23T03:47:45.626Z] ---> Running in ee2d7d963035 [2021-03-23T03:47:45.904Z] Removing intermediate container ee2d7d963035 [2021-03-23T03:47:45.904Z] ---> 4375d3b0abfa [2021-03-23T03:47:45.904Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T03:47:45.904Z] ---> Running in 035b398687e9 [2021-03-23T03:47:46.085Z] $ docker rm -f c07cad61c6bba3463362b08d2991f5387d560410b4ea2968b9182b00b027dcad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:47:47.068Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T03:47:47.068Z] . [Pipeline] withDockerContainer [2021-03-23T03:47:47.298Z] prd-ubuntu18.04-docker-arm64-4c-16g-31015 does not seem to be running inside a container [2021-03-23T03:47:47.298Z] Removing intermediate container 035b398687e9 [2021-03-23T03:47:47.298Z] ---> f9d23e394892 [2021-03-23T03:47:47.298Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-23T03:47:47.298Z] ---> Running in c366ee62c826 [2021-03-23T03:47:47.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 ******** ci-base-image-arm64 cat [2021-03-23T03:47:47.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T03:47:48.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T03:47:49.011Z] $ docker top 2207972e9e4c16543eeb27d3ed0bfc0deed3180f55458b0e5ce37beb05486996 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T03:47:49.956Z] + make test [2021-03-23T03:47:49.956Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-23T03:47:50.209Z] OK: 166 MiB in 39 packages [2021-03-23T03:47:50.471Z] Removing intermediate container c366ee62c826 [2021-03-23T03:47:50.471Z] ---> 3b551e57ba8a [2021-03-23T03:47:50.471Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-23T03:47:50.471Z] ---> Running in fd2c696c5e57 [2021-03-23T03:47:50.733Z] Removing intermediate container fd2c696c5e57 [2021-03-23T03:47:50.733Z] ---> 0acfe72ef2c3 [2021-03-23T03:47:50.733Z] Step 7/8 : COPY . . [2021-03-23T03:47:51.392Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-23T03:47:52.660Z] ---> 2dfa85ac6236 [2021-03-23T03:47:52.660Z] Step 8/8 : RUN go mod download [2021-03-23T03:47:52.660Z] ---> Running in 79839b5031ae [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-23T03:48:18.253Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-23T03:48:18.254Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-23T03:48:18.254Z] GO111MODULE=on go vet ./... [2021-03-23T03:48:24.844Z] Removing intermediate container 79839b5031ae [2021-03-23T03:48:24.844Z] ---> 8f3f7b8880d8 [2021-03-23T03:48:24.844Z] Successfully built 8f3f7b8880d8 [2021-03-23T03:48:24.844Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-03-23T03:48:25.144Z] $ docker stop --time=1 2207972e9e4c16543eeb27d3ed0bfc0deed3180f55458b0e5ce37beb05486996 [2021-03-23T03:48:25.304Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T03:48:25.304Z] . [2021-03-23T03:48:27.377Z] $ docker rm -f 2207972e9e4c16543eeb27d3ed0bfc0deed3180f55458b0e5ce37beb05486996 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-03-23T03:48:28.009Z] prd-centos7-docker-4c-2g-31016 does not seem to be running inside a container [2021-03-23T03:48:28.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 ******** ci-base-image-x86_64 cat [2021-03-23T03:48:28.861Z] $ docker top b9187dc2e69740ea05c523c67ef294710623104a02f72b997e0a214884d8a396 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-23T03:48:29.343Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T03:48:29.420Z] + go version [2021-03-23T03:48:29.420Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T03:48:29.436Z] $ docker stop --time=1 b9187dc2e69740ea05c523c67ef294710623104a02f72b997e0a214884d8a396 [2021-03-23T03:48:30.210Z] Stashed 1 file(s) [2021-03-23T03:48:30.811Z] $ docker rm -f b9187dc2e69740ea05c523c67ef294710623104a02f72b997e0a214884d8a396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:48:33.498Z] + sudo chown -R jenkins:jenkins . [2021-03-23T03:48:33.518Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T03:48:33.518Z] . [Pipeline] withDockerContainer [2021-03-23T03:48:33.613Z] prd-centos7-docker-4c-2g-31016 does not seem to be running inside a container [2021-03-23T03:48:33.663Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 ******** ci-base-image-x86_64 cat [2021-03-23T03:48:34.741Z] $ docker top 2fb256a3444415d32c528c4b909d58756643e4c42fc3855e91f31c474f572cd2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-23T03:48:35.230Z] + ls -al . [2021-03-23T03:48:35.230Z] total 124 [2021-03-23T03:48:35.230Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 03:47 . [2021-03-23T03:48:35.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 03:46 .. [2021-03-23T03:48:35.230Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 03:46 .git [2021-03-23T03:48:35.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 03:46 .github [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 23 03:46 .gitignore [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 23 03:46 CONTRIBUTING.md [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 23 03:46 Dockerfile [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 23 03:46 Dockerfile.build [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 23 03:46 Jenkinsfile [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 23 03:46 LICENSE [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 23 03:46 Makefile [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 23 03:46 README.md [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 03:44 VERSION [2021-03-23T03:48:35.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 03:46 assets [2021-03-23T03:48:35.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 03:46 bin [2021-03-23T03:48:35.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 03:46 cmd [2021-03-23T03:48:35.230Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 23 03:47 coverage.out [2021-03-23T03:48:35.230Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 03:46 docs [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 23 03:46 go.mod [2021-03-23T03:48:35.230Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 23 03:47 go.sum [2021-03-23T03:48:35.230Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 03:46 internal [2021-03-23T03:48:35.230Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 23 03:46 version.go [2021-03-23T03:48:35.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 03:46 web [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:48:35.309Z] + make test [2021-03-23T03:48:35.309Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-23T03:48:35.625Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=03d6e45996491a5582f07f1d234588528d2720b6 --label arch=arm64 --label version=2.0.0-dev.23 . [2021-03-23T03:48:36.228Z] Sending build context to Docker daemon 17.31MB [2021-03-23T03:48:36.501Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T03:48:36.501Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-23T03:48:36.501Z] ---> 443170616145 [2021-03-23T03:48:36.501Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-23T03:48:36.719Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-23T03:48:36.777Z] ---> Running in 2c00b7ded004 [2021-03-23T03:48:37.373Z] Removing intermediate container 2c00b7ded004 [2021-03-23T03:48:37.373Z] ---> 85008264546c [2021-03-23T03:48:37.373Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-23T03:48:37.373Z] ---> Running in 041fcb09ab03 [2021-03-23T03:48:37.972Z] Removing intermediate container 041fcb09ab03 [2021-03-23T03:48:37.972Z] ---> d4a508609398 [2021-03-23T03:48:37.972Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-23T03:48:37.972Z] ---> Running in 7571b129a4ab [2021-03-23T03:48:38.568Z] Removing intermediate container 7571b129a4ab [2021-03-23T03:48:38.568Z] ---> f58919ff71e7 [2021-03-23T03:48:38.568Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-23T03:48:38.568Z] ---> Running in 86fbf028e1ac [2021-03-23T03:48:39.167Z] Removing intermediate container 86fbf028e1ac [2021-03-23T03:48:39.167Z] ---> 4cb5610ef5df [2021-03-23T03:48:39.167Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-23T03:48:39.167Z] ---> Running in 4dc4918b221e [2021-03-23T03:48:39.762Z] Removing intermediate container 4dc4918b221e [2021-03-23T03:48:39.762Z] ---> ddf87debd079 [2021-03-23T03:48:39.762Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T03:48:39.762Z] ---> Running in 780ff5d29d13 [2021-03-23T03:48:42.378Z] Removing intermediate container 780ff5d29d13 [2021-03-23T03:48:42.378Z] ---> 50c2a049b2fc [2021-03-23T03:48:42.378Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-23T03:48:42.378Z] ---> Running in c0878aec5c24 [2021-03-23T03:48:43.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T03:48:44.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T03:48:45.318Z] OK: 142 MiB in 39 packages [2021-03-23T03:48:46.291Z] Removing intermediate container c0878aec5c24 [2021-03-23T03:48:46.291Z] ---> baca79c30f60 [2021-03-23T03:48:46.291Z] Step 10/24 : ENV GO111MODULE=on [2021-03-23T03:48:46.562Z] ---> Running in be663b4cdd9d [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-23T03:48:46.831Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-23T03:48:46.831Z] GO111MODULE=on go vet ./... [2021-03-23T03:48:46.838Z] Removing intermediate container be663b4cdd9d [2021-03-23T03:48:46.838Z] ---> f879e7ea5679 [2021-03-23T03:48:46.838Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-23T03:48:47.109Z] ---> Running in 8b808ae0d3dd [2021-03-23T03:48:47.383Z] Removing intermediate container 8b808ae0d3dd [2021-03-23T03:48:47.383Z] ---> 7b4c3be19775 [2021-03-23T03:48:47.383Z] Step 12/24 : COPY go.mod . [Pipeline] } [2021-03-23T03:48:47.425Z] $ docker stop --time=1 2fb256a3444415d32c528c4b909d58756643e4c42fc3855e91f31c474f572cd2 [2021-03-23T03:48:48.365Z] ---> 544bba35eedb [2021-03-23T03:48:48.365Z] Step 13/24 : COPY Makefile . [2021-03-23T03:48:48.964Z] ---> 1213cd13504f [2021-03-23T03:48:48.964Z] Step 14/24 : RUN make update [2021-03-23T03:48:48.964Z] ---> Running in 4a5634d7835e [2021-03-23T03:48:49.620Z] $ docker rm -f 2fb256a3444415d32c528c4b909d58756643e4c42fc3855e91f31c474f572cd2 [Pipeline] // withDockerContainer [2021-03-23T03:48:49.951Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] sh [2021-03-23T03:48:50.254Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T03:48:50.268Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T03:48:50.621Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-23T03:48:51.223Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-23T03:48:51.386Z] Removing intermediate container 4a5634d7835e [2021-03-23T03:48:51.386Z] ---> b9d2d417c074 [2021-03-23T03:48:51.386Z] Step 15/24 : COPY . . [2021-03-23T03:48:51.523Z] + ls -al . [2021-03-23T03:48:51.523Z] total 92 [2021-03-23T03:48:51.523Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 23 03:48 . [2021-03-23T03:48:51.523Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 23 03:47 .. [2021-03-23T03:48:51.523Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 23 03:47 assets [2021-03-23T03:48:51.523Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 23 03:47 bin [2021-03-23T03:48:51.523Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 23 03:47 cmd [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 23 03:47 CONTRIBUTING.md [2021-03-23T03:48:51.523Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 23 03:48 coverage.out [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 23 03:47 Dockerfile [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 23 03:47 Dockerfile.build [2021-03-23T03:48:51.523Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 23 03:47 docs [2021-03-23T03:48:51.523Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 23 03:47 .git [2021-03-23T03:48:51.523Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 23 03:47 .github [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 23 03:47 .gitignore [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 23 03:47 go.mod [2021-03-23T03:48:51.523Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 23 03:48 go.sum [2021-03-23T03:48:51.523Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 23 03:47 internal [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 23 03:47 Jenkinsfile [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 23 03:47 LICENSE [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 23 03:47 Makefile [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 23 03:47 README.md [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 23 03:44 VERSION [2021-03-23T03:48:51.523Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 23 03:47 version.go [2021-03-23T03:48:51.523Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 23 03:47 web [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:48:51.830Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=03d6e45996491a5582f07f1d234588528d2720b6 --label arch=amd64 --label version=2.0.0-dev.23 . [2021-03-23T03:48:52.093Z] Sending build context to Docker daemon 17.31MB [2021-03-23T03:48:52.093Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T03:48:52.093Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-23T03:48:52.093Z] ---> 8f3f7b8880d8 [2021-03-23T03:48:52.093Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-23T03:48:52.668Z] ---> Running in c4a6747d703b [2021-03-23T03:48:52.931Z] Removing intermediate container c4a6747d703b [2021-03-23T03:48:52.931Z] ---> 494fa689e1f9 [2021-03-23T03:48:52.931Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-23T03:48:52.931Z] ---> Running in 6abd92b7e672 [2021-03-23T03:48:53.194Z] Removing intermediate container 6abd92b7e672 [2021-03-23T03:48:53.194Z] ---> cba80cc8668f [2021-03-23T03:48:53.194Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-23T03:48:53.194Z] ---> Running in 246ba0750ec4 [2021-03-23T03:48:53.457Z] Removing intermediate container 246ba0750ec4 [2021-03-23T03:48:53.457Z] ---> 3bd69a003bfd [2021-03-23T03:48:53.457Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-23T03:48:53.457Z] ---> Running in c33552ef3a7f [2021-03-23T03:48:53.457Z] Removing intermediate container c33552ef3a7f [2021-03-23T03:48:53.457Z] ---> 0403aa58a2c7 [2021-03-23T03:48:53.457Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-23T03:48:53.720Z] ---> Running in 49913f04f2ac [2021-03-23T03:48:53.720Z] Removing intermediate container 49913f04f2ac [2021-03-23T03:48:53.720Z] ---> 4ad2d8bb57f8 [2021-03-23T03:48:53.720Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T03:48:53.983Z] ---> Running in 893d1e73b00e [2021-03-23T03:48:54.008Z] ---> 209c3abbe85d [2021-03-23T03:48:54.008Z] Step 16/24 : RUN ${MAKE} [2021-03-23T03:48:54.008Z] ---> Running in 9fd2212886b6 [2021-03-23T03:48:54.932Z] Removing intermediate container 893d1e73b00e [2021-03-23T03:48:54.932Z] ---> 39af58ef5e98 [2021-03-23T03:48:54.932Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-23T03:48:54.932Z] ---> Running in 793b0f6f45fd [2021-03-23T03:48:54.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.23" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-23T03:48:55.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T03:48:56.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T03:48:56.720Z] OK: 166 MiB in 39 packages [2021-03-23T03:48:57.296Z] Removing intermediate container 793b0f6f45fd [2021-03-23T03:48:57.296Z] ---> 44ed804c6e7d [2021-03-23T03:48:57.296Z] Step 10/24 : ENV GO111MODULE=on [2021-03-23T03:48:57.296Z] ---> Running in 5626f7b19435 [2021-03-23T03:48:57.296Z] Removing intermediate container 5626f7b19435 [2021-03-23T03:48:57.296Z] ---> 37f7c6901240 [2021-03-23T03:48:57.296Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-23T03:48:57.559Z] ---> Running in 35597c742178 [2021-03-23T03:48:57.559Z] Removing intermediate container 35597c742178 [2021-03-23T03:48:57.559Z] ---> eb745527781f [2021-03-23T03:48:57.559Z] Step 12/24 : COPY go.mod . [2021-03-23T03:48:57.825Z] ---> 4ca0881372b9 [2021-03-23T03:48:57.825Z] Step 13/24 : COPY Makefile . [2021-03-23T03:48:58.091Z] ---> 00a14d7fe973 [2021-03-23T03:48:58.091Z] Step 14/24 : RUN make update [2021-03-23T03:48:58.091Z] ---> Running in e5135950a2df [2021-03-23T03:48:58.668Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-23T03:48:59.244Z] Removing intermediate container e5135950a2df [2021-03-23T03:48:59.244Z] ---> 188dd4511e54 [2021-03-23T03:48:59.244Z] Step 15/24 : COPY . . [2021-03-23T03:49:00.640Z] ---> d855eb48c6ad [2021-03-23T03:49:00.640Z] Step 16/24 : RUN ${MAKE} [2021-03-23T03:49:00.640Z] ---> Running in 97c9784452e4 [2021-03-23T03:49:01.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.23" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-23T03:49:09.495Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-23T03:49:12.816Z] Removing intermediate container 97c9784452e4 [2021-03-23T03:49:12.816Z] ---> 41568471e62c [2021-03-23T03:49:12.816Z] Step 17/24 : FROM alpine:3.12 [2021-03-23T03:49:12.816Z] 3.12: Pulling from library/alpine [2021-03-23T03:49:13.079Z] f84cab65f19f: Pulling fs layer [2021-03-23T03:49:13.079Z] f84cab65f19f: Download complete [2021-03-23T03:49:13.341Z] f84cab65f19f: Pull complete [2021-03-23T03:49:13.603Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T03:49:13.603Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T03:49:13.603Z] ---> 88dd2752d2ea [2021-03-23T03:49:13.603Z] Step 18/24 : EXPOSE 4000 [2021-03-23T03:49:13.603Z] ---> Running in d7ab89be54f8 [2021-03-23T03:49:13.865Z] Removing intermediate container d7ab89be54f8 [2021-03-23T03:49:13.865Z] ---> 8960821aac0d [2021-03-23T03:49:13.865Z] 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 [2021-03-23T03:49:14.816Z] ---> a7f4bc292acb [2021-03-23T03:49:14.816Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-23T03:49:14.816Z] ---> Running in ad06532174ab [2021-03-23T03:49:15.079Z] Removing intermediate container ad06532174ab [2021-03-23T03:49:15.079Z] ---> 164693cc3ddb [2021-03-23T03:49:15.079Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-23T03:49:15.079Z] ---> Running in 5df671205cc1 [2021-03-23T03:49:15.341Z] Removing intermediate container 5df671205cc1 [2021-03-23T03:49:15.341Z] ---> 74f6f0aec83d [2021-03-23T03:49:15.341Z] Step 22/24 : LABEL arch=amd64 [2021-03-23T03:49:15.341Z] ---> Running in c8944132c54e [2021-03-23T03:49:15.341Z] Removing intermediate container c8944132c54e [2021-03-23T03:49:15.341Z] ---> 07b0e2480757 [2021-03-23T03:49:15.341Z] Step 23/24 : LABEL git_sha=03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:15.604Z] ---> Running in b6fee96be60c [2021-03-23T03:49:15.604Z] Removing intermediate container b6fee96be60c [2021-03-23T03:49:15.604Z] ---> 549157150242 [2021-03-23T03:49:15.604Z] Step 24/24 : LABEL version=2.0.0-dev.23 [2021-03-23T03:49:15.866Z] ---> Running in 9b9e9cac1915 [2021-03-23T03:49:15.866Z] Removing intermediate container 9b9e9cac1915 [2021-03-23T03:49:15.866Z] ---> 652305f85314 [2021-03-23T03:49:15.866Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-23T03:49:15.866Z] Successfully built 652305f85314 [2021-03-23T03:49:15.866Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T03:49:16.279Z] provisioning config files... [2021-03-23T03:49:16.312Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config4503359020048740533tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:49:16.668Z] ---> docker-login.sh [2021-03-23T03:49:16.668Z] nexus3.edgexfoundry.org:10001 [2021-03-23T03:49:16.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:16.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:16.931Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:16.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:16.931Z] [2021-03-23T03:49:16.931Z] Login Succeeded [2021-03-23T03:49:16.931Z] nexus3.edgexfoundry.org:10002 [2021-03-23T03:49:16.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:16.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:16.931Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:16.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:16.931Z] [2021-03-23T03:49:16.931Z] Login Succeeded [2021-03-23T03:49:16.931Z] nexus3.edgexfoundry.org:10003 [2021-03-23T03:49:17.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:17.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:17.194Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:17.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:17.194Z] [2021-03-23T03:49:17.194Z] Login Succeeded [2021-03-23T03:49:17.194Z] nexus3.edgexfoundry.org:10004 [2021-03-23T03:49:17.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:17.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:17.457Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:17.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:17.457Z] [2021-03-23T03:49:17.457Z] Login Succeeded [2021-03-23T03:49:17.457Z] docker.io [2021-03-23T03:49:17.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:17.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:17.719Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:17.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:17.719Z] [2021-03-23T03:49:17.719Z] Login Succeeded [2021-03-23T03:49:17.719Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T03:49:17.729Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T03:49:17.937Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-23T03:49:17.938Z] 03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:17.938Z] latest [2021-03-23T03:49:17.938Z] 2.0.0-dev.23 [2021-03-23T03:49:17.938Z] 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [2021-03-23T03:49:17.938Z] master [2021-03-23T03:49:17.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:18.517Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:18.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:18.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T03:49:18.821Z] b448d5953314: Preparing [2021-03-23T03:49:18.821Z] 33e8713114f8: Preparing [2021-03-23T03:49:18.821Z] 33e8713114f8: Layer already exists [2021-03-23T03:49:20.213Z] b448d5953314: Pushed [2021-03-23T03:49:20.477Z] 03d6e45996491a5582f07f1d234588528d2720b6: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:20.786Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:21.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-23T03:49:21.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T03:49:21.090Z] b448d5953314: Preparing [2021-03-23T03:49:21.090Z] 33e8713114f8: Preparing [2021-03-23T03:49:21.090Z] 33e8713114f8: Layer already exists [2021-03-23T03:49:21.090Z] b448d5953314: Layer already exists [2021-03-23T03:49:21.090Z] latest: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:21.398Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:21.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.23 [2021-03-23T03:49:21.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T03:49:21.701Z] b448d5953314: Preparing [2021-03-23T03:49:21.701Z] 33e8713114f8: Preparing [2021-03-23T03:49:21.701Z] 33e8713114f8: Layer already exists [2021-03-23T03:49:21.701Z] b448d5953314: Layer already exists [2021-03-23T03:49:21.701Z] 2.0.0-dev.23: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:21.810Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-23T03:49:22.015Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:22.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [2021-03-23T03:49:22.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T03:49:22.326Z] b448d5953314: Preparing [2021-03-23T03:49:22.326Z] 33e8713114f8: Preparing [2021-03-23T03:49:22.326Z] 33e8713114f8: Layer already exists [2021-03-23T03:49:22.326Z] b448d5953314: Layer already exists [2021-03-23T03:49:22.326Z] 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:22.639Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:22.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-23T03:49:22.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T03:49:22.946Z] b448d5953314: Preparing [2021-03-23T03:49:22.946Z] 33e8713114f8: Preparing [2021-03-23T03:49:22.946Z] 33e8713114f8: Layer already exists [2021-03-23T03:49:22.946Z] b448d5953314: Layer already exists [2021-03-23T03:49:22.946Z] master: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T03:49:23.176Z] ===================================================== [Pipeline] echo [2021-03-23T03:49:23.233Z] taggedImages: [2021-03-23T03:49:23.233Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:23.233Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-23T03:49:23.233Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.23 [2021-03-23T03:49:23.233Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [2021-03-23T03:49:23.233Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:49:24.121Z] ---> job-cost.sh [2021-03-23T03:49:24.121Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EjiP [2021-03-23T03:49:26.138Z] Removing intermediate container 9fd2212886b6 [2021-03-23T03:49:26.138Z] ---> 2cd521915b7c [2021-03-23T03:49:26.138Z] Step 17/24 : FROM alpine:3.12 [2021-03-23T03:49:26.728Z] 3.12: Pulling from library/alpine [2021-03-23T03:49:26.728Z] dce8679b510e: Pulling fs layer [2021-03-23T03:49:26.999Z] dce8679b510e: Download complete [2021-03-23T03:49:27.597Z] dce8679b510e: Pull complete [2021-03-23T03:49:27.597Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T03:49:27.597Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T03:49:27.597Z] ---> d10569e2745f [2021-03-23T03:49:27.597Z] Step 18/24 : EXPOSE 4000 [2021-03-23T03:49:27.870Z] ---> Running in 4893f6da9762 [2021-03-23T03:49:28.143Z] Removing intermediate container 4893f6da9762 [2021-03-23T03:49:28.143Z] ---> 07042e31d5f1 [2021-03-23T03:49:28.143Z] 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 [2021-03-23T03:49:30.127Z] ---> 34088e3cd6ed [2021-03-23T03:49:30.127Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-23T03:49:30.127Z] ---> Running in 40d1d5c99d13 [2021-03-23T03:49:30.720Z] Removing intermediate container 40d1d5c99d13 [2021-03-23T03:49:30.720Z] ---> da07d527f321 [2021-03-23T03:49:30.720Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-23T03:49:30.720Z] ---> Running in d6d7f2cbbe98 [2021-03-23T03:49:31.316Z] Removing intermediate container d6d7f2cbbe98 [2021-03-23T03:49:31.316Z] ---> c58dcbe548b8 [2021-03-23T03:49:31.316Z] Step 22/24 : LABEL arch=arm64 [2021-03-23T03:49:31.316Z] ---> Running in 2d211562a930 [2021-03-23T03:49:31.910Z] Removing intermediate container 2d211562a930 [2021-03-23T03:49:31.910Z] ---> e703fc5e4c58 [2021-03-23T03:49:31.910Z] Step 23/24 : LABEL git_sha=03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:31.910Z] ---> Running in b96082f67dc2 [2021-03-23T03:49:32.510Z] Removing intermediate container b96082f67dc2 [2021-03-23T03:49:32.510Z] ---> d33767e4df4e [2021-03-23T03:49:32.510Z] Step 24/24 : LABEL version=2.0.0-dev.23 [2021-03-23T03:49:32.510Z] ---> Running in c9a744dea209 [2021-03-23T03:49:32.782Z] Removing intermediate container c9a744dea209 [2021-03-23T03:49:33.053Z] ---> d0fde9cd944b [2021-03-23T03:49:33.053Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-23T03:49:33.053Z] Successfully built d0fde9cd944b [2021-03-23T03:49:33.053Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T03:49:33.525Z] provisioning config files... [2021-03-23T03:49:33.557Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config4079845342802055428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:49:33.938Z] ---> docker-login.sh [2021-03-23T03:49:33.938Z] nexus3.edgexfoundry.org:10001 [2021-03-23T03:49:34.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:34.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:34.209Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:34.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:34.209Z] [2021-03-23T03:49:34.209Z] Login Succeeded [2021-03-23T03:49:34.209Z] nexus3.edgexfoundry.org:10002 [2021-03-23T03:49:34.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:34.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:34.805Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:34.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:34.805Z] [2021-03-23T03:49:34.805Z] Login Succeeded [2021-03-23T03:49:34.805Z] nexus3.edgexfoundry.org:10003 [2021-03-23T03:49:35.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:35.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:35.350Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:35.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:35.350Z] [2021-03-23T03:49:35.350Z] Login Succeeded [2021-03-23T03:49:35.350Z] nexus3.edgexfoundry.org:10004 [2021-03-23T03:49:35.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:35.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:35.903Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:35.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:35.903Z] [2021-03-23T03:49:35.903Z] Login Succeeded [2021-03-23T03:49:35.903Z] docker.io [2021-03-23T03:49:36.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T03:49:36.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T03:49:36.777Z] Configure a credential helper to remove this warning. See [2021-03-23T03:49:36.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T03:49:36.777Z] [2021-03-23T03:49:36.777Z] Login Succeeded [2021-03-23T03:49:36.777Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T03:49:36.794Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T03:49:36.996Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-23T03:49:36.996Z] 03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:36.996Z] latest [2021-03-23T03:49:36.996Z] 2.0.0-dev.23 [2021-03-23T03:49:36.996Z] 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [2021-03-23T03:49:36.996Z] master [2021-03-23T03:49:36.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:37.554Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:37.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:37.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T03:49:37.911Z] c624ec41f40a: Preparing [2021-03-23T03:49:37.911Z] 02a88cfff88f: Preparing [2021-03-23T03:49:38.185Z] 02a88cfff88f: Layer already exists [2021-03-23T03:49:39.068Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T03:49:41.559Z] c624ec41f40a: Pushed [2021-03-23T03:49:41.559Z] 03d6e45996491a5582f07f1d234588528d2720b6: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:41.905Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:42.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-23T03:49:42.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T03:49:42.238Z] c624ec41f40a: Preparing [2021-03-23T03:49:42.238Z] 02a88cfff88f: Preparing [2021-03-23T03:49:42.238Z] c624ec41f40a: Layer already exists [2021-03-23T03:49:42.238Z] 02a88cfff88f: Layer already exists [2021-03-23T03:49:42.508Z] latest: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:42.845Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:43.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.23 [2021-03-23T03:49:43.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T03:49:43.179Z] c624ec41f40a: Preparing [2021-03-23T03:49:43.179Z] 02a88cfff88f: Preparing [2021-03-23T03:49:43.179Z] c624ec41f40a: Layer already exists [2021-03-23T03:49:43.179Z] 02a88cfff88f: Layer already exists [2021-03-23T03:49:43.450Z] 2.0.0-dev.23: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:43.788Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:44.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [2021-03-23T03:49:44.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T03:49:44.123Z] c624ec41f40a: Preparing [2021-03-23T03:49:44.123Z] 02a88cfff88f: Preparing [2021-03-23T03:49:44.123Z] 02a88cfff88f: Layer already exists [2021-03-23T03:49:44.123Z] c624ec41f40a: Layer already exists [2021-03-23T03:49:44.396Z] 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:44.753Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:49:45.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-23T03:49:45.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T03:49:45.096Z] c624ec41f40a: Preparing [2021-03-23T03:49:45.096Z] 02a88cfff88f: Preparing [2021-03-23T03:49:45.096Z] c624ec41f40a: Layer already exists [2021-03-23T03:49:45.096Z] 02a88cfff88f: Layer already exists [2021-03-23T03:49:45.366Z] master: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T03:49:45.621Z] ===================================================== [Pipeline] echo [2021-03-23T03:49:45.669Z] taggedImages: [2021-03-23T03:49:45.669Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6 [2021-03-23T03:49:45.669Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-23T03:49:45.669Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.23 [2021-03-23T03:49:45.669Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [2021-03-23T03:49:45.669Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:49:46.195Z] ---> job-cost.sh [2021-03-23T03:49:46.195Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QtdD [2021-03-23T03:50:05.701Z] lf-activate-venv(): INFO: Adding /tmp/venv-EjiP/bin to PATH [2021-03-23T03:50:05.701Z] INFO: No Stack... [2021-03-23T03:50:05.701Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T03:50:05.964Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T03:50:06.272Z] + cat /w/workspace/edgex-ui-go/81/archives/cost.csv [2021-03-23T03:50:06.272Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T03:50:06.356Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [2021-03-23T03:50:06.381Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] did not exist. Created. [2021-03-23T03:50:06.381Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T03:50:06.791Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-23T03:50:07.038Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T03:50:07.054Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T03:50:25.157Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T03:51:46.924Z] lf-activate-venv(): INFO: Adding /tmp/venv-QtdD/bin to PATH [2021-03-23T03:51:46.924Z] INFO: No Stack... [2021-03-23T03:51:47.517Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T03:51:48.490Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T03:51:48.837Z] + cat /w/workspace/edgex-ui-go/81/archives/cost.csv [2021-03-23T03:51:48.838Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T03:51:48.953Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [2021-03-23T03:51:48.963Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] did not exist. Created. [2021-03-23T03:51:48.963Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T03:51:49.412Z] /w/workspace/edgex-ui-go/81@tmp/durable-12b7198b/script.sh: 1: /w/workspace/edgex-ui-go/81@tmp/durable-12b7198b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-23T03:51:49.759Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T03:51:49.825Z] Warning: overwriting stash ‘stack-cost’ [2021-03-23T03:51:50.043Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T03:51:50.056Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-81-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] wrap [2021-03-23T03:51:51.529Z] provisioning config files... [2021-03-23T03:51:51.540Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4814700662930880878tmp [Pipeline] { [Pipeline] sh [2021-03-23T03:51:51.914Z] + set +x [2021-03-23T03:51:51.915Z] + curl -s https://codecov.io/bash [2021-03-23T03:51:51.915Z] + bash -s -- [2021-03-23T03:51:52.179Z] [2021-03-23T03:51:52.179Z] _____ _ [2021-03-23T03:51:52.179Z] / ____| | | [2021-03-23T03:51:52.179Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T03:51:52.179Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T03:51:52.179Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T03:51:52.179Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T03:51:52.179Z] Bash-20210309-2b87ace [2021-03-23T03:51:52.179Z] [2021-03-23T03:51:52.179Z] [2021-03-23T03:51:52.179Z] ==> git version 2.24.3 found [2021-03-23T03:51:52.179Z] ==> 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 [2021-03-23T03:51:52.179Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T03:51:52.179Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T03:51:52.179Z] ==> Jenkins CI detected. [2021-03-23T03:51:52.179Z] project root: . [2021-03-23T03:51:52.179Z] --> token set from env [2021-03-23T03:51:52.179Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T03:51:52.179Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T03:51:52.179Z] ==> Python coveragepy not found [2021-03-23T03:51:52.179Z] ==> Searching for coverage reports in: [2021-03-23T03:51:52.179Z] + . [2021-03-23T03:51:52.179Z] -> Found 1 reports [2021-03-23T03:51:52.179Z] ==> Detecting git/mercurial file structure [2021-03-23T03:51:52.179Z] ==> Reading reports [2021-03-23T03:51:52.179Z] + ./coverage.out bytes=10 [2021-03-23T03:51:52.179Z] ==> Appending adjustments [2021-03-23T03:51:52.179Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T03:51:52.441Z] + Found adjustments [2021-03-23T03:51:52.441Z] ==> Gzipping contents [2021-03-23T03:51:52.441Z] 4.0K /tmp/codecov.0YmtXD.gz [2021-03-23T03:51:52.441Z] ==> Uploading reports [2021-03-23T03:51:52.441Z] url: https://codecov.io [2021-03-23T03:51:52.441Z] query: branch=master&commit=03d6e45996491a5582f07f1d234588528d2720b6&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T03:51:52.441Z] -> Pinging Codecov [2021-03-23T03:51:52.442Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=03d6e45996491a5582f07f1d234588528d2720b6&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T03:51:52.705Z] -> Uploading to [2021-03-23T03:51:52.705Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/FB506323287CE973F263BFD2A0EB1F37/03d6e45996491a5582f07f1d234588528d2720b6/adf40323-6725-4ff9-bce3-142bb311a465.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T035152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abc1ecb25ffa9a82ddeaf45ee960fedbc148082e22e6e63e5425e52026331723 [2021-03-23T03:51:52.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T03:51:52.705Z] Dload Upload Total Spent Left Speed [2021-03-23T03:51:53.282Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 7645 --:--:-- --:--:-- --:--:-- 7662 [2021-03-23T03:51:53.282Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] } [2021-03-23T03:51:53.292Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-23T03:51:54.133Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-23T03:51:54.184Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:51:54.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T03:51:54.557Z] [2021-03-23T03:51:54.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:51:54.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T03:51:54.911Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-23T03:51:54.911Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T03:51:54.911Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T03:51:54.911Z] de9db76c5a1d: Pulling fs layer [2021-03-23T03:51:54.911Z] 0eba1c9be4d2: Pulling fs layer [2021-03-23T03:51:54.911Z] 0d57e429df01: Pulling fs layer [2021-03-23T03:51:54.911Z] 4e4be7b47b0d: Pulling fs layer [2021-03-23T03:51:54.911Z] e1f770b5df2f: Pulling fs layer [2021-03-23T03:51:54.911Z] 85a0685a4137: Pulling fs layer [2021-03-23T03:51:54.911Z] 4e4be7b47b0d: Waiting [2021-03-23T03:51:54.911Z] e1f770b5df2f: Waiting [2021-03-23T03:51:54.911Z] 85a0685a4137: Waiting [2021-03-23T03:51:54.911Z] 0eba1c9be4d2: Waiting [2021-03-23T03:51:54.911Z] 0d57e429df01: Waiting [2021-03-23T03:51:54.911Z] de9db76c5a1d: Verifying Checksum [2021-03-23T03:51:54.911Z] de9db76c5a1d: Download complete [2021-03-23T03:51:54.911Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T03:51:54.911Z] 0ef7d3d256c8: Download complete [2021-03-23T03:51:54.911Z] 0d57e429df01: Verifying Checksum [2021-03-23T03:51:54.911Z] 0d57e429df01: Download complete [2021-03-23T03:51:54.911Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T03:51:54.911Z] 188c0c94c7c5: Download complete [2021-03-23T03:51:54.911Z] 4e4be7b47b0d: Verifying Checksum [2021-03-23T03:51:54.911Z] 4e4be7b47b0d: Download complete [2021-03-23T03:51:55.176Z] 188c0c94c7c5: Pull complete [2021-03-23T03:51:55.444Z] 0ef7d3d256c8: Pull complete [2021-03-23T03:51:55.707Z] de9db76c5a1d: Pull complete [2021-03-23T03:51:56.657Z] e1f770b5df2f: Verifying Checksum [2021-03-23T03:51:56.657Z] e1f770b5df2f: Download complete [2021-03-23T03:51:58.618Z] 0eba1c9be4d2: Verifying Checksum [2021-03-23T03:51:58.618Z] 0eba1c9be4d2: Download complete [2021-03-23T03:51:59.206Z] 85a0685a4137: Verifying Checksum [2021-03-23T03:51:59.206Z] 85a0685a4137: Download complete [2021-03-23T03:52:05.840Z] 0eba1c9be4d2: Pull complete [2021-03-23T03:52:05.840Z] 0d57e429df01: Pull complete [2021-03-23T03:52:05.840Z] 4e4be7b47b0d: Pull complete [2021-03-23T03:52:07.236Z] e1f770b5df2f: Pull complete [2021-03-23T03:52:15.434Z] 85a0685a4137: Pull complete [2021-03-23T03:52:15.434Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-23T03:52:15.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T03:52:15.434Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-23T03:52:15.617Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:52:15.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-23T03:52:16.684Z] $ docker top 3d1e08ed31fca62e03b8f8e70dcd6e514c7a17112129fe74c962f2cc9d5d3d3c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T03:52:16.967Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-23T03:52:17.266Z] + set -o pipefail [2021-03-23T03:52:17.266Z] + snyk monitor '--org=edgex-jenkins' [2021-03-23T03:52:23.870Z] [2021-03-23T03:52:23.870Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-23T03:52:23.870Z] [2021-03-23T03:52:23.870Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/d72818dd-d65d-4842-a89e-6c2f90d285ad [2021-03-23T03:52:23.870Z] [2021-03-23T03:52:23.870Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-23T03:52:23.870Z] [2021-03-23T03:52:23.870Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-23T03:52:23.870Z] [2021-03-23T03:52:24.133Z] [Pipeline] } [2021-03-23T03:52:24.147Z] $ docker stop --time=1 3d1e08ed31fca62e03b8f8e70dcd6e514c7a17112129fe74c962f2cc9d5d3d3c [2021-03-23T03:52:27.210Z] $ docker rm -f 3d1e08ed31fca62e03b8f8e70dcd6e514c7a17112129fe74c962f2cc9d5d3d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T03:52:28.836Z] + git log --format=format:%s -1 03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:52:29.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:52:29.164Z] . [Pipeline] withDockerContainer [2021-03-23T03:52:29.271Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:52:29.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:52:30.239Z] $ docker top d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:52:30.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:52:30.617Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:52:30.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:52:30.864Z] $ docker exec d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 ssh-agent [2021-03-23T03:52:31.039Z] SSH_AUTH_SOCK=/tmp/ssh-2D4Nc0JBx0ZO/agent.12 [2021-03-23T03:52:31.039Z] SSH_AGENT_PID=17 [2021-03-23T03:52:31.046Z] Running ssh-add (command line suppressed) [2021-03-23T03:52:31.177Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5040614748671917436.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5040614748671917436.key) [2021-03-23T03:52:31.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:52:31.568Z] + git semver tag [2021-03-23T03:52:31.568Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:52:31.568Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T03:52:31.568Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T03:52:31.568Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:52:31.568Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:52:31.568Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:52:31.568Z] # $SEMVER_BRANCH = master [2021-03-23T03:52:31.568Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-23T03:52:31.568Z] # 03d6e45996491a5582f07f1d234588528d2720b6 HEAD [2021-03-23T03:52:31.568Z] # -> Force: false [2021-03-23T03:52:31.568Z] # 00f595c504865651625356e3f56491b39fe8bd4b refs/tags/v2.0.0-dev.23 [Pipeline] } [2021-03-23T03:52:31.579Z] $ docker exec --env ******** --env ******** d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 ssh-agent -k [2021-03-23T03:52:31.702Z] unset SSH_AUTH_SOCK; [2021-03-23T03:52:31.703Z] unset SSH_AGENT_PID; [2021-03-23T03:52:31.703Z] echo Agent pid 17 killed; [2021-03-23T03:52:31.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:52:32.233Z] + git semver [Pipeline] } [2021-03-23T03:52:32.254Z] $ docker stop --time=1 d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 [2021-03-23T03:52:33.600Z] $ docker rm -f d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:52:34.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T03:52:34.342Z] [2021-03-23T03:52:34.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:52:34.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T03:52:34.691Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-23T03:52:34.691Z] ab5ef0e58194: Pulling fs layer [2021-03-23T03:52:34.691Z] 9712f1f96733: Pulling fs layer [2021-03-23T03:52:34.691Z] 63f879dbbcfc: Pulling fs layer [2021-03-23T03:52:34.691Z] 0d9ebad4ef96: Pulling fs layer [2021-03-23T03:52:34.691Z] e9a5061849ea: Pulling fs layer [2021-03-23T03:52:34.691Z] d747dcd14b5f: Pulling fs layer [2021-03-23T03:52:34.691Z] 2de7ff778b66: Pulling fs layer [2021-03-23T03:52:34.691Z] e9a5061849ea: Waiting [2021-03-23T03:52:34.691Z] d747dcd14b5f: Waiting [2021-03-23T03:52:34.691Z] 2de7ff778b66: Waiting [2021-03-23T03:52:34.691Z] 0d9ebad4ef96: Waiting [2021-03-23T03:52:34.691Z] 9712f1f96733: Verifying Checksum [2021-03-23T03:52:34.691Z] 9712f1f96733: Download complete [2021-03-23T03:52:36.634Z] 63f879dbbcfc: Download complete [2021-03-23T03:52:36.634Z] e9a5061849ea: Verifying Checksum [2021-03-23T03:52:36.634Z] e9a5061849ea: Download complete [2021-03-23T03:52:36.634Z] d747dcd14b5f: Verifying Checksum [2021-03-23T03:52:36.634Z] d747dcd14b5f: Download complete [2021-03-23T03:52:37.217Z] 2de7ff778b66: Verifying Checksum [2021-03-23T03:52:37.217Z] 2de7ff778b66: Download complete [2021-03-23T03:52:37.482Z] 0d9ebad4ef96: Verifying Checksum [2021-03-23T03:52:37.482Z] 0d9ebad4ef96: Download complete [2021-03-23T03:52:37.746Z] ab5ef0e58194: Verifying Checksum [2021-03-23T03:52:37.746Z] ab5ef0e58194: Download complete [2021-03-23T03:52:42.002Z] ab5ef0e58194: Pull complete [2021-03-23T03:52:42.002Z] 9712f1f96733: Pull complete [2021-03-23T03:52:43.936Z] 63f879dbbcfc: Pull complete [2021-03-23T03:52:50.873Z] 0d9ebad4ef96: Pull complete [2021-03-23T03:52:54.202Z] e9a5061849ea: Pull complete [2021-03-23T03:52:54.202Z] d747dcd14b5f: Pull complete [2021-03-23T03:52:55.599Z] 2de7ff778b66: Pull complete [2021-03-23T03:52:55.599Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-23T03:52:55.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T03:52:55.599Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-23T03:52:55.779Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:52:55.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-23T03:52:59.375Z] $ docker top 582b063a41d20fdd2d4c09777361ab1f7615ad6ebc4a4b5e6f6566d7ca20993e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-23T03:52:59.655Z] provisioning config files... [2021-03-23T03:52:59.669Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5510978976799738031tmp [2021-03-23T03:52:59.684Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config822087865944602990tmp [2021-03-23T03:52:59.699Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9051216139374621988tmp [Pipeline] { [Pipeline] echo [2021-03-23T03:52:59.754Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:00.057Z] ---> sigul-configuration.sh [2021-03-23T03:53:00.057Z] gpg: directory `/root/.gnupg' created [2021-03-23T03:53:00.057Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-23T03:53:00.057Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-23T03:53:00.057Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-23T03:53:00.057Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-23T03:53:00.057Z] gpg: CAST5 encrypted data [2021-03-23T03:53:00.320Z] gpg: encrypted with 1 passphrase [2021-03-23T03:53:00.320Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-23T03:53:00.620Z] + mkdir /home/jenkins [2021-03-23T03:53:00.620Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-23T03:53:00.922Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-23T03:53:00.933Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:01.231Z] ---> sigul-install.sh [2021-03-23T03:53:11.253Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-23T03:53:11.557Z] + git tag --list [2021-03-23T03:53:11.557Z] 0.1.1 [2021-03-23T03:53:11.557Z] v1.1.0 [2021-03-23T03:53:11.557Z] v1.2.0 [2021-03-23T03:53:11.557Z] v1.2.1 [2021-03-23T03:53:11.557Z] v1.3.0 [2021-03-23T03:53:11.557Z] v2.0.0-dev.1 [2021-03-23T03:53:11.557Z] v2.0.0-dev.10 [2021-03-23T03:53:11.557Z] v2.0.0-dev.11 [2021-03-23T03:53:11.557Z] v2.0.0-dev.12 [2021-03-23T03:53:11.557Z] v2.0.0-dev.13 [2021-03-23T03:53:11.557Z] v2.0.0-dev.14 [2021-03-23T03:53:11.557Z] v2.0.0-dev.15 [2021-03-23T03:53:11.557Z] v2.0.0-dev.16 [2021-03-23T03:53:11.557Z] v2.0.0-dev.17 [2021-03-23T03:53:11.557Z] v2.0.0-dev.18 [2021-03-23T03:53:11.557Z] v2.0.0-dev.19 [2021-03-23T03:53:11.557Z] v2.0.0-dev.2 [2021-03-23T03:53:11.557Z] v2.0.0-dev.20 [2021-03-23T03:53:11.557Z] v2.0.0-dev.21 [2021-03-23T03:53:11.557Z] v2.0.0-dev.22 [2021-03-23T03:53:11.557Z] v2.0.0-dev.23 [2021-03-23T03:53:11.557Z] v2.0.0-dev.3 [2021-03-23T03:53:11.557Z] v2.0.0-dev.4 [2021-03-23T03:53:11.557Z] v2.0.0-dev.5 [2021-03-23T03:53:11.557Z] v2.0.0-dev.6 [2021-03-23T03:53:11.557Z] v2.0.0-dev.7 [2021-03-23T03:53:11.557Z] v2.0.0-dev.8 [2021-03-23T03:53:11.557Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-23T03:53:11.856Z] + lftools sign git-tag v2.0.0-dev.23 [2021-03-23T03:53:13.249Z] Signing Git tag with Sigul... [2021-03-23T03:53:13.249Z] Signing v2.0.0-dev.23 [Pipeline] echo [2021-03-23T03:53:15.185Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:15.484Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-23T03:53:15.494Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-23T03:53:15.591Z] $ docker stop --time=1 582b063a41d20fdd2d4c09777361ab1f7615ad6ebc4a4b5e6f6566d7ca20993e [2021-03-23T03:53:17.758Z] $ docker rm -f 582b063a41d20fdd2d4c09777361ab1f7615ad6ebc4a4b5e6f6566d7ca20993e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:53:18.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:53:18.780Z] . [Pipeline] withDockerContainer [2021-03-23T03:53:18.913Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:53:18.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:53:19.787Z] $ docker top f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:53:20.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:53:20.096Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:53:20.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:53:20.325Z] $ docker exec f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae ssh-agent [2021-03-23T03:53:20.522Z] SSH_AUTH_SOCK=/tmp/ssh-pOQRjMLZgAQI/agent.12 [2021-03-23T03:53:20.523Z] SSH_AGENT_PID=17 [2021-03-23T03:53:20.530Z] Running ssh-add (command line suppressed) [2021-03-23T03:53:20.665Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_869772174350686541.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_869772174350686541.key) [2021-03-23T03:53:20.728Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:53:21.103Z] + git semver bump pre [2021-03-23T03:53:21.103Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:53:21.103Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T03:53:21.103Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T03:53:21.103Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:53:21.103Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:53:21.103Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:53:21.103Z] # $SEMVER_BRANCH = master [2021-03-23T03:53:21.103Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-23T03:53:21.103Z] 2.0.0-dev.24 [Pipeline] } [2021-03-23T03:53:21.115Z] $ docker exec --env ******** --env ******** f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae ssh-agent -k [2021-03-23T03:53:21.242Z] unset SSH_AUTH_SOCK; [2021-03-23T03:53:21.243Z] unset SSH_AGENT_PID; [2021-03-23T03:53:21.243Z] echo Agent pid 17 killed; [2021-03-23T03:53:21.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:53:21.788Z] + git semver [Pipeline] } [2021-03-23T03:53:21.803Z] $ docker stop --time=1 f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae [2021-03-23T03:53:23.167Z] $ docker rm -f f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:53:23.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:53:23.734Z] . [Pipeline] withDockerContainer [2021-03-23T03:53:23.849Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:53:23.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:53:24.552Z] $ docker top 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:53:24.850Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:53:24.850Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:53:25.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:53:25.048Z] $ docker exec 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad ssh-agent [2021-03-23T03:53:25.231Z] SSH_AUTH_SOCK=/tmp/ssh-UPjbtvFMsxRb/agent.11 [2021-03-23T03:53:25.231Z] SSH_AGENT_PID=16 [2021-03-23T03:53:25.238Z] Running ssh-add (command line suppressed) [2021-03-23T03:53:25.372Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8123090785687905350.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8123090785687905350.key) [2021-03-23T03:53:25.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:53:25.764Z] + git semver push [2021-03-23T03:53:25.764Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:53:25.764Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T03:53:25.764Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T03:53:25.764Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:53:25.764Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:53:25.764Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:53:25.764Z] # $SEMVER_BRANCH = master [2021-03-23T03:53:25.764Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-23T03:53:29.986Z] $ docker exec --env ******** --env ******** 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad ssh-agent -k [2021-03-23T03:53:30.131Z] unset SSH_AUTH_SOCK; [2021-03-23T03:53:30.132Z] unset SSH_AGENT_PID; [2021-03-23T03:53:30.132Z] echo Agent pid 16 killed; [2021-03-23T03:53:30.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:53:30.790Z] + git semver [Pipeline] } [2021-03-23T03:53:30.805Z] $ docker stop --time=1 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad [2021-03-23T03:53:32.171Z] $ docker rm -f 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2021-03-23T03:53:33.772Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:34.659Z] ---> package-listing.sh [2021-03-23T03:53:34.659Z] ++ facter osfamily [2021-03-23T03:53:34.659Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T03:53:34.659Z] + OS_FAMILY=redhat [2021-03-23T03:53:34.659Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T03:53:34.659Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T03:53:34.659Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T03:53:34.659Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T03:53:34.659Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T03:53:34.659Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-23T03:53:34.659Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T03:53:34.659Z] + case "${OS_FAMILY}" in [2021-03-23T03:53:34.659Z] + rpm -qa [2021-03-23T03:53:34.659Z] + sort [2021-03-23T03:53:39.968Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T03:53:39.968Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T03:53:39.968Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T03:53:39.968Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-23T03:53:39.968Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-23T03:53:39.968Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-03-23T03:53:39.983Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T03:53:40.409Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:53:41.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T03:53:41.066Z] [2021-03-23T03:53:41.066Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:53:41.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T03:53:41.500Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T03:53:41.500Z] df20fa9351a1: Pulling fs layer [2021-03-23T03:53:41.500Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T03:53:41.500Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T03:53:41.500Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T03:53:41.500Z] 93b61091891f: Pulling fs layer [2021-03-23T03:53:41.500Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T03:53:41.500Z] 5e14af77c1be: Pulling fs layer [2021-03-23T03:53:41.500Z] 01666e4c0597: Pulling fs layer [2021-03-23T03:53:41.500Z] aa168da1d23b: Pulling fs layer [2021-03-23T03:53:41.500Z] 46f8f816bc3b: Waiting [2021-03-23T03:53:41.500Z] 93b61091891f: Waiting [2021-03-23T03:53:41.500Z] 93b9cdb0e59b: Waiting [2021-03-23T03:53:41.500Z] 5e14af77c1be: Waiting [2021-03-23T03:53:41.500Z] 01666e4c0597: Waiting [2021-03-23T03:53:41.500Z] aa168da1d23b: Waiting [2021-03-23T03:53:41.500Z] 36b3adc4ff6f: Download complete [2021-03-23T03:53:41.500Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T03:53:41.500Z] 46f8f816bc3b: Download complete [2021-03-23T03:53:41.769Z] df20fa9351a1: Download complete [2021-03-23T03:53:41.769Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T03:53:41.769Z] 93b9cdb0e59b: Download complete [2021-03-23T03:53:41.769Z] 93b61091891f: Verifying Checksum [2021-03-23T03:53:41.769Z] 93b61091891f: Download complete [2021-03-23T03:53:41.769Z] 5e14af77c1be: Verifying Checksum [2021-03-23T03:53:41.769Z] 5e14af77c1be: Download complete [2021-03-23T03:53:41.769Z] 01666e4c0597: Verifying Checksum [2021-03-23T03:53:41.769Z] 01666e4c0597: Download complete [2021-03-23T03:53:42.034Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T03:53:42.034Z] 8ad3a11d3b57: Download complete [2021-03-23T03:53:42.034Z] df20fa9351a1: Pull complete [2021-03-23T03:53:42.300Z] 36b3adc4ff6f: Pull complete [2021-03-23T03:53:42.885Z] 8ad3a11d3b57: Pull complete [2021-03-23T03:53:42.885Z] 46f8f816bc3b: Pull complete [2021-03-23T03:53:44.285Z] aa168da1d23b: Verifying Checksum [2021-03-23T03:53:44.285Z] aa168da1d23b: Download complete [2021-03-23T03:53:44.548Z] 93b61091891f: Pull complete [2021-03-23T03:53:44.548Z] 93b9cdb0e59b: Pull complete [2021-03-23T03:53:44.812Z] 5e14af77c1be: Pull complete [2021-03-23T03:53:44.812Z] 01666e4c0597: Pull complete [2021-03-23T03:53:51.442Z] aa168da1d23b: Pull complete [2021-03-23T03:53:51.442Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T03:53:51.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T03:53:51.442Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T03:53:51.585Z] prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container [2021-03-23T03:53:51.639Z] $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T03:53:54.565Z] $ docker top 30264c6f0fa5e0d9446f4155897f4c6d1ca376376be9ad79e6f82e5e6929e48a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T03:53:55.115Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T03:53:55.419Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T03:53:55.727Z] + ls /var/log/sa-host [2021-03-23T03:53:55.728Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T03:53:55.728Z] file_magic: OK [2021-03-23T03:53:55.728Z] HZ: Using current value: 100 [2021-03-23T03:53:55.728Z] file_header: OK [2021-03-23T03:53:55.728Z] 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 [2021-03-23T03:53:55.728Z] Statistics: [2021-03-23T03:53:55.728Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T03:53:55.728Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T03:53:56.363Z] provisioning config files... [2021-03-23T03:53:56.378Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6234446068009577234tmp [Pipeline] { [Pipeline] echo [2021-03-23T03:53:56.460Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:56.760Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T03:53:56.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T03:53:56.899Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:57.197Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T03:53:57.208Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:57.510Z] ---> sudo-logs.sh [2021-03-23T03:53:57.510Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T03:53:57.577Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:53:57.874Z] ---> job-cost.sh [2021-03-23T03:53:57.874Z] lf-activate-venv: SKIPPING [2021-03-23T03:53:57.874Z] DEBUG: total: 0.20999999344348907 [2021-03-23T03:53:57.874Z] INFO: Retrieving Stack Cost... [2021-03-23T03:53:59.265Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T03:53:59.841Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T03:53:59.855Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:54:00.154Z] ---> logs-deploy.sh [2021-03-23T03:54:00.154Z] lf-activate-venv: SKIPPING [2021-03-23T03:54:00.154Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/81 [2021-03-23T03:54:00.154Z] INFO: archiving workspace using pattern(s): [2021-03-23T03:54:02.079Z] Archives upload complete. [2021-03-23T03:54:02.079Z] INFO: archiving logs to Nexus [2021-03-23T03:54:03.028Z] ---> uname -a: [2021-03-23T03:54:03.028Z] Linux prd-centos7-docker-4c-2g-31014.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> lscpu: [2021-03-23T03:54:03.028Z] Architecture: x86_64 [2021-03-23T03:54:03.028Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-23T03:54:03.028Z] Byte Order: Little Endian [2021-03-23T03:54:03.028Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-23T03:54:03.028Z] CPU(s): 4 [2021-03-23T03:54:03.028Z] On-line CPU(s) list: 0-3 [2021-03-23T03:54:03.028Z] Thread(s) per core: 1 [2021-03-23T03:54:03.028Z] Core(s) per socket: 1 [2021-03-23T03:54:03.028Z] Socket(s): 4 [2021-03-23T03:54:03.028Z] NUMA node(s): 1 [2021-03-23T03:54:03.028Z] Vendor ID: GenuineIntel [2021-03-23T03:54:03.028Z] CPU family: 6 [2021-03-23T03:54:03.028Z] Model: 44 [2021-03-23T03:54:03.028Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-23T03:54:03.028Z] Stepping: 1 [2021-03-23T03:54:03.028Z] CPU MHz: 2933.436 [2021-03-23T03:54:03.028Z] BogoMIPS: 5866.87 [2021-03-23T03:54:03.028Z] Virtualization: VT-x [2021-03-23T03:54:03.028Z] Hypervisor vendor: KVM [2021-03-23T03:54:03.028Z] Virtualization type: full [2021-03-23T03:54:03.028Z] L1d cache: 128 KiB [2021-03-23T03:54:03.028Z] L1i cache: 128 KiB [2021-03-23T03:54:03.028Z] L2 cache: 16 MiB [2021-03-23T03:54:03.028Z] L3 cache: 64 MiB [2021-03-23T03:54:03.028Z] NUMA node0 CPU(s): 0-3 [2021-03-23T03:54:03.028Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-23T03:54:03.028Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-23T03:54:03.028Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-23T03:54:03.028Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-23T03:54:03.028Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-23T03:54:03.028Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-23T03:54:03.028Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-23T03:54:03.028Z] Vulnerability Srbds: Not affected [2021-03-23T03:54:03.028Z] Vulnerability Tsx async abort: Not affected [2021-03-23T03:54:03.028Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> nproc: [2021-03-23T03:54:03.028Z] 4 [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> df -h: [2021-03-23T03:54:03.028Z] Filesystem Size Used Available Use% Mounted on [2021-03-23T03:54:03.028Z] overlay 50.0G 8.6G 41.4G 17% / [2021-03-23T03:54:03.028Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-23T03:54:03.028Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-23T03:54:03.028Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-03-23T03:54:03.028Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> free -m: [2021-03-23T03:54:03.028Z] total used free shared buff/cache available [2021-03-23T03:54:03.028Z] Mem: 1837 831 141 0 863 941 [2021-03-23T03:54:03.028Z] Swap: 1023 4 1019 [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> ip addr: [2021-03-23T03:54:03.028Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-23T03:54:03.028Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-23T03:54:03.028Z] inet 127.0.0.1/8 scope host lo [2021-03-23T03:54:03.028Z] valid_lft forever preferred_lft forever [2021-03-23T03:54:03.028Z] inet6 ::1/128 scope host [2021-03-23T03:54:03.028Z] valid_lft forever preferred_lft forever [2021-03-23T03:54:03.028Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-23T03:54:03.028Z] link/ether fa:16:3e:e6:9a:dc brd ff:ff:ff:ff:ff:ff [2021-03-23T03:54:03.028Z] inet 10.30.123.2/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-23T03:54:03.028Z] valid_lft 85756sec preferred_lft 85756sec [2021-03-23T03:54:03.028Z] inet6 fe80::f816:3eff:fee6:9adc/64 scope link [2021-03-23T03:54:03.028Z] valid_lft forever preferred_lft forever [2021-03-23T03:54:03.028Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-23T03:54:03.028Z] link/ether 02:42:54:17:75:5d brd ff:ff:ff:ff:ff:ff [2021-03-23T03:54:03.028Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-23T03:54:03.028Z] valid_lft forever preferred_lft forever [2021-03-23T03:54:03.028Z] inet6 fe80::42:54ff:fe17:755d/64 scope link [2021-03-23T03:54:03.028Z] valid_lft forever preferred_lft forever [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> sar -b -r -n DEV: [2021-03-23T03:54:03.028Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] 03:43:09 LINUX RESTART (4 CPU) [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] 03:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-23T03:54:03.028Z] 03:45:01 28.67 7.04 21.63 0.00 1824.10 3827.57 0.00 [2021-03-23T03:54:03.028Z] 03:46:01 1.55 0.00 1.55 0.00 0.00 23.61 0.00 [2021-03-23T03:54:03.028Z] 03:47:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2021-03-23T03:54:03.028Z] 03:48:01 0.50 0.00 0.50 0.00 0.00 5.10 0.00 [2021-03-23T03:54:03.028Z] 03:49:01 0.32 0.00 0.32 0.00 0.00 4.70 0.00 [2021-03-23T03:54:03.028Z] 03:50:01 0.28 0.00 0.28 0.00 0.00 3.81 0.00 [2021-03-23T03:54:03.028Z] 03:51:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 [2021-03-23T03:54:03.028Z] 03:52:01 19.99 2.75 17.25 0.00 618.35 11129.03 0.00 [2021-03-23T03:54:03.028Z] 03:53:01 460.12 234.46 225.66 0.00 11541.30 54411.43 0.00 [2021-03-23T03:54:03.028Z] Average: 56.97 27.19 29.77 0.00 1554.15 7723.72 0.00 [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] 03:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-23T03:54:03.028Z] 03:45:01 149948 0 621788 33.05 2620 1107188 1127564 38.48 405040 1126700 20 [2021-03-23T03:54:03.028Z] 03:46:01 158008 0 613720 32.62 2620 1107196 1077924 36.79 402236 1122484 20 [2021-03-23T03:54:03.028Z] 03:47:01 155652 0 616072 32.74 2620 1107200 1078008 36.79 401440 1125828 8 [2021-03-23T03:54:03.028Z] 03:48:01 156080 0 615644 32.72 2620 1107200 1078016 36.79 417344 1109488 8 [2021-03-23T03:54:03.028Z] 03:49:01 155536 0 616180 32.75 2620 1107208 1078004 36.79 415624 1112120 16 [2021-03-23T03:54:03.028Z] 03:50:01 155688 0 616024 32.74 2620 1107212 1077920 36.79 421480 1105972 12 [2021-03-23T03:54:03.028Z] 03:51:01 155860 0 615848 32.73 2620 1107216 1077920 36.79 421500 1105972 8 [2021-03-23T03:54:03.028Z] 03:52:01 70060 0 693124 36.84 2620 1115740 1513712 51.66 586712 1015544 89672 [2021-03-23T03:54:03.028Z] 03:53:01 144504 0 773264 41.10 1564 962212 1240164 42.32 581036 827884 300 [2021-03-23T03:54:03.028Z] Average: 144593 0 642407 34.14 2503 1092041 1149915 39.24 450268 1072444 10007 [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] 03:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-23T03:54:03.028Z] 03:45:01 eth0 99.17 90.78 454.61 31.40 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:45:01 docker0 34.21 27.15 3.32 113.31 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:46:01 eth0 1.67 0.78 1.02 0.05 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:47:01 eth0 1.15 0.47 0.43 0.21 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:48:01 eth0 0.47 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:49:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:52:01 eth0 407.16 355.70 4071.00 27.38 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:53:01 eth0 465.56 410.50 3455.61 97.98 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:53:01 veth2252e26 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] 03:53:01 docker0 55.51 54.29 5.10 221.75 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] Average: eth0 108.47 95.48 888.14 17.46 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] Average: veth2252e26 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] Average: docker0 9.93 9.02 0.93 37.11 0.00 0.00 0.00 0.00 [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] ---> sar -P ALL: [2021-03-23T03:54:03.028Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] 03:43:09 LINUX RESTART (4 CPU) [2021-03-23T03:54:03.028Z] [2021-03-23T03:54:03.028Z] 03:44:02 CPU %user %nice %system %iowait %steal %idle [2021-03-23T03:54:03.028Z] 03:45:01 all 2.83 0.00 1.79 0.58 0.08 94.72 [2021-03-23T03:54:03.028Z] 03:45:01 0 2.77 0.00 2.08 0.43 0.07 94.66 [2021-03-23T03:54:03.029Z] 03:45:01 1 2.54 0.00 2.05 1.50 0.07 93.85 [2021-03-23T03:54:03.029Z] 03:45:01 2 3.16 0.00 1.76 0.09 0.09 94.92 [2021-03-23T03:54:03.029Z] 03:45:01 3 2.87 0.00 1.26 0.31 0.09 95.48 [2021-03-23T03:54:03.029Z] 03:46:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-03-23T03:54:03.029Z] 03:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-23T03:54:03.029Z] 03:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-23T03:54:03.029Z] 03:46:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-23T03:54:03.029Z] 03:46:01 3 0.57 0.00 0.07 0.00 0.00 99.37 [2021-03-23T03:54:03.029Z] 03:47:01 all 0.17 0.00 0.09 0.00 0.01 99.73 [2021-03-23T03:54:03.029Z] 03:47:01 0 0.03 0.00 0.12 0.00 0.02 99.83 [2021-03-23T03:54:03.029Z] 03:47:01 1 0.12 0.00 0.08 0.00 0.00 99.80 [2021-03-23T03:54:03.029Z] 03:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-23T03:54:03.029Z] 03:47:01 3 0.47 0.00 0.08 0.00 0.02 99.43 [2021-03-23T03:54:03.029Z] 03:48:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-03-23T03:54:03.029Z] 03:48:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-23T03:54:03.029Z] 03:48:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-23T03:54:03.029Z] 03:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-23T03:54:03.029Z] 03:48:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-23T03:54:03.029Z] 03:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-03-23T03:54:03.029Z] 03:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T03:54:03.029Z] 03:49:01 1 0.37 0.00 0.05 0.00 0.00 99.58 [2021-03-23T03:54:03.029Z] 03:49:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-03-23T03:54:03.029Z] 03:49:01 3 0.20 0.00 0.00 0.00 0.00 99.80 [2021-03-23T03:54:03.029Z] 03:50:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-03-23T03:54:03.029Z] 03:50:01 0 0.00 0.00 0.07 0.00 0.00 99.93 [2021-03-23T03:54:03.029Z] 03:50:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-03-23T03:54:03.029Z] 03:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T03:54:03.029Z] 03:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-23T03:54:03.029Z] 03:51:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-03-23T03:54:03.029Z] 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T03:54:03.029Z] 03:51:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-03-23T03:54:03.029Z] 03:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-23T03:54:03.029Z] 03:51:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-23T03:54:03.029Z] 03:52:01 all 2.90 0.00 1.81 0.09 0.03 95.18 [2021-03-23T03:54:03.029Z] 03:52:01 0 2.95 0.00 2.04 0.15 0.02 94.84 [2021-03-23T03:54:03.029Z] 03:52:01 1 3.30 0.00 1.58 0.02 0.03 95.07 [2021-03-23T03:54:03.029Z] 03:52:01 2 2.82 0.00 1.96 0.02 0.03 95.17 [2021-03-23T03:54:03.029Z] 03:52:01 3 2.52 0.00 1.65 0.17 0.03 95.63 [2021-03-23T03:54:03.029Z] 03:53:01 all 16.07 0.00 11.72 5.89 0.30 66.01 [2021-03-23T03:54:03.029Z] 03:53:01 0 14.94 0.00 11.13 4.61 0.30 69.02 [2021-03-23T03:54:03.029Z] 03:53:01 1 16.72 0.00 11.18 7.50 0.33 64.26 [2021-03-23T03:54:03.029Z] 03:53:01 2 16.89 0.00 12.08 6.97 0.24 63.82 [2021-03-23T03:54:03.029Z] 03:53:01 3 15.74 0.00 12.48 4.46 0.35 66.97 [2021-03-23T03:54:03.029Z] Average: all 2.47 0.00 1.69 0.71 0.05 95.09 [2021-03-23T03:54:03.029Z] Average: 0 2.24 0.00 1.68 0.56 0.04 95.47 [2021-03-23T03:54:03.029Z] Average: 1 2.63 0.00 1.64 0.97 0.05 94.71 [2021-03-23T03:54:03.029Z] Average: 2 2.52 0.00 1.75 0.76 0.04 94.93 [2021-03-23T03:54:03.029Z] Average: 3 2.48 0.00 1.69 0.53 0.05 95.25 [2021-03-23T03:54:03.029Z] [2021-03-23T03:54:03.029Z] [2021-03-23T03:54:03.029Z]