Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29302 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 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 (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 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 975fc894d22c95df56f5c30831830fec7a3ab6cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T09:29:51.144Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T09:29:51.480Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T09:29:51.580Z] ========================================================= [2021-03-10T09:29:51.580Z] EdgeX Global Pipelines Version Info [2021-03-10T09:29:51.580Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:29:53.439Z] ------------------- [2021-03-10T09:29:53.439Z] stable info: [2021-03-10T09:29:53.439Z] ------------------- [2021-03-10T09:29:53.439Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T09:29:53.439Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T09:29:53.439Z] Message: update stable to v1.0.184 [2021-03-10T09:29:54.014Z] ------------------- [2021-03-10T09:29:54.014Z] experimental info: [2021-03-10T09:29:54.014Z] ------------------- [2021-03-10T09:29:54.015Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T09:29:54.015Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T09:29:54.015Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T09:29:54.409Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-10T09:29:54.505Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-10T09:29:54.618Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T09:29:54.713Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T09:29:54.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T09:29:54.962Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T09:29:55.059Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T09:29:55.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T09:29:55.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-10T09:29:55.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T09:29:55.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T09:29:55.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-10T09:29:55.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T09:29:55.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T09:29:55.869Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T09:29:55.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T09:29:56.055Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-10T09:29:56.142Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-10T09:29:56.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T09:29:56.341Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-10T09:29:56.433Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-10T09:29:56.527Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-10T09:29:56.613Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-10T09:29:56.738Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-10T09:29:56.827Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-10T09:29:56.977Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T09:29:57.066Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-10T09:29:57.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-10T09:29:57.234Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-10T09:29:57.324Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] echo [2021-03-10T09:29:57.423Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72cb6ba [Pipeline] echo [2021-03-10T09:29:57.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T09:29:57.681Z] provisioning config files... [2021-03-10T09:29:57.715Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8097580133842867681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:29:58.071Z] ---> docker-login.sh [2021-03-10T09:29:58.071Z] nexus3.edgexfoundry.org:10001 [2021-03-10T09:29:58.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:29:58.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:29:58.601Z] Configure a credential helper to remove this warning. See [2021-03-10T09:29:58.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:29:58.601Z] [2021-03-10T09:29:58.601Z] Login Succeeded [2021-03-10T09:29:58.601Z] nexus3.edgexfoundry.org:10002 [2021-03-10T09:29:58.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:29:58.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:29:58.865Z] Configure a credential helper to remove this warning. See [2021-03-10T09:29:58.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:29:58.865Z] [2021-03-10T09:29:58.865Z] Login Succeeded [2021-03-10T09:29:58.865Z] nexus3.edgexfoundry.org:10003 [2021-03-10T09:29:58.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:29:59.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:29:59.129Z] Configure a credential helper to remove this warning. See [2021-03-10T09:29:59.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:29:59.129Z] [2021-03-10T09:29:59.129Z] Login Succeeded [2021-03-10T09:29:59.129Z] nexus3.edgexfoundry.org:10004 [2021-03-10T09:29:59.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:29:59.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:29:59.129Z] Configure a credential helper to remove this warning. See [2021-03-10T09:29:59.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:29:59.129Z] [2021-03-10T09:29:59.129Z] Login Succeeded [2021-03-10T09:29:59.129Z] docker.io [2021-03-10T09:29:59.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:29:59.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:29:59.654Z] Configure a credential helper to remove this warning. See [2021-03-10T09:29:59.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:29:59.654Z] [2021-03-10T09:29:59.654Z] Login Succeeded [2021-03-10T09:29:59.654Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T09:29:59.670Z] 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-10T09:30:00.529Z] + git log --format=format:%s -1 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] echo [2021-03-10T09:30:00.599Z] GIT_COMMIT: 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-10T09:30:00.644Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:30:01.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T09:30:01.751Z] [2021-03-10T09:30:01.751Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:30:02.123Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T09:30:02.123Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T09:30:02.123Z] 31603596830f: Pulling fs layer [2021-03-10T09:30:02.123Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T09:30:02.123Z] 6ca5941a6612: Pulling fs layer [2021-03-10T09:30:02.123Z] ecc8261a40a4: Pulling fs layer [2021-03-10T09:30:02.123Z] ecc8261a40a4: Waiting [2021-03-10T09:30:02.123Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T09:30:02.123Z] 2a8b12db71e7: Download complete [2021-03-10T09:30:02.395Z] 31603596830f: Download complete [2021-03-10T09:30:02.663Z] 6ca5941a6612: Verifying Checksum [2021-03-10T09:30:02.663Z] 6ca5941a6612: Download complete [2021-03-10T09:30:02.663Z] ecc8261a40a4: Verifying Checksum [2021-03-10T09:30:02.930Z] 31603596830f: Pull complete [2021-03-10T09:30:02.930Z] 2a8b12db71e7: Pull complete [2021-03-10T09:30:03.897Z] 6ca5941a6612: Pull complete [2021-03-10T09:30:04.161Z] ecc8261a40a4: Pull complete [2021-03-10T09:30:04.161Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T09:30:04.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T09:30:04.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T09:30:04.345Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:30:04.410Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T09:30:06.931Z] $ docker top f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T09:30:07.294Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T09:30:07.294Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T09:30:07.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T09:30:07.544Z] $ docker exec f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent [2021-03-10T09:30:07.724Z] SSH_AUTH_SOCK=/tmp/ssh-A2RogB5G6OLZ/agent.12 [2021-03-10T09:30:07.724Z] SSH_AGENT_PID=17 [2021-03-10T09:30:07.740Z] Running ssh-add (command line suppressed) [2021-03-10T09:30:07.881Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7310578301992203719.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7310578301992203719.key) [2021-03-10T09:30:07.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T09:30:08.284Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T09:30:08.312Z] $ docker exec --env ******** --env ******** f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent -k [2021-03-10T09:30:08.441Z] unset SSH_AUTH_SOCK; [2021-03-10T09:30:08.441Z] unset SSH_AGENT_PID; [2021-03-10T09:30:08.441Z] echo Agent pid 17 killed; [2021-03-10T09:30:08.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T09:30:08.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T09:30:08.642Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T09:30:08.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T09:30:08.824Z] $ docker exec f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent [2021-03-10T09:30:09.003Z] SSH_AUTH_SOCK=/tmp/ssh-CrzkT64B6Qjd/agent.45 [2021-03-10T09:30:09.003Z] SSH_AGENT_PID=50 [2021-03-10T09:30:09.011Z] Running ssh-add (command line suppressed) [2021-03-10T09:30:09.144Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4526894898198404406.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4526894898198404406.key) [2021-03-10T09:30:09.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T09:30:09.543Z] + git semver init [2021-03-10T09:30:09.544Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T09:30:09.544Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-10T09:30:09.544Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-10T09:30:09.544Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T09:30:09.544Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T09:30:09.544Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T09:30:09.544Z] # $SEMVER_BRANCH = master [2021-03-10T09:30:09.544Z] # $SEMVER_TEMP = /tmp/semver-108179404 [2021-03-10T09:30:09.544Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-10T09:30:10.944Z] # '/tmp/semver-108179404' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-10T09:30:10.944Z] # -> Force: false [2021-03-10T09:30:10.944Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-10T09:30:10.960Z] $ docker exec --env ******** --env ******** f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent -k [2021-03-10T09:30:11.088Z] unset SSH_AUTH_SOCK; [2021-03-10T09:30:11.088Z] unset SSH_AGENT_PID; [2021-03-10T09:30:11.088Z] echo Agent pid 50 killed; [2021-03-10T09:30:11.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T09:30:11.630Z] + git semver [Pipeline] } [2021-03-10T09:30:11.649Z] $ docker stop --time=1 f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed [2021-03-10T09:30:13.071Z] $ docker rm -f f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T09:30:13.550Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T09:30:14.033Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T09:30:14.036Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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-10T09:30:29.541Z] Still waiting to schedule task [2021-03-10T09:30:29.541Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-10T09:30:29.544Z] Still waiting to schedule task [2021-03-10T09:30:29.544Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-10T09:33:09.265Z] Running on prd-centos7-docker-4c-2g-29303 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-10T09:33:09.328Z] Running in /w/workspace/edgex-ui-go/76 [Pipeline] { [Pipeline] checkout [2021-03-10T09:33:11.736Z] using credential edgex-jenkins-ssh [2021-03-10T09:33:11.801Z] Cloning the remote Git repository [2021-03-10T09:33:11.841Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-10T09:33:11.908Z] > git init /w/workspace/edgex-ui-go/76 # timeout=10 [2021-03-10T09:33:11.977Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-10T09:33:11.977Z] > git --version # timeout=10 [2021-03-10T09:33:11.984Z] > git --version # 'git version 2.24.3' [2021-03-10T09:33:11.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T09:33:12.031Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T09:33:13.636Z] Checking out Revision 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 (master) [2021-03-10T09:33:13.241Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-10T09:33:13.249Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T09:33:13.259Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-10T09:33:13.272Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-10T09:33:13.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T09:33:13.279Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T09:33:13.644Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T09:33:13.650Z] > git checkout -f 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 # timeout=10 [2021-03-10T09:33:17.352Z] Commit message: "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-10T09:33:18.814Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T09:33:19.149Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T09:33:19.452Z] + sudo service docker restart [2021-03-10T09:33:19.452Z] + true [2021-03-10T09:33:19.452Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T09:33:20.498Z] provisioning config files... [2021-03-10T09:33:20.528Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config3102864017426844929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:33:20.965Z] ---> docker-login.sh [2021-03-10T09:33:20.965Z] nexus3.edgexfoundry.org:10001 [2021-03-10T09:33:21.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:33:21.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:33:21.496Z] Configure a credential helper to remove this warning. See [2021-03-10T09:33:21.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:33:21.496Z] [2021-03-10T09:33:21.496Z] Login Succeeded [2021-03-10T09:33:21.496Z] nexus3.edgexfoundry.org:10002 [2021-03-10T09:33:21.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:33:21.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:33:21.496Z] Configure a credential helper to remove this warning. See [2021-03-10T09:33:21.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:33:21.496Z] [2021-03-10T09:33:21.496Z] Login Succeeded [2021-03-10T09:33:21.496Z] nexus3.edgexfoundry.org:10003 [2021-03-10T09:33:21.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:33:21.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:33:21.759Z] Configure a credential helper to remove this warning. See [2021-03-10T09:33:21.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:33:21.759Z] [2021-03-10T09:33:21.759Z] Login Succeeded [2021-03-10T09:33:21.759Z] nexus3.edgexfoundry.org:10004 [2021-03-10T09:33:21.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:33:22.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:33:22.035Z] Configure a credential helper to remove this warning. See [2021-03-10T09:33:22.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:33:22.035Z] [2021-03-10T09:33:22.035Z] Login Succeeded [2021-03-10T09:33:22.035Z] docker.io [2021-03-10T09:33:22.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:33:22.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:33:22.300Z] Configure a credential helper to remove this warning. See [2021-03-10T09:33:22.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:33:22.300Z] [2021-03-10T09:33:22.300Z] Login Succeeded [2021-03-10T09:33:22.300Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T09:33:22.314Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T09:33:22.677Z] ========================================================= [2021-03-10T09:33:22.677Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T09:33:22.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:33:23.026Z] + 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-10T09:33:23.289Z] Sending build context to Docker daemon 17.26MB [2021-03-10T09:33:23.289Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T09:33:23.289Z] Step 2/8 : FROM ${BASE} [2021-03-10T09:33:23.551Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T09:33:23.552Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T09:33:23.552Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T09:33:23.552Z] de9db76c5a1d: Pulling fs layer [2021-03-10T09:33:23.552Z] bca2f99d35d6: Pulling fs layer [2021-03-10T09:33:23.552Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T09:33:23.552Z] 7c6f9722023f: Pulling fs layer [2021-03-10T09:33:23.552Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T09:33:23.552Z] bca2f99d35d6: Waiting [2021-03-10T09:33:23.552Z] 93359f2a8cfa: Waiting [2021-03-10T09:33:23.552Z] 7c6f9722023f: Waiting [2021-03-10T09:33:23.552Z] a35cf1a2eb13: Waiting [2021-03-10T09:33:23.552Z] de9db76c5a1d: Verifying Checksum [2021-03-10T09:33:23.552Z] de9db76c5a1d: Download complete [2021-03-10T09:33:23.552Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T09:33:23.552Z] 0ef7d3d256c8: Download complete [2021-03-10T09:33:23.552Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T09:33:23.552Z] 93359f2a8cfa: Download complete [2021-03-10T09:33:23.814Z] 7c6f9722023f: Verifying Checksum [2021-03-10T09:33:23.814Z] 7c6f9722023f: Download complete [2021-03-10T09:33:23.814Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T09:33:23.814Z] 188c0c94c7c5: Download complete [2021-03-10T09:33:24.079Z] 188c0c94c7c5: Pull complete [2021-03-10T09:33:24.344Z] 0ef7d3d256c8: Pull complete [2021-03-10T09:33:24.608Z] de9db76c5a1d: Pull complete [2021-03-10T09:33:26.013Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T09:33:26.013Z] a35cf1a2eb13: Download complete [2021-03-10T09:33:26.596Z] bca2f99d35d6: Verifying Checksum [2021-03-10T09:33:26.596Z] bca2f99d35d6: Download complete [2021-03-10T09:33:31.920Z] bca2f99d35d6: Pull complete [2021-03-10T09:33:31.920Z] 93359f2a8cfa: Pull complete [2021-03-10T09:33:31.920Z] 7c6f9722023f: Pull complete [2021-03-10T09:33:36.150Z] a35cf1a2eb13: Pull complete [2021-03-10T09:33:36.150Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T09:33:36.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T09:33:36.150Z] ---> a62c8e92a672 [2021-03-10T09:33:36.150Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-10T09:33:36.150Z] ---> Running in bb37ed19772a [2021-03-10T09:33:36.150Z] Removing intermediate container bb37ed19772a [2021-03-10T09:33:36.150Z] ---> ba9761e0eac3 [2021-03-10T09:33:36.150Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T09:33:36.150Z] ---> Running in bc28d788700e [2021-03-10T09:33:37.548Z] Removing intermediate container bc28d788700e [2021-03-10T09:33:37.548Z] ---> c9bad1b08448 [2021-03-10T09:33:37.548Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-10T09:33:37.548Z] ---> Running in c4056f1c9970 [2021-03-10T09:33:37.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T09:33:38.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T09:33:38.962Z] OK: 166 MiB in 39 packages [2021-03-10T09:33:39.226Z] Removing intermediate container c4056f1c9970 [2021-03-10T09:33:39.226Z] ---> f197ee0aced2 [2021-03-10T09:33:39.226Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-10T09:33:39.489Z] ---> Running in 08b6f63e4324 [2021-03-10T09:33:39.489Z] Removing intermediate container 08b6f63e4324 [2021-03-10T09:33:39.489Z] ---> 69220d9949d5 [2021-03-10T09:33:39.489Z] Step 7/8 : COPY . . [2021-03-10T09:33:41.424Z] ---> 87d09a29fbc5 [2021-03-10T09:33:41.424Z] Step 8/8 : RUN go mod download [2021-03-10T09:33:41.424Z] ---> Running in 2446ae6e411d [2021-03-10T09:33:55.519Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29304 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-10T09:33:55.593Z] Running in /w/workspace/edgex-ui-go/76 [Pipeline] { [Pipeline] checkout [2021-03-10T09:34:00.629Z] using credential edgex-jenkins-ssh [2021-03-10T09:34:00.748Z] Cloning the remote Git repository [2021-03-10T09:34:00.807Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-10T09:34:00.911Z] > git init /w/workspace/edgex-ui-go/76 # timeout=10 [2021-03-10T09:34:01.010Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-10T09:34:01.011Z] > git --version # timeout=10 [2021-03-10T09:34:01.031Z] > git --version # 'git version 2.17.1' [2021-03-10T09:34:01.032Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T09:34:01.091Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T09:34:03.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-10T09:34:03.160Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T09:34:03.184Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-10T09:34:03.227Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-10T09:34:03.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T09:34:03.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T09:34:04.730Z] Checking out Revision 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 (master) [2021-03-10T09:34:04.747Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T09:34:04.766Z] > git checkout -f 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 # timeout=10 [2021-03-10T09:34:09.373Z] Commit message: "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-10T09:34:11.052Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T09:34:11.457Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T09:34:11.807Z] + true [2021-03-10T09:34:11.807Z] + sudo service docker restart [2021-03-10T09:34:13.600Z] Removing intermediate container 2446ae6e411d [2021-03-10T09:34:13.600Z] ---> bb2adb52b3df [2021-03-10T09:34:13.600Z] Successfully built bb2adb52b3df [2021-03-10T09:34:13.600Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:34:13.926Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T09:34:13.926Z] . [Pipeline] withDockerContainer [2021-03-10T09:34:14.187Z] prd-centos7-docker-4c-2g-29303 does not seem to be running inside a container [2021-03-10T09:34:14.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@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-10T09:34:15.128Z] $ docker top 9115bc966572fd8a6ec5847508f83aea95078028b96e4da366a2a5a8e806fb9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-03-10T09:34:15.434Z] provisioning config files... [2021-03-10T09:34:15.525Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config5379063044875610789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:34:15.641Z] + go version [2021-03-10T09:34:15.641Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T09:34:15.763Z] $ docker stop --time=1 9115bc966572fd8a6ec5847508f83aea95078028b96e4da366a2a5a8e806fb9d [2021-03-10T09:34:15.982Z] ---> docker-login.sh [2021-03-10T09:34:15.982Z] nexus3.edgexfoundry.org:10001 [2021-03-10T09:34:16.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:34:17.113Z] $ docker rm -f 9115bc966572fd8a6ec5847508f83aea95078028b96e4da366a2a5a8e806fb9d [2021-03-10T09:34:17.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:34:17.248Z] Configure a credential helper to remove this warning. See [2021-03-10T09:34:17.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:34:17.248Z] [2021-03-10T09:34:17.248Z] Login Succeeded [2021-03-10T09:34:17.248Z] nexus3.edgexfoundry.org:10002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-03-10T09:34:17.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:34:17.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:34:17.795Z] Configure a credential helper to remove this warning. See [2021-03-10T09:34:17.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:34:17.795Z] [2021-03-10T09:34:17.795Z] Login Succeeded [2021-03-10T09:34:17.795Z] nexus3.edgexfoundry.org:10003 [2021-03-10T09:34:17.919Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T09:34:17.919Z] . [Pipeline] withDockerContainer [2021-03-10T09:34:18.014Z] prd-centos7-docker-4c-2g-29303 does not seem to be running inside a container [2021-03-10T09:34:18.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@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-10T09:34:18.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:34:18.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:34:18.343Z] Configure a credential helper to remove this warning. See [2021-03-10T09:34:18.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:34:18.343Z] [2021-03-10T09:34:18.343Z] Login Succeeded [2021-03-10T09:34:18.343Z] nexus3.edgexfoundry.org:10004 [2021-03-10T09:34:18.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:34:18.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:34:18.891Z] Configure a credential helper to remove this warning. See [2021-03-10T09:34:18.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:34:18.891Z] [2021-03-10T09:34:18.891Z] Login Succeeded [2021-03-10T09:34:18.891Z] docker.io [2021-03-10T09:34:19.098Z] $ docker top 591344abad497bf7d21872db2117b89e8d94c2e13628c1d180bd78772fc65a0b -eo pid,comm [2021-03-10T09:34:19.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-03-10T09:34:19.584Z] + make test [2021-03-10T09:34:19.584Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-10T09:34:19.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:34:19.759Z] Configure a credential helper to remove this warning. See [2021-03-10T09:34:19.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:34:19.759Z] [2021-03-10T09:34:19.759Z] Login Succeeded [2021-03-10T09:34:19.759Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T09:34:19.775Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T09:34:20.224Z] ========================================================= [2021-03-10T09:34:20.224Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T09:34:20.224Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:34:20.663Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-10T09:34:21.003Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-10T09:34:21.266Z] Sending build context to Docker daemon 17.26MB [2021-03-10T09:34:21.266Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T09:34:21.266Z] Step 2/8 : FROM ${BASE} [2021-03-10T09:34:21.558Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T09:34:21.558Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T09:34:21.558Z] a4357932f1b6: Pulling fs layer [2021-03-10T09:34:21.558Z] 18c013af1878: Pulling fs layer [2021-03-10T09:34:21.558Z] 00ac8860ef70: Pulling fs layer [2021-03-10T09:34:21.558Z] 63d7cb157983: Pulling fs layer [2021-03-10T09:34:21.558Z] b116817d02f9: Pulling fs layer [2021-03-10T09:34:21.558Z] 745a02a5169b: Pulling fs layer [2021-03-10T09:34:21.558Z] 00ac8860ef70: Waiting [2021-03-10T09:34:21.558Z] 63d7cb157983: Waiting [2021-03-10T09:34:21.558Z] b116817d02f9: Waiting [2021-03-10T09:34:21.558Z] 745a02a5169b: Waiting [2021-03-10T09:34:21.558Z] 18c013af1878: Verifying Checksum [2021-03-10T09:34:21.558Z] 18c013af1878: Download complete [2021-03-10T09:34:21.558Z] a4357932f1b6: Verifying Checksum [2021-03-10T09:34:21.558Z] a4357932f1b6: Download complete [2021-03-10T09:34:21.558Z] 63d7cb157983: Verifying Checksum [2021-03-10T09:34:21.558Z] 63d7cb157983: Download complete [2021-03-10T09:34:21.558Z] b116817d02f9: Verifying Checksum [2021-03-10T09:34:21.558Z] b116817d02f9: Download complete [2021-03-10T09:34:21.558Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T09:34:21.558Z] 5f621e34cdf4: Download complete [2021-03-10T09:34:22.564Z] 5f621e34cdf4: Pull complete [2021-03-10T09:34:23.172Z] a4357932f1b6: Pull complete [2021-03-10T09:34:23.770Z] 18c013af1878: Pull complete [2021-03-10T09:34:23.770Z] 745a02a5169b: Verifying Checksum [2021-03-10T09:34:23.770Z] 745a02a5169b: Download complete [2021-03-10T09:34:25.215Z] 00ac8860ef70: Verifying Checksum [2021-03-10T09:34:25.215Z] 00ac8860ef70: Download complete [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-10T09:34:31.115Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-10T09:34:31.115Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-10T09:34:31.704Z] $ docker stop --time=1 591344abad497bf7d21872db2117b89e8d94c2e13628c1d180bd78772fc65a0b [2021-03-10T09:34:34.341Z] $ docker rm -f 591344abad497bf7d21872db2117b89e8d94c2e13628c1d180bd78772fc65a0b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T09:34:34.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-10T09:34:35.227Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-10T09:34:35.386Z] 00ac8860ef70: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-10T09:34:35.659Z] 63d7cb157983: Pull complete [2021-03-10T09:34:35.930Z] b116817d02f9: Pull complete [Pipeline] sh [2021-03-10T09:34:38.185Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-10T09:34:38.486Z] + ls -al . [2021-03-10T09:34:38.486Z] total 92 [2021-03-10T09:34:38.486Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 10 09:34 . [2021-03-10T09:34:38.486Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 10 09:33 .. [2021-03-10T09:34:38.486Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 10 09:33 assets [2021-03-10T09:34:38.486Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 10 09:33 bin [2021-03-10T09:34:38.486Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 10 09:33 cmd [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 10 09:33 CONTRIBUTING.md [2021-03-10T09:34:38.486Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 10 09:34 coverage.out [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 10 09:33 Dockerfile [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 10 09:33 Dockerfile.build [2021-03-10T09:34:38.486Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 10 09:33 docs [2021-03-10T09:34:38.486Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 10 09:33 .git [2021-03-10T09:34:38.486Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 10 09:33 .github [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 10 09:33 .gitignore [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 10 09:33 go.mod [2021-03-10T09:34:38.486Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 10 09:34 go.sum [2021-03-10T09:34:38.486Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 10 09:33 internal [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 10 09:33 Jenkinsfile [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 10 09:33 LICENSE [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 10 09:33 Makefile [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 10 09:33 README.md [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 10 09:30 VERSION [2021-03-10T09:34:38.486Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 10 09:33 version.go [2021-03-10T09:34:38.486Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 10 09:33 web [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:34:38.794Z] + 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=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 --label arch=amd64 --label version=2.0.0-dev.18 . [2021-03-10T09:34:39.056Z] Sending build context to Docker daemon 17.28MB [2021-03-10T09:34:39.056Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T09:34:39.056Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-10T09:34:39.056Z] ---> bb2adb52b3df [2021-03-10T09:34:39.056Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-10T09:34:39.633Z] ---> Running in 45aff14eacfc [2021-03-10T09:34:39.897Z] Removing intermediate container 45aff14eacfc [2021-03-10T09:34:39.897Z] ---> 0fa1b1e7c452 [2021-03-10T09:34:39.897Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-10T09:34:39.897Z] ---> Running in 3203848e22b1 [2021-03-10T09:34:40.161Z] Removing intermediate container 3203848e22b1 [2021-03-10T09:34:40.161Z] ---> 045f4b67c730 [2021-03-10T09:34:40.161Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-10T09:34:40.161Z] ---> Running in df7673f0edd0 [2021-03-10T09:34:40.161Z] Removing intermediate container df7673f0edd0 [2021-03-10T09:34:40.161Z] ---> d0d587d70547 [2021-03-10T09:34:40.161Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-10T09:34:40.246Z] 745a02a5169b: Pull complete [2021-03-10T09:34:40.246Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T09:34:40.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T09:34:40.246Z] ---> b7e6874047d6 [2021-03-10T09:34:40.246Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-10T09:34:40.425Z] ---> Running in 14c9d0551c8e [2021-03-10T09:34:40.425Z] Removing intermediate container 14c9d0551c8e [2021-03-10T09:34:40.425Z] ---> 5597ba2f90b8 [2021-03-10T09:34:40.425Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-10T09:34:40.425Z] ---> Running in a41ca8da9e69 [2021-03-10T09:34:40.689Z] Removing intermediate container a41ca8da9e69 [2021-03-10T09:34:40.689Z] ---> d08b571a45c4 [2021-03-10T09:34:40.689Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T09:34:40.689Z] ---> Running in ef9f2e33d367 [2021-03-10T09:34:41.642Z] Removing intermediate container ef9f2e33d367 [2021-03-10T09:34:41.642Z] ---> 3d46a45b3097 [2021-03-10T09:34:41.642Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-10T09:34:41.642Z] ---> Running in 791189e92f4c [2021-03-10T09:34:42.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T09:34:42.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T09:34:42.871Z] ---> Running in 2c0f8f4807f9 [2021-03-10T09:34:42.871Z] Removing intermediate container 2c0f8f4807f9 [2021-03-10T09:34:42.871Z] ---> 5a25175128b0 [2021-03-10T09:34:42.871Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T09:34:42.871Z] ---> Running in 2c45b8d0fd37 [2021-03-10T09:34:43.069Z] OK: 166 MiB in 39 packages [2021-03-10T09:34:43.648Z] Removing intermediate container 791189e92f4c [2021-03-10T09:34:43.648Z] ---> e2c949f80eda [2021-03-10T09:34:43.648Z] Step 10/24 : ENV GO111MODULE=on [2021-03-10T09:34:43.648Z] ---> Running in db5ec1dfa406 [2021-03-10T09:34:43.917Z] Removing intermediate container db5ec1dfa406 [2021-03-10T09:34:43.917Z] ---> bc19df187cb6 [2021-03-10T09:34:43.917Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-10T09:34:43.917Z] ---> Running in 2b3d7d0dccfc [2021-03-10T09:34:44.179Z] Removing intermediate container 2b3d7d0dccfc [2021-03-10T09:34:44.179Z] ---> 3d729c329d02 [2021-03-10T09:34:44.179Z] Step 12/24 : COPY go.mod . [2021-03-10T09:34:44.179Z] ---> 9240c5e94a73 [2021-03-10T09:34:44.179Z] Step 13/24 : COPY Makefile . [2021-03-10T09:34:44.451Z] ---> 534260349593 [2021-03-10T09:34:44.451Z] Step 14/24 : RUN make update [2021-03-10T09:34:44.451Z] ---> Running in 102cbe16748b [2021-03-10T09:34:45.031Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-10T09:34:45.493Z] Removing intermediate container 2c45b8d0fd37 [2021-03-10T09:34:45.493Z] ---> 7f806a06fe27 [2021-03-10T09:34:45.493Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-10T09:34:45.493Z] ---> Running in 8d5c3a2673ed [2021-03-10T09:34:45.610Z] Removing intermediate container 102cbe16748b [2021-03-10T09:34:45.610Z] ---> dd76ff59808b [2021-03-10T09:34:45.610Z] Step 15/24 : COPY . . [2021-03-10T09:34:46.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T09:34:47.004Z] ---> 9cfd9da242dc [2021-03-10T09:34:47.005Z] Step 16/24 : RUN ${MAKE} [2021-03-10T09:34:47.005Z] ---> Running in 58a7893ed829 [2021-03-10T09:34:47.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T09:34:47.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-10T09:34:47.668Z] OK: 142 MiB in 39 packages [2021-03-10T09:34:49.103Z] Removing intermediate container 8d5c3a2673ed [2021-03-10T09:34:49.103Z] ---> a75bbfa7a0dc [2021-03-10T09:34:49.103Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-10T09:34:49.103Z] ---> Running in f53a5718c6b7 [2021-03-10T09:34:49.696Z] Removing intermediate container f53a5718c6b7 [2021-03-10T09:34:49.696Z] ---> 98ced4c8e65a [2021-03-10T09:34:49.696Z] Step 7/8 : COPY . . [2021-03-10T09:34:51.665Z] ---> 6b8c881b4c03 [2021-03-10T09:34:51.665Z] Step 8/8 : RUN go mod download [2021-03-10T09:34:51.948Z] ---> Running in 4fa10d12f70a [2021-03-10T09:34:55.858Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-10T09:34:59.192Z] Removing intermediate container 58a7893ed829 [2021-03-10T09:34:59.192Z] ---> 2ac7925c540d [2021-03-10T09:34:59.192Z] Step 17/24 : FROM alpine:3.12 [2021-03-10T09:34:59.192Z] 3.12: Pulling from library/alpine [2021-03-10T09:34:59.192Z] f84cab65f19f: Pulling fs layer [2021-03-10T09:34:59.461Z] f84cab65f19f: Verifying Checksum [2021-03-10T09:34:59.461Z] f84cab65f19f: Download complete [2021-03-10T09:34:59.726Z] f84cab65f19f: Pull complete [2021-03-10T09:34:59.726Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T09:34:59.726Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T09:34:59.726Z] ---> 88dd2752d2ea [2021-03-10T09:34:59.726Z] Step 18/24 : EXPOSE 4000 [2021-03-10T09:34:59.989Z] ---> Running in c198c80b348a [2021-03-10T09:34:59.989Z] Removing intermediate container c198c80b348a [2021-03-10T09:34:59.989Z] ---> 57b09e392ffa [2021-03-10T09:34:59.989Z] 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-10T09:35:00.946Z] ---> c5277995881e [2021-03-10T09:35:00.946Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-10T09:35:00.946Z] ---> Running in eff3fbdf9d5b [2021-03-10T09:35:01.207Z] Removing intermediate container eff3fbdf9d5b [2021-03-10T09:35:01.207Z] ---> 9eeebea59515 [2021-03-10T09:35:01.207Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-10T09:35:01.207Z] ---> Running in 5cf282f6b60f [2021-03-10T09:35:01.468Z] Removing intermediate container 5cf282f6b60f [2021-03-10T09:35:01.468Z] ---> eb47f7623fa4 [2021-03-10T09:35:01.468Z] Step 22/24 : LABEL arch=amd64 [2021-03-10T09:35:01.468Z] ---> Running in fc1e95061c82 [2021-03-10T09:35:01.730Z] Removing intermediate container fc1e95061c82 [2021-03-10T09:35:01.730Z] ---> 39ad7263829d [2021-03-10T09:35:01.730Z] Step 23/24 : LABEL git_sha=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:35:01.730Z] ---> Running in ce4e918188d8 [2021-03-10T09:35:02.678Z] Removing intermediate container ce4e918188d8 [2021-03-10T09:35:02.678Z] ---> 16b37edea838 [2021-03-10T09:35:02.678Z] Step 24/24 : LABEL version=2.0.0-dev.18 [2021-03-10T09:35:02.678Z] ---> Running in 30df91786773 [2021-03-10T09:35:02.678Z] Removing intermediate container 30df91786773 [2021-03-10T09:35:02.678Z] ---> 269341fc5045 [2021-03-10T09:35:02.678Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-10T09:35:02.678Z] Successfully built 269341fc5045 [2021-03-10T09:35:02.678Z] 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-10T09:35:03.032Z] provisioning config files... [2021-03-10T09:35:03.076Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config511178636121121399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:35:03.478Z] ---> docker-login.sh [2021-03-10T09:35:03.479Z] nexus3.edgexfoundry.org:10001 [2021-03-10T09:35:03.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:35:03.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:35:03.740Z] Configure a credential helper to remove this warning. See [2021-03-10T09:35:03.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:35:03.740Z] [2021-03-10T09:35:03.740Z] Login Succeeded [2021-03-10T09:35:03.740Z] nexus3.edgexfoundry.org:10002 [2021-03-10T09:35:03.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:35:03.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:35:03.740Z] Configure a credential helper to remove this warning. See [2021-03-10T09:35:03.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:35:03.740Z] [2021-03-10T09:35:03.740Z] Login Succeeded [2021-03-10T09:35:03.740Z] nexus3.edgexfoundry.org:10003 [2021-03-10T09:35:04.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:35:04.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:35:04.003Z] Configure a credential helper to remove this warning. See [2021-03-10T09:35:04.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:35:04.003Z] [2021-03-10T09:35:04.003Z] Login Succeeded [2021-03-10T09:35:04.003Z] nexus3.edgexfoundry.org:10004 [2021-03-10T09:35:04.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:35:04.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:35:04.265Z] Configure a credential helper to remove this warning. See [2021-03-10T09:35:04.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:35:04.265Z] [2021-03-10T09:35:04.265Z] Login Succeeded [2021-03-10T09:35:04.265Z] docker.io [2021-03-10T09:35:04.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:35:04.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:35:04.526Z] Configure a credential helper to remove this warning. See [2021-03-10T09:35:04.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:35:04.526Z] [2021-03-10T09:35:04.526Z] Login Succeeded [2021-03-10T09:35:04.526Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T09:35:04.536Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T09:35:04.807Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-10T09:35:04.807Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:35:04.807Z] latest [2021-03-10T09:35:04.807Z] 2.0.0-dev.18 [2021-03-10T09:35:04.807Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [2021-03-10T09:35:04.807Z] master [2021-03-10T09:35:04.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:05.290Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:05.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:35:05.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-10T09:35:05.596Z] 35d0b480644f: Preparing [2021-03-10T09:35:05.596Z] 33e8713114f8: Preparing [2021-03-10T09:35:05.596Z] 33e8713114f8: Layer already exists [2021-03-10T09:35:06.987Z] 35d0b480644f: Pushed [2021-03-10T09:35:07.249Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:07.564Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:07.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-10T09:35:07.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-10T09:35:07.865Z] 35d0b480644f: Preparing [2021-03-10T09:35:07.865Z] 33e8713114f8: Preparing [2021-03-10T09:35:07.865Z] 33e8713114f8: Layer already exists [2021-03-10T09:35:07.865Z] 35d0b480644f: Layer already exists [2021-03-10T09:35:07.865Z] latest: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:08.175Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:08.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.18 [2021-03-10T09:35:08.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-10T09:35:08.475Z] 35d0b480644f: Preparing [2021-03-10T09:35:08.475Z] 33e8713114f8: Preparing [2021-03-10T09:35:08.475Z] 33e8713114f8: Layer already exists [2021-03-10T09:35:08.475Z] 35d0b480644f: Layer already exists [2021-03-10T09:35:08.475Z] 2.0.0-dev.18: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:08.780Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:09.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [2021-03-10T09:35:09.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-10T09:35:09.081Z] 35d0b480644f: Preparing [2021-03-10T09:35:09.081Z] 33e8713114f8: Preparing [2021-03-10T09:35:09.081Z] 33e8713114f8: Layer already exists [2021-03-10T09:35:09.081Z] 35d0b480644f: Layer already exists [2021-03-10T09:35:09.081Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:09.392Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:09.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-10T09:35:09.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-10T09:35:09.691Z] 35d0b480644f: Preparing [2021-03-10T09:35:09.691Z] 33e8713114f8: Preparing [2021-03-10T09:35:09.691Z] 35d0b480644f: Layer already exists [2021-03-10T09:35:09.691Z] 33e8713114f8: Layer already exists [2021-03-10T09:35:09.691Z] master: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T09:35:09.869Z] ===================================================== [Pipeline] echo [2021-03-10T09:35:09.916Z] taggedImages: [2021-03-10T09:35:09.916Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:35:09.916Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-10T09:35:09.916Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.18 [2021-03-10T09:35:09.916Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [2021-03-10T09:35:09.916Z] - 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-10T09:35:11.065Z] ---> job-cost.sh [2021-03-10T09:35:11.065Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cSC3 [2021-03-10T09:35:24.293Z] Removing intermediate container 4fa10d12f70a [2021-03-10T09:35:24.293Z] ---> bb4ae33a8511 [2021-03-10T09:35:24.293Z] Successfully built bb4ae33a8511 [2021-03-10T09:35:24.293Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:24.632Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T09:35:24.632Z] . [Pipeline] withDockerContainer [2021-03-10T09:35:24.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-29304 does not seem to be running inside a container [2021-03-10T09:35:24.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T09:35:26.058Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T09:35:26.530Z] $ docker top 4f0666755a6e93bc2299f14ea9cb163e35fd006ecb2d01690ebfc00ab4a135d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T09:35:27.553Z] + go version [2021-03-10T09:35:27.553Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T09:35:27.574Z] $ docker stop --time=1 4f0666755a6e93bc2299f14ea9cb163e35fd006ecb2d01690ebfc00ab4a135d0 [2021-03-10T09:35:29.519Z] $ docker rm -f 4f0666755a6e93bc2299f14ea9cb163e35fd006ecb2d01690ebfc00ab4a135d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:35:30.546Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T09:35:30.546Z] . [Pipeline] withDockerContainer [2021-03-10T09:35:30.804Z] prd-ubuntu18.04-docker-arm64-4c-16g-29304 does not seem to be running inside a container [2021-03-10T09:35:30.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T09:35:32.409Z] $ docker top bc9cdb8c7331dcd856ec3f8cd25e479fd82859c803ad9421760c2659112f810f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T09:35:33.372Z] + make test [2021-03-10T09:35:33.372Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-10T09:35:34.820Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-10T09:35:52.683Z] lf-activate-venv(): INFO: Adding /tmp/venv-cSC3/bin to PATH [2021-03-10T09:35:52.684Z] INFO: No Stack... [2021-03-10T09:35:52.684Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T09:35:52.684Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T09:35:52.985Z] + cat /w/workspace/edgex-ui-go/76/archives/cost.csv [2021-03-10T09:35:52.986Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T09:35:53.072Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [2021-03-10T09:35:53.085Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] did not exist. Created. [2021-03-10T09:35:53.085Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T09:35:53.610Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-10T09:35:53.736Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T09:35:53.755Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-10T09:36:01.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-10T09:36:01.637Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-10T09:36:07.073Z] $ docker stop --time=1 bc9cdb8c7331dcd856ec3f8cd25e479fd82859c803ad9421760c2659112f810f [2021-03-10T09:36:09.328Z] $ docker rm -f bc9cdb8c7331dcd856ec3f8cd25e479fd82859c803ad9421760c2659112f810f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T09:36:10.215Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-10T09:36:10.305Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T09:36:11.137Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T09:36:11.869Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-10T09:36:12.244Z] + ls -al . [2021-03-10T09:36:12.244Z] total 124 [2021-03-10T09:36:12.244Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 09:35 . [2021-03-10T09:36:12.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 09:34 .. [2021-03-10T09:36:12.244Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 09:34 .git [2021-03-10T09:36:12.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 09:34 .github [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 10 09:34 .gitignore [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 10 09:34 CONTRIBUTING.md [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 10 09:34 Dockerfile [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 10 09:34 Dockerfile.build [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 10 09:34 Jenkinsfile [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 10 09:34 LICENSE [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 10 09:34 Makefile [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 10 09:34 README.md [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 09:30 VERSION [2021-03-10T09:36:12.244Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 09:34 assets [2021-03-10T09:36:12.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 09:34 bin [2021-03-10T09:36:12.244Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 09:34 cmd [2021-03-10T09:36:12.244Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 10 09:35 coverage.out [2021-03-10T09:36:12.244Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 09:34 docs [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 10 09:34 go.mod [2021-03-10T09:36:12.244Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 10 09:35 go.sum [2021-03-10T09:36:12.244Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 09:34 internal [2021-03-10T09:36:12.244Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 10 09:34 version.go [2021-03-10T09:36:12.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 09:34 web [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:36:12.640Z] + 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=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 --label arch=arm64 --label version=2.0.0-dev.18 . [2021-03-10T09:36:13.280Z] Sending build context to Docker daemon 17.28MB [2021-03-10T09:36:13.555Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T09:36:13.555Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-10T09:36:13.555Z] ---> bb4ae33a8511 [2021-03-10T09:36:13.555Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-10T09:36:13.830Z] ---> Running in 55d8625143c3 [2021-03-10T09:36:14.425Z] Removing intermediate container 55d8625143c3 [2021-03-10T09:36:14.425Z] ---> 45e0517e2da8 [2021-03-10T09:36:14.425Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-10T09:36:14.425Z] ---> Running in 7f6c2df4a215 [2021-03-10T09:36:15.026Z] Removing intermediate container 7f6c2df4a215 [2021-03-10T09:36:15.026Z] ---> 7507635b5bbc [2021-03-10T09:36:15.026Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-10T09:36:15.026Z] ---> Running in 5bdf9bffb126 [2021-03-10T09:36:15.299Z] Removing intermediate container 5bdf9bffb126 [2021-03-10T09:36:15.299Z] ---> 872b922b37ae [2021-03-10T09:36:15.299Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-10T09:36:15.571Z] ---> Running in 773e2c676427 [2021-03-10T09:36:16.164Z] Removing intermediate container 773e2c676427 [2021-03-10T09:36:16.164Z] ---> 901fef184f68 [2021-03-10T09:36:16.164Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-10T09:36:16.164Z] ---> Running in a059980453a8 [2021-03-10T09:36:16.766Z] Removing intermediate container a059980453a8 [2021-03-10T09:36:16.766Z] ---> e4c86665104d [2021-03-10T09:36:16.766Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T09:36:16.766Z] ---> Running in 49ab3d10a9f5 [2021-03-10T09:36:19.381Z] Removing intermediate container 49ab3d10a9f5 [2021-03-10T09:36:19.381Z] ---> f4a1b99c2efa [2021-03-10T09:36:19.381Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-10T09:36:19.381Z] ---> Running in 5aa70a610386 [2021-03-10T09:36:20.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T09:36:20.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T09:36:21.543Z] OK: 142 MiB in 39 packages [2021-03-10T09:36:22.975Z] Removing intermediate container 5aa70a610386 [2021-03-10T09:36:22.975Z] ---> 116bea4e82bc [2021-03-10T09:36:22.975Z] Step 10/24 : ENV GO111MODULE=on [2021-03-10T09:36:22.975Z] ---> Running in 8ab3a1aef37a [2021-03-10T09:36:23.247Z] Removing intermediate container 8ab3a1aef37a [2021-03-10T09:36:23.247Z] ---> e5c324f32f4a [2021-03-10T09:36:23.247Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-10T09:36:23.520Z] ---> Running in 6ae0c77ee125 [2021-03-10T09:36:24.114Z] Removing intermediate container 6ae0c77ee125 [2021-03-10T09:36:24.114Z] ---> 7e3501633c56 [2021-03-10T09:36:24.114Z] Step 12/24 : COPY go.mod . [2021-03-10T09:36:24.704Z] ---> d9cf3e28c1e5 [2021-03-10T09:36:24.704Z] Step 13/24 : COPY Makefile . [2021-03-10T09:36:25.295Z] ---> 6a375289c40d [2021-03-10T09:36:25.295Z] Step 14/24 : RUN make update [2021-03-10T09:36:25.574Z] ---> Running in 4459c2027761 [2021-03-10T09:36:26.551Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-10T09:36:27.972Z] Removing intermediate container 4459c2027761 [2021-03-10T09:36:27.972Z] ---> 6eb2b2d8220b [2021-03-10T09:36:27.972Z] Step 15/24 : COPY . . [2021-03-10T09:36:29.942Z] ---> fa40b976691f [2021-03-10T09:36:29.942Z] Step 16/24 : RUN ${MAKE} [2021-03-10T09:36:30.217Z] ---> Running in f16ea2e61c0a [2021-03-10T09:36:31.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-10T09:36:58.042Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-10T09:37:01.436Z] Removing intermediate container f16ea2e61c0a [2021-03-10T09:37:01.436Z] ---> fee2eed6940e [2021-03-10T09:37:01.436Z] Step 17/24 : FROM alpine:3.12 [2021-03-10T09:37:02.027Z] 3.12: Pulling from library/alpine [2021-03-10T09:37:02.299Z] dce8679b510e: Pulling fs layer [2021-03-10T09:37:02.299Z] dce8679b510e: Download complete [2021-03-10T09:37:02.892Z] dce8679b510e: Pull complete [2021-03-10T09:37:02.892Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T09:37:02.892Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T09:37:02.892Z] ---> d10569e2745f [2021-03-10T09:37:02.892Z] Step 18/24 : EXPOSE 4000 [2021-03-10T09:37:03.164Z] ---> Running in 0dd7cd03acae [2021-03-10T09:37:03.757Z] Removing intermediate container 0dd7cd03acae [2021-03-10T09:37:03.757Z] ---> aaf154bf7136 [2021-03-10T09:37:03.757Z] 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-10T09:37:05.189Z] ---> 91c276953b57 [2021-03-10T09:37:05.189Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-10T09:37:05.189Z] ---> Running in ced0403d5ffb [2021-03-10T09:37:05.791Z] Removing intermediate container ced0403d5ffb [2021-03-10T09:37:05.791Z] ---> 065746c84e24 [2021-03-10T09:37:05.791Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-10T09:37:05.791Z] ---> Running in 086ba624b9aa [2021-03-10T09:37:06.390Z] Removing intermediate container 086ba624b9aa [2021-03-10T09:37:06.390Z] ---> cfaf366bdb73 [2021-03-10T09:37:06.390Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T09:37:06.390Z] ---> Running in fa40a71f8cd8 [2021-03-10T09:37:06.990Z] Removing intermediate container fa40a71f8cd8 [2021-03-10T09:37:06.990Z] ---> a5d20f31d8c9 [2021-03-10T09:37:06.990Z] Step 23/24 : LABEL git_sha=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:37:06.990Z] ---> Running in b8c9f61ac36e [2021-03-10T09:37:07.586Z] Removing intermediate container b8c9f61ac36e [2021-03-10T09:37:07.586Z] ---> eec0592fc76b [2021-03-10T09:37:07.586Z] Step 24/24 : LABEL version=2.0.0-dev.18 [2021-03-10T09:37:07.586Z] ---> Running in 6e756f5b0672 [2021-03-10T09:37:08.180Z] Removing intermediate container 6e756f5b0672 [2021-03-10T09:37:08.180Z] ---> b7e08e1be441 [2021-03-10T09:37:08.180Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-10T09:37:08.180Z] Successfully built b7e08e1be441 [2021-03-10T09:37:08.180Z] 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-10T09:37:08.604Z] provisioning config files... [2021-03-10T09:37:08.639Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config5876905449284380395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:37:09.024Z] ---> docker-login.sh [2021-03-10T09:37:09.024Z] nexus3.edgexfoundry.org:10001 [2021-03-10T09:37:09.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:37:09.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:37:09.569Z] Configure a credential helper to remove this warning. See [2021-03-10T09:37:09.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:37:09.569Z] [2021-03-10T09:37:09.569Z] Login Succeeded [2021-03-10T09:37:09.569Z] nexus3.edgexfoundry.org:10002 [2021-03-10T09:37:09.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:37:10.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:37:10.110Z] Configure a credential helper to remove this warning. See [2021-03-10T09:37:10.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:37:10.110Z] [2021-03-10T09:37:10.110Z] Login Succeeded [2021-03-10T09:37:10.110Z] nexus3.edgexfoundry.org:10003 [2021-03-10T09:37:10.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:37:10.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:37:10.659Z] Configure a credential helper to remove this warning. See [2021-03-10T09:37:10.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:37:10.659Z] [2021-03-10T09:37:10.659Z] Login Succeeded [2021-03-10T09:37:10.659Z] nexus3.edgexfoundry.org:10004 [2021-03-10T09:37:10.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:37:11.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:37:11.207Z] Configure a credential helper to remove this warning. See [2021-03-10T09:37:11.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:37:11.207Z] [2021-03-10T09:37:11.207Z] Login Succeeded [2021-03-10T09:37:11.207Z] docker.io [2021-03-10T09:37:11.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T09:37:12.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T09:37:12.074Z] Configure a credential helper to remove this warning. See [2021-03-10T09:37:12.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T09:37:12.074Z] [2021-03-10T09:37:12.074Z] Login Succeeded [2021-03-10T09:37:12.074Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T09:37:12.090Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T09:37:12.297Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-10T09:37:12.297Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:37:12.297Z] latest [2021-03-10T09:37:12.297Z] 2.0.0-dev.18 [2021-03-10T09:37:12.297Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [2021-03-10T09:37:12.297Z] master [2021-03-10T09:37:12.297Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:12.798Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:13.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:37:13.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-10T09:37:13.138Z] ecd1185ed8d9: Preparing [2021-03-10T09:37:13.138Z] 02a88cfff88f: Preparing [2021-03-10T09:37:13.138Z] 02a88cfff88f: Layer already exists [2021-03-10T09:37:16.506Z] ecd1185ed8d9: Pushed [2021-03-10T09:37:16.777Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:17.126Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:17.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-10T09:37:17.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-10T09:37:17.456Z] ecd1185ed8d9: Preparing [2021-03-10T09:37:17.456Z] 02a88cfff88f: Preparing [2021-03-10T09:37:17.456Z] 02a88cfff88f: Layer already exists [2021-03-10T09:37:17.456Z] ecd1185ed8d9: Layer already exists [2021-03-10T09:37:17.726Z] latest: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:18.066Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:18.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.18 [2021-03-10T09:37:18.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-10T09:37:18.403Z] ecd1185ed8d9: Preparing [2021-03-10T09:37:18.403Z] 02a88cfff88f: Preparing [2021-03-10T09:37:18.403Z] 02a88cfff88f: Layer already exists [2021-03-10T09:37:18.403Z] ecd1185ed8d9: Layer already exists [2021-03-10T09:37:18.674Z] 2.0.0-dev.18: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:19.012Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:19.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [2021-03-10T09:37:19.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-10T09:37:19.356Z] ecd1185ed8d9: Preparing [2021-03-10T09:37:19.356Z] 02a88cfff88f: Preparing [2021-03-10T09:37:19.356Z] 02a88cfff88f: Layer already exists [2021-03-10T09:37:19.356Z] ecd1185ed8d9: Layer already exists [2021-03-10T09:37:19.625Z] 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:19.965Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:37:20.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-10T09:37:20.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-10T09:37:20.307Z] ecd1185ed8d9: Preparing [2021-03-10T09:37:20.307Z] 02a88cfff88f: Preparing [2021-03-10T09:37:20.307Z] 02a88cfff88f: Layer already exists [2021-03-10T09:37:20.307Z] ecd1185ed8d9: Layer already exists [2021-03-10T09:37:20.586Z] master: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T09:37:20.870Z] ===================================================== [Pipeline] echo [2021-03-10T09:37:20.942Z] taggedImages: [2021-03-10T09:37:20.942Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [2021-03-10T09:37:20.942Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-10T09:37:20.942Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.18 [2021-03-10T09:37:20.942Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [2021-03-10T09:37:20.942Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:37:21.549Z] ---> job-cost.sh [2021-03-10T09:37:21.549Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r5SY [2021-03-10T09:38:00.529Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T09:39:37.290Z] lf-activate-venv(): INFO: Adding /tmp/venv-r5SY/bin to PATH [2021-03-10T09:39:37.291Z] INFO: No Stack... [2021-03-10T09:39:37.291Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T09:39:37.291Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T09:39:37.633Z] + cat /w/workspace/edgex-ui-go/76/archives/cost.csv [2021-03-10T09:39:37.633Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T09:39:37.736Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [2021-03-10T09:39:37.751Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] did not exist. Created. [2021-03-10T09:39:37.751Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T09:39:38.190Z] /w/workspace/edgex-ui-go/76@tmp/durable-5ca9a62a/script.sh: 1: /w/workspace/edgex-ui-go/76@tmp/durable-5ca9a62a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-10T09:39:38.536Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T09:39:38.605Z] Warning: overwriting stash ‘stack-cost’ [2021-03-10T09:39:38.808Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T09:39:38.826Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-76-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-10T09:39:40.168Z] provisioning config files... [2021-03-10T09:39:40.179Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3743779989864462150tmp [Pipeline] { [Pipeline] sh [2021-03-10T09:39:40.669Z] + set +x [2021-03-10T09:39:40.669Z] + curl -s https://codecov.io/bash [2021-03-10T09:39:40.669Z] + bash -s -- [2021-03-10T09:39:40.932Z] [2021-03-10T09:39:40.932Z] _____ _ [2021-03-10T09:39:40.932Z] / ____| | | [2021-03-10T09:39:40.932Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T09:39:40.932Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T09:39:40.932Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T09:39:40.932Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T09:39:40.932Z] Bash-20210309-2b87ace [2021-03-10T09:39:40.932Z] [2021-03-10T09:39:40.932Z] [2021-03-10T09:39:40.932Z] ==> git version 2.24.3 found [2021-03-10T09:39:40.932Z] ==> 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-10T09:39:40.932Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T09:39:40.932Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T09:39:40.932Z] ==> Jenkins CI detected. [2021-03-10T09:39:40.932Z] project root: . [2021-03-10T09:39:40.932Z] --> token set from env [2021-03-10T09:39:40.932Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T09:39:40.932Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T09:39:40.932Z] ==> Python coveragepy not found [2021-03-10T09:39:40.932Z] ==> Searching for coverage reports in: [2021-03-10T09:39:40.932Z] + . [2021-03-10T09:39:40.932Z] -> Found 1 reports [2021-03-10T09:39:40.932Z] ==> Detecting git/mercurial file structure [2021-03-10T09:39:40.932Z] ==> Reading reports [2021-03-10T09:39:40.932Z] + ./coverage.out bytes=10 [2021-03-10T09:39:40.932Z] ==> Appending adjustments [2021-03-10T09:39:40.932Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T09:39:41.195Z] + Found adjustments [2021-03-10T09:39:41.195Z] ==> Gzipping contents [2021-03-10T09:39:41.195Z] 4.0K /tmp/codecov.x7M00x.gz [2021-03-10T09:39:41.195Z] ==> Uploading reports [2021-03-10T09:39:41.195Z] url: https://codecov.io [2021-03-10T09:39:41.195Z] query: branch=master&commit=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-10T09:39:41.196Z] -> Pinging Codecov [2021-03-10T09:39:41.196Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-10T09:39:41.460Z] -> Uploading to [2021-03-10T09:39:41.460Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/FB506323287CE973F263BFD2A0EB1F37/72cb6baf9f1e4b313070bf5ba5101184adaa7fa2/921ea694-4dee-49b2-ae60-93accf93d087.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T093941Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=455aaff9e28f88953b04e5950cd8f008ef40232a25e1636940a070c699f48552 [2021-03-10T09:39:41.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T09:39:41.460Z] Dload Upload Total Spent Left Speed [2021-03-10T09:39:42.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3069 0 0 100 3069 0 6483 --:--:-- --:--:-- --:--:-- 6474 [2021-03-10T09:39:42.052Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] } [2021-03-10T09:39:42.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-10T09:39:42.939Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-10T09:39:43.006Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:39:43.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T09:39:43.359Z] [2021-03-10T09:39:43.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:39:43.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T09:39:43.724Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-10T09:39:43.724Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T09:39:43.724Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T09:39:43.724Z] de9db76c5a1d: Pulling fs layer [2021-03-10T09:39:43.724Z] 0eba1c9be4d2: Pulling fs layer [2021-03-10T09:39:43.724Z] 0d57e429df01: Pulling fs layer [2021-03-10T09:39:43.724Z] 4e4be7b47b0d: Pulling fs layer [2021-03-10T09:39:43.724Z] e1f770b5df2f: Pulling fs layer [2021-03-10T09:39:43.724Z] 85a0685a4137: Pulling fs layer [2021-03-10T09:39:43.724Z] e1f770b5df2f: Waiting [2021-03-10T09:39:43.724Z] 85a0685a4137: Waiting [2021-03-10T09:39:43.724Z] 0d57e429df01: Waiting [2021-03-10T09:39:43.724Z] 4e4be7b47b0d: Waiting [2021-03-10T09:39:43.724Z] 0eba1c9be4d2: Waiting [2021-03-10T09:39:43.724Z] de9db76c5a1d: Download complete [2021-03-10T09:39:43.724Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T09:39:43.724Z] 0ef7d3d256c8: Download complete [2021-03-10T09:39:43.724Z] 0d57e429df01: Verifying Checksum [2021-03-10T09:39:43.724Z] 0d57e429df01: Download complete [2021-03-10T09:39:43.724Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T09:39:43.724Z] 188c0c94c7c5: Download complete [2021-03-10T09:39:43.993Z] 4e4be7b47b0d: Verifying Checksum [2021-03-10T09:39:43.993Z] 4e4be7b47b0d: Download complete [2021-03-10T09:39:44.261Z] 188c0c94c7c5: Pull complete [2021-03-10T09:39:44.526Z] 0ef7d3d256c8: Pull complete [2021-03-10T09:39:44.790Z] de9db76c5a1d: Pull complete [2021-03-10T09:39:45.761Z] e1f770b5df2f: Verifying Checksum [2021-03-10T09:39:45.761Z] e1f770b5df2f: Download complete [2021-03-10T09:39:47.738Z] 0eba1c9be4d2: Verifying Checksum [2021-03-10T09:39:47.738Z] 0eba1c9be4d2: Download complete [2021-03-10T09:39:47.738Z] 85a0685a4137: Verifying Checksum [2021-03-10T09:39:47.738Z] 85a0685a4137: Download complete [2021-03-10T09:39:54.372Z] 0eba1c9be4d2: Pull complete [2021-03-10T09:39:54.372Z] 0d57e429df01: Pull complete [2021-03-10T09:39:54.372Z] 4e4be7b47b0d: Pull complete [2021-03-10T09:39:55.772Z] e1f770b5df2f: Pull complete [2021-03-10T09:40:03.972Z] 85a0685a4137: Pull complete [2021-03-10T09:40:03.972Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-10T09:40:03.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T09:40:03.972Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-10T09:40:04.188Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:40:04.240Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-10T09:40:05.387Z] $ docker top 066558282bc356f7b9cdf56423d5f434947d10a7773facf55717c1c135d233b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T09:40:05.690Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-10T09:40:05.988Z] + set -o pipefail [2021-03-10T09:40:05.988Z] + snyk monitor '--org=edgex-jenkins' [2021-03-10T09:40:24.153Z] [2021-03-10T09:40:24.153Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-10T09:40:24.153Z] [2021-03-10T09:40:24.153Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9cb51519-dc9d-4271-a117-76724428195e [2021-03-10T09:40:24.153Z] [2021-03-10T09:40:24.153Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-10T09:40:24.153Z] [2021-03-10T09:40:24.153Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-10T09:40:24.153Z] [2021-03-10T09:40:24.153Z] [Pipeline] } [2021-03-10T09:40:24.171Z] $ docker stop --time=1 066558282bc356f7b9cdf56423d5f434947d10a7773facf55717c1c135d233b4 [2021-03-10T09:40:27.496Z] $ docker rm -f 066558282bc356f7b9cdf56423d5f434947d10a7773facf55717c1c135d233b4 [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-10T09:40:29.296Z] + git log --format=format:%s -1 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:40:29.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T09:40:29.636Z] . [Pipeline] withDockerContainer [2021-03-10T09:40:29.746Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:40:29.794Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T09:40:30.771Z] $ docker top b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T09:40:31.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T09:40:31.138Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T09:40:31.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T09:40:31.455Z] $ docker exec b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 ssh-agent [2021-03-10T09:40:31.649Z] SSH_AUTH_SOCK=/tmp/ssh-WbyE9vVtqyJN/agent.12 [2021-03-10T09:40:31.649Z] SSH_AGENT_PID=17 [2021-03-10T09:40:31.658Z] Running ssh-add (command line suppressed) [2021-03-10T09:40:31.816Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8881483375647353739.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8881483375647353739.key) [2021-03-10T09:40:31.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T09:40:32.220Z] + git semver tag [2021-03-10T09:40:32.220Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T09:40:32.220Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-10T09:40:32.220Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-10T09:40:32.220Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T09:40:32.220Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T09:40:32.220Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T09:40:32.220Z] # $SEMVER_BRANCH = master [2021-03-10T09:40:32.220Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-10T09:40:32.220Z] # 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 HEAD [2021-03-10T09:40:32.220Z] # -> Force: false [2021-03-10T09:40:32.220Z] # 71a827cafb5e2fc050a28ee4de1571d2d240dc5a refs/tags/v2.0.0-dev.18 [Pipeline] } [2021-03-10T09:40:32.232Z] $ docker exec --env ******** --env ******** b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 ssh-agent -k [2021-03-10T09:40:32.368Z] unset SSH_AUTH_SOCK; [2021-03-10T09:40:32.368Z] unset SSH_AGENT_PID; [2021-03-10T09:40:32.368Z] echo Agent pid 17 killed; [2021-03-10T09:40:32.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T09:40:32.894Z] + git semver [Pipeline] } [2021-03-10T09:40:32.914Z] $ docker stop --time=1 b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 [2021-03-10T09:40:34.273Z] $ docker rm -f b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:40:34.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T09:40:34.969Z] [2021-03-10T09:40:34.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:40:35.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T09:40:35.326Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-10T09:40:35.326Z] ab5ef0e58194: Pulling fs layer [2021-03-10T09:40:35.326Z] 9712f1f96733: Pulling fs layer [2021-03-10T09:40:35.326Z] 63f879dbbcfc: Pulling fs layer [2021-03-10T09:40:35.326Z] 0d9ebad4ef96: Pulling fs layer [2021-03-10T09:40:35.326Z] e9a5061849ea: Pulling fs layer [2021-03-10T09:40:35.326Z] d747dcd14b5f: Pulling fs layer [2021-03-10T09:40:35.326Z] 2de7ff778b66: Pulling fs layer [2021-03-10T09:40:35.326Z] e9a5061849ea: Waiting [2021-03-10T09:40:35.326Z] d747dcd14b5f: Waiting [2021-03-10T09:40:35.326Z] 2de7ff778b66: Waiting [2021-03-10T09:40:35.326Z] 0d9ebad4ef96: Waiting [2021-03-10T09:40:35.326Z] 9712f1f96733: Verifying Checksum [2021-03-10T09:40:35.326Z] 9712f1f96733: Download complete [2021-03-10T09:40:37.292Z] 63f879dbbcfc: Download complete [2021-03-10T09:40:37.292Z] e9a5061849ea: Verifying Checksum [2021-03-10T09:40:37.292Z] e9a5061849ea: Download complete [2021-03-10T09:40:37.292Z] d747dcd14b5f: Download complete [2021-03-10T09:40:37.558Z] 2de7ff778b66: Verifying Checksum [2021-03-10T09:40:37.558Z] 2de7ff778b66: Download complete [2021-03-10T09:40:37.824Z] ab5ef0e58194: Download complete [2021-03-10T09:40:37.824Z] 0d9ebad4ef96: Verifying Checksum [2021-03-10T09:40:37.824Z] 0d9ebad4ef96: Download complete [2021-03-10T09:40:43.166Z] ab5ef0e58194: Pull complete [2021-03-10T09:40:43.166Z] 9712f1f96733: Pull complete [2021-03-10T09:40:45.741Z] 63f879dbbcfc: Pull complete [2021-03-10T09:40:52.748Z] 0d9ebad4ef96: Pull complete [2021-03-10T09:40:53.704Z] e9a5061849ea: Pull complete [2021-03-10T09:40:53.704Z] d747dcd14b5f: Pull complete [2021-03-10T09:40:56.277Z] 2de7ff778b66: Pull complete [2021-03-10T09:40:56.277Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-10T09:40:56.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T09:40:56.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-10T09:40:56.513Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:40:56.564Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-10T09:41:00.268Z] $ docker top 2fc074626c453d4b945ef6fb56a4039e09f4a5080899ee19ac39d7a324828a5f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-10T09:41:00.609Z] provisioning config files... [2021-03-10T09:41:00.621Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3128266058352295984tmp [2021-03-10T09:41:00.638Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9072817274889478990tmp [2021-03-10T09:41:00.654Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4610467656239732982tmp [Pipeline] { [Pipeline] echo [2021-03-10T09:41:00.741Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:01.045Z] ---> sigul-configuration.sh [2021-03-10T09:41:01.046Z] gpg: directory `/root/.gnupg' created [2021-03-10T09:41:01.046Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-10T09:41:01.046Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-10T09:41:01.046Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-10T09:41:01.046Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-10T09:41:01.046Z] gpg: CAST5 encrypted data [2021-03-10T09:41:01.311Z] gpg: encrypted with 1 passphrase [2021-03-10T09:41:01.311Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-10T09:41:01.616Z] + mkdir /home/jenkins [2021-03-10T09:41:01.616Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-10T09:41:01.922Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-10T09:41:01.935Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:02.267Z] ---> sigul-install.sh [2021-03-10T09:41:08.884Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-10T09:41:09.186Z] + git tag --list [2021-03-10T09:41:09.186Z] 0.1.1 [2021-03-10T09:41:09.186Z] v1.1.0 [2021-03-10T09:41:09.187Z] v1.2.0 [2021-03-10T09:41:09.187Z] v1.2.1 [2021-03-10T09:41:09.187Z] v1.3.0 [2021-03-10T09:41:09.187Z] v2.0.0-dev.1 [2021-03-10T09:41:09.187Z] v2.0.0-dev.10 [2021-03-10T09:41:09.187Z] v2.0.0-dev.11 [2021-03-10T09:41:09.187Z] v2.0.0-dev.12 [2021-03-10T09:41:09.187Z] v2.0.0-dev.13 [2021-03-10T09:41:09.187Z] v2.0.0-dev.14 [2021-03-10T09:41:09.187Z] v2.0.0-dev.15 [2021-03-10T09:41:09.187Z] v2.0.0-dev.16 [2021-03-10T09:41:09.187Z] v2.0.0-dev.17 [2021-03-10T09:41:09.187Z] v2.0.0-dev.18 [2021-03-10T09:41:09.187Z] v2.0.0-dev.2 [2021-03-10T09:41:09.187Z] v2.0.0-dev.3 [2021-03-10T09:41:09.187Z] v2.0.0-dev.4 [2021-03-10T09:41:09.187Z] v2.0.0-dev.5 [2021-03-10T09:41:09.187Z] v2.0.0-dev.6 [2021-03-10T09:41:09.187Z] v2.0.0-dev.7 [2021-03-10T09:41:09.187Z] v2.0.0-dev.8 [2021-03-10T09:41:09.187Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-10T09:41:09.488Z] + lftools sign git-tag v2.0.0-dev.18 [2021-03-10T09:41:10.879Z] Signing Git tag with Sigul... [2021-03-10T09:41:10.879Z] Signing v2.0.0-dev.18 [Pipeline] echo [2021-03-10T09:41:12.285Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:12.583Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-10T09:41:12.593Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-10T09:41:12.706Z] $ docker stop --time=1 2fc074626c453d4b945ef6fb56a4039e09f4a5080899ee19ac39d7a324828a5f [2021-03-10T09:41:14.853Z] $ docker rm -f 2fc074626c453d4b945ef6fb56a4039e09f4a5080899ee19ac39d7a324828a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:41:15.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T09:41:15.815Z] . [Pipeline] withDockerContainer [2021-03-10T09:41:15.926Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:41:15.975Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T09:41:16.760Z] $ docker top 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T09:41:17.166Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T09:41:17.166Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T09:41:17.431Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T09:41:17.434Z] $ docker exec 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 ssh-agent [2021-03-10T09:41:17.645Z] SSH_AUTH_SOCK=/tmp/ssh-74MKePkyCi9X/agent.11 [2021-03-10T09:41:17.645Z] SSH_AGENT_PID=17 [2021-03-10T09:41:17.652Z] Running ssh-add (command line suppressed) [2021-03-10T09:41:17.801Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7803699714007785864.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7803699714007785864.key) [2021-03-10T09:41:17.864Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T09:41:18.208Z] + git semver bump pre [2021-03-10T09:41:18.208Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T09:41:18.208Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-10T09:41:18.208Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-10T09:41:18.208Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T09:41:18.208Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T09:41:18.208Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T09:41:18.208Z] # $SEMVER_BRANCH = master [2021-03-10T09:41:18.208Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-10T09:41:18.208Z] 2.0.0-dev.19 [Pipeline] } [2021-03-10T09:41:18.222Z] $ docker exec --env ******** --env ******** 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 ssh-agent -k [2021-03-10T09:41:18.391Z] unset SSH_AUTH_SOCK; [2021-03-10T09:41:18.392Z] unset SSH_AGENT_PID; [2021-03-10T09:41:18.392Z] echo Agent pid 17 killed; [2021-03-10T09:41:18.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T09:41:18.935Z] + git semver [Pipeline] } [2021-03-10T09:41:18.953Z] $ docker stop --time=1 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 [2021-03-10T09:41:20.347Z] $ docker rm -f 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:41:21.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T09:41:21.144Z] . [Pipeline] withDockerContainer [2021-03-10T09:41:21.280Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:41:21.329Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T09:41:22.246Z] $ docker top 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T09:41:22.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T09:41:22.559Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T09:41:22.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T09:41:22.820Z] $ docker exec 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 ssh-agent [2021-03-10T09:41:23.024Z] SSH_AUTH_SOCK=/tmp/ssh-LKMnWBJv5qgg/agent.12 [2021-03-10T09:41:23.024Z] SSH_AGENT_PID=17 [2021-03-10T09:41:23.032Z] Running ssh-add (command line suppressed) [2021-03-10T09:41:23.183Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_441047099331520147.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_441047099331520147.key) [2021-03-10T09:41:23.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T09:41:23.587Z] + git semver push [2021-03-10T09:41:23.587Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T09:41:23.587Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-10T09:41:23.587Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-10T09:41:23.587Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T09:41:23.587Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T09:41:23.587Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T09:41:23.587Z] # $SEMVER_BRANCH = master [2021-03-10T09:41:23.587Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-10T09:41:27.826Z] $ docker exec --env ******** --env ******** 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 ssh-agent -k [2021-03-10T09:41:27.976Z] unset SSH_AUTH_SOCK; [2021-03-10T09:41:27.978Z] unset SSH_AGENT_PID; [2021-03-10T09:41:27.978Z] echo Agent pid 17 killed; [2021-03-10T09:41:28.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T09:41:28.531Z] + git semver [Pipeline] } [2021-03-10T09:41:28.549Z] $ docker stop --time=1 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 [2021-03-10T09:41:29.941Z] $ docker rm -f 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 [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-10T09:41:31.590Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:32.165Z] ---> package-listing.sh [2021-03-10T09:41:32.165Z] ++ facter osfamily [2021-03-10T09:41:32.165Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T09:41:32.165Z] + OS_FAMILY=redhat [2021-03-10T09:41:32.165Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-10T09:41:32.165Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T09:41:32.165Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T09:41:32.165Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T09:41:32.165Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T09:41:32.165Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-10T09:41:32.165Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T09:41:32.165Z] + case "${OS_FAMILY}" in [2021-03-10T09:41:32.165Z] + rpm -qa [2021-03-10T09:41:32.165Z] + sort [2021-03-10T09:41:37.556Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T09:41:37.556Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T09:41:37.556Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T09:41:37.556Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-10T09:41:37.556Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-10T09:41:37.556Z] + 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-10T09:41:37.570Z] 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-10T09:41:37.876Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:41:38.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T09:41:38.182Z] [2021-03-10T09:41:38.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T09:41:38.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T09:41:38.547Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T09:41:38.547Z] df20fa9351a1: Pulling fs layer [2021-03-10T09:41:38.547Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T09:41:38.547Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T09:41:38.547Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T09:41:38.547Z] 93b61091891f: Pulling fs layer [2021-03-10T09:41:38.547Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T09:41:38.547Z] 5e14af77c1be: Pulling fs layer [2021-03-10T09:41:38.547Z] 01666e4c0597: Pulling fs layer [2021-03-10T09:41:38.547Z] aa168da1d23b: Pulling fs layer [2021-03-10T09:41:38.547Z] 46f8f816bc3b: Waiting [2021-03-10T09:41:38.547Z] 93b61091891f: Waiting [2021-03-10T09:41:38.547Z] 93b9cdb0e59b: Waiting [2021-03-10T09:41:38.547Z] 5e14af77c1be: Waiting [2021-03-10T09:41:38.547Z] 01666e4c0597: Waiting [2021-03-10T09:41:38.547Z] aa168da1d23b: Waiting [2021-03-10T09:41:38.547Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T09:41:38.547Z] 36b3adc4ff6f: Download complete [2021-03-10T09:41:38.547Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T09:41:38.547Z] 46f8f816bc3b: Download complete [2021-03-10T09:41:38.547Z] df20fa9351a1: Verifying Checksum [2021-03-10T09:41:38.547Z] df20fa9351a1: Download complete [2021-03-10T09:41:38.810Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T09:41:38.810Z] 93b9cdb0e59b: Download complete [2021-03-10T09:41:38.810Z] 5e14af77c1be: Verifying Checksum [2021-03-10T09:41:38.810Z] 5e14af77c1be: Download complete [2021-03-10T09:41:38.810Z] 93b61091891f: Verifying Checksum [2021-03-10T09:41:38.810Z] 93b61091891f: Download complete [2021-03-10T09:41:38.810Z] 01666e4c0597: Verifying Checksum [2021-03-10T09:41:38.810Z] 01666e4c0597: Download complete [2021-03-10T09:41:39.073Z] df20fa9351a1: Pull complete [2021-03-10T09:41:39.073Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T09:41:39.073Z] 8ad3a11d3b57: Download complete [2021-03-10T09:41:39.340Z] 36b3adc4ff6f: Pull complete [2021-03-10T09:41:40.742Z] 8ad3a11d3b57: Pull complete [2021-03-10T09:41:41.006Z] aa168da1d23b: Verifying Checksum [2021-03-10T09:41:41.006Z] aa168da1d23b: Download complete [2021-03-10T09:41:41.270Z] 46f8f816bc3b: Pull complete [2021-03-10T09:41:41.534Z] 93b61091891f: Pull complete [2021-03-10T09:41:41.799Z] 93b9cdb0e59b: Pull complete [2021-03-10T09:41:41.799Z] 5e14af77c1be: Pull complete [2021-03-10T09:41:42.062Z] 01666e4c0597: Pull complete [2021-03-10T09:41:50.249Z] aa168da1d23b: Pull complete [2021-03-10T09:41:50.249Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T09:41:50.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T09:41:50.249Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T09:41:50.397Z] prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container [2021-03-10T09:41:50.447Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T09:41:53.247Z] $ docker top f9ba0978ac2bca6da20337ebef16a80b2919e627dd777942fb52fe76e58a1965 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T09:41:53.913Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T09:41:54.220Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T09:41:54.524Z] + ls /var/log/sa-host [2021-03-10T09:41:54.524Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T09:41:54.524Z] file_magic: OK [2021-03-10T09:41:54.524Z] HZ: Using current value: 100 [2021-03-10T09:41:54.524Z] file_header: OK [2021-03-10T09:41:54.524Z] 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-10T09:41:54.524Z] Statistics: [2021-03-10T09:41:54.524Z] 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-10T09:41:54.524Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T09:41:54.524Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T09:41:54.524Z] file_magic: OK [2021-03-10T09:41:54.524Z] HZ: Using current value: 100 [2021-03-10T09:41:54.524Z] file_header: OK [2021-03-10T09:41:54.524Z] 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-10T09:41:54.524Z] Statistics: [2021-03-10T09:41:54.525Z] Hnuu...uuuununununu... [2021-03-10T09:41:54.525Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T09:41:54.770Z] provisioning config files... [2021-03-10T09:41:54.797Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7016398668295069656tmp [Pipeline] { [Pipeline] echo [2021-03-10T09:41:54.864Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:55.195Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T09:41:55.216Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T09:41:55.308Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:55.612Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T09:41:55.632Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:55.945Z] ---> sudo-logs.sh [2021-03-10T09:41:55.946Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T09:41:56.022Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:56.323Z] ---> job-cost.sh [2021-03-10T09:41:56.323Z] lf-activate-venv: SKIPPING [2021-03-10T09:41:56.323Z] DEBUG: total: 0.20999999344348907 [2021-03-10T09:41:56.323Z] INFO: Retrieving Stack Cost... [2021-03-10T09:41:57.718Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T09:41:57.982Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T09:41:57.995Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T09:41:58.295Z] ---> logs-deploy.sh [2021-03-10T09:41:58.295Z] lf-activate-venv: SKIPPING [2021-03-10T09:41:58.295Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/76 [2021-03-10T09:41:58.295Z] INFO: archiving workspace using pattern(s): [2021-03-10T09:42:00.219Z] Archives upload complete. [2021-03-10T09:42:00.219Z] INFO: archiving logs to Nexus [2021-03-10T09:42:01.173Z] ---> uname -a: [2021-03-10T09:42:01.173Z] Linux prd-centos7-docker-4c-2g-29302.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-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] ---> lscpu: [2021-03-10T09:42:01.173Z] Architecture: x86_64 [2021-03-10T09:42:01.173Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-10T09:42:01.173Z] Byte Order: Little Endian [2021-03-10T09:42:01.173Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-10T09:42:01.173Z] CPU(s): 4 [2021-03-10T09:42:01.173Z] On-line CPU(s) list: 0-3 [2021-03-10T09:42:01.173Z] Thread(s) per core: 1 [2021-03-10T09:42:01.173Z] Core(s) per socket: 1 [2021-03-10T09:42:01.173Z] Socket(s): 4 [2021-03-10T09:42:01.173Z] NUMA node(s): 1 [2021-03-10T09:42:01.173Z] Vendor ID: GenuineIntel [2021-03-10T09:42:01.173Z] CPU family: 6 [2021-03-10T09:42:01.173Z] Model: 44 [2021-03-10T09:42:01.173Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-10T09:42:01.173Z] Stepping: 1 [2021-03-10T09:42:01.173Z] CPU MHz: 2933.436 [2021-03-10T09:42:01.173Z] BogoMIPS: 5866.87 [2021-03-10T09:42:01.173Z] Virtualization: VT-x [2021-03-10T09:42:01.173Z] Hypervisor vendor: KVM [2021-03-10T09:42:01.173Z] Virtualization type: full [2021-03-10T09:42:01.173Z] L1d cache: 128 KiB [2021-03-10T09:42:01.173Z] L1i cache: 128 KiB [2021-03-10T09:42:01.173Z] L2 cache: 16 MiB [2021-03-10T09:42:01.173Z] L3 cache: 64 MiB [2021-03-10T09:42:01.173Z] NUMA node0 CPU(s): 0-3 [2021-03-10T09:42:01.173Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-10T09:42:01.173Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-10T09:42:01.173Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-10T09:42:01.173Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-10T09:42:01.173Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-10T09:42:01.173Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-10T09:42:01.173Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-10T09:42:01.173Z] Vulnerability Srbds: Not affected [2021-03-10T09:42:01.173Z] Vulnerability Tsx async abort: Not affected [2021-03-10T09:42:01.173Z] 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-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] ---> nproc: [2021-03-10T09:42:01.173Z] 4 [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] ---> df -h: [2021-03-10T09:42:01.173Z] Filesystem Size Used Available Use% Mounted on [2021-03-10T09:42:01.173Z] overlay 50.0G 8.6G 41.4G 17% / [2021-03-10T09:42:01.173Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-10T09:42:01.173Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-10T09:42:01.173Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-10T09:42:01.173Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] ---> free -m: [2021-03-10T09:42:01.173Z] total used free shared buff/cache available [2021-03-10T09:42:01.173Z] Mem: 1837 817 149 0 870 955 [2021-03-10T09:42:01.173Z] Swap: 1023 3 1020 [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] ---> ip addr: [2021-03-10T09:42:01.173Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-10T09:42:01.173Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-10T09:42:01.173Z] inet 127.0.0.1/8 scope host lo [2021-03-10T09:42:01.173Z] valid_lft forever preferred_lft forever [2021-03-10T09:42:01.173Z] inet6 ::1/128 scope host [2021-03-10T09:42:01.173Z] valid_lft forever preferred_lft forever [2021-03-10T09:42:01.173Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-10T09:42:01.173Z] link/ether fa:16:3e:d0:e2:e8 brd ff:ff:ff:ff:ff:ff [2021-03-10T09:42:01.173Z] inet 10.30.123.143/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-10T09:42:01.173Z] valid_lft 85633sec preferred_lft 85633sec [2021-03-10T09:42:01.173Z] inet6 fe80::f816:3eff:fed0:e2e8/64 scope link [2021-03-10T09:42:01.173Z] valid_lft forever preferred_lft forever [2021-03-10T09:42:01.173Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-10T09:42:01.173Z] link/ether 02:42:6d:72:5a:09 brd ff:ff:ff:ff:ff:ff [2021-03-10T09:42:01.173Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-10T09:42:01.173Z] valid_lft forever preferred_lft forever [2021-03-10T09:42:01.173Z] inet6 fe80::42:6dff:fe72:5a09/64 scope link [2021-03-10T09:42:01.173Z] valid_lft forever preferred_lft forever [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] ---> sar -b -r -n DEV: [2021-03-10T09:42:01.173Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] 09:29:01 LINUX RESTART (4 CPU) [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] 09:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-10T09:42:01.173Z] 09:31:02 26.03 7.27 18.76 0.00 1804.79 3406.44 0.00 [2021-03-10T09:42:01.173Z] 09:32:01 0.32 0.00 0.32 0.00 0.00 5.35 0.00 [2021-03-10T09:42:01.173Z] 09:33:01 0.30 0.00 0.30 0.00 0.00 3.25 0.00 [2021-03-10T09:42:01.173Z] 09:34:01 0.27 0.00 0.27 0.00 0.00 3.10 0.00 [2021-03-10T09:42:01.173Z] 09:35:01 0.22 0.00 0.22 0.00 0.00 4.03 0.00 [2021-03-10T09:42:01.173Z] 09:36:01 0.43 0.00 0.43 0.00 0.00 6.53 0.00 [2021-03-10T09:42:01.173Z] 09:37:01 0.30 0.00 0.30 0.00 0.00 4.20 0.00 [2021-03-10T09:42:01.173Z] 09:38:01 0.32 0.00 0.32 0.00 0.00 4.88 0.00 [2021-03-10T09:42:01.173Z] 09:39:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 [2021-03-10T09:42:01.173Z] 09:40:01 177.28 98.72 78.56 0.00 4010.48 28778.69 0.00 [2021-03-10T09:42:01.173Z] 09:41:01 297.42 127.06 170.36 0.00 7355.42 36794.94 0.00 [2021-03-10T09:42:01.173Z] Average: 45.89 21.26 24.63 0.00 1200.88 6295.37 0.00 [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] 09:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-10T09:42:01.173Z] 09:31:02 167304 0 611668 32.51 2620 1099952 1109352 37.86 428356 1086224 20 [2021-03-10T09:42:01.173Z] 09:32:01 174044 0 604920 32.15 2620 1099960 1078892 36.82 426200 1082656 12 [2021-03-10T09:42:01.173Z] 09:33:01 170212 0 608748 32.35 2620 1099964 1078892 36.82 443388 1069224 8 [2021-03-10T09:42:01.173Z] 09:34:01 168856 0 610100 32.43 2620 1099968 1079144 36.83 444984 1069184 12 [2021-03-10T09:42:01.173Z] 09:35:01 168040 0 610912 32.47 2620 1099972 1078976 36.82 450496 1064212 12 [2021-03-10T09:42:01.173Z] 09:36:01 168756 0 610192 32.43 2620 1099976 1078892 36.82 457160 1057064 12 [2021-03-10T09:42:01.173Z] 09:37:01 169160 0 609784 32.41 2620 1099980 1078892 36.82 457160 1057112 8 [2021-03-10T09:42:01.173Z] 09:38:01 169292 0 609648 32.40 2620 1099984 1078892 36.82 457144 1057112 8 [2021-03-10T09:42:01.173Z] 09:39:01 168996 0 609936 32.42 2620 1099992 1078928 36.82 457464 1057112 8 [2021-03-10T09:42:01.173Z] 09:40:01 75160 0 741480 39.41 2596 1062308 1522696 51.97 537352 1010516 17112 [2021-03-10T09:42:01.173Z] 09:41:01 158776 0 761308 40.46 1572 959888 1232368 42.06 534916 862544 280 [2021-03-10T09:42:01.173Z] Average: 159872 0 635336 33.77 2523 1083813 1135993 38.77 463147 1042996 1590 [2021-03-10T09:42:01.173Z] [2021-03-10T09:42:01.173Z] 09:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-10T09:42:01.173Z] 09:31:02 eth0 101.17 96.87 447.41 30.83 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:31:02 docker0 46.50 36.55 3.96 116.08 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:33:01 eth0 1.10 0.08 0.09 0.01 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:34:01 eth0 1.12 0.73 0.58 0.40 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:35:01 eth0 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:36:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:39:01 eth0 0.18 0.13 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:40:01 eth0 428.57 365.06 4060.02 29.90 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:41:01 veth664b58f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:41:01 eth0 467.40 406.12 3445.05 94.60 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] 09:41:01 docker0 52.48 55.36 4.70 219.19 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.173Z] Average: veth664b58f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.174Z] Average: eth0 91.23 79.30 725.69 14.20 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.174Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.174Z] Average: docker0 9.01 8.37 0.79 30.54 0.00 0.00 0.00 0.00 [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z] ---> sar -P ALL: [2021-03-10T09:42:01.174Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z] 09:29:01 LINUX RESTART (4 CPU) [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z] 09:30:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T09:42:01.174Z] 09:31:02 all 2.46 0.00 1.82 0.61 0.10 95.02 [2021-03-10T09:42:01.174Z] 09:31:02 0 2.40 0.00 2.02 1.31 0.07 94.21 [2021-03-10T09:42:01.174Z] 09:31:02 1 2.63 0.00 1.69 0.27 0.13 95.27 [2021-03-10T09:42:01.174Z] 09:31:02 2 2.53 0.00 1.85 0.55 0.08 94.98 [2021-03-10T09:42:01.174Z] 09:31:02 3 2.26 0.00 1.73 0.30 0.10 95.61 [2021-03-10T09:42:01.174Z] 09:32:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-03-10T09:42:01.174Z] 09:32:01 0 0.42 0.00 0.03 0.00 0.00 99.54 [2021-03-10T09:42:01.174Z] 09:32:01 1 0.07 0.00 0.07 0.00 0.00 99.86 [2021-03-10T09:42:01.174Z] 09:32:01 2 0.14 0.00 0.03 0.00 0.02 99.81 [2021-03-10T09:42:01.174Z] 09:32:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-10T09:42:01.174Z] 09:33:01 all 0.20 0.00 0.30 0.00 0.02 99.48 [2021-03-10T09:42:01.174Z] 09:33:01 0 0.48 0.00 0.18 0.00 0.02 99.32 [2021-03-10T09:42:01.174Z] 09:33:01 1 0.10 0.00 0.27 0.00 0.03 99.60 [2021-03-10T09:42:01.174Z] 09:33:01 2 0.08 0.00 0.27 0.00 0.00 99.65 [2021-03-10T09:42:01.174Z] 09:33:01 3 0.15 0.00 0.48 0.00 0.02 99.35 [2021-03-10T09:42:01.174Z] 09:34:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2021-03-10T09:42:01.174Z] 09:34:01 0 0.23 0.00 0.05 0.00 0.00 99.72 [2021-03-10T09:42:01.174Z] 09:34:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-03-10T09:42:01.174Z] 09:34:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-10T09:42:01.174Z] 09:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T09:42:01.174Z] 09:35:01 all 0.15 0.00 0.05 0.00 0.01 99.79 [2021-03-10T09:42:01.174Z] 09:35:01 0 0.47 0.00 0.03 0.00 0.00 99.50 [2021-03-10T09:42:01.174Z] 09:35:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-03-10T09:42:01.174Z] 09:35:01 2 0.05 0.00 0.10 0.00 0.02 99.83 [2021-03-10T09:42:01.174Z] 09:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T09:42:01.174Z] 09:36:01 all 0.15 0.00 0.07 0.00 0.00 99.78 [2021-03-10T09:42:01.174Z] 09:36:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-10T09:42:01.174Z] 09:36:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-03-10T09:42:01.174Z] 09:36:01 2 0.02 0.00 0.13 0.00 0.00 99.85 [2021-03-10T09:42:01.174Z] 09:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T09:42:01.174Z] 09:37:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2021-03-10T09:42:01.174Z] 09:37:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-10T09:42:01.174Z] 09:37:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-10T09:42:01.174Z] 09:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T09:42:01.174Z] 09:37:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2021-03-10T09:42:01.174Z] 09:38:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-03-10T09:42:01.174Z] 09:38:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-10T09:42:01.174Z] 09:38:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-03-10T09:42:01.174Z] 09:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T09:42:01.174Z] 09:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T09:42:01.174Z] 09:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-10T09:42:01.174Z] 09:39:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-10T09:42:01.174Z] 09:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-10T09:42:01.174Z] 09:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T09:42:01.174Z] 09:39:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-10T09:42:01.174Z] 09:40:01 all 7.15 0.00 5.28 1.03 0.21 86.33 [2021-03-10T09:42:01.174Z] 09:40:01 0 7.56 0.00 5.74 1.80 0.20 84.70 [2021-03-10T09:42:01.174Z] 09:40:01 1 6.86 0.00 5.25 0.78 0.19 86.92 [2021-03-10T09:42:01.174Z] 09:40:01 2 7.20 0.00 5.02 0.61 0.24 86.93 [2021-03-10T09:42:01.174Z] 09:40:01 3 6.97 0.00 5.13 0.92 0.20 86.78 [2021-03-10T09:42:01.174Z] 09:41:01 all 11.84 0.00 9.66 3.68 0.53 74.29 [2021-03-10T09:42:01.174Z] 09:41:01 0 11.55 0.00 9.54 3.36 0.61 74.94 [2021-03-10T09:42:01.174Z] 09:41:01 1 11.76 0.00 9.68 2.25 0.48 75.83 [2021-03-10T09:42:01.174Z] 09:41:01 2 12.23 0.00 10.01 5.24 0.59 71.93 [2021-03-10T09:42:01.174Z] 09:41:01 3 11.80 0.00 9.42 3.87 0.45 74.46 [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-10T09:42:01.174Z] Average: all 2.02 0.00 1.55 0.47 0.08 95.88 [2021-03-10T09:42:01.174Z] Average: 0 2.25 0.00 1.57 0.58 0.08 95.53 [2021-03-10T09:42:01.174Z] Average: 1 1.95 0.00 1.54 0.29 0.08 96.14 [2021-03-10T09:42:01.174Z] Average: 2 1.99 0.00 1.56 0.57 0.08 95.79 [2021-03-10T09:42:01.174Z] Average: 3 1.90 0.00 1.51 0.45 0.07 96.07 [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z] [2021-03-10T09:42:01.174Z]