Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 90967dc4090d37bd76220bfe9e4fc5ca3976471c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-780 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Checking out Revision 90967dc4090d37bd76220bfe9e4fc5ca3976471c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 Commit message: "feat: new ui built product" > git rev-list --no-walk 0fddb130ccdf9188f7180d3988231e9d15448596 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T10:23:42.282Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T10:23:42.392Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T10:23:42.418Z] ========================================================= [2021-04-19T10:23:42.418Z] EdgeX Global Pipelines Version Info [2021-04-19T10:23:42.419Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:23:43.972Z] ------------------- [2021-04-19T10:23:43.972Z] stable info: [2021-04-19T10:23:43.972Z] ------------------- [2021-04-19T10:23:43.972Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T10:23:43.972Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T10:23:43.972Z] Message: update stable to v1.0.186 [2021-04-19T10:23:44.919Z] ------------------- [2021-04-19T10:23:44.919Z] experimental info: [2021-04-19T10:23:44.919Z] ------------------- [2021-04-19T10:23:44.919Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T10:23:44.919Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T10:23:44.919Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T10:23:45.053Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-19T10:23:45.075Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-19T10:23:45.097Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T10:23:45.121Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T10:23:45.152Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T10:23:45.173Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T10:23:45.196Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T10:23:45.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T10:23:45.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T10:23:45.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T10:23:45.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T10:23:45.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-19T10:23:45.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T10:23:45.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T10:23:45.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T10:23:45.424Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T10:23:45.446Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T10:23:45.490Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T10:23:45.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T10:23:45.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T10:23:45.557Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T10:23:45.583Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T10:23:45.608Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T10:23:45.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T10:23:45.676Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T10:23:45.719Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T10:23:45.784Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T10:23:45.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T10:23:45.871Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T10:23:45.916Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] echo [2021-04-19T10:23:45.959Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90967dc [Pipeline] echo [2021-04-19T10:23:45.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T10:23:46.057Z] provisioning config files... [2021-04-19T10:23:46.093Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5890065942345286459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:23:46.444Z] ---> docker-login.sh [2021-04-19T10:23:46.444Z] nexus3.edgexfoundry.org:10001 [2021-04-19T10:23:46.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:23:46.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:23:46.981Z] Configure a credential helper to remove this warning. See [2021-04-19T10:23:46.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:23:46.981Z] [2021-04-19T10:23:46.981Z] Login Succeeded [2021-04-19T10:23:46.981Z] nexus3.edgexfoundry.org:10002 [2021-04-19T10:23:47.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:23:47.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:23:47.245Z] Configure a credential helper to remove this warning. See [2021-04-19T10:23:47.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:23:47.245Z] [2021-04-19T10:23:47.245Z] Login Succeeded [2021-04-19T10:23:47.245Z] nexus3.edgexfoundry.org:10003 [2021-04-19T10:23:47.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:23:47.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:23:47.510Z] Configure a credential helper to remove this warning. See [2021-04-19T10:23:47.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:23:47.510Z] [2021-04-19T10:23:47.510Z] Login Succeeded [2021-04-19T10:23:47.510Z] nexus3.edgexfoundry.org:10004 [2021-04-19T10:23:47.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:23:47.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:23:47.510Z] Configure a credential helper to remove this warning. See [2021-04-19T10:23:47.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:23:47.510Z] [2021-04-19T10:23:47.510Z] Login Succeeded [2021-04-19T10:23:47.510Z] docker.io [2021-04-19T10:23:47.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:23:48.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:23:48.037Z] Configure a credential helper to remove this warning. See [2021-04-19T10:23:48.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:23:48.037Z] [2021-04-19T10:23:48.037Z] Login Succeeded [2021-04-19T10:23:48.037Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T10:23:48.048Z] 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-04-19T10:23:48.507Z] + git log --format=format:%s -1 90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] echo [2021-04-19T10:23:48.585Z] GIT_COMMIT: 90967dc4090d37bd76220bfe9e4fc5ca3976471c, Commit Message: feat: new ui built product [Pipeline] echo [2021-04-19T10:23:48.598Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:23:49.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T10:23:49.521Z] [2021-04-19T10:23:49.521Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:23:49.846Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T10:23:49.846Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T10:23:49.846Z] 31603596830f: Pulling fs layer [2021-04-19T10:23:49.846Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T10:23:49.846Z] 6ca5941a6612: Pulling fs layer [2021-04-19T10:23:49.846Z] ecc8261a40a4: Pulling fs layer [2021-04-19T10:23:49.846Z] ecc8261a40a4: Waiting [2021-04-19T10:23:49.846Z] 2a8b12db71e7: Download complete [2021-04-19T10:23:49.846Z] 31603596830f: Verifying Checksum [2021-04-19T10:23:49.846Z] 31603596830f: Download complete [2021-04-19T10:23:50.114Z] 6ca5941a6612: Verifying Checksum [2021-04-19T10:23:50.114Z] 6ca5941a6612: Download complete [2021-04-19T10:23:50.114Z] ecc8261a40a4: Verifying Checksum [2021-04-19T10:23:50.114Z] ecc8261a40a4: Download complete [2021-04-19T10:23:50.377Z] 31603596830f: Pull complete [2021-04-19T10:23:50.377Z] 2a8b12db71e7: Pull complete [2021-04-19T10:23:51.332Z] 6ca5941a6612: Pull complete [2021-04-19T10:23:51.597Z] ecc8261a40a4: Pull complete [2021-04-19T10:23:51.597Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T10:23:51.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T10:23:51.597Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T10:23:51.722Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:23:51.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T10:23:53.942Z] $ docker top cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T10:23:54.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T10:23:54.136Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T10:23:54.395Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T10:23:54.407Z] $ docker exec cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent [2021-04-19T10:23:54.593Z] SSH_AUTH_SOCK=/tmp/ssh-CXyroWEdDspn/agent.12 [2021-04-19T10:23:54.593Z] SSH_AGENT_PID=17 [2021-04-19T10:23:54.605Z] Running ssh-add (command line suppressed) [2021-04-19T10:23:54.746Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7217178862323132424.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7217178862323132424.key) [2021-04-19T10:23:54.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T10:23:55.107Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T10:23:55.138Z] $ docker exec --env ******** --env ******** cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent -k [2021-04-19T10:23:55.259Z] unset SSH_AUTH_SOCK; [2021-04-19T10:23:55.260Z] unset SSH_AGENT_PID; [2021-04-19T10:23:55.260Z] echo Agent pid 17 killed; [2021-04-19T10:23:55.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T10:23:55.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T10:23:55.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T10:23:55.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T10:23:55.547Z] $ docker exec cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent [2021-04-19T10:23:55.715Z] SSH_AUTH_SOCK=/tmp/ssh-4v4Sg6DA5iWr/agent.46 [2021-04-19T10:23:55.715Z] SSH_AGENT_PID=52 [2021-04-19T10:23:55.722Z] Running ssh-add (command line suppressed) [2021-04-19T10:23:55.853Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7279708986808769164.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7279708986808769164.key) [2021-04-19T10:23:55.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T10:23:56.203Z] + git semver init [2021-04-19T10:23:56.203Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T10:23:56.203Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T10:23:56.203Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T10:23:56.203Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T10:23:56.203Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T10:23:56.203Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T10:23:56.203Z] # $SEMVER_BRANCH = master [2021-04-19T10:23:56.203Z] # $SEMVER_TEMP = /tmp/semver-235277154 [2021-04-19T10:23:56.203Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-19T10:23:58.137Z] # '/tmp/semver-235277154' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-19T10:23:58.137Z] # -> Force: false [2021-04-19T10:23:58.137Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-19T10:23:58.158Z] $ docker exec --env ******** --env ******** cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent -k [2021-04-19T10:23:58.292Z] unset SSH_AUTH_SOCK; [2021-04-19T10:23:58.293Z] unset SSH_AGENT_PID; [2021-04-19T10:23:58.293Z] echo Agent pid 52 killed; [2021-04-19T10:23:58.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T10:23:58.677Z] + git semver [Pipeline] } [2021-04-19T10:23:58.709Z] $ docker stop --time=1 cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb [2021-04-19T10:24:00.139Z] $ docker rm -f cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T10:24:00.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T10:24:00.919Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T10:24:00.922Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.39 [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-04-19T10:24:16.112Z] Still waiting to schedule task [2021-04-19T10:24:16.112Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-780’ [2021-04-19T10:24:16.114Z] Still waiting to schedule task [2021-04-19T10:24:16.114Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T10:26:06.539Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-781 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-19T10:26:06.567Z] Running in /w/workspace/edgex-ui-go/98 [Pipeline] { [Pipeline] checkout [2021-04-19T10:26:12.475Z] using credential edgex-jenkins-ssh [2021-04-19T10:26:12.496Z] Cloning the remote Git repository [2021-04-19T10:26:12.564Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T10:26:12.701Z] > git init /w/workspace/edgex-ui-go/98 # timeout=10 [2021-04-19T10:26:12.776Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T10:26:12.776Z] > git --version # timeout=10 [2021-04-19T10:26:12.796Z] > git --version # 'git version 2.17.1' [2021-04-19T10:26:12.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T10:26:12.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T10:26:15.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T10:26:15.142Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T10:26:15.166Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T10:26:15.210Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T10:26:15.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T10:26:15.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T10:26:15.685Z] Checking out Revision 90967dc4090d37bd76220bfe9e4fc5ca3976471c (master) [2021-04-19T10:26:15.707Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T10:26:15.723Z] > git checkout -f 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 [2021-04-19T10:26:20.398Z] Commit message: "feat: new ui built product" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T10:26:21.781Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T10:26:22.198Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T10:26:22.542Z] + true [2021-04-19T10:26:22.542Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T10:26:25.209Z] provisioning config files... [2021-04-19T10:26:25.252Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config9138821983951111575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:26:25.629Z] ---> docker-login.sh [2021-04-19T10:26:25.630Z] nexus3.edgexfoundry.org:10001 [2021-04-19T10:26:26.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:26.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:26.894Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:26.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:26.894Z] [2021-04-19T10:26:26.894Z] Login Succeeded [2021-04-19T10:26:26.894Z] nexus3.edgexfoundry.org:10002 [2021-04-19T10:26:27.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:27.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:27.447Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:27.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:27.447Z] [2021-04-19T10:26:27.447Z] Login Succeeded [2021-04-19T10:26:27.447Z] nexus3.edgexfoundry.org:10003 [2021-04-19T10:26:27.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:27.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:27.995Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:27.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:27.995Z] [2021-04-19T10:26:27.995Z] Login Succeeded [2021-04-19T10:26:27.995Z] nexus3.edgexfoundry.org:10004 [2021-04-19T10:26:28.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:28.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:28.540Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:28.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:28.540Z] [2021-04-19T10:26:28.540Z] Login Succeeded [2021-04-19T10:26:28.540Z] docker.io [2021-04-19T10:26:28.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:29.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:29.109Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:29.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:29.109Z] [2021-04-19T10:26:29.109Z] Login Succeeded [2021-04-19T10:26:29.109Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T10:26:29.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T10:26:29.436Z] ========================================================= [2021-04-19T10:26:29.436Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T10:26:29.436Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:26:29.783Z] + 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-04-19T10:26:30.779Z] Sending build context to Docker daemon 34.83MB [2021-04-19T10:26:30.779Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T10:26:30.779Z] Step 2/8 : FROM ${BASE} [2021-04-19T10:26:30.779Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T10:26:30.779Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T10:26:30.779Z] a4357932f1b6: Pulling fs layer [2021-04-19T10:26:30.779Z] 18c013af1878: Pulling fs layer [2021-04-19T10:26:30.779Z] 00ac8860ef70: Pulling fs layer [2021-04-19T10:26:30.779Z] 63d7cb157983: Pulling fs layer [2021-04-19T10:26:30.779Z] b116817d02f9: Pulling fs layer [2021-04-19T10:26:30.779Z] 745a02a5169b: Pulling fs layer [2021-04-19T10:26:30.779Z] 00ac8860ef70: Waiting [2021-04-19T10:26:30.779Z] 63d7cb157983: Waiting [2021-04-19T10:26:30.779Z] 745a02a5169b: Waiting [2021-04-19T10:26:30.779Z] b116817d02f9: Waiting [2021-04-19T10:26:30.779Z] 18c013af1878: Download complete [2021-04-19T10:26:30.779Z] a4357932f1b6: Download complete [2021-04-19T10:26:30.779Z] 63d7cb157983: Verifying Checksum [2021-04-19T10:26:30.779Z] 63d7cb157983: Download complete [2021-04-19T10:26:31.054Z] b116817d02f9: Verifying Checksum [2021-04-19T10:26:31.054Z] b116817d02f9: Download complete [2021-04-19T10:26:31.054Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T10:26:31.054Z] 5f621e34cdf4: Download complete [2021-04-19T10:26:31.658Z] 5f621e34cdf4: Pull complete [2021-04-19T10:26:32.267Z] a4357932f1b6: Pull complete [2021-04-19T10:26:32.552Z] 18c013af1878: Pull complete [2021-04-19T10:26:33.547Z] 745a02a5169b: Verifying Checksum [2021-04-19T10:26:33.547Z] 745a02a5169b: Download complete [2021-04-19T10:26:34.543Z] 00ac8860ef70: Verifying Checksum [2021-04-19T10:26:34.543Z] 00ac8860ef70: Download complete [2021-04-19T10:26:44.703Z] 00ac8860ef70: Pull complete [2021-04-19T10:26:44.973Z] 63d7cb157983: Pull complete [2021-04-19T10:26:44.980Z] Running on prd-centos7-docker-4c-2g-782 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-19T10:26:44.996Z] Running in /w/workspace/edgex-ui-go/98 [Pipeline] { [Pipeline] checkout [2021-04-19T10:26:45.247Z] b116817d02f9: Pull complete [2021-04-19T10:26:47.714Z] using credential edgex-jenkins-ssh [2021-04-19T10:26:47.727Z] Cloning the remote Git repository [2021-04-19T10:26:47.747Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T10:26:47.820Z] > git init /w/workspace/edgex-ui-go/98 # timeout=10 [2021-04-19T10:26:47.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T10:26:47.885Z] > git --version # timeout=10 [2021-04-19T10:26:47.893Z] > git --version # 'git version 2.24.3' [2021-04-19T10:26:47.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T10:26:47.924Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T10:26:48.636Z] 745a02a5169b: Pull complete [2021-04-19T10:26:48.636Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T10:26:48.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T10:26:48.636Z] ---> b7e6874047d6 [2021-04-19T10:26:48.636Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T10:26:49.489Z] Checking out Revision 90967dc4090d37bd76220bfe9e4fc5ca3976471c (master) [2021-04-19T10:26:49.055Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T10:26:49.065Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T10:26:49.093Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T10:26:49.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T10:26:49.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T10:26:49.126Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T10:26:49.499Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T10:26:49.506Z] > git checkout -f 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 [2021-04-19T10:26:51.274Z] ---> Running in af3f2f78a43a [2021-04-19T10:26:51.874Z] Removing intermediate container af3f2f78a43a [2021-04-19T10:26:51.874Z] ---> 9eac2e8bfda8 [2021-04-19T10:26:51.874Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T10:26:51.874Z] ---> Running in b087a5ecaf02 [2021-04-19T10:26:53.388Z] Commit message: "feat: new ui built product" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T10:26:54.436Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T10:26:54.516Z] Removing intermediate container b087a5ecaf02 [2021-04-19T10:26:54.517Z] ---> cb361f6d31d2 [2021-04-19T10:26:54.517Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T10:26:54.517Z] ---> Running in 4798a18e67ed [2021-04-19T10:26:54.780Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T10:26:55.081Z] + sudo service docker restart [2021-04-19T10:26:55.081Z] + true [2021-04-19T10:26:55.081Z] Redirecting to /bin/systemctl restart docker.service [2021-04-19T10:26:55.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T10:26:56.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T10:26:57.036Z] provisioning config files... [2021-04-19T10:26:57.066Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config8094998098100141808tmp [2021-04-19T10:26:57.073Z] OK: 142 MiB in 39 packages [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:26:57.415Z] ---> docker-login.sh [2021-04-19T10:26:57.415Z] nexus3.edgexfoundry.org:10001 [2021-04-19T10:26:57.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:57.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:57.679Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:57.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:57.679Z] [2021-04-19T10:26:57.679Z] Login Succeeded [2021-04-19T10:26:57.679Z] nexus3.edgexfoundry.org:10002 [2021-04-19T10:26:57.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:57.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:57.942Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:57.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:57.942Z] [2021-04-19T10:26:57.942Z] Login Succeeded [2021-04-19T10:26:57.942Z] nexus3.edgexfoundry.org:10003 [2021-04-19T10:26:58.061Z] Removing intermediate container 4798a18e67ed [2021-04-19T10:26:58.062Z] ---> aec74d1b7e32 [2021-04-19T10:26:58.062Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T10:26:58.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:58.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:58.206Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:58.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:58.206Z] [2021-04-19T10:26:58.206Z] Login Succeeded [2021-04-19T10:26:58.206Z] nexus3.edgexfoundry.org:10004 [2021-04-19T10:26:58.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:58.336Z] ---> Running in c7a0e796acff [2021-04-19T10:26:58.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:58.468Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:58.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:58.468Z] [2021-04-19T10:26:58.468Z] Login Succeeded [2021-04-19T10:26:58.468Z] docker.io [2021-04-19T10:26:58.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:26:58.608Z] Removing intermediate container c7a0e796acff [2021-04-19T10:26:58.608Z] ---> d8c99d562430 [2021-04-19T10:26:58.608Z] Step 7/8 : COPY . . [2021-04-19T10:26:58.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:26:58.730Z] Configure a credential helper to remove this warning. See [2021-04-19T10:26:58.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:26:58.730Z] [2021-04-19T10:26:58.730Z] Login Succeeded [2021-04-19T10:26:58.730Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T10:26:58.746Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T10:26:58.927Z] ========================================================= [2021-04-19T10:26:58.928Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T10:26:58.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:26:59.235Z] + 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-04-19T10:26:59.816Z] Sending build context to Docker daemon 34.83MB [2021-04-19T10:26:59.816Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T10:26:59.816Z] Step 2/8 : FROM ${BASE} [2021-04-19T10:26:59.816Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T10:26:59.816Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T10:26:59.816Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T10:26:59.816Z] de9db76c5a1d: Pulling fs layer [2021-04-19T10:26:59.816Z] bca2f99d35d6: Pulling fs layer [2021-04-19T10:26:59.816Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T10:26:59.816Z] 7c6f9722023f: Pulling fs layer [2021-04-19T10:26:59.816Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T10:26:59.816Z] bca2f99d35d6: Waiting [2021-04-19T10:26:59.816Z] 93359f2a8cfa: Waiting [2021-04-19T10:26:59.816Z] 7c6f9722023f: Waiting [2021-04-19T10:26:59.816Z] a35cf1a2eb13: Waiting [2021-04-19T10:26:59.816Z] de9db76c5a1d: Verifying Checksum [2021-04-19T10:26:59.816Z] de9db76c5a1d: Download complete [2021-04-19T10:26:59.816Z] 0ef7d3d256c8: Download complete [2021-04-19T10:26:59.816Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T10:26:59.816Z] 93359f2a8cfa: Download complete [2021-04-19T10:26:59.816Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T10:26:59.816Z] 188c0c94c7c5: Download complete [2021-04-19T10:26:59.816Z] 7c6f9722023f: Verifying Checksum [2021-04-19T10:26:59.816Z] 7c6f9722023f: Download complete [2021-04-19T10:27:00.081Z] 188c0c94c7c5: Pull complete [2021-04-19T10:27:00.349Z] 0ef7d3d256c8: Pull complete [2021-04-19T10:27:00.614Z] de9db76c5a1d: Pull complete [2021-04-19T10:27:01.573Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T10:27:01.573Z] a35cf1a2eb13: Download complete [2021-04-19T10:27:02.014Z] ---> f69a5cb29a70 [2021-04-19T10:27:02.014Z] Step 8/8 : RUN go mod download [2021-04-19T10:27:02.014Z] ---> Running in 55be6b0750ca [2021-04-19T10:27:02.156Z] bca2f99d35d6: Verifying Checksum [2021-04-19T10:27:02.156Z] bca2f99d35d6: Download complete [2021-04-19T10:27:07.487Z] bca2f99d35d6: Pull complete [2021-04-19T10:27:07.487Z] 93359f2a8cfa: Pull complete [2021-04-19T10:27:07.487Z] 7c6f9722023f: Pull complete [2021-04-19T10:27:15.694Z] a35cf1a2eb13: Pull complete [2021-04-19T10:27:15.958Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T10:27:15.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T10:27:15.958Z] ---> a62c8e92a672 [2021-04-19T10:27:15.958Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T10:27:16.223Z] ---> Running in 6969cf014973 [2021-04-19T10:27:16.488Z] Removing intermediate container 6969cf014973 [2021-04-19T10:27:16.488Z] ---> a394289a8058 [2021-04-19T10:27:16.488Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T10:27:16.488Z] ---> Running in 7acd6fd9ab95 [2021-04-19T10:27:17.901Z] Removing intermediate container 7acd6fd9ab95 [2021-04-19T10:27:17.901Z] ---> 11aaef41d8e7 [2021-04-19T10:27:17.901Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T10:27:17.901Z] ---> Running in 834db8a06c17 [2021-04-19T10:27:18.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T10:27:19.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T10:27:19.629Z] OK: 166 MiB in 39 packages [2021-04-19T10:27:19.892Z] Removing intermediate container 834db8a06c17 [2021-04-19T10:27:19.892Z] ---> a7ab67c73e9d [2021-04-19T10:27:19.892Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T10:27:20.155Z] ---> Running in 2a562a75015e [2021-04-19T10:27:20.155Z] Removing intermediate container 2a562a75015e [2021-04-19T10:27:20.155Z] ---> c3a7ce765ce2 [2021-04-19T10:27:20.155Z] Step 7/8 : COPY . . [2021-04-19T10:27:22.730Z] ---> 37a95fd5ed75 [2021-04-19T10:27:22.730Z] Step 8/8 : RUN go mod download [2021-04-19T10:27:22.730Z] ---> Running in f31ef2eb0428 [2021-04-19T10:27:34.362Z] Removing intermediate container 55be6b0750ca [2021-04-19T10:27:34.362Z] ---> 07b6daccfd93 [2021-04-19T10:27:34.362Z] Successfully built 07b6daccfd93 [2021-04-19T10:27:34.362Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:27:34.698Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T10:27:34.698Z] . [Pipeline] withDockerContainer [2021-04-19T10:27:34.923Z] prd-ubuntu18.04-docker-arm64-4c-16g-781 does not seem to be running inside a container [2021-04-19T10:27:35.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T10:27:36.465Z] $ docker top 4b3081b532a262b36a5a31e924048e873f2621252b65786af2c0814204105a47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:27:37.424Z] + go version [2021-04-19T10:27:37.424Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T10:27:37.450Z] $ docker stop --time=1 4b3081b532a262b36a5a31e924048e873f2621252b65786af2c0814204105a47 [2021-04-19T10:27:39.342Z] $ docker rm -f 4b3081b532a262b36a5a31e924048e873f2621252b65786af2c0814204105a47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:27:40.019Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T10:27:40.019Z] . [Pipeline] withDockerContainer [2021-04-19T10:27:40.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-781 does not seem to be running inside a container [2021-04-19T10:27:40.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T10:27:41.733Z] $ docker top 2a572b91c75349ccc505fb4a42bc930319392a56e9ce0f9f0513de11775fe3cb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:27:42.727Z] + make test [2021-04-19T10:27:42.727Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T10:27:44.170Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T10:27:49.411Z] Removing intermediate container f31ef2eb0428 [2021-04-19T10:27:49.411Z] ---> 9d5e534604e0 [2021-04-19T10:27:49.411Z] Successfully built 9d5e534604e0 [2021-04-19T10:27:49.411Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:27:49.726Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T10:27:49.727Z] . [Pipeline] withDockerContainer [2021-04-19T10:27:49.854Z] prd-centos7-docker-4c-2g-782 does not seem to be running inside a container [2021-04-19T10:27:49.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T10:27:50.714Z] $ docker top 6c24a35b2d91fca14f657250986debe949fdc23eba9b1d2f39faa6d69a0654bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:27:51.144Z] + go version [2021-04-19T10:27:51.145Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T10:27:51.162Z] $ docker stop --time=1 6c24a35b2d91fca14f657250986debe949fdc23eba9b1d2f39faa6d69a0654bf [2021-04-19T10:27:52.821Z] $ docker rm -f 6c24a35b2d91fca14f657250986debe949fdc23eba9b1d2f39faa6d69a0654bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:27:53.322Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T10:27:53.322Z] . [Pipeline] withDockerContainer [2021-04-19T10:27:53.417Z] prd-centos7-docker-4c-2g-782 does not seem to be running inside a container [2021-04-19T10:27:53.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T10:27:54.231Z] $ docker top 6bc3f24dbc0eecb9c4ced508bd00cb82bb1b4b3288955a2f52e9295c6b68af11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:27:54.699Z] + make test [2021-04-19T10:27:54.699Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T10:27:56.109Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T10:28:06.648Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T10:28:06.648Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-19T10:28:08.078Z] $ docker stop --time=1 6bc3f24dbc0eecb9c4ced508bd00cb82bb1b4b3288955a2f52e9295c6b68af11 [2021-04-19T10:28:10.352Z] $ docker rm -f 6bc3f24dbc0eecb9c4ced508bd00cb82bb1b4b3288955a2f52e9295c6b68af11 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T10:28:10.863Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T10:28:10.999Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T10:28:10.999Z] GO111MODULE=on go vet ./... [2021-04-19T10:28:11.256Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-19T10:28:13.581Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T10:28:13.884Z] + ls -al . [2021-04-19T10:28:13.884Z] total 92 [2021-04-19T10:28:13.884Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 10:27 . [2021-04-19T10:28:13.884Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 10:26 .. [2021-04-19T10:28:13.884Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 10:26 assets [2021-04-19T10:28:13.884Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 10:26 bin [2021-04-19T10:28:13.884Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 10:26 cmd [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 10:26 CONTRIBUTING.md [2021-04-19T10:28:13.884Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 19 10:27 coverage.out [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 10:26 Dockerfile [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 10:26 Dockerfile.build [2021-04-19T10:28:13.884Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 10:26 docs [2021-04-19T10:28:13.884Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 10:26 .git [2021-04-19T10:28:13.884Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 10:26 .github [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 10:26 .gitignore [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 10:26 go.mod [2021-04-19T10:28:13.884Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 10:27 go.sum [2021-04-19T10:28:13.884Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 10:26 internal [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 10:26 Jenkinsfile [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 10:26 LICENSE [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 10:26 Makefile [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 19 10:26 README.md [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 10:24 VERSION [2021-04-19T10:28:13.884Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 10:26 version.go [2021-04-19T10:28:13.884Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 10:26 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:14.194Z] + 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=90967dc4090d37bd76220bfe9e4fc5ca3976471c --label arch=amd64 --label version=2.0.0-dev.39 . [2021-04-19T10:28:14.773Z] Sending build context to Docker daemon 34.86MB [2021-04-19T10:28:14.773Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T10:28:14.773Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T10:28:14.773Z] ---> 9d5e534604e0 [2021-04-19T10:28:14.773Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T10:28:15.720Z] ---> Running in e252db081d6f [2021-04-19T10:28:15.720Z] Removing intermediate container e252db081d6f [2021-04-19T10:28:15.720Z] ---> 661cfae76c67 [2021-04-19T10:28:15.720Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T10:28:15.720Z] ---> Running in 41abd4d43f7c [2021-04-19T10:28:15.981Z] Removing intermediate container 41abd4d43f7c [2021-04-19T10:28:15.981Z] ---> 7989aece3dbe [2021-04-19T10:28:15.981Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T10:28:15.981Z] ---> Running in fd123fd8baac [2021-04-19T10:28:16.245Z] Removing intermediate container fd123fd8baac [2021-04-19T10:28:16.245Z] ---> 64ea97dd9d5f [2021-04-19T10:28:16.245Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T10:28:16.245Z] ---> Running in 32acfccac348 [2021-04-19T10:28:16.506Z] Removing intermediate container 32acfccac348 [2021-04-19T10:28:16.506Z] ---> ffeacf6a84bf [2021-04-19T10:28:16.506Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T10:28:16.506Z] ---> Running in e65454c2a520 [2021-04-19T10:28:16.770Z] Removing intermediate container e65454c2a520 [2021-04-19T10:28:16.771Z] ---> f96556a364f6 [2021-04-19T10:28:16.771Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T10:28:16.771Z] ---> Running in afd7bf7884d2 [2021-04-19T10:28:17.724Z] Removing intermediate container afd7bf7884d2 [2021-04-19T10:28:17.724Z] ---> 0b53451e995a [2021-04-19T10:28:17.724Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T10:28:17.724Z] ---> Running in f40dfed6ddc2 [Pipeline] } [2021-04-19T10:28:17.777Z] $ docker stop --time=1 2a572b91c75349ccc505fb4a42bc930319392a56e9ce0f9f0513de11775fe3cb [2021-04-19T10:28:18.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T10:28:18.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T10:28:19.149Z] OK: 166 MiB in 39 packages [2021-04-19T10:28:19.735Z] Removing intermediate container f40dfed6ddc2 [2021-04-19T10:28:19.735Z] ---> 05924f53cf35 [2021-04-19T10:28:19.735Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T10:28:19.735Z] ---> Running in 1bda41c05ff5 [2021-04-19T10:28:19.878Z] $ docker rm -f 2a572b91c75349ccc505fb4a42bc930319392a56e9ce0f9f0513de11775fe3cb [2021-04-19T10:28:19.997Z] Removing intermediate container 1bda41c05ff5 [2021-04-19T10:28:19.997Z] ---> 7a71a1888d46 [2021-04-19T10:28:19.997Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T10:28:19.997Z] ---> Running in 82d269175508 [2021-04-19T10:28:20.260Z] Removing intermediate container 82d269175508 [2021-04-19T10:28:20.260Z] ---> 313d38357a13 [2021-04-19T10:28:20.260Z] Step 12/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T10:28:20.522Z] ---> 75f86b67a573 [2021-04-19T10:28:20.522Z] Step 13/24 : COPY Makefile . [2021-04-19T10:28:20.590Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T10:28:20.620Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T10:28:20.787Z] ---> 3c53cd1b75b6 [2021-04-19T10:28:20.787Z] Step 14/24 : RUN make update [2021-04-19T10:28:20.787Z] ---> Running in e903ccea1c86 [2021-04-19T10:28:21.051Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T10:28:21.564Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T10:28:22.009Z] Removing intermediate container e903ccea1c86 [2021-04-19T10:28:22.009Z] ---> bf1d65e72f1a [2021-04-19T10:28:22.009Z] Step 15/24 : COPY . . [2021-04-19T10:28:22.013Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T10:28:22.394Z] + ls -al . [2021-04-19T10:28:22.394Z] total 124 [2021-04-19T10:28:22.394Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 10:27 . [2021-04-19T10:28:22.394Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 10:26 .. [2021-04-19T10:28:22.394Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 10:26 .git [2021-04-19T10:28:22.394Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 10:26 .github [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 10:26 .gitignore [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 10:26 CONTRIBUTING.md [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 10:26 Dockerfile [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 10:26 Dockerfile.build [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 10:26 Jenkinsfile [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 10:26 LICENSE [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 10:26 Makefile [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 19 10:26 README.md [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 10:24 VERSION [2021-04-19T10:28:22.394Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 10:26 assets [2021-04-19T10:28:22.394Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 10:26 bin [2021-04-19T10:28:22.394Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 10:26 cmd [2021-04-19T10:28:22.394Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 19 10:27 coverage.out [2021-04-19T10:28:22.394Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 10:26 docs [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 10:26 go.mod [2021-04-19T10:28:22.394Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 10:27 go.sum [2021-04-19T10:28:22.394Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 10:26 internal [2021-04-19T10:28:22.394Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 10:26 version.go [2021-04-19T10:28:22.394Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 10:26 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:22.847Z] + 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=90967dc4090d37bd76220bfe9e4fc5ca3976471c --label arch=arm64 --label version=2.0.0-dev.39 . [2021-04-19T10:28:23.884Z] Sending build context to Docker daemon 34.86MB [2021-04-19T10:28:23.884Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T10:28:23.884Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T10:28:23.884Z] ---> 07b6daccfd93 [2021-04-19T10:28:23.884Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T10:28:23.937Z] ---> f5ad70bb25e6 [2021-04-19T10:28:23.937Z] Step 16/24 : RUN ${MAKE} [2021-04-19T10:28:23.937Z] ---> Running in db61dad92cef [2021-04-19T10:28:24.475Z] ---> Running in 6a585a257997 [2021-04-19T10:28:24.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.39" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-19T10:28:25.069Z] Removing intermediate container 6a585a257997 [2021-04-19T10:28:25.069Z] ---> 909d0d1fbf35 [2021-04-19T10:28:25.069Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T10:28:25.069Z] ---> Running in 04d3a4a8666f [2021-04-19T10:28:25.342Z] Removing intermediate container 04d3a4a8666f [2021-04-19T10:28:25.342Z] ---> 3d57a92a58de [2021-04-19T10:28:25.342Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T10:28:25.613Z] ---> Running in 1c2f7a9e123c [2021-04-19T10:28:25.891Z] Removing intermediate container 1c2f7a9e123c [2021-04-19T10:28:25.891Z] ---> badeca49d19a [2021-04-19T10:28:25.891Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T10:28:26.163Z] ---> Running in 62b29e074cf1 [2021-04-19T10:28:26.437Z] Removing intermediate container 62b29e074cf1 [2021-04-19T10:28:26.437Z] ---> 837c3635d91f [2021-04-19T10:28:26.437Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T10:28:26.709Z] ---> Running in 861b28714a3e [2021-04-19T10:28:27.316Z] Removing intermediate container 861b28714a3e [2021-04-19T10:28:27.316Z] ---> 5a7302a0b700 [2021-04-19T10:28:27.316Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T10:28:27.316Z] ---> Running in c32f4bf29b51 [2021-04-19T10:28:29.297Z] Removing intermediate container c32f4bf29b51 [2021-04-19T10:28:29.297Z] ---> 9c0d94e70dcd [2021-04-19T10:28:29.297Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T10:28:29.297Z] ---> Running in d3de14687073 [2021-04-19T10:28:30.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T10:28:31.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T10:28:31.928Z] OK: 142 MiB in 39 packages [2021-04-19T10:28:33.381Z] Removing intermediate container d3de14687073 [2021-04-19T10:28:33.381Z] ---> 710a42623411 [2021-04-19T10:28:33.381Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T10:28:33.381Z] ---> Running in cfecc66ad634 [2021-04-19T10:28:33.653Z] Removing intermediate container cfecc66ad634 [2021-04-19T10:28:33.653Z] ---> f33717367a9b [2021-04-19T10:28:33.653Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T10:28:33.926Z] ---> Running in e77d1253671b [2021-04-19T10:28:34.519Z] Removing intermediate container e77d1253671b [2021-04-19T10:28:34.519Z] ---> e041c885e55b [2021-04-19T10:28:34.519Z] Step 12/24 : COPY go.mod . [2021-04-19T10:28:34.655Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T10:28:35.117Z] ---> 04f6a022ce6a [2021-04-19T10:28:35.117Z] Step 13/24 : COPY Makefile . [2021-04-19T10:28:35.716Z] ---> e7264ae8c2cc [2021-04-19T10:28:35.716Z] Step 14/24 : RUN make update [2021-04-19T10:28:35.997Z] ---> Running in 64d7de79751e [2021-04-19T10:28:36.973Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T10:28:37.213Z] Removing intermediate container db61dad92cef [2021-04-19T10:28:37.213Z] ---> c9f9a6700455 [2021-04-19T10:28:37.213Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T10:28:38.405Z] Removing intermediate container 64d7de79751e [2021-04-19T10:28:38.405Z] ---> 382ebd60812b [2021-04-19T10:28:38.405Z] Step 15/24 : COPY . . [2021-04-19T10:28:39.773Z] 3.12: Pulling from library/alpine [2021-04-19T10:28:39.773Z] 339de151aab4: Pulling fs layer [2021-04-19T10:28:39.773Z] 339de151aab4: Verifying Checksum [2021-04-19T10:28:39.773Z] 339de151aab4: Download complete [2021-04-19T10:28:39.773Z] 339de151aab4: Pull complete [2021-04-19T10:28:39.773Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T10:28:39.773Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T10:28:39.773Z] ---> 13621d1b12d4 [2021-04-19T10:28:39.773Z] Step 18/24 : EXPOSE 4000 [2021-04-19T10:28:40.036Z] ---> Running in bef44d359891 [2021-04-19T10:28:40.036Z] Removing intermediate container bef44d359891 [2021-04-19T10:28:40.036Z] ---> c868fd9ee1a4 [2021-04-19T10:28:40.036Z] 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-04-19T10:28:41.433Z] ---> 4914f718c862 [2021-04-19T10:28:41.433Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T10:28:41.696Z] ---> Running in c356effb03e5 [2021-04-19T10:28:41.696Z] Removing intermediate container c356effb03e5 [2021-04-19T10:28:41.696Z] ---> 1a60dc49d9e1 [2021-04-19T10:28:41.696Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T10:28:41.788Z] ---> 769fde3d2aa6 [2021-04-19T10:28:41.788Z] Step 16/24 : RUN ${MAKE} [2021-04-19T10:28:41.788Z] ---> Running in a43644cca0c5 [2021-04-19T10:28:41.960Z] ---> Running in 019df7ab69aa [2021-04-19T10:28:41.960Z] Removing intermediate container 019df7ab69aa [2021-04-19T10:28:41.960Z] ---> ed4b13eecb1a [2021-04-19T10:28:41.960Z] Step 22/24 : LABEL arch=amd64 [2021-04-19T10:28:42.223Z] ---> Running in 7142344871e1 [2021-04-19T10:28:42.223Z] Removing intermediate container 7142344871e1 [2021-04-19T10:28:42.223Z] ---> ee0dcaf19a6d [2021-04-19T10:28:42.223Z] Step 23/24 : LABEL git_sha=90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:28:42.223Z] ---> Running in e06cb04dbd16 [2021-04-19T10:28:42.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.39" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-19T10:28:42.486Z] Removing intermediate container e06cb04dbd16 [2021-04-19T10:28:42.486Z] ---> 88de3d548fbc [2021-04-19T10:28:42.486Z] Step 24/24 : LABEL version=2.0.0-dev.39 [2021-04-19T10:28:42.486Z] ---> Running in c63221c0f356 [2021-04-19T10:28:42.749Z] Removing intermediate container c63221c0f356 [2021-04-19T10:28:42.749Z] ---> 5c35dc6c835c [2021-04-19T10:28:42.749Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T10:28:42.749Z] Successfully built 5c35dc6c835c [2021-04-19T10:28:42.749Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T10:28:42.893Z] provisioning config files... [2021-04-19T10:28:42.944Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config6600793863815821429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:28:43.269Z] ---> docker-login.sh [2021-04-19T10:28:43.269Z] nexus3.edgexfoundry.org:10001 [2021-04-19T10:28:43.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:28:43.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:28:43.535Z] Configure a credential helper to remove this warning. See [2021-04-19T10:28:43.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:28:43.535Z] [2021-04-19T10:28:43.535Z] Login Succeeded [2021-04-19T10:28:43.535Z] nexus3.edgexfoundry.org:10002 [2021-04-19T10:28:43.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:28:43.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:28:43.802Z] Configure a credential helper to remove this warning. See [2021-04-19T10:28:43.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:28:43.802Z] [2021-04-19T10:28:43.802Z] Login Succeeded [2021-04-19T10:28:43.802Z] nexus3.edgexfoundry.org:10003 [2021-04-19T10:28:43.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:28:43.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:28:43.802Z] Configure a credential helper to remove this warning. See [2021-04-19T10:28:43.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:28:43.802Z] [2021-04-19T10:28:43.802Z] Login Succeeded [2021-04-19T10:28:43.802Z] nexus3.edgexfoundry.org:10004 [2021-04-19T10:28:44.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:28:44.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:28:44.068Z] Configure a credential helper to remove this warning. See [2021-04-19T10:28:44.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:28:44.068Z] [2021-04-19T10:28:44.068Z] Login Succeeded [2021-04-19T10:28:44.068Z] docker.io [2021-04-19T10:28:44.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:28:44.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:28:44.330Z] Configure a credential helper to remove this warning. See [2021-04-19T10:28:44.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:28:44.330Z] [2021-04-19T10:28:44.330Z] Login Succeeded [2021-04-19T10:28:44.330Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T10:28:44.341Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T10:28:44.412Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-19T10:28:44.412Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:28:44.412Z] latest [2021-04-19T10:28:44.412Z] 2.0.0-dev.39 [2021-04-19T10:28:44.412Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [2021-04-19T10:28:44.412Z] master [2021-04-19T10:28:44.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:44.766Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:45.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:28:45.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T10:28:45.070Z] d1f3ac70d50b: Preparing [2021-04-19T10:28:45.070Z] 32f366d666a5: Preparing [2021-04-19T10:28:45.070Z] 32f366d666a5: Layer already exists [2021-04-19T10:28:47.630Z] d1f3ac70d50b: Pushed [2021-04-19T10:28:47.630Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:47.937Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:48.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-19T10:28:48.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T10:28:48.244Z] d1f3ac70d50b: Preparing [2021-04-19T10:28:48.244Z] 32f366d666a5: Preparing [2021-04-19T10:28:48.244Z] d1f3ac70d50b: Layer already exists [2021-04-19T10:28:48.244Z] 32f366d666a5: Layer already exists [2021-04-19T10:28:48.244Z] latest: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:48.552Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:48.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.39 [2021-04-19T10:28:48.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T10:28:48.858Z] d1f3ac70d50b: Preparing [2021-04-19T10:28:48.858Z] 32f366d666a5: Preparing [2021-04-19T10:28:48.858Z] d1f3ac70d50b: Layer already exists [2021-04-19T10:28:48.858Z] 32f366d666a5: Layer already exists [2021-04-19T10:28:48.858Z] 2.0.0-dev.39: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:49.167Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:49.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [2021-04-19T10:28:49.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T10:28:49.470Z] d1f3ac70d50b: Preparing [2021-04-19T10:28:49.470Z] 32f366d666a5: Preparing [2021-04-19T10:28:49.470Z] d1f3ac70d50b: Layer already exists [2021-04-19T10:28:49.470Z] 32f366d666a5: Layer already exists [2021-04-19T10:28:49.470Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:49.778Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:28:50.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-19T10:28:50.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T10:28:50.080Z] d1f3ac70d50b: Preparing [2021-04-19T10:28:50.080Z] 32f366d666a5: Preparing [2021-04-19T10:28:50.080Z] d1f3ac70d50b: Layer already exists [2021-04-19T10:28:50.080Z] 32f366d666a5: Layer already exists [2021-04-19T10:28:50.080Z] master: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T10:28:50.139Z] ===================================================== [Pipeline] echo [2021-04-19T10:28:50.155Z] taggedImages: [2021-04-19T10:28:50.155Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:28:50.155Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-19T10:28:50.155Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.39 [2021-04-19T10:28:50.155Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [2021-04-19T10:28:50.155Z] - 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-04-19T10:28:50.725Z] ---> job-cost.sh [2021-04-19T10:28:50.725Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OzM6 [2021-04-19T10:29:05.665Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T10:29:09.201Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T10:29:14.608Z] Removing intermediate container a43644cca0c5 [2021-04-19T10:29:14.608Z] ---> 4f00268b9241 [2021-04-19T10:29:14.608Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T10:29:14.881Z] 3.12: Pulling from library/alpine [2021-04-19T10:29:14.881Z] d2f70382dc9a: Pulling fs layer [2021-04-19T10:29:15.153Z] d2f70382dc9a: Download complete [2021-04-19T10:29:15.750Z] d2f70382dc9a: Pull complete [2021-04-19T10:29:15.750Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T10:29:15.750Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T10:29:15.750Z] ---> 9852663dfa18 [2021-04-19T10:29:15.750Z] Step 18/24 : EXPOSE 4000 [2021-04-19T10:29:16.032Z] ---> Running in 1caf7cdce8bc [2021-04-19T10:29:16.626Z] Removing intermediate container 1caf7cdce8bc [2021-04-19T10:29:16.626Z] ---> afe67e92d238 [2021-04-19T10:29:16.626Z] 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-04-19T10:29:19.243Z] ---> d56c41bcb04d [2021-04-19T10:29:19.243Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T10:29:19.243Z] ---> Running in 115efcf397df [2021-04-19T10:29:19.516Z] Removing intermediate container 115efcf397df [2021-04-19T10:29:19.516Z] ---> 813fff8b920a [2021-04-19T10:29:19.516Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T10:29:19.516Z] ---> Running in 6dcd6d4fc432 [2021-04-19T10:29:20.109Z] Removing intermediate container 6dcd6d4fc432 [2021-04-19T10:29:20.109Z] ---> 9c35ccf2d82b [2021-04-19T10:29:20.109Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T10:29:20.109Z] ---> Running in 77ceac8cd099 [2021-04-19T10:29:20.703Z] Removing intermediate container 77ceac8cd099 [2021-04-19T10:29:20.703Z] ---> f534c046f67e [2021-04-19T10:29:20.703Z] Step 23/24 : LABEL git_sha=90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:29:20.703Z] ---> Running in ec32a7eb396f [2021-04-19T10:29:21.295Z] Removing intermediate container ec32a7eb396f [2021-04-19T10:29:21.295Z] ---> 417c9fcf0795 [2021-04-19T10:29:21.295Z] Step 24/24 : LABEL version=2.0.0-dev.39 [2021-04-19T10:29:21.295Z] ---> Running in 657e7965405a [2021-04-19T10:29:21.571Z] Removing intermediate container 657e7965405a [2021-04-19T10:29:21.571Z] ---> c9979a6bface [2021-04-19T10:29:21.571Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T10:29:21.843Z] Successfully built c9979a6bface [2021-04-19T10:29:21.843Z] 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-04-19T10:29:22.019Z] provisioning config files... [2021-04-19T10:29:22.060Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config5955099607624333488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:29:22.416Z] ---> docker-login.sh [2021-04-19T10:29:22.416Z] nexus3.edgexfoundry.org:10001 [2021-04-19T10:29:22.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:29:22.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:29:22.692Z] Configure a credential helper to remove this warning. See [2021-04-19T10:29:22.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:29:22.692Z] [2021-04-19T10:29:22.692Z] Login Succeeded [2021-04-19T10:29:22.692Z] nexus3.edgexfoundry.org:10002 [2021-04-19T10:29:23.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:29:23.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:29:23.293Z] Configure a credential helper to remove this warning. See [2021-04-19T10:29:23.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:29:23.293Z] [2021-04-19T10:29:23.293Z] Login Succeeded [2021-04-19T10:29:23.293Z] nexus3.edgexfoundry.org:10003 [2021-04-19T10:29:23.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:29:23.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:29:23.837Z] Configure a credential helper to remove this warning. See [2021-04-19T10:29:23.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:29:23.837Z] [2021-04-19T10:29:23.837Z] Login Succeeded [2021-04-19T10:29:23.837Z] nexus3.edgexfoundry.org:10004 [2021-04-19T10:29:24.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:29:24.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:29:24.383Z] Configure a credential helper to remove this warning. See [2021-04-19T10:29:24.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:29:24.383Z] [2021-04-19T10:29:24.383Z] Login Succeeded [2021-04-19T10:29:24.383Z] docker.io [2021-04-19T10:29:24.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T10:29:24.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T10:29:24.924Z] Configure a credential helper to remove this warning. See [2021-04-19T10:29:24.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T10:29:24.924Z] [2021-04-19T10:29:24.924Z] Login Succeeded [2021-04-19T10:29:24.924Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T10:29:24.940Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T10:29:25.009Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-19T10:29:25.009Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:29:25.009Z] latest [2021-04-19T10:29:25.009Z] 2.0.0-dev.39 [2021-04-19T10:29:25.009Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [2021-04-19T10:29:25.009Z] master [2021-04-19T10:29:25.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:25.381Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:25.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:29:25.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T10:29:25.713Z] 4f122c7bd8cc: Preparing [2021-04-19T10:29:25.713Z] 3fbe34a1663b: Preparing [2021-04-19T10:29:25.713Z] 3fbe34a1663b: Layer already exists [2021-04-19T10:29:32.398Z] 4f122c7bd8cc: Pushed [2021-04-19T10:29:32.398Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:32.739Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:33.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-19T10:29:33.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T10:29:33.081Z] 4f122c7bd8cc: Preparing [2021-04-19T10:29:33.081Z] 3fbe34a1663b: Preparing [2021-04-19T10:29:33.081Z] 4f122c7bd8cc: Layer already exists [2021-04-19T10:29:33.081Z] 3fbe34a1663b: Layer already exists [2021-04-19T10:29:33.353Z] latest: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:33.691Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:34.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.39 [2021-04-19T10:29:34.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T10:29:34.026Z] 4f122c7bd8cc: Preparing [2021-04-19T10:29:34.026Z] 3fbe34a1663b: Preparing [2021-04-19T10:29:34.026Z] 3fbe34a1663b: Layer already exists [2021-04-19T10:29:34.026Z] 4f122c7bd8cc: Layer already exists [2021-04-19T10:29:34.297Z] 2.0.0-dev.39: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:34.634Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:34.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [2021-04-19T10:29:34.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T10:29:34.967Z] 4f122c7bd8cc: Preparing [2021-04-19T10:29:34.967Z] 3fbe34a1663b: Preparing [2021-04-19T10:29:34.967Z] 4f122c7bd8cc: Layer already exists [2021-04-19T10:29:34.967Z] 3fbe34a1663b: Layer already exists [2021-04-19T10:29:35.240Z] 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:35.580Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:29:35.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-19T10:29:35.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T10:29:35.913Z] 4f122c7bd8cc: Preparing [2021-04-19T10:29:35.913Z] 3fbe34a1663b: Preparing [2021-04-19T10:29:35.913Z] 3fbe34a1663b: Layer already exists [2021-04-19T10:29:35.913Z] 4f122c7bd8cc: Layer already exists [2021-04-19T10:29:36.182Z] master: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T10:29:36.254Z] ===================================================== [Pipeline] echo [2021-04-19T10:29:36.270Z] taggedImages: [2021-04-19T10:29:36.270Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c [2021-04-19T10:29:36.270Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-19T10:29:36.270Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.39 [2021-04-19T10:29:36.270Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [2021-04-19T10:29:36.270Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:29:36.659Z] ---> job-cost.sh [2021-04-19T10:29:36.659Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QyCp [2021-04-19T10:29:37.825Z] lf-activate-venv(): INFO: Adding /tmp/venv-OzM6/bin to PATH [2021-04-19T10:29:37.825Z] INFO: No Stack... [2021-04-19T10:29:37.825Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T10:29:37.825Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T10:29:38.174Z] + cat /w/workspace/edgex-ui-go/98/archives/cost.csv [2021-04-19T10:29:38.174Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T10:29:38.351Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [2021-04-19T10:29:38.362Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] did not exist. Created. [2021-04-19T10:29:38.362Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T10:29:38.788Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T10:29:38.927Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T10:29:38.943Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T10:30:15.602Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T10:31:52.361Z] lf-activate-venv(): INFO: Adding /tmp/venv-QyCp/bin to PATH [2021-04-19T10:31:52.361Z] INFO: No Stack... [2021-04-19T10:31:52.361Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T10:31:52.361Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T10:31:52.705Z] + cat /w/workspace/edgex-ui-go/98/archives/cost.csv [2021-04-19T10:31:52.705Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T10:31:52.854Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [2021-04-19T10:31:52.864Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] did not exist. Created. [2021-04-19T10:31:52.864Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T10:31:53.257Z] /w/workspace/edgex-ui-go/98@tmp/durable-3840aeda/script.sh: 1: /w/workspace/edgex-ui-go/98@tmp/durable-3840aeda/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T10:31:53.602Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T10:31:53.643Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T10:31:53.873Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T10:31:53.892Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-98-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-04-19T10:31:54.622Z] provisioning config files... [2021-04-19T10:31:54.634Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1528367789263961684tmp [Pipeline] { [Pipeline] sh [2021-04-19T10:31:54.963Z] + set +x [2021-04-19T10:31:54.963Z] + curl -s https://codecov.io/bash [2021-04-19T10:31:54.963Z] + bash -s -- [2021-04-19T10:31:55.229Z] [2021-04-19T10:31:55.229Z] _____ _ [2021-04-19T10:31:55.229Z] / ____| | | [2021-04-19T10:31:55.229Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T10:31:55.230Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T10:31:55.230Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T10:31:55.230Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T10:31:55.230Z] Bash-1.0.1 [2021-04-19T10:31:55.230Z] [2021-04-19T10:31:55.230Z] [2021-04-19T10:31:55.230Z] ==> git version 2.24.3 found [2021-04-19T10:31:55.230Z] ==> 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-04-19T10:31:55.230Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T10:31:55.230Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T10:31:55.230Z] ==> Jenkins CI detected. [2021-04-19T10:31:55.230Z] project root: . [2021-04-19T10:31:55.230Z] --> token set from env [2021-04-19T10:31:55.230Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T10:31:55.230Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T10:31:55.230Z] ==> Python coveragepy not found [2021-04-19T10:31:55.230Z] ==> Searching for coverage reports in: [2021-04-19T10:31:55.230Z] + . [2021-04-19T10:31:55.230Z] -> Found 1 reports [2021-04-19T10:31:55.230Z] ==> Detecting git/mercurial file structure [2021-04-19T10:31:55.230Z] ==> Reading reports [2021-04-19T10:31:55.230Z] + ./coverage.out bytes=10 [2021-04-19T10:31:55.230Z] ==> Appending adjustments [2021-04-19T10:31:55.230Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T10:31:55.492Z] + Found adjustments [2021-04-19T10:31:55.492Z] ==> Gzipping contents [2021-04-19T10:31:55.492Z] 4.0K /tmp/codecov.g6jhE1.gz [2021-04-19T10:31:55.492Z] ==> Uploading reports [2021-04-19T10:31:55.492Z] url: https://codecov.io [2021-04-19T10:31:55.492Z] query: branch=master&commit=90967dc4090d37bd76220bfe9e4fc5ca3976471c&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T10:31:55.492Z] -> Pinging Codecov [2021-04-19T10:31:55.492Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=90967dc4090d37bd76220bfe9e4fc5ca3976471c&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T10:31:56.068Z] -> Uploading to [2021-04-19T10:31:56.068Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/90967dc4090d37bd76220bfe9e4fc5ca3976471c/752a28e6-cc4a-4c86-91e5-8d41f990cca5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T103155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c2738f73dab9eed6f9f7a4a49d6743dddc43c7ce490d028a1c4dde253e6d16b [2021-04-19T10:31:56.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T10:31:56.068Z] Dload Upload Total Spent Left Speed [2021-04-19T10:31:56.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 9181 --:--:-- --:--:-- --:--:-- 9202 [2021-04-19T10:31:56.644Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] } [2021-04-19T10:31:56.654Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T10:31:57.361Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T10:31:57.379Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:31:57.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T10:31:57.685Z] [2021-04-19T10:31:57.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:31:58.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T10:31:58.004Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T10:31:58.004Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T10:31:58.004Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T10:31:58.004Z] de9db76c5a1d: Pulling fs layer [2021-04-19T10:31:58.004Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T10:31:58.004Z] 0d57e429df01: Pulling fs layer [2021-04-19T10:31:58.004Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T10:31:58.004Z] e1f770b5df2f: Pulling fs layer [2021-04-19T10:31:58.004Z] 85a0685a4137: Pulling fs layer [2021-04-19T10:31:58.004Z] 4e4be7b47b0d: Waiting [2021-04-19T10:31:58.004Z] e1f770b5df2f: Waiting [2021-04-19T10:31:58.004Z] 85a0685a4137: Waiting [2021-04-19T10:31:58.004Z] 0eba1c9be4d2: Waiting [2021-04-19T10:31:58.004Z] 0d57e429df01: Waiting [2021-04-19T10:31:58.004Z] de9db76c5a1d: Verifying Checksum [2021-04-19T10:31:58.004Z] de9db76c5a1d: Download complete [2021-04-19T10:31:58.004Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T10:31:58.004Z] 0ef7d3d256c8: Download complete [2021-04-19T10:31:58.004Z] 0d57e429df01: Verifying Checksum [2021-04-19T10:31:58.004Z] 0d57e429df01: Download complete [2021-04-19T10:31:58.004Z] 188c0c94c7c5: Download complete [2021-04-19T10:31:58.004Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T10:31:58.004Z] 4e4be7b47b0d: Download complete [2021-04-19T10:31:58.595Z] 188c0c94c7c5: Pull complete [2021-04-19T10:31:58.858Z] 0ef7d3d256c8: Pull complete [2021-04-19T10:31:58.858Z] de9db76c5a1d: Pull complete [2021-04-19T10:31:59.880Z] e1f770b5df2f: Verifying Checksum [2021-04-19T10:31:59.880Z] e1f770b5df2f: Download complete [2021-04-19T10:32:02.486Z] 85a0685a4137: Verifying Checksum [2021-04-19T10:32:02.486Z] 85a0685a4137: Download complete [2021-04-19T10:32:02.486Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T10:32:02.486Z] 0eba1c9be4d2: Download complete [2021-04-19T10:32:07.833Z] 0eba1c9be4d2: Pull complete [2021-04-19T10:32:08.100Z] 0d57e429df01: Pull complete [2021-04-19T10:32:08.100Z] 4e4be7b47b0d: Pull complete [2021-04-19T10:32:10.031Z] e1f770b5df2f: Pull complete [2021-04-19T10:32:18.212Z] 85a0685a4137: Pull complete [2021-04-19T10:32:18.212Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T10:32:18.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T10:32:18.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T10:32:18.446Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:32:18.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T10:32:19.609Z] $ docker top ae34c6da5273ba349e75ce56feb900553fb6e5d08ef9c54bb62854156679ff2b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T10:32:19.754Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T10:32:20.050Z] + set -o pipefail [2021-04-19T10:32:20.050Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T10:32:38.221Z] [2021-04-19T10:32:38.221Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-19T10:32:38.221Z] [2021-04-19T10:32:38.221Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/a74ae8b6-bfdb-4e6c-8cb5-3029491f0524 [2021-04-19T10:32:38.221Z] [2021-04-19T10:32:38.221Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-19T10:32:38.221Z] [2021-04-19T10:32:38.221Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T10:32:38.221Z] [2021-04-19T10:32:38.221Z] [2021-04-19T10:32:38.221Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T10:32:38.221Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T10:32:38.241Z] $ docker stop --time=1 ae34c6da5273ba349e75ce56feb900553fb6e5d08ef9c54bb62854156679ff2b [2021-04-19T10:32:40.199Z] $ docker rm -f ae34c6da5273ba349e75ce56feb900553fb6e5d08ef9c54bb62854156679ff2b [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-04-19T10:32:41.262Z] + git log --format=format:%s -1 90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:32:41.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T10:32:41.575Z] . [Pipeline] withDockerContainer [2021-04-19T10:32:41.676Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:32:41.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T10:32:42.621Z] $ docker top 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T10:32:42.838Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T10:32:42.838Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T10:32:43.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T10:32:43.091Z] $ docker exec 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e ssh-agent [2021-04-19T10:32:43.268Z] SSH_AUTH_SOCK=/tmp/ssh-JksZmiEeDcDv/agent.13 [2021-04-19T10:32:43.268Z] SSH_AGENT_PID=19 [2021-04-19T10:32:43.276Z] Running ssh-add (command line suppressed) [2021-04-19T10:32:43.415Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_468324071254262894.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_468324071254262894.key) [2021-04-19T10:32:43.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T10:32:43.780Z] + git semver tag [2021-04-19T10:32:43.780Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T10:32:43.780Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T10:32:43.780Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T10:32:43.780Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T10:32:43.780Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T10:32:43.780Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T10:32:43.780Z] # $SEMVER_BRANCH = master [2021-04-19T10:32:43.780Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-19T10:32:43.780Z] # 90967dc4090d37bd76220bfe9e4fc5ca3976471c HEAD [2021-04-19T10:32:43.780Z] # -> Force: false [2021-04-19T10:32:43.780Z] # 6be61f45f9bb55af4c5a04396651119ae75fcc81 refs/tags/v2.0.0-dev.39 [Pipeline] } [2021-04-19T10:32:43.796Z] $ docker exec --env ******** --env ******** 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e ssh-agent -k [2021-04-19T10:32:43.920Z] unset SSH_AUTH_SOCK; [2021-04-19T10:32:43.920Z] unset SSH_AGENT_PID; [2021-04-19T10:32:43.920Z] echo Agent pid 19 killed; [2021-04-19T10:32:43.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T10:32:44.318Z] + git semver [Pipeline] } [2021-04-19T10:32:44.337Z] $ docker stop --time=1 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e [2021-04-19T10:32:45.700Z] $ docker rm -f 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:32:46.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T10:32:46.241Z] [2021-04-19T10:32:46.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:32:46.565Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T10:32:46.565Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T10:32:46.565Z] ab5ef0e58194: Pulling fs layer [2021-04-19T10:32:46.565Z] 9712f1f96733: Pulling fs layer [2021-04-19T10:32:46.565Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T10:32:46.565Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T10:32:46.565Z] e9a5061849ea: Pulling fs layer [2021-04-19T10:32:46.565Z] d747dcd14b5f: Pulling fs layer [2021-04-19T10:32:46.565Z] 2de7ff778b66: Pulling fs layer [2021-04-19T10:32:46.565Z] 0d9ebad4ef96: Waiting [2021-04-19T10:32:46.565Z] e9a5061849ea: Waiting [2021-04-19T10:32:46.565Z] d747dcd14b5f: Waiting [2021-04-19T10:32:46.565Z] 2de7ff778b66: Waiting [2021-04-19T10:32:46.565Z] 9712f1f96733: Verifying Checksum [2021-04-19T10:32:46.565Z] 9712f1f96733: Download complete [2021-04-19T10:32:48.511Z] 63f879dbbcfc: Download complete [2021-04-19T10:32:48.511Z] e9a5061849ea: Verifying Checksum [2021-04-19T10:32:48.511Z] e9a5061849ea: Download complete [2021-04-19T10:32:48.511Z] d747dcd14b5f: Verifying Checksum [2021-04-19T10:32:48.511Z] d747dcd14b5f: Download complete [2021-04-19T10:32:48.784Z] 2de7ff778b66: Verifying Checksum [2021-04-19T10:32:48.784Z] 2de7ff778b66: Download complete [2021-04-19T10:32:49.050Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T10:32:49.050Z] 0d9ebad4ef96: Download complete [2021-04-19T10:32:49.314Z] ab5ef0e58194: Verifying Checksum [2021-04-19T10:32:49.314Z] ab5ef0e58194: Download complete [2021-04-19T10:32:54.636Z] ab5ef0e58194: Pull complete [2021-04-19T10:32:54.636Z] 9712f1f96733: Pull complete [2021-04-19T10:32:56.566Z] 63f879dbbcfc: Pull complete [2021-04-19T10:33:04.786Z] 0d9ebad4ef96: Pull complete [2021-04-19T10:33:08.114Z] e9a5061849ea: Pull complete [2021-04-19T10:33:08.114Z] d747dcd14b5f: Pull complete [2021-04-19T10:33:09.520Z] 2de7ff778b66: Pull complete [2021-04-19T10:33:09.520Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T10:33:09.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T10:33:09.520Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T10:33:09.752Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:33:09.806Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T10:33:12.996Z] $ docker top 55a8df88c76424813558c5579820896bb7584c5f063b07f0321f840dbd343f68 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T10:33:13.196Z] provisioning config files... [2021-04-19T10:33:13.207Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8312621286117456409tmp [2021-04-19T10:33:13.223Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5762748584765706171tmp [2021-04-19T10:33:13.239Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6122515463704675880tmp [Pipeline] { [Pipeline] echo [2021-04-19T10:33:13.268Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:33:13.574Z] ---> sigul-configuration.sh [2021-04-19T10:33:13.575Z] gpg: directory `/root/.gnupg' created [2021-04-19T10:33:13.575Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T10:33:13.575Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T10:33:13.575Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T10:33:13.575Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T10:33:13.575Z] gpg: CAST5 encrypted data [2021-04-19T10:33:13.839Z] gpg: encrypted with 1 passphrase [2021-04-19T10:33:13.839Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T10:33:14.150Z] + mkdir /home/jenkins [2021-04-19T10:33:14.150Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T10:33:14.452Z] + 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-04-19T10:33:14.465Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:33:14.778Z] ---> sigul-install.sh [2021-04-19T10:33:21.391Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T10:33:21.697Z] + git tag --list [2021-04-19T10:33:21.697Z] 0.1.1 [2021-04-19T10:33:21.697Z] v1.1.0 [2021-04-19T10:33:21.697Z] v1.2.0 [2021-04-19T10:33:21.697Z] v1.2.1 [2021-04-19T10:33:21.697Z] v1.3.0 [2021-04-19T10:33:21.697Z] v2.0.0-dev.1 [2021-04-19T10:33:21.697Z] v2.0.0-dev.10 [2021-04-19T10:33:21.697Z] v2.0.0-dev.11 [2021-04-19T10:33:21.697Z] v2.0.0-dev.12 [2021-04-19T10:33:21.697Z] v2.0.0-dev.13 [2021-04-19T10:33:21.697Z] v2.0.0-dev.14 [2021-04-19T10:33:21.697Z] v2.0.0-dev.15 [2021-04-19T10:33:21.697Z] v2.0.0-dev.16 [2021-04-19T10:33:21.697Z] v2.0.0-dev.17 [2021-04-19T10:33:21.697Z] v2.0.0-dev.18 [2021-04-19T10:33:21.697Z] v2.0.0-dev.19 [2021-04-19T10:33:21.697Z] v2.0.0-dev.2 [2021-04-19T10:33:21.697Z] v2.0.0-dev.20 [2021-04-19T10:33:21.697Z] v2.0.0-dev.21 [2021-04-19T10:33:21.697Z] v2.0.0-dev.22 [2021-04-19T10:33:21.697Z] v2.0.0-dev.23 [2021-04-19T10:33:21.697Z] v2.0.0-dev.24 [2021-04-19T10:33:21.697Z] v2.0.0-dev.25 [2021-04-19T10:33:21.697Z] v2.0.0-dev.26 [2021-04-19T10:33:21.697Z] v2.0.0-dev.27 [2021-04-19T10:33:21.697Z] v2.0.0-dev.28 [2021-04-19T10:33:21.697Z] v2.0.0-dev.29 [2021-04-19T10:33:21.697Z] v2.0.0-dev.3 [2021-04-19T10:33:21.697Z] v2.0.0-dev.30 [2021-04-19T10:33:21.697Z] v2.0.0-dev.31 [2021-04-19T10:33:21.697Z] v2.0.0-dev.32 [2021-04-19T10:33:21.697Z] v2.0.0-dev.33 [2021-04-19T10:33:21.697Z] v2.0.0-dev.34 [2021-04-19T10:33:21.697Z] v2.0.0-dev.35 [2021-04-19T10:33:21.697Z] v2.0.0-dev.36 [2021-04-19T10:33:21.697Z] v2.0.0-dev.37 [2021-04-19T10:33:21.697Z] v2.0.0-dev.38 [2021-04-19T10:33:21.697Z] v2.0.0-dev.39 [2021-04-19T10:33:21.697Z] v2.0.0-dev.4 [2021-04-19T10:33:21.697Z] v2.0.0-dev.5 [2021-04-19T10:33:21.697Z] v2.0.0-dev.6 [2021-04-19T10:33:21.697Z] v2.0.0-dev.7 [2021-04-19T10:33:21.697Z] v2.0.0-dev.8 [2021-04-19T10:33:21.697Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T10:33:22.000Z] + lftools sign git-tag v2.0.0-dev.39 [2021-04-19T10:33:23.398Z] Signing Git tag with Sigul... [2021-04-19T10:33:23.398Z] Signing v2.0.0-dev.39 [Pipeline] echo [2021-04-19T10:33:25.416Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:33:25.758Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T10:33:25.778Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T10:33:25.816Z] $ docker stop --time=1 55a8df88c76424813558c5579820896bb7584c5f063b07f0321f840dbd343f68 [2021-04-19T10:33:28.010Z] $ docker rm -f 55a8df88c76424813558c5579820896bb7584c5f063b07f0321f840dbd343f68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:33:28.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T10:33:28.556Z] . [Pipeline] withDockerContainer [2021-04-19T10:33:28.670Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:33:28.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T10:33:29.430Z] $ docker top d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T10:33:29.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T10:33:29.612Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T10:33:29.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T10:33:29.843Z] $ docker exec d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 ssh-agent [2021-04-19T10:33:30.033Z] SSH_AUTH_SOCK=/tmp/ssh-AEyL63W8fqBC/agent.11 [2021-04-19T10:33:30.033Z] SSH_AGENT_PID=17 [2021-04-19T10:33:30.040Z] Running ssh-add (command line suppressed) [2021-04-19T10:33:30.177Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5869517129252360873.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5869517129252360873.key) [2021-04-19T10:33:30.239Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T10:33:30.542Z] + git semver bump pre [2021-04-19T10:33:30.542Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T10:33:30.542Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T10:33:30.542Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T10:33:30.542Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T10:33:30.542Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T10:33:30.542Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T10:33:30.542Z] # $SEMVER_BRANCH = master [2021-04-19T10:33:30.542Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-19T10:33:30.542Z] 2.0.0-dev.40 [Pipeline] } [2021-04-19T10:33:30.557Z] $ docker exec --env ******** --env ******** d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 ssh-agent -k [2021-04-19T10:33:30.702Z] unset SSH_AUTH_SOCK; [2021-04-19T10:33:30.702Z] unset SSH_AGENT_PID; [2021-04-19T10:33:30.702Z] echo Agent pid 17 killed; [2021-04-19T10:33:30.765Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T10:33:31.097Z] + git semver [Pipeline] } [2021-04-19T10:33:31.115Z] $ docker stop --time=1 d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 [2021-04-19T10:33:32.482Z] $ docker rm -f d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:33:32.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T10:33:32.931Z] . [Pipeline] withDockerContainer [2021-04-19T10:33:33.033Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:33:33.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T10:33:33.806Z] $ docker top 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T10:33:33.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T10:33:33.999Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T10:33:34.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T10:33:34.221Z] $ docker exec 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e ssh-agent [2021-04-19T10:33:34.406Z] SSH_AUTH_SOCK=/tmp/ssh-znYALdzkfrRo/agent.11 [2021-04-19T10:33:34.406Z] SSH_AGENT_PID=16 [2021-04-19T10:33:34.413Z] Running ssh-add (command line suppressed) [2021-04-19T10:33:34.556Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6984803009151627849.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6984803009151627849.key) [2021-04-19T10:33:34.620Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T10:33:34.940Z] + git semver push [2021-04-19T10:33:34.940Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T10:33:34.940Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T10:33:34.940Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T10:33:34.940Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T10:33:34.940Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T10:33:34.940Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T10:33:34.940Z] # $SEMVER_BRANCH = master [2021-04-19T10:33:34.940Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-19T10:33:40.263Z] $ docker exec --env ******** --env ******** 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e ssh-agent -k [2021-04-19T10:33:40.438Z] unset SSH_AUTH_SOCK; [2021-04-19T10:33:40.439Z] unset SSH_AGENT_PID; [2021-04-19T10:33:40.440Z] echo Agent pid 16 killed; [2021-04-19T10:33:40.503Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T10:33:40.839Z] + git semver [Pipeline] } [2021-04-19T10:33:40.864Z] $ docker stop --time=1 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e [2021-04-19T10:33:42.236Z] $ docker rm -f 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e [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-04-19T10:33:43.177Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:33:43.750Z] ---> package-listing.sh [2021-04-19T10:33:43.750Z] ++ facter osfamily [2021-04-19T10:33:43.750Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T10:33:43.750Z] + OS_FAMILY=redhat [2021-04-19T10:33:43.750Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T10:33:43.750Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T10:33:43.750Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T10:33:43.750Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T10:33:43.750Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T10:33:43.750Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-19T10:33:43.750Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T10:33:43.750Z] + case "${OS_FAMILY}" in [2021-04-19T10:33:43.750Z] + rpm -qa [2021-04-19T10:33:43.750Z] + sort [2021-04-19T10:33:49.063Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T10:33:49.063Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T10:33:49.063Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T10:33:49.063Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-19T10:33:49.063Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-19T10:33:49.063Z] + 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-04-19T10:33:49.076Z] 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-04-19T10:33:49.372Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:33:49.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T10:33:49.681Z] [2021-04-19T10:33:49.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:33:49.996Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T10:33:49.996Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T10:33:49.996Z] df20fa9351a1: Pulling fs layer [2021-04-19T10:33:49.996Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T10:33:49.996Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T10:33:49.996Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T10:33:49.996Z] 93b61091891f: Pulling fs layer [2021-04-19T10:33:49.996Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T10:33:49.996Z] 5e14af77c1be: Pulling fs layer [2021-04-19T10:33:49.996Z] 01666e4c0597: Pulling fs layer [2021-04-19T10:33:49.996Z] aa168da1d23b: Pulling fs layer [2021-04-19T10:33:49.996Z] 93b9cdb0e59b: Waiting [2021-04-19T10:33:49.996Z] 5e14af77c1be: Waiting [2021-04-19T10:33:49.996Z] 01666e4c0597: Waiting [2021-04-19T10:33:49.996Z] aa168da1d23b: Waiting [2021-04-19T10:33:49.996Z] 46f8f816bc3b: Waiting [2021-04-19T10:33:49.996Z] 93b61091891f: Waiting [2021-04-19T10:33:49.996Z] 36b3adc4ff6f: Download complete [2021-04-19T10:33:49.996Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T10:33:49.996Z] 46f8f816bc3b: Download complete [2021-04-19T10:33:50.261Z] df20fa9351a1: Verifying Checksum [2021-04-19T10:33:50.261Z] df20fa9351a1: Download complete [2021-04-19T10:33:50.261Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T10:33:50.261Z] 93b9cdb0e59b: Download complete [2021-04-19T10:33:50.261Z] 93b61091891f: Download complete [2021-04-19T10:33:50.261Z] 5e14af77c1be: Download complete [2021-04-19T10:33:50.261Z] 01666e4c0597: Verifying Checksum [2021-04-19T10:33:50.261Z] 01666e4c0597: Download complete [2021-04-19T10:33:50.261Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T10:33:50.261Z] 8ad3a11d3b57: Download complete [2021-04-19T10:33:50.523Z] df20fa9351a1: Pull complete [2021-04-19T10:33:51.102Z] 36b3adc4ff6f: Pull complete [2021-04-19T10:33:52.510Z] 8ad3a11d3b57: Pull complete [2021-04-19T10:33:52.510Z] aa168da1d23b: Verifying Checksum [2021-04-19T10:33:52.510Z] aa168da1d23b: Download complete [2021-04-19T10:33:52.510Z] 46f8f816bc3b: Pull complete [2021-04-19T10:33:52.773Z] 93b61091891f: Pull complete [2021-04-19T10:33:53.035Z] 93b9cdb0e59b: Pull complete [2021-04-19T10:33:53.035Z] 5e14af77c1be: Pull complete [2021-04-19T10:33:53.299Z] 01666e4c0597: Pull complete [2021-04-19T10:34:01.487Z] aa168da1d23b: Pull complete [2021-04-19T10:34:01.487Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T10:34:01.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T10:34:01.487Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T10:34:01.705Z] prd-centos7-docker-4c-2g-780 does not seem to be running inside a container [2021-04-19T10:34:01.755Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T10:34:04.979Z] $ docker top 779d83a68a22182cea6f51f56b769f01362c4ad89560540d87c815ec0026d807 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:34:05.401Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T10:34:05.750Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T10:34:06.085Z] + ls /var/log/sa-host [2021-04-19T10:34:06.085Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T10:34:06.085Z] file_magic: OK [2021-04-19T10:34:06.085Z] HZ: Using current value: 100 [2021-04-19T10:34:06.085Z] file_header: OK [2021-04-19T10:34:06.085Z] 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-04-19T10:34:06.085Z] Statistics: [2021-04-19T10:34:06.085Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T10:34:06.085Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T10:34:06.085Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T10:34:06.085Z] file_magic: OK [2021-04-19T10:34:06.085Z] HZ: Using current value: 100 [2021-04-19T10:34:06.085Z] file_header: OK [2021-04-19T10:34:06.085Z] 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-04-19T10:34:06.085Z] Statistics: [2021-04-19T10:34:06.085Z] Hnuu...uuuununununu... [2021-04-19T10:34:06.085Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T10:34:06.675Z] provisioning config files... [2021-04-19T10:34:06.698Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5927838060823874351tmp [Pipeline] { [Pipeline] echo [2021-04-19T10:34:06.726Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:34:07.054Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T10:34:07.063Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T10:34:07.088Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:34:07.387Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T10:34:07.398Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:34:07.696Z] ---> sudo-logs.sh [2021-04-19T10:34:07.696Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T10:34:07.730Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:34:08.028Z] ---> job-cost.sh [2021-04-19T10:34:08.028Z] lf-activate-venv: SKIPPING [2021-04-19T10:34:08.028Z] DEBUG: total: 0.20999999344348907 [2021-04-19T10:34:08.028Z] INFO: Retrieving Stack Cost... [2021-04-19T10:34:08.980Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T10:34:09.556Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T10:34:09.571Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:34:09.869Z] ---> logs-deploy.sh [2021-04-19T10:34:09.869Z] lf-activate-venv: SKIPPING [2021-04-19T10:34:09.869Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/98 [2021-04-19T10:34:09.869Z] INFO: archiving workspace using pattern(s): [2021-04-19T10:34:11.795Z] Archives upload complete. [2021-04-19T10:34:11.795Z] INFO: archiving logs to Nexus [2021-04-19T10:34:12.746Z] ---> uname -a: [2021-04-19T10:34:12.746Z] Linux prd-centos7-docker-4c-2g-780.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-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] ---> lscpu: [2021-04-19T10:34:12.746Z] Architecture: x86_64 [2021-04-19T10:34:12.746Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T10:34:12.746Z] Byte Order: Little Endian [2021-04-19T10:34:12.746Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T10:34:12.746Z] CPU(s): 4 [2021-04-19T10:34:12.746Z] On-line CPU(s) list: 0-3 [2021-04-19T10:34:12.746Z] Thread(s) per core: 1 [2021-04-19T10:34:12.746Z] Core(s) per socket: 1 [2021-04-19T10:34:12.746Z] Socket(s): 4 [2021-04-19T10:34:12.746Z] NUMA node(s): 1 [2021-04-19T10:34:12.746Z] Vendor ID: GenuineIntel [2021-04-19T10:34:12.746Z] CPU family: 6 [2021-04-19T10:34:12.746Z] Model: 44 [2021-04-19T10:34:12.746Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T10:34:12.746Z] Stepping: 1 [2021-04-19T10:34:12.746Z] CPU MHz: 2933.436 [2021-04-19T10:34:12.746Z] BogoMIPS: 5866.87 [2021-04-19T10:34:12.746Z] Virtualization: VT-x [2021-04-19T10:34:12.746Z] Hypervisor vendor: KVM [2021-04-19T10:34:12.746Z] Virtualization type: full [2021-04-19T10:34:12.746Z] L1d cache: 128 KiB [2021-04-19T10:34:12.746Z] L1i cache: 128 KiB [2021-04-19T10:34:12.746Z] L2 cache: 16 MiB [2021-04-19T10:34:12.746Z] L3 cache: 64 MiB [2021-04-19T10:34:12.746Z] NUMA node0 CPU(s): 0-3 [2021-04-19T10:34:12.746Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T10:34:12.746Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T10:34:12.746Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T10:34:12.746Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T10:34:12.746Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T10:34:12.746Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T10:34:12.746Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T10:34:12.746Z] Vulnerability Srbds: Not affected [2021-04-19T10:34:12.746Z] Vulnerability Tsx async abort: Not affected [2021-04-19T10:34:12.746Z] 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-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] ---> nproc: [2021-04-19T10:34:12.746Z] 4 [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] ---> df -h: [2021-04-19T10:34:12.746Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T10:34:12.746Z] overlay 50.0G 8.6G 41.4G 17% / [2021-04-19T10:34:12.746Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T10:34:12.746Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T10:34:12.746Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-04-19T10:34:12.746Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] ---> free -m: [2021-04-19T10:34:12.746Z] total used free shared buff/cache available [2021-04-19T10:34:12.746Z] Mem: 1837 825 149 0 862 947 [2021-04-19T10:34:12.746Z] Swap: 1023 2 1021 [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] ---> ip addr: [2021-04-19T10:34:12.746Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T10:34:12.746Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T10:34:12.746Z] inet 127.0.0.1/8 scope host lo [2021-04-19T10:34:12.746Z] valid_lft forever preferred_lft forever [2021-04-19T10:34:12.746Z] inet6 ::1/128 scope host [2021-04-19T10:34:12.746Z] valid_lft forever preferred_lft forever [2021-04-19T10:34:12.746Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T10:34:12.746Z] link/ether fa:16:3e:dc:1b:7b brd ff:ff:ff:ff:ff:ff [2021-04-19T10:34:12.746Z] inet 10.30.122.228/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T10:34:12.746Z] valid_lft 85737sec preferred_lft 85737sec [2021-04-19T10:34:12.746Z] inet6 fe80::f816:3eff:fedc:1b7b/64 scope link [2021-04-19T10:34:12.746Z] valid_lft forever preferred_lft forever [2021-04-19T10:34:12.746Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T10:34:12.746Z] link/ether 02:42:05:ab:5a:f4 brd ff:ff:ff:ff:ff:ff [2021-04-19T10:34:12.746Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T10:34:12.746Z] valid_lft forever preferred_lft forever [2021-04-19T10:34:12.746Z] inet6 fe80::42:5ff:feab:5af4/64 scope link [2021-04-19T10:34:12.746Z] valid_lft forever preferred_lft forever [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] ---> sar -b -r -n DEV: [2021-04-19T10:34:12.746Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] 10:22:59 LINUX RESTART (4 CPU) [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] 10:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T10:34:12.746Z] 10:25:01 2.18 0.00 2.18 0.00 0.00 47.81 0.00 [2021-04-19T10:34:12.746Z] 10:26:01 0.35 0.00 0.35 0.00 0.00 4.61 0.00 [2021-04-19T10:34:12.746Z] 10:27:01 0.30 0.00 0.30 0.00 0.00 4.16 0.00 [2021-04-19T10:34:12.746Z] 10:28:02 0.55 0.00 0.55 0.00 0.00 6.55 0.00 [2021-04-19T10:34:12.746Z] 10:29:01 0.44 0.00 0.44 0.00 0.00 7.10 0.00 [2021-04-19T10:34:12.746Z] 10:30:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 [2021-04-19T10:34:12.746Z] 10:31:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 [2021-04-19T10:34:12.746Z] 10:32:01 8.07 0.08 7.99 0.00 7.32 3798.00 0.00 [2021-04-19T10:34:12.746Z] 10:33:01 392.43 200.25 192.18 0.00 9175.12 55816.91 0.00 [2021-04-19T10:34:12.746Z] 10:34:01 233.72 109.72 124.01 0.00 8200.03 28363.65 0.00 [2021-04-19T10:34:12.746Z] Average: 64.00 31.09 32.92 0.00 1742.74 8828.33 0.00 [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] 10:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T10:34:12.746Z] 10:25:01 152400 0 616400 32.76 2620 1110124 1090712 37.22 433160 1095284 16 [2021-04-19T10:34:12.746Z] 10:26:01 154172 0 614624 32.67 2620 1110128 1079404 36.84 432196 1094940 12 [2021-04-19T10:34:12.746Z] 10:27:01 150820 0 617968 32.84 2620 1110136 1079740 36.85 436704 1093888 8 [2021-04-19T10:34:12.746Z] 10:28:02 152140 0 616648 32.77 2620 1110136 1079536 36.84 444216 1085268 8 [2021-04-19T10:34:12.746Z] 10:29:01 151092 0 617684 32.83 2620 1110148 1079608 36.85 446840 1084064 8 [2021-04-19T10:34:12.746Z] 10:30:01 151112 0 617660 32.83 2620 1110152 1079536 36.84 461692 1068860 20 [2021-04-19T10:34:12.746Z] 10:31:01 151260 0 617508 32.82 2620 1110156 1079536 36.84 461704 1068864 8 [2021-04-19T10:34:12.746Z] 10:32:01 73396 0 659960 35.08 2620 1145568 1290592 44.05 496768 1104848 68720 [2021-04-19T10:34:12.746Z] 10:33:01 78244 0 810080 43.05 1660 991560 1517664 51.80 651668 845412 63384 [2021-04-19T10:34:12.746Z] 10:34:01 237760 0 788556 41.91 980 854248 1093252 37.31 520668 766484 80444 [2021-04-19T10:34:12.746Z] Average: 145240 0 657709 34.96 2360 1076236 1146958 39.14 478562 1030791 21263 [2021-04-19T10:34:12.746Z] [2021-04-19T10:34:12.746Z] 10:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T10:34:12.746Z] 10:25:01 eth0 0.37 0.13 0.02 0.06 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:26:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:27:01 eth0 3.85 1.81 2.73 0.48 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:28:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:29:01 eth0 0.32 0.27 0.15 0.08 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:30:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:32:01 eth0 300.68 249.79 2968.64 49.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:33:01 eth0 542.92 463.09 4686.75 47.52 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:33:01 docker0 59.11 66.94 4.91 370.16 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:34:01 eth0 310.58 236.82 2467.81 94.08 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.746Z] 10:34:01 docker0 30.36 37.00 1.93 244.76 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.747Z] Average: eth0 116.23 95.45 1015.10 19.17 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.747Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.747Z] Average: docker0 8.97 10.42 0.69 61.65 0.00 0.00 0.00 0.00 [2021-04-19T10:34:12.747Z] [2021-04-19T10:34:12.747Z] [2021-04-19T10:34:12.747Z] ---> sar -P ALL: [2021-04-19T10:34:12.747Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T10:34:12.747Z] [2021-04-19T10:34:12.747Z] 10:22:59 LINUX RESTART (4 CPU) [2021-04-19T10:34:12.747Z] [2021-04-19T10:34:12.747Z] 10:24:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T10:34:12.747Z] 10:25:01 all 0.19 0.00 0.08 0.00 0.01 99.73 [2021-04-19T10:34:12.747Z] 10:25:01 0 0.10 0.00 0.08 0.00 0.00 99.82 [2021-04-19T10:34:12.747Z] 10:25:01 1 0.10 0.00 0.03 0.00 0.03 99.83 [2021-04-19T10:34:12.747Z] 10:25:01 2 0.47 0.00 0.08 0.00 0.00 99.45 [2021-04-19T10:34:12.747Z] 10:25:01 3 0.08 0.00 0.10 0.00 0.00 99.82 [2021-04-19T10:34:12.747Z] 10:26:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-19T10:34:12.747Z] 10:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T10:34:12.747Z] 10:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T10:34:12.747Z] 10:26:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-19T10:34:12.747Z] 10:26:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T10:34:12.747Z] 10:27:01 all 0.22 0.00 0.17 0.00 0.03 99.58 [2021-04-19T10:34:12.747Z] 10:27:01 0 0.07 0.00 0.08 0.00 0.02 99.83 [2021-04-19T10:34:12.747Z] 10:27:01 1 0.10 0.00 0.22 0.00 0.03 99.65 [2021-04-19T10:34:12.747Z] 10:27:01 2 0.58 0.00 0.15 0.00 0.03 99.23 [2021-04-19T10:34:12.747Z] 10:27:01 3 0.12 0.00 0.22 0.00 0.05 99.62 [2021-04-19T10:34:12.747Z] 10:28:02 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-04-19T10:34:12.747Z] 10:28:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T10:34:12.747Z] 10:28:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T10:34:12.747Z] 10:28:02 2 0.53 0.00 0.10 0.00 0.02 99.35 [2021-04-19T10:34:12.747Z] 10:28:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T10:34:12.747Z] 10:29:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-04-19T10:34:12.747Z] 10:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-19T10:34:12.747Z] 10:29:01 1 0.46 0.00 0.05 0.00 0.00 99.49 [2021-04-19T10:34:12.747Z] 10:29:01 2 0.14 0.00 0.07 0.00 0.02 99.78 [2021-04-19T10:34:12.747Z] 10:29:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-19T10:34:12.747Z] 10:30:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-04-19T10:34:12.747Z] 10:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T10:34:12.747Z] 10:30:01 1 0.55 0.00 0.03 0.00 0.02 99.40 [2021-04-19T10:34:12.747Z] 10:30:01 2 0.03 0.00 0.15 0.00 0.00 99.82 [2021-04-19T10:34:12.747Z] 10:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T10:34:12.747Z] 10:31:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-19T10:34:12.747Z] 10:31:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-19T10:34:12.747Z] 10:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-19T10:34:12.747Z] 10:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T10:34:12.747Z] 10:31:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T10:34:12.747Z] 10:32:01 all 1.81 0.00 1.23 0.00 0.04 96.92 [2021-04-19T10:34:12.747Z] 10:32:01 0 1.75 0.00 1.61 0.00 0.02 96.62 [2021-04-19T10:34:12.747Z] 10:32:01 1 1.81 0.00 1.12 0.00 0.03 97.04 [2021-04-19T10:34:12.747Z] 10:32:01 2 1.92 0.00 0.97 0.00 0.03 97.07 [2021-04-19T10:34:12.747Z] 10:32:01 3 1.77 0.00 1.20 0.02 0.07 96.94 [2021-04-19T10:34:12.747Z] 10:33:01 all 15.80 0.00 11.73 4.92 0.34 67.20 [2021-04-19T10:34:12.747Z] 10:33:01 0 15.34 0.00 11.86 3.76 0.35 68.69 [2021-04-19T10:34:12.747Z] 10:33:01 1 16.32 0.00 12.20 9.01 0.33 62.14 [2021-04-19T10:34:12.747Z] 10:33:01 2 16.16 0.00 11.51 3.48 0.40 68.45 [2021-04-19T10:34:12.747Z] 10:33:01 3 15.38 0.00 11.36 3.43 0.30 69.53 [2021-04-19T10:34:12.747Z] 10:34:01 all 11.40 0.00 8.72 3.81 0.38 75.70 [2021-04-19T10:34:12.747Z] 10:34:01 0 10.25 0.00 8.92 2.75 0.41 77.67 [2021-04-19T10:34:12.747Z] 10:34:01 1 10.13 0.00 8.82 5.12 0.40 75.53 [2021-04-19T10:34:12.747Z] 10:34:01 2 9.63 0.00 8.07 4.05 0.34 77.91 [2021-04-19T10:34:12.747Z] 10:34:01 3 15.62 0.00 9.06 3.30 0.36 71.65 [2021-04-19T10:34:12.747Z] Average: all 2.94 0.00 2.16 0.85 0.08 93.97 [2021-04-19T10:34:12.747Z] Average: 0 2.69 0.00 2.21 0.63 0.08 94.39 [2021-04-19T10:34:12.747Z] Average: 1 2.93 0.00 2.20 1.37 0.08 93.42 [2021-04-19T10:34:12.747Z] Average: 2 2.93 0.00 2.06 0.73 0.08 94.19 [2021-04-19T10:34:12.747Z] Average: 3 3.23 0.00 2.15 0.65 0.08 93.90 [2021-04-19T10:34:12.747Z] [2021-04-19T10:34:12.747Z] [2021-04-19T10:34:12.747Z]