Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3778f220d06894e70adc087f295b3bfdc904cdc4 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31531 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 Checking out Revision 3778f220d06894e70adc087f295b3bfdc904cdc4 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > 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 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-26T08:10:55.793Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-26T08:10:56.100Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-26T08:10:56.205Z] ========================================================= [2021-03-26T08:10:56.205Z] EdgeX Global Pipelines Version Info [2021-03-26T08:10:56.205Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:10:57.633Z] ------------------- [2021-03-26T08:10:57.633Z] stable info: [2021-03-26T08:10:57.633Z] ------------------- [2021-03-26T08:10:57.633Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-26T08:10:57.633Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-26T08:10:57.633Z] Message: update stable to v1.0.186 [2021-03-26T08:10:58.578Z] ------------------- [2021-03-26T08:10:58.578Z] experimental info: [2021-03-26T08:10:58.578Z] ------------------- [2021-03-26T08:10:58.578Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-26T08:10:58.578Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-26T08:10:58.578Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-26T08:10:58.853Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-26T08:10:58.953Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-26T08:10:59.065Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-26T08:10:59.166Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-26T08:10:59.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-26T08:10:59.358Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-26T08:10:59.451Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-26T08:10:59.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-26T08:10:59.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-26T08:10:59.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-26T08:10:59.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-26T08:10:59.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-26T08:11:00.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-26T08:11:00.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-26T08:11:00.293Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T08:11:00.389Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T08:11:00.485Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T08:11:00.576Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T08:11:00.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-26T08:11:00.893Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-26T08:11:00.994Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-26T08:11:01.107Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-26T08:11:01.198Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-26T08:11:01.290Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-26T08:11:01.431Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-26T08:11:01.551Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-26T08:11:01.669Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-26T08:11:01.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-26T08:11:01.868Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-26T08:11:01.955Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3778f220d06894e70adc087f295b3bfdc904cdc4 [Pipeline] echo [2021-03-26T08:11:02.047Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3778f22 [Pipeline] echo [2021-03-26T08:11:02.138Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T08:11:02.320Z] provisioning config files... [2021-03-26T08:11:02.351Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8416969571425532305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:11:02.706Z] ---> docker-login.sh [2021-03-26T08:11:02.706Z] nexus3.edgexfoundry.org:10001 [2021-03-26T08:11:02.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:11:02.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:11:02.969Z] Configure a credential helper to remove this warning. See [2021-03-26T08:11:02.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:11:02.969Z] [2021-03-26T08:11:02.969Z] Login Succeeded [2021-03-26T08:11:02.969Z] nexus3.edgexfoundry.org:10002 [2021-03-26T08:11:03.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:11:03.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:11:03.230Z] Configure a credential helper to remove this warning. See [2021-03-26T08:11:03.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:11:03.230Z] [2021-03-26T08:11:03.230Z] Login Succeeded [2021-03-26T08:11:03.230Z] nexus3.edgexfoundry.org:10003 [2021-03-26T08:11:03.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:11:03.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:11:03.492Z] Configure a credential helper to remove this warning. See [2021-03-26T08:11:03.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:11:03.492Z] [2021-03-26T08:11:03.492Z] Login Succeeded [2021-03-26T08:11:03.492Z] nexus3.edgexfoundry.org:10004 [2021-03-26T08:11:03.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:11:03.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:11:03.753Z] Configure a credential helper to remove this warning. See [2021-03-26T08:11:03.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:11:03.753Z] [2021-03-26T08:11:03.753Z] Login Succeeded [2021-03-26T08:11:03.753Z] docker.io [2021-03-26T08:11:03.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:11:04.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:11:04.015Z] Configure a credential helper to remove this warning. See [2021-03-26T08:11:04.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:11:04.015Z] [2021-03-26T08:11:04.015Z] Login Succeeded [2021-03-26T08:11:04.015Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T08:11:04.024Z] 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-26T08:11:04.901Z] + git log --format=format:%s -1 3778f220d06894e70adc087f295b3bfdc904cdc4 [Pipeline] echo [2021-03-26T08:11:04.964Z] GIT_COMMIT: 3778f220d06894e70adc087f295b3bfdc904cdc4, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-26T08:11:05.018Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:11:06.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T08:11:06.056Z] [2021-03-26T08:11:06.056Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:11:06.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T08:11:06.404Z] latest: Pulling from edgex-devops/git-semver [2021-03-26T08:11:06.404Z] 31603596830f: Pulling fs layer [2021-03-26T08:11:06.404Z] 2a8b12db71e7: Pulling fs layer [2021-03-26T08:11:06.404Z] 6ca5941a6612: Pulling fs layer [2021-03-26T08:11:06.404Z] ecc8261a40a4: Pulling fs layer [2021-03-26T08:11:06.404Z] ecc8261a40a4: Waiting [2021-03-26T08:11:06.404Z] 2a8b12db71e7: Verifying Checksum [2021-03-26T08:11:06.404Z] 2a8b12db71e7: Download complete [2021-03-26T08:11:06.666Z] 31603596830f: Verifying Checksum [2021-03-26T08:11:06.666Z] 31603596830f: Download complete [2021-03-26T08:11:06.666Z] ecc8261a40a4: Verifying Checksum [2021-03-26T08:11:06.666Z] ecc8261a40a4: Download complete [2021-03-26T08:11:06.666Z] 6ca5941a6612: Verifying Checksum [2021-03-26T08:11:06.666Z] 6ca5941a6612: Download complete [2021-03-26T08:11:06.926Z] 31603596830f: Pull complete [2021-03-26T08:11:07.189Z] 2a8b12db71e7: Pull complete [2021-03-26T08:11:07.780Z] 6ca5941a6612: Pull complete [2021-03-26T08:11:08.041Z] ecc8261a40a4: Pull complete [2021-03-26T08:11:08.041Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-26T08:11:08.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T08:11:08.041Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-26T08:11:08.142Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:11:08.186Z] $ 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-26T08:11:10.321Z] $ docker top 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T08:11:10.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T08:11:10.617Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T08:11:10.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T08:11:10.825Z] $ docker exec 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c ssh-agent [2021-03-26T08:11:10.994Z] SSH_AUTH_SOCK=/tmp/ssh-4Ny40Rf43BgP/agent.11 [2021-03-26T08:11:10.994Z] SSH_AGENT_PID=16 [2021-03-26T08:11:11.004Z] Running ssh-add (command line suppressed) [2021-03-26T08:11:11.123Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2380492693804628365.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2380492693804628365.key) [2021-03-26T08:11:11.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T08:11:11.509Z] + git tag --points-at HEAD [Pipeline] } [2021-03-26T08:11:11.527Z] $ docker exec --env ******** --env ******** 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c ssh-agent -k [2021-03-26T08:11:11.633Z] unset SSH_AUTH_SOCK; [2021-03-26T08:11:11.633Z] unset SSH_AGENT_PID; [2021-03-26T08:11:11.633Z] echo Agent pid 16 killed; [2021-03-26T08:11:11.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-26T08:11:11.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T08:11:11.968Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T08:11:12.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T08:11:12.159Z] $ docker exec 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c ssh-agent [2021-03-26T08:11:12.339Z] SSH_AUTH_SOCK=/tmp/ssh-ZXGnFir6yXWA/agent.44 [2021-03-26T08:11:12.339Z] SSH_AGENT_PID=50 [2021-03-26T08:11:12.347Z] Running ssh-add (command line suppressed) [2021-03-26T08:11:12.482Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6913103035399231623.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6913103035399231623.key) [2021-03-26T08:11:12.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T08:11:12.898Z] + git semver init [2021-03-26T08:11:12.898Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T08:11:12.898Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-26T08:11:12.898Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-26T08:11:12.898Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T08:11:12.898Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T08:11:12.898Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T08:11:12.898Z] # $SEMVER_BRANCH = master [2021-03-26T08:11:12.898Z] # $SEMVER_TEMP = /tmp/semver-898517775 [2021-03-26T08:11:12.898Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-26T08:11:14.289Z] # '/tmp/semver-898517775' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-26T08:11:14.289Z] # -> Force: false [2021-03-26T08:11:14.289Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-26T08:11:14.299Z] $ docker exec --env ******** --env ******** 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c ssh-agent -k [2021-03-26T08:11:14.419Z] unset SSH_AUTH_SOCK; [2021-03-26T08:11:14.420Z] unset SSH_AGENT_PID; [2021-03-26T08:11:14.420Z] echo Agent pid 50 killed; [2021-03-26T08:11:14.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T08:11:14.945Z] + git semver [Pipeline] } [2021-03-26T08:11:14.960Z] $ docker stop --time=1 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c [2021-03-26T08:11:16.360Z] $ docker rm -f 7dd6a0a0faab034c890b421a0cbcb02d5a1a61e7321f638a426e6bfad5100e1c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T08:11:16.848Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-26T08:11:17.260Z] Stashed 1 file(s) [Pipeline] echo [2021-03-26T08:11:17.263Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.24 [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-26T08:11:32.976Z] Still waiting to schedule task [2021-03-26T08:11:32.977Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-26T08:11:32.980Z] Still waiting to schedule task [2021-03-26T08:11:32.980Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-26T08:14:05.865Z] Running on prd-centos7-docker-4c-2g-31532 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-26T08:14:05.927Z] Running in /w/workspace/edgex-ui-go/82 [Pipeline] { [Pipeline] checkout [2021-03-26T08:14:08.497Z] using credential edgex-jenkins-ssh [2021-03-26T08:14:08.556Z] Cloning the remote Git repository [2021-03-26T08:14:08.585Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T08:14:08.655Z] > git init /w/workspace/edgex-ui-go/82 # timeout=10 [2021-03-26T08:14:08.716Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T08:14:08.717Z] > git --version # timeout=10 [2021-03-26T08:14:08.725Z] > git --version # 'git version 2.24.3' [2021-03-26T08:14:08.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T08:14:08.759Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T08:14:10.003Z] Checking out Revision 3778f220d06894e70adc087f295b3bfdc904cdc4 (master) [2021-03-26T08:14:09.619Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T08:14:09.628Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T08:14:09.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T08:14:09.658Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T08:14:09.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T08:14:09.664Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T08:14:10.011Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T08:14:10.020Z] > git checkout -f 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [2021-03-26T08:14:13.774Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T08:14:15.482Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-26T08:14:15.811Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T08:14:16.123Z] + sudo service docker restart [2021-03-26T08:14:16.123Z] + true [2021-03-26T08:14:16.123Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T08:14:17.602Z] provisioning config files... [2021-03-26T08:14:17.641Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/82@tmp/config2022088062109258979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:14:18.023Z] ---> docker-login.sh [2021-03-26T08:14:18.023Z] nexus3.edgexfoundry.org:10001 [2021-03-26T08:14:18.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:14:18.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:14:18.288Z] Configure a credential helper to remove this warning. See [2021-03-26T08:14:18.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:14:18.288Z] [2021-03-26T08:14:18.288Z] Login Succeeded [2021-03-26T08:14:18.288Z] nexus3.edgexfoundry.org:10002 [2021-03-26T08:14:18.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:14:18.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:14:18.551Z] Configure a credential helper to remove this warning. See [2021-03-26T08:14:18.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:14:18.551Z] [2021-03-26T08:14:18.551Z] Login Succeeded [2021-03-26T08:14:18.551Z] nexus3.edgexfoundry.org:10003 [2021-03-26T08:14:18.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:14:18.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:14:18.814Z] Configure a credential helper to remove this warning. See [2021-03-26T08:14:18.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:14:18.814Z] [2021-03-26T08:14:18.814Z] Login Succeeded [2021-03-26T08:14:18.814Z] nexus3.edgexfoundry.org:10004 [2021-03-26T08:14:18.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:14:19.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:14:19.079Z] Configure a credential helper to remove this warning. See [2021-03-26T08:14:19.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:14:19.079Z] [2021-03-26T08:14:19.079Z] Login Succeeded [2021-03-26T08:14:19.079Z] docker.io [2021-03-26T08:14:19.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:14:19.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:14:19.342Z] Configure a credential helper to remove this warning. See [2021-03-26T08:14:19.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:14:19.342Z] [2021-03-26T08:14:19.342Z] Login Succeeded [2021-03-26T08:14:19.342Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T08:14:19.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T08:14:19.726Z] ========================================================= [2021-03-26T08:14:19.726Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-26T08:14:19.726Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:14:20.092Z] + 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-26T08:14:20.355Z] Sending build context to Docker daemon 17.28MB [2021-03-26T08:14:20.355Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T08:14:20.355Z] Step 2/8 : FROM ${BASE} [2021-03-26T08:14:20.620Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-26T08:14:20.620Z] 188c0c94c7c5: Pulling fs layer [2021-03-26T08:14:20.620Z] 0ef7d3d256c8: Pulling fs layer [2021-03-26T08:14:20.620Z] de9db76c5a1d: Pulling fs layer [2021-03-26T08:14:20.620Z] bca2f99d35d6: Pulling fs layer [2021-03-26T08:14:20.620Z] 93359f2a8cfa: Pulling fs layer [2021-03-26T08:14:20.620Z] 7c6f9722023f: Pulling fs layer [2021-03-26T08:14:20.620Z] a35cf1a2eb13: Pulling fs layer [2021-03-26T08:14:20.620Z] 93359f2a8cfa: Waiting [2021-03-26T08:14:20.620Z] 7c6f9722023f: Waiting [2021-03-26T08:14:20.620Z] a35cf1a2eb13: Waiting [2021-03-26T08:14:20.620Z] bca2f99d35d6: Waiting [2021-03-26T08:14:20.620Z] de9db76c5a1d: Verifying Checksum [2021-03-26T08:14:20.620Z] de9db76c5a1d: Download complete [2021-03-26T08:14:20.620Z] 0ef7d3d256c8: Download complete [2021-03-26T08:14:20.620Z] 93359f2a8cfa: Verifying Checksum [2021-03-26T08:14:20.620Z] 93359f2a8cfa: Download complete [2021-03-26T08:14:20.620Z] 7c6f9722023f: Verifying Checksum [2021-03-26T08:14:20.620Z] 7c6f9722023f: Download complete [2021-03-26T08:14:20.620Z] 188c0c94c7c5: Verifying Checksum [2021-03-26T08:14:20.620Z] 188c0c94c7c5: Download complete [2021-03-26T08:14:20.888Z] 188c0c94c7c5: Pull complete [2021-03-26T08:14:21.155Z] 0ef7d3d256c8: Pull complete [2021-03-26T08:14:21.155Z] de9db76c5a1d: Pull complete [2021-03-26T08:14:23.086Z] a35cf1a2eb13: Verifying Checksum [2021-03-26T08:14:23.086Z] a35cf1a2eb13: Download complete [2021-03-26T08:14:23.666Z] bca2f99d35d6: Verifying Checksum [2021-03-26T08:14:23.666Z] bca2f99d35d6: Download complete [2021-03-26T08:14:28.995Z] bca2f99d35d6: Pull complete [2021-03-26T08:14:28.995Z] 93359f2a8cfa: Pull complete [2021-03-26T08:14:29.262Z] 7c6f9722023f: Pull complete [2021-03-26T08:14:33.510Z] a35cf1a2eb13: Pull complete [2021-03-26T08:14:33.510Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-26T08:14:33.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-26T08:14:33.510Z] ---> a62c8e92a672 [2021-03-26T08:14:33.510Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T08:14:33.510Z] ---> Running in ed7122434e4c [2021-03-26T08:14:33.510Z] Removing intermediate container ed7122434e4c [2021-03-26T08:14:33.510Z] ---> def78db17cc1 [2021-03-26T08:14:33.510Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T08:14:33.781Z] ---> Running in 8fafc70ef511 [2021-03-26T08:14:34.742Z] Removing intermediate container 8fafc70ef511 [2021-03-26T08:14:34.742Z] ---> 0b1e5a62f0e4 [2021-03-26T08:14:34.742Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-26T08:14:34.742Z] ---> Running in 7e6cd35ea2f2 [2021-03-26T08:14:35.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T08:14:37.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T08:14:41.476Z] OK: 166 MiB in 39 packages [2021-03-26T08:14:41.476Z] Removing intermediate container 7e6cd35ea2f2 [2021-03-26T08:14:41.476Z] ---> 422b147f9269 [2021-03-26T08:14:41.476Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-26T08:14:41.476Z] ---> Running in f922c745de0d [2021-03-26T08:14:41.476Z] Removing intermediate container f922c745de0d [2021-03-26T08:14:41.476Z] ---> 4454e437f2a9 [2021-03-26T08:14:41.476Z] Step 7/8 : COPY . . [2021-03-26T08:14:44.046Z] ---> d41b9896c140 [2021-03-26T08:14:44.046Z] Step 8/8 : RUN go mod download [2021-03-26T08:14:44.046Z] ---> Running in 2043e5c89e56 [2021-03-26T08:15:14.537Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31533 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-26T08:15:14.596Z] Running in /w/workspace/edgex-ui-go/82 [Pipeline] { [Pipeline] checkout [2021-03-26T08:15:16.300Z] Removing intermediate container 2043e5c89e56 [2021-03-26T08:15:16.300Z] ---> fee0e3fb6fe4 [2021-03-26T08:15:16.300Z] Successfully built fee0e3fb6fe4 [2021-03-26T08:15:16.300Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:15:16.627Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T08:15:16.627Z] . [Pipeline] withDockerContainer [2021-03-26T08:15:16.760Z] prd-centos7-docker-4c-2g-31532 does not seem to be running inside a container [2021-03-26T08:15:16.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/82 -v /w/workspace/edgex-ui-go/82:/w/workspace/edgex-ui-go/82:rw,z -v /w/workspace/edgex-ui-go/82@tmp:/w/workspace/edgex-ui-go/82@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-26T08:15:17.670Z] $ docker top 4b57d80b1d763c7500a04d6eb7e5549bcc68c959de44aaa5745c25c80d313635 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T08:15:18.197Z] + go version [2021-03-26T08:15:18.198Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-26T08:15:18.209Z] $ docker stop --time=1 4b57d80b1d763c7500a04d6eb7e5549bcc68c959de44aaa5745c25c80d313635 [2021-03-26T08:15:19.545Z] $ docker rm -f 4b57d80b1d763c7500a04d6eb7e5549bcc68c959de44aaa5745c25c80d313635 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-26T08:15:19.853Z] using credential edgex-jenkins-ssh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-03-26T08:15:19.961Z] Cloning the remote Git repository [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:15:20.372Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T08:15:20.372Z] . [Pipeline] withDockerContainer [2021-03-26T08:15:20.471Z] prd-centos7-docker-4c-2g-31532 does not seem to be running inside a container [2021-03-26T08:15:20.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/82 -v /w/workspace/edgex-ui-go/82:/w/workspace/edgex-ui-go/82:rw,z -v /w/workspace/edgex-ui-go/82@tmp:/w/workspace/edgex-ui-go/82@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-26T08:15:20.018Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T08:15:20.131Z] > git init /w/workspace/edgex-ui-go/82 # timeout=10 [2021-03-26T08:15:20.281Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T08:15:20.282Z] > git --version # timeout=10 [2021-03-26T08:15:20.302Z] > git --version # 'git version 2.17.1' [2021-03-26T08:15:20.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T08:15:20.528Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T08:15:21.390Z] $ docker top a93507c4668126475570e1155efead944bee5b1b5628086fa5cf334bc3f0b500 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T08:15:21.859Z] + make test [2021-03-26T08:15:21.859Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-26T08:15:22.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T08:15:22.045Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T08:15:22.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T08:15:22.108Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T08:15:22.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T08:15:22.120Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T08:15:22.575Z] Checking out Revision 3778f220d06894e70adc087f295b3bfdc904cdc4 (master) [2021-03-26T08:15:23.276Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-26T08:15:22.597Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T08:15:22.610Z] > git checkout -f 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [2021-03-26T08:15:27.355Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T08:15:28.882Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-26T08:15:29.329Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T08:15:29.673Z] + sudo service docker restart [2021-03-26T08:15:29.673Z] + true [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-26T08:15:31.523Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-26T08:15:31.523Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T08:15:31.749Z] provisioning config files... [2021-03-26T08:15:31.792Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/82@tmp/config4325583602576322398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:15:32.197Z] ---> docker-login.sh [2021-03-26T08:15:32.197Z] nexus3.edgexfoundry.org:10001 [2021-03-26T08:15:33.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:15:33.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:15:33.452Z] Configure a credential helper to remove this warning. See [2021-03-26T08:15:33.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:15:33.452Z] [2021-03-26T08:15:33.452Z] Login Succeeded [2021-03-26T08:15:33.452Z] nexus3.edgexfoundry.org:10002 [Pipeline] } [2021-03-26T08:15:33.481Z] $ docker stop --time=1 a93507c4668126475570e1155efead944bee5b1b5628086fa5cf334bc3f0b500 [2021-03-26T08:15:33.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:15:34.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:15:34.008Z] Configure a credential helper to remove this warning. See [2021-03-26T08:15:34.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:15:34.008Z] [2021-03-26T08:15:34.008Z] Login Succeeded [2021-03-26T08:15:34.008Z] nexus3.edgexfoundry.org:10003 [2021-03-26T08:15:34.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:15:34.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:15:34.553Z] Configure a credential helper to remove this warning. See [2021-03-26T08:15:34.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:15:34.553Z] [2021-03-26T08:15:34.553Z] Login Succeeded [2021-03-26T08:15:34.553Z] nexus3.edgexfoundry.org:10004 [2021-03-26T08:15:34.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:15:35.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:15:35.107Z] Configure a credential helper to remove this warning. See [2021-03-26T08:15:35.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:15:35.107Z] [2021-03-26T08:15:35.107Z] Login Succeeded [2021-03-26T08:15:35.107Z] docker.io [2021-03-26T08:15:35.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:15:35.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:15:35.653Z] Configure a credential helper to remove this warning. See [2021-03-26T08:15:35.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:15:35.653Z] [2021-03-26T08:15:35.653Z] Login Succeeded [2021-03-26T08:15:35.653Z] ---> docker-login.sh ends [2021-03-26T08:15:35.828Z] $ docker rm -f a93507c4668126475570e1155efead944bee5b1b5628086fa5cf334bc3f0b500 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-03-26T08:15:36.112Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-26T08:15:36.371Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo [2021-03-26T08:15:36.589Z] ========================================================= [2021-03-26T08:15:36.589Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-26T08:15:36.589Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:15:36.757Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-26T08:15:37.022Z] + 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 . [Pipeline] stage [Pipeline] { (Build) [2021-03-26T08:15:37.639Z] Sending build context to Docker daemon 17.28MB [Pipeline] sh [2021-03-26T08:15:37.915Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T08:15:37.915Z] Step 2/8 : FROM ${BASE} [2021-03-26T08:15:37.916Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-26T08:15:37.916Z] 5f621e34cdf4: Pulling fs layer [2021-03-26T08:15:37.916Z] a4357932f1b6: Pulling fs layer [2021-03-26T08:15:37.916Z] 18c013af1878: Pulling fs layer [2021-03-26T08:15:37.916Z] 00ac8860ef70: Pulling fs layer [2021-03-26T08:15:37.916Z] 63d7cb157983: Pulling fs layer [2021-03-26T08:15:37.916Z] b116817d02f9: Pulling fs layer [2021-03-26T08:15:37.916Z] 745a02a5169b: Pulling fs layer [2021-03-26T08:15:37.916Z] 00ac8860ef70: Waiting [2021-03-26T08:15:37.916Z] 63d7cb157983: Waiting [2021-03-26T08:15:37.916Z] b116817d02f9: Waiting [2021-03-26T08:15:37.916Z] 745a02a5169b: Waiting [2021-03-26T08:15:37.916Z] 18c013af1878: Verifying Checksum [2021-03-26T08:15:37.916Z] 18c013af1878: Download complete [2021-03-26T08:15:37.916Z] a4357932f1b6: Download complete [2021-03-26T08:15:37.916Z] 63d7cb157983: Verifying Checksum [2021-03-26T08:15:37.916Z] 63d7cb157983: Download complete [2021-03-26T08:15:37.916Z] 5f621e34cdf4: Verifying Checksum [2021-03-26T08:15:37.916Z] b116817d02f9: Download complete [2021-03-26T08:15:38.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-26T08:15:38.360Z] + ls -al . [2021-03-26T08:15:38.360Z] total 92 [2021-03-26T08:15:38.360Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 26 08:15 . [2021-03-26T08:15:38.360Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 26 08:14 .. [2021-03-26T08:15:38.360Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 26 08:14 assets [2021-03-26T08:15:38.360Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 26 08:14 bin [2021-03-26T08:15:38.360Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 26 08:14 cmd [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 26 08:14 CONTRIBUTING.md [2021-03-26T08:15:38.360Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 26 08:15 coverage.out [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 26 08:14 Dockerfile [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 26 08:14 Dockerfile.build [2021-03-26T08:15:38.360Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 26 08:14 docs [2021-03-26T08:15:38.360Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 26 08:14 .git [2021-03-26T08:15:38.360Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 26 08:14 .github [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 26 08:14 .gitignore [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 26 08:14 go.mod [2021-03-26T08:15:38.360Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 26 08:15 go.sum [2021-03-26T08:15:38.360Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 26 08:14 internal [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 26 08:14 Jenkinsfile [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 26 08:14 LICENSE [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 26 08:14 Makefile [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 26 08:14 README.md [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 26 08:11 VERSION [2021-03-26T08:15:38.360Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 26 08:14 version.go [2021-03-26T08:15:38.360Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 26 08:14 web [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:15:38.669Z] + 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=3778f220d06894e70adc087f295b3bfdc904cdc4 --label arch=amd64 --label version=2.0.0-dev.24 . [2021-03-26T08:15:38.932Z] Sending build context to Docker daemon 17.31MB [2021-03-26T08:15:38.932Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T08:15:38.932Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-26T08:15:38.932Z] ---> fee0e3fb6fe4 [2021-03-26T08:15:38.932Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-26T08:15:38.933Z] 5f621e34cdf4: Pull complete [2021-03-26T08:15:39.210Z] a4357932f1b6: Pull complete [2021-03-26T08:15:39.818Z] 18c013af1878: Pull complete [2021-03-26T08:15:39.878Z] ---> Running in 91ea20880509 [2021-03-26T08:15:39.878Z] Removing intermediate container 91ea20880509 [2021-03-26T08:15:39.878Z] ---> ef1ba69f1002 [2021-03-26T08:15:39.878Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-26T08:15:39.878Z] ---> Running in c576d0cf4637 [2021-03-26T08:15:40.140Z] Removing intermediate container c576d0cf4637 [2021-03-26T08:15:40.140Z] ---> fe2b921c7001 [2021-03-26T08:15:40.140Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-26T08:15:40.140Z] ---> Running in b8dcbb24ac40 [2021-03-26T08:15:40.404Z] Removing intermediate container b8dcbb24ac40 [2021-03-26T08:15:40.404Z] ---> 97735862cd0a [2021-03-26T08:15:40.404Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-26T08:15:40.404Z] ---> Running in fd4465d11feb [2021-03-26T08:15:40.416Z] 745a02a5169b: Verifying Checksum [2021-03-26T08:15:40.416Z] 745a02a5169b: Download complete [2021-03-26T08:15:40.668Z] Removing intermediate container fd4465d11feb [2021-03-26T08:15:40.668Z] ---> be132b774448 [2021-03-26T08:15:40.668Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-26T08:15:40.668Z] ---> Running in 7c4e922f2863 [2021-03-26T08:15:40.668Z] Removing intermediate container 7c4e922f2863 [2021-03-26T08:15:40.668Z] ---> e4e50d29b9a5 [2021-03-26T08:15:40.668Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T08:15:40.932Z] ---> Running in 77feef765cb7 [2021-03-26T08:15:41.400Z] 00ac8860ef70: Verifying Checksum [2021-03-26T08:15:41.401Z] 00ac8860ef70: Download complete [2021-03-26T08:15:41.880Z] Removing intermediate container 77feef765cb7 [2021-03-26T08:15:41.880Z] ---> b6de9e10c7b7 [2021-03-26T08:15:41.880Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-26T08:15:41.880Z] ---> Running in c113ae23fa51 [2021-03-26T08:15:42.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T08:15:44.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T08:15:48.605Z] OK: 166 MiB in 39 packages [2021-03-26T08:15:48.605Z] Removing intermediate container c113ae23fa51 [2021-03-26T08:15:48.605Z] ---> 9b760df70246 [2021-03-26T08:15:48.605Z] Step 10/24 : ENV GO111MODULE=on [2021-03-26T08:15:48.605Z] ---> Running in 83485319593e [2021-03-26T08:15:48.605Z] Removing intermediate container 83485319593e [2021-03-26T08:15:48.605Z] ---> e34bb5466337 [2021-03-26T08:15:48.605Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-26T08:15:48.605Z] ---> Running in ddb43f65748a [2021-03-26T08:15:48.870Z] Removing intermediate container ddb43f65748a [2021-03-26T08:15:48.870Z] ---> 51e0198a0eff [2021-03-26T08:15:48.870Z] Step 12/24 : COPY go.mod . [2021-03-26T08:15:49.134Z] ---> 6a37fbe626e8 [2021-03-26T08:15:49.134Z] Step 13/24 : COPY Makefile . [2021-03-26T08:15:49.134Z] ---> 4f1483b1d187 [2021-03-26T08:15:49.134Z] Step 14/24 : RUN make update [2021-03-26T08:15:49.402Z] ---> Running in 46b41f929919 [2021-03-26T08:15:49.689Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-26T08:15:50.653Z] Removing intermediate container 46b41f929919 [2021-03-26T08:15:50.653Z] ---> abd70a701ebe [2021-03-26T08:15:50.653Z] Step 15/24 : COPY . . [2021-03-26T08:15:51.571Z] 00ac8860ef70: Pull complete [2021-03-26T08:15:51.571Z] 63d7cb157983: Pull complete [2021-03-26T08:15:51.843Z] b116817d02f9: Pull complete [2021-03-26T08:15:52.047Z] ---> 0b37eb7fb763 [2021-03-26T08:15:52.047Z] Step 16/24 : RUN ${MAKE} [2021-03-26T08:15:52.309Z] ---> Running in edf865156afe [2021-03-26T08:15:52.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.24" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-26T08:15:56.156Z] 745a02a5169b: Pull complete [2021-03-26T08:15:56.156Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-26T08:15:56.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-26T08:15:56.156Z] ---> b7e6874047d6 [2021-03-26T08:15:56.156Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T08:15:58.789Z] ---> Running in e39195f0a2f6 [2021-03-26T08:15:58.789Z] Removing intermediate container e39195f0a2f6 [2021-03-26T08:15:58.789Z] ---> 30304dbededa [2021-03-26T08:15:58.789Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T08:15:58.789Z] ---> Running in 5e3fdc26ca6a [2021-03-26T08:16:00.810Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-26T08:16:01.422Z] Removing intermediate container 5e3fdc26ca6a [2021-03-26T08:16:01.422Z] ---> fcd76b8b241e [2021-03-26T08:16:01.422Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-26T08:16:01.422Z] ---> Running in 50f52e6d0314 [2021-03-26T08:16:02.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T08:16:04.131Z] Removing intermediate container edf865156afe [2021-03-26T08:16:04.132Z] ---> 306479ed4ae7 [2021-03-26T08:16:04.132Z] Step 17/24 : FROM alpine:3.12 [2021-03-26T08:16:04.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T08:16:04.393Z] 3.12: Pulling from library/alpine [2021-03-26T08:16:04.393Z] 22599d3e9e25: Pulling fs layer [2021-03-26T08:16:04.656Z] 22599d3e9e25: Verifying Checksum [2021-03-26T08:16:04.656Z] 22599d3e9e25: Download complete [2021-03-26T08:16:04.919Z] 22599d3e9e25: Pull complete [2021-03-26T08:16:04.919Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T08:16:04.919Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T08:16:04.919Z] ---> 42cb162f0360 [2021-03-26T08:16:04.919Z] Step 18/24 : EXPOSE 4000 [2021-03-26T08:16:04.919Z] ---> Running in f06ce34aaf00 [2021-03-26T08:16:05.180Z] Removing intermediate container f06ce34aaf00 [2021-03-26T08:16:05.180Z] ---> 13b22484838f [2021-03-26T08:16:05.180Z] 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-26T08:16:06.128Z] ---> cef0a86967d3 [2021-03-26T08:16:06.128Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-26T08:16:06.128Z] ---> Running in c6016c86ad90 [2021-03-26T08:16:06.342Z] OK: 142 MiB in 39 packages [2021-03-26T08:16:06.397Z] Removing intermediate container c6016c86ad90 [2021-03-26T08:16:06.397Z] ---> b6982866a089 [2021-03-26T08:16:06.397Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-26T08:16:06.397Z] ---> Running in 5995444abf1d [2021-03-26T08:16:06.397Z] Removing intermediate container 5995444abf1d [2021-03-26T08:16:06.397Z] ---> f9fa1c1cc884 [2021-03-26T08:16:06.397Z] Step 22/24 : LABEL arch=amd64 [2021-03-26T08:16:06.659Z] ---> Running in 89548f10e42c [2021-03-26T08:16:06.659Z] Removing intermediate container 89548f10e42c [2021-03-26T08:16:06.659Z] ---> d36371f7c612 [2021-03-26T08:16:06.659Z] Step 23/24 : LABEL git_sha=3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:16:06.659Z] ---> Running in 5f9953f69a8d [2021-03-26T08:16:06.920Z] Removing intermediate container 5f9953f69a8d [2021-03-26T08:16:06.920Z] ---> 75941500e15a [2021-03-26T08:16:06.920Z] Step 24/24 : LABEL version=2.0.0-dev.24 [2021-03-26T08:16:06.920Z] ---> Running in 7e3f15562b50 [2021-03-26T08:16:07.183Z] Removing intermediate container 7e3f15562b50 [2021-03-26T08:16:07.183Z] ---> d0c429b4ec85 [2021-03-26T08:16:07.183Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-26T08:16:07.183Z] Successfully built d0c429b4ec85 [2021-03-26T08:16:07.183Z] 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-26T08:16:07.545Z] provisioning config files... [2021-03-26T08:16:07.577Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/82@tmp/config3148690322606204254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:16:07.780Z] Removing intermediate container 50f52e6d0314 [2021-03-26T08:16:07.780Z] ---> 7f50fe23aa04 [2021-03-26T08:16:07.780Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-26T08:16:07.780Z] ---> Running in a4af82742179 [2021-03-26T08:16:07.943Z] ---> docker-login.sh [2021-03-26T08:16:07.944Z] nexus3.edgexfoundry.org:10001 [2021-03-26T08:16:07.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:16:08.054Z] Removing intermediate container a4af82742179 [2021-03-26T08:16:08.054Z] ---> eb947cc4c1d4 [2021-03-26T08:16:08.054Z] Step 7/8 : COPY . . [2021-03-26T08:16:08.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:16:08.206Z] Configure a credential helper to remove this warning. See [2021-03-26T08:16:08.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:16:08.206Z] [2021-03-26T08:16:08.206Z] Login Succeeded [2021-03-26T08:16:08.206Z] nexus3.edgexfoundry.org:10002 [2021-03-26T08:16:08.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:16:08.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:16:08.206Z] Configure a credential helper to remove this warning. See [2021-03-26T08:16:08.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:16:08.206Z] [2021-03-26T08:16:08.206Z] Login Succeeded [2021-03-26T08:16:08.206Z] nexus3.edgexfoundry.org:10003 [2021-03-26T08:16:08.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:16:08.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:16:08.469Z] Configure a credential helper to remove this warning. See [2021-03-26T08:16:08.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:16:08.469Z] [2021-03-26T08:16:08.469Z] Login Succeeded [2021-03-26T08:16:08.469Z] nexus3.edgexfoundry.org:10004 [2021-03-26T08:16:08.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:16:08.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:16:08.731Z] Configure a credential helper to remove this warning. See [2021-03-26T08:16:08.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:16:08.731Z] [2021-03-26T08:16:08.731Z] Login Succeeded [2021-03-26T08:16:08.731Z] docker.io [2021-03-26T08:16:08.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:16:08.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:16:08.994Z] Configure a credential helper to remove this warning. See [2021-03-26T08:16:08.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:16:08.994Z] [2021-03-26T08:16:08.994Z] Login Succeeded [2021-03-26T08:16:08.994Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T08:16:09.003Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-26T08:16:09.231Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-26T08:16:09.231Z] 3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:16:09.231Z] latest [2021-03-26T08:16:09.231Z] 2.0.0-dev.24 [2021-03-26T08:16:09.231Z] 3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [2021-03-26T08:16:09.231Z] master [2021-03-26T08:16:09.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:09.723Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3778f220d06894e70adc087f295b3bfdc904cdc4 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:10.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:16:10.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-26T08:16:10.027Z] c053843fc58c: Preparing [2021-03-26T08:16:10.027Z] fa29914ad24c: Preparing [2021-03-26T08:16:10.608Z] fa29914ad24c: Pushed [2021-03-26T08:16:10.671Z] ---> 0a79605cccf6 [2021-03-26T08:16:10.671Z] Step 8/8 : RUN go mod download [2021-03-26T08:16:10.671Z] ---> Running in d6c0e2d39ab8 [2021-03-26T08:16:11.555Z] c053843fc58c: Pushed [2021-03-26T08:16:11.555Z] 3778f220d06894e70adc087f295b3bfdc904cdc4: digest: sha256:43851d1e4beb1ae31c8743e089cb0ead50ab6008234ab91b7969952ab8ea2628 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:11.863Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:12.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-26T08:16:12.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-26T08:16:12.165Z] c053843fc58c: Preparing [2021-03-26T08:16:12.165Z] fa29914ad24c: Preparing [2021-03-26T08:16:12.165Z] fa29914ad24c: Layer already exists [2021-03-26T08:16:12.165Z] c053843fc58c: Layer already exists [2021-03-26T08:16:12.165Z] latest: digest: sha256:43851d1e4beb1ae31c8743e089cb0ead50ab6008234ab91b7969952ab8ea2628 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:12.470Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.24 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:12.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.24 [2021-03-26T08:16:12.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-26T08:16:12.775Z] c053843fc58c: Preparing [2021-03-26T08:16:12.775Z] fa29914ad24c: Preparing [2021-03-26T08:16:12.775Z] c053843fc58c: Layer already exists [2021-03-26T08:16:12.775Z] fa29914ad24c: Layer already exists [2021-03-26T08:16:12.775Z] 2.0.0-dev.24: digest: sha256:43851d1e4beb1ae31c8743e089cb0ead50ab6008234ab91b7969952ab8ea2628 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:13.085Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:13.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [2021-03-26T08:16:13.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-26T08:16:13.387Z] c053843fc58c: Preparing [2021-03-26T08:16:13.387Z] fa29914ad24c: Preparing [2021-03-26T08:16:13.387Z] fa29914ad24c: Layer already exists [2021-03-26T08:16:13.387Z] c053843fc58c: Layer already exists [2021-03-26T08:16:13.387Z] 3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24: digest: sha256:43851d1e4beb1ae31c8743e089cb0ead50ab6008234ab91b7969952ab8ea2628 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:13.692Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:14.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-26T08:16:14.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-26T08:16:14.166Z] c053843fc58c: Preparing [2021-03-26T08:16:14.166Z] fa29914ad24c: Preparing [2021-03-26T08:16:14.166Z] c053843fc58c: Layer already exists [2021-03-26T08:16:14.166Z] fa29914ad24c: Layer already exists [2021-03-26T08:16:14.166Z] master: digest: sha256:43851d1e4beb1ae31c8743e089cb0ead50ab6008234ab91b7969952ab8ea2628 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-26T08:16:14.361Z] ===================================================== [Pipeline] echo [2021-03-26T08:16:14.409Z] taggedImages: [2021-03-26T08:16:14.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:16:14.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-26T08:16:14.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.24 [2021-03-26T08:16:14.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [2021-03-26T08:16:14.409Z] - 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-26T08:16:15.413Z] ---> job-cost.sh [2021-03-26T08:16:15.413Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PVCU [2021-03-26T08:16:30.353Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T08:16:43.018Z] Removing intermediate container d6c0e2d39ab8 [2021-03-26T08:16:43.018Z] ---> e9de8f243e08 [2021-03-26T08:16:43.018Z] Successfully built e9de8f243e08 [2021-03-26T08:16:43.018Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:43.358Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T08:16:43.358Z] . [Pipeline] withDockerContainer [2021-03-26T08:16:43.633Z] prd-ubuntu18.04-docker-arm64-4c-16g-31533 does not seem to be running inside a container [2021-03-26T08:16:43.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/82 -v /w/workspace/edgex-ui-go/82:/w/workspace/edgex-ui-go/82:rw,z -v /w/workspace/edgex-ui-go/82@tmp:/w/workspace/edgex-ui-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T08:16:45.278Z] $ docker top 1955cea534dccb7e7cbab4ee954cf207875434a894e38e4a64cfd414ce70d71d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T08:16:46.346Z] + go version [2021-03-26T08:16:46.346Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-26T08:16:46.368Z] $ docker stop --time=1 1955cea534dccb7e7cbab4ee954cf207875434a894e38e4a64cfd414ce70d71d [2021-03-26T08:16:48.279Z] $ docker rm -f 1955cea534dccb7e7cbab4ee954cf207875434a894e38e4a64cfd414ce70d71d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:16:49.267Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T08:16:49.267Z] . [Pipeline] withDockerContainer [2021-03-26T08:16:49.495Z] prd-ubuntu18.04-docker-arm64-4c-16g-31533 does not seem to be running inside a container [2021-03-26T08:16:49.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/82 -v /w/workspace/edgex-ui-go/82:/w/workspace/edgex-ui-go/82:rw,z -v /w/workspace/edgex-ui-go/82@tmp:/w/workspace/edgex-ui-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T08:16:50.950Z] $ docker top 3b6ca846414eac997f8134062f772b68b02247dad2cda10a38f148bbe4eb5123 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T08:16:51.971Z] + make test [2021-03-26T08:16:51.972Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-26T08:16:53.422Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-26T08:16:57.000Z] lf-activate-venv(): INFO: Adding /tmp/venv-PVCU/bin to PATH [2021-03-26T08:16:57.000Z] INFO: No Stack... [2021-03-26T08:16:57.000Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T08:16:57.000Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T08:16:57.309Z] + cut -d, -f6 [2021-03-26T08:16:57.309Z] + cat /w/workspace/edgex-ui-go/82/archives/cost.csv [Pipeline] lock [2021-03-26T08:16:57.397Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] [2021-03-26T08:16:57.406Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] did not exist. Created. [2021-03-26T08:16:57.406Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T08:16:57.798Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-26T08:16:58.013Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T08:16:58.025Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-26T08:17:20.273Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-26T08:17:20.273Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-26T08:17:25.712Z] $ docker stop --time=1 3b6ca846414eac997f8134062f772b68b02247dad2cda10a38f148bbe4eb5123 [2021-03-26T08:17:27.914Z] $ docker rm -f 3b6ca846414eac997f8134062f772b68b02247dad2cda10a38f148bbe4eb5123 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T08:17:28.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-26T08:17:28.804Z] Warning: overwriting stash ‘coverage-report’ [2021-03-26T08:17:29.573Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T08:17:30.268Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-26T08:17:30.665Z] + ls -al . [2021-03-26T08:17:30.665Z] total 124 [2021-03-26T08:17:30.665Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 08:16 . [2021-03-26T08:17:30.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 08:15 .. [2021-03-26T08:17:30.665Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 26 08:15 .git [2021-03-26T08:17:30.665Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 08:15 .github [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 26 08:15 .gitignore [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 26 08:15 CONTRIBUTING.md [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 26 08:15 Dockerfile [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 26 08:15 Dockerfile.build [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 26 08:15 Jenkinsfile [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 26 08:15 LICENSE [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 26 08:15 Makefile [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 26 08:15 README.md [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 26 08:11 VERSION [2021-03-26T08:17:30.665Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 26 08:15 assets [2021-03-26T08:17:30.665Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 08:15 bin [2021-03-26T08:17:30.665Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 26 08:15 cmd [2021-03-26T08:17:30.665Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 26 08:16 coverage.out [2021-03-26T08:17:30.665Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 08:15 docs [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 26 08:15 go.mod [2021-03-26T08:17:30.665Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 26 08:16 go.sum [2021-03-26T08:17:30.665Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 08:15 internal [2021-03-26T08:17:30.665Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 26 08:15 version.go [2021-03-26T08:17:30.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 08:15 web [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:17:31.048Z] + 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=3778f220d06894e70adc087f295b3bfdc904cdc4 --label arch=arm64 --label version=2.0.0-dev.24 . [2021-03-26T08:17:32.034Z] Sending build context to Docker daemon 17.31MB [2021-03-26T08:17:32.034Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T08:17:32.034Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-26T08:17:32.034Z] ---> e9de8f243e08 [2021-03-26T08:17:32.034Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-26T08:17:32.305Z] ---> Running in 0a749fc3afa1 [2021-03-26T08:17:32.905Z] Removing intermediate container 0a749fc3afa1 [2021-03-26T08:17:32.905Z] ---> 7da4f42bdd03 [2021-03-26T08:17:32.905Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-26T08:17:32.905Z] ---> Running in 918828eb8b20 [2021-03-26T08:17:33.501Z] Removing intermediate container 918828eb8b20 [2021-03-26T08:17:33.501Z] ---> 96b9717f09c8 [2021-03-26T08:17:33.501Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-26T08:17:33.501Z] ---> Running in 957fb055b081 [2021-03-26T08:17:33.772Z] Removing intermediate container 957fb055b081 [2021-03-26T08:17:33.772Z] ---> a1ad4644be59 [2021-03-26T08:17:33.772Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-26T08:17:34.045Z] ---> Running in 393c3332b414 [2021-03-26T08:17:34.323Z] Removing intermediate container 393c3332b414 [2021-03-26T08:17:34.323Z] ---> 86405d1eadd7 [2021-03-26T08:17:34.323Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-26T08:17:34.594Z] ---> Running in 562d7bb03e9d [2021-03-26T08:17:35.186Z] Removing intermediate container 562d7bb03e9d [2021-03-26T08:17:35.186Z] ---> 58e98fac0d69 [2021-03-26T08:17:35.186Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T08:17:35.186Z] ---> Running in b647c3117428 [2021-03-26T08:17:37.154Z] Removing intermediate container b647c3117428 [2021-03-26T08:17:37.154Z] ---> 223ed7d3bc4e [2021-03-26T08:17:37.154Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-26T08:17:37.431Z] ---> Running in 165f4571b075 [2021-03-26T08:17:38.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T08:17:40.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T08:17:42.368Z] OK: 142 MiB in 39 packages [2021-03-26T08:17:43.348Z] Removing intermediate container 165f4571b075 [2021-03-26T08:17:43.348Z] ---> e868b5c4b2de [2021-03-26T08:17:43.348Z] Step 10/24 : ENV GO111MODULE=on [2021-03-26T08:17:43.348Z] ---> Running in 7be2571f8e22 [2021-03-26T08:17:43.942Z] Removing intermediate container 7be2571f8e22 [2021-03-26T08:17:43.942Z] ---> 945dd80e32e2 [2021-03-26T08:17:43.942Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-26T08:17:43.942Z] ---> Running in 8469342f98b9 [2021-03-26T08:17:44.537Z] Removing intermediate container 8469342f98b9 [2021-03-26T08:17:44.537Z] ---> 93f05859d3ba [2021-03-26T08:17:44.537Z] Step 12/24 : COPY go.mod . [2021-03-26T08:17:45.134Z] ---> 47a03de365e3 [2021-03-26T08:17:45.134Z] Step 13/24 : COPY Makefile . [2021-03-26T08:17:45.729Z] ---> 981965bb520f [2021-03-26T08:17:45.729Z] Step 14/24 : RUN make update [2021-03-26T08:17:46.003Z] ---> Running in 4939a68f3902 [2021-03-26T08:17:46.981Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-26T08:17:48.420Z] Removing intermediate container 4939a68f3902 [2021-03-26T08:17:48.420Z] ---> 0136fbe8b565 [2021-03-26T08:17:48.420Z] Step 15/24 : COPY . . [2021-03-26T08:17:51.045Z] ---> 6490f6befbec [2021-03-26T08:17:51.045Z] Step 16/24 : RUN ${MAKE} [2021-03-26T08:17:51.045Z] ---> Running in 5088a907c634 [2021-03-26T08:17:52.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.24" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-26T08:18:18.848Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-26T08:18:23.142Z] Removing intermediate container 5088a907c634 [2021-03-26T08:18:23.142Z] ---> af5e5e7e57f9 [2021-03-26T08:18:23.142Z] Step 17/24 : FROM alpine:3.12 [2021-03-26T08:18:23.733Z] 3.12: Pulling from library/alpine [2021-03-26T08:18:23.733Z] 95dec6db3722: Pulling fs layer [2021-03-26T08:18:24.004Z] 95dec6db3722: Download complete [2021-03-26T08:18:24.598Z] 95dec6db3722: Pull complete [2021-03-26T08:18:24.598Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T08:18:24.598Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T08:18:24.598Z] ---> e47305ac9786 [2021-03-26T08:18:24.598Z] Step 18/24 : EXPOSE 4000 [2021-03-26T08:18:24.598Z] ---> Running in 9a3150d71f2d [2021-03-26T08:18:25.200Z] Removing intermediate container 9a3150d71f2d [2021-03-26T08:18:25.200Z] ---> cffd2acc3c6f [2021-03-26T08:18:25.200Z] 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-26T08:18:27.175Z] ---> cbb129487d3e [2021-03-26T08:18:27.175Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-26T08:18:27.175Z] ---> Running in 4125cf5269f7 [2021-03-26T08:18:27.451Z] Removing intermediate container 4125cf5269f7 [2021-03-26T08:18:27.451Z] ---> 22db56034aba [2021-03-26T08:18:27.451Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-26T08:18:27.724Z] ---> Running in f8b531a2ac39 [2021-03-26T08:18:27.994Z] Removing intermediate container f8b531a2ac39 [2021-03-26T08:18:27.994Z] ---> 9d6437578bf3 [2021-03-26T08:18:27.994Z] Step 22/24 : LABEL arch=arm64 [2021-03-26T08:18:28.270Z] ---> Running in 25ab20f9c7c9 [2021-03-26T08:18:28.864Z] Removing intermediate container 25ab20f9c7c9 [2021-03-26T08:18:28.864Z] ---> 1facaec01a21 [2021-03-26T08:18:28.864Z] Step 23/24 : LABEL git_sha=3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:18:28.864Z] ---> Running in 6bfaf9630dcf [2021-03-26T08:18:29.134Z] Removing intermediate container 6bfaf9630dcf [2021-03-26T08:18:29.134Z] ---> f194dbcfecdd [2021-03-26T08:18:29.134Z] Step 24/24 : LABEL version=2.0.0-dev.24 [2021-03-26T08:18:29.406Z] ---> Running in 80158f997b5f [2021-03-26T08:18:30.001Z] Removing intermediate container 80158f997b5f [2021-03-26T08:18:30.001Z] ---> 4f00bebe37b6 [2021-03-26T08:18:30.001Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-26T08:18:30.001Z] Successfully built 4f00bebe37b6 [2021-03-26T08:18:30.001Z] 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-26T08:18:30.506Z] provisioning config files... [2021-03-26T08:18:30.597Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/82@tmp/config6327688637863346735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:18:30.990Z] ---> docker-login.sh [2021-03-26T08:18:30.990Z] nexus3.edgexfoundry.org:10001 [2021-03-26T08:18:31.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:18:31.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:18:31.540Z] Configure a credential helper to remove this warning. See [2021-03-26T08:18:31.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:18:31.540Z] [2021-03-26T08:18:31.540Z] Login Succeeded [2021-03-26T08:18:31.540Z] nexus3.edgexfoundry.org:10002 [2021-03-26T08:18:31.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:18:32.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:18:32.086Z] Configure a credential helper to remove this warning. See [2021-03-26T08:18:32.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:18:32.086Z] [2021-03-26T08:18:32.086Z] Login Succeeded [2021-03-26T08:18:32.086Z] nexus3.edgexfoundry.org:10003 [2021-03-26T08:18:32.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:18:32.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:18:32.632Z] Configure a credential helper to remove this warning. See [2021-03-26T08:18:32.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:18:32.632Z] [2021-03-26T08:18:32.632Z] Login Succeeded [2021-03-26T08:18:32.632Z] nexus3.edgexfoundry.org:10004 [2021-03-26T08:18:32.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:18:33.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:18:33.177Z] Configure a credential helper to remove this warning. See [2021-03-26T08:18:33.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:18:33.177Z] [2021-03-26T08:18:33.177Z] Login Succeeded [2021-03-26T08:18:33.177Z] docker.io [2021-03-26T08:18:33.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T08:18:33.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T08:18:33.720Z] Configure a credential helper to remove this warning. See [2021-03-26T08:18:33.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T08:18:33.720Z] [2021-03-26T08:18:33.720Z] Login Succeeded [2021-03-26T08:18:33.990Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T08:18:34.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-26T08:18:34.233Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-26T08:18:34.233Z] 3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:18:34.233Z] latest [2021-03-26T08:18:34.233Z] 2.0.0-dev.24 [2021-03-26T08:18:34.233Z] 3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [2021-03-26T08:18:34.233Z] master [2021-03-26T08:18:34.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:34.742Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3778f220d06894e70adc087f295b3bfdc904cdc4 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:35.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:18:35.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-26T08:18:35.078Z] ad2e153badbc: Preparing [2021-03-26T08:18:35.078Z] b0d13f50be31: Preparing [2021-03-26T08:18:37.051Z] b0d13f50be31: Pushed [2021-03-26T08:18:39.018Z] ad2e153badbc: Pushed [2021-03-26T08:18:39.018Z] 3778f220d06894e70adc087f295b3bfdc904cdc4: digest: sha256:c2d9189804f2209564f836da14f1c61675a99468c34f2fcabd474f95d4729337 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:39.366Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:39.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-26T08:18:39.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-26T08:18:39.697Z] ad2e153badbc: Preparing [2021-03-26T08:18:39.697Z] b0d13f50be31: Preparing [2021-03-26T08:18:39.697Z] ad2e153badbc: Layer already exists [2021-03-26T08:18:39.697Z] b0d13f50be31: Layer already exists [2021-03-26T08:18:39.968Z] latest: digest: sha256:c2d9189804f2209564f836da14f1c61675a99468c34f2fcabd474f95d4729337 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:40.307Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.24 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:40.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.24 [2021-03-26T08:18:40.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-26T08:18:40.638Z] ad2e153badbc: Preparing [2021-03-26T08:18:40.638Z] b0d13f50be31: Preparing [2021-03-26T08:18:40.908Z] b0d13f50be31: Layer already exists [2021-03-26T08:18:40.908Z] ad2e153badbc: Layer already exists [2021-03-26T08:18:40.908Z] 2.0.0-dev.24: digest: sha256:c2d9189804f2209564f836da14f1c61675a99468c34f2fcabd474f95d4729337 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:41.245Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:41.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [2021-03-26T08:18:41.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-26T08:18:41.584Z] ad2e153badbc: Preparing [2021-03-26T08:18:41.584Z] b0d13f50be31: Preparing [2021-03-26T08:18:41.584Z] b0d13f50be31: Layer already exists [2021-03-26T08:18:41.584Z] ad2e153badbc: Layer already exists [2021-03-26T08:18:41.857Z] 3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24: digest: sha256:c2d9189804f2209564f836da14f1c61675a99468c34f2fcabd474f95d4729337 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:42.199Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:18:42.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-26T08:18:42.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-26T08:18:42.534Z] ad2e153badbc: Preparing [2021-03-26T08:18:42.534Z] b0d13f50be31: Preparing [2021-03-26T08:18:42.534Z] ad2e153badbc: Layer already exists [2021-03-26T08:18:42.534Z] b0d13f50be31: Layer already exists [2021-03-26T08:18:42.805Z] master: digest: sha256:c2d9189804f2209564f836da14f1c61675a99468c34f2fcabd474f95d4729337 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-26T08:18:42.996Z] ===================================================== [Pipeline] echo [2021-03-26T08:18:43.071Z] taggedImages: [2021-03-26T08:18:43.071Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3778f220d06894e70adc087f295b3bfdc904cdc4 [2021-03-26T08:18:43.071Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-26T08:18:43.071Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.24 [2021-03-26T08:18:43.071Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3778f220d06894e70adc087f295b3bfdc904cdc4-2.0.0-dev.24 [2021-03-26T08:18:43.071Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:18:43.688Z] ---> job-cost.sh [2021-03-26T08:18:43.688Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aaDo [2021-03-26T08:19:22.641Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T08:20:44.360Z] lf-activate-venv(): INFO: Adding /tmp/venv-aaDo/bin to PATH [2021-03-26T08:20:44.360Z] INFO: No Stack... [2021-03-26T08:20:45.333Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-26T08:20:45.925Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T08:20:46.265Z] + cat+ /w/workspace/edgex-ui-go/82/archives/cost.csvcut -d, -f6 [2021-03-26T08:20:46.265Z] [Pipeline] lock [2021-03-26T08:20:46.377Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] [2021-03-26T08:20:46.385Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] did not exist. Created. [2021-03-26T08:20:46.385Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T08:20:46.851Z] /w/workspace/edgex-ui-go/82@tmp/durable-09f61aa4/script.sh: 1: /w/workspace/edgex-ui-go/82@tmp/durable-09f61aa4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-26T08:20:47.205Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-26T08:20:47.283Z] Warning: overwriting stash ‘stack-cost’ [2021-03-26T08:20:47.502Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T08:20:47.513Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-82-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-26T08:20:48.920Z] provisioning config files... [2021-03-26T08:20:48.930Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7898650047820092372tmp [Pipeline] { [Pipeline] sh [2021-03-26T08:20:49.342Z] + set +x [2021-03-26T08:20:49.342Z] + curl -s https://codecov.io/bash [2021-03-26T08:20:49.342Z] + bash -s -- [2021-03-26T08:20:49.603Z] [2021-03-26T08:20:49.603Z] _____ _ [2021-03-26T08:20:49.603Z] / ____| | | [2021-03-26T08:20:49.603Z] | | ___ __| | ___ ___ _____ __ [2021-03-26T08:20:49.603Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-26T08:20:49.603Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-26T08:20:49.603Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-26T08:20:49.603Z] Bash-20210309-2b87ace [2021-03-26T08:20:49.603Z] [2021-03-26T08:20:49.603Z] [2021-03-26T08:20:49.603Z] ==> git version 2.24.3 found [2021-03-26T08:20:49.603Z] ==> 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-26T08:20:49.603Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-26T08:20:49.603Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-26T08:20:49.603Z] ==> Jenkins CI detected. [2021-03-26T08:20:49.603Z] project root: . [2021-03-26T08:20:49.603Z] --> token set from env [2021-03-26T08:20:49.603Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-26T08:20:49.603Z] ==> Running gcov in . (disable via -X gcov) [2021-03-26T08:20:49.603Z] ==> Python coveragepy not found [2021-03-26T08:20:49.603Z] ==> Searching for coverage reports in: [2021-03-26T08:20:49.603Z] + . [2021-03-26T08:20:49.603Z] -> Found 1 reports [2021-03-26T08:20:49.603Z] ==> Detecting git/mercurial file structure [2021-03-26T08:20:49.603Z] ==> Reading reports [2021-03-26T08:20:49.603Z] + ./coverage.out bytes=10 [2021-03-26T08:20:49.603Z] ==> Appending adjustments [2021-03-26T08:20:49.603Z] https://docs.codecov.io/docs/fixing-reports [2021-03-26T08:20:49.867Z] + Found adjustments [2021-03-26T08:20:49.867Z] ==> Gzipping contents [2021-03-26T08:20:49.867Z] 4.0K /tmp/codecov.Y2Ohzm.gz [2021-03-26T08:20:49.867Z] ==> Uploading reports [2021-03-26T08:20:49.867Z] url: https://codecov.io [2021-03-26T08:20:49.867Z] query: branch=master&commit=3778f220d06894e70adc087f295b3bfdc904cdc4&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-26T08:20:49.867Z] -> Pinging Codecov [2021-03-26T08:20:49.867Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=3778f220d06894e70adc087f295b3bfdc904cdc4&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-26T08:20:50.439Z] -> Uploading to [2021-03-26T08:20:50.439Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-26/FB506323287CE973F263BFD2A0EB1F37/3778f220d06894e70adc087f295b3bfdc904cdc4/34bcadd0-e75b-42bb-9cf3-9175ff825c9b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210326%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210326T082050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=beec3278248c384bfdbf83303f7249e1ee6491506f90f17117497e08e78459c5 [2021-03-26T08:20:50.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-26T08:20:50.439Z] Dload Upload Total Spent Left Speed [2021-03-26T08:20:50.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 8768 --:--:-- --:--:-- --:--:-- 8777 [2021-03-26T08:20:50.700Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3778f220d06894e70adc087f295b3bfdc904cdc4 [Pipeline] } [2021-03-26T08:20:50.710Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-26T08:20:51.681Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-26T08:20:51.739Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:20:52.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-26T08:20:52.079Z] [2021-03-26T08:20:52.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:20:52.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-26T08:20:52.441Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-26T08:20:52.441Z] 188c0c94c7c5: Pulling fs layer [2021-03-26T08:20:52.441Z] 0ef7d3d256c8: Pulling fs layer [2021-03-26T08:20:52.441Z] de9db76c5a1d: Pulling fs layer [2021-03-26T08:20:52.441Z] 0eba1c9be4d2: Pulling fs layer [2021-03-26T08:20:52.441Z] 0d57e429df01: Pulling fs layer [2021-03-26T08:20:52.441Z] 4e4be7b47b0d: Pulling fs layer [2021-03-26T08:20:52.441Z] e1f770b5df2f: Pulling fs layer [2021-03-26T08:20:52.441Z] 85a0685a4137: Pulling fs layer [2021-03-26T08:20:52.441Z] 0d57e429df01: Waiting [2021-03-26T08:20:52.441Z] 4e4be7b47b0d: Waiting [2021-03-26T08:20:52.441Z] e1f770b5df2f: Waiting [2021-03-26T08:20:52.441Z] 85a0685a4137: Waiting [2021-03-26T08:20:52.441Z] 0eba1c9be4d2: Waiting [2021-03-26T08:20:52.441Z] de9db76c5a1d: Verifying Checksum [2021-03-26T08:20:52.441Z] de9db76c5a1d: Download complete [2021-03-26T08:20:52.441Z] 0ef7d3d256c8: Download complete [2021-03-26T08:20:52.441Z] 0d57e429df01: Verifying Checksum [2021-03-26T08:20:52.441Z] 0d57e429df01: Download complete [2021-03-26T08:20:52.441Z] 188c0c94c7c5: Verifying Checksum [2021-03-26T08:20:52.441Z] 188c0c94c7c5: Download complete [2021-03-26T08:20:52.441Z] 4e4be7b47b0d: Verifying Checksum [2021-03-26T08:20:52.441Z] 4e4be7b47b0d: Download complete [2021-03-26T08:20:53.013Z] 188c0c94c7c5: Pull complete [2021-03-26T08:20:53.013Z] 0ef7d3d256c8: Pull complete [2021-03-26T08:20:53.278Z] de9db76c5a1d: Pull complete [2021-03-26T08:20:54.674Z] e1f770b5df2f: Download complete [2021-03-26T08:20:56.608Z] 0eba1c9be4d2: Verifying Checksum [2021-03-26T08:20:56.608Z] 0eba1c9be4d2: Download complete [2021-03-26T08:20:56.608Z] 85a0685a4137: Verifying Checksum [2021-03-26T08:20:56.608Z] 85a0685a4137: Download complete [2021-03-26T08:21:01.938Z] 0eba1c9be4d2: Pull complete [2021-03-26T08:21:01.938Z] 0d57e429df01: Pull complete [2021-03-26T08:21:01.938Z] 4e4be7b47b0d: Pull complete [2021-03-26T08:21:07.279Z] e1f770b5df2f: Pull complete [2021-03-26T08:21:13.904Z] 85a0685a4137: Pull complete [2021-03-26T08:21:13.904Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-26T08:21:13.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-26T08:21:13.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-26T08:21:14.066Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:21:14.109Z] $ 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-26T08:21:15.036Z] $ docker top d63e05e6ce47be1565f5b50fc596f821d46dbec38596f7f2c759a397e7572f73 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-26T08:21:15.280Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-26T08:21:15.575Z] + set -o pipefail [2021-03-26T08:21:15.575Z] + snyk monitor '--org=edgex-jenkins' [2021-03-26T08:21:30.494Z] [2021-03-26T08:21:30.494Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-26T08:21:30.494Z] [2021-03-26T08:21:30.494Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9bc0492c-bbf6-46ac-8b7b-bce5fd4179f6 [2021-03-26T08:21:30.494Z] [2021-03-26T08:21:30.494Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-26T08:21:30.494Z] [2021-03-26T08:21:30.494Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-26T08:21:30.494Z] [2021-03-26T08:21:30.494Z] [2021-03-26T08:21:30.494Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-26T08:21:30.494Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-26T08:21:30.513Z] $ docker stop --time=1 d63e05e6ce47be1565f5b50fc596f821d46dbec38596f7f2c759a397e7572f73 [2021-03-26T08:21:33.291Z] $ docker rm -f d63e05e6ce47be1565f5b50fc596f821d46dbec38596f7f2c759a397e7572f73 [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-26T08:21:35.215Z] + git log --format=format:%s -1 3778f220d06894e70adc087f295b3bfdc904cdc4 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:21:35.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T08:21:35.528Z] . [Pipeline] withDockerContainer [2021-03-26T08:21:35.625Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:21:35.669Z] $ 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-26T08:21:36.409Z] $ docker top ec75677b9ef674012cd029121afeffa5e1de5da58a53186843d6e94e0a5a6c22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T08:21:36.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T08:21:36.712Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T08:21:36.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T08:21:36.920Z] $ docker exec ec75677b9ef674012cd029121afeffa5e1de5da58a53186843d6e94e0a5a6c22 ssh-agent [2021-03-26T08:21:37.106Z] SSH_AUTH_SOCK=/tmp/ssh-z9pBSayeVtx2/agent.11 [2021-03-26T08:21:37.106Z] SSH_AGENT_PID=16 [2021-03-26T08:21:37.113Z] Running ssh-add (command line suppressed) [2021-03-26T08:21:37.241Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7007445282958945759.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7007445282958945759.key) [2021-03-26T08:21:37.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T08:21:37.637Z] + git semver tag [2021-03-26T08:21:37.638Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T08:21:37.638Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-26T08:21:37.638Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-26T08:21:37.638Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T08:21:37.638Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T08:21:37.638Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T08:21:37.638Z] # $SEMVER_BRANCH = master [2021-03-26T08:21:37.638Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-26T08:21:37.638Z] # 3778f220d06894e70adc087f295b3bfdc904cdc4 HEAD [2021-03-26T08:21:37.638Z] # -> Force: false [2021-03-26T08:21:37.638Z] # fb9f0df39094d2476e210017948a9c3e8baaa872 refs/tags/v2.0.0-dev.24 [Pipeline] } [2021-03-26T08:21:37.646Z] $ docker exec --env ******** --env ******** ec75677b9ef674012cd029121afeffa5e1de5da58a53186843d6e94e0a5a6c22 ssh-agent -k [2021-03-26T08:21:37.764Z] unset SSH_AUTH_SOCK; [2021-03-26T08:21:37.765Z] unset SSH_AGENT_PID; [2021-03-26T08:21:37.765Z] echo Agent pid 16 killed; [2021-03-26T08:21:37.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T08:21:38.369Z] + git semver [Pipeline] } [2021-03-26T08:21:38.382Z] $ docker stop --time=1 ec75677b9ef674012cd029121afeffa5e1de5da58a53186843d6e94e0a5a6c22 [2021-03-26T08:21:39.749Z] $ docker rm -f ec75677b9ef674012cd029121afeffa5e1de5da58a53186843d6e94e0a5a6c22 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:21:40.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-26T08:21:40.412Z] [2021-03-26T08:21:40.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:21:40.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-26T08:21:40.870Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-26T08:21:40.870Z] ab5ef0e58194: Pulling fs layer [2021-03-26T08:21:40.870Z] 9712f1f96733: Pulling fs layer [2021-03-26T08:21:40.870Z] 63f879dbbcfc: Pulling fs layer [2021-03-26T08:21:40.870Z] 0d9ebad4ef96: Pulling fs layer [2021-03-26T08:21:40.870Z] e9a5061849ea: Pulling fs layer [2021-03-26T08:21:40.870Z] d747dcd14b5f: Pulling fs layer [2021-03-26T08:21:40.870Z] 2de7ff778b66: Pulling fs layer [2021-03-26T08:21:40.870Z] e9a5061849ea: Waiting [2021-03-26T08:21:40.870Z] d747dcd14b5f: Waiting [2021-03-26T08:21:40.870Z] 2de7ff778b66: Waiting [2021-03-26T08:21:40.870Z] 0d9ebad4ef96: Waiting [2021-03-26T08:21:40.870Z] 9712f1f96733: Verifying Checksum [2021-03-26T08:21:40.870Z] 9712f1f96733: Download complete [2021-03-26T08:21:42.797Z] 63f879dbbcfc: Verifying Checksum [2021-03-26T08:21:42.797Z] 63f879dbbcfc: Download complete [2021-03-26T08:21:42.797Z] e9a5061849ea: Verifying Checksum [2021-03-26T08:21:42.797Z] e9a5061849ea: Download complete [2021-03-26T08:21:42.797Z] d747dcd14b5f: Verifying Checksum [2021-03-26T08:21:42.797Z] d747dcd14b5f: Download complete [2021-03-26T08:21:43.371Z] 2de7ff778b66: Verifying Checksum [2021-03-26T08:21:43.371Z] 2de7ff778b66: Download complete [2021-03-26T08:21:43.371Z] 0d9ebad4ef96: Verifying Checksum [2021-03-26T08:21:43.371Z] 0d9ebad4ef96: Download complete [2021-03-26T08:21:43.371Z] ab5ef0e58194: Verifying Checksum [2021-03-26T08:21:43.371Z] ab5ef0e58194: Download complete [2021-03-26T08:21:48.690Z] ab5ef0e58194: Pull complete [2021-03-26T08:21:48.690Z] 9712f1f96733: Pull complete [2021-03-26T08:21:50.615Z] 63f879dbbcfc: Pull complete [2021-03-26T08:21:57.228Z] 0d9ebad4ef96: Pull complete [2021-03-26T08:21:58.171Z] e9a5061849ea: Pull complete [2021-03-26T08:21:58.171Z] d747dcd14b5f: Pull complete [2021-03-26T08:22:00.723Z] 2de7ff778b66: Pull complete [2021-03-26T08:22:00.723Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-26T08:22:00.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-26T08:22:00.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-26T08:22:00.876Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:22:00.925Z] $ 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-26T08:22:05.175Z] $ docker top 3a360a35915b58210cc3f7e8780c8969d9ead590556d3ec5da5c65d05ecd70c3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-26T08:22:05.475Z] provisioning config files... [2021-03-26T08:22:05.488Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6978234312342978778tmp [2021-03-26T08:22:05.502Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3201963314561025417tmp [2021-03-26T08:22:05.516Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config31657156842233917tmp [Pipeline] { [Pipeline] echo [2021-03-26T08:22:05.574Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:05.868Z] ---> sigul-configuration.sh [2021-03-26T08:22:05.868Z] gpg: directory `/root/.gnupg' created [2021-03-26T08:22:05.868Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-26T08:22:05.868Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-26T08:22:05.868Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-26T08:22:05.868Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-26T08:22:05.868Z] gpg: CAST5 encrypted data [2021-03-26T08:22:06.130Z] gpg: encrypted with 1 passphrase [2021-03-26T08:22:06.130Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-26T08:22:06.425Z] + mkdir /home/jenkins [2021-03-26T08:22:06.425Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-26T08:22:06.720Z] + 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-26T08:22:06.730Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:07.030Z] ---> sigul-install.sh [2021-03-26T08:22:12.354Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-26T08:22:12.788Z] + git tag --list [2021-03-26T08:22:12.789Z] 0.1.1 [2021-03-26T08:22:12.789Z] v1.1.0 [2021-03-26T08:22:12.789Z] v1.2.0 [2021-03-26T08:22:12.789Z] v1.2.1 [2021-03-26T08:22:12.789Z] v1.3.0 [2021-03-26T08:22:12.789Z] v2.0.0-dev.1 [2021-03-26T08:22:12.789Z] v2.0.0-dev.10 [2021-03-26T08:22:12.789Z] v2.0.0-dev.11 [2021-03-26T08:22:12.789Z] v2.0.0-dev.12 [2021-03-26T08:22:12.789Z] v2.0.0-dev.13 [2021-03-26T08:22:12.789Z] v2.0.0-dev.14 [2021-03-26T08:22:12.789Z] v2.0.0-dev.15 [2021-03-26T08:22:12.789Z] v2.0.0-dev.16 [2021-03-26T08:22:12.789Z] v2.0.0-dev.17 [2021-03-26T08:22:12.789Z] v2.0.0-dev.18 [2021-03-26T08:22:12.789Z] v2.0.0-dev.19 [2021-03-26T08:22:12.789Z] v2.0.0-dev.2 [2021-03-26T08:22:12.789Z] v2.0.0-dev.20 [2021-03-26T08:22:12.789Z] v2.0.0-dev.21 [2021-03-26T08:22:12.789Z] v2.0.0-dev.22 [2021-03-26T08:22:12.789Z] v2.0.0-dev.23 [2021-03-26T08:22:12.789Z] v2.0.0-dev.24 [2021-03-26T08:22:12.789Z] v2.0.0-dev.3 [2021-03-26T08:22:12.789Z] v2.0.0-dev.4 [2021-03-26T08:22:12.789Z] v2.0.0-dev.5 [2021-03-26T08:22:12.789Z] v2.0.0-dev.6 [2021-03-26T08:22:12.789Z] v2.0.0-dev.7 [2021-03-26T08:22:12.789Z] v2.0.0-dev.8 [2021-03-26T08:22:12.789Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-26T08:22:13.083Z] + lftools sign git-tag v2.0.0-dev.24 [2021-03-26T08:22:14.470Z] Signing Git tag with Sigul... [2021-03-26T08:22:14.470Z] Signing v2.0.0-dev.24 [Pipeline] echo [2021-03-26T08:22:16.397Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:16.691Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-26T08:22:16.699Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-26T08:22:16.808Z] $ docker stop --time=1 3a360a35915b58210cc3f7e8780c8969d9ead590556d3ec5da5c65d05ecd70c3 [2021-03-26T08:22:18.861Z] $ docker rm -f 3a360a35915b58210cc3f7e8780c8969d9ead590556d3ec5da5c65d05ecd70c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:22:19.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T08:22:19.852Z] . [Pipeline] withDockerContainer [2021-03-26T08:22:19.946Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:22:19.988Z] $ 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-26T08:22:20.662Z] $ docker top 2ba0b7d963d20a537df382629e9ad1bb24bcc3a280dc5dc5e515f65ab954c480 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T08:22:21.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T08:22:21.001Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T08:22:21.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T08:22:21.199Z] $ docker exec 2ba0b7d963d20a537df382629e9ad1bb24bcc3a280dc5dc5e515f65ab954c480 ssh-agent [2021-03-26T08:22:21.380Z] SSH_AUTH_SOCK=/tmp/ssh-JVDxiGrdizLs/agent.13 [2021-03-26T08:22:21.380Z] SSH_AGENT_PID=18 [2021-03-26T08:22:21.386Z] Running ssh-add (command line suppressed) [2021-03-26T08:22:21.512Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3858055854818424917.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3858055854818424917.key) [2021-03-26T08:22:21.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T08:22:21.907Z] + git semver bump pre [2021-03-26T08:22:21.907Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T08:22:21.907Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-26T08:22:21.907Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-26T08:22:21.907Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T08:22:21.907Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T08:22:21.907Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T08:22:21.907Z] # $SEMVER_BRANCH = master [2021-03-26T08:22:21.907Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-26T08:22:21.907Z] 2.0.0-dev.25 [Pipeline] } [2021-03-26T08:22:21.916Z] $ docker exec --env ******** --env ******** 2ba0b7d963d20a537df382629e9ad1bb24bcc3a280dc5dc5e515f65ab954c480 ssh-agent -k [2021-03-26T08:22:22.032Z] unset SSH_AUTH_SOCK; [2021-03-26T08:22:22.033Z] unset SSH_AGENT_PID; [2021-03-26T08:22:22.033Z] echo Agent pid 18 killed; [2021-03-26T08:22:22.084Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T08:22:22.577Z] + git semver [Pipeline] } [2021-03-26T08:22:22.591Z] $ docker stop --time=1 2ba0b7d963d20a537df382629e9ad1bb24bcc3a280dc5dc5e515f65ab954c480 [2021-03-26T08:22:23.979Z] $ docker rm -f 2ba0b7d963d20a537df382629e9ad1bb24bcc3a280dc5dc5e515f65ab954c480 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:22:24.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T08:22:24.513Z] . [Pipeline] withDockerContainer [2021-03-26T08:22:24.611Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:22:24.649Z] $ 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-26T08:22:25.353Z] $ docker top 02b9772a756760f62e6755afa0434df3a2413e8e8123cba60fd5496bce8c2582 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T08:22:25.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T08:22:25.683Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T08:22:25.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T08:22:25.869Z] $ docker exec 02b9772a756760f62e6755afa0434df3a2413e8e8123cba60fd5496bce8c2582 ssh-agent [2021-03-26T08:22:26.039Z] SSH_AUTH_SOCK=/tmp/ssh-EIJ75mKKBakb/agent.12 [2021-03-26T08:22:26.039Z] SSH_AGENT_PID=17 [2021-03-26T08:22:26.045Z] Running ssh-add (command line suppressed) [2021-03-26T08:22:26.170Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2675886268134525078.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2675886268134525078.key) [2021-03-26T08:22:26.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T08:22:26.604Z] + git semver push [2021-03-26T08:22:26.604Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T08:22:26.604Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-26T08:22:26.604Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-26T08:22:26.604Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T08:22:26.604Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T08:22:26.604Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T08:22:26.604Z] # $SEMVER_BRANCH = master [2021-03-26T08:22:26.604Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-26T08:22:30.814Z] $ docker exec --env ******** --env ******** 02b9772a756760f62e6755afa0434df3a2413e8e8123cba60fd5496bce8c2582 ssh-agent -k [2021-03-26T08:22:30.944Z] unset SSH_AUTH_SOCK; [2021-03-26T08:22:30.944Z] unset SSH_AGENT_PID; [2021-03-26T08:22:30.944Z] echo Agent pid 17 killed; [2021-03-26T08:22:30.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T08:22:31.467Z] + git semver [Pipeline] } [2021-03-26T08:22:31.480Z] $ docker stop --time=1 02b9772a756760f62e6755afa0434df3a2413e8e8123cba60fd5496bce8c2582 [2021-03-26T08:22:32.866Z] $ docker rm -f 02b9772a756760f62e6755afa0434df3a2413e8e8123cba60fd5496bce8c2582 [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-26T08:22:34.442Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:35.006Z] ---> package-listing.sh [2021-03-26T08:22:35.006Z] ++ facter osfamily [2021-03-26T08:22:35.006Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-26T08:22:35.006Z] + OS_FAMILY=redhat [2021-03-26T08:22:35.006Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-26T08:22:35.006Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-26T08:22:35.006Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-26T08:22:35.006Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-26T08:22:35.006Z] + PACKAGES=/tmp/packages_start.txt [2021-03-26T08:22:35.006Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-26T08:22:35.006Z] + PACKAGES=/tmp/packages_end.txt [2021-03-26T08:22:35.006Z] + case "${OS_FAMILY}" in [2021-03-26T08:22:35.006Z] + rpm -qa [2021-03-26T08:22:35.006Z] + sort [2021-03-26T08:22:40.309Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-26T08:22:40.309Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-26T08:22:40.309Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-26T08:22:40.309Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-26T08:22:40.309Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-26T08:22:40.309Z] + 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-26T08:22:40.322Z] 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-26T08:22:40.621Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:22:40.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T08:22:40.922Z] [2021-03-26T08:22:40.922Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-26T08:22:41.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T08:22:41.271Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-26T08:22:41.271Z] df20fa9351a1: Pulling fs layer [2021-03-26T08:22:41.271Z] 36b3adc4ff6f: Pulling fs layer [2021-03-26T08:22:41.271Z] 8ad3a11d3b57: Pulling fs layer [2021-03-26T08:22:41.271Z] 46f8f816bc3b: Pulling fs layer [2021-03-26T08:22:41.271Z] 93b61091891f: Pulling fs layer [2021-03-26T08:22:41.271Z] 93b9cdb0e59b: Pulling fs layer [2021-03-26T08:22:41.271Z] 5e14af77c1be: Pulling fs layer [2021-03-26T08:22:41.271Z] 01666e4c0597: Pulling fs layer [2021-03-26T08:22:41.271Z] aa168da1d23b: Pulling fs layer [2021-03-26T08:22:41.271Z] 93b9cdb0e59b: Waiting [2021-03-26T08:22:41.271Z] aa168da1d23b: Waiting [2021-03-26T08:22:41.271Z] 5e14af77c1be: Waiting [2021-03-26T08:22:41.271Z] 93b61091891f: Waiting [2021-03-26T08:22:41.271Z] 01666e4c0597: Waiting [2021-03-26T08:22:41.271Z] 46f8f816bc3b: Waiting [2021-03-26T08:22:41.271Z] 36b3adc4ff6f: Verifying Checksum [2021-03-26T08:22:41.271Z] 36b3adc4ff6f: Download complete [2021-03-26T08:22:41.271Z] 46f8f816bc3b: Verifying Checksum [2021-03-26T08:22:41.271Z] 46f8f816bc3b: Download complete [2021-03-26T08:22:41.271Z] df20fa9351a1: Verifying Checksum [2021-03-26T08:22:41.271Z] df20fa9351a1: Download complete [2021-03-26T08:22:41.271Z] 93b9cdb0e59b: Verifying Checksum [2021-03-26T08:22:41.271Z] 93b9cdb0e59b: Download complete [2021-03-26T08:22:41.536Z] 5e14af77c1be: Verifying Checksum [2021-03-26T08:22:41.536Z] 5e14af77c1be: Download complete [2021-03-26T08:22:41.536Z] 93b61091891f: Verifying Checksum [2021-03-26T08:22:41.536Z] 93b61091891f: Download complete [2021-03-26T08:22:41.536Z] 01666e4c0597: Verifying Checksum [2021-03-26T08:22:41.536Z] 01666e4c0597: Download complete [2021-03-26T08:22:41.536Z] 8ad3a11d3b57: Verifying Checksum [2021-03-26T08:22:41.536Z] 8ad3a11d3b57: Download complete [2021-03-26T08:22:42.133Z] df20fa9351a1: Pull complete [2021-03-26T08:22:42.133Z] 36b3adc4ff6f: Pull complete [2021-03-26T08:22:44.061Z] 8ad3a11d3b57: Pull complete [2021-03-26T08:22:44.061Z] 46f8f816bc3b: Pull complete [2021-03-26T08:22:44.639Z] aa168da1d23b: Verifying Checksum [2021-03-26T08:22:44.639Z] aa168da1d23b: Download complete [2021-03-26T08:22:44.639Z] 93b61091891f: Pull complete [2021-03-26T08:22:44.899Z] 93b9cdb0e59b: Pull complete [2021-03-26T08:22:44.899Z] 5e14af77c1be: Pull complete [2021-03-26T08:22:45.162Z] 01666e4c0597: Pull complete [2021-03-26T08:22:51.788Z] aa168da1d23b: Pull complete [2021-03-26T08:22:51.788Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-26T08:22:51.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T08:22:51.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-26T08:22:51.917Z] prd-centos7-docker-4c-2g-31531 does not seem to be running inside a container [2021-03-26T08:22:51.960Z] $ 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-26T08:22:54.701Z] $ docker top 8a5bc58619c187a7a41eb29f729eb673a91a53236ada0435e64c53cf5d5eb74d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T08:22:55.256Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-26T08:22:55.555Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-26T08:22:55.852Z] + ls /var/log/sa-host [2021-03-26T08:22:55.852Z] + sadf -c /var/log/sa-host/sa23 [2021-03-26T08:22:55.852Z] file_magic: OK [2021-03-26T08:22:55.852Z] HZ: Using current value: 100 [2021-03-26T08:22:55.852Z] file_header: OK [2021-03-26T08:22:55.852Z] 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-26T08:22:55.852Z] Statistics: [2021-03-26T08:22:55.852Z] Hnuu...uuuununununu... [2021-03-26T08:22:55.852Z] File successfully converted to sysstat format version 12.2.1 [2021-03-26T08:22:55.852Z] + sadf -c /var/log/sa-host/sa26 [2021-03-26T08:22:55.852Z] file_magic: OK [2021-03-26T08:22:55.852Z] HZ: Using current value: 100 [2021-03-26T08:22:55.852Z] file_header: OK [2021-03-26T08:22:55.852Z] 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-26T08:22:55.852Z] Statistics: [2021-03-26T08:22:55.852Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-26T08:22:55.852Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-26T08:22:56.649Z] provisioning config files... [2021-03-26T08:22:56.663Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1660294744497290252tmp [Pipeline] { [Pipeline] echo [2021-03-26T08:22:56.738Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:57.030Z] ---> create-netrc.sh [Pipeline] } [2021-03-26T08:22:57.039Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-26T08:22:57.131Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:57.422Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-26T08:22:57.432Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:57.724Z] ---> sudo-logs.sh [2021-03-26T08:22:57.724Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-26T08:22:57.787Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:22:58.084Z] ---> job-cost.sh [2021-03-26T08:22:58.084Z] lf-activate-venv: SKIPPING [2021-03-26T08:22:58.084Z] DEBUG: total: 0.20999999344348907 [2021-03-26T08:22:58.084Z] INFO: Retrieving Stack Cost... [2021-03-26T08:23:00.019Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T08:23:00.589Z] INFO: Archiving Costs [Pipeline] echo [2021-03-26T08:23:00.601Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T08:23:00.891Z] ---> logs-deploy.sh [2021-03-26T08:23:00.891Z] lf-activate-venv: SKIPPING [2021-03-26T08:23:00.891Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/82 [2021-03-26T08:23:00.891Z] INFO: archiving workspace using pattern(s): [2021-03-26T08:23:02.281Z] Archives upload complete. [2021-03-26T08:23:02.542Z] INFO: archiving logs to Nexus [2021-03-26T08:23:03.486Z] ---> uname -a: [2021-03-26T08:23:03.486Z] Linux prd-centos7-docker-4c-2g-31531.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-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] ---> lscpu: [2021-03-26T08:23:03.486Z] Architecture: x86_64 [2021-03-26T08:23:03.486Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-26T08:23:03.486Z] Byte Order: Little Endian [2021-03-26T08:23:03.486Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-26T08:23:03.486Z] CPU(s): 4 [2021-03-26T08:23:03.486Z] On-line CPU(s) list: 0-3 [2021-03-26T08:23:03.486Z] Thread(s) per core: 1 [2021-03-26T08:23:03.486Z] Core(s) per socket: 1 [2021-03-26T08:23:03.486Z] Socket(s): 4 [2021-03-26T08:23:03.486Z] NUMA node(s): 1 [2021-03-26T08:23:03.486Z] Vendor ID: GenuineIntel [2021-03-26T08:23:03.486Z] CPU family: 6 [2021-03-26T08:23:03.486Z] Model: 44 [2021-03-26T08:23:03.486Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-26T08:23:03.486Z] Stepping: 1 [2021-03-26T08:23:03.486Z] CPU MHz: 2933.436 [2021-03-26T08:23:03.486Z] BogoMIPS: 5866.87 [2021-03-26T08:23:03.486Z] Virtualization: VT-x [2021-03-26T08:23:03.486Z] Hypervisor vendor: KVM [2021-03-26T08:23:03.486Z] Virtualization type: full [2021-03-26T08:23:03.486Z] L1d cache: 128 KiB [2021-03-26T08:23:03.486Z] L1i cache: 128 KiB [2021-03-26T08:23:03.486Z] L2 cache: 16 MiB [2021-03-26T08:23:03.486Z] L3 cache: 64 MiB [2021-03-26T08:23:03.486Z] NUMA node0 CPU(s): 0-3 [2021-03-26T08:23:03.486Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-26T08:23:03.486Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-26T08:23:03.486Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-26T08:23:03.486Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-26T08:23:03.486Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-26T08:23:03.486Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-26T08:23:03.486Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-26T08:23:03.486Z] Vulnerability Srbds: Not affected [2021-03-26T08:23:03.486Z] Vulnerability Tsx async abort: Not affected [2021-03-26T08:23:03.486Z] 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-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] ---> nproc: [2021-03-26T08:23:03.486Z] 4 [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] ---> df -h: [2021-03-26T08:23:03.486Z] Filesystem Size Used Available Use% Mounted on [2021-03-26T08:23:03.486Z] overlay 50.0G 8.6G 41.4G 17% / [2021-03-26T08:23:03.486Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-26T08:23:03.486Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-26T08:23:03.486Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-03-26T08:23:03.486Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.486Z] ---> free -m: [2021-03-26T08:23:03.486Z] total used free shared buff/cache available [2021-03-26T08:23:03.486Z] Mem: 1837 802 141 0 893 971 [2021-03-26T08:23:03.486Z] Swap: 1023 2 1021 [2021-03-26T08:23:03.486Z] [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] ---> ip addr: [2021-03-26T08:23:03.487Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-26T08:23:03.487Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-26T08:23:03.487Z] inet 127.0.0.1/8 scope host lo [2021-03-26T08:23:03.487Z] valid_lft forever preferred_lft forever [2021-03-26T08:23:03.487Z] inet6 ::1/128 scope host [2021-03-26T08:23:03.487Z] valid_lft forever preferred_lft forever [2021-03-26T08:23:03.487Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-26T08:23:03.487Z] link/ether fa:16:3e:c1:11:5c brd ff:ff:ff:ff:ff:ff [2021-03-26T08:23:03.487Z] inet 10.30.122.201/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-26T08:23:03.487Z] valid_lft 85641sec preferred_lft 85641sec [2021-03-26T08:23:03.487Z] inet6 fe80::f816:3eff:fec1:115c/64 scope link [2021-03-26T08:23:03.487Z] valid_lft forever preferred_lft forever [2021-03-26T08:23:03.487Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-26T08:23:03.487Z] link/ether 02:42:b4:a2:71:5b brd ff:ff:ff:ff:ff:ff [2021-03-26T08:23:03.487Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-26T08:23:03.487Z] valid_lft forever preferred_lft forever [2021-03-26T08:23:03.487Z] inet6 fe80::42:b4ff:fea2:715b/64 scope link [2021-03-26T08:23:03.487Z] valid_lft forever preferred_lft forever [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] ---> sar -b -r -n DEV: [2021-03-26T08:23:03.487Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] 08:10:12 LINUX RESTART (4 CPU) [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] 08:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-26T08:23:03.487Z] 08:12:01 34.43 12.10 22.33 0.00 4464.87 3532.07 0.00 [2021-03-26T08:23:03.487Z] 08:13:01 1.97 0.00 1.97 0.00 0.00 37.60 0.00 [2021-03-26T08:23:03.487Z] 08:14:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 [2021-03-26T08:23:03.487Z] 08:15:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 [2021-03-26T08:23:03.487Z] 08:16:02 0.15 0.00 0.15 0.00 0.00 1.93 0.00 [2021-03-26T08:23:03.487Z] 08:17:01 0.34 0.00 0.34 0.00 0.00 4.10 0.00 [2021-03-26T08:23:03.487Z] 08:18:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-03-26T08:23:03.487Z] 08:19:01 0.30 0.00 0.30 0.00 0.00 3.86 0.00 [2021-03-26T08:23:03.487Z] 08:20:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 [2021-03-26T08:23:03.487Z] 08:21:01 31.30 3.96 27.33 0.00 623.14 15543.22 0.00 [2021-03-26T08:23:03.487Z] 08:22:01 400.95 197.44 203.51 0.00 9623.95 47803.03 0.00 [2021-03-26T08:23:03.487Z] Average: 42.88 19.46 23.42 0.00 1340.67 6100.52 0.00 [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] 08:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-26T08:23:03.487Z] 08:12:01 150404 0 600548 31.92 2620 1127972 1105136 37.72 408372 1121656 20 [2021-03-26T08:23:03.487Z] 08:13:01 157780 0 593164 31.53 2620 1127980 1072832 36.61 405896 1118172 16 [2021-03-26T08:23:03.487Z] 08:14:01 155712 0 595228 31.64 2620 1127984 1072836 36.61 413368 1112472 8 [2021-03-26T08:23:03.487Z] 08:15:01 154580 0 596360 31.70 2620 1127984 1073004 36.62 420224 1106788 8 [2021-03-26T08:23:03.487Z] 08:16:02 153904 0 597028 31.73 2620 1127992 1072932 36.62 415760 1112160 8 [2021-03-26T08:23:03.487Z] 08:17:01 153888 0 597040 31.73 2620 1127996 1072872 36.62 421576 1106016 12 [2021-03-26T08:23:03.487Z] 08:18:01 154200 0 596724 31.71 2620 1128000 1072836 36.61 421312 1106080 8 [2021-03-26T08:23:03.487Z] 08:19:01 154356 0 596564 31.71 2620 1128004 1072836 36.61 421316 1106080 8 [2021-03-26T08:23:03.487Z] 08:20:01 154448 0 596464 31.70 2620 1128012 1072836 36.61 421200 1106080 8 [2021-03-26T08:23:03.487Z] 08:21:01 211196 0 663864 35.28 2620 1003864 1276176 43.55 453776 979288 100748 [2021-03-26T08:23:03.487Z] 08:22:01 109268 0 770816 40.97 1852 999608 1273952 43.48 548556 885084 44164 [2021-03-26T08:23:03.487Z] Average: 155431 0 618527 32.87 2550 1105036 1112568 37.97 431941 1078171 13183 [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] 08:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-26T08:23:03.487Z] 08:12:01 eth0 113.50 102.51 454.48 33.60 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:12:01 docker0 37.73 32.92 3.52 112.36 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:13:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:14:01 eth0 0.70 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:15:01 eth0 1.07 0.30 0.32 0.17 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:16:02 eth0 0.65 0.40 0.35 0.29 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:17:01 eth0 0.22 0.14 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:21:01 eth0 430.96 378.36 4073.08 29.11 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:22:01 eth0 475.32 419.03 3472.43 80.97 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] 08:22:01 docker0 54.23 57.49 4.71 249.52 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] Average: eth0 93.19 82.10 728.97 13.14 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] Average: docker0 8.38 8.24 0.75 32.98 0.00 0.00 0.00 0.00 [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] ---> sar -P ALL: [2021-03-26T08:23:03.487Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] 08:10:12 LINUX RESTART (4 CPU) [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] 08:11:01 CPU %user %nice %system %iowait %steal %idle [2021-03-26T08:23:03.487Z] 08:12:01 all 2.82 0.00 1.56 0.70 0.07 94.85 [2021-03-26T08:23:03.487Z] 08:12:01 0 2.84 0.00 1.91 0.67 0.05 94.53 [2021-03-26T08:23:03.487Z] 08:12:01 1 2.68 0.00 1.43 1.16 0.08 94.65 [2021-03-26T08:23:03.487Z] 08:12:01 2 3.43 0.00 1.34 0.17 0.07 94.99 [2021-03-26T08:23:03.487Z] 08:12:01 3 2.32 0.00 1.58 0.82 0.07 95.22 [2021-03-26T08:23:03.487Z] 08:13:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-03-26T08:23:03.487Z] 08:13:01 0 0.42 0.00 0.03 0.00 0.00 99.55 [2021-03-26T08:23:03.487Z] 08:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-26T08:23:03.487Z] 08:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-26T08:23:03.487Z] 08:13:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-03-26T08:23:03.487Z] 08:14:01 all 0.14 0.00 0.04 0.00 0.01 99.80 [2021-03-26T08:23:03.487Z] 08:14:01 0 0.43 0.00 0.07 0.00 0.02 99.48 [2021-03-26T08:23:03.487Z] 08:14:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-26T08:23:03.487Z] 08:14:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-26T08:23:03.487Z] 08:14:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-26T08:23:03.487Z] 08:15:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-03-26T08:23:03.487Z] 08:15:01 0 0.13 0.00 0.02 0.00 0.00 99.85 [2021-03-26T08:23:03.487Z] 08:15:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-26T08:23:03.487Z] 08:15:01 2 0.45 0.00 0.02 0.00 0.00 99.53 [2021-03-26T08:23:03.487Z] 08:15:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-26T08:23:03.487Z] 08:16:02 all 0.19 0.00 0.13 0.00 0.02 99.65 [2021-03-26T08:23:03.487Z] 08:16:02 0 0.07 0.00 0.12 0.00 0.00 99.82 [2021-03-26T08:23:03.487Z] 08:16:02 1 0.07 0.00 0.12 0.00 0.02 99.80 [2021-03-26T08:23:03.487Z] 08:16:02 2 0.52 0.00 0.15 0.00 0.03 99.30 [2021-03-26T08:23:03.487Z] 08:16:02 3 0.12 0.00 0.15 0.00 0.03 99.70 [2021-03-26T08:23:03.487Z] 08:17:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-26T08:23:03.487Z] 08:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-26T08:23:03.487Z] 08:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-26T08:23:03.487Z] 08:17:01 2 0.51 0.00 0.02 0.00 0.00 99.47 [2021-03-26T08:23:03.487Z] 08:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-26T08:23:03.487Z] 08:18:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-03-26T08:23:03.487Z] 08:18:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-26T08:23:03.487Z] 08:18:01 1 0.22 0.00 0.07 0.00 0.00 99.72 [2021-03-26T08:23:03.487Z] 08:18:01 2 0.22 0.00 0.02 0.00 0.00 99.77 [2021-03-26T08:23:03.487Z] 08:18:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-26T08:23:03.487Z] 08:19:01 all 0.03 0.00 0.03 0.00 0.00 99.95 [2021-03-26T08:23:03.487Z] 08:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-26T08:23:03.487Z] 08:19:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-26T08:23:03.487Z] 08:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-26T08:23:03.487Z] 08:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-26T08:23:03.487Z] 08:20:01 all 0.10 0.00 0.03 0.00 0.00 99.86 [2021-03-26T08:23:03.487Z] 08:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-26T08:23:03.487Z] 08:20:01 1 0.37 0.00 0.05 0.00 0.02 99.57 [2021-03-26T08:23:03.487Z] 08:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-26T08:23:03.487Z] 08:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-26T08:23:03.487Z] 08:21:01 all 4.11 0.00 2.19 0.16 0.05 93.48 [2021-03-26T08:23:03.487Z] 08:21:01 0 4.15 0.00 2.51 0.05 0.03 93.25 [2021-03-26T08:23:03.487Z] 08:21:01 1 4.39 0.00 2.29 0.00 0.07 93.25 [2021-03-26T08:23:03.487Z] 08:21:01 2 4.18 0.00 2.12 0.32 0.07 93.32 [2021-03-26T08:23:03.487Z] 08:21:01 3 3.73 0.00 1.85 0.27 0.05 94.10 [2021-03-26T08:23:03.487Z] 08:22:01 all 13.47 0.00 8.04 3.72 0.34 74.43 [2021-03-26T08:23:03.487Z] 08:22:01 0 12.56 0.00 8.03 3.98 0.39 75.03 [2021-03-26T08:23:03.487Z] 08:22:01 1 13.54 0.00 9.33 3.35 0.31 73.47 [2021-03-26T08:23:03.487Z] 08:22:01 2 13.47 0.00 7.22 5.93 0.31 73.08 [2021-03-26T08:23:03.487Z] 08:22:01 3 14.30 0.00 7.57 1.63 0.36 76.13 [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-26T08:23:03.487Z] Average: all 1.92 0.00 1.09 0.41 0.04 96.54 [2021-03-26T08:23:03.487Z] Average: 0 1.85 0.00 1.14 0.42 0.04 96.55 [2021-03-26T08:23:03.487Z] Average: 1 1.93 0.00 1.21 0.40 0.05 96.42 [2021-03-26T08:23:03.487Z] Average: 2 2.05 0.00 0.98 0.57 0.04 96.36 [2021-03-26T08:23:03.487Z] Average: 3 1.85 0.00 1.02 0.24 0.05 96.84 [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z] [2021-03-26T08:23:03.487Z]