Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27656’ Running on prd-centos7-docker-4c-2g-27668 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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f (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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" > git rev-list --no-walk 062c99091897d73a20556ba115d924aa41bc7550 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T15:16:36.282Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T15:16:36.553Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T15:16:36.654Z] ========================================================= [2021-02-25T15:16:36.654Z] EdgeX Global Pipelines Version Info [2021-02-25T15:16:36.654Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:16:38.129Z] ------------------- [2021-02-25T15:16:38.129Z] stable info: [2021-02-25T15:16:38.129Z] ------------------- [2021-02-25T15:16:38.129Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T15:16:38.129Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T15:16:38.129Z] Message: update stable to v1.0.181 [2021-02-25T15:16:39.076Z] ------------------- [2021-02-25T15:16:39.076Z] experimental info: [2021-02-25T15:16:39.076Z] ------------------- [2021-02-25T15:16:39.076Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T15:16:39.076Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T15:16:39.076Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T15:16:39.422Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-25T15:16:39.536Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-25T15:16:39.662Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T15:16:39.771Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T15:16:39.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T15:16:39.946Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T15:16:40.039Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T15:16:40.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T15:16:40.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-25T15:16:40.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T15:16:40.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T15:16:40.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-25T15:16:40.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T15:16:40.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T15:16:41.187Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T15:16:41.305Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T15:16:41.411Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T15:16:41.492Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T15:16:41.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T15:16:41.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-25T15:16:41.804Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-25T15:16:41.907Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-25T15:16:42.002Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-25T15:16:42.103Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-25T15:16:42.449Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-25T15:16:42.546Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-25T15:16:42.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-25T15:16:42.744Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-25T15:16:42.847Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] echo [2021-02-25T15:16:42.942Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de7c5c3 [Pipeline] echo [2021-02-25T15:16:43.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T15:16:43.236Z] provisioning config files... [2021-02-25T15:16:43.265Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1259218932865426985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:16:43.623Z] ---> docker-login.sh [2021-02-25T15:16:43.623Z] nexus3.edgexfoundry.org:10001 [2021-02-25T15:16:43.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:16:44.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:16:44.151Z] Configure a credential helper to remove this warning. See [2021-02-25T15:16:44.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:16:44.151Z] [2021-02-25T15:16:44.151Z] Login Succeeded [2021-02-25T15:16:44.151Z] nexus3.edgexfoundry.org:10002 [2021-02-25T15:16:44.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:16:44.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:16:44.412Z] Configure a credential helper to remove this warning. See [2021-02-25T15:16:44.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:16:44.412Z] [2021-02-25T15:16:44.412Z] Login Succeeded [2021-02-25T15:16:44.412Z] nexus3.edgexfoundry.org:10003 [2021-02-25T15:16:44.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:16:44.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:16:44.412Z] Configure a credential helper to remove this warning. See [2021-02-25T15:16:44.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:16:44.412Z] [2021-02-25T15:16:44.412Z] Login Succeeded [2021-02-25T15:16:44.412Z] nexus3.edgexfoundry.org:10004 [2021-02-25T15:16:44.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:16:44.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:16:44.687Z] Configure a credential helper to remove this warning. See [2021-02-25T15:16:44.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:16:44.687Z] [2021-02-25T15:16:44.687Z] Login Succeeded [2021-02-25T15:16:44.687Z] docker.io [2021-02-25T15:16:44.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:16:44.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:16:44.950Z] Configure a credential helper to remove this warning. See [2021-02-25T15:16:44.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:16:44.950Z] [2021-02-25T15:16:44.950Z] Login Succeeded [2021-02-25T15:16:44.950Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T15:16:44.960Z] 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-02-25T15:16:45.776Z] + git log --format=format:%s -1 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] echo [2021-02-25T15:16:45.844Z] GIT_COMMIT: de7c5c3e6b4481bff3e484d1404955fbb7d3e33f, Commit Message: Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27 [Pipeline] echo [2021-02-25T15:16:45.892Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:16:46.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T15:16:46.966Z] [2021-02-25T15:16:46.966Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:16:47.311Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T15:16:47.311Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T15:16:47.311Z] 31603596830f: Pulling fs layer [2021-02-25T15:16:47.311Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T15:16:47.311Z] 6ca5941a6612: Pulling fs layer [2021-02-25T15:16:47.311Z] ecc8261a40a4: Pulling fs layer [2021-02-25T15:16:47.311Z] ecc8261a40a4: Waiting [2021-02-25T15:16:47.311Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T15:16:47.311Z] 2a8b12db71e7: Download complete [2021-02-25T15:16:47.577Z] 31603596830f: Verifying Checksum [2021-02-25T15:16:47.577Z] 31603596830f: Download complete [2021-02-25T15:16:47.577Z] 6ca5941a6612: Verifying Checksum [2021-02-25T15:16:47.577Z] 6ca5941a6612: Download complete [2021-02-25T15:16:47.577Z] ecc8261a40a4: Verifying Checksum [2021-02-25T15:16:47.577Z] ecc8261a40a4: Download complete [2021-02-25T15:16:47.840Z] 31603596830f: Pull complete [2021-02-25T15:16:48.102Z] 2a8b12db71e7: Pull complete [2021-02-25T15:16:49.051Z] 6ca5941a6612: Pull complete [2021-02-25T15:16:49.051Z] ecc8261a40a4: Pull complete [2021-02-25T15:16:49.051Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T15:16:49.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T15:16:49.051Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T15:16:49.161Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:16:49.207Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T15:16:51.830Z] $ docker top 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T15:16:52.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T15:16:52.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T15:16:52.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T15:16:52.634Z] $ docker exec 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent [2021-02-25T15:16:52.811Z] SSH_AUTH_SOCK=/tmp/ssh-svBEiRm6QBnr/agent.11 [2021-02-25T15:16:52.811Z] SSH_AGENT_PID=17 [2021-02-25T15:16:52.825Z] Running ssh-add (command line suppressed) [2021-02-25T15:16:52.951Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3397975958132812417.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3397975958132812417.key) [2021-02-25T15:16:53.010Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T15:16:53.352Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T15:16:53.376Z] $ docker exec --env ******** --env ******** 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent -k [2021-02-25T15:16:53.497Z] unset SSH_AUTH_SOCK; [2021-02-25T15:16:53.497Z] unset SSH_AGENT_PID; [2021-02-25T15:16:53.497Z] echo Agent pid 17 killed; [2021-02-25T15:16:53.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T15:16:53.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T15:16:53.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T15:16:53.873Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T15:16:53.876Z] $ docker exec 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent [2021-02-25T15:16:54.055Z] SSH_AUTH_SOCK=/tmp/ssh-tVXqhR8muKYk/agent.45 [2021-02-25T15:16:54.055Z] SSH_AGENT_PID=50 [2021-02-25T15:16:54.062Z] Running ssh-add (command line suppressed) [2021-02-25T15:16:54.190Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5570916708136215826.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5570916708136215826.key) [2021-02-25T15:16:54.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T15:16:54.607Z] + git semver init [2021-02-25T15:16:54.607Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T15:16:54.607Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-25T15:16:54.607Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-25T15:16:54.607Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T15:16:54.607Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T15:16:54.607Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T15:16:54.607Z] # $SEMVER_BRANCH = master [2021-02-25T15:16:54.607Z] # $SEMVER_TEMP = /tmp/semver-545896736 [2021-02-25T15:16:54.607Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-25T15:16:56.017Z] # '/tmp/semver-545896736' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-02-25T15:16:56.017Z] # -> Force: false [2021-02-25T15:16:56.017Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-25T15:16:56.029Z] $ docker exec --env ******** --env ******** 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent -k [2021-02-25T15:16:56.152Z] unset SSH_AUTH_SOCK; [2021-02-25T15:16:56.152Z] unset SSH_AGENT_PID; [2021-02-25T15:16:56.153Z] echo Agent pid 50 killed; [2021-02-25T15:16:56.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T15:16:56.693Z] + git semver [Pipeline] } [2021-02-25T15:16:56.725Z] $ docker stop --time=1 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 [2021-02-25T15:16:58.416Z] $ docker rm -f 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T15:16:58.912Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T15:16:59.440Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T15:16:59.442Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.15 [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-02-25T15:17:14.949Z] Still waiting to schedule task [2021-02-25T15:17:14.950Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-25T15:17:14.952Z] Still waiting to schedule task [2021-02-25T15:17:14.952Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-25T15:19:01.553Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27670 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-25T15:19:01.614Z] Running in /w/workspace/edgex-ui-go/73 [Pipeline] { [Pipeline] checkout [2021-02-25T15:19:06.697Z] using credential edgex-jenkins-ssh [2021-02-25T15:19:06.788Z] Cloning the remote Git repository [2021-02-25T15:19:06.847Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-25T15:19:06.954Z] > git init /w/workspace/edgex-ui-go/73 # timeout=10 [2021-02-25T15:19:07.052Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-25T15:19:07.053Z] > git --version # timeout=10 [2021-02-25T15:19:07.073Z] > git --version # 'git version 2.17.1' [2021-02-25T15:19:07.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:19:07.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T15:19:08.779Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-25T15:19:08.796Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T15:19:08.828Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-25T15:19:08.874Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-25T15:19:08.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:19:08.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T15:19:09.325Z] Checking out Revision de7c5c3e6b4481bff3e484d1404955fbb7d3e33f (master) [2021-02-25T15:19:09.347Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T15:19:09.370Z] > git checkout -f de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 [2021-02-25T15:19:14.018Z] Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T15:19:15.480Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T15:19:15.928Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T15:19:16.294Z] + + sudo servicetrue docker [2021-02-25T15:19:16.294Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T15:19:19.000Z] provisioning config files... [2021-02-25T15:19:19.039Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config7914223567724015367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:19:19.461Z] ---> docker-login.sh [2021-02-25T15:19:19.461Z] nexus3.edgexfoundry.org:10001 [2021-02-25T15:19:20.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:20.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:20.670Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:20.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:20.670Z] [2021-02-25T15:19:20.670Z] Login Succeeded [2021-02-25T15:19:20.670Z] nexus3.edgexfoundry.org:10002 [2021-02-25T15:19:20.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:21.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:21.230Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:21.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:21.230Z] [2021-02-25T15:19:21.230Z] Login Succeeded [2021-02-25T15:19:21.230Z] nexus3.edgexfoundry.org:10003 [2021-02-25T15:19:21.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:21.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:21.776Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:21.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:21.776Z] [2021-02-25T15:19:21.776Z] Login Succeeded [2021-02-25T15:19:21.776Z] nexus3.edgexfoundry.org:10004 [2021-02-25T15:19:22.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:22.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:22.335Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:22.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:22.335Z] [2021-02-25T15:19:22.335Z] Login Succeeded [2021-02-25T15:19:22.335Z] docker.io [2021-02-25T15:19:22.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:23.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:23.211Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:23.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:23.211Z] [2021-02-25T15:19:23.211Z] Login Succeeded [2021-02-25T15:19:23.211Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T15:19:23.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T15:19:23.705Z] ========================================================= [2021-02-25T15:19:23.705Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T15:19:23.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:19:24.105Z] + 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-02-25T15:19:24.731Z] Sending build context to Docker daemon 17.08MB [2021-02-25T15:19:24.731Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T15:19:24.731Z] Step 2/8 : FROM ${BASE} [2021-02-25T15:19:25.009Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T15:19:25.009Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T15:19:25.009Z] a4357932f1b6: Pulling fs layer [2021-02-25T15:19:25.009Z] 18c013af1878: Pulling fs layer [2021-02-25T15:19:25.009Z] 00ac8860ef70: Pulling fs layer [2021-02-25T15:19:25.009Z] 63d7cb157983: Pulling fs layer [2021-02-25T15:19:25.009Z] b116817d02f9: Pulling fs layer [2021-02-25T15:19:25.009Z] 745a02a5169b: Pulling fs layer [2021-02-25T15:19:25.009Z] 00ac8860ef70: Waiting [2021-02-25T15:19:25.009Z] 63d7cb157983: Waiting [2021-02-25T15:19:25.009Z] b116817d02f9: Waiting [2021-02-25T15:19:25.009Z] 745a02a5169b: Waiting [2021-02-25T15:19:25.009Z] 18c013af1878: Verifying Checksum [2021-02-25T15:19:25.009Z] 18c013af1878: Download complete [2021-02-25T15:19:25.009Z] a4357932f1b6: Verifying Checksum [2021-02-25T15:19:25.009Z] a4357932f1b6: Download complete [2021-02-25T15:19:25.009Z] 63d7cb157983: Verifying Checksum [2021-02-25T15:19:25.009Z] 63d7cb157983: Download complete [2021-02-25T15:19:25.613Z] b116817d02f9: Verifying Checksum [2021-02-25T15:19:25.613Z] b116817d02f9: Download complete [2021-02-25T15:19:25.613Z] 5f621e34cdf4: Verifying Checksum [2021-02-25T15:19:25.613Z] 5f621e34cdf4: Download complete [2021-02-25T15:19:26.607Z] 5f621e34cdf4: Pull complete [2021-02-25T15:19:26.884Z] a4357932f1b6: Pull complete [2021-02-25T15:19:27.486Z] 18c013af1878: Pull complete [2021-02-25T15:19:28.083Z] 745a02a5169b: Verifying Checksum [2021-02-25T15:19:28.083Z] 745a02a5169b: Download complete [2021-02-25T15:19:29.512Z] 00ac8860ef70: Verifying Checksum [2021-02-25T15:19:29.512Z] 00ac8860ef70: Download complete [2021-02-25T15:19:39.696Z] 00ac8860ef70: Pull complete [2021-02-25T15:19:39.696Z] 63d7cb157983: Pull complete [2021-02-25T15:19:39.969Z] b116817d02f9: Pull complete [2021-02-25T15:19:43.384Z] 745a02a5169b: Pull complete [2021-02-25T15:19:43.384Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T15:19:43.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T15:19:43.384Z] ---> b7e6874047d6 [2021-02-25T15:19:43.384Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-25T15:19:46.062Z] Running on prd-centos7-docker-4c-2g-27671 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-25T15:19:46.151Z] Running in /w/workspace/edgex-ui-go/73 [Pipeline] { [Pipeline] checkout [2021-02-25T15:19:46.811Z] ---> Running in 27d865f03b9c [2021-02-25T15:19:46.811Z] Removing intermediate container 27d865f03b9c [2021-02-25T15:19:46.811Z] ---> 734470404db5 [2021-02-25T15:19:46.811Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:19:47.084Z] ---> Running in d0b0a81f20e5 [2021-02-25T15:19:48.429Z] using credential edgex-jenkins-ssh [2021-02-25T15:19:48.487Z] Cloning the remote Git repository [2021-02-25T15:19:48.513Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-25T15:19:48.577Z] > git init /w/workspace/edgex-ui-go/73 # timeout=10 [2021-02-25T15:19:48.642Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-25T15:19:48.642Z] > git --version # timeout=10 [2021-02-25T15:19:48.648Z] > git --version # 'git version 2.24.3' [2021-02-25T15:19:48.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:19:48.680Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T15:19:49.621Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-25T15:19:49.628Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T15:19:49.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-25T15:19:49.655Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-25T15:19:49.655Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:19:49.660Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T15:19:49.722Z] Removing intermediate container d0b0a81f20e5 [2021-02-25T15:19:49.722Z] ---> 8ee1b99516e7 [2021-02-25T15:19:49.722Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-25T15:19:49.722Z] ---> Running in 8e496ae868ab [2021-02-25T15:19:50.059Z] Checking out Revision de7c5c3e6b4481bff3e484d1404955fbb7d3e33f (master) [2021-02-25T15:19:50.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:19:50.074Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T15:19:50.086Z] > git checkout -f de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 [2021-02-25T15:19:51.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:19:52.281Z] OK: 142 MiB in 39 packages [2021-02-25T15:19:53.256Z] Removing intermediate container 8e496ae868ab [2021-02-25T15:19:53.256Z] ---> f2ee33230e02 [2021-02-25T15:19:53.256Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-25T15:19:53.530Z] ---> Running in e001848085ad [2021-02-25T15:19:53.828Z] Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" [2021-02-25T15:19:54.125Z] Removing intermediate container e001848085ad [2021-02-25T15:19:54.125Z] ---> a73f205e7504 [2021-02-25T15:19:54.125Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T15:19:55.186Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T15:19:55.533Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T15:19:55.836Z] + sudo service docker restart [2021-02-25T15:19:55.836Z] + true [2021-02-25T15:19:55.836Z] Redirecting to /bin/systemctl restart docker.service [2021-02-25T15:19:56.113Z] ---> 1096a7dab49b [2021-02-25T15:19:56.113Z] Step 8/8 : RUN go mod download [2021-02-25T15:19:56.386Z] ---> Running in 9631007bd6ba [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T15:19:56.855Z] provisioning config files... [2021-02-25T15:19:56.884Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config2750398038102453654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:19:57.262Z] ---> docker-login.sh [2021-02-25T15:19:57.262Z] nexus3.edgexfoundry.org:10001 [2021-02-25T15:19:57.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:57.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:57.526Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:57.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:57.526Z] [2021-02-25T15:19:57.526Z] Login Succeeded [2021-02-25T15:19:57.526Z] nexus3.edgexfoundry.org:10002 [2021-02-25T15:19:57.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:57.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:57.793Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:57.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:57.793Z] [2021-02-25T15:19:57.793Z] Login Succeeded [2021-02-25T15:19:57.793Z] nexus3.edgexfoundry.org:10003 [2021-02-25T15:19:58.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:58.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:58.058Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:58.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:58.058Z] [2021-02-25T15:19:58.058Z] Login Succeeded [2021-02-25T15:19:58.058Z] nexus3.edgexfoundry.org:10004 [2021-02-25T15:19:58.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:58.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:58.320Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:58.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:58.320Z] [2021-02-25T15:19:58.320Z] Login Succeeded [2021-02-25T15:19:58.320Z] docker.io [2021-02-25T15:19:58.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:19:58.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:19:58.583Z] Configure a credential helper to remove this warning. See [2021-02-25T15:19:58.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:19:58.583Z] [2021-02-25T15:19:58.583Z] Login Succeeded [2021-02-25T15:19:58.583Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T15:19:58.593Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T15:19:58.936Z] ========================================================= [2021-02-25T15:19:58.936Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T15:19:58.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:19:59.284Z] + 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-02-25T15:19:59.549Z] Sending build context to Docker daemon 17.08MB [2021-02-25T15:19:59.549Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T15:19:59.549Z] Step 2/8 : FROM ${BASE} [2021-02-25T15:19:59.549Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T15:19:59.549Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T15:19:59.549Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T15:19:59.549Z] de9db76c5a1d: Pulling fs layer [2021-02-25T15:19:59.549Z] bca2f99d35d6: Pulling fs layer [2021-02-25T15:19:59.549Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T15:19:59.549Z] 7c6f9722023f: Pulling fs layer [2021-02-25T15:19:59.549Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T15:19:59.549Z] 93359f2a8cfa: Waiting [2021-02-25T15:19:59.549Z] 7c6f9722023f: Waiting [2021-02-25T15:19:59.549Z] a35cf1a2eb13: Waiting [2021-02-25T15:19:59.549Z] bca2f99d35d6: Waiting [2021-02-25T15:19:59.549Z] de9db76c5a1d: Verifying Checksum [2021-02-25T15:19:59.549Z] de9db76c5a1d: Download complete [2021-02-25T15:19:59.549Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T15:19:59.549Z] 0ef7d3d256c8: Download complete [2021-02-25T15:19:59.549Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T15:19:59.549Z] 93359f2a8cfa: Download complete [2021-02-25T15:19:59.549Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T15:19:59.549Z] 188c0c94c7c5: Download complete [2021-02-25T15:19:59.826Z] 7c6f9722023f: Verifying Checksum [2021-02-25T15:19:59.826Z] 7c6f9722023f: Download complete [2021-02-25T15:19:59.826Z] 188c0c94c7c5: Pull complete [2021-02-25T15:20:00.093Z] 0ef7d3d256c8: Pull complete [2021-02-25T15:20:00.378Z] de9db76c5a1d: Pull complete [2021-02-25T15:20:01.789Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T15:20:01.789Z] a35cf1a2eb13: Download complete [2021-02-25T15:20:02.369Z] bca2f99d35d6: Verifying Checksum [2021-02-25T15:20:02.369Z] bca2f99d35d6: Download complete [2021-02-25T15:20:07.712Z] bca2f99d35d6: Pull complete [2021-02-25T15:20:07.712Z] 93359f2a8cfa: Pull complete [2021-02-25T15:20:07.712Z] 7c6f9722023f: Pull complete [2021-02-25T15:20:14.323Z] a35cf1a2eb13: Pull complete [2021-02-25T15:20:14.323Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T15:20:14.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T15:20:14.323Z] ---> a62c8e92a672 [2021-02-25T15:20:14.323Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-25T15:20:14.323Z] ---> Running in 233c9923bf8d [2021-02-25T15:20:14.323Z] Removing intermediate container 233c9923bf8d [2021-02-25T15:20:14.323Z] ---> b85882bf81f0 [2021-02-25T15:20:14.323Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:20:14.323Z] ---> Running in 0645d515c706 [2021-02-25T15:20:15.283Z] Removing intermediate container 0645d515c706 [2021-02-25T15:20:15.283Z] ---> 85142673e379 [2021-02-25T15:20:15.283Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-25T15:20:15.283Z] ---> Running in 2b36a1472d94 [2021-02-25T15:20:16.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:20:17.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:20:17.826Z] OK: 166 MiB in 39 packages [2021-02-25T15:20:18.090Z] Removing intermediate container 2b36a1472d94 [2021-02-25T15:20:18.090Z] ---> 813dcc4c9c2a [2021-02-25T15:20:18.090Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-25T15:20:18.356Z] ---> Running in 8ba218f28c28 [2021-02-25T15:20:18.356Z] Removing intermediate container 8ba218f28c28 [2021-02-25T15:20:18.356Z] ---> 7b24ff89ef63 [2021-02-25T15:20:18.356Z] Step 7/8 : COPY . . [2021-02-25T15:20:20.916Z] ---> 19e3b50f0241 [2021-02-25T15:20:20.916Z] Step 8/8 : RUN go mod download [2021-02-25T15:20:20.916Z] ---> Running in 01d3574f6af4 [2021-02-25T15:20:23.188Z] Removing intermediate container 9631007bd6ba [2021-02-25T15:20:23.188Z] ---> ad16b28ef6e6 [2021-02-25T15:20:23.188Z] Successfully built ad16b28ef6e6 [2021-02-25T15:20:23.188Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:20:23.528Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T15:20:23.528Z] . [Pipeline] withDockerContainer [2021-02-25T15:20:23.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-27670 does not seem to be running inside a container [2021-02-25T15:20:23.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-arm64 cat [2021-02-25T15:20:25.439Z] $ docker top edf0266ccbbdfe092f57e40fb24aba16fa5d37b2274d59108098f311e0d93656 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:20:26.505Z] + go version [2021-02-25T15:20:26.505Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-25T15:20:26.528Z] $ docker stop --time=1 edf0266ccbbdfe092f57e40fb24aba16fa5d37b2274d59108098f311e0d93656 [2021-02-25T15:20:28.483Z] $ docker rm -f edf0266ccbbdfe092f57e40fb24aba16fa5d37b2274d59108098f311e0d93656 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:20:29.537Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T15:20:29.537Z] . [Pipeline] withDockerContainer [2021-02-25T15:20:29.801Z] prd-ubuntu18.04-docker-arm64-4c-16g-27670 does not seem to be running inside a container [2021-02-25T15:20:29.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-arm64 cat [2021-02-25T15:20:31.441Z] $ docker top 432a4a4675aad7cf523cafd3b6fd64227546c521b7a65d485e2761a56dcd4611 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:20:32.487Z] + make test [2021-02-25T15:20:32.487Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-25T15:20:33.930Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-25T15:20:42.915Z] Removing intermediate container 01d3574f6af4 [2021-02-25T15:20:42.915Z] ---> d8c21a0b0dc1 [2021-02-25T15:20:42.915Z] Successfully built d8c21a0b0dc1 [2021-02-25T15:20:42.915Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:20:43.232Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T15:20:43.232Z] . [Pipeline] withDockerContainer [2021-02-25T15:20:43.349Z] prd-centos7-docker-4c-2g-27671 does not seem to be running inside a container [2021-02-25T15:20:43.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-x86_64 cat [2021-02-25T15:20:44.121Z] $ docker top 7bbbd34ad6cad87c4c88a3d6d3af8bdada10d48f37560f593be3661213b267ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:20:44.609Z] + go version [2021-02-25T15:20:44.609Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T15:20:44.623Z] $ docker stop --time=1 7bbbd34ad6cad87c4c88a3d6d3af8bdada10d48f37560f593be3661213b267ad [2021-02-25T15:20:45.956Z] $ docker rm -f 7bbbd34ad6cad87c4c88a3d6d3af8bdada10d48f37560f593be3661213b267ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:20:46.838Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T15:20:46.838Z] . [Pipeline] withDockerContainer [2021-02-25T15:20:46.938Z] prd-centos7-docker-4c-2g-27671 does not seem to be running inside a container [2021-02-25T15:20:46.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-x86_64 cat [2021-02-25T15:20:47.543Z] $ docker top 50bdb012bc037eda3c98079ea17e0f553ef14073e2e1004fd4e95d6cf8031ca3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:20:48.017Z] + make test [2021-02-25T15:20:48.017Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-25T15:20:49.269Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-25T15:20:56.106Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-25T15:20:56.106Z] GO111MODULE=on go vet ./... [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-25T15:20:56.163Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-25T15:20:56.163Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-25T15:20:57.070Z] $ docker stop --time=1 50bdb012bc037eda3c98079ea17e0f553ef14073e2e1004fd4e95d6cf8031ca3 [2021-02-25T15:20:59.249Z] $ docker rm -f 50bdb012bc037eda3c98079ea17e0f553ef14073e2e1004fd4e95d6cf8031ca3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-02-25T15:20:59.624Z] $ docker stop --time=1 432a4a4675aad7cf523cafd3b6fd64227546c521b7a65d485e2761a56dcd4611 [2021-02-25T15:20:59.838Z] + sudo chown -R jenkins:jenkins . [2021-02-25T15:21:01.661Z] $ docker rm -f 432a4a4675aad7cf523cafd3b6fd64227546c521b7a65d485e2761a56dcd4611 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash [2021-02-25T15:21:02.412Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T15:21:02.476Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T15:21:02.517Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-25T15:21:03.368Z] Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2021-02-25T15:21:05.902Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T15:21:06.432Z] + ls -al . [2021-02-25T15:21:06.433Z] total 88 [2021-02-25T15:21:06.433Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 25 15:20 . [2021-02-25T15:21:06.433Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 25 15:19 .. [2021-02-25T15:21:06.433Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 25 15:19 assets [2021-02-25T15:21:06.433Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 25 15:19 bin [2021-02-25T15:21:06.433Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 25 15:19 cmd [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 25 15:19 CONTRIBUTING.md [2021-02-25T15:21:06.433Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 25 15:20 coverage.out [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 25 15:19 Dockerfile [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 25 15:19 Dockerfile.build [2021-02-25T15:21:06.433Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 25 15:19 docs [2021-02-25T15:21:06.433Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 25 15:19 .git [2021-02-25T15:21:06.433Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 25 15:19 .github [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 25 15:19 .gitignore [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 966 Feb 25 15:19 go.mod [2021-02-25T15:21:06.433Z] -rw-r--r--. 1 jenkins jenkins 20277 Feb 25 15:20 go.sum [2021-02-25T15:21:06.433Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 25 15:19 internal [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 25 15:19 Jenkinsfile [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 25 15:19 LICENSE [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 25 15:19 Makefile [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 25 15:19 README.md [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 25 15:16 VERSION [2021-02-25T15:21:06.433Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 25 15:19 version.go [2021-02-25T15:21:06.433Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 25 15:19 web [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:06.739Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-25T15:21:06.826Z] + 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=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f --label arch=amd64 --label version=2.0.0-dev.15 . [2021-02-25T15:21:07.088Z] Sending build context to Docker daemon 17.1MB [2021-02-25T15:21:07.088Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T15:21:07.088Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-25T15:21:07.088Z] ---> d8c21a0b0dc1 [2021-02-25T15:21:07.088Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-25T15:21:07.138Z] + ls -al . [2021-02-25T15:21:07.138Z] total 120 [2021-02-25T15:21:07.138Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 15:20 . [2021-02-25T15:21:07.138Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 15:19 .. [2021-02-25T15:21:07.138Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 25 15:19 .git [2021-02-25T15:21:07.138Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 15:19 .github [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 25 15:19 .gitignore [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 25 15:19 CONTRIBUTING.md [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 25 15:19 Dockerfile [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 25 15:19 Dockerfile.build [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 25 15:19 Jenkinsfile [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 25 15:19 LICENSE [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 25 15:19 Makefile [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 25 15:19 README.md [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 25 15:16 VERSION [2021-02-25T15:21:07.138Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 25 15:19 assets [2021-02-25T15:21:07.138Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 15:19 bin [2021-02-25T15:21:07.138Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 25 15:19 cmd [2021-02-25T15:21:07.138Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 25 15:20 coverage.out [2021-02-25T15:21:07.138Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 25 15:19 docs [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 966 Feb 25 15:19 go.mod [2021-02-25T15:21:07.138Z] -rw-r--r-- 1 jenkins jenkins 20277 Feb 25 15:20 go.sum [2021-02-25T15:21:07.138Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 15:19 internal [2021-02-25T15:21:07.138Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 25 15:19 version.go [2021-02-25T15:21:07.138Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 15:19 web [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:07.565Z] + 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=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f --label arch=arm64 --label version=2.0.0-dev.15 . [2021-02-25T15:21:07.663Z] ---> Running in 07767b97ceec [2021-02-25T15:21:07.926Z] Removing intermediate container 07767b97ceec [2021-02-25T15:21:07.926Z] ---> 4db461e3ec5f [2021-02-25T15:21:07.926Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-25T15:21:07.926Z] ---> Running in 05ecc9af7bd7 [2021-02-25T15:21:07.926Z] Removing intermediate container 05ecc9af7bd7 [2021-02-25T15:21:07.926Z] ---> 6b0b9c36c2f8 [2021-02-25T15:21:07.926Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-25T15:21:08.186Z] Sending build context to Docker daemon 17.1MB [2021-02-25T15:21:08.186Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T15:21:08.186Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-25T15:21:08.186Z] ---> ad16b28ef6e6 [2021-02-25T15:21:08.186Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-25T15:21:08.191Z] ---> Running in 487912de14d3 [2021-02-25T15:21:08.191Z] Removing intermediate container 487912de14d3 [2021-02-25T15:21:08.191Z] ---> 80d657e93167 [2021-02-25T15:21:08.191Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-25T15:21:08.456Z] ---> Running in 2f01e6f14904 [2021-02-25T15:21:08.456Z] Removing intermediate container 2f01e6f14904 [2021-02-25T15:21:08.456Z] ---> 5201ff850bd6 [2021-02-25T15:21:08.456Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-25T15:21:08.456Z] ---> Running in aed8683461b6 [2021-02-25T15:21:08.718Z] Removing intermediate container aed8683461b6 [2021-02-25T15:21:08.718Z] ---> 2be599186cf0 [2021-02-25T15:21:08.718Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:21:08.718Z] ---> Running in 245fe1f34dbb [2021-02-25T15:21:08.783Z] ---> Running in 18e1f418c118 [2021-02-25T15:21:09.058Z] Removing intermediate container 18e1f418c118 [2021-02-25T15:21:09.058Z] ---> 2d5a96041de4 [2021-02-25T15:21:09.058Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-25T15:21:09.058Z] ---> Running in 923469f2cdef [2021-02-25T15:21:09.654Z] Removing intermediate container 923469f2cdef [2021-02-25T15:21:09.654Z] ---> 7a9a3fef651a [2021-02-25T15:21:09.654Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-25T15:21:09.654Z] ---> Running in 8d24e32f9da0 [2021-02-25T15:21:09.669Z] Removing intermediate container 245fe1f34dbb [2021-02-25T15:21:09.669Z] ---> fbc795fe9a42 [2021-02-25T15:21:09.669Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-25T15:21:09.669Z] ---> Running in cada28b8cebd [2021-02-25T15:21:10.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:21:10.250Z] Removing intermediate container 8d24e32f9da0 [2021-02-25T15:21:10.250Z] ---> cd834fff7645 [2021-02-25T15:21:10.250Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-25T15:21:10.250Z] ---> Running in 9657dccfdcc4 [2021-02-25T15:21:10.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:21:10.845Z] Removing intermediate container 9657dccfdcc4 [2021-02-25T15:21:10.845Z] ---> bb6fa5f76502 [2021-02-25T15:21:10.845Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-25T15:21:10.845Z] ---> Running in 1840c88c89fa [2021-02-25T15:21:11.386Z] OK: 166 MiB in 39 packages [2021-02-25T15:21:11.439Z] Removing intermediate container 1840c88c89fa [2021-02-25T15:21:11.439Z] ---> 630199e1bf2b [2021-02-25T15:21:11.439Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:21:11.439Z] ---> Running in 9da2b9b3bdbb [2021-02-25T15:21:12.335Z] Removing intermediate container cada28b8cebd [2021-02-25T15:21:12.335Z] ---> ad5a8ce0af20 [2021-02-25T15:21:12.335Z] Step 10/24 : ENV GO111MODULE=on [2021-02-25T15:21:12.335Z] ---> Running in 138ac8a1ad9e [2021-02-25T15:21:12.598Z] Removing intermediate container 138ac8a1ad9e [2021-02-25T15:21:12.598Z] ---> 9fdfbeb88531 [2021-02-25T15:21:12.598Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-25T15:21:12.598Z] ---> Running in 31c999f6b794 [2021-02-25T15:21:12.862Z] Removing intermediate container 31c999f6b794 [2021-02-25T15:21:12.862Z] ---> 3bbc44557968 [2021-02-25T15:21:12.862Z] Step 12/24 : COPY go.mod . [2021-02-25T15:21:13.125Z] ---> 89e14b258ad3 [2021-02-25T15:21:13.125Z] Step 13/24 : COPY Makefile . [2021-02-25T15:21:13.398Z] ---> b8cabb102f0c [2021-02-25T15:21:13.398Z] Step 14/24 : RUN make update [2021-02-25T15:21:13.398Z] ---> Running in 62e9798edaaa [2021-02-25T15:21:13.434Z] Removing intermediate container 9da2b9b3bdbb [2021-02-25T15:21:13.434Z] ---> 4e07e42bbd07 [2021-02-25T15:21:13.434Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-25T15:21:13.710Z] ---> Running in 0ee57dac990f [2021-02-25T15:21:13.978Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-25T15:21:14.556Z] Removing intermediate container 62e9798edaaa [2021-02-25T15:21:14.556Z] ---> 0c4035ca0298 [2021-02-25T15:21:14.556Z] Step 15/24 : COPY . . [2021-02-25T15:21:14.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:21:15.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:21:15.946Z] ---> 70d07809dd9b [2021-02-25T15:21:15.946Z] Step 16/24 : RUN ${MAKE} [2021-02-25T15:21:16.208Z] ---> Running in 40babc1871ea [2021-02-25T15:21:16.245Z] OK: 142 MiB in 39 packages [2021-02-25T15:21:16.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.15" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-25T15:21:17.683Z] Removing intermediate container 0ee57dac990f [2021-02-25T15:21:17.683Z] ---> 77199c53b339 [2021-02-25T15:21:17.683Z] Step 10/24 : ENV GO111MODULE=on [2021-02-25T15:21:17.683Z] ---> Running in 2186f029c753 [2021-02-25T15:21:18.279Z] Removing intermediate container 2186f029c753 [2021-02-25T15:21:18.279Z] ---> 0baada0249d8 [2021-02-25T15:21:18.279Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-25T15:21:18.279Z] ---> Running in 033d41cb0606 [2021-02-25T15:21:18.874Z] Removing intermediate container 033d41cb0606 [2021-02-25T15:21:18.874Z] ---> f5a8e8168079 [2021-02-25T15:21:18.874Z] Step 12/24 : COPY go.mod . [2021-02-25T15:21:19.474Z] ---> 35af723e5c9f [2021-02-25T15:21:19.474Z] Step 13/24 : COPY Makefile . [2021-02-25T15:21:20.069Z] ---> 718d596afff4 [2021-02-25T15:21:20.069Z] Step 14/24 : RUN make update [2021-02-25T15:21:20.344Z] ---> Running in 89765fb9398e [2021-02-25T15:21:21.327Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-25T15:21:22.762Z] Removing intermediate container 89765fb9398e [2021-02-25T15:21:22.762Z] ---> 3326d110e283 [2021-02-25T15:21:22.762Z] Step 15/24 : COPY . . [2021-02-25T15:21:23.175Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-25T15:21:25.378Z] ---> 0b30c7790015 [2021-02-25T15:21:25.378Z] Step 16/24 : RUN ${MAKE} [2021-02-25T15:21:25.378Z] ---> Running in 6cc14ebf5d90 [2021-02-25T15:21:25.729Z] Removing intermediate container 40babc1871ea [2021-02-25T15:21:25.729Z] ---> 94605a9921ab [2021-02-25T15:21:25.729Z] Step 17/24 : FROM alpine:3.12 [2021-02-25T15:21:26.306Z] 3.12: Pulling from library/alpine [2021-02-25T15:21:26.306Z] f84cab65f19f: Pulling fs layer [2021-02-25T15:21:26.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.15" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-25T15:21:26.568Z] f84cab65f19f: Verifying Checksum [2021-02-25T15:21:26.569Z] f84cab65f19f: Download complete [2021-02-25T15:21:26.569Z] f84cab65f19f: Pull complete [2021-02-25T15:21:26.569Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:21:26.830Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T15:21:26.830Z] ---> 88dd2752d2ea [2021-02-25T15:21:26.830Z] Step 18/24 : EXPOSE 4000 [2021-02-25T15:21:26.830Z] ---> Running in 7888af682fb7 [2021-02-25T15:21:27.096Z] Removing intermediate container 7888af682fb7 [2021-02-25T15:21:27.096Z] ---> 00d669c11ffd [2021-02-25T15:21:27.096Z] 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-02-25T15:21:28.045Z] ---> 89a50a9ea87d [2021-02-25T15:21:28.045Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-25T15:21:28.045Z] ---> Running in 5b35eac42755 [2021-02-25T15:21:28.307Z] Removing intermediate container 5b35eac42755 [2021-02-25T15:21:28.307Z] ---> 635baf09a440 [2021-02-25T15:21:28.307Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-25T15:21:28.307Z] ---> Running in 2f395e7704a2 [2021-02-25T15:21:28.569Z] Removing intermediate container 2f395e7704a2 [2021-02-25T15:21:28.569Z] ---> cacd76f56c5a [2021-02-25T15:21:28.569Z] Step 22/24 : LABEL arch=amd64 [2021-02-25T15:21:28.569Z] ---> Running in a1502ba3b78a [2021-02-25T15:21:28.830Z] Removing intermediate container a1502ba3b78a [2021-02-25T15:21:28.830Z] ---> 35ab3ee652fe [2021-02-25T15:21:28.830Z] Step 23/24 : LABEL git_sha=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:21:28.830Z] ---> Running in 0f58edbf66a6 [2021-02-25T15:21:28.830Z] Removing intermediate container 0f58edbf66a6 [2021-02-25T15:21:28.830Z] ---> f599537724d5 [2021-02-25T15:21:28.830Z] Step 24/24 : LABEL version=2.0.0-dev.15 [2021-02-25T15:21:29.091Z] ---> Running in 67b9f5be2544 [2021-02-25T15:21:29.091Z] Removing intermediate container 67b9f5be2544 [2021-02-25T15:21:29.091Z] ---> b8c40f2600d7 [2021-02-25T15:21:29.091Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-25T15:21:29.091Z] Successfully built b8c40f2600d7 [2021-02-25T15:21:29.091Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T15:21:29.720Z] provisioning config files... [2021-02-25T15:21:29.747Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config291702112750498538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:21:30.135Z] ---> docker-login.sh [2021-02-25T15:21:30.135Z] nexus3.edgexfoundry.org:10001 [2021-02-25T15:21:30.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:21:30.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:21:30.403Z] Configure a credential helper to remove this warning. See [2021-02-25T15:21:30.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:21:30.403Z] [2021-02-25T15:21:30.403Z] Login Succeeded [2021-02-25T15:21:30.403Z] nexus3.edgexfoundry.org:10002 [2021-02-25T15:21:30.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:21:30.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:21:30.403Z] Configure a credential helper to remove this warning. See [2021-02-25T15:21:30.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:21:30.403Z] [2021-02-25T15:21:30.403Z] Login Succeeded [2021-02-25T15:21:30.403Z] nexus3.edgexfoundry.org:10003 [2021-02-25T15:21:30.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:21:30.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:21:30.666Z] Configure a credential helper to remove this warning. See [2021-02-25T15:21:30.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:21:30.666Z] [2021-02-25T15:21:30.666Z] Login Succeeded [2021-02-25T15:21:30.666Z] nexus3.edgexfoundry.org:10004 [2021-02-25T15:21:30.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:21:30.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:21:30.928Z] Configure a credential helper to remove this warning. See [2021-02-25T15:21:30.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:21:30.928Z] [2021-02-25T15:21:30.928Z] Login Succeeded [2021-02-25T15:21:30.928Z] docker.io [2021-02-25T15:21:30.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:21:31.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:21:31.501Z] Configure a credential helper to remove this warning. See [2021-02-25T15:21:31.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:21:31.501Z] [2021-02-25T15:21:31.501Z] Login Succeeded [2021-02-25T15:21:31.501Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T15:21:31.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-25T15:21:31.722Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-02-25T15:21:31.722Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:21:31.722Z] latest [2021-02-25T15:21:31.722Z] 2.0.0-dev.15 [2021-02-25T15:21:31.722Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [2021-02-25T15:21:31.722Z] master [2021-02-25T15:21:31.722Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:32.271Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:32.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:21:32.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-25T15:21:32.572Z] 4fed448a9296: Preparing [2021-02-25T15:21:32.572Z] 33e8713114f8: Preparing [2021-02-25T15:21:32.572Z] 33e8713114f8: Layer already exists [2021-02-25T15:21:33.961Z] 4fed448a9296: Pushed [2021-02-25T15:21:33.961Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:34.270Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:34.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-25T15:21:34.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-25T15:21:34.572Z] 4fed448a9296: Preparing [2021-02-25T15:21:34.572Z] 33e8713114f8: Preparing [2021-02-25T15:21:34.572Z] 4fed448a9296: Layer already exists [2021-02-25T15:21:34.572Z] 33e8713114f8: Layer already exists [2021-02-25T15:21:34.572Z] latest: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:34.878Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:35.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.15 [2021-02-25T15:21:35.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-25T15:21:35.181Z] 4fed448a9296: Preparing [2021-02-25T15:21:35.181Z] 33e8713114f8: Preparing [2021-02-25T15:21:35.181Z] 4fed448a9296: Layer already exists [2021-02-25T15:21:35.181Z] 33e8713114f8: Layer already exists [2021-02-25T15:21:35.181Z] 2.0.0-dev.15: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:35.485Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:35.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [2021-02-25T15:21:35.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-25T15:21:35.786Z] 4fed448a9296: Preparing [2021-02-25T15:21:35.786Z] 33e8713114f8: Preparing [2021-02-25T15:21:35.786Z] 33e8713114f8: Layer already exists [2021-02-25T15:21:35.786Z] 4fed448a9296: Layer already exists [2021-02-25T15:21:35.786Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:36.092Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:21:36.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-02-25T15:21:36.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-25T15:21:36.392Z] 4fed448a9296: Preparing [2021-02-25T15:21:36.392Z] 33e8713114f8: Preparing [2021-02-25T15:21:36.392Z] 33e8713114f8: Layer already exists [2021-02-25T15:21:36.392Z] 4fed448a9296: Layer already exists [2021-02-25T15:21:36.392Z] master: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-25T15:21:36.611Z] ===================================================== [Pipeline] echo [2021-02-25T15:21:36.659Z] taggedImages: [2021-02-25T15:21:36.659Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:21:36.659Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-25T15:21:36.659Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.15 [2021-02-25T15:21:36.659Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [2021-02-25T15:21:36.659Z] - 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-02-25T15:21:37.409Z] ---> job-cost.sh [2021-02-25T15:21:37.410Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OrHJ [2021-02-25T15:21:48.576Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-25T15:21:52.356Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T15:21:52.890Z] Removing intermediate container 6cc14ebf5d90 [2021-02-25T15:21:52.890Z] ---> 16bdc50e636d [2021-02-25T15:21:52.890Z] Step 17/24 : FROM alpine:3.12 [2021-02-25T15:21:53.161Z] 3.12: Pulling from library/alpine [2021-02-25T15:21:53.161Z] dce8679b510e: Pulling fs layer [2021-02-25T15:21:53.435Z] dce8679b510e: Verifying Checksum [2021-02-25T15:21:53.435Z] dce8679b510e: Download complete [2021-02-25T15:21:54.032Z] dce8679b510e: Pull complete [2021-02-25T15:21:54.032Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:21:54.032Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T15:21:54.032Z] ---> d10569e2745f [2021-02-25T15:21:54.032Z] Step 18/24 : EXPOSE 4000 [2021-02-25T15:21:54.305Z] ---> Running in 8b1776271bf7 [2021-02-25T15:21:54.900Z] Removing intermediate container 8b1776271bf7 [2021-02-25T15:21:54.900Z] ---> 0d71c9757c17 [2021-02-25T15:21:54.900Z] 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-02-25T15:21:56.329Z] ---> 41ae575480d7 [2021-02-25T15:21:56.329Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-25T15:21:56.601Z] ---> Running in 898d664f0866 [2021-02-25T15:21:57.193Z] Removing intermediate container 898d664f0866 [2021-02-25T15:21:57.193Z] ---> 6138f42bd5b2 [2021-02-25T15:21:57.193Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-25T15:21:57.193Z] ---> Running in 1a53d6023d85 [2021-02-25T15:21:57.792Z] Removing intermediate container 1a53d6023d85 [2021-02-25T15:21:57.792Z] ---> 17c005f57543 [2021-02-25T15:21:57.792Z] Step 22/24 : LABEL arch=arm64 [2021-02-25T15:21:57.792Z] ---> Running in 05ccf20fdd6c [2021-02-25T15:21:58.388Z] Removing intermediate container 05ccf20fdd6c [2021-02-25T15:21:58.388Z] ---> 37a0b92ed090 [2021-02-25T15:21:58.388Z] Step 23/24 : LABEL git_sha=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:21:58.388Z] ---> Running in e8d8a0c7212b [2021-02-25T15:21:58.983Z] Removing intermediate container e8d8a0c7212b [2021-02-25T15:21:58.983Z] ---> d6ebb01dd224 [2021-02-25T15:21:58.983Z] Step 24/24 : LABEL version=2.0.0-dev.15 [2021-02-25T15:21:58.983Z] ---> Running in 5bf7b9e07112 [2021-02-25T15:21:59.577Z] Removing intermediate container 5bf7b9e07112 [2021-02-25T15:21:59.577Z] ---> 0b7c90c36be8 [2021-02-25T15:21:59.577Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-25T15:21:59.577Z] Successfully built 0b7c90c36be8 [2021-02-25T15:21:59.577Z] 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-02-25T15:22:00.075Z] provisioning config files... [2021-02-25T15:22:00.112Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config1822312058578270151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:22:00.512Z] ---> docker-login.sh [2021-02-25T15:22:00.512Z] nexus3.edgexfoundry.org:10001 [2021-02-25T15:22:00.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:22:01.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:22:01.058Z] Configure a credential helper to remove this warning. See [2021-02-25T15:22:01.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:22:01.058Z] [2021-02-25T15:22:01.058Z] Login Succeeded [2021-02-25T15:22:01.058Z] nexus3.edgexfoundry.org:10002 [2021-02-25T15:22:01.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:22:01.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:22:01.602Z] Configure a credential helper to remove this warning. See [2021-02-25T15:22:01.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:22:01.602Z] [2021-02-25T15:22:01.602Z] Login Succeeded [2021-02-25T15:22:01.602Z] nexus3.edgexfoundry.org:10003 [2021-02-25T15:22:01.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:22:02.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:22:02.148Z] Configure a credential helper to remove this warning. See [2021-02-25T15:22:02.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:22:02.148Z] [2021-02-25T15:22:02.148Z] Login Succeeded [2021-02-25T15:22:02.148Z] nexus3.edgexfoundry.org:10004 [2021-02-25T15:22:02.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:22:02.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:22:02.691Z] Configure a credential helper to remove this warning. See [2021-02-25T15:22:02.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:22:02.691Z] [2021-02-25T15:22:02.691Z] Login Succeeded [2021-02-25T15:22:02.691Z] docker.io [2021-02-25T15:22:02.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T15:22:03.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T15:22:03.558Z] Configure a credential helper to remove this warning. See [2021-02-25T15:22:03.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T15:22:03.558Z] [2021-02-25T15:22:03.558Z] Login Succeeded [2021-02-25T15:22:03.558Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T15:22:03.576Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-25T15:22:03.848Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-02-25T15:22:03.848Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:22:03.848Z] latest [2021-02-25T15:22:03.848Z] 2.0.0-dev.15 [2021-02-25T15:22:03.848Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [2021-02-25T15:22:03.848Z] master [2021-02-25T15:22:03.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:04.371Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:04.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:22:04.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-25T15:22:04.730Z] a91a806cc8df: Preparing [2021-02-25T15:22:04.730Z] 02a88cfff88f: Preparing [2021-02-25T15:22:05.000Z] 02a88cfff88f: Layer already exists [2021-02-25T15:22:08.373Z] a91a806cc8df: Pushed [2021-02-25T15:22:08.373Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:08.715Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:09.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-25T15:22:09.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-25T15:22:09.049Z] a91a806cc8df: Preparing [2021-02-25T15:22:09.049Z] 02a88cfff88f: Preparing [2021-02-25T15:22:09.049Z] a91a806cc8df: Layer already exists [2021-02-25T15:22:09.319Z] 02a88cfff88f: Layer already exists [2021-02-25T15:22:09.319Z] latest: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:09.659Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:09.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.15 [2021-02-25T15:22:09.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-25T15:22:09.990Z] a91a806cc8df: Preparing [2021-02-25T15:22:09.990Z] 02a88cfff88f: Preparing [2021-02-25T15:22:09.990Z] a91a806cc8df: Layer already exists [2021-02-25T15:22:09.990Z] 02a88cfff88f: Layer already exists [2021-02-25T15:22:10.260Z] 2.0.0-dev.15: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:10.600Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:10.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [2021-02-25T15:22:10.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-25T15:22:10.942Z] a91a806cc8df: Preparing [2021-02-25T15:22:10.942Z] 02a88cfff88f: Preparing [2021-02-25T15:22:10.942Z] 02a88cfff88f: Layer already exists [2021-02-25T15:22:10.942Z] a91a806cc8df: Layer already exists [2021-02-25T15:22:11.212Z] de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:11.552Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:22:11.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-02-25T15:22:11.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-25T15:22:11.943Z] a91a806cc8df: Preparing [2021-02-25T15:22:11.943Z] 02a88cfff88f: Preparing [2021-02-25T15:22:12.217Z] 02a88cfff88f: Layer already exists [2021-02-25T15:22:12.217Z] a91a806cc8df: Layer already exists [2021-02-25T15:22:12.217Z] master: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-25T15:22:12.450Z] ===================================================== [Pipeline] echo [2021-02-25T15:22:12.506Z] taggedImages: [2021-02-25T15:22:12.506Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [2021-02-25T15:22:12.506Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-25T15:22:12.506Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.15 [2021-02-25T15:22:12.506Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [2021-02-25T15:22:12.506Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:22:13.054Z] ---> job-cost.sh [2021-02-25T15:22:13.055Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6GI2 [2021-02-25T15:22:18.985Z] lf-activate-venv(): INFO: Adding /tmp/venv-OrHJ/bin to PATH [2021-02-25T15:22:18.985Z] INFO: No Stack... [2021-02-25T15:22:19.247Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T15:22:20.194Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T15:22:20.501Z] + cat /w/workspace/edgex-ui-go/73/archives/cost.csv [2021-02-25T15:22:20.501Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T15:22:20.574Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [2021-02-25T15:22:20.598Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] did not exist. Created. [2021-02-25T15:22:20.598Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T15:22:21.075Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-25T15:22:21.373Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T15:22:21.380Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T15:22:52.022Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T15:24:58.794Z] lf-activate-venv(): INFO: Adding /tmp/venv-6GI2/bin to PATH [2021-02-25T15:24:58.794Z] INFO: No Stack... [2021-02-25T15:24:58.794Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T15:24:59.383Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T15:24:59.717Z] + + cut -d,cat -f6 /w/workspace/edgex-ui-go/73/archives/cost.csv [2021-02-25T15:24:59.717Z] [Pipeline] lock [2021-02-25T15:24:59.825Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [2021-02-25T15:24:59.849Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] did not exist. Created. [2021-02-25T15:24:59.850Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T15:25:00.304Z] /w/workspace/edgex-ui-go/73@tmp/durable-eae318de/script.sh: 1: /w/workspace/edgex-ui-go/73@tmp/durable-eae318de/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-25T15:25:00.646Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T15:25:00.666Z] Warning: overwriting stash ‘stack-cost’ [2021-02-25T15:25:00.860Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T15:25:00.871Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-73-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-02-25T15:25:02.008Z] provisioning config files... [2021-02-25T15:25:02.018Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5321834681107492716tmp [Pipeline] { [Pipeline] sh [2021-02-25T15:25:02.432Z] + set +x [2021-02-25T15:25:02.432Z] + curl -s https://codecov.io/bash [2021-02-25T15:25:02.432Z] + bash -s -- [2021-02-25T15:25:02.696Z] [2021-02-25T15:25:02.696Z] _____ _ [2021-02-25T15:25:02.696Z] / ____| | | [2021-02-25T15:25:02.696Z] | | ___ __| | ___ ___ _____ __ [2021-02-25T15:25:02.696Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-25T15:25:02.696Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-25T15:25:02.696Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-25T15:25:02.696Z] Bash-20210129-7c25fce [2021-02-25T15:25:02.696Z] [2021-02-25T15:25:02.696Z] [2021-02-25T15:25:02.696Z] ==> git version 2.24.3 found [2021-02-25T15:25:02.696Z] ==> 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-02-25T15:25:02.696Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-25T15:25:02.696Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-25T15:25:02.696Z] ==> Jenkins CI detected. [2021-02-25T15:25:02.696Z] project root: . [2021-02-25T15:25:02.696Z] --> token set from env [2021-02-25T15:25:02.696Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-25T15:25:02.696Z] ==> Running gcov in . (disable via -X gcov) [2021-02-25T15:25:02.696Z] ==> Python coveragepy not found [2021-02-25T15:25:02.696Z] ==> Searching for coverage reports in: [2021-02-25T15:25:02.696Z] + . [2021-02-25T15:25:02.696Z] -> Found 1 reports [2021-02-25T15:25:02.696Z] ==> Detecting git/mercurial file structure [2021-02-25T15:25:02.696Z] ==> Reading reports [2021-02-25T15:25:02.696Z] + ./coverage.out bytes=10 [2021-02-25T15:25:02.696Z] ==> Appending adjustments [2021-02-25T15:25:02.696Z] https://docs.codecov.io/docs/fixing-reports [2021-02-25T15:25:02.958Z] + Found adjustments [2021-02-25T15:25:02.958Z] ==> Gzipping contents [2021-02-25T15:25:02.958Z] 4.0K /tmp/codecov.lScsiP.gz [2021-02-25T15:25:02.958Z] ==> Uploading reports [2021-02-25T15:25:02.958Z] url: https://codecov.io [2021-02-25T15:25:02.958Z] query: branch=master&commit=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F73%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-25T15:25:02.958Z] -> Pinging Codecov [2021-02-25T15:25:02.958Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F73%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-25T15:25:03.221Z] -> Uploading to [2021-02-25T15:25:03.221Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-25/FB506323287CE973F263BFD2A0EB1F37/de7c5c3e6b4481bff3e484d1404955fbb7d3e33f/425e8d6a-ff07-41d9-9d81-53189b5f0924.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T152503Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f61b8a4722c756b579640d851aed40ea75384e1c4e74d7c7bce38d080dbece93 [2021-02-25T15:25:03.221Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T15:25:03.221Z] Dload Upload Total Spent Left Speed [2021-02-25T15:25:03.798Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2843 0 0 100 2843 0 6202 --:--:-- --:--:-- --:--:-- 6207 [2021-02-25T15:25:03.798Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] } [2021-02-25T15:25:03.809Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-25T15:25:04.673Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-25T15:25:04.723Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:25:05.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T15:25:05.108Z] [2021-02-25T15:25:05.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:25:05.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T15:25:05.464Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-25T15:25:05.464Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T15:25:05.464Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T15:25:05.464Z] de9db76c5a1d: Pulling fs layer [2021-02-25T15:25:05.464Z] 0eba1c9be4d2: Pulling fs layer [2021-02-25T15:25:05.464Z] 0d57e429df01: Pulling fs layer [2021-02-25T15:25:05.464Z] 4e4be7b47b0d: Pulling fs layer [2021-02-25T15:25:05.464Z] e1f770b5df2f: Pulling fs layer [2021-02-25T15:25:05.464Z] 85a0685a4137: Pulling fs layer [2021-02-25T15:25:05.464Z] 0d57e429df01: Waiting [2021-02-25T15:25:05.464Z] 4e4be7b47b0d: Waiting [2021-02-25T15:25:05.464Z] e1f770b5df2f: Waiting [2021-02-25T15:25:05.464Z] 85a0685a4137: Waiting [2021-02-25T15:25:05.464Z] 0eba1c9be4d2: Waiting [2021-02-25T15:25:05.464Z] 0ef7d3d256c8: Download complete [2021-02-25T15:25:05.464Z] de9db76c5a1d: Verifying Checksum [2021-02-25T15:25:05.464Z] de9db76c5a1d: Download complete [2021-02-25T15:25:05.464Z] 0d57e429df01: Verifying Checksum [2021-02-25T15:25:05.464Z] 0d57e429df01: Download complete [2021-02-25T15:25:05.464Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T15:25:05.464Z] 4e4be7b47b0d: Verifying Checksum [2021-02-25T15:25:05.464Z] 4e4be7b47b0d: Download complete [2021-02-25T15:25:06.039Z] 188c0c94c7c5: Pull complete [2021-02-25T15:25:06.039Z] 0ef7d3d256c8: Pull complete [2021-02-25T15:25:06.302Z] de9db76c5a1d: Pull complete [2021-02-25T15:25:07.697Z] e1f770b5df2f: Verifying Checksum [2021-02-25T15:25:07.697Z] e1f770b5df2f: Download complete [2021-02-25T15:25:09.630Z] 0eba1c9be4d2: Verifying Checksum [2021-02-25T15:25:09.630Z] 0eba1c9be4d2: Download complete [2021-02-25T15:25:09.897Z] 85a0685a4137: Verifying Checksum [2021-02-25T15:25:09.897Z] 85a0685a4137: Download complete [2021-02-25T15:25:15.242Z] 0eba1c9be4d2: Pull complete [2021-02-25T15:25:15.507Z] 0d57e429df01: Pull complete [2021-02-25T15:25:15.507Z] 4e4be7b47b0d: Pull complete [2021-02-25T15:25:18.083Z] e1f770b5df2f: Pull complete [2021-02-25T15:25:26.270Z] 85a0685a4137: Pull complete [2021-02-25T15:25:26.271Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-25T15:25:26.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T15:25:26.271Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-25T15:25:26.452Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:25:26.505Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-25T15:25:27.572Z] $ docker top 6123a5aa68ec978b10bbd9f48fbbb0e4e6a368ab456b3f3e5d088943d9640576 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T15:25:27.790Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-25T15:25:28.086Z] + set -o pipefail [2021-02-25T15:25:28.086Z] + snyk monitor '--org=edgex-jenkins' [2021-02-25T15:25:36.262Z] [2021-02-25T15:25:36.262Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-02-25T15:25:36.262Z] [2021-02-25T15:25:36.262Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/ae0483b5-c6a7-45b3-9f76-d534547a0145 [2021-02-25T15:25:36.262Z] [2021-02-25T15:25:36.262Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-25T15:25:36.262Z] [2021-02-25T15:25:36.262Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-25T15:25:36.262Z] [2021-02-25T15:25:36.262Z] [2021-02-25T15:25:36.262Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-25T15:25:36.262Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-25T15:25:36.275Z] $ docker stop --time=1 6123a5aa68ec978b10bbd9f48fbbb0e4e6a368ab456b3f3e5d088943d9640576 [2021-02-25T15:25:38.478Z] $ docker rm -f 6123a5aa68ec978b10bbd9f48fbbb0e4e6a368ab456b3f3e5d088943d9640576 [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-02-25T15:25:40.009Z] + git log --format=format:%s -1 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:25:40.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T15:25:40.318Z] . [Pipeline] withDockerContainer [2021-02-25T15:25:40.415Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:25:40.456Z] $ 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-02-25T15:25:41.317Z] $ docker top c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T15:25:41.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T15:25:41.624Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T15:25:41.865Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T15:25:41.866Z] $ docker exec c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f ssh-agent [2021-02-25T15:25:42.043Z] SSH_AUTH_SOCK=/tmp/ssh-BVuIShnYdcDq/agent.12 [2021-02-25T15:25:42.043Z] SSH_AGENT_PID=18 [2021-02-25T15:25:42.050Z] Running ssh-add (command line suppressed) [2021-02-25T15:25:42.187Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5453306318220478501.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5453306318220478501.key) [2021-02-25T15:25:42.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T15:25:42.577Z] + git semver tag [2021-02-25T15:25:42.577Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T15:25:42.577Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-25T15:25:42.577Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-25T15:25:42.577Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T15:25:42.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T15:25:42.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T15:25:42.577Z] # $SEMVER_BRANCH = master [2021-02-25T15:25:42.577Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-25T15:25:42.577Z] # de7c5c3e6b4481bff3e484d1404955fbb7d3e33f HEAD [2021-02-25T15:25:42.577Z] # -> Force: false [2021-02-25T15:25:42.577Z] # ad31b86ebdbc7623179b2a2dd1e91010bcb793b2 refs/tags/v2.0.0-dev.15 [Pipeline] } [2021-02-25T15:25:42.587Z] $ docker exec --env ******** --env ******** c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f ssh-agent -k [2021-02-25T15:25:42.707Z] unset SSH_AUTH_SOCK; [2021-02-25T15:25:42.707Z] unset SSH_AGENT_PID; [2021-02-25T15:25:42.707Z] echo Agent pid 18 killed; [2021-02-25T15:25:42.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T15:25:43.381Z] + git semver [Pipeline] } [2021-02-25T15:25:43.403Z] $ docker stop --time=1 c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f [2021-02-25T15:25:44.770Z] $ docker rm -f c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:25:45.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T15:25:45.438Z] [2021-02-25T15:25:45.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:25:45.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T15:25:45.783Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-25T15:25:45.784Z] ab5ef0e58194: Pulling fs layer [2021-02-25T15:25:45.784Z] 9712f1f96733: Pulling fs layer [2021-02-25T15:25:45.784Z] 63f879dbbcfc: Pulling fs layer [2021-02-25T15:25:45.784Z] 0d9ebad4ef96: Pulling fs layer [2021-02-25T15:25:45.784Z] e9a5061849ea: Pulling fs layer [2021-02-25T15:25:45.784Z] d747dcd14b5f: Pulling fs layer [2021-02-25T15:25:45.784Z] 2de7ff778b66: Pulling fs layer [2021-02-25T15:25:45.784Z] d747dcd14b5f: Waiting [2021-02-25T15:25:45.784Z] e9a5061849ea: Waiting [2021-02-25T15:25:45.784Z] 2de7ff778b66: Waiting [2021-02-25T15:25:45.784Z] 0d9ebad4ef96: Waiting [2021-02-25T15:25:45.784Z] 9712f1f96733: Verifying Checksum [2021-02-25T15:25:45.784Z] 9712f1f96733: Download complete [2021-02-25T15:25:47.708Z] 63f879dbbcfc: Verifying Checksum [2021-02-25T15:25:47.709Z] 63f879dbbcfc: Download complete [2021-02-25T15:25:47.972Z] e9a5061849ea: Verifying Checksum [2021-02-25T15:25:47.972Z] e9a5061849ea: Download complete [2021-02-25T15:25:47.972Z] d747dcd14b5f: Download complete [2021-02-25T15:25:48.237Z] 2de7ff778b66: Verifying Checksum [2021-02-25T15:25:48.238Z] 2de7ff778b66: Download complete [2021-02-25T15:25:48.815Z] 0d9ebad4ef96: Verifying Checksum [2021-02-25T15:25:48.815Z] 0d9ebad4ef96: Download complete [2021-02-25T15:25:48.815Z] ab5ef0e58194: Verifying Checksum [2021-02-25T15:25:48.815Z] ab5ef0e58194: Download complete [2021-02-25T15:25:53.056Z] ab5ef0e58194: Pull complete [2021-02-25T15:25:53.056Z] 9712f1f96733: Pull complete [2021-02-25T15:25:56.381Z] 63f879dbbcfc: Pull complete [2021-02-25T15:26:03.024Z] 0d9ebad4ef96: Pull complete [2021-02-25T15:26:03.992Z] e9a5061849ea: Pull complete [2021-02-25T15:26:03.992Z] d747dcd14b5f: Pull complete [2021-02-25T15:26:06.590Z] 2de7ff778b66: Pull complete [2021-02-25T15:26:06.590Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-25T15:26:06.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T15:26:06.590Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-25T15:26:06.778Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:26:06.841Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-25T15:26:11.130Z] $ docker top 40089c4bb4b8f6f2377e5de5904cee012035531e3b226d8e74c3a9a7ae689db3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-25T15:26:11.340Z] provisioning config files... [2021-02-25T15:26:11.352Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5064102997274529611tmp [2021-02-25T15:26:11.371Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4116785146586632796tmp [2021-02-25T15:26:11.389Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6811018916881157869tmp [Pipeline] { [Pipeline] echo [2021-02-25T15:26:11.440Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:26:11.740Z] ---> sigul-configuration.sh [2021-02-25T15:26:11.740Z] gpg: directory `/root/.gnupg' created [2021-02-25T15:26:11.740Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-25T15:26:11.740Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-25T15:26:11.740Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-25T15:26:11.740Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-25T15:26:11.740Z] gpg: CAST5 encrypted data [2021-02-25T15:26:12.003Z] gpg: encrypted with 1 passphrase [2021-02-25T15:26:12.003Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-25T15:26:12.319Z] + mkdir /home/jenkins [2021-02-25T15:26:12.319Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-25T15:26:12.623Z] + 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-02-25T15:26:12.634Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:26:12.935Z] ---> sigul-install.sh [2021-02-25T15:26:19.541Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-25T15:26:19.839Z] + git tag --list [2021-02-25T15:26:19.839Z] 0.1.1 [2021-02-25T15:26:19.839Z] v1.1.0 [2021-02-25T15:26:19.839Z] v1.2.0 [2021-02-25T15:26:19.839Z] v1.2.1 [2021-02-25T15:26:19.839Z] v1.3.0 [2021-02-25T15:26:19.839Z] v2.0.0-dev.1 [2021-02-25T15:26:19.839Z] v2.0.0-dev.10 [2021-02-25T15:26:19.839Z] v2.0.0-dev.11 [2021-02-25T15:26:19.839Z] v2.0.0-dev.12 [2021-02-25T15:26:19.839Z] v2.0.0-dev.13 [2021-02-25T15:26:19.839Z] v2.0.0-dev.14 [2021-02-25T15:26:19.839Z] v2.0.0-dev.15 [2021-02-25T15:26:19.839Z] v2.0.0-dev.2 [2021-02-25T15:26:19.839Z] v2.0.0-dev.3 [2021-02-25T15:26:19.839Z] v2.0.0-dev.4 [2021-02-25T15:26:19.839Z] v2.0.0-dev.5 [2021-02-25T15:26:19.839Z] v2.0.0-dev.6 [2021-02-25T15:26:19.839Z] v2.0.0-dev.7 [2021-02-25T15:26:19.839Z] v2.0.0-dev.8 [2021-02-25T15:26:19.839Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-25T15:26:20.142Z] + lftools sign git-tag v2.0.0-dev.15 [2021-02-25T15:26:21.536Z] Signing Git tag with Sigul... [2021-02-25T15:26:21.536Z] Signing v2.0.0-dev.15 [Pipeline] echo [2021-02-25T15:26:22.943Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:26:23.242Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-25T15:26:23.252Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-25T15:26:23.354Z] $ docker stop --time=1 40089c4bb4b8f6f2377e5de5904cee012035531e3b226d8e74c3a9a7ae689db3 [2021-02-25T15:26:25.466Z] $ docker rm -f 40089c4bb4b8f6f2377e5de5904cee012035531e3b226d8e74c3a9a7ae689db3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:26:26.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T15:26:26.433Z] . [Pipeline] withDockerContainer [2021-02-25T15:26:26.540Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:26:26.581Z] $ 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-02-25T15:26:27.353Z] $ docker top 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T15:26:27.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T15:26:27.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T15:26:27.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T15:26:27.881Z] $ docker exec 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 ssh-agent [2021-02-25T15:26:28.072Z] SSH_AUTH_SOCK=/tmp/ssh-K5YxavmTLmnx/agent.12 [2021-02-25T15:26:28.072Z] SSH_AGENT_PID=17 [2021-02-25T15:26:28.079Z] Running ssh-add (command line suppressed) [2021-02-25T15:26:28.217Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8108932856482765671.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8108932856482765671.key) [2021-02-25T15:26:28.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T15:26:28.648Z] + git semver bump pre [2021-02-25T15:26:28.648Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T15:26:28.648Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-25T15:26:28.648Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-25T15:26:28.648Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T15:26:28.648Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T15:26:28.648Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T15:26:28.648Z] # $SEMVER_BRANCH = master [2021-02-25T15:26:28.648Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-25T15:26:28.648Z] 2.0.0-dev.16 [Pipeline] } [2021-02-25T15:26:28.658Z] $ docker exec --env ******** --env ******** 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 ssh-agent -k [2021-02-25T15:26:28.778Z] unset SSH_AUTH_SOCK; [2021-02-25T15:26:28.779Z] unset SSH_AGENT_PID; [2021-02-25T15:26:28.779Z] echo Agent pid 17 killed; [2021-02-25T15:26:28.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T15:26:29.291Z] + git semver [Pipeline] } [2021-02-25T15:26:29.306Z] $ docker stop --time=1 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 [2021-02-25T15:26:30.667Z] $ docker rm -f 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:26:31.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T15:26:31.303Z] . [Pipeline] withDockerContainer [2021-02-25T15:26:31.438Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:26:31.505Z] $ 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-02-25T15:26:32.223Z] $ docker top 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T15:26:32.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T15:26:32.547Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T15:26:32.758Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T15:26:32.759Z] $ docker exec 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db ssh-agent [2021-02-25T15:26:32.948Z] SSH_AUTH_SOCK=/tmp/ssh-FMXY6VJt2PwX/agent.13 [2021-02-25T15:26:32.948Z] SSH_AGENT_PID=18 [2021-02-25T15:26:32.954Z] Running ssh-add (command line suppressed) [2021-02-25T15:26:33.099Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7376416316920553008.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7376416316920553008.key) [2021-02-25T15:26:33.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T15:26:33.503Z] + git semver push [2021-02-25T15:26:33.503Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T15:26:33.503Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-25T15:26:33.503Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-25T15:26:33.503Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T15:26:33.503Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T15:26:33.503Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T15:26:33.503Z] # $SEMVER_BRANCH = master [2021-02-25T15:26:33.503Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-25T15:26:40.113Z] $ docker exec --env ******** --env ******** 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db ssh-agent -k [2021-02-25T15:26:40.260Z] unset SSH_AUTH_SOCK; [2021-02-25T15:26:40.260Z] unset SSH_AGENT_PID; [2021-02-25T15:26:40.260Z] echo Agent pid 18 killed; [2021-02-25T15:26:40.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T15:26:40.863Z] + git semver [Pipeline] } [2021-02-25T15:26:40.879Z] $ docker stop --time=1 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db [2021-02-25T15:26:42.240Z] $ docker rm -f 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db [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-02-25T15:26:43.593Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:26:44.193Z] ---> package-listing.sh [2021-02-25T15:26:44.193Z] ++ facter osfamily [2021-02-25T15:26:44.193Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T15:26:44.193Z] + OS_FAMILY=redhat [2021-02-25T15:26:44.193Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-25T15:26:44.193Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T15:26:44.193Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T15:26:44.193Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T15:26:44.193Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T15:26:44.193Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-25T15:26:44.193Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T15:26:44.193Z] + case "${OS_FAMILY}" in [2021-02-25T15:26:44.193Z] + rpm -qa [2021-02-25T15:26:44.193Z] + sort [2021-02-25T15:26:49.508Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T15:26:49.508Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T15:26:49.508Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T15:26:49.508Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-25T15:26:49.508Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-02-25T15:26:49.508Z] + 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-02-25T15:26:49.521Z] 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-02-25T15:26:49.817Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:26:50.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T15:26:50.198Z] [2021-02-25T15:26:50.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:26:50.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T15:26:50.553Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T15:26:50.553Z] df20fa9351a1: Pulling fs layer [2021-02-25T15:26:50.553Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T15:26:50.553Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T15:26:50.553Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T15:26:50.553Z] 93b61091891f: Pulling fs layer [2021-02-25T15:26:50.553Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T15:26:50.553Z] 5e14af77c1be: Pulling fs layer [2021-02-25T15:26:50.553Z] 01666e4c0597: Pulling fs layer [2021-02-25T15:26:50.553Z] aa168da1d23b: Pulling fs layer [2021-02-25T15:26:50.553Z] 46f8f816bc3b: Waiting [2021-02-25T15:26:50.553Z] 93b61091891f: Waiting [2021-02-25T15:26:50.553Z] 93b9cdb0e59b: Waiting [2021-02-25T15:26:50.553Z] 01666e4c0597: Waiting [2021-02-25T15:26:50.553Z] 5e14af77c1be: Waiting [2021-02-25T15:26:50.553Z] aa168da1d23b: Waiting [2021-02-25T15:26:50.553Z] 36b3adc4ff6f: Download complete [2021-02-25T15:26:50.553Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T15:26:50.553Z] 46f8f816bc3b: Download complete [2021-02-25T15:26:50.819Z] df20fa9351a1: Verifying Checksum [2021-02-25T15:26:50.819Z] df20fa9351a1: Download complete [2021-02-25T15:26:50.819Z] 93b9cdb0e59b: Download complete [2021-02-25T15:26:50.819Z] 5e14af77c1be: Verifying Checksum [2021-02-25T15:26:50.819Z] 5e14af77c1be: Download complete [2021-02-25T15:26:50.819Z] 01666e4c0597: Verifying Checksum [2021-02-25T15:26:50.819Z] 01666e4c0597: Download complete [2021-02-25T15:26:50.819Z] 93b61091891f: Verifying Checksum [2021-02-25T15:26:50.819Z] 93b61091891f: Download complete [2021-02-25T15:26:50.819Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T15:26:50.819Z] 8ad3a11d3b57: Download complete [2021-02-25T15:26:51.081Z] df20fa9351a1: Pull complete [2021-02-25T15:26:51.347Z] 36b3adc4ff6f: Pull complete [2021-02-25T15:26:53.278Z] aa168da1d23b: Verifying Checksum [2021-02-25T15:26:53.278Z] aa168da1d23b: Download complete [2021-02-25T15:26:53.278Z] 8ad3a11d3b57: Pull complete [2021-02-25T15:26:53.278Z] 46f8f816bc3b: Pull complete [2021-02-25T15:26:53.856Z] 93b61091891f: Pull complete [2021-02-25T15:26:53.856Z] 93b9cdb0e59b: Pull complete [2021-02-25T15:26:53.856Z] 5e14af77c1be: Pull complete [2021-02-25T15:26:54.122Z] 01666e4c0597: Pull complete [2021-02-25T15:27:02.295Z] aa168da1d23b: Pull complete [2021-02-25T15:27:02.295Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T15:27:02.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T15:27:02.295Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T15:27:02.461Z] prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container [2021-02-25T15:27:02.504Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T15:27:05.129Z] $ docker top b333ed404cd0c30e9e7a5ef049335cc61da806e815ea238b2da460d481006874 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:27:05.651Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T15:27:05.950Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T15:27:06.245Z] + ls /var/log/sa-host [2021-02-25T15:27:06.245Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T15:27:06.245Z] file_magic: OK [2021-02-25T15:27:06.245Z] HZ: Using current value: 100 [2021-02-25T15:27:06.245Z] file_header: OK [2021-02-25T15:27:06.245Z] 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-02-25T15:27:06.245Z] Statistics: [2021-02-25T15:27:06.245Z] Hnuu...uuuununununu... [2021-02-25T15:27:06.245Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T15:27:06.245Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T15:27:06.245Z] file_magic: OK [2021-02-25T15:27:06.245Z] HZ: Using current value: 100 [2021-02-25T15:27:06.245Z] file_header: OK [2021-02-25T15:27:06.245Z] 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-02-25T15:27:06.245Z] Statistics: [2021-02-25T15:27:06.245Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T15:27:06.245Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T15:27:06.465Z] provisioning config files... [2021-02-25T15:27:06.480Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8145720984309300059tmp [Pipeline] { [Pipeline] echo [2021-02-25T15:27:06.554Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:27:06.848Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T15:27:06.857Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T15:27:06.945Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:27:07.240Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T15:27:07.251Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:27:07.544Z] ---> sudo-logs.sh [2021-02-25T15:27:07.544Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T15:27:07.618Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:27:07.911Z] ---> job-cost.sh [2021-02-25T15:27:07.911Z] lf-activate-venv: SKIPPING [2021-02-25T15:27:07.911Z] DEBUG: total: 0.20999999344348907 [2021-02-25T15:27:07.911Z] INFO: Retrieving Stack Cost... [2021-02-25T15:27:08.856Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T15:27:09.436Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T15:27:09.449Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:27:09.741Z] ---> logs-deploy.sh [2021-02-25T15:27:09.741Z] lf-activate-venv: SKIPPING [2021-02-25T15:27:09.741Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/73 [2021-02-25T15:27:09.741Z] INFO: archiving workspace using pattern(s): [2021-02-25T15:27:11.660Z] Archives upload complete. [2021-02-25T15:27:11.660Z] INFO: archiving logs to Nexus [2021-02-25T15:27:12.721Z] ---> uname -a: [2021-02-25T15:27:12.721Z] Linux prd-centos7-docker-4c-2g-27668.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-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> lscpu: [2021-02-25T15:27:12.721Z] Architecture: x86_64 [2021-02-25T15:27:12.721Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-25T15:27:12.721Z] Byte Order: Little Endian [2021-02-25T15:27:12.721Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-25T15:27:12.721Z] CPU(s): 4 [2021-02-25T15:27:12.721Z] On-line CPU(s) list: 0-3 [2021-02-25T15:27:12.721Z] Thread(s) per core: 1 [2021-02-25T15:27:12.721Z] Core(s) per socket: 1 [2021-02-25T15:27:12.721Z] Socket(s): 4 [2021-02-25T15:27:12.721Z] NUMA node(s): 1 [2021-02-25T15:27:12.721Z] Vendor ID: GenuineIntel [2021-02-25T15:27:12.721Z] CPU family: 6 [2021-02-25T15:27:12.721Z] Model: 44 [2021-02-25T15:27:12.721Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-25T15:27:12.721Z] Stepping: 1 [2021-02-25T15:27:12.721Z] CPU MHz: 2933.436 [2021-02-25T15:27:12.721Z] BogoMIPS: 5866.87 [2021-02-25T15:27:12.721Z] Virtualization: VT-x [2021-02-25T15:27:12.721Z] Hypervisor vendor: KVM [2021-02-25T15:27:12.721Z] Virtualization type: full [2021-02-25T15:27:12.721Z] L1d cache: 128 KiB [2021-02-25T15:27:12.721Z] L1i cache: 128 KiB [2021-02-25T15:27:12.721Z] L2 cache: 16 MiB [2021-02-25T15:27:12.721Z] L3 cache: 64 MiB [2021-02-25T15:27:12.721Z] NUMA node0 CPU(s): 0-3 [2021-02-25T15:27:12.721Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-25T15:27:12.721Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-25T15:27:12.721Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-25T15:27:12.721Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-25T15:27:12.721Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-25T15:27:12.721Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-25T15:27:12.721Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-25T15:27:12.721Z] Vulnerability Srbds: Not affected [2021-02-25T15:27:12.721Z] Vulnerability Tsx async abort: Not affected [2021-02-25T15:27:12.721Z] 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-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> nproc: [2021-02-25T15:27:12.721Z] 4 [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> df -h: [2021-02-25T15:27:12.721Z] Filesystem Size Used Available Use% Mounted on [2021-02-25T15:27:12.721Z] overlay 50.0G 8.6G 41.4G 17% / [2021-02-25T15:27:12.721Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-25T15:27:12.721Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-25T15:27:12.721Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-02-25T15:27:12.721Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> free -m: [2021-02-25T15:27:12.721Z] total used free shared buff/cache available [2021-02-25T15:27:12.721Z] Mem: 1837 816 142 0 878 957 [2021-02-25T15:27:12.721Z] Swap: 1023 3 1020 [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> ip addr: [2021-02-25T15:27:12.721Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-25T15:27:12.721Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-25T15:27:12.721Z] inet 127.0.0.1/8 scope host lo [2021-02-25T15:27:12.721Z] valid_lft forever preferred_lft forever [2021-02-25T15:27:12.721Z] inet6 ::1/128 scope host [2021-02-25T15:27:12.721Z] valid_lft forever preferred_lft forever [2021-02-25T15:27:12.721Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-25T15:27:12.721Z] link/ether fa:16:3e:9c:06:a7 brd ff:ff:ff:ff:ff:ff [2021-02-25T15:27:12.721Z] inet 10.30.122.5/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-25T15:27:12.721Z] valid_lft 85727sec preferred_lft 85727sec [2021-02-25T15:27:12.721Z] inet6 fe80::f816:3eff:fe9c:6a7/64 scope link [2021-02-25T15:27:12.721Z] valid_lft forever preferred_lft forever [2021-02-25T15:27:12.721Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-25T15:27:12.721Z] link/ether 02:42:95:da:d7:13 brd ff:ff:ff:ff:ff:ff [2021-02-25T15:27:12.721Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-25T15:27:12.721Z] valid_lft forever preferred_lft forever [2021-02-25T15:27:12.721Z] inet6 fe80::42:95ff:feda:d713/64 scope link [2021-02-25T15:27:12.721Z] valid_lft forever preferred_lft forever [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> sar -b -r -n DEV: [2021-02-25T15:27:12.721Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] 15:15:48 LINUX RESTART (4 CPU) [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] 15:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-25T15:27:12.721Z] 15:18:02 2.93 0.03 2.90 0.00 1.07 105.98 0.00 [2021-02-25T15:27:12.721Z] 15:19:01 0.37 0.00 0.37 0.00 0.00 6.22 0.00 [2021-02-25T15:27:12.721Z] 15:20:01 0.32 0.00 0.32 0.00 0.00 3.76 0.00 [2021-02-25T15:27:12.721Z] 15:21:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-02-25T15:27:12.721Z] 15:22:01 0.32 0.00 0.32 0.00 0.00 4.23 0.00 [2021-02-25T15:27:12.721Z] 15:23:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 [2021-02-25T15:27:12.721Z] 15:24:01 0.23 0.00 0.23 0.00 0.00 1.87 0.00 [2021-02-25T15:27:12.721Z] 15:25:01 0.37 0.00 0.37 0.00 0.00 5.80 0.00 [2021-02-25T15:27:12.721Z] 15:26:01 370.82 182.71 188.11 0.00 9275.96 56710.08 0.00 [2021-02-25T15:27:12.721Z] 15:27:01 226.32 109.58 116.74 0.00 7795.18 27890.67 0.00 [2021-02-25T15:27:12.721Z] Average: 60.39 29.32 31.07 0.00 1711.98 8497.60 0.00 [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] 15:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-25T15:27:12.721Z] 15:18:02 150260 0 611280 32.49 2620 1117384 1090476 37.22 390488 1141048 12 [2021-02-25T15:27:12.721Z] 15:19:01 156568 0 604964 32.15 2620 1117392 1070296 36.53 388996 1137536 8 [2021-02-25T15:27:12.721Z] 15:20:01 154016 0 607512 32.29 2620 1117396 1070428 36.53 403272 1125688 8 [2021-02-25T15:27:12.721Z] 15:21:01 153284 0 608244 32.33 2620 1117396 1070296 36.53 403544 1126780 12 [2021-02-25T15:27:12.721Z] 15:22:01 151572 0 609948 32.42 2620 1117404 1070392 36.53 414288 1117568 8 [2021-02-25T15:27:12.721Z] 15:23:01 152140 0 609376 32.39 2620 1117408 1070296 36.53 417032 1114204 8 [2021-02-25T15:27:12.721Z] 15:24:01 152264 0 609248 32.38 2620 1117412 1070296 36.53 417168 1114204 8 [2021-02-25T15:27:12.721Z] 15:25:01 151976 0 609532 32.40 2620 1117416 1070296 36.53 417172 1114204 8 [2021-02-25T15:27:12.721Z] 15:26:01 168000 0 771996 41.03 2160 939388 1292772 44.12 539600 852552 92688 [2021-02-25T15:27:12.721Z] 15:27:01 239288 0 778424 41.37 952 862880 1099232 37.51 518116 770032 56412 [2021-02-25T15:27:12.721Z] Average: 162937 0 642052 34.12 2407 1074148 1097478 37.46 430968 1061382 14917 [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] 15:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-25T15:27:12.721Z] 15:18:02 eth0 3.98 1.58 3.28 0.29 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:19:01 eth0 0.37 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:20:01 eth0 1.48 0.75 0.63 0.38 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:21:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:22:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:24:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:25:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:26:01 eth0 891.50 786.13 7391.20 111.95 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:26:01 docker0 38.79 36.50 3.78 105.24 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:27:01 eth0 335.05 259.03 2446.32 78.47 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] 15:27:01 docker0 33.72 47.33 1.93 218.34 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] Average: eth0 123.65 105.11 987.01 19.18 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] Average: docker0 7.27 8.41 0.57 32.45 0.00 0.00 0.00 0.00 [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] ---> sar -P ALL: [2021-02-25T15:27:12.721Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] 15:15:48 LINUX RESTART (4 CPU) [2021-02-25T15:27:12.721Z] [2021-02-25T15:27:12.721Z] 15:17:01 CPU %user %nice %system %iowait %steal %idle [2021-02-25T15:27:12.721Z] 15:18:02 all 0.20 0.00 0.06 0.00 0.00 99.73 [2021-02-25T15:27:12.721Z] 15:18:02 0 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-25T15:27:12.721Z] 15:18:02 1 0.15 0.00 0.12 0.00 0.02 99.72 [2021-02-25T15:27:12.721Z] 15:18:02 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-02-25T15:27:12.722Z] 15:18:02 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-25T15:27:12.722Z] 15:19:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2021-02-25T15:27:12.722Z] 15:19:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-25T15:27:12.722Z] 15:19:01 1 0.07 0.00 0.07 0.00 0.00 99.86 [2021-02-25T15:27:12.722Z] 15:19:01 2 0.52 0.00 0.03 0.00 0.00 99.44 [2021-02-25T15:27:12.722Z] 15:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-25T15:27:12.722Z] 15:20:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-02-25T15:27:12.722Z] 15:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-25T15:27:12.722Z] 15:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-25T15:27:12.722Z] 15:20:01 2 0.30 0.00 0.08 0.00 0.00 99.62 [2021-02-25T15:27:12.722Z] 15:20:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-25T15:27:12.722Z] 15:21:01 all 0.04 0.00 0.06 0.00 0.01 99.89 [2021-02-25T15:27:12.722Z] 15:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-25T15:27:12.722Z] 15:21:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-25T15:27:12.722Z] 15:21:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-02-25T15:27:12.722Z] 15:21:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-25T15:27:12.722Z] 15:22:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-25T15:27:12.722Z] 15:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-25T15:27:12.722Z] 15:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-25T15:27:12.722Z] 15:22:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-02-25T15:27:12.722Z] 15:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-25T15:27:12.722Z] 15:23:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-25T15:27:12.722Z] 15:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-25T15:27:12.722Z] 15:23:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2021-02-25T15:27:12.722Z] 15:23:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2021-02-25T15:27:12.722Z] 15:23:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-25T15:27:12.722Z] 15:24:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-25T15:27:12.722Z] 15:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-25T15:27:12.722Z] 15:24:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-25T15:27:12.722Z] 15:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-25T15:27:12.722Z] 15:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-25T15:27:12.722Z] 15:25:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-25T15:27:12.722Z] 15:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-25T15:27:12.722Z] 15:25:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-25T15:27:12.722Z] 15:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-25T15:27:12.722Z] 15:25:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-25T15:27:12.722Z] 15:26:01 all 16.38 0.00 11.94 4.35 0.21 67.12 [2021-02-25T15:27:12.722Z] 15:26:01 0 15.96 0.00 12.32 5.87 0.21 65.64 [2021-02-25T15:27:12.722Z] 15:26:01 1 16.21 0.00 12.22 3.22 0.21 68.14 [2021-02-25T15:27:12.722Z] 15:26:01 2 16.79 0.00 12.33 3.81 0.23 66.85 [2021-02-25T15:27:12.722Z] 15:26:01 3 16.57 0.00 10.89 4.51 0.21 67.83 [2021-02-25T15:27:12.722Z] 15:27:01 all 10.18 0.00 7.60 4.22 0.14 77.86 [2021-02-25T15:27:12.722Z] 15:27:01 0 9.39 0.00 7.00 2.57 0.14 80.90 [2021-02-25T15:27:12.722Z] 15:27:01 1 8.63 0.00 7.63 5.85 0.14 77.76 [2021-02-25T15:27:12.722Z] 15:27:01 2 10.64 0.00 8.08 4.59 0.15 76.54 [2021-02-25T15:27:12.722Z] 15:27:01 3 12.08 0.00 7.70 3.87 0.12 76.23 [2021-02-25T15:27:12.722Z] Average: all 2.70 0.00 1.94 0.84 0.04 94.48 [2021-02-25T15:27:12.722Z] Average: 0 2.50 0.00 1.90 0.82 0.04 94.74 [2021-02-25T15:27:12.722Z] Average: 1 2.61 0.00 1.98 0.89 0.04 94.49 [2021-02-25T15:27:12.722Z] Average: 2 2.89 0.00 2.03 0.82 0.04 94.21 [2021-02-25T15:27:12.722Z] Average: 3 2.82 0.00 1.84 0.82 0.03 94.49 [2021-02-25T15:27:12.722Z] [2021-02-25T15:27:12.722Z] [2021-02-25T15:27:12.722Z]