Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f61e69e00d27a63771cceaaeaf158cd3c56235d0 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-15102 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 f61e69e00d27a63771cceaaeaf158cd3c56235d0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f61e69e00d27a63771cceaaeaf158cd3c56235d0 # timeout=10 Commit message: "add init component for each module" > git rev-list --no-walk d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T12:39:09.765Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T12:39:10.069Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T12:39:10.344Z] ========================================================= [2020-12-08T12:39:10.344Z] EdgeX Global Pipelines Version Info [2020-12-08T12:39:10.344Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:39:12.963Z] ------------------- [2020-12-08T12:39:12.963Z] stable info: [2020-12-08T12:39:12.963Z] ------------------- [2020-12-08T12:39:12.963Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T12:39:12.963Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T12:39:12.963Z] Message: update stable to v1.0.171 [2020-12-08T12:39:13.955Z] ------------------- [2020-12-08T12:39:13.955Z] experimental info: [2020-12-08T12:39:13.955Z] ------------------- [2020-12-08T12:39:13.955Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-08T12:39:13.955Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T12:39:13.955Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T12:39:14.473Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-12-08T12:39:14.577Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-12-08T12:39:14.722Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T12:39:14.826Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T12:39:14.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T12:39:15.050Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T12:39:15.148Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T12:39:15.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T12:39:15.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-08T12:39:15.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T12:39:15.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T12:39:15.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-12-08T12:39:15.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T12:39:15.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T12:39:16.009Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T12:39:16.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T12:39:16.223Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T12:39:16.345Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T12:39:16.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-08T12:39:16.551Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-08T12:39:16.716Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-08T12:39:16.842Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-08T12:39:17.007Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-08T12:39:17.127Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-08T12:39:17.258Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-08T12:39:17.352Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T12:39:17.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-08T12:39:17.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-08T12:39:17.630Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-08T12:39:17.743Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] echo [2020-12-08T12:39:17.839Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f61e69e [Pipeline] echo [2020-12-08T12:39:17.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T12:39:18.133Z] provisioning config files... [2020-12-08T12:39:18.167Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8079269922407640739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:39:18.559Z] ---> docker-login.sh [2020-12-08T12:39:18.559Z] nexus3.edgexfoundry.org:10001 [2020-12-08T12:39:19.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:39:19.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:39:19.826Z] Configure a credential helper to remove this warning. See [2020-12-08T12:39:19.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:39:19.826Z] [2020-12-08T12:39:19.826Z] Login Succeeded [2020-12-08T12:39:19.826Z] nexus3.edgexfoundry.org:10002 [2020-12-08T12:39:19.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:39:20.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:39:20.097Z] Configure a credential helper to remove this warning. See [2020-12-08T12:39:20.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:39:20.097Z] [2020-12-08T12:39:20.097Z] Login Succeeded [2020-12-08T12:39:20.097Z] nexus3.edgexfoundry.org:10003 [2020-12-08T12:39:20.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:39:20.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:39:20.394Z] Configure a credential helper to remove this warning. See [2020-12-08T12:39:20.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:39:20.394Z] [2020-12-08T12:39:20.394Z] Login Succeeded [2020-12-08T12:39:20.394Z] nexus3.edgexfoundry.org:10004 [2020-12-08T12:39:20.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:39:20.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:39:20.659Z] Configure a credential helper to remove this warning. See [2020-12-08T12:39:20.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:39:20.659Z] [2020-12-08T12:39:20.659Z] Login Succeeded [2020-12-08T12:39:20.659Z] docker.io [2020-12-08T12:39:20.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:39:21.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:39:21.246Z] Configure a credential helper to remove this warning. See [2020-12-08T12:39:21.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:39:21.246Z] [2020-12-08T12:39:21.246Z] Login Succeeded [2020-12-08T12:39:21.246Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T12:39:21.259Z] 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 [2020-12-08T12:39:22.152Z] + git log --format=format:%s -1 f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] echo [2020-12-08T12:39:22.240Z] GIT_COMMIT: f61e69e00d27a63771cceaaeaf158cd3c56235d0, Commit Message: add init component for each module [Pipeline] echo [2020-12-08T12:39:22.289Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:39:23.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T12:39:23.714Z] [2020-12-08T12:39:23.714Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:39:24.127Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T12:39:24.127Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T12:39:24.127Z] 31603596830f: Pulling fs layer [2020-12-08T12:39:24.127Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T12:39:24.127Z] 6ca5941a6612: Pulling fs layer [2020-12-08T12:39:24.127Z] ecc8261a40a4: Pulling fs layer [2020-12-08T12:39:24.127Z] ecc8261a40a4: Waiting [2020-12-08T12:39:24.127Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T12:39:24.127Z] 2a8b12db71e7: Download complete [2020-12-08T12:39:24.411Z] 31603596830f: Verifying Checksum [2020-12-08T12:39:24.411Z] 31603596830f: Download complete [2020-12-08T12:39:24.709Z] ecc8261a40a4: Verifying Checksum [2020-12-08T12:39:24.709Z] ecc8261a40a4: Download complete [2020-12-08T12:39:24.709Z] 6ca5941a6612: Verifying Checksum [2020-12-08T12:39:24.709Z] 6ca5941a6612: Download complete [2020-12-08T12:39:25.008Z] 31603596830f: Pull complete [2020-12-08T12:39:25.293Z] 2a8b12db71e7: Pull complete [2020-12-08T12:39:26.723Z] 6ca5941a6612: Pull complete [2020-12-08T12:39:26.991Z] ecc8261a40a4: Pull complete [2020-12-08T12:39:26.991Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T12:39:26.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T12:39:26.991Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T12:39:27.371Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:39:27.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T12:39:30.203Z] $ docker top 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T12:39:30.674Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T12:39:30.674Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T12:39:31.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T12:39:31.298Z] $ docker exec 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent [2020-12-08T12:39:31.678Z] SSH_AUTH_SOCK=/tmp/ssh-nearsx9Exgw3/agent.12 [2020-12-08T12:39:31.678Z] SSH_AGENT_PID=17 [2020-12-08T12:39:31.699Z] Running ssh-add (command line suppressed) [2020-12-08T12:39:31.928Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7123828144464529291.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7123828144464529291.key) [2020-12-08T12:39:32.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T12:39:32.880Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T12:39:32.910Z] $ docker exec --env ******** --env ******** 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent -k [2020-12-08T12:39:33.067Z] unset SSH_AUTH_SOCK; [2020-12-08T12:39:33.068Z] unset SSH_AGENT_PID; [2020-12-08T12:39:33.068Z] echo Agent pid 17 killed; [2020-12-08T12:39:33.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T12:39:33.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T12:39:33.358Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T12:39:33.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T12:39:33.714Z] $ docker exec 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent [2020-12-08T12:39:34.009Z] SSH_AUTH_SOCK=/tmp/ssh-bdRh3jz0exDv/agent.45 [2020-12-08T12:39:34.009Z] SSH_AGENT_PID=50 [2020-12-08T12:39:34.020Z] Running ssh-add (command line suppressed) [2020-12-08T12:39:34.270Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1054265231606524216.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1054265231606524216.key) [2020-12-08T12:39:34.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T12:39:34.794Z] + git semver init [2020-12-08T12:39:35.081Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T12:39:35.081Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T12:39:35.081Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T12:39:35.081Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T12:39:35.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T12:39:35.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T12:39:35.081Z] # $SEMVER_BRANCH = master [2020-12-08T12:39:35.081Z] # $SEMVER_TEMP = /tmp/semver-302418195 [2020-12-08T12:39:35.081Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-12-08T12:39:36.583Z] # '/tmp/semver-302418195' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-12-08T12:39:36.583Z] # -> Force: false [2020-12-08T12:39:36.583Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-12-08T12:39:36.603Z] $ docker exec --env ******** --env ******** 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent -k [2020-12-08T12:39:36.779Z] unset SSH_AUTH_SOCK; [2020-12-08T12:39:36.779Z] unset SSH_AGENT_PID; [2020-12-08T12:39:36.779Z] echo Agent pid 50 killed; [2020-12-08T12:39:36.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T12:39:37.490Z] + git semver [Pipeline] } [2020-12-08T12:39:37.551Z] $ docker stop --time=1 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 [2020-12-08T12:39:39.327Z] $ docker rm -f 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T12:39:39.913Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T12:39:40.530Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T12:39:40.533Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [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 [2020-12-08T12:39:56.570Z] Still waiting to schedule task [2020-12-08T12:39:56.570Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15102’ [2020-12-08T12:39:56.572Z] Still waiting to schedule task [2020-12-08T12:39:56.572Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-08T12:41:51.210Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15103 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-12-08T12:41:51.337Z] Running in /w/workspace/edgex-ui-go/60 [Pipeline] { [Pipeline] checkout [2020-12-08T12:41:56.692Z] using credential edgex-jenkins-ssh [2020-12-08T12:41:56.758Z] Cloning the remote Git repository [2020-12-08T12:41:56.828Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T12:41:56.934Z] > git init /w/workspace/edgex-ui-go/60 # timeout=10 [2020-12-08T12:41:57.019Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T12:41:57.020Z] > git --version # timeout=10 [2020-12-08T12:41:57.038Z] > git --version # 'git version 2.17.1' [2020-12-08T12:41:57.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T12:41:57.100Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T12:41:58.539Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T12:41:58.561Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T12:41:58.599Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T12:41:58.635Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T12:41:58.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T12:41:58.658Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T12:41:59.159Z] Checking out Revision f61e69e00d27a63771cceaaeaf158cd3c56235d0 (master) [2020-12-08T12:41:59.194Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T12:41:59.217Z] > git checkout -f f61e69e00d27a63771cceaaeaf158cd3c56235d0 # timeout=10 [2020-12-08T12:42:03.871Z] Commit message: "add init component for each module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T12:42:05.469Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T12:42:05.891Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T12:42:06.240Z] + + sudo service docker restart [2020-12-08T12:42:06.240Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T12:42:08.956Z] provisioning config files... [2020-12-08T12:42:09.063Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config6347149200937129557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:42:09.522Z] ---> docker-login.sh [2020-12-08T12:42:09.522Z] nexus3.edgexfoundry.org:10001 [2020-12-08T12:42:10.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:42:10.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:42:10.796Z] Configure a credential helper to remove this warning. See [2020-12-08T12:42:10.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:42:10.796Z] [2020-12-08T12:42:10.796Z] Login Succeeded [2020-12-08T12:42:10.796Z] nexus3.edgexfoundry.org:10002 [2020-12-08T12:42:11.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:42:11.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:42:11.350Z] Configure a credential helper to remove this warning. See [2020-12-08T12:42:11.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:42:11.350Z] [2020-12-08T12:42:11.350Z] Login Succeeded [2020-12-08T12:42:11.350Z] nexus3.edgexfoundry.org:10003 [2020-12-08T12:42:11.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:42:11.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:42:11.908Z] Configure a credential helper to remove this warning. See [2020-12-08T12:42:11.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:42:11.908Z] [2020-12-08T12:42:11.908Z] Login Succeeded [2020-12-08T12:42:11.908Z] nexus3.edgexfoundry.org:10004 [2020-12-08T12:42:12.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:42:12.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:42:12.459Z] Configure a credential helper to remove this warning. See [2020-12-08T12:42:12.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:42:12.459Z] [2020-12-08T12:42:12.459Z] Login Succeeded [2020-12-08T12:42:12.459Z] docker.io [2020-12-08T12:42:12.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:42:13.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:42:13.005Z] Configure a credential helper to remove this warning. See [2020-12-08T12:42:13.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:42:13.005Z] [2020-12-08T12:42:13.005Z] Login Succeeded [2020-12-08T12:42:13.005Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T12:42:13.026Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T12:42:13.486Z] ========================================================= [2020-12-08T12:42:13.486Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T12:42:13.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:42:13.884Z] + 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 . [2020-12-08T12:42:14.507Z] Sending build context to Docker daemon 15.8MB [2020-12-08T12:42:14.507Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-08T12:42:14.507Z] Step 2/8 : FROM ${BASE} [2020-12-08T12:42:14.507Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T12:42:14.507Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T12:42:14.507Z] a4357932f1b6: Pulling fs layer [2020-12-08T12:42:14.507Z] 18c013af1878: Pulling fs layer [2020-12-08T12:42:14.507Z] 00ac8860ef70: Pulling fs layer [2020-12-08T12:42:14.507Z] 63d7cb157983: Pulling fs layer [2020-12-08T12:42:14.507Z] b116817d02f9: Pulling fs layer [2020-12-08T12:42:14.507Z] 745a02a5169b: Pulling fs layer [2020-12-08T12:42:14.507Z] 00ac8860ef70: Waiting [2020-12-08T12:42:14.507Z] 745a02a5169b: Waiting [2020-12-08T12:42:14.507Z] 63d7cb157983: Waiting [2020-12-08T12:42:14.803Z] b116817d02f9: Waiting [2020-12-08T12:42:14.803Z] 18c013af1878: Verifying Checksum [2020-12-08T12:42:14.803Z] 18c013af1878: Download complete [2020-12-08T12:42:14.803Z] a4357932f1b6: Verifying Checksum [2020-12-08T12:42:14.803Z] a4357932f1b6: Download complete [2020-12-08T12:42:14.803Z] 63d7cb157983: Verifying Checksum [2020-12-08T12:42:14.803Z] 63d7cb157983: Download complete [2020-12-08T12:42:14.803Z] b116817d02f9: Verifying Checksum [2020-12-08T12:42:14.803Z] b116817d02f9: Download complete [2020-12-08T12:42:14.803Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T12:42:14.803Z] 5f621e34cdf4: Download complete [2020-12-08T12:42:15.801Z] 5f621e34cdf4: Pull complete [2020-12-08T12:42:16.087Z] a4357932f1b6: Pull complete [2020-12-08T12:42:16.684Z] 18c013af1878: Pull complete [2020-12-08T12:42:17.664Z] 745a02a5169b: Verifying Checksum [2020-12-08T12:42:17.664Z] 745a02a5169b: Download complete [2020-12-08T12:42:18.638Z] 00ac8860ef70: Verifying Checksum [2020-12-08T12:42:18.638Z] 00ac8860ef70: Download complete [2020-12-08T12:42:28.800Z] 00ac8860ef70: Pull complete [2020-12-08T12:42:28.800Z] 63d7cb157983: Pull complete [2020-12-08T12:42:29.075Z] b116817d02f9: Pull complete [2020-12-08T12:42:33.421Z] 745a02a5169b: Pull complete [2020-12-08T12:42:33.421Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T12:42:33.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T12:42:33.421Z] ---> b7e6874047d6 [2020-12-08T12:42:33.421Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-08T12:42:36.049Z] ---> Running in 4813ec2acab7 [2020-12-08T12:42:36.326Z] Removing intermediate container 4813ec2acab7 [2020-12-08T12:42:36.326Z] ---> b038b04f9498 [2020-12-08T12:42:36.326Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T12:42:36.326Z] ---> Running in 40b66bf1b3a3 [2020-12-08T12:42:38.949Z] Removing intermediate container 40b66bf1b3a3 [2020-12-08T12:42:38.949Z] ---> 49b4c5ea96c8 [2020-12-08T12:42:38.949Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-08T12:42:38.949Z] ---> Running in 7a438838e2bb [2020-12-08T12:42:39.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T12:42:40.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T12:42:41.882Z] OK: 142 MiB in 39 packages [2020-12-08T12:42:42.885Z] Removing intermediate container 7a438838e2bb [2020-12-08T12:42:42.885Z] ---> e614b7e4806e [2020-12-08T12:42:42.885Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-08T12:42:43.164Z] ---> Running in 74cc21e63660 [2020-12-08T12:42:43.772Z] Removing intermediate container 74cc21e63660 [2020-12-08T12:42:43.772Z] ---> ba615e407e7c [2020-12-08T12:42:43.772Z] Step 7/8 : COPY . . [2020-12-08T12:42:45.764Z] ---> ccb596508c8b [2020-12-08T12:42:45.764Z] Step 8/8 : RUN go mod download [2020-12-08T12:42:45.764Z] ---> Running in 541b6c4b2427 [2020-12-08T12:42:47.279Z] Running on prd-centos7-docker-4c-2g-15104 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-12-08T12:42:47.343Z] Running in /w/workspace/edgex-ui-go/60 [Pipeline] { [Pipeline] checkout [2020-12-08T12:42:53.274Z] using credential edgex-jenkins-ssh [2020-12-08T12:42:53.380Z] Cloning the remote Git repository [2020-12-08T12:42:53.473Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T12:42:53.572Z] > git init /w/workspace/edgex-ui-go/60 # timeout=10 [2020-12-08T12:42:53.712Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T12:42:53.712Z] > git --version # timeout=10 [2020-12-08T12:42:53.738Z] > git --version # 'git version 2.24.3' [2020-12-08T12:42:53.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T12:42:53.822Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T12:42:55.708Z] Checking out Revision f61e69e00d27a63771cceaaeaf158cd3c56235d0 (master) [2020-12-08T12:42:55.073Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T12:42:55.133Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T12:42:55.197Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T12:42:55.268Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T12:42:55.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T12:42:55.290Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T12:42:55.724Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T12:42:55.740Z] > git checkout -f f61e69e00d27a63771cceaaeaf158cd3c56235d0 # timeout=10 [2020-12-08T12:42:59.900Z] Commit message: "add init component for each module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T12:43:01.494Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T12:43:01.937Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T12:43:02.283Z] + sudo service docker restart [2020-12-08T12:43:02.283Z] + true [2020-12-08T12:43:02.283Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T12:43:03.802Z] provisioning config files... [2020-12-08T12:43:03.859Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config5804568680392917417tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:43:04.405Z] ---> docker-login.sh [2020-12-08T12:43:04.405Z] nexus3.edgexfoundry.org:10001 [2020-12-08T12:43:05.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:43:05.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:43:05.369Z] Configure a credential helper to remove this warning. See [2020-12-08T12:43:05.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:43:05.369Z] [2020-12-08T12:43:05.369Z] Login Succeeded [2020-12-08T12:43:05.369Z] nexus3.edgexfoundry.org:10002 [2020-12-08T12:43:05.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:43:05.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:43:05.662Z] Configure a credential helper to remove this warning. See [2020-12-08T12:43:05.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:43:05.662Z] [2020-12-08T12:43:05.662Z] Login Succeeded [2020-12-08T12:43:05.662Z] nexus3.edgexfoundry.org:10003 [2020-12-08T12:43:05.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:43:05.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:43:05.958Z] Configure a credential helper to remove this warning. See [2020-12-08T12:43:05.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:43:05.958Z] [2020-12-08T12:43:05.958Z] Login Succeeded [2020-12-08T12:43:05.958Z] nexus3.edgexfoundry.org:10004 [2020-12-08T12:43:06.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:43:06.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:43:06.244Z] Configure a credential helper to remove this warning. See [2020-12-08T12:43:06.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:43:06.244Z] [2020-12-08T12:43:06.244Z] Login Succeeded [2020-12-08T12:43:06.244Z] docker.io [2020-12-08T12:43:06.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:43:06.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:43:06.778Z] Configure a credential helper to remove this warning. See [2020-12-08T12:43:06.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:43:06.778Z] [2020-12-08T12:43:06.778Z] Login Succeeded [2020-12-08T12:43:06.778Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T12:43:06.794Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T12:43:07.380Z] ========================================================= [2020-12-08T12:43:07.381Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T12:43:07.381Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:43:07.856Z] + 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 . [2020-12-08T12:43:08.462Z] Sending build context to Docker daemon 15.8MB [2020-12-08T12:43:08.462Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-08T12:43:08.462Z] Step 2/8 : FROM ${BASE} [2020-12-08T12:43:08.747Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T12:43:08.747Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T12:43:08.747Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T12:43:08.747Z] de9db76c5a1d: Pulling fs layer [2020-12-08T12:43:08.747Z] bca2f99d35d6: Pulling fs layer [2020-12-08T12:43:08.747Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T12:43:08.747Z] 7c6f9722023f: Pulling fs layer [2020-12-08T12:43:08.747Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T12:43:08.747Z] 93359f2a8cfa: Waiting [2020-12-08T12:43:08.747Z] 7c6f9722023f: Waiting [2020-12-08T12:43:08.747Z] a35cf1a2eb13: Waiting [2020-12-08T12:43:08.747Z] bca2f99d35d6: Waiting [2020-12-08T12:43:08.747Z] de9db76c5a1d: Verifying Checksum [2020-12-08T12:43:08.747Z] de9db76c5a1d: Download complete [2020-12-08T12:43:08.747Z] 0ef7d3d256c8: Download complete [2020-12-08T12:43:09.027Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T12:43:09.027Z] 93359f2a8cfa: Download complete [2020-12-08T12:43:09.296Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T12:43:09.296Z] 188c0c94c7c5: Download complete [2020-12-08T12:43:09.296Z] 7c6f9722023f: Verifying Checksum [2020-12-08T12:43:09.296Z] 7c6f9722023f: Download complete [2020-12-08T12:43:09.894Z] 188c0c94c7c5: Pull complete [2020-12-08T12:43:10.191Z] 0ef7d3d256c8: Pull complete [2020-12-08T12:43:10.465Z] de9db76c5a1d: Pull complete [2020-12-08T12:43:12.618Z] Removing intermediate container 541b6c4b2427 [2020-12-08T12:43:12.619Z] ---> ccdf409a609e [2020-12-08T12:43:12.619Z] Successfully built ccdf409a609e [2020-12-08T12:43:12.619Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:43:12.961Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T12:43:12.961Z] . [Pipeline] withDockerContainer [2020-12-08T12:43:13.230Z] prd-ubuntu18.04-docker-arm64-4c-16g-15103 does not seem to be running inside a container [2020-12-08T12:43:13.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T12:43:14.033Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T12:43:14.034Z] a35cf1a2eb13: Download complete [2020-12-08T12:43:14.645Z] bca2f99d35d6: Verifying Checksum [2020-12-08T12:43:14.646Z] bca2f99d35d6: Download complete [2020-12-08T12:43:14.829Z] $ docker top db78886ba713b364f30bf0f130f26adf26bc1b78c9287039b956413a3819a03e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T12:43:15.844Z] + go version [2020-12-08T12:43:15.844Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T12:43:15.875Z] $ docker stop --time=1 db78886ba713b364f30bf0f130f26adf26bc1b78c9287039b956413a3819a03e [2020-12-08T12:43:17.841Z] $ docker rm -f db78886ba713b364f30bf0f130f26adf26bc1b78c9287039b956413a3819a03e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:43:19.098Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T12:43:19.098Z] . [Pipeline] withDockerContainer [2020-12-08T12:43:19.329Z] prd-ubuntu18.04-docker-arm64-4c-16g-15103 does not seem to be running inside a container [2020-12-08T12:43:19.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T12:43:20.916Z] $ docker top 23f0e883c2636e10cfa4491a2b8eb120e1dc335d5aa7f061ce7741f21a27673c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T12:43:21.974Z] + make test [2020-12-08T12:43:21.974Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-08T12:43:23.006Z] bca2f99d35d6: Pull complete [2020-12-08T12:43:23.295Z] 93359f2a8cfa: Pull complete [2020-12-08T12:43:23.414Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-08T12:43:23.591Z] 7c6f9722023f: Pull complete [2020-12-08T12:43:29.086Z] a35cf1a2eb13: Pull complete [2020-12-08T12:43:29.086Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T12:43:29.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T12:43:29.086Z] ---> a62c8e92a672 [2020-12-08T12:43:29.086Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-08T12:43:29.086Z] ---> Running in f90ac32fab84 [2020-12-08T12:43:29.086Z] Removing intermediate container f90ac32fab84 [2020-12-08T12:43:29.086Z] ---> 5c42d67f035e [2020-12-08T12:43:29.086Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T12:43:29.086Z] ---> Running in 03ff45782c1b [2020-12-08T12:43:31.066Z] Removing intermediate container 03ff45782c1b [2020-12-08T12:43:31.066Z] ---> 8b48eef89981 [2020-12-08T12:43:31.066Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-08T12:43:31.066Z] ---> Running in fe84aa9744f4 [2020-12-08T12:43:31.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T12:43:32.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T12:43:33.253Z] OK: 166 MiB in 39 packages [2020-12-08T12:43:33.883Z] Removing intermediate container fe84aa9744f4 [2020-12-08T12:43:33.883Z] ---> 2e1d248e7041 [2020-12-08T12:43:33.883Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-08T12:43:34.157Z] ---> Running in 24180a1b1d46 [2020-12-08T12:43:34.427Z] Removing intermediate container 24180a1b1d46 [2020-12-08T12:43:34.427Z] ---> 77de72df41f3 [2020-12-08T12:43:34.427Z] Step 7/8 : COPY . . [2020-12-08T12:43:36.463Z] ---> 89ecc7af563e [2020-12-08T12:43:36.463Z] Step 8/8 : RUN go mod download [2020-12-08T12:43:36.463Z] ---> Running in 6b234cf8cf8d [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-08T12:43:45.628Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-08T12:43:45.628Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-12-08T12:43:51.084Z] $ docker stop --time=1 23f0e883c2636e10cfa4491a2b8eb120e1dc335d5aa7f061ce7741f21a27673c [2020-12-08T12:43:53.260Z] $ docker rm -f 23f0e883c2636e10cfa4491a2b8eb120e1dc335d5aa7f061ce7741f21a27673c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T12:43:54.104Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T12:43:54.878Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T12:43:58.625Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-08T12:43:58.958Z] + ls -al . [2020-12-08T12:43:58.958Z] total 124 [2020-12-08T12:43:58.958Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 12:43 . [2020-12-08T12:43:58.958Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 12:41 .. [2020-12-08T12:43:58.958Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 12:42 .git [2020-12-08T12:43:58.958Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 12:41 .github [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 153 Dec 8 12:41 .gitignore [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 8 12:41 CONTRIBUTING.md [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 12:41 Dockerfile [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 898 Dec 8 12:41 Dockerfile.build [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 8 12:41 Jenkinsfile [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 8 12:41 LICENSE [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 951 Dec 8 12:41 Makefile [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 4535 Dec 8 12:41 README.md [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 12:39 VERSION [2020-12-08T12:43:58.958Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 12:41 assets [2020-12-08T12:43:58.958Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 12:41 bin [2020-12-08T12:43:58.958Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 12:41 cmd [2020-12-08T12:43:58.958Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 8 12:43 coverage.out [2020-12-08T12:43:58.958Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 8 12:41 docs [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 1019 Dec 8 12:41 go.mod [2020-12-08T12:43:58.958Z] -rw-r--r-- 1 jenkins jenkins 20718 Dec 8 12:43 go.sum [2020-12-08T12:43:58.958Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 12:41 internal [2020-12-08T12:43:58.958Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 8 12:41 version.go [2020-12-08T12:43:58.958Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 12:41 web [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:43:59.304Z] + 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=f61e69e00d27a63771cceaaeaf158cd3c56235d0 --label arch=arm64 --label version=2.0.0-dev.2 . [2020-12-08T12:43:59.907Z] Sending build context to Docker daemon 15.82MB [2020-12-08T12:43:59.907Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-08T12:43:59.907Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-08T12:43:59.907Z] ---> ccdf409a609e [2020-12-08T12:43:59.907Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-08T12:44:00.189Z] ---> Running in 761aad845900 [2020-12-08T12:44:00.788Z] Removing intermediate container 761aad845900 [2020-12-08T12:44:00.788Z] ---> 3ab27f611a9c [2020-12-08T12:44:00.788Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-08T12:44:00.788Z] ---> Running in 4d90cd3ae9bf [2020-12-08T12:44:01.389Z] Removing intermediate container 4d90cd3ae9bf [2020-12-08T12:44:01.389Z] ---> 64b679165dce [2020-12-08T12:44:01.389Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-08T12:44:01.389Z] ---> Running in e2606e981bc7 [2020-12-08T12:44:01.662Z] Removing intermediate container e2606e981bc7 [2020-12-08T12:44:01.662Z] ---> 41dff17e27f7 [2020-12-08T12:44:01.662Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-08T12:44:01.934Z] ---> Running in 1c19b935650d [2020-12-08T12:44:02.529Z] Removing intermediate container 1c19b935650d [2020-12-08T12:44:02.529Z] ---> 8c1e8a97f5f7 [2020-12-08T12:44:02.529Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-08T12:44:02.529Z] ---> Running in 1fdb40145d26 [2020-12-08T12:44:03.122Z] Removing intermediate container 1fdb40145d26 [2020-12-08T12:44:03.122Z] ---> 74914913f61c [2020-12-08T12:44:03.122Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T12:44:03.122Z] ---> Running in 34e6b6724240 [2020-12-08T12:44:03.374Z] Removing intermediate container 6b234cf8cf8d [2020-12-08T12:44:03.374Z] ---> 5743a8e1a3b5 [2020-12-08T12:44:03.374Z] Successfully built 5743a8e1a3b5 [2020-12-08T12:44:03.374Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:44:03.761Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T12:44:04.360Z] . [Pipeline] withDockerContainer [2020-12-08T12:44:05.094Z] Removing intermediate container 34e6b6724240 [2020-12-08T12:44:05.094Z] ---> 8472890b68d9 [2020-12-08T12:44:05.094Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-08T12:44:05.175Z] prd-centos7-docker-4c-2g-15104 does not seem to be running inside a container [2020-12-08T12:44:05.369Z] ---> Running in dfe1314deac1 [2020-12-08T12:44:05.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@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 [2020-12-08T12:44:06.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T12:44:07.158Z] $ docker top b36d044e719df397127e88a7a32a4ca4142e3b5f7b2f615a654b09da79f2b633 -eo pid,comm [2020-12-08T12:44:07.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-12-08T12:44:08.004Z] + go version [2020-12-08T12:44:08.274Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T12:44:08.291Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T12:44:08.291Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T12:44:08.291Z] OK: 12616 distinct packages available [2020-12-08T12:44:08.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T12:44:08.300Z] $ docker stop --time=1 b36d044e719df397127e88a7a32a4ca4142e3b5f7b2f615a654b09da79f2b633 [2020-12-08T12:44:09.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T12:44:09.861Z] OK: 142 MiB in 39 packages [2020-12-08T12:44:09.883Z] $ docker rm -f b36d044e719df397127e88a7a32a4ca4142e3b5f7b2f615a654b09da79f2b633 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:44:10.906Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T12:44:10.906Z] . [Pipeline] withDockerContainer [2020-12-08T12:44:11.177Z] prd-centos7-docker-4c-2g-15104 does not seem to be running inside a container [2020-12-08T12:44:11.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@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 [2020-12-08T12:44:11.301Z] Removing intermediate container dfe1314deac1 [2020-12-08T12:44:11.301Z] ---> 4398ab8e7523 [2020-12-08T12:44:11.301Z] Step 10/24 : ENV GO111MODULE=on [2020-12-08T12:44:11.301Z] ---> Running in 491fcdbd6899 [2020-12-08T12:44:11.898Z] Removing intermediate container 491fcdbd6899 [2020-12-08T12:44:11.898Z] ---> 4dcb4d4a40cd [2020-12-08T12:44:11.898Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-08T12:44:11.898Z] ---> Running in 53467ac812fe [2020-12-08T12:44:12.396Z] $ docker top cf085fffdd8e1664905cdca71921922e1a6ea569dd35cf05d0bd4de07c7edf12 -eo pid,comm [2020-12-08T12:44:12.506Z] Removing intermediate container 53467ac812fe [2020-12-08T12:44:12.506Z] ---> 1a63f35b7b2f [2020-12-08T12:44:12.506Z] Step 12/24 : COPY go.mod . [Pipeline] { [Pipeline] sh [2020-12-08T12:44:13.028Z] + make test [2020-12-08T12:44:13.028Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-08T12:44:13.109Z] ---> b9454ea4f132 [2020-12-08T12:44:13.109Z] Step 13/24 : COPY Makefile . [2020-12-08T12:44:13.705Z] ---> e46ca7980f4e [2020-12-08T12:44:13.705Z] Step 14/24 : RUN make update [2020-12-08T12:44:13.991Z] ---> Running in c726d8d157a6 [2020-12-08T12:44:14.478Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-08T12:44:14.970Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-08T12:44:16.407Z] Removing intermediate container c726d8d157a6 [2020-12-08T12:44:16.407Z] ---> 8fa8bfd9eca9 [2020-12-08T12:44:16.407Z] Step 15/24 : COPY . . [2020-12-08T12:44:18.390Z] ---> 551a2bcab4b6 [2020-12-08T12:44:18.390Z] Step 16/24 : RUN ${MAKE} [2020-12-08T12:44:18.390Z] ---> Running in 0e35c24ddbcb [2020-12-08T12:44:19.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.2" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-12-08T12:44:29.932Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-08T12:44:29.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-08T12:44:29.933Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-08T12:44:29.933Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-12-08T12:44:31.409Z] $ docker stop --time=1 cf085fffdd8e1664905cdca71921922e1a6ea569dd35cf05d0bd4de07c7edf12 [2020-12-08T12:44:33.852Z] $ docker rm -f cf085fffdd8e1664905cdca71921922e1a6ea569dd35cf05d0bd4de07c7edf12 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T12:44:34.678Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T12:44:34.697Z] Warning: overwriting stash ‘coverage-report’ [2020-12-08T12:44:35.286Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-08T12:44:36.014Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-08T12:44:36.379Z] + ls -al . [2020-12-08T12:44:36.379Z] total 88 [2020-12-08T12:44:36.379Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 8 12:44 . [2020-12-08T12:44:36.379Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 8 12:42 .. [2020-12-08T12:44:36.379Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 8 12:42 assets [2020-12-08T12:44:36.379Z] drwxrwxr-x. 2 jenkins jenkins 35 Dec 8 12:42 bin [2020-12-08T12:44:36.379Z] drwxrwxr-x. 3 jenkins jenkins 29 Dec 8 12:42 cmd [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 3959 Dec 8 12:42 CONTRIBUTING.md [2020-12-08T12:44:36.379Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 8 12:44 coverage.out [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 913 Dec 8 12:42 Dockerfile [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 898 Dec 8 12:42 Dockerfile.build [2020-12-08T12:44:36.379Z] drwxrwxr-x. 5 jenkins jenkins 104 Dec 8 12:42 docs [2020-12-08T12:44:36.379Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 8 12:42 .git [2020-12-08T12:44:36.379Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 8 12:42 .github [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 153 Dec 8 12:42 .gitignore [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 1019 Dec 8 12:42 go.mod [2020-12-08T12:44:36.379Z] -rw-r--r--. 1 jenkins jenkins 20718 Dec 8 12:44 go.sum [2020-12-08T12:44:36.379Z] drwxrwxr-x. 10 jenkins jenkins 139 Dec 8 12:42 internal [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 652 Dec 8 12:42 Jenkinsfile [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 11357 Dec 8 12:42 LICENSE [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 951 Dec 8 12:42 Makefile [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 4535 Dec 8 12:42 README.md [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 8 12:39 VERSION [2020-12-08T12:44:36.379Z] -rw-rw-r--. 1 jenkins jenkins 155 Dec 8 12:42 version.go [2020-12-08T12:44:36.379Z] drwxrwxr-x. 4 jenkins jenkins 259 Dec 8 12:42 web [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:44:36.710Z] + 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=f61e69e00d27a63771cceaaeaf158cd3c56235d0 --label arch=amd64 --label version=2.0.0-dev.2 . [2020-12-08T12:44:37.321Z] Sending build context to Docker daemon 15.82MB [2020-12-08T12:44:37.321Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-08T12:44:37.321Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-08T12:44:37.321Z] ---> 5743a8e1a3b5 [2020-12-08T12:44:37.321Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-08T12:44:37.593Z] ---> Running in a821ca49fbd6 [2020-12-08T12:44:37.859Z] Removing intermediate container a821ca49fbd6 [2020-12-08T12:44:37.859Z] ---> 3c2de9068ce5 [2020-12-08T12:44:37.859Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-08T12:44:37.859Z] ---> Running in cbe33d6205c2 [2020-12-08T12:44:38.127Z] Removing intermediate container cbe33d6205c2 [2020-12-08T12:44:38.127Z] ---> 462acf668c2e [2020-12-08T12:44:38.127Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-08T12:44:38.394Z] ---> Running in 87929373db34 [2020-12-08T12:44:38.394Z] Removing intermediate container 87929373db34 [2020-12-08T12:44:38.394Z] ---> 819e307cc602 [2020-12-08T12:44:38.394Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-08T12:44:38.669Z] ---> Running in fa5f28885cad [2020-12-08T12:44:38.934Z] Removing intermediate container fa5f28885cad [2020-12-08T12:44:38.934Z] ---> d1a1eac30e7f [2020-12-08T12:44:38.934Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-08T12:44:38.934Z] ---> Running in d479f359d6f7 [2020-12-08T12:44:39.202Z] Removing intermediate container d479f359d6f7 [2020-12-08T12:44:39.202Z] ---> e9f56a7c9be8 [2020-12-08T12:44:39.202Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T12:44:39.202Z] ---> Running in 111a7bd9763f [2020-12-08T12:44:40.656Z] Removing intermediate container 111a7bd9763f [2020-12-08T12:44:40.656Z] ---> 4aa34fe2ba63 [2020-12-08T12:44:40.656Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-08T12:44:40.656Z] ---> Running in 424ee2c50aa4 [2020-12-08T12:44:41.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T12:44:41.600Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-08T12:44:41.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T12:44:42.419Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T12:44:42.419Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T12:44:42.419Z] OK: 12745 distinct packages available [2020-12-08T12:44:42.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T12:44:43.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T12:44:43.868Z] OK: 166 MiB in 39 packages [2020-12-08T12:44:44.834Z] Removing intermediate container 424ee2c50aa4 [2020-12-08T12:44:44.834Z] ---> f7c95ae8f6e6 [2020-12-08T12:44:44.834Z] Step 10/24 : ENV GO111MODULE=on [2020-12-08T12:44:44.834Z] ---> Running in 176aa97236fa [2020-12-08T12:44:45.098Z] Removing intermediate container 176aa97236fa [2020-12-08T12:44:45.098Z] ---> 20eef629b1fc [2020-12-08T12:44:45.098Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-08T12:44:45.098Z] ---> Running in 32dda5cd1bee [2020-12-08T12:44:45.364Z] Removing intermediate container 32dda5cd1bee [2020-12-08T12:44:45.364Z] ---> daccb745b1a6 [2020-12-08T12:44:45.364Z] Step 12/24 : COPY go.mod . [2020-12-08T12:44:45.637Z] ---> d5a59472f68f [2020-12-08T12:44:45.637Z] Step 13/24 : COPY Makefile . [2020-12-08T12:44:45.912Z] ---> dedeb932432f [2020-12-08T12:44:45.912Z] Step 14/24 : RUN make update [2020-12-08T12:44:45.912Z] ---> Running in 4e08a5c28082 [2020-12-08T12:44:46.512Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-08T12:44:46.997Z] Removing intermediate container 0e35c24ddbcb [2020-12-08T12:44:46.997Z] ---> 834657b7bb31 [2020-12-08T12:44:46.997Z] Step 17/24 : FROM alpine [2020-12-08T12:44:47.503Z] Removing intermediate container 4e08a5c28082 [2020-12-08T12:44:47.503Z] ---> d49076151709 [2020-12-08T12:44:47.503Z] Step 15/24 : COPY . . [2020-12-08T12:44:47.590Z] latest: Pulling from library/alpine [2020-12-08T12:44:47.865Z] 5f621e34cdf4: Already exists [2020-12-08T12:44:47.865Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T12:44:47.865Z] Status: Downloaded newer image for alpine:latest [2020-12-08T12:44:47.865Z] ---> 2e77e061c27f [2020-12-08T12:44:47.865Z] Step 18/24 : EXPOSE 4000 [2020-12-08T12:44:48.138Z] ---> Running in 2dd5ed8e9aee [2020-12-08T12:44:48.740Z] Removing intermediate container 2dd5ed8e9aee [2020-12-08T12:44:48.740Z] ---> 0b6961155baf [2020-12-08T12:44:48.740Z] 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 [2020-12-08T12:44:49.507Z] ---> bf1048d96d46 [2020-12-08T12:44:49.507Z] Step 16/24 : RUN ${MAKE} [2020-12-08T12:44:49.507Z] ---> Running in 6a7866e8a0ba [2020-12-08T12:44:50.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.2" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-12-08T12:44:50.176Z] ---> 7c7595ab543b [2020-12-08T12:44:50.176Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-08T12:44:50.449Z] ---> Running in 7d8ec103830b [2020-12-08T12:44:50.722Z] Removing intermediate container 7d8ec103830b [2020-12-08T12:44:50.722Z] ---> 9a15991653ab [2020-12-08T12:44:50.722Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-08T12:44:50.995Z] ---> Running in 967e46617a27 [2020-12-08T12:44:51.268Z] Removing intermediate container 967e46617a27 [2020-12-08T12:44:51.268Z] ---> 250e584de264 [2020-12-08T12:44:51.268Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T12:44:51.541Z] ---> Running in 9e664dc8a128 [2020-12-08T12:44:52.136Z] Removing intermediate container 9e664dc8a128 [2020-12-08T12:44:52.136Z] ---> 144c487260cb [2020-12-08T12:44:52.136Z] Step 23/24 : LABEL git_sha=f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:44:52.136Z] ---> Running in 8a84ff7fef27 [2020-12-08T12:44:52.738Z] Removing intermediate container 8a84ff7fef27 [2020-12-08T12:44:52.738Z] ---> 7f0c2bcacabf [2020-12-08T12:44:52.738Z] Step 24/24 : LABEL version=2.0.0-dev.2 [2020-12-08T12:44:52.738Z] ---> Running in 631dc58ee8ed [2020-12-08T12:44:53.010Z] Removing intermediate container 631dc58ee8ed [2020-12-08T12:44:53.010Z] ---> 865793510969 [2020-12-08T12:44:53.010Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-08T12:44:53.280Z] Successfully built 865793510969 [2020-12-08T12:44:53.280Z] 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 [2020-12-08T12:44:53.832Z] provisioning config files... [2020-12-08T12:44:53.869Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config2308323899968119100tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:44:54.268Z] ---> docker-login.sh [2020-12-08T12:44:54.268Z] nexus3.edgexfoundry.org:10001 [2020-12-08T12:44:54.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:44:54.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:44:54.814Z] Configure a credential helper to remove this warning. See [2020-12-08T12:44:54.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:44:54.814Z] [2020-12-08T12:44:54.814Z] Login Succeeded [2020-12-08T12:44:54.814Z] nexus3.edgexfoundry.org:10002 [2020-12-08T12:44:55.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:44:55.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:44:55.358Z] Configure a credential helper to remove this warning. See [2020-12-08T12:44:55.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:44:55.358Z] [2020-12-08T12:44:55.358Z] Login Succeeded [2020-12-08T12:44:55.358Z] nexus3.edgexfoundry.org:10003 [2020-12-08T12:44:55.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:44:55.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:44:55.906Z] Configure a credential helper to remove this warning. See [2020-12-08T12:44:55.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:44:55.906Z] [2020-12-08T12:44:55.906Z] Login Succeeded [2020-12-08T12:44:55.906Z] nexus3.edgexfoundry.org:10004 [2020-12-08T12:44:56.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:44:56.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:44:56.451Z] Configure a credential helper to remove this warning. See [2020-12-08T12:44:56.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:44:56.451Z] [2020-12-08T12:44:56.451Z] Login Succeeded [2020-12-08T12:44:56.451Z] docker.io [2020-12-08T12:44:56.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:44:57.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:44:57.315Z] Configure a credential helper to remove this warning. See [2020-12-08T12:44:57.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:44:57.315Z] [2020-12-08T12:44:57.315Z] Login Succeeded [2020-12-08T12:44:57.315Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T12:44:57.331Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T12:44:57.614Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-12-08T12:44:57.614Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:44:57.614Z] latest [2020-12-08T12:44:57.614Z] 2.0.0-dev.2 [2020-12-08T12:44:57.614Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [2020-12-08T12:44:57.614Z] master [2020-12-08T12:44:57.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:44:58.175Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:44:58.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:44:58.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T12:44:58.513Z] ce874e784c54: Preparing [2020-12-08T12:44:58.513Z] cd3761cfa1d9: Preparing [2020-12-08T12:44:58.784Z] cd3761cfa1d9: Layer already exists [2020-12-08T12:45:02.157Z] ce874e784c54: Pushed [2020-12-08T12:45:02.429Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:02.777Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:03.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-12-08T12:45:03.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T12:45:03.114Z] ce874e784c54: Preparing [2020-12-08T12:45:03.114Z] cd3761cfa1d9: Preparing [2020-12-08T12:45:03.386Z] cd3761cfa1d9: Layer already exists [2020-12-08T12:45:03.386Z] ce874e784c54: Layer already exists [2020-12-08T12:45:03.386Z] latest: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:03.734Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:04.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.2 [2020-12-08T12:45:04.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T12:45:04.071Z] ce874e784c54: Preparing [2020-12-08T12:45:04.071Z] cd3761cfa1d9: Preparing [2020-12-08T12:45:04.343Z] cd3761cfa1d9: Layer already exists [2020-12-08T12:45:04.343Z] ce874e784c54: Layer already exists [2020-12-08T12:45:04.343Z] 2.0.0-dev.2: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:04.687Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:05.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [2020-12-08T12:45:05.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T12:45:05.025Z] ce874e784c54: Preparing [2020-12-08T12:45:05.025Z] cd3761cfa1d9: Preparing [2020-12-08T12:45:05.025Z] ce874e784c54: Layer already exists [2020-12-08T12:45:05.297Z] cd3761cfa1d9: Layer already exists [2020-12-08T12:45:05.297Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:05.509Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-08T12:45:05.644Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:05.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-12-08T12:45:05.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T12:45:05.982Z] ce874e784c54: Preparing [2020-12-08T12:45:05.982Z] cd3761cfa1d9: Preparing [2020-12-08T12:45:05.982Z] cd3761cfa1d9: Layer already exists [2020-12-08T12:45:05.982Z] ce874e784c54: Layer already exists [2020-12-08T12:45:06.253Z] master: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T12:45:06.502Z] ===================================================== [Pipeline] echo [2020-12-08T12:45:06.589Z] taggedImages: [2020-12-08T12:45:06.589Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:45:06.589Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-12-08T12:45:06.589Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.2 [2020-12-08T12:45:06.589Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [2020-12-08T12:45:06.589Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-08T12:45:07.487Z] Removing intermediate container 6a7866e8a0ba [2020-12-08T12:45:07.487Z] ---> 4c4515276bb7 [2020-12-08T12:45:07.487Z] Step 17/24 : FROM alpine [2020-12-08T12:45:08.076Z] latest: Pulling from library/alpine [2020-12-08T12:45:08.348Z] 188c0c94c7c5: Already exists [2020-12-08T12:45:08.348Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T12:45:08.348Z] Status: Downloaded newer image for alpine:latest [2020-12-08T12:45:08.348Z] ---> d6e46aa2470d [2020-12-08T12:45:08.348Z] Step 18/24 : EXPOSE 4000 [2020-12-08T12:45:08.348Z] ---> Running in cabb521182aa [2020-12-08T12:45:08.623Z] Removing intermediate container cabb521182aa [2020-12-08T12:45:08.623Z] ---> 36eba1b3d80f [2020-12-08T12:45:08.623Z] 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 [2020-12-08T12:45:10.077Z] ---> 339dea9b1521 [2020-12-08T12:45:10.077Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-08T12:45:10.077Z] ---> Running in 0b4cb0050046 [2020-12-08T12:45:10.366Z] Removing intermediate container 0b4cb0050046 [2020-12-08T12:45:10.366Z] ---> 655e0b19d55e [2020-12-08T12:45:10.366Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-08T12:45:10.366Z] ---> Running in 6566b4207beb [2020-12-08T12:45:10.641Z] Removing intermediate container 6566b4207beb [2020-12-08T12:45:10.641Z] ---> dd71685128ef [2020-12-08T12:45:10.641Z] Step 22/24 : LABEL arch=amd64 [2020-12-08T12:45:10.641Z] ---> Running in 4aad1c2aee75 [2020-12-08T12:45:10.908Z] Removing intermediate container 4aad1c2aee75 [2020-12-08T12:45:10.908Z] ---> e88ab4ba554f [2020-12-08T12:45:10.908Z] Step 23/24 : LABEL git_sha=f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:45:10.908Z] ---> Running in 198409c03fee [2020-12-08T12:45:11.180Z] Removing intermediate container 198409c03fee [2020-12-08T12:45:11.180Z] ---> c298de072fac [2020-12-08T12:45:11.180Z] Step 24/24 : LABEL version=2.0.0-dev.2 [2020-12-08T12:45:11.470Z] ---> Running in c6c48f762ad2 [2020-12-08T12:45:11.470Z] Removing intermediate container c6c48f762ad2 [2020-12-08T12:45:11.470Z] ---> b8c45e7e1826 [2020-12-08T12:45:11.470Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-08T12:45:11.746Z] Successfully built b8c45e7e1826 [2020-12-08T12:45:11.746Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T12:45:12.153Z] provisioning config files... [2020-12-08T12:45:12.187Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config1172939220770319840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:45:12.621Z] ---> docker-login.sh [2020-12-08T12:45:12.621Z] nexus3.edgexfoundry.org:10001 [2020-12-08T12:45:12.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:45:12.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:45:12.909Z] Configure a credential helper to remove this warning. See [2020-12-08T12:45:12.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:45:12.909Z] [2020-12-08T12:45:12.909Z] Login Succeeded [2020-12-08T12:45:12.909Z] nexus3.edgexfoundry.org:10002 [2020-12-08T12:45:13.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:45:13.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:45:13.506Z] Configure a credential helper to remove this warning. See [2020-12-08T12:45:13.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:45:13.506Z] [2020-12-08T12:45:13.506Z] Login Succeeded [2020-12-08T12:45:13.506Z] nexus3.edgexfoundry.org:10003 [2020-12-08T12:45:13.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:45:13.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:45:13.777Z] Configure a credential helper to remove this warning. See [2020-12-08T12:45:13.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:45:13.777Z] [2020-12-08T12:45:13.777Z] Login Succeeded [2020-12-08T12:45:14.068Z] nexus3.edgexfoundry.org:10004 [2020-12-08T12:45:14.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:45:14.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:45:14.360Z] Configure a credential helper to remove this warning. See [2020-12-08T12:45:14.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:45:14.360Z] [2020-12-08T12:45:14.360Z] Login Succeeded [2020-12-08T12:45:14.360Z] docker.io [2020-12-08T12:45:14.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T12:45:15.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T12:45:15.025Z] Configure a credential helper to remove this warning. See [2020-12-08T12:45:15.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T12:45:15.025Z] [2020-12-08T12:45:15.025Z] Login Succeeded [2020-12-08T12:45:15.025Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T12:45:15.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T12:45:15.374Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-12-08T12:45:15.374Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:45:15.374Z] latest [2020-12-08T12:45:15.374Z] 2.0.0-dev.2 [2020-12-08T12:45:15.374Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [2020-12-08T12:45:15.374Z] master [2020-12-08T12:45:15.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:16.040Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:16.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:45:16.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T12:45:16.500Z] 4db47bf8c5dc: Preparing [2020-12-08T12:45:16.500Z] ace0eda3e3be: Preparing [2020-12-08T12:45:16.784Z] ace0eda3e3be: Layer already exists [2020-12-08T12:45:18.849Z] 4db47bf8c5dc: Pushed [2020-12-08T12:45:18.849Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:19.198Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:19.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-12-08T12:45:19.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T12:45:19.580Z] 4db47bf8c5dc: Preparing [2020-12-08T12:45:19.580Z] ace0eda3e3be: Preparing [2020-12-08T12:45:19.580Z] ace0eda3e3be: Layer already exists [2020-12-08T12:45:19.580Z] 4db47bf8c5dc: Layer already exists [2020-12-08T12:45:19.857Z] latest: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:20.193Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:20.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.2 [2020-12-08T12:45:20.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T12:45:20.544Z] 4db47bf8c5dc: Preparing [2020-12-08T12:45:20.544Z] ace0eda3e3be: Preparing [2020-12-08T12:45:20.544Z] 4db47bf8c5dc: Layer already exists [2020-12-08T12:45:20.544Z] ace0eda3e3be: Layer already exists [2020-12-08T12:45:20.544Z] 2.0.0-dev.2: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:20.890Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:21.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [2020-12-08T12:45:21.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T12:45:21.229Z] 4db47bf8c5dc: Preparing [2020-12-08T12:45:21.229Z] ace0eda3e3be: Preparing [2020-12-08T12:45:21.229Z] ace0eda3e3be: Layer already exists [2020-12-08T12:45:21.229Z] 4db47bf8c5dc: Layer already exists [2020-12-08T12:45:21.229Z] f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:21.574Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:21.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-12-08T12:45:21.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T12:45:21.911Z] 4db47bf8c5dc: Preparing [2020-12-08T12:45:21.911Z] ace0eda3e3be: Preparing [2020-12-08T12:45:21.911Z] ace0eda3e3be: Layer already exists [2020-12-08T12:45:21.911Z] 4db47bf8c5dc: Layer already exists [2020-12-08T12:45:21.912Z] master: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T12:45:22.122Z] ===================================================== [Pipeline] echo [2020-12-08T12:45:22.177Z] taggedImages: [2020-12-08T12:45:22.177Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [2020-12-08T12:45:22.177Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-12-08T12:45:22.177Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.2 [2020-12-08T12:45:22.177Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [2020-12-08T12:45:22.177Z] - 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 [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 [2020-12-08T12:45:24.078Z] provisioning config files... [2020-12-08T12:45:24.107Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1811527843588561416tmp [Pipeline] { [Pipeline] sh [2020-12-08T12:45:24.569Z] + set +x [2020-12-08T12:45:24.570Z] + curl -s https://codecov.io/bash [2020-12-08T12:45:24.570Z] + bash -s -- [2020-12-08T12:45:24.857Z] [2020-12-08T12:45:24.857Z] _____ _ [2020-12-08T12:45:24.857Z] / ____| | | [2020-12-08T12:45:24.857Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T12:45:24.857Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T12:45:24.857Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T12:45:24.857Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T12:45:24.857Z] Bash-20201130-cc6d3fe [2020-12-08T12:45:24.857Z] [2020-12-08T12:45:24.857Z] [2020-12-08T12:45:24.857Z] ==> Jenkins CI detected. [2020-12-08T12:45:24.857Z] project root: . [2020-12-08T12:45:24.857Z] --> token set from env [2020-12-08T12:45:24.857Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T12:45:24.857Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T12:45:25.128Z] ==> Python coveragepy not found [2020-12-08T12:45:25.128Z] ==> Searching for coverage reports in: [2020-12-08T12:45:25.128Z] + . [2020-12-08T12:45:25.128Z] -> Found 1 reports [2020-12-08T12:45:25.128Z] ==> Detecting git/mercurial file structure [2020-12-08T12:45:25.128Z] ==> Reading reports [2020-12-08T12:45:25.128Z] + ./coverage.out bytes=10 [2020-12-08T12:45:25.128Z] ==> Appending adjustments [2020-12-08T12:45:25.128Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T12:45:25.409Z] + Found adjustments [2020-12-08T12:45:25.409Z] ==> Gzipping contents [2020-12-08T12:45:25.409Z] 4.0K /tmp/codecov.SIcfqz.gz [2020-12-08T12:45:25.409Z] ==> Uploading reports [2020-12-08T12:45:25.409Z] url: https://codecov.io [2020-12-08T12:45:25.409Z] query: branch=master&commit=f61e69e00d27a63771cceaaeaf158cd3c56235d0&build=60&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F60%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-08T12:45:25.409Z] -> Pinging Codecov [2020-12-08T12:45:25.409Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=f61e69e00d27a63771cceaaeaf158cd3c56235d0&build=60&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F60%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-08T12:45:25.697Z] -> Uploading to [2020-12-08T12:45:25.697Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/FB506323287CE973F263BFD2A0EB1F37/f61e69e00d27a63771cceaaeaf158cd3c56235d0/303345d7-a38e-40f3-9a89-2baefd3b82d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T124525Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd3a2cb2f2ad85b8f0a1c3cbae254285754891fc9edc20fcb7645e33d72a18fe [2020-12-08T12:45:25.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T12:45:25.697Z] Dload Upload Total Spent Left Speed [2020-12-08T12:45:26.278Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2296 0 0 100 2296 0 5080 --:--:-- --:--:-- --:--:-- 5079 100 2296 0 0 100 2296 0 5076 --:--:-- --:--:-- --:--:-- 5079 [2020-12-08T12:45:26.278Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] } [2020-12-08T12:45:26.300Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-08T12:45:27.171Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-08T12:45:27.218Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:27.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T12:45:27.938Z] [2020-12-08T12:45:27.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:45:28.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T12:45:28.305Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-08T12:45:28.305Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T12:45:28.305Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T12:45:28.305Z] de9db76c5a1d: Pulling fs layer [2020-12-08T12:45:28.305Z] 0eba1c9be4d2: Pulling fs layer [2020-12-08T12:45:28.305Z] 0d57e429df01: Pulling fs layer [2020-12-08T12:45:28.305Z] 4e4be7b47b0d: Pulling fs layer [2020-12-08T12:45:28.305Z] e1f770b5df2f: Pulling fs layer [2020-12-08T12:45:28.305Z] 85a0685a4137: Pulling fs layer [2020-12-08T12:45:28.305Z] 0eba1c9be4d2: Waiting [2020-12-08T12:45:28.305Z] 4e4be7b47b0d: Waiting [2020-12-08T12:45:28.305Z] e1f770b5df2f: Waiting [2020-12-08T12:45:28.305Z] 0d57e429df01: Waiting [2020-12-08T12:45:28.581Z] de9db76c5a1d: Verifying Checksum [2020-12-08T12:45:28.581Z] de9db76c5a1d: Download complete [2020-12-08T12:45:28.581Z] 0ef7d3d256c8: Download complete [2020-12-08T12:45:28.581Z] 0d57e429df01: Verifying Checksum [2020-12-08T12:45:28.581Z] 0d57e429df01: Download complete [2020-12-08T12:45:28.581Z] 4e4be7b47b0d: Verifying Checksum [2020-12-08T12:45:28.581Z] 4e4be7b47b0d: Download complete [2020-12-08T12:45:28.581Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T12:45:28.581Z] 188c0c94c7c5: Download complete [2020-12-08T12:45:29.181Z] 188c0c94c7c5: Pull complete [2020-12-08T12:45:29.460Z] 0ef7d3d256c8: Pull complete [2020-12-08T12:45:29.788Z] de9db76c5a1d: Pull complete [2020-12-08T12:45:31.331Z] e1f770b5df2f: Verifying Checksum [2020-12-08T12:45:31.331Z] e1f770b5df2f: Download complete [2020-12-08T12:45:38.319Z] 0eba1c9be4d2: Verifying Checksum [2020-12-08T12:45:38.319Z] 0eba1c9be4d2: Download complete [2020-12-08T12:45:38.319Z] 85a0685a4137: Verifying Checksum [2020-12-08T12:45:38.319Z] 85a0685a4137: Download complete [2020-12-08T12:45:48.530Z] 0eba1c9be4d2: Pull complete [2020-12-08T12:45:48.530Z] 0d57e429df01: Pull complete [2020-12-08T12:45:48.530Z] 4e4be7b47b0d: Pull complete [2020-12-08T12:45:50.026Z] e1f770b5df2f: Pull complete [2020-12-08T12:46:05.400Z] 85a0685a4137: Pull complete [2020-12-08T12:46:05.400Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-08T12:46:05.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T12:46:05.400Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-08T12:46:05.852Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:46:05.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-08T12:46:07.586Z] $ docker top 8e970de39917fdf958df7f399aad961e2bcdcca9c102f5ec8cd2d3831da422f7 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-08T12:46:07.887Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-08T12:46:08.553Z] + set -o pipefail [2020-12-08T12:46:08.553Z] + snyk monitor '--org=edgex-jenkins' [2020-12-08T12:46:17.074Z] [2020-12-08T12:46:17.074Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-12-08T12:46:17.074Z] [2020-12-08T12:46:17.074Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/71bd10ec-faaa-471c-9be6-df24006feb7c [2020-12-08T12:46:17.074Z] [2020-12-08T12:46:17.074Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-12-08T12:46:17.074Z] [2020-12-08T12:46:17.074Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-08T12:46:17.074Z] [2020-12-08T12:46:17.074Z] [Pipeline] } [2020-12-08T12:46:17.105Z] $ docker stop --time=1 8e970de39917fdf958df7f399aad961e2bcdcca9c102f5ec8cd2d3831da422f7 [2020-12-08T12:46:19.563Z] $ docker rm -f 8e970de39917fdf958df7f399aad961e2bcdcca9c102f5ec8cd2d3831da422f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-08T12:46:20.808Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0, dockerFile=Dockerfile [Pipeline] echo [2020-12-08T12:46:20.811Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T12:46:21.123Z] + set -o pipefail [2020-12-08T12:46:21.123Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T12:46:21.123Z] + tee .snyk [2020-12-08T12:46:21.392Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T12:46:21.392Z] version: v1.14.1 [2020-12-08T12:46:21.392Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T12:46:21.392Z] ignore: [2020-12-08T12:46:21.392Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T12:46:21.392Z] - '*': [2020-12-08T12:46:21.392Z] reason: does not apply # justification for ignoring [2020-12-08T12:46:21.392Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-08T12:46:21.392Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T12:46:21.392Z] - '*': [2020-12-08T12:46:21.392Z] reason: false positive [2020-12-08T12:46:21.392Z] expires: 2021-01-01T00:00:00 [2020-12-08T12:46:21.392Z] # patch: {} [Pipeline] withCredentials [2020-12-08T12:46:21.508Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:46:21.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T12:46:21.893Z] . [Pipeline] withDockerContainer [2020-12-08T12:46:22.216Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:46:22.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-08T12:46:24.075Z] $ docker top b4a30cce31f6d9935cab9a0ddcb956223b4e258f570f53c835e5093e3985525b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T12:46:25.579Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T12:46:25.628Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T12:46:26.051Z] + set -o pipefail [2020-12-08T12:46:26.051Z] + snyk-to-html -o snykReport.html [2020-12-08T12:46:26.051Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T12:46:39.006Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T12:46:39.038Z] $ docker stop --time=1 b4a30cce31f6d9935cab9a0ddcb956223b4e258f570f53c835e5093e3985525b [2020-12-08T12:46:40.690Z] $ docker rm -f b4a30cce31f6d9935cab9a0ddcb956223b4e258f570f53c835e5093e3985525b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-12-08T12:46:42.475Z] + git log --format=format:%s -1 f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:46:42.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T12:46:42.869Z] . [Pipeline] withDockerContainer [2020-12-08T12:46:43.298Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:46:43.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T12:46:44.940Z] $ docker top ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T12:46:45.320Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T12:46:45.321Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T12:46:45.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T12:46:45.874Z] $ docker exec ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc ssh-agent [2020-12-08T12:46:46.253Z] SSH_AUTH_SOCK=/tmp/ssh-myQM6tfF954Q/agent.11 [2020-12-08T12:46:46.253Z] SSH_AGENT_PID=16 [2020-12-08T12:46:46.268Z] Running ssh-add (command line suppressed) [2020-12-08T12:46:46.560Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2141937719094414025.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2141937719094414025.key) [2020-12-08T12:46:46.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T12:46:47.057Z] + git semver tag [2020-12-08T12:46:47.058Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T12:46:47.058Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T12:46:47.058Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T12:46:47.058Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T12:46:47.058Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T12:46:47.058Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T12:46:47.058Z] # $SEMVER_BRANCH = master [2020-12-08T12:46:47.058Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-12-08T12:46:47.325Z] # f61e69e00d27a63771cceaaeaf158cd3c56235d0 HEAD [2020-12-08T12:46:47.325Z] # -> Force: false [2020-12-08T12:46:47.325Z] # c8f2094536a7cadc0d43cab34acf886969d5d190 refs/tags/v2.0.0-dev.2 [Pipeline] } [2020-12-08T12:46:47.344Z] $ docker exec --env ******** --env ******** ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc ssh-agent -k [2020-12-08T12:46:47.721Z] unset SSH_AUTH_SOCK; [2020-12-08T12:46:47.730Z] unset SSH_AGENT_PID; [2020-12-08T12:46:47.731Z] echo Agent pid 16 killed; [2020-12-08T12:46:47.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T12:46:48.867Z] + git semver [Pipeline] } [2020-12-08T12:46:48.892Z] $ docker stop --time=1 ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc [2020-12-08T12:46:50.606Z] $ docker rm -f ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:46:51.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T12:46:51.459Z] [2020-12-08T12:46:51.459Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:46:51.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T12:46:51.829Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-08T12:46:51.829Z] ab5ef0e58194: Pulling fs layer [2020-12-08T12:46:51.829Z] 9712f1f96733: Pulling fs layer [2020-12-08T12:46:51.829Z] 63f879dbbcfc: Pulling fs layer [2020-12-08T12:46:51.829Z] 0d9ebad4ef96: Pulling fs layer [2020-12-08T12:46:51.829Z] e9a5061849ea: Pulling fs layer [2020-12-08T12:46:51.829Z] d747dcd14b5f: Pulling fs layer [2020-12-08T12:46:51.829Z] 2de7ff778b66: Pulling fs layer [2020-12-08T12:46:51.829Z] e9a5061849ea: Waiting [2020-12-08T12:46:51.829Z] d747dcd14b5f: Waiting [2020-12-08T12:46:51.829Z] 2de7ff778b66: Waiting [2020-12-08T12:46:51.829Z] 0d9ebad4ef96: Waiting [2020-12-08T12:46:51.829Z] 9712f1f96733: Verifying Checksum [2020-12-08T12:46:51.829Z] 9712f1f96733: Download complete [2020-12-08T12:46:55.271Z] 63f879dbbcfc: Verifying Checksum [2020-12-08T12:46:55.271Z] 63f879dbbcfc: Download complete [2020-12-08T12:46:55.877Z] e9a5061849ea: Verifying Checksum [2020-12-08T12:46:55.877Z] e9a5061849ea: Download complete [2020-12-08T12:46:55.877Z] d747dcd14b5f: Verifying Checksum [2020-12-08T12:46:55.877Z] d747dcd14b5f: Download complete [2020-12-08T12:46:57.003Z] 0d9ebad4ef96: Verifying Checksum [2020-12-08T12:46:57.003Z] 0d9ebad4ef96: Download complete [2020-12-08T12:46:57.003Z] 2de7ff778b66: Verifying Checksum [2020-12-08T12:46:57.003Z] 2de7ff778b66: Download complete [2020-12-08T12:46:57.598Z] ab5ef0e58194: Verifying Checksum [2020-12-08T12:46:57.598Z] ab5ef0e58194: Download complete [2020-12-08T12:47:07.957Z] ab5ef0e58194: Pull complete [2020-12-08T12:47:07.957Z] 9712f1f96733: Pull complete [2020-12-08T12:47:10.560Z] 63f879dbbcfc: Pull complete [2020-12-08T12:47:20.919Z] 0d9ebad4ef96: Pull complete [2020-12-08T12:47:23.596Z] e9a5061849ea: Pull complete [2020-12-08T12:47:23.596Z] d747dcd14b5f: Pull complete [2020-12-08T12:47:28.027Z] 2de7ff778b66: Pull complete [2020-12-08T12:47:28.027Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-08T12:47:28.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T12:47:28.027Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-08T12:47:28.465Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:47:28.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-08T12:47:32.557Z] $ docker top 8783a69e0065d205eced6b514e5e2b7bc096cfb5c8ffcfd1752506b70e8ce538 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-08T12:47:33.266Z] provisioning config files... [2020-12-08T12:47:33.280Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8641093135886955450tmp [2020-12-08T12:47:33.339Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config795718068001829307tmp [2020-12-08T12:47:33.374Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3791272615746124643tmp [Pipeline] { [Pipeline] echo [2020-12-08T12:47:33.446Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:47:34.178Z] ---> sigul-configuration.sh [2020-12-08T12:47:34.178Z] gpg: directory `/root/.gnupg' created [2020-12-08T12:47:34.178Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-08T12:47:34.178Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-08T12:47:34.178Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-08T12:47:34.178Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-08T12:47:34.178Z] gpg: CAST5 encrypted data [2020-12-08T12:47:34.178Z] gpg: encrypted with 1 passphrase [2020-12-08T12:47:34.178Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-08T12:47:35.123Z] + mkdir /home/jenkins [2020-12-08T12:47:35.124Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-08T12:47:35.449Z] + 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 [2020-12-08T12:47:35.472Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:47:35.837Z] ---> sigul-install.sh [2020-12-08T12:47:45.921Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-08T12:47:46.560Z] + git tag --list [2020-12-08T12:47:46.560Z] 0.1.1 [2020-12-08T12:47:46.560Z] v1.1.0 [2020-12-08T12:47:46.560Z] v1.2.0 [2020-12-08T12:47:46.560Z] v1.2.1 [2020-12-08T12:47:46.560Z] v1.2.2-dev.1 [2020-12-08T12:47:46.560Z] v1.2.2-dev.10 [2020-12-08T12:47:46.560Z] v1.2.2-dev.11 [2020-12-08T12:47:46.560Z] v1.2.2-dev.12 [2020-12-08T12:47:46.560Z] v1.2.2-dev.2 [2020-12-08T12:47:46.560Z] v1.2.2-dev.3 [2020-12-08T12:47:46.560Z] v1.2.2-dev.4 [2020-12-08T12:47:46.560Z] v1.2.2-dev.5 [2020-12-08T12:47:46.560Z] v1.2.2-dev.6 [2020-12-08T12:47:46.560Z] v1.2.2-dev.7 [2020-12-08T12:47:46.560Z] v1.2.2-dev.8 [2020-12-08T12:47:46.560Z] v1.2.2-dev.9 [2020-12-08T12:47:46.560Z] v1.3.0 [2020-12-08T12:47:46.560Z] v1.3.1-dev.1 [2020-12-08T12:47:46.560Z] v1.3.1-dev.2 [2020-12-08T12:47:46.560Z] v2.0.0-dev.1 [2020-12-08T12:47:46.560Z] v2.0.0-dev.2 [Pipeline] sh [2020-12-08T12:47:46.908Z] + lftools sign git-tag v2.0.0-dev.2 [2020-12-08T12:47:48.865Z] Signing Git tag with Sigul... [2020-12-08T12:47:48.865Z] Signing v2.0.0-dev.2 [Pipeline] echo [2020-12-08T12:47:50.816Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:47:51.171Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-08T12:47:51.195Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-08T12:47:51.302Z] $ docker stop --time=1 8783a69e0065d205eced6b514e5e2b7bc096cfb5c8ffcfd1752506b70e8ce538 [2020-12-08T12:47:53.223Z] $ docker rm -f 8783a69e0065d205eced6b514e5e2b7bc096cfb5c8ffcfd1752506b70e8ce538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:47:54.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T12:47:54.347Z] . [Pipeline] withDockerContainer [2020-12-08T12:47:54.597Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:47:54.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T12:47:56.099Z] $ docker top 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T12:47:56.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T12:47:56.583Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T12:47:57.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T12:47:57.037Z] $ docker exec 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc ssh-agent [2020-12-08T12:47:57.528Z] SSH_AUTH_SOCK=/tmp/ssh-mBnCvmbrMTfn/agent.12 [2020-12-08T12:47:57.528Z] SSH_AGENT_PID=17 [2020-12-08T12:47:57.538Z] Running ssh-add (command line suppressed) [2020-12-08T12:47:57.933Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5428275698277705347.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5428275698277705347.key) [2020-12-08T12:47:58.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T12:47:58.823Z] + git semver bump pre [2020-12-08T12:47:59.104Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T12:47:59.104Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T12:47:59.104Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T12:47:59.104Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T12:47:59.104Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T12:47:59.104Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T12:47:59.104Z] # $SEMVER_BRANCH = master [2020-12-08T12:47:59.104Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-12-08T12:47:59.104Z] 2.0.0-dev.3 [Pipeline] } [2020-12-08T12:47:59.182Z] $ docker exec --env ******** --env ******** 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc ssh-agent -k [2020-12-08T12:47:59.649Z] unset SSH_AUTH_SOCK; [2020-12-08T12:47:59.651Z] unset SSH_AGENT_PID; [2020-12-08T12:47:59.651Z] echo Agent pid 17 killed; [2020-12-08T12:48:00.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T12:48:01.242Z] + git semver [Pipeline] } [2020-12-08T12:48:01.273Z] $ docker stop --time=1 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc [2020-12-08T12:48:03.604Z] $ docker rm -f 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:48:04.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T12:48:04.484Z] . [Pipeline] withDockerContainer [2020-12-08T12:48:04.762Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:48:04.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T12:48:06.274Z] $ docker top 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T12:48:06.645Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T12:48:06.645Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T12:48:07.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T12:48:07.066Z] $ docker exec 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 ssh-agent [2020-12-08T12:48:07.511Z] SSH_AUTH_SOCK=/tmp/ssh-UjnuGgP62MG4/agent.12 [2020-12-08T12:48:07.511Z] SSH_AGENT_PID=17 [2020-12-08T12:48:07.520Z] Running ssh-add (command line suppressed) [2020-12-08T12:48:07.820Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5715939497105104383.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5715939497105104383.key) [2020-12-08T12:48:07.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T12:48:08.308Z] + git semver push [2020-12-08T12:48:08.308Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T12:48:08.308Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T12:48:08.308Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T12:48:08.308Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T12:48:08.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T12:48:08.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T12:48:08.308Z] # $SEMVER_BRANCH = master [2020-12-08T12:48:08.308Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-12-08T12:48:14.989Z] $ docker exec --env ******** --env ******** 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 ssh-agent -k [2020-12-08T12:48:15.213Z] unset SSH_AUTH_SOCK; [2020-12-08T12:48:15.213Z] unset SSH_AGENT_PID; [2020-12-08T12:48:15.213Z] echo Agent pid 17 killed; [2020-12-08T12:48:15.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T12:48:15.836Z] + git semver [Pipeline] } [2020-12-08T12:48:15.856Z] $ docker stop --time=1 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 [2020-12-08T12:48:17.391Z] $ docker rm -f 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 [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 [2020-12-08T12:48:19.223Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:48:20.161Z] ---> package-listing.sh [2020-12-08T12:48:20.161Z] ++ facter osfamily [2020-12-08T12:48:20.161Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T12:48:20.430Z] + OS_FAMILY=redhat [2020-12-08T12:48:20.430Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T12:48:20.430Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T12:48:20.430Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T12:48:20.430Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T12:48:20.430Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T12:48:20.430Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-12-08T12:48:20.430Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T12:48:20.430Z] + case "${OS_FAMILY}" in [2020-12-08T12:48:20.430Z] + rpm -qa [2020-12-08T12:48:20.430Z] + sort [2020-12-08T12:48:28.716Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T12:48:28.716Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T12:48:28.716Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T12:48:28.716Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-12-08T12:48:28.717Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-12-08T12:48:28.717Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2020-12-08T12:48:28.734Z] 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 [2020-12-08T12:48:29.055Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:48:29.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T12:48:30.029Z] [2020-12-08T12:48:30.029Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T12:48:30.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T12:48:30.721Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T12:48:30.721Z] df20fa9351a1: Pulling fs layer [2020-12-08T12:48:30.721Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T12:48:30.721Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T12:48:30.721Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T12:48:30.721Z] 93b61091891f: Pulling fs layer [2020-12-08T12:48:30.721Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T12:48:30.721Z] 5e14af77c1be: Pulling fs layer [2020-12-08T12:48:30.721Z] 01666e4c0597: Pulling fs layer [2020-12-08T12:48:30.721Z] aa168da1d23b: Pulling fs layer [2020-12-08T12:48:30.721Z] 46f8f816bc3b: Waiting [2020-12-08T12:48:30.721Z] 93b61091891f: Waiting [2020-12-08T12:48:30.721Z] 93b9cdb0e59b: Waiting [2020-12-08T12:48:30.721Z] 5e14af77c1be: Waiting [2020-12-08T12:48:30.721Z] 01666e4c0597: Waiting [2020-12-08T12:48:30.721Z] aa168da1d23b: Waiting [2020-12-08T12:48:30.721Z] 36b3adc4ff6f: Verifying Checksum [2020-12-08T12:48:30.721Z] 36b3adc4ff6f: Download complete [2020-12-08T12:48:30.721Z] 46f8f816bc3b: Verifying Checksum [2020-12-08T12:48:30.721Z] 46f8f816bc3b: Download complete [2020-12-08T12:48:31.035Z] df20fa9351a1: Verifying Checksum [2020-12-08T12:48:31.348Z] 93b9cdb0e59b: Download complete [2020-12-08T12:48:31.348Z] 5e14af77c1be: Verifying Checksum [2020-12-08T12:48:31.348Z] 5e14af77c1be: Download complete [2020-12-08T12:48:31.348Z] 01666e4c0597: Verifying Checksum [2020-12-08T12:48:31.348Z] 01666e4c0597: Download complete [2020-12-08T12:48:31.348Z] 93b61091891f: Verifying Checksum [2020-12-08T12:48:31.348Z] 93b61091891f: Download complete [2020-12-08T12:48:31.994Z] df20fa9351a1: Pull complete [2020-12-08T12:48:32.304Z] 36b3adc4ff6f: Pull complete [2020-12-08T12:48:32.304Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T12:48:32.304Z] 8ad3a11d3b57: Download complete [2020-12-08T12:48:34.336Z] 8ad3a11d3b57: Pull complete [2020-12-08T12:48:34.336Z] 46f8f816bc3b: Pull complete [2020-12-08T12:48:35.345Z] 93b61091891f: Pull complete [2020-12-08T12:48:35.649Z] 93b9cdb0e59b: Pull complete [2020-12-08T12:48:35.927Z] 5e14af77c1be: Pull complete [2020-12-08T12:48:36.200Z] aa168da1d23b: Verifying Checksum [2020-12-08T12:48:36.200Z] aa168da1d23b: Download complete [2020-12-08T12:48:36.200Z] 01666e4c0597: Pull complete [2020-12-08T12:48:48.635Z] aa168da1d23b: Pull complete [2020-12-08T12:48:48.635Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T12:48:48.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T12:48:48.635Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T12:48:49.167Z] prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container [2020-12-08T12:48:49.396Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-08T12:48:52.699Z] $ docker top 0e830c55fa192607c2b476c1dbf7cec016a07452759c0524e9fa6af4470b4595 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T12:48:53.434Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T12:48:53.822Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T12:48:54.246Z] + ls /var/log/sa-host [2020-12-08T12:48:54.246Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T12:48:54.246Z] file_magic: OK [2020-12-08T12:48:54.246Z] HZ: Using current value: 100 [2020-12-08T12:48:54.246Z] file_header: OK [2020-12-08T12:48:54.246Z] 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 [2020-12-08T12:48:54.246Z] Statistics: [2020-12-08T12:48:54.246Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-08T12:48:54.246Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T12:48:54.246Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T12:48:54.246Z] file_magic: OK [2020-12-08T12:48:54.246Z] HZ: Using current value: 100 [2020-12-08T12:48:54.246Z] file_header: OK [2020-12-08T12:48:54.246Z] 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 [2020-12-08T12:48:54.246Z] Statistics: [2020-12-08T12:48:54.246Z] Hnuu...uuuununununu... [2020-12-08T12:48:54.246Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T12:48:54.889Z] provisioning config files... [2020-12-08T12:48:54.909Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2520715959099388765tmp [Pipeline] { [Pipeline] echo [2020-12-08T12:48:54.979Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:48:55.672Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T12:48:55.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T12:48:55.779Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:48:56.430Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T12:48:56.442Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:48:57.090Z] ---> sudo-logs.sh [2020-12-08T12:48:57.090Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T12:48:57.104Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:48:57.426Z] ---> job-cost.sh [2020-12-08T12:48:57.694Z] lf-activate-venv: SKIPPING [2020-12-08T12:48:57.694Z] INFO: No Stack... [2020-12-08T12:48:58.648Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T12:48:59.237Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T12:48:59.258Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T12:48:59.942Z] ---> logs-deploy.sh [2020-12-08T12:48:59.942Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/60 [2020-12-08T12:48:59.942Z] INFO: archiving workspace using pattern(s): [2020-12-08T12:49:02.555Z] Archives upload complete. [2020-12-08T12:49:02.555Z] INFO: archiving logs to Nexus [2020-12-08T12:49:04.575Z] ---> uname -a: [2020-12-08T12:49:04.575Z] Linux prd-centos7-docker-4c-2g-15102.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] ---> lscpu: [2020-12-08T12:49:04.575Z] Architecture: x86_64 [2020-12-08T12:49:04.575Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-08T12:49:04.575Z] Byte Order: Little Endian [2020-12-08T12:49:04.575Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-08T12:49:04.575Z] CPU(s): 4 [2020-12-08T12:49:04.575Z] On-line CPU(s) list: 0-3 [2020-12-08T12:49:04.575Z] Thread(s) per core: 1 [2020-12-08T12:49:04.575Z] Core(s) per socket: 1 [2020-12-08T12:49:04.575Z] Socket(s): 4 [2020-12-08T12:49:04.575Z] NUMA node(s): 1 [2020-12-08T12:49:04.575Z] Vendor ID: GenuineIntel [2020-12-08T12:49:04.575Z] CPU family: 6 [2020-12-08T12:49:04.575Z] Model: 44 [2020-12-08T12:49:04.575Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-08T12:49:04.575Z] Stepping: 1 [2020-12-08T12:49:04.575Z] CPU MHz: 2933.438 [2020-12-08T12:49:04.575Z] BogoMIPS: 5866.87 [2020-12-08T12:49:04.575Z] Virtualization: VT-x [2020-12-08T12:49:04.575Z] Hypervisor vendor: KVM [2020-12-08T12:49:04.575Z] Virtualization type: full [2020-12-08T12:49:04.575Z] L1d cache: 128 KiB [2020-12-08T12:49:04.575Z] L1i cache: 128 KiB [2020-12-08T12:49:04.575Z] L2 cache: 16 MiB [2020-12-08T12:49:04.575Z] L3 cache: 64 MiB [2020-12-08T12:49:04.575Z] NUMA node0 CPU(s): 0-3 [2020-12-08T12:49:04.575Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-08T12:49:04.575Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-08T12:49:04.575Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-08T12:49:04.575Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-08T12:49:04.575Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-08T12:49:04.575Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-08T12:49:04.575Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-08T12:49:04.575Z] Vulnerability Srbds: Not affected [2020-12-08T12:49:04.575Z] Vulnerability Tsx async abort: Not affected [2020-12-08T12:49:04.575Z] 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 [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] ---> nproc: [2020-12-08T12:49:04.575Z] 4 [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] ---> df -h: [2020-12-08T12:49:04.575Z] Filesystem Size Used Available Use% Mounted on [2020-12-08T12:49:04.575Z] overlay 50.0G 8.6G 41.4G 17% / [2020-12-08T12:49:04.575Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-08T12:49:04.575Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-08T12:49:04.575Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2020-12-08T12:49:04.575Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.575Z] [2020-12-08T12:49:04.576Z] ---> free -m: [2020-12-08T12:49:04.576Z] total used free shared buff/cache available [2020-12-08T12:49:04.576Z] Mem: 1837 836 123 0 877 935 [2020-12-08T12:49:04.576Z] Swap: 1023 4 1019 [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] ---> ip addr: [2020-12-08T12:49:04.576Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-08T12:49:04.576Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-08T12:49:04.576Z] inet 127.0.0.1/8 scope host lo [2020-12-08T12:49:04.576Z] valid_lft forever preferred_lft forever [2020-12-08T12:49:04.576Z] inet6 ::1/128 scope host [2020-12-08T12:49:04.576Z] valid_lft forever preferred_lft forever [2020-12-08T12:49:04.576Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-08T12:49:04.576Z] link/ether fa:16:3e:cf:8f:a3 brd ff:ff:ff:ff:ff:ff [2020-12-08T12:49:04.576Z] inet 10.30.123.189/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-08T12:49:04.576Z] valid_lft 85753sec preferred_lft 85753sec [2020-12-08T12:49:04.576Z] inet6 fe80::f816:3eff:fecf:8fa3/64 scope link [2020-12-08T12:49:04.576Z] valid_lft forever preferred_lft forever [2020-12-08T12:49:04.576Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-08T12:49:04.576Z] link/ether 02:42:04:37:ed:08 brd ff:ff:ff:ff:ff:ff [2020-12-08T12:49:04.576Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-08T12:49:04.576Z] valid_lft forever preferred_lft forever [2020-12-08T12:49:04.576Z] inet6 fe80::42:4ff:fe37:ed08/64 scope link [2020-12-08T12:49:04.576Z] valid_lft forever preferred_lft forever [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] ---> sar -b -r -n DEV: [2020-12-08T12:49:04.576Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] 12:38:04 LINUX RESTART (4 CPU) [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] 12:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-08T12:49:04.576Z] 12:40:02 52.00 14.59 37.41 0.00 4623.69 3294.79 0.00 [2020-12-08T12:49:04.576Z] 12:41:01 1.76 0.00 1.76 0.00 0.00 35.04 0.00 [2020-12-08T12:49:04.576Z] 12:42:01 0.53 0.00 0.53 0.00 0.00 9.07 0.00 [2020-12-08T12:49:04.576Z] 12:43:01 0.33 0.00 0.33 0.00 0.00 4.75 0.00 [2020-12-08T12:49:04.576Z] 12:44:01 0.33 0.00 0.33 0.00 0.00 4.91 0.00 [2020-12-08T12:49:04.576Z] 12:45:01 0.37 0.00 0.37 0.00 0.00 5.65 0.00 [2020-12-08T12:49:04.576Z] 12:46:01 221.02 119.03 101.99 0.00 4296.65 30749.02 0.00 [2020-12-08T12:49:04.576Z] 12:47:02 166.32 92.20 74.12 0.00 5962.44 11847.08 0.00 [2020-12-08T12:49:04.576Z] 12:48:01 212.80 75.43 137.38 0.00 4522.65 25803.38 0.00 [2020-12-08T12:49:04.576Z] Average: 72.78 33.50 39.28 0.00 2157.82 7961.76 0.00 [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] 12:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-08T12:49:04.576Z] 12:40:02 174768 0 566300 30.10 2620 1137856 1155084 39.42 386072 1119904 128 [2020-12-08T12:49:04.576Z] 12:41:01 183724 0 557336 29.62 2620 1137864 1068872 36.48 395712 1103212 16 [2020-12-08T12:49:04.576Z] 12:42:01 181576 0 559480 29.74 2620 1137868 1069292 36.49 393840 1107412 20 [2020-12-08T12:49:04.576Z] 12:43:01 179216 0 561840 29.86 2620 1137868 1069328 36.49 400080 1103368 12 [2020-12-08T12:49:04.576Z] 12:44:01 180104 0 560944 29.81 2620 1137876 1069076 36.49 402076 1100784 16 [2020-12-08T12:49:04.576Z] 12:45:01 181196 0 559848 29.75 2620 1137880 1068872 36.48 411412 1090448 12 [2020-12-08T12:49:04.576Z] 12:46:01 76388 0 694708 36.92 2620 1107828 1488948 50.82 516544 1032452 55004 [2020-12-08T12:49:04.576Z] 12:47:02 79388 0 733284 38.97 2564 1066308 1559168 53.21 647252 904984 92868 [2020-12-08T12:49:04.576Z] 12:48:01 214888 0 776548 41.27 1492 888616 1306692 44.60 577300 749864 72 [2020-12-08T12:49:04.576Z] Average: 161250 0 618921 32.89 2488 1098885 1206148 41.16 458921 1034714 16461 [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] 12:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-08T12:49:04.576Z] 12:40:02 eth0 159.65 141.63 688.84 55.12 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:40:02 docker0 43.50 36.39 3.87 109.10 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:41:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:42:01 eth0 1.56 1.18 3.11 0.25 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:43:01 eth0 1.23 0.57 0.57 0.37 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:44:01 eth0 0.22 0.15 0.14 0.10 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:45:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:46:01 eth0 408.64 356.19 4067.85 30.90 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:47:02 eth0 429.64 388.30 3438.95 44.53 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:47:02 docker0 43.88 41.29 4.46 106.47 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:48:01 veth6b14995 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:48:01 eth0 102.38 79.18 235.21 69.09 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] 12:48:01 docker0 37.76 48.82 2.21 189.78 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] Average: veth6b14995 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] Average: eth0 123.12 107.89 941.75 22.23 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] Average: docker0 13.90 14.03 1.17 44.88 0.00 0.00 0.00 0.00 [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] [2020-12-08T12:49:04.576Z] ---> sar -P ALL: [2020-12-08T12:49:04.577Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) [2020-12-08T12:49:04.577Z] [2020-12-08T12:49:04.577Z] 12:38:04 LINUX RESTART (4 CPU) [2020-12-08T12:49:04.577Z] [2020-12-08T12:49:04.577Z] 12:39:01 CPU %user %nice %system %iowait %steal %idle [2020-12-08T12:49:04.577Z] 12:40:02 all 3.87 0.00 2.91 1.07 7.29 84.86 [2020-12-08T12:49:04.577Z] 12:40:02 0 4.13 0.00 2.93 0.73 7.53 84.67 [2020-12-08T12:49:04.577Z] 12:40:02 1 4.10 0.00 2.89 1.03 6.99 84.98 [2020-12-08T12:49:04.577Z] 12:40:02 2 3.07 0.00 2.43 1.33 7.88 85.30 [2020-12-08T12:49:04.577Z] 12:40:02 3 4.19 0.00 3.40 1.16 6.76 84.49 [2020-12-08T12:49:04.577Z] 12:41:01 all 0.08 0.00 0.08 0.00 0.43 99.40 [2020-12-08T12:49:04.577Z] 12:41:01 0 0.02 0.00 0.08 0.00 0.22 99.68 [2020-12-08T12:49:04.577Z] 12:41:01 1 0.25 0.00 0.12 0.00 0.93 98.70 [2020-12-08T12:49:04.577Z] 12:41:01 2 0.02 0.00 0.07 0.00 0.34 99.58 [2020-12-08T12:49:04.577Z] 12:41:01 3 0.03 0.00 0.07 0.00 0.24 99.66 [2020-12-08T12:49:04.577Z] 12:42:01 all 0.13 0.00 0.16 0.00 1.21 98.50 [2020-12-08T12:49:04.577Z] 12:42:01 0 0.03 0.00 0.13 0.00 0.98 98.86 [2020-12-08T12:49:04.577Z] 12:42:01 1 0.08 0.00 0.30 0.00 1.52 98.10 [2020-12-08T12:49:04.577Z] 12:42:01 2 0.33 0.00 0.07 0.00 1.37 98.23 [2020-12-08T12:49:04.577Z] 12:42:01 3 0.07 0.00 0.15 0.00 0.96 98.82 [2020-12-08T12:49:04.577Z] 12:43:01 all 0.10 0.00 0.03 0.00 0.62 99.25 [2020-12-08T12:49:04.577Z] 12:43:01 0 0.03 0.00 0.03 0.00 0.23 99.70 [2020-12-08T12:49:04.577Z] 12:43:01 1 0.02 0.00 0.02 0.00 0.63 99.34 [2020-12-08T12:49:04.577Z] 12:43:01 2 0.31 0.00 0.05 0.00 1.29 98.35 [2020-12-08T12:49:04.577Z] 12:43:01 3 0.02 0.00 0.02 0.00 0.33 99.63 [2020-12-08T12:49:04.577Z] 12:44:01 all 0.07 0.00 0.06 0.00 0.63 99.24 [2020-12-08T12:49:04.577Z] 12:44:01 0 0.00 0.00 0.02 0.00 0.35 99.63 [2020-12-08T12:49:04.577Z] 12:44:01 1 0.02 0.00 0.05 0.00 0.63 99.30 [2020-12-08T12:49:04.577Z] 12:44:01 2 0.22 0.00 0.13 0.00 0.94 98.71 [2020-12-08T12:49:04.577Z] 12:44:01 3 0.03 0.00 0.03 0.00 0.61 99.32 [2020-12-08T12:49:04.577Z] 12:45:01 all 0.06 0.00 0.04 0.00 0.61 99.29 [2020-12-08T12:49:04.577Z] 12:45:01 0 0.02 0.00 0.03 0.00 0.78 99.17 [2020-12-08T12:49:04.577Z] 12:45:01 1 0.22 0.00 0.02 0.00 0.66 99.11 [2020-12-08T12:49:04.577Z] 12:45:01 2 0.00 0.00 0.08 0.00 0.27 99.65 [2020-12-08T12:49:04.577Z] 12:45:01 3 0.02 0.00 0.03 0.00 0.73 99.22 [2020-12-08T12:49:04.577Z] 12:46:01 all 4.19 0.00 3.64 0.69 16.41 75.08 [2020-12-08T12:49:04.577Z] 12:46:01 0 3.53 0.00 3.86 0.92 17.33 74.37 [2020-12-08T12:49:04.577Z] 12:46:01 1 4.23 0.00 3.25 0.70 16.44 75.38 [2020-12-08T12:49:04.577Z] 12:46:01 2 4.93 0.00 4.12 0.85 16.09 74.01 [2020-12-08T12:49:04.577Z] 12:46:01 3 4.06 0.00 3.34 0.30 15.78 76.53 [2020-12-08T12:49:04.577Z] 12:47:02 all 5.05 0.00 6.16 2.39 18.73 67.67 [2020-12-08T12:49:04.577Z] 12:47:02 0 5.45 0.00 7.00 2.22 19.58 65.75 [2020-12-08T12:49:04.577Z] 12:47:02 1 4.78 0.00 6.30 3.49 19.18 66.25 [2020-12-08T12:49:04.577Z] 12:47:02 2 5.22 0.00 6.14 2.29 17.96 68.39 [2020-12-08T12:49:04.577Z] 12:47:02 3 4.76 0.00 5.23 1.53 18.20 70.29 [2020-12-08T12:49:04.577Z] 12:48:01 all 6.78 0.00 7.22 2.02 17.00 66.98 [2020-12-08T12:49:04.577Z] 12:48:01 0 6.45 0.00 8.12 1.88 18.14 65.42 [2020-12-08T12:49:04.577Z] 12:48:01 1 9.60 0.00 7.80 3.48 16.89 62.23 [2020-12-08T12:49:04.577Z] 12:48:01 2 4.84 0.00 5.83 1.34 16.26 71.73 [2020-12-08T12:49:04.577Z] 12:48:01 3 6.29 0.00 7.16 1.40 16.70 68.45 [2020-12-08T12:49:04.577Z] Average: all 2.27 0.00 2.27 0.69 7.03 87.75 [2020-12-08T12:49:04.577Z] Average: 0 2.19 0.00 2.48 0.64 7.27 87.42 [2020-12-08T12:49:04.577Z] Average: 1 2.59 0.00 2.31 0.97 7.14 86.99 [2020-12-08T12:49:04.577Z] Average: 2 2.12 0.00 2.12 0.65 6.97 88.15 [2020-12-08T12:49:04.577Z] Average: 3 2.17 0.00 2.16 0.49 6.74 88.44 [2020-12-08T12:49:04.577Z] [2020-12-08T12:49:04.577Z] [2020-12-08T12:49:04.577Z]