Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0fddb130ccdf9188f7180d3988231e9d15448596 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-269 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 0fddb130ccdf9188f7180d3988231e9d15448596 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0fddb130ccdf9188f7180d3988231e9d15448596 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-15T12:36:28.574Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-15T12:36:28.653Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-15T12:36:28.681Z] ========================================================= [2021-04-15T12:36:28.681Z] EdgeX Global Pipelines Version Info [2021-04-15T12:36:28.681Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:36:30.251Z] ------------------- [2021-04-15T12:36:30.252Z] stable info: [2021-04-15T12:36:30.252Z] ------------------- [2021-04-15T12:36:30.252Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-15T12:36:30.252Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-15T12:36:30.252Z] Message: update stable to v1.0.186 [2021-04-15T12:36:31.200Z] ------------------- [2021-04-15T12:36:31.200Z] experimental info: [2021-04-15T12:36:31.200Z] ------------------- [2021-04-15T12:36:31.200Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-15T12:36:31.200Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-15T12:36:31.200Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-15T12:36:31.317Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-15T12:36:31.340Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-15T12:36:31.362Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-15T12:36:31.385Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-15T12:36:31.417Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-15T12:36:31.440Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-15T12:36:31.465Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-15T12:36:31.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-15T12:36:31.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-15T12:36:31.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-15T12:36:31.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-15T12:36:31.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-15T12:36:31.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-15T12:36:31.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-15T12:36:31.653Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-15T12:36:31.679Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-15T12:36:31.706Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T12:36:31.730Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T12:36:31.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-15T12:36:31.775Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-15T12:36:31.798Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-15T12:36:31.823Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-15T12:36:31.846Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-15T12:36:31.868Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-15T12:36:31.892Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-15T12:36:31.931Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-15T12:36:31.955Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-15T12:36:31.977Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-15T12:36:31.999Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-15T12:36:32.021Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fddb130ccdf9188f7180d3988231e9d15448596 [Pipeline] echo [2021-04-15T12:36:32.043Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fddb13 [Pipeline] echo [2021-04-15T12:36:32.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T12:36:32.136Z] provisioning config files... [2021-04-15T12:36:32.183Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config834031924625931410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:36:32.509Z] ---> docker-login.sh [2021-04-15T12:36:32.509Z] nexus3.edgexfoundry.org:10001 [2021-04-15T12:36:32.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:36:33.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:36:33.037Z] Configure a credential helper to remove this warning. See [2021-04-15T12:36:33.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:36:33.037Z] [2021-04-15T12:36:33.037Z] Login Succeeded [2021-04-15T12:36:33.037Z] nexus3.edgexfoundry.org:10002 [2021-04-15T12:36:33.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:36:33.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:36:33.037Z] Configure a credential helper to remove this warning. See [2021-04-15T12:36:33.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:36:33.037Z] [2021-04-15T12:36:33.037Z] Login Succeeded [2021-04-15T12:36:33.299Z] nexus3.edgexfoundry.org:10003 [2021-04-15T12:36:33.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:36:33.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:36:33.299Z] Configure a credential helper to remove this warning. See [2021-04-15T12:36:33.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:36:33.299Z] [2021-04-15T12:36:33.299Z] Login Succeeded [2021-04-15T12:36:33.299Z] nexus3.edgexfoundry.org:10004 [2021-04-15T12:36:33.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:36:33.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:36:33.561Z] Configure a credential helper to remove this warning. See [2021-04-15T12:36:33.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:36:33.561Z] [2021-04-15T12:36:33.561Z] Login Succeeded [2021-04-15T12:36:33.561Z] docker.io [2021-04-15T12:36:33.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:36:33.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:36:33.824Z] Configure a credential helper to remove this warning. See [2021-04-15T12:36:33.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:36:33.824Z] [2021-04-15T12:36:33.824Z] Login Succeeded [2021-04-15T12:36:33.824Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T12:36:33.834Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T12:36:34.297Z] + git log --format=format:%s -1 0fddb130ccdf9188f7180d3988231e9d15448596 [Pipeline] echo [2021-04-15T12:36:34.376Z] GIT_COMMIT: 0fddb130ccdf9188f7180d3988231e9d15448596, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-15T12:36:34.389Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:36:34.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T12:36:34.935Z] [2021-04-15T12:36:34.935Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:36:35.253Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T12:36:35.254Z] latest: Pulling from edgex-devops/git-semver [2021-04-15T12:36:35.254Z] 31603596830f: Pulling fs layer [2021-04-15T12:36:35.254Z] 2a8b12db71e7: Pulling fs layer [2021-04-15T12:36:35.254Z] 6ca5941a6612: Pulling fs layer [2021-04-15T12:36:35.254Z] ecc8261a40a4: Pulling fs layer [2021-04-15T12:36:35.254Z] ecc8261a40a4: Waiting [2021-04-15T12:36:35.254Z] 2a8b12db71e7: Verifying Checksum [2021-04-15T12:36:35.254Z] 2a8b12db71e7: Download complete [2021-04-15T12:36:35.530Z] 31603596830f: Verifying Checksum [2021-04-15T12:36:35.530Z] 31603596830f: Download complete [2021-04-15T12:36:35.530Z] ecc8261a40a4: Verifying Checksum [2021-04-15T12:36:35.530Z] ecc8261a40a4: Download complete [2021-04-15T12:36:35.530Z] 6ca5941a6612: Verifying Checksum [2021-04-15T12:36:35.530Z] 6ca5941a6612: Download complete [2021-04-15T12:36:35.796Z] 31603596830f: Pull complete [2021-04-15T12:36:36.059Z] 2a8b12db71e7: Pull complete [2021-04-15T12:36:37.014Z] 6ca5941a6612: Pull complete [2021-04-15T12:36:37.014Z] ecc8261a40a4: Pull complete [2021-04-15T12:36:37.014Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-15T12:36:37.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T12:36:37.014Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-15T12:36:37.135Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:36:37.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T12:36:39.586Z] $ docker top 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T12:36:39.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T12:36:39.747Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T12:36:39.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T12:36:39.977Z] $ docker exec 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 ssh-agent [2021-04-15T12:36:40.144Z] SSH_AUTH_SOCK=/tmp/ssh-RIiGpsmBXteZ/agent.12 [2021-04-15T12:36:40.144Z] SSH_AGENT_PID=18 [2021-04-15T12:36:40.156Z] Running ssh-add (command line suppressed) [2021-04-15T12:36:40.284Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_793803471326370018.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_793803471326370018.key) [2021-04-15T12:36:40.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T12:36:40.641Z] + git tag --points-at HEAD [Pipeline] } [2021-04-15T12:36:40.663Z] $ docker exec --env ******** --env ******** 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 ssh-agent -k [2021-04-15T12:36:40.780Z] unset SSH_AUTH_SOCK; [2021-04-15T12:36:40.780Z] unset SSH_AGENT_PID; [2021-04-15T12:36:40.780Z] echo Agent pid 18 killed; [2021-04-15T12:36:40.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-15T12:36:40.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T12:36:40.866Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T12:36:41.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T12:36:41.045Z] $ docker exec 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 ssh-agent [2021-04-15T12:36:41.212Z] SSH_AUTH_SOCK=/tmp/ssh-Cl4MNEdlK4QE/agent.49 [2021-04-15T12:36:41.212Z] SSH_AGENT_PID=55 [2021-04-15T12:36:41.220Z] Running ssh-add (command line suppressed) [2021-04-15T12:36:41.342Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4944228904074614933.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4944228904074614933.key) [2021-04-15T12:36:41.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T12:36:41.701Z] + git semver init [2021-04-15T12:36:41.701Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T12:36:41.701Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-15T12:36:41.701Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-15T12:36:41.701Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T12:36:41.701Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T12:36:41.701Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T12:36:41.701Z] # $SEMVER_BRANCH = master [2021-04-15T12:36:41.701Z] # $SEMVER_TEMP = /tmp/semver-509970328 [2021-04-15T12:36:41.701Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-15T12:36:43.631Z] # '/tmp/semver-509970328' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-15T12:36:43.631Z] # -> Force: false [2021-04-15T12:36:43.631Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-15T12:36:43.646Z] $ docker exec --env ******** --env ******** 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 ssh-agent -k [2021-04-15T12:36:43.769Z] unset SSH_AUTH_SOCK; [2021-04-15T12:36:43.770Z] unset SSH_AGENT_PID; [2021-04-15T12:36:43.770Z] echo Agent pid 55 killed; [2021-04-15T12:36:43.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T12:36:44.165Z] + git semver [Pipeline] } [2021-04-15T12:36:44.183Z] $ docker stop --time=1 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 [2021-04-15T12:36:45.637Z] $ docker rm -f 4c18ff46adf66a7d8e26c6a3daad09f4aed53eb618a94751a0c259ff27f4dc09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T12:36:46.029Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-15T12:36:46.397Z] Stashed 1 file(s) [Pipeline] echo [2021-04-15T12:36:46.400Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-15T12:37:01.576Z] Still waiting to schedule task [2021-04-15T12:37:01.576Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-15T12:37:01.578Z] Still waiting to schedule task [2021-04-15T12:37:01.579Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-15T12:38:46.804Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-270 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-15T12:38:46.823Z] Running in /w/workspace/edgex-ui-go/97 [Pipeline] { [Pipeline] checkout [2021-04-15T12:38:52.473Z] using credential edgex-jenkins-ssh [2021-04-15T12:38:52.491Z] Cloning the remote Git repository [2021-04-15T12:38:52.557Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T12:38:52.673Z] > git init /w/workspace/edgex-ui-go/97 # timeout=10 [2021-04-15T12:38:52.765Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T12:38:52.766Z] > git --version # timeout=10 [2021-04-15T12:38:52.788Z] > git --version # 'git version 2.17.1' [2021-04-15T12:38:52.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T12:38:52.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T12:38:55.463Z] Checking out Revision 0fddb130ccdf9188f7180d3988231e9d15448596 (master) [2021-04-15T12:38:54.877Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T12:38:54.900Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T12:38:54.933Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T12:38:54.971Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T12:38:54.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T12:38:54.989Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T12:38:55.477Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T12:38:55.490Z] > git checkout -f 0fddb130ccdf9188f7180d3988231e9d15448596 # timeout=10 [2021-04-15T12:39:00.164Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T12:39:01.968Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-15T12:39:02.378Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T12:39:02.727Z] + sudo service docker restart+ [2021-04-15T12:39:02.727Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T12:39:05.401Z] provisioning config files... [2021-04-15T12:39:05.471Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/97@tmp/config8895992624893738836tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:39:05.846Z] ---> docker-login.sh [2021-04-15T12:39:05.846Z] nexus3.edgexfoundry.org:10001 [2021-04-15T12:39:06.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:39:07.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:39:07.108Z] Configure a credential helper to remove this warning. See [2021-04-15T12:39:07.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:39:07.108Z] [2021-04-15T12:39:07.108Z] Login Succeeded [2021-04-15T12:39:07.108Z] nexus3.edgexfoundry.org:10002 [2021-04-15T12:39:07.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:39:07.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:39:07.665Z] Configure a credential helper to remove this warning. See [2021-04-15T12:39:07.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:39:07.665Z] [2021-04-15T12:39:07.665Z] Login Succeeded [2021-04-15T12:39:07.665Z] nexus3.edgexfoundry.org:10003 [2021-04-15T12:39:07.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:39:08.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:39:08.212Z] Configure a credential helper to remove this warning. See [2021-04-15T12:39:08.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:39:08.212Z] [2021-04-15T12:39:08.212Z] Login Succeeded [2021-04-15T12:39:08.212Z] nexus3.edgexfoundry.org:10004 [2021-04-15T12:39:08.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:39:08.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:39:08.759Z] Configure a credential helper to remove this warning. See [2021-04-15T12:39:08.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:39:08.759Z] [2021-04-15T12:39:08.759Z] Login Succeeded [2021-04-15T12:39:08.759Z] docker.io [2021-04-15T12:39:09.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:39:09.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:39:09.310Z] Configure a credential helper to remove this warning. See [2021-04-15T12:39:09.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:39:09.310Z] [2021-04-15T12:39:09.310Z] Login Succeeded [2021-04-15T12:39:09.310Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T12:39:09.330Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-15T12:39:09.635Z] ========================================================= [2021-04-15T12:39:09.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-15T12:39:09.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:39:09.979Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-15T12:39:10.979Z] Sending build context to Docker daemon 34.6MB [2021-04-15T12:39:10.979Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T12:39:10.979Z] Step 2/8 : FROM ${BASE} [2021-04-15T12:39:10.980Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-15T12:39:10.980Z] 5f621e34cdf4: Pulling fs layer [2021-04-15T12:39:10.980Z] a4357932f1b6: Pulling fs layer [2021-04-15T12:39:10.980Z] 18c013af1878: Pulling fs layer [2021-04-15T12:39:10.980Z] 00ac8860ef70: Pulling fs layer [2021-04-15T12:39:10.980Z] 63d7cb157983: Pulling fs layer [2021-04-15T12:39:10.980Z] b116817d02f9: Pulling fs layer [2021-04-15T12:39:10.980Z] 745a02a5169b: Pulling fs layer [2021-04-15T12:39:10.980Z] 63d7cb157983: Waiting [2021-04-15T12:39:10.980Z] b116817d02f9: Waiting [2021-04-15T12:39:10.980Z] 745a02a5169b: Waiting [2021-04-15T12:39:10.980Z] 00ac8860ef70: Waiting [2021-04-15T12:39:10.980Z] 18c013af1878: Verifying Checksum [2021-04-15T12:39:10.980Z] 18c013af1878: Download complete [2021-04-15T12:39:10.980Z] a4357932f1b6: Verifying Checksum [2021-04-15T12:39:10.980Z] a4357932f1b6: Download complete [2021-04-15T12:39:10.980Z] 63d7cb157983: Verifying Checksum [2021-04-15T12:39:10.980Z] 63d7cb157983: Download complete [2021-04-15T12:39:11.256Z] b116817d02f9: Verifying Checksum [2021-04-15T12:39:11.256Z] b116817d02f9: Download complete [2021-04-15T12:39:11.539Z] 5f621e34cdf4: Verifying Checksum [2021-04-15T12:39:11.539Z] 5f621e34cdf4: Download complete [2021-04-15T12:39:12.149Z] 5f621e34cdf4: Pull complete [2021-04-15T12:39:12.763Z] a4357932f1b6: Pull complete [2021-04-15T12:39:13.364Z] 18c013af1878: Pull complete [2021-04-15T12:39:14.348Z] 745a02a5169b: Verifying Checksum [2021-04-15T12:39:14.348Z] 745a02a5169b: Download complete [2021-04-15T12:39:15.328Z] 00ac8860ef70: Verifying Checksum [2021-04-15T12:39:15.328Z] 00ac8860ef70: Download complete [2021-04-15T12:39:25.501Z] 00ac8860ef70: Pull complete [2021-04-15T12:39:25.502Z] 63d7cb157983: Pull complete [2021-04-15T12:39:25.775Z] b116817d02f9: Pull complete [2021-04-15T12:39:30.100Z] 745a02a5169b: Pull complete [2021-04-15T12:39:30.100Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-15T12:39:30.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-15T12:39:30.100Z] ---> b7e6874047d6 [2021-04-15T12:39:30.100Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-15T12:39:32.720Z] ---> Running in bd3de244fc29 [2021-04-15T12:39:32.994Z] Removing intermediate container bd3de244fc29 [2021-04-15T12:39:32.994Z] ---> fe5a7599a2dc [2021-04-15T12:39:32.994Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T12:39:33.269Z] ---> Running in 0a7ff6342494 [2021-04-15T12:39:35.895Z] Removing intermediate container 0a7ff6342494 [2021-04-15T12:39:35.895Z] ---> a80ee9423c59 [2021-04-15T12:39:35.895Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-15T12:39:35.895Z] ---> Running in e4d7bb273601 [2021-04-15T12:39:36.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T12:39:37.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T12:39:38.084Z] OK: 142 MiB in 39 packages [2021-04-15T12:39:39.524Z] Removing intermediate container e4d7bb273601 [2021-04-15T12:39:39.524Z] ---> fc6e45c55aa1 [2021-04-15T12:39:39.524Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-15T12:39:39.524Z] ---> Running in d148dab6a4af [2021-04-15T12:39:40.118Z] Removing intermediate container d148dab6a4af [2021-04-15T12:39:40.118Z] ---> a01fbdf108b6 [2021-04-15T12:39:40.118Z] Step 7/8 : COPY . . [2021-04-15T12:39:43.503Z] ---> b23c524bd43a [2021-04-15T12:39:43.503Z] Step 8/8 : RUN go mod download [2021-04-15T12:39:43.503Z] ---> Running in 52a6d17ee13d [2021-04-15T12:40:10.078Z] Running on prd-centos7-docker-4c-2g-271 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-15T12:40:10.094Z] Running in /w/workspace/edgex-ui-go/97 [Pipeline] { [Pipeline] checkout [2021-04-15T12:40:10.336Z] Removing intermediate container 52a6d17ee13d [2021-04-15T12:40:10.337Z] ---> b4dcf7bd9f59 [2021-04-15T12:40:10.337Z] Successfully built b4dcf7bd9f59 [2021-04-15T12:40:10.606Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:40:10.950Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T12:40:10.950Z] . [Pipeline] withDockerContainer [2021-04-15T12:40:11.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-270 does not seem to be running inside a container [2021-04-15T12:40:11.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/97 -v /w/workspace/edgex-ui-go/97:/w/workspace/edgex-ui-go/97:rw,z -v /w/workspace/edgex-ui-go/97@tmp:/w/workspace/edgex-ui-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-15T12:40:12.645Z] $ docker top a6043670a278ef7a2c1c67dd7e077bc4fc5122fcbc2949ae0e23d29bb1891764 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T12:40:13.599Z] + go version [2021-04-15T12:40:13.599Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-15T12:40:13.620Z] $ docker stop --time=1 a6043670a278ef7a2c1c67dd7e077bc4fc5122fcbc2949ae0e23d29bb1891764 [2021-04-15T12:40:15.523Z] $ docker rm -f a6043670a278ef7a2c1c67dd7e077bc4fc5122fcbc2949ae0e23d29bb1891764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:40:16.158Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T12:40:16.158Z] . [Pipeline] withDockerContainer [2021-04-15T12:40:16.391Z] prd-ubuntu18.04-docker-arm64-4c-16g-270 does not seem to be running inside a container [2021-04-15T12:40:16.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/97 -v /w/workspace/edgex-ui-go/97:/w/workspace/edgex-ui-go/97:rw,z -v /w/workspace/edgex-ui-go/97@tmp:/w/workspace/edgex-ui-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-15T12:40:17.905Z] $ docker top ce08a8bbd3e7589f7bbb1f10a5d5f2d42a9383d5317c0bfc136f8d9a8d2bad9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T12:40:18.861Z] + make test [2021-04-15T12:40:18.861Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-15T12:40:19.507Z] using credential edgex-jenkins-ssh [2021-04-15T12:40:19.525Z] Cloning the remote Git repository [2021-04-15T12:40:20.299Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-15T12:40:19.588Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T12:40:19.714Z] > git init /w/workspace/edgex-ui-go/97 # timeout=10 [2021-04-15T12:40:20.115Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T12:40:20.115Z] > git --version # timeout=10 [2021-04-15T12:40:20.226Z] > git --version # 'git version 2.24.3' [2021-04-15T12:40:20.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T12:40:20.326Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T12:40:23.349Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T12:40:23.423Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T12:40:23.739Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T12:40:24.479Z] Checking out Revision 0fddb130ccdf9188f7180d3988231e9d15448596 (master) [2021-04-15T12:40:23.811Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T12:40:23.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T12:40:23.845Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T12:40:24.498Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T12:40:24.526Z] > git checkout -f 0fddb130ccdf9188f7180d3988231e9d15448596 # timeout=10 [2021-04-15T12:40:30.066Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T12:40:31.934Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-15T12:40:32.799Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T12:40:33.380Z] + sudo service docker restart [2021-04-15T12:40:33.380Z] + true [2021-04-15T12:40:33.380Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T12:40:35.607Z] provisioning config files... [2021-04-15T12:40:35.718Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/97@tmp/config2621279568923007260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:40:36.198Z] ---> docker-login.sh [2021-04-15T12:40:36.199Z] nexus3.edgexfoundry.org:10001 [2021-04-15T12:40:37.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:40:37.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:40:37.560Z] Configure a credential helper to remove this warning. See [2021-04-15T12:40:37.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:40:37.560Z] [2021-04-15T12:40:37.560Z] Login Succeeded [2021-04-15T12:40:37.560Z] nexus3.edgexfoundry.org:10002 [2021-04-15T12:40:38.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:40:38.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:40:38.584Z] Configure a credential helper to remove this warning. See [2021-04-15T12:40:38.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:40:38.584Z] [2021-04-15T12:40:38.584Z] Login Succeeded [2021-04-15T12:40:38.584Z] nexus3.edgexfoundry.org:10003 [2021-04-15T12:40:38.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:40:39.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:40:39.257Z] Configure a credential helper to remove this warning. See [2021-04-15T12:40:39.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:40:39.257Z] [2021-04-15T12:40:39.257Z] Login Succeeded [2021-04-15T12:40:39.257Z] nexus3.edgexfoundry.org:10004 [2021-04-15T12:40:40.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:40:40.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:40:40.036Z] Configure a credential helper to remove this warning. See [2021-04-15T12:40:40.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:40:40.036Z] [2021-04-15T12:40:40.036Z] Login Succeeded [2021-04-15T12:40:40.036Z] docker.io [2021-04-15T12:40:40.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:40:40.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:40:40.644Z] Configure a credential helper to remove this warning. See [2021-04-15T12:40:40.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:40:40.644Z] [2021-04-15T12:40:40.644Z] Login Succeeded [2021-04-15T12:40:40.644Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T12:40:40.660Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-15T12:40:41.062Z] ========================================================= [2021-04-15T12:40:41.062Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-15T12:40:41.062Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:40:41.443Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-15T12:40:43.085Z] Sending build context to Docker daemon 34.6MB [2021-04-15T12:40:43.542Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T12:40:43.542Z] Step 2/8 : FROM ${BASE} [2021-04-15T12:40:43.542Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-15T12:40:43.542Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T12:40:43.542Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T12:40:43.542Z] de9db76c5a1d: Pulling fs layer [2021-04-15T12:40:43.542Z] bca2f99d35d6: Pulling fs layer [2021-04-15T12:40:43.542Z] 93359f2a8cfa: Pulling fs layer [2021-04-15T12:40:43.542Z] 7c6f9722023f: Pulling fs layer [2021-04-15T12:40:43.542Z] a35cf1a2eb13: Pulling fs layer [2021-04-15T12:40:43.542Z] 93359f2a8cfa: Waiting [2021-04-15T12:40:43.542Z] 7c6f9722023f: Waiting [2021-04-15T12:40:43.542Z] a35cf1a2eb13: Waiting [2021-04-15T12:40:43.542Z] bca2f99d35d6: Waiting [2021-04-15T12:40:43.542Z] de9db76c5a1d: Verifying Checksum [2021-04-15T12:40:43.542Z] de9db76c5a1d: Download complete [2021-04-15T12:40:43.831Z] 0ef7d3d256c8: Verifying Checksum [2021-04-15T12:40:43.831Z] 0ef7d3d256c8: Download complete [2021-04-15T12:40:43.831Z] 93359f2a8cfa: Verifying Checksum [2021-04-15T12:40:43.831Z] 93359f2a8cfa: Download complete [2021-04-15T12:40:43.831Z] 7c6f9722023f: Verifying Checksum [2021-04-15T12:40:43.831Z] 7c6f9722023f: Download complete [2021-04-15T12:40:44.142Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T12:40:44.142Z] 188c0c94c7c5: Download complete [2021-04-15T12:40:45.224Z] 188c0c94c7c5: Pull complete [2021-04-15T12:40:45.524Z] 0ef7d3d256c8: Pull complete [2021-04-15T12:40:45.792Z] de9db76c5a1d: Pull complete [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-15T12:40:47.152Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-15T12:40:47.152Z] GO111MODULE=on go vet ./... [2021-04-15T12:40:51.055Z] a35cf1a2eb13: Verifying Checksum [2021-04-15T12:40:51.055Z] a35cf1a2eb13: Download complete [2021-04-15T12:40:53.897Z] bca2f99d35d6: Verifying Checksum [2021-04-15T12:40:53.897Z] bca2f99d35d6: Download complete [Pipeline] } [2021-04-15T12:40:53.912Z] $ docker stop --time=1 ce08a8bbd3e7589f7bbb1f10a5d5f2d42a9383d5317c0bfc136f8d9a8d2bad9b [2021-04-15T12:40:56.131Z] $ docker rm -f ce08a8bbd3e7589f7bbb1f10a5d5f2d42a9383d5317c0bfc136f8d9a8d2bad9b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T12:40:56.916Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T12:40:57.955Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T12:41:01.230Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-15T12:41:01.672Z] + ls -al . [2021-04-15T12:41:01.672Z] total 124 [2021-04-15T12:41:01.672Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 12:40 . [2021-04-15T12:41:01.672Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 12:38 .. [2021-04-15T12:41:01.672Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 12:38 .git [2021-04-15T12:41:01.672Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 12:38 .github [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 15 12:38 .gitignore [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 15 12:38 CONTRIBUTING.md [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 15 12:38 Dockerfile [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 15 12:38 Dockerfile.build [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 15 12:38 Jenkinsfile [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 15 12:38 LICENSE [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 15 12:38 Makefile [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 15 12:38 README.md [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 15 12:36 VERSION [2021-04-15T12:41:01.672Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 12:38 assets [2021-04-15T12:41:01.672Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 12:38 bin [2021-04-15T12:41:01.672Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 12:38 cmd [2021-04-15T12:41:01.672Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 15 12:40 coverage.out [2021-04-15T12:41:01.672Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 12:38 docs [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 15 12:38 go.mod [2021-04-15T12:41:01.672Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 15 12:40 go.sum [2021-04-15T12:41:01.672Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 12:38 internal [2021-04-15T12:41:01.672Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 15 12:38 version.go [2021-04-15T12:41:01.672Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 12:38 web [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:41:02.080Z] + 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=0fddb130ccdf9188f7180d3988231e9d15448596 --label arch=arm64 --label version=2.0.0-dev.38 . [2021-04-15T12:41:03.069Z] Sending build context to Docker daemon 34.62MB [2021-04-15T12:41:03.069Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T12:41:03.069Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-15T12:41:03.069Z] ---> b4dcf7bd9f59 [2021-04-15T12:41:03.069Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-15T12:41:03.663Z] ---> Running in f2582cdaceee [2021-04-15T12:41:03.939Z] Removing intermediate container f2582cdaceee [2021-04-15T12:41:03.939Z] ---> de89ab774fcc [2021-04-15T12:41:03.939Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-15T12:41:04.210Z] ---> Running in b13b7add50b0 [2021-04-15T12:41:04.484Z] Removing intermediate container b13b7add50b0 [2021-04-15T12:41:04.484Z] ---> 2e5ccd6114a4 [2021-04-15T12:41:04.484Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-15T12:41:04.758Z] ---> Running in d37ed832e8da [2021-04-15T12:41:05.351Z] Removing intermediate container d37ed832e8da [2021-04-15T12:41:05.351Z] ---> 1aa78196ff91 [2021-04-15T12:41:05.351Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-15T12:41:05.351Z] ---> Running in 8e475d3202a8 [2021-04-15T12:41:05.944Z] Removing intermediate container 8e475d3202a8 [2021-04-15T12:41:05.944Z] ---> c1f904224201 [2021-04-15T12:41:05.944Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-15T12:41:05.944Z] ---> Running in 47c9dbef3d51 [2021-04-15T12:41:06.540Z] Removing intermediate container 47c9dbef3d51 [2021-04-15T12:41:06.540Z] ---> d734cbbe6e42 [2021-04-15T12:41:06.540Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T12:41:06.540Z] ---> Running in ab01746b2e54 [2021-04-15T12:41:09.150Z] Removing intermediate container ab01746b2e54 [2021-04-15T12:41:09.150Z] ---> 01b7c313e4d4 [2021-04-15T12:41:09.150Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-15T12:41:09.150Z] ---> Running in b0d9acc1a8fc [2021-04-15T12:41:09.480Z] bca2f99d35d6: Pull complete [2021-04-15T12:41:09.480Z] 93359f2a8cfa: Pull complete [2021-04-15T12:41:09.480Z] 7c6f9722023f: Pull complete [2021-04-15T12:41:09.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T12:41:10.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T12:41:11.704Z] OK: 142 MiB in 39 packages [2021-04-15T12:41:13.135Z] Removing intermediate container b0d9acc1a8fc [2021-04-15T12:41:13.136Z] ---> e13413cf538e [2021-04-15T12:41:13.136Z] Step 10/24 : ENV GO111MODULE=on [2021-04-15T12:41:13.136Z] ---> Running in fb1fd8d21d75 [2021-04-15T12:41:13.407Z] Removing intermediate container fb1fd8d21d75 [2021-04-15T12:41:13.407Z] ---> a1c0aad91092 [2021-04-15T12:41:13.407Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-15T12:41:13.679Z] ---> Running in 93fbf1340427 [2021-04-15T12:41:14.275Z] Removing intermediate container 93fbf1340427 [2021-04-15T12:41:14.275Z] ---> 818bf8856b16 [2021-04-15T12:41:14.275Z] Step 12/24 : COPY go.mod . [2021-04-15T12:41:14.868Z] ---> 970c65cc77db [2021-04-15T12:41:14.868Z] Step 13/24 : COPY Makefile . [2021-04-15T12:41:15.462Z] ---> 13cec5c88a8f [2021-04-15T12:41:15.462Z] Step 14/24 : RUN make update [2021-04-15T12:41:15.734Z] ---> Running in 85a9f274591b [2021-04-15T12:41:16.519Z] a35cf1a2eb13: Pull complete [2021-04-15T12:41:16.519Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-15T12:41:16.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-15T12:41:16.519Z] ---> a62c8e92a672 [2021-04-15T12:41:16.519Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-15T12:41:16.519Z] ---> Running in 93e5e214d207 [2021-04-15T12:41:16.711Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-15T12:41:17.170Z] Removing intermediate container 93e5e214d207 [2021-04-15T12:41:17.170Z] ---> 4d78c84452b8 [2021-04-15T12:41:17.170Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T12:41:17.170Z] ---> Running in 22ed7feb8cd1 [2021-04-15T12:41:18.141Z] Removing intermediate container 85a9f274591b [2021-04-15T12:41:18.141Z] ---> b6a3deee4028 [2021-04-15T12:41:18.141Z] Step 15/24 : COPY . . [2021-04-15T12:41:20.055Z] Removing intermediate container 22ed7feb8cd1 [2021-04-15T12:41:20.055Z] ---> cf4deaca4f12 [2021-04-15T12:41:20.055Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-15T12:41:20.055Z] ---> Running in 69c09a9fd05a [2021-04-15T12:41:21.526Z] ---> a247078e9111 [2021-04-15T12:41:21.526Z] Step 16/24 : RUN ${MAKE} [2021-04-15T12:41:21.526Z] ---> Running in 365c3a85ebf0 [2021-04-15T12:41:21.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T12:41:22.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T12:41:22.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.38" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-15T12:41:22.700Z] OK: 166 MiB in 39 packages [2021-04-15T12:41:24.579Z] Removing intermediate container 69c09a9fd05a [2021-04-15T12:41:24.579Z] ---> 93680152bbbc [2021-04-15T12:41:24.579Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-15T12:41:24.579Z] ---> Running in 654582dcddaf [2021-04-15T12:41:24.941Z] Removing intermediate container 654582dcddaf [2021-04-15T12:41:24.941Z] ---> 3f211425083f [2021-04-15T12:41:24.941Z] Step 7/8 : COPY . . [2021-04-15T12:41:31.957Z] ---> f8230d730f54 [2021-04-15T12:41:31.957Z] Step 8/8 : RUN go mod download [2021-04-15T12:41:31.957Z] ---> Running in 52569e128795 [2021-04-15T12:41:49.309Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-15T12:41:54.698Z] Removing intermediate container 365c3a85ebf0 [2021-04-15T12:41:54.698Z] ---> 291ba8eb4458 [2021-04-15T12:41:54.698Z] Step 17/24 : FROM alpine:3.12 [2021-04-15T12:41:54.698Z] 3.12: Pulling from library/alpine [2021-04-15T12:41:54.970Z] d2f70382dc9a: Pulling fs layer [2021-04-15T12:41:55.242Z] d2f70382dc9a: Verifying Checksum [2021-04-15T12:41:55.242Z] d2f70382dc9a: Download complete [2021-04-15T12:41:55.836Z] d2f70382dc9a: Pull complete [2021-04-15T12:41:55.836Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-15T12:41:55.836Z] Status: Downloaded newer image for alpine:3.12 [2021-04-15T12:41:55.836Z] ---> 9852663dfa18 [2021-04-15T12:41:55.836Z] Step 18/24 : EXPOSE 4000 [2021-04-15T12:41:55.836Z] ---> Running in bf702c6eb543 [2021-04-15T12:41:56.432Z] Removing intermediate container bf702c6eb543 [2021-04-15T12:41:56.432Z] ---> d589654dd054 [2021-04-15T12:41:56.432Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T12:41:59.051Z] ---> a43dbb54987e [2021-04-15T12:41:59.051Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T12:41:59.051Z] ---> Running in 59b2d181cadc [2021-04-15T12:41:59.324Z] Removing intermediate container 59b2d181cadc [2021-04-15T12:41:59.324Z] ---> 5329d024240b [2021-04-15T12:41:59.324Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-15T12:41:59.324Z] ---> Running in e7debc6afeb8 [2021-04-15T12:41:59.925Z] Removing intermediate container e7debc6afeb8 [2021-04-15T12:41:59.925Z] ---> 3033b7ff88f1 [2021-04-15T12:41:59.925Z] Step 22/24 : LABEL arch=arm64 [2021-04-15T12:41:59.925Z] ---> Running in d700194569e6 [2021-04-15T12:42:00.517Z] Removing intermediate container d700194569e6 [2021-04-15T12:42:00.517Z] ---> b67bbdb877b9 [2021-04-15T12:42:00.517Z] Step 23/24 : LABEL git_sha=0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:42:00.517Z] ---> Running in d49d7c09a2af [2021-04-15T12:42:01.110Z] Removing intermediate container d49d7c09a2af [2021-04-15T12:42:01.110Z] ---> c215ccc95897 [2021-04-15T12:42:01.110Z] Step 24/24 : LABEL version=2.0.0-dev.38 [2021-04-15T12:42:01.110Z] ---> Running in 5c09c2a0a11a [2021-04-15T12:42:01.706Z] Removing intermediate container 5c09c2a0a11a [2021-04-15T12:42:01.706Z] ---> 5948f80f540a [2021-04-15T12:42:01.706Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-15T12:42:01.706Z] Successfully built 5948f80f540a [2021-04-15T12:42:01.706Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T12:42:01.902Z] provisioning config files... [2021-04-15T12:42:01.979Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/97@tmp/config8488043958070033839tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:42:02.326Z] ---> docker-login.sh [2021-04-15T12:42:02.326Z] nexus3.edgexfoundry.org:10001 [2021-04-15T12:42:02.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:42:02.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:42:02.871Z] Configure a credential helper to remove this warning. See [2021-04-15T12:42:02.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:42:02.871Z] [2021-04-15T12:42:02.871Z] Login Succeeded [2021-04-15T12:42:02.871Z] nexus3.edgexfoundry.org:10002 [2021-04-15T12:42:03.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:42:03.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:42:03.414Z] Configure a credential helper to remove this warning. See [2021-04-15T12:42:03.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:42:03.414Z] [2021-04-15T12:42:03.414Z] Login Succeeded [2021-04-15T12:42:03.414Z] nexus3.edgexfoundry.org:10003 [2021-04-15T12:42:03.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:42:03.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:42:03.960Z] Configure a credential helper to remove this warning. See [2021-04-15T12:42:03.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:42:03.960Z] [2021-04-15T12:42:03.960Z] Login Succeeded [2021-04-15T12:42:03.960Z] nexus3.edgexfoundry.org:10004 [2021-04-15T12:42:04.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:42:04.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:42:04.505Z] Configure a credential helper to remove this warning. See [2021-04-15T12:42:04.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:42:04.505Z] [2021-04-15T12:42:04.505Z] Login Succeeded [2021-04-15T12:42:04.505Z] docker.io [2021-04-15T12:42:04.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:42:05.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:42:05.052Z] Configure a credential helper to remove this warning. See [2021-04-15T12:42:05.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:42:05.052Z] [2021-04-15T12:42:05.052Z] Login Succeeded [2021-04-15T12:42:05.322Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T12:42:05.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-15T12:42:05.418Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-15T12:42:05.418Z] 0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:42:05.418Z] latest [2021-04-15T12:42:05.418Z] 2.0.0-dev.38 [2021-04-15T12:42:05.418Z] 0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [2021-04-15T12:42:05.418Z] master [2021-04-15T12:42:05.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:05.793Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0fddb130ccdf9188f7180d3988231e9d15448596 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:06.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:42:06.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-15T12:42:06.131Z] 389e2a1117b7: Preparing [2021-04-15T12:42:06.131Z] 3fbe34a1663b: Preparing [2021-04-15T12:42:06.414Z] 3fbe34a1663b: Layer already exists [2021-04-15T12:42:13.104Z] 389e2a1117b7: Pushed [2021-04-15T12:42:13.104Z] 0fddb130ccdf9188f7180d3988231e9d15448596: digest: sha256:be64fc36a7fb094e405558e26b6a90f6700d61f8d6a2da4a9b0b30aa9370708b size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:13.449Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:13.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-15T12:42:13.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-15T12:42:13.784Z] 389e2a1117b7: Preparing [2021-04-15T12:42:13.784Z] 3fbe34a1663b: Preparing [2021-04-15T12:42:14.056Z] 389e2a1117b7: Layer already exists [2021-04-15T12:42:14.056Z] 3fbe34a1663b: Layer already exists [2021-04-15T12:42:14.056Z] latest: digest: sha256:be64fc36a7fb094e405558e26b6a90f6700d61f8d6a2da4a9b0b30aa9370708b size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:14.395Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:14.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.38 [2021-04-15T12:42:14.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-15T12:42:14.735Z] 389e2a1117b7: Preparing [2021-04-15T12:42:14.735Z] 3fbe34a1663b: Preparing [2021-04-15T12:42:14.735Z] 3fbe34a1663b: Layer already exists [2021-04-15T12:42:14.735Z] 389e2a1117b7: Layer already exists [2021-04-15T12:42:15.006Z] 2.0.0-dev.38: digest: sha256:be64fc36a7fb094e405558e26b6a90f6700d61f8d6a2da4a9b0b30aa9370708b size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:15.353Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:15.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [2021-04-15T12:42:15.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-15T12:42:15.687Z] 389e2a1117b7: Preparing [2021-04-15T12:42:15.687Z] 3fbe34a1663b: Preparing [2021-04-15T12:42:15.687Z] 389e2a1117b7: Layer already exists [2021-04-15T12:42:15.687Z] 3fbe34a1663b: Layer already exists [2021-04-15T12:42:15.959Z] 0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38: digest: sha256:be64fc36a7fb094e405558e26b6a90f6700d61f8d6a2da4a9b0b30aa9370708b size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:16.305Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:16.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-15T12:42:16.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-15T12:42:16.640Z] 389e2a1117b7: Preparing [2021-04-15T12:42:16.640Z] 3fbe34a1663b: Preparing [2021-04-15T12:42:16.640Z] 3fbe34a1663b: Layer already exists [2021-04-15T12:42:16.640Z] 389e2a1117b7: Layer already exists [2021-04-15T12:42:16.913Z] master: digest: sha256:be64fc36a7fb094e405558e26b6a90f6700d61f8d6a2da4a9b0b30aa9370708b size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-15T12:42:16.975Z] ===================================================== [Pipeline] echo [2021-04-15T12:42:16.991Z] taggedImages: [2021-04-15T12:42:16.991Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:42:16.991Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-15T12:42:16.991Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.38 [2021-04-15T12:42:16.991Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [2021-04-15T12:42:16.991Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:42:17.461Z] ---> job-cost.sh [2021-04-15T12:42:17.461Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iclL [2021-04-15T12:42:20.572Z] Removing intermediate container 52569e128795 [2021-04-15T12:42:20.572Z] ---> 886521cf0316 [2021-04-15T12:42:20.572Z] Successfully built 886521cf0316 [2021-04-15T12:42:20.572Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:20.997Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T12:42:21.306Z] . [Pipeline] withDockerContainer [2021-04-15T12:42:21.705Z] prd-centos7-docker-4c-2g-271 does not seem to be running inside a container [2021-04-15T12:42:21.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/97 -v /w/workspace/edgex-ui-go/97:/w/workspace/edgex-ui-go/97:rw,z -v /w/workspace/edgex-ui-go/97@tmp:/w/workspace/edgex-ui-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-15T12:42:24.414Z] $ docker top 28a8e924ed60621d5ff7636f6313a55a6866b76935ab03dbdafd66a58d91ec4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T12:42:25.584Z] + go version [2021-04-15T12:42:25.857Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-15T12:42:25.958Z] $ docker stop --time=1 28a8e924ed60621d5ff7636f6313a55a6866b76935ab03dbdafd66a58d91ec4a [2021-04-15T12:42:28.593Z] $ docker rm -f 28a8e924ed60621d5ff7636f6313a55a6866b76935ab03dbdafd66a58d91ec4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:42:29.391Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T12:42:29.682Z] . [Pipeline] withDockerContainer [2021-04-15T12:42:29.979Z] prd-centos7-docker-4c-2g-271 does not seem to be running inside a container [2021-04-15T12:42:30.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/97 -v /w/workspace/edgex-ui-go/97:/w/workspace/edgex-ui-go/97:rw,z -v /w/workspace/edgex-ui-go/97@tmp:/w/workspace/edgex-ui-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-15T12:42:32.133Z] $ docker top e092a38d7da0e387710de010113e64912fb9e4f8bfca0b3f7f97c4c6dc53469c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T12:42:36.428Z] + make test [2021-04-15T12:42:36.428Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-15T12:42:41.018Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-15T12:42:56.431Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-15T12:43:08.686Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-15T12:43:09.186Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-15T12:43:17.882Z] $ docker stop --time=1 e092a38d7da0e387710de010113e64912fb9e4f8bfca0b3f7f97c4c6dc53469c [2021-04-15T12:43:20.239Z] $ docker rm -f e092a38d7da0e387710de010113e64912fb9e4f8bfca0b3f7f97c4c6dc53469c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T12:43:21.479Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T12:43:21.511Z] Warning: overwriting stash ‘coverage-report’ [2021-04-15T12:43:22.488Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-15T12:43:23.378Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-15T12:43:23.983Z] + ls -al . [2021-04-15T12:43:23.983Z] total 92 [2021-04-15T12:43:23.983Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 15 12:42 . [2021-04-15T12:43:23.983Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 15 12:40 .. [2021-04-15T12:43:23.983Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 15 12:40 assets [2021-04-15T12:43:23.983Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 15 12:40 bin [2021-04-15T12:43:23.983Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 15 12:40 cmd [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 15 12:40 CONTRIBUTING.md [2021-04-15T12:43:23.983Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 15 12:42 coverage.out [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 15 12:40 Dockerfile [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 15 12:40 Dockerfile.build [2021-04-15T12:43:23.983Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 15 12:40 docs [2021-04-15T12:43:23.983Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 15 12:40 .git [2021-04-15T12:43:23.983Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 15 12:40 .github [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 15 12:40 .gitignore [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 15 12:40 go.mod [2021-04-15T12:43:23.983Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 15 12:42 go.sum [2021-04-15T12:43:23.983Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 15 12:40 internal [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 15 12:40 Jenkinsfile [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 15 12:40 LICENSE [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 15 12:40 Makefile [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 15 12:40 README.md [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 15 12:36 VERSION [2021-04-15T12:43:23.983Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 15 12:40 version.go [2021-04-15T12:43:23.983Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 15 12:40 web [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:43:24.511Z] + 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=0fddb130ccdf9188f7180d3988231e9d15448596 --label arch=amd64 --label version=2.0.0-dev.38 . [2021-04-15T12:43:26.608Z] Sending build context to Docker daemon 34.62MB [2021-04-15T12:43:26.608Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T12:43:26.608Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-15T12:43:26.608Z] ---> 886521cf0316 [2021-04-15T12:43:26.608Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-15T12:43:26.897Z] ---> Running in e3c1540cb03c [2021-04-15T12:43:27.599Z] Removing intermediate container e3c1540cb03c [2021-04-15T12:43:27.599Z] ---> 629ad8517688 [2021-04-15T12:43:27.599Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-15T12:43:27.599Z] ---> Running in 3ffeafa4533e [2021-04-15T12:43:28.263Z] Removing intermediate container 3ffeafa4533e [2021-04-15T12:43:28.263Z] ---> 28e60a4bb6f9 [2021-04-15T12:43:28.263Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-15T12:43:28.263Z] ---> Running in c97bdecddb1d [2021-04-15T12:43:28.914Z] Removing intermediate container c97bdecddb1d [2021-04-15T12:43:28.914Z] ---> b5e95eea2f3b [2021-04-15T12:43:28.914Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-15T12:43:28.914Z] ---> Running in 5c4e82ae1086 [2021-04-15T12:43:29.364Z] Removing intermediate container 5c4e82ae1086 [2021-04-15T12:43:29.365Z] ---> c646e9ea2233 [2021-04-15T12:43:29.365Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-15T12:43:29.722Z] ---> Running in ecb132de4906 [2021-04-15T12:43:30.004Z] Removing intermediate container ecb132de4906 [2021-04-15T12:43:30.004Z] ---> ec29702655c2 [2021-04-15T12:43:30.004Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T12:43:30.004Z] ---> Running in f07a97364fc6 [2021-04-15T12:43:33.602Z] Removing intermediate container f07a97364fc6 [2021-04-15T12:43:33.602Z] ---> 66c6bed39221 [2021-04-15T12:43:33.602Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-15T12:43:33.602Z] ---> Running in d86bb95074ce [2021-04-15T12:43:36.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T12:43:37.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T12:43:38.224Z] OK: 166 MiB in 39 packages [2021-04-15T12:43:39.853Z] Removing intermediate container d86bb95074ce [2021-04-15T12:43:39.853Z] ---> 33f7cc33d11c [2021-04-15T12:43:39.853Z] Step 10/24 : ENV GO111MODULE=on [2021-04-15T12:43:39.853Z] ---> Running in 938fb053d3f6 [2021-04-15T12:43:40.151Z] Removing intermediate container 938fb053d3f6 [2021-04-15T12:43:40.151Z] ---> 98bfd9335db9 [2021-04-15T12:43:40.151Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-15T12:43:40.466Z] ---> Running in 5668b1d102a2 [2021-04-15T12:43:40.806Z] Removing intermediate container 5668b1d102a2 [2021-04-15T12:43:40.806Z] ---> 68221a86bf55 [2021-04-15T12:43:40.806Z] Step 12/24 : COPY go.mod . [2021-04-15T12:43:41.123Z] ---> e6fdd7385815 [2021-04-15T12:43:41.123Z] Step 13/24 : COPY Makefile . [2021-04-15T12:43:41.811Z] ---> fc57bf0aeb1b [2021-04-15T12:43:41.811Z] Step 14/24 : RUN make update [2021-04-15T12:43:42.178Z] ---> Running in 9b696d57167e [2021-04-15T12:43:43.803Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-15T12:43:45.077Z] Removing intermediate container 9b696d57167e [2021-04-15T12:43:45.077Z] ---> a4d342610862 [2021-04-15T12:43:45.077Z] Step 15/24 : COPY . . [2021-04-15T12:43:50.358Z] ---> 2057534beab0 [2021-04-15T12:43:50.358Z] Step 16/24 : RUN ${MAKE} [2021-04-15T12:43:50.358Z] ---> Running in b9b1a1c13b59 [2021-04-15T12:43:51.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.38" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-15T12:44:14.653Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-15T12:44:23.378Z] Removing intermediate container b9b1a1c13b59 [2021-04-15T12:44:23.378Z] ---> 50e7ebf09a20 [2021-04-15T12:44:23.378Z] Step 17/24 : FROM alpine:3.12 [2021-04-15T12:44:23.378Z] 3.12: Pulling from library/alpine [2021-04-15T12:44:23.378Z] 339de151aab4: Pulling fs layer [2021-04-15T12:44:24.145Z] 339de151aab4: Verifying Checksum [2021-04-15T12:44:24.145Z] 339de151aab4: Download complete [2021-04-15T12:44:25.299Z] 339de151aab4: Pull complete [2021-04-15T12:44:25.299Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-15T12:44:25.299Z] Status: Downloaded newer image for alpine:3.12 [2021-04-15T12:44:25.299Z] ---> 13621d1b12d4 [2021-04-15T12:44:25.299Z] Step 18/24 : EXPOSE 4000 [2021-04-15T12:44:25.299Z] ---> Running in 02f9ce369f18 [2021-04-15T12:44:25.607Z] Removing intermediate container 02f9ce369f18 [2021-04-15T12:44:25.607Z] ---> 2b43b4d65a61 [2021-04-15T12:44:25.607Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T12:44:28.294Z] ---> 283be75cf8e2 [2021-04-15T12:44:28.294Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T12:44:28.294Z] ---> Running in ebf13e98f3d1 [2021-04-15T12:44:28.946Z] Removing intermediate container ebf13e98f3d1 [2021-04-15T12:44:28.946Z] ---> 5532011e51af [2021-04-15T12:44:28.946Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-15T12:44:28.946Z] ---> Running in fb51caf385e9 [2021-04-15T12:44:29.601Z] Removing intermediate container fb51caf385e9 [2021-04-15T12:44:29.601Z] ---> b8cdd6f9a42f [2021-04-15T12:44:29.601Z] Step 22/24 : LABEL arch=amd64 [2021-04-15T12:44:29.601Z] ---> Running in b0b94ba19bf2 [2021-04-15T12:44:29.886Z] Removing intermediate container b0b94ba19bf2 [2021-04-15T12:44:29.886Z] ---> 677e274e34e6 [2021-04-15T12:44:29.887Z] Step 23/24 : LABEL git_sha=0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:44:29.887Z] ---> Running in dd85eee7be83 [2021-04-15T12:44:30.162Z] Removing intermediate container dd85eee7be83 [2021-04-15T12:44:30.162Z] ---> 7cf6a24c3bd1 [2021-04-15T12:44:30.162Z] Step 24/24 : LABEL version=2.0.0-dev.38 [2021-04-15T12:44:30.448Z] ---> Running in b1ae2d324610 [2021-04-15T12:44:31.609Z] Removing intermediate container b1ae2d324610 [2021-04-15T12:44:31.609Z] ---> 609e7f4f5a79 [2021-04-15T12:44:31.609Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-15T12:44:31.609Z] Successfully built 609e7f4f5a79 [2021-04-15T12:44:31.902Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T12:44:32.021Z] provisioning config files... [2021-04-15T12:44:32.112Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/97@tmp/config6678651159847317954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:44:32.557Z] ---> docker-login.sh [2021-04-15T12:44:32.557Z] nexus3.edgexfoundry.org:10001 [2021-04-15T12:44:33.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:44:33.201Z] lf-activate-venv(): INFO: Adding /tmp/venv-iclL/bin to PATH [2021-04-15T12:44:33.201Z] INFO: No Stack... [2021-04-15T12:44:33.201Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-15T12:44:33.201Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T12:44:33.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:44:33.476Z] Configure a credential helper to remove this warning. See [2021-04-15T12:44:33.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:44:33.476Z] [2021-04-15T12:44:33.476Z] Login Succeeded [2021-04-15T12:44:33.476Z] nexus3.edgexfoundry.org:10002 [2021-04-15T12:44:33.543Z] + cut -d, -f6 [2021-04-15T12:44:33.543Z] + cat /w/workspace/edgex-ui-go/97/archives/cost.csv [Pipeline] lock [2021-04-15T12:44:33.665Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] [2021-04-15T12:44:33.680Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] did not exist. Created. [2021-04-15T12:44:33.680Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T12:44:34.044Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-15T12:44:34.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:44:34.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:44:34.095Z] Configure a credential helper to remove this warning. See [2021-04-15T12:44:34.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:44:34.095Z] [2021-04-15T12:44:34.095Z] Login Succeeded [2021-04-15T12:44:34.095Z] nexus3.edgexfoundry.org:10003 [2021-04-15T12:44:34.309Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T12:44:34.319Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-04-15T12:44:34.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-15T12:44:34.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:44:34.791Z] Configure a credential helper to remove this warning. See [2021-04-15T12:44:34.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:44:34.791Z] [2021-04-15T12:44:34.791Z] Login Succeeded [2021-04-15T12:44:34.791Z] nexus3.edgexfoundry.org:10004 [2021-04-15T12:44:35.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:44:35.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:44:35.474Z] Configure a credential helper to remove this warning. See [2021-04-15T12:44:35.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:44:35.474Z] [2021-04-15T12:44:35.474Z] Login Succeeded [2021-04-15T12:44:35.474Z] docker.io [2021-04-15T12:44:35.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T12:44:36.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T12:44:36.387Z] Configure a credential helper to remove this warning. See [2021-04-15T12:44:36.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T12:44:36.387Z] [2021-04-15T12:44:36.387Z] Login Succeeded [2021-04-15T12:44:36.387Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T12:44:36.425Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-15T12:44:36.514Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-15T12:44:36.514Z] 0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:44:36.514Z] latest [2021-04-15T12:44:36.514Z] 2.0.0-dev.38 [2021-04-15T12:44:36.514Z] 0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [2021-04-15T12:44:36.514Z] master [2021-04-15T12:44:36.514Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:37.024Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0fddb130ccdf9188f7180d3988231e9d15448596 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:38.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:44:38.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-15T12:44:38.553Z] e797c37a9bf6: Preparing [2021-04-15T12:44:38.553Z] 32f366d666a5: Preparing [2021-04-15T12:44:38.888Z] 32f366d666a5: Layer already exists [2021-04-15T12:44:42.508Z] e797c37a9bf6: Pushed [2021-04-15T12:44:42.797Z] 0fddb130ccdf9188f7180d3988231e9d15448596: digest: sha256:47e012f6e97e136e5e24a0ee8135947900b6298ddb76b773592827fea3bcfc45 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:43.154Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:43.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-15T12:44:43.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-15T12:44:43.904Z] e797c37a9bf6: Preparing [2021-04-15T12:44:43.904Z] 32f366d666a5: Preparing [2021-04-15T12:44:43.904Z] e797c37a9bf6: Layer already exists [2021-04-15T12:44:43.904Z] 32f366d666a5: Layer already exists [2021-04-15T12:44:44.176Z] latest: digest: sha256:47e012f6e97e136e5e24a0ee8135947900b6298ddb76b773592827fea3bcfc45 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:44.701Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:45.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.38 [2021-04-15T12:44:45.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-15T12:44:45.998Z] e797c37a9bf6: Preparing [2021-04-15T12:44:45.998Z] 32f366d666a5: Preparing [2021-04-15T12:44:46.286Z] e797c37a9bf6: Layer already exists [2021-04-15T12:44:46.286Z] 32f366d666a5: Layer already exists [2021-04-15T12:44:46.286Z] 2.0.0-dev.38: digest: sha256:47e012f6e97e136e5e24a0ee8135947900b6298ddb76b773592827fea3bcfc45 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:46.688Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:47.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [2021-04-15T12:44:47.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-15T12:44:47.403Z] e797c37a9bf6: Preparing [2021-04-15T12:44:47.403Z] 32f366d666a5: Preparing [2021-04-15T12:44:47.403Z] e797c37a9bf6: Layer already exists [2021-04-15T12:44:47.403Z] 32f366d666a5: Layer already exists [2021-04-15T12:44:47.403Z] 0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38: digest: sha256:47e012f6e97e136e5e24a0ee8135947900b6298ddb76b773592827fea3bcfc45 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:47.906Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:44:48.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-15T12:44:48.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-15T12:44:48.722Z] e797c37a9bf6: Preparing [2021-04-15T12:44:48.722Z] 32f366d666a5: Preparing [2021-04-15T12:44:49.080Z] e797c37a9bf6: Layer already exists [2021-04-15T12:44:49.080Z] 32f366d666a5: Layer already exists [2021-04-15T12:44:49.080Z] master: digest: sha256:47e012f6e97e136e5e24a0ee8135947900b6298ddb76b773592827fea3bcfc45 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-15T12:44:49.147Z] ===================================================== [Pipeline] echo [2021-04-15T12:44:49.163Z] taggedImages: [2021-04-15T12:44:49.163Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0fddb130ccdf9188f7180d3988231e9d15448596 [2021-04-15T12:44:49.163Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-15T12:44:49.163Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.38 [2021-04-15T12:44:49.163Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0fddb130ccdf9188f7180d3988231e9d15448596-2.0.0-dev.38 [2021-04-15T12:44:49.163Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:44:49.766Z] ---> job-cost.sh [2021-04-15T12:44:49.766Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Aj7p [2021-04-15T12:45:17.244Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T12:46:14.779Z] lf-activate-venv(): INFO: Adding /tmp/venv-Aj7p/bin to PATH [2021-04-15T12:46:14.779Z] INFO: No Stack... [2021-04-15T12:46:14.779Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T12:46:14.779Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T12:46:15.197Z] + cat /w/workspace/edgex-ui-go/97/archives/cost.csv [2021-04-15T12:46:15.197Z] + cut -d, -f6 [Pipeline] lock [2021-04-15T12:46:15.493Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] [2021-04-15T12:46:15.502Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] did not exist. Created. [2021-04-15T12:46:15.502Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T12:46:15.950Z] /w/workspace/edgex-ui-go/97@tmp/durable-08f0564a/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-15T12:46:16.772Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-15T12:46:16.868Z] Warning: overwriting stash ‘stack-cost’ [2021-04-15T12:46:17.118Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T12:46:17.184Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-15T12:46:17.696Z] provisioning config files... [2021-04-15T12:46:17.708Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5920479935855091978tmp [Pipeline] { [Pipeline] sh [2021-04-15T12:46:18.040Z] + set +x [2021-04-15T12:46:18.040Z] + curl -s https://codecov.io/bash [2021-04-15T12:46:18.040Z] + bash -s -- [2021-04-15T12:46:18.307Z] [2021-04-15T12:46:18.307Z] _____ _ [2021-04-15T12:46:18.307Z] / ____| | | [2021-04-15T12:46:18.307Z] | | ___ __| | ___ ___ _____ __ [2021-04-15T12:46:18.307Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-15T12:46:18.307Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-15T12:46:18.307Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-15T12:46:18.307Z] Bash-1.0.1 [2021-04-15T12:46:18.307Z] [2021-04-15T12:46:18.307Z] [2021-04-15T12:46:18.307Z] ==> git version 2.24.3 found [2021-04-15T12:46:18.307Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-15T12:46:18.307Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-15T12:46:18.307Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-15T12:46:18.307Z] ==> Jenkins CI detected. [2021-04-15T12:46:18.307Z] project root: . [2021-04-15T12:46:18.307Z] --> token set from env [2021-04-15T12:46:18.307Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-15T12:46:18.307Z] ==> Running gcov in . (disable via -X gcov) [2021-04-15T12:46:18.307Z] ==> Python coveragepy not found [2021-04-15T12:46:18.307Z] ==> Searching for coverage reports in: [2021-04-15T12:46:18.307Z] + . [2021-04-15T12:46:18.307Z] -> Found 1 reports [2021-04-15T12:46:18.307Z] ==> Detecting git/mercurial file structure [2021-04-15T12:46:18.307Z] ==> Reading reports [2021-04-15T12:46:18.307Z] + ./coverage.out bytes=10 [2021-04-15T12:46:18.307Z] ==> Appending adjustments [2021-04-15T12:46:18.307Z] https://docs.codecov.io/docs/fixing-reports [2021-04-15T12:46:18.570Z] + Found adjustments [2021-04-15T12:46:18.570Z] ==> Gzipping contents [2021-04-15T12:46:18.570Z] 4.0K /tmp/codecov.WqCwUO.gz [2021-04-15T12:46:18.570Z] ==> Uploading reports [2021-04-15T12:46:18.570Z] url: https://codecov.io [2021-04-15T12:46:18.570Z] query: branch=master&commit=0fddb130ccdf9188f7180d3988231e9d15448596&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-15T12:46:18.570Z] -> Pinging Codecov [2021-04-15T12:46:18.570Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=0fddb130ccdf9188f7180d3988231e9d15448596&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-15T12:46:18.837Z] -> Uploading to [2021-04-15T12:46:18.837Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-15/FB506323287CE973F263BFD2A0EB1F37/0fddb130ccdf9188f7180d3988231e9d15448596/03fafc34-07b1-4f32-a48b-ea510ab3b4de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T124618Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9ad0605421c799ae97578f1da5b8c2a7c3faf6de2e043bd50d0421069e95c2fa [2021-04-15T12:46:18.837Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T12:46:18.837Z] Dload Upload Total Spent Left Speed [2021-04-15T12:46:19.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3886 0 0 100 3886 0 9252 --:--:-- --:--:-- --:--:-- 9274 [2021-04-15T12:46:19.416Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0fddb130ccdf9188f7180d3988231e9d15448596 [Pipeline] } [2021-04-15T12:46:19.427Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-15T12:46:20.045Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-15T12:46:20.076Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:46:20.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-15T12:46:20.385Z] [2021-04-15T12:46:20.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:46:20.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-15T12:46:20.709Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-15T12:46:20.709Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T12:46:20.709Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T12:46:20.709Z] de9db76c5a1d: Pulling fs layer [2021-04-15T12:46:20.709Z] 0eba1c9be4d2: Pulling fs layer [2021-04-15T12:46:20.709Z] 0d57e429df01: Pulling fs layer [2021-04-15T12:46:20.709Z] 4e4be7b47b0d: Pulling fs layer [2021-04-15T12:46:20.709Z] e1f770b5df2f: Pulling fs layer [2021-04-15T12:46:20.709Z] 85a0685a4137: Pulling fs layer [2021-04-15T12:46:20.709Z] 4e4be7b47b0d: Waiting [2021-04-15T12:46:20.709Z] 85a0685a4137: Waiting [2021-04-15T12:46:20.709Z] e1f770b5df2f: Waiting [2021-04-15T12:46:20.709Z] 0d57e429df01: Waiting [2021-04-15T12:46:20.709Z] 0eba1c9be4d2: Waiting [2021-04-15T12:46:20.709Z] de9db76c5a1d: Verifying Checksum [2021-04-15T12:46:20.709Z] de9db76c5a1d: Download complete [2021-04-15T12:46:20.709Z] 0ef7d3d256c8: Download complete [2021-04-15T12:46:20.709Z] 0d57e429df01: Verifying Checksum [2021-04-15T12:46:20.709Z] 0d57e429df01: Download complete [2021-04-15T12:46:20.976Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T12:46:20.976Z] 188c0c94c7c5: Download complete [2021-04-15T12:46:20.976Z] 4e4be7b47b0d: Download complete [2021-04-15T12:46:21.239Z] 188c0c94c7c5: Pull complete [2021-04-15T12:46:21.503Z] 0ef7d3d256c8: Pull complete [2021-04-15T12:46:21.504Z] de9db76c5a1d: Pull complete [2021-04-15T12:46:22.454Z] e1f770b5df2f: Verifying Checksum [2021-04-15T12:46:22.454Z] e1f770b5df2f: Download complete [2021-04-15T12:46:24.568Z] 0eba1c9be4d2: Verifying Checksum [2021-04-15T12:46:24.568Z] 0eba1c9be4d2: Download complete [2021-04-15T12:46:24.839Z] 85a0685a4137: Verifying Checksum [2021-04-15T12:46:24.839Z] 85a0685a4137: Download complete [2021-04-15T12:46:30.161Z] 0eba1c9be4d2: Pull complete [2021-04-15T12:46:30.161Z] 0d57e429df01: Pull complete [2021-04-15T12:46:30.161Z] 4e4be7b47b0d: Pull complete [2021-04-15T12:46:32.184Z] e1f770b5df2f: Pull complete [2021-04-15T12:46:40.374Z] 85a0685a4137: Pull complete [2021-04-15T12:46:40.374Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-15T12:46:40.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-15T12:46:40.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-15T12:46:40.562Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:46:40.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-15T12:46:41.683Z] $ docker top 9f0c68418232225ac5c76d30a22a371537df1a723fc0992e7fc3123233f7a6ef -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-15T12:46:41.823Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-15T12:46:42.117Z] + set -o pipefail [2021-04-15T12:46:42.117Z] + snyk monitor '--org=edgex-jenkins' [2021-04-15T12:46:52.161Z] [2021-04-15T12:46:52.161Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-15T12:46:52.161Z] [2021-04-15T12:46:52.161Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/c7e94c01-831b-4a99-8552-1670eef35c1d [2021-04-15T12:46:52.161Z] [2021-04-15T12:46:52.161Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-15T12:46:52.161Z] [2021-04-15T12:46:52.161Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-15T12:46:52.161Z] [2021-04-15T12:46:52.424Z] [2021-04-15T12:46:52.425Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-15T12:46:52.425Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-15T12:46:52.442Z] $ docker stop --time=1 9f0c68418232225ac5c76d30a22a371537df1a723fc0992e7fc3123233f7a6ef [2021-04-15T12:46:55.313Z] $ docker rm -f 9f0c68418232225ac5c76d30a22a371537df1a723fc0992e7fc3123233f7a6ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T12:46:56.425Z] + git log --format=format:%s -1 0fddb130ccdf9188f7180d3988231e9d15448596 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:46:56.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T12:46:56.736Z] . [Pipeline] withDockerContainer [2021-04-15T12:46:56.847Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:46:56.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T12:46:57.822Z] $ docker top cc64ab2bd2eb3150adc974001d2b0b93ea73b21d253e73ab8a8cc783e392744e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T12:46:57.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T12:46:57.979Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T12:46:58.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T12:46:58.214Z] $ docker exec cc64ab2bd2eb3150adc974001d2b0b93ea73b21d253e73ab8a8cc783e392744e ssh-agent [2021-04-15T12:46:58.384Z] SSH_AUTH_SOCK=/tmp/ssh-CKiYWxsCBLDN/agent.12 [2021-04-15T12:46:58.384Z] SSH_AGENT_PID=18 [2021-04-15T12:46:58.391Z] Running ssh-add (command line suppressed) [2021-04-15T12:46:58.525Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2735012756188701123.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2735012756188701123.key) [2021-04-15T12:46:58.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T12:46:58.887Z] + git semver tag [2021-04-15T12:46:58.887Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T12:46:58.887Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-15T12:46:58.887Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-15T12:46:58.887Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T12:46:58.887Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T12:46:58.887Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T12:46:58.887Z] # $SEMVER_BRANCH = master [2021-04-15T12:46:58.887Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-15T12:46:58.887Z] # 0fddb130ccdf9188f7180d3988231e9d15448596 HEAD [2021-04-15T12:46:59.152Z] # -> Force: false [2021-04-15T12:46:59.152Z] # be3e6dbc9a01c88c8a89ba02b4fb24db0476742e refs/tags/v2.0.0-dev.38 [Pipeline] } [2021-04-15T12:46:59.164Z] $ docker exec --env ******** --env ******** cc64ab2bd2eb3150adc974001d2b0b93ea73b21d253e73ab8a8cc783e392744e ssh-agent -k [2021-04-15T12:46:59.290Z] unset SSH_AUTH_SOCK; [2021-04-15T12:46:59.290Z] unset SSH_AGENT_PID; [2021-04-15T12:46:59.290Z] echo Agent pid 18 killed; [2021-04-15T12:46:59.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T12:46:59.678Z] + git semver [Pipeline] } [2021-04-15T12:46:59.694Z] $ docker stop --time=1 cc64ab2bd2eb3150adc974001d2b0b93ea73b21d253e73ab8a8cc783e392744e [2021-04-15T12:47:01.053Z] $ docker rm -f cc64ab2bd2eb3150adc974001d2b0b93ea73b21d253e73ab8a8cc783e392744e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:47:01.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-15T12:47:01.548Z] [2021-04-15T12:47:01.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:47:01.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-15T12:47:01.866Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-15T12:47:01.866Z] ab5ef0e58194: Pulling fs layer [2021-04-15T12:47:01.866Z] 9712f1f96733: Pulling fs layer [2021-04-15T12:47:01.866Z] 63f879dbbcfc: Pulling fs layer [2021-04-15T12:47:01.866Z] 0d9ebad4ef96: Pulling fs layer [2021-04-15T12:47:01.866Z] e9a5061849ea: Pulling fs layer [2021-04-15T12:47:01.866Z] d747dcd14b5f: Pulling fs layer [2021-04-15T12:47:01.866Z] 2de7ff778b66: Pulling fs layer [2021-04-15T12:47:01.866Z] e9a5061849ea: Waiting [2021-04-15T12:47:01.866Z] d747dcd14b5f: Waiting [2021-04-15T12:47:01.866Z] 2de7ff778b66: Waiting [2021-04-15T12:47:01.866Z] 0d9ebad4ef96: Waiting [2021-04-15T12:47:01.866Z] 9712f1f96733: Download complete [2021-04-15T12:47:03.305Z] 63f879dbbcfc: Verifying Checksum [2021-04-15T12:47:03.305Z] 63f879dbbcfc: Download complete [2021-04-15T12:47:03.570Z] e9a5061849ea: Verifying Checksum [2021-04-15T12:47:03.570Z] e9a5061849ea: Download complete [2021-04-15T12:47:03.570Z] d747dcd14b5f: Verifying Checksum [2021-04-15T12:47:03.570Z] d747dcd14b5f: Download complete [2021-04-15T12:47:04.146Z] 2de7ff778b66: Verifying Checksum [2021-04-15T12:47:04.146Z] 2de7ff778b66: Download complete [2021-04-15T12:47:04.146Z] ab5ef0e58194: Verifying Checksum [2021-04-15T12:47:04.146Z] ab5ef0e58194: Download complete [2021-04-15T12:47:04.408Z] 0d9ebad4ef96: Verifying Checksum [2021-04-15T12:47:04.408Z] 0d9ebad4ef96: Download complete [2021-04-15T12:47:09.749Z] ab5ef0e58194: Pull complete [2021-04-15T12:47:09.749Z] 9712f1f96733: Pull complete [2021-04-15T12:47:12.310Z] 63f879dbbcfc: Pull complete [2021-04-15T12:47:17.633Z] 0d9ebad4ef96: Pull complete [2021-04-15T12:47:20.953Z] e9a5061849ea: Pull complete [2021-04-15T12:47:20.953Z] d747dcd14b5f: Pull complete [2021-04-15T12:47:22.367Z] 2de7ff778b66: Pull complete [2021-04-15T12:47:22.367Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-15T12:47:22.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-15T12:47:22.367Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-15T12:47:22.559Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:47:22.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-15T12:47:26.186Z] $ docker top b00b8ecc9d70c1e43144eda810f50907417860b6f94a822a15dd9cc11be2f8f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-15T12:47:26.357Z] provisioning config files... [2021-04-15T12:47:26.368Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1547279755767433072tmp [2021-04-15T12:47:26.386Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config181095079244156478tmp [2021-04-15T12:47:26.404Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5527592280223189236tmp [Pipeline] { [Pipeline] echo [2021-04-15T12:47:26.426Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:47:26.731Z] ---> sigul-configuration.sh [2021-04-15T12:47:26.731Z] gpg: directory `/root/.gnupg' created [2021-04-15T12:47:26.731Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-15T12:47:26.731Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-15T12:47:26.731Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-15T12:47:26.731Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-15T12:47:26.731Z] gpg: CAST5 encrypted data [2021-04-15T12:47:26.998Z] gpg: encrypted with 1 passphrase [2021-04-15T12:47:26.998Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-15T12:47:27.306Z] + mkdir /home/jenkins [2021-04-15T12:47:27.306Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-15T12:47:27.607Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-15T12:47:27.619Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:47:27.918Z] ---> sigul-install.sh [2021-04-15T12:47:34.533Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-15T12:47:34.834Z] + git tag --list [2021-04-15T12:47:34.834Z] 0.1.1 [2021-04-15T12:47:34.834Z] v1.1.0 [2021-04-15T12:47:34.834Z] v1.2.0 [2021-04-15T12:47:34.834Z] v1.2.1 [2021-04-15T12:47:34.834Z] v1.3.0 [2021-04-15T12:47:34.834Z] v2.0.0-dev.1 [2021-04-15T12:47:34.834Z] v2.0.0-dev.10 [2021-04-15T12:47:34.834Z] v2.0.0-dev.11 [2021-04-15T12:47:34.834Z] v2.0.0-dev.12 [2021-04-15T12:47:34.834Z] v2.0.0-dev.13 [2021-04-15T12:47:34.834Z] v2.0.0-dev.14 [2021-04-15T12:47:34.834Z] v2.0.0-dev.15 [2021-04-15T12:47:34.834Z] v2.0.0-dev.16 [2021-04-15T12:47:34.834Z] v2.0.0-dev.17 [2021-04-15T12:47:34.834Z] v2.0.0-dev.18 [2021-04-15T12:47:34.834Z] v2.0.0-dev.19 [2021-04-15T12:47:34.834Z] v2.0.0-dev.2 [2021-04-15T12:47:34.834Z] v2.0.0-dev.20 [2021-04-15T12:47:34.834Z] v2.0.0-dev.21 [2021-04-15T12:47:34.834Z] v2.0.0-dev.22 [2021-04-15T12:47:34.834Z] v2.0.0-dev.23 [2021-04-15T12:47:34.834Z] v2.0.0-dev.24 [2021-04-15T12:47:34.834Z] v2.0.0-dev.25 [2021-04-15T12:47:34.834Z] v2.0.0-dev.26 [2021-04-15T12:47:34.834Z] v2.0.0-dev.27 [2021-04-15T12:47:34.834Z] v2.0.0-dev.28 [2021-04-15T12:47:34.834Z] v2.0.0-dev.29 [2021-04-15T12:47:34.834Z] v2.0.0-dev.3 [2021-04-15T12:47:34.834Z] v2.0.0-dev.30 [2021-04-15T12:47:34.834Z] v2.0.0-dev.31 [2021-04-15T12:47:34.834Z] v2.0.0-dev.32 [2021-04-15T12:47:34.834Z] v2.0.0-dev.33 [2021-04-15T12:47:34.834Z] v2.0.0-dev.34 [2021-04-15T12:47:34.834Z] v2.0.0-dev.35 [2021-04-15T12:47:34.834Z] v2.0.0-dev.36 [2021-04-15T12:47:34.834Z] v2.0.0-dev.37 [2021-04-15T12:47:34.834Z] v2.0.0-dev.38 [2021-04-15T12:47:34.834Z] v2.0.0-dev.4 [2021-04-15T12:47:34.834Z] v2.0.0-dev.5 [2021-04-15T12:47:34.834Z] v2.0.0-dev.6 [2021-04-15T12:47:34.834Z] v2.0.0-dev.7 [2021-04-15T12:47:34.834Z] v2.0.0-dev.8 [2021-04-15T12:47:34.834Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-15T12:47:35.134Z] + lftools sign git-tag v2.0.0-dev.38 [2021-04-15T12:47:36.533Z] Signing Git tag with Sigul... [2021-04-15T12:47:36.533Z] Signing v2.0.0-dev.38 [Pipeline] echo [2021-04-15T12:47:38.469Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:47:38.775Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-15T12:47:38.786Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-15T12:47:38.819Z] $ docker stop --time=1 b00b8ecc9d70c1e43144eda810f50907417860b6f94a822a15dd9cc11be2f8f2 [2021-04-15T12:47:40.959Z] $ docker rm -f b00b8ecc9d70c1e43144eda810f50907417860b6f94a822a15dd9cc11be2f8f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:47:41.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T12:47:41.514Z] . [Pipeline] withDockerContainer [2021-04-15T12:47:41.613Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:47:41.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T12:47:42.408Z] $ docker top 9f997c35f4f4bd9d642dbd2bc10c02268ff65fdb04bcce5878dc86294b7ec386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T12:47:42.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T12:47:42.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T12:47:42.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T12:47:42.793Z] $ docker exec 9f997c35f4f4bd9d642dbd2bc10c02268ff65fdb04bcce5878dc86294b7ec386 ssh-agent [2021-04-15T12:47:42.992Z] SSH_AUTH_SOCK=/tmp/ssh-PkTYWkJUCnD5/agent.12 [2021-04-15T12:47:42.992Z] SSH_AGENT_PID=18 [2021-04-15T12:47:43.000Z] Running ssh-add (command line suppressed) [2021-04-15T12:47:43.132Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2775345837583633626.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2775345837583633626.key) [2021-04-15T12:47:43.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T12:47:43.493Z] + git semver bump pre [2021-04-15T12:47:43.757Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T12:47:43.757Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-15T12:47:43.757Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-15T12:47:43.757Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T12:47:43.757Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T12:47:43.757Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T12:47:43.757Z] # $SEMVER_BRANCH = master [2021-04-15T12:47:43.757Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-15T12:47:43.757Z] 2.0.0-dev.39 [Pipeline] } [2021-04-15T12:47:43.769Z] $ docker exec --env ******** --env ******** 9f997c35f4f4bd9d642dbd2bc10c02268ff65fdb04bcce5878dc86294b7ec386 ssh-agent -k [2021-04-15T12:47:43.896Z] unset SSH_AUTH_SOCK; [2021-04-15T12:47:43.896Z] unset SSH_AGENT_PID; [2021-04-15T12:47:43.896Z] echo Agent pid 18 killed; [2021-04-15T12:47:43.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T12:47:44.291Z] + git semver [Pipeline] } [2021-04-15T12:47:44.309Z] $ docker stop --time=1 9f997c35f4f4bd9d642dbd2bc10c02268ff65fdb04bcce5878dc86294b7ec386 [2021-04-15T12:47:45.682Z] $ docker rm -f 9f997c35f4f4bd9d642dbd2bc10c02268ff65fdb04bcce5878dc86294b7ec386 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:47:46.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T12:47:46.126Z] . [Pipeline] withDockerContainer [2021-04-15T12:47:46.226Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:47:46.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T12:47:47.096Z] $ docker top 0eef81ae902415e91082b6dfb0e3e2b4b17e4f9777e140a78ef56d05d038574b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T12:47:47.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T12:47:47.254Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T12:47:47.463Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T12:47:47.466Z] $ docker exec 0eef81ae902415e91082b6dfb0e3e2b4b17e4f9777e140a78ef56d05d038574b ssh-agent [2021-04-15T12:47:47.644Z] SSH_AUTH_SOCK=/tmp/ssh-Pqad1z0QBRNR/agent.11 [2021-04-15T12:47:47.644Z] SSH_AGENT_PID=17 [2021-04-15T12:47:47.652Z] Running ssh-add (command line suppressed) [2021-04-15T12:47:47.782Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6822946789547910260.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6822946789547910260.key) [2021-04-15T12:47:47.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T12:47:48.141Z] + git semver push [2021-04-15T12:47:48.141Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T12:47:48.141Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-15T12:47:48.141Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-15T12:47:48.141Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T12:47:48.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T12:47:48.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T12:47:48.141Z] # $SEMVER_BRANCH = master [2021-04-15T12:47:48.141Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-15T12:47:52.375Z] $ docker exec --env ******** --env ******** 0eef81ae902415e91082b6dfb0e3e2b4b17e4f9777e140a78ef56d05d038574b ssh-agent -k [2021-04-15T12:47:52.500Z] unset SSH_AUTH_SOCK; [2021-04-15T12:47:52.500Z] unset SSH_AGENT_PID; [2021-04-15T12:47:52.500Z] echo Agent pid 17 killed; [2021-04-15T12:47:52.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T12:47:52.889Z] + git semver [Pipeline] } [2021-04-15T12:47:52.906Z] $ docker stop --time=1 0eef81ae902415e91082b6dfb0e3e2b4b17e4f9777e140a78ef56d05d038574b [2021-04-15T12:47:54.294Z] $ docker rm -f 0eef81ae902415e91082b6dfb0e3e2b4b17e4f9777e140a78ef56d05d038574b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:47:54.997Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:47:55.568Z] ---> package-listing.sh [2021-04-15T12:47:55.568Z] ++ facter osfamily [2021-04-15T12:47:55.568Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-15T12:47:55.568Z] + OS_FAMILY=redhat [2021-04-15T12:47:55.568Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-15T12:47:55.568Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-15T12:47:55.568Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-15T12:47:55.568Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-15T12:47:55.568Z] + PACKAGES=/tmp/packages_start.txt [2021-04-15T12:47:55.568Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-15T12:47:55.568Z] + PACKAGES=/tmp/packages_end.txt [2021-04-15T12:47:55.568Z] + case "${OS_FAMILY}" in [2021-04-15T12:47:55.568Z] + rpm -qa [2021-04-15T12:47:55.568Z] + sort [2021-04-15T12:48:00.878Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-15T12:48:00.878Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-15T12:48:00.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-15T12:48:00.878Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-15T12:48:00.878Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-15T12:48:00.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-04-15T12:48:00.891Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-15T12:48:01.185Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:48:01.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T12:48:01.491Z] [2021-04-15T12:48:01.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:48:01.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T12:48:01.807Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-15T12:48:01.807Z] df20fa9351a1: Pulling fs layer [2021-04-15T12:48:01.807Z] 36b3adc4ff6f: Pulling fs layer [2021-04-15T12:48:01.807Z] 8ad3a11d3b57: Pulling fs layer [2021-04-15T12:48:01.807Z] 46f8f816bc3b: Pulling fs layer [2021-04-15T12:48:01.807Z] 93b61091891f: Pulling fs layer [2021-04-15T12:48:01.807Z] 93b9cdb0e59b: Pulling fs layer [2021-04-15T12:48:01.807Z] 5e14af77c1be: Pulling fs layer [2021-04-15T12:48:01.807Z] 01666e4c0597: Pulling fs layer [2021-04-15T12:48:01.807Z] aa168da1d23b: Pulling fs layer [2021-04-15T12:48:01.807Z] 93b9cdb0e59b: Waiting [2021-04-15T12:48:01.807Z] 5e14af77c1be: Waiting [2021-04-15T12:48:01.807Z] 01666e4c0597: Waiting [2021-04-15T12:48:01.807Z] aa168da1d23b: Waiting [2021-04-15T12:48:01.807Z] 46f8f816bc3b: Waiting [2021-04-15T12:48:01.807Z] 93b61091891f: Waiting [2021-04-15T12:48:01.807Z] 36b3adc4ff6f: Verifying Checksum [2021-04-15T12:48:01.807Z] 36b3adc4ff6f: Download complete [2021-04-15T12:48:01.807Z] 46f8f816bc3b: Verifying Checksum [2021-04-15T12:48:01.807Z] 46f8f816bc3b: Download complete [2021-04-15T12:48:02.080Z] df20fa9351a1: Verifying Checksum [2021-04-15T12:48:02.080Z] df20fa9351a1: Download complete [2021-04-15T12:48:02.080Z] 93b9cdb0e59b: Verifying Checksum [2021-04-15T12:48:02.080Z] 93b9cdb0e59b: Download complete [2021-04-15T12:48:02.080Z] 5e14af77c1be: Verifying Checksum [2021-04-15T12:48:02.080Z] 5e14af77c1be: Download complete [2021-04-15T12:48:02.080Z] 93b61091891f: Verifying Checksum [2021-04-15T12:48:02.080Z] 93b61091891f: Download complete [2021-04-15T12:48:02.080Z] 01666e4c0597: Download complete [2021-04-15T12:48:02.347Z] 8ad3a11d3b57: Verifying Checksum [2021-04-15T12:48:02.347Z] 8ad3a11d3b57: Download complete [2021-04-15T12:48:02.609Z] df20fa9351a1: Pull complete [2021-04-15T12:48:02.871Z] 36b3adc4ff6f: Pull complete [2021-04-15T12:48:03.830Z] 8ad3a11d3b57: Pull complete [2021-04-15T12:48:04.095Z] 46f8f816bc3b: Pull complete [2021-04-15T12:48:04.357Z] aa168da1d23b: Download complete [2021-04-15T12:48:05.306Z] 93b61091891f: Pull complete [2021-04-15T12:48:05.306Z] 93b9cdb0e59b: Pull complete [2021-04-15T12:48:05.306Z] 5e14af77c1be: Pull complete [2021-04-15T12:48:05.570Z] 01666e4c0597: Pull complete [2021-04-15T12:48:13.747Z] aa168da1d23b: Pull complete [2021-04-15T12:48:13.747Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-15T12:48:13.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T12:48:13.747Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-15T12:48:13.903Z] prd-centos7-docker-4c-2g-269 does not seem to be running inside a container [2021-04-15T12:48:13.962Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-15T12:48:16.143Z] $ docker top 4ceab2aa0dba9b825cf4e9c2071c65725c344ed43f9efcf44afbce347f1ea820 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T12:48:16.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-15T12:48:16.909Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-15T12:48:17.209Z] + ls /var/log/sa-host [2021-04-15T12:48:17.209Z] + sadf -c /var/log/sa-host/sa15 [2021-04-15T12:48:17.209Z] file_magic: OK [2021-04-15T12:48:17.209Z] HZ: Using current value: 100 [2021-04-15T12:48:17.209Z] file_header: OK [2021-04-15T12:48:17.209Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T12:48:17.209Z] Statistics: [2021-04-15T12:48:17.209Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-15T12:48:17.209Z] File successfully converted to sysstat format version 12.2.1 [2021-04-15T12:48:17.209Z] + sadf -c /var/log/sa-host/sa23 [2021-04-15T12:48:17.209Z] file_magic: OK [2021-04-15T12:48:17.209Z] HZ: Using current value: 100 [2021-04-15T12:48:17.209Z] file_header: OK [2021-04-15T12:48:17.209Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T12:48:17.209Z] Statistics: [2021-04-15T12:48:17.209Z] Hnuu...uuuununununu... [2021-04-15T12:48:17.209Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-15T12:48:17.406Z] provisioning config files... [2021-04-15T12:48:17.423Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7812388352531046192tmp [Pipeline] { [Pipeline] echo [2021-04-15T12:48:17.445Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:48:17.748Z] ---> create-netrc.sh [Pipeline] } [2021-04-15T12:48:17.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-15T12:48:17.795Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:48:18.103Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-15T12:48:18.115Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:48:18.412Z] ---> sudo-logs.sh [2021-04-15T12:48:18.412Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-15T12:48:18.438Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:48:18.735Z] ---> job-cost.sh [2021-04-15T12:48:18.735Z] lf-activate-venv: SKIPPING [2021-04-15T12:48:18.735Z] DEBUG: total: 0.029999999329447746 [2021-04-15T12:48:18.735Z] INFO: Retrieving Stack Cost... [2021-04-15T12:48:20.130Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T12:48:20.393Z] INFO: Archiving Costs [Pipeline] echo [2021-04-15T12:48:20.407Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:48:20.705Z] ---> logs-deploy.sh [2021-04-15T12:48:20.705Z] lf-activate-venv: SKIPPING [2021-04-15T12:48:20.705Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/97 [2021-04-15T12:48:20.705Z] INFO: archiving workspace using pattern(s): [2021-04-15T12:48:22.627Z] Archives upload complete. [2021-04-15T12:48:22.627Z] INFO: archiving logs to Nexus [2021-04-15T12:48:23.574Z] ---> uname -a: [2021-04-15T12:48:23.574Z] Linux prd-centos7-docker-4c-2g-269.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] ---> lscpu: [2021-04-15T12:48:23.574Z] Architecture: x86_64 [2021-04-15T12:48:23.574Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-15T12:48:23.574Z] Byte Order: Little Endian [2021-04-15T12:48:23.574Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-15T12:48:23.574Z] CPU(s): 4 [2021-04-15T12:48:23.574Z] On-line CPU(s) list: 0-3 [2021-04-15T12:48:23.574Z] Thread(s) per core: 1 [2021-04-15T12:48:23.574Z] Core(s) per socket: 1 [2021-04-15T12:48:23.574Z] Socket(s): 4 [2021-04-15T12:48:23.574Z] NUMA node(s): 1 [2021-04-15T12:48:23.574Z] Vendor ID: GenuineIntel [2021-04-15T12:48:23.574Z] CPU family: 6 [2021-04-15T12:48:23.574Z] Model: 44 [2021-04-15T12:48:23.574Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-15T12:48:23.574Z] Stepping: 1 [2021-04-15T12:48:23.574Z] CPU MHz: 2933.438 [2021-04-15T12:48:23.574Z] BogoMIPS: 5866.87 [2021-04-15T12:48:23.574Z] Virtualization: VT-x [2021-04-15T12:48:23.574Z] Hypervisor vendor: KVM [2021-04-15T12:48:23.574Z] Virtualization type: full [2021-04-15T12:48:23.574Z] L1d cache: 128 KiB [2021-04-15T12:48:23.574Z] L1i cache: 128 KiB [2021-04-15T12:48:23.574Z] L2 cache: 16 MiB [2021-04-15T12:48:23.574Z] L3 cache: 64 MiB [2021-04-15T12:48:23.574Z] NUMA node0 CPU(s): 0-3 [2021-04-15T12:48:23.574Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-15T12:48:23.574Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-15T12:48:23.574Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-15T12:48:23.574Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-15T12:48:23.574Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-15T12:48:23.574Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-15T12:48:23.574Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-15T12:48:23.574Z] Vulnerability Srbds: Not affected [2021-04-15T12:48:23.574Z] Vulnerability Tsx async abort: Not affected [2021-04-15T12:48:23.574Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] ---> nproc: [2021-04-15T12:48:23.574Z] 4 [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] ---> df -h: [2021-04-15T12:48:23.574Z] Filesystem Size Used Available Use% Mounted on [2021-04-15T12:48:23.574Z] overlay 50.0G 8.6G 41.4G 17% / [2021-04-15T12:48:23.574Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-15T12:48:23.574Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-15T12:48:23.574Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-04-15T12:48:23.574Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] ---> free -m: [2021-04-15T12:48:23.574Z] total used free shared buff/cache available [2021-04-15T12:48:23.574Z] Mem: 1837 842 144 0 849 930 [2021-04-15T12:48:23.574Z] Swap: 1023 3 1020 [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] [2021-04-15T12:48:23.574Z] ---> ip addr: [2021-04-15T12:48:23.574Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-15T12:48:23.574Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-15T12:48:23.574Z] inet 127.0.0.1/8 scope host lo [2021-04-15T12:48:23.574Z] valid_lft forever preferred_lft forever [2021-04-15T12:48:23.574Z] inet6 ::1/128 scope host [2021-04-15T12:48:23.574Z] valid_lft forever preferred_lft forever [2021-04-15T12:48:23.574Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-15T12:48:23.574Z] link/ether fa:16:3e:2d:ba:47 brd ff:ff:ff:ff:ff:ff [2021-04-15T12:48:23.574Z] inet 10.30.123.226/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-15T12:48:23.574Z] valid_lft 85651sec preferred_lft 85651sec [2021-04-15T12:48:23.574Z] inet6 fe80::f816:3eff:fe2d:ba47/64 scope link [2021-04-15T12:48:23.574Z] valid_lft forever preferred_lft forever [2021-04-15T12:48:23.574Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-15T12:48:23.574Z] link/ether 02:42:f3:1a:46:ed brd ff:ff:ff:ff:ff:ff [2021-04-15T12:48:23.574Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-15T12:48:23.574Z] valid_lft forever preferred_lft forever [2021-04-15T12:48:23.575Z] inet6 fe80::42:f3ff:fe1a:46ed/64 scope link [2021-04-15T12:48:23.575Z] valid_lft forever preferred_lft forever [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] ---> sar -b -r -n DEV: [2021-04-15T12:48:23.575Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:35:42 LINUX RESTART (4 CPU) [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-15T12:48:23.575Z] 12:37:01 181.79 88.46 93.32 0.00 9566.11 41103.65 0.00 [2021-04-15T12:48:23.575Z] 12:38:01 2.20 0.00 2.20 0.00 0.00 51.27 0.00 [2021-04-15T12:48:23.575Z] 12:39:01 0.43 0.00 0.43 0.00 0.00 6.36 0.00 [2021-04-15T12:48:23.575Z] 12:40:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 [2021-04-15T12:48:23.575Z] 12:41:01 0.22 0.00 0.22 0.00 0.00 2.73 0.00 [2021-04-15T12:48:23.575Z] 12:42:01 0.33 0.00 0.33 0.00 0.00 3.70 0.00 [2021-04-15T12:48:23.575Z] 12:43:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 [2021-04-15T12:48:23.575Z] 12:44:01 0.22 0.00 0.22 0.00 0.00 1.90 0.00 [2021-04-15T12:48:23.575Z] 12:45:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 [2021-04-15T12:48:23.575Z] 12:46:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 [2021-04-15T12:48:23.575Z] 12:47:01 330.03 196.56 133.48 0.00 9299.72 38269.35 0.00 [2021-04-15T12:48:23.575Z] 12:48:02 253.51 121.42 132.09 0.00 9117.56 33536.12 0.00 [2021-04-15T12:48:23.575Z] Average: 64.27 33.93 30.34 0.00 2335.78 9429.84 0.00 [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-15T12:48:23.575Z] 12:37:01 133136 0 621496 33.03 2620 1124292 1111508 37.93 418064 1128956 128 [2021-04-15T12:48:23.575Z] 12:38:01 140032 0 614664 32.67 2620 1124228 1080224 36.87 414780 1126528 16 [2021-04-15T12:48:23.575Z] 12:39:01 135332 0 619360 32.92 2620 1124232 1080416 36.87 432048 1114060 8 [2021-04-15T12:48:23.575Z] 12:40:01 136132 0 618560 32.88 2620 1124232 1080224 36.87 429852 1115204 8 [2021-04-15T12:48:23.575Z] 12:41:01 132064 0 622616 33.09 2620 1124244 1080392 36.87 438268 1111248 8 [2021-04-15T12:48:23.575Z] 12:42:01 132752 0 621924 33.05 2620 1124248 1080296 36.87 437672 1111256 8 [2021-04-15T12:48:23.575Z] 12:43:01 133064 0 621608 33.04 2620 1124252 1080272 36.87 437580 1111256 8 [2021-04-15T12:48:23.575Z] 12:44:01 132964 0 621704 33.04 2620 1124256 1080224 36.87 437508 1111256 8 [2021-04-15T12:48:23.575Z] 12:45:01 133032 0 621628 33.04 2620 1124264 1080224 36.87 437532 1111260 8 [2021-04-15T12:48:23.575Z] 12:46:01 132676 0 621980 33.06 2620 1124268 1080224 36.87 437452 1111256 8 [2021-04-15T12:48:23.575Z] 12:47:01 232264 0 728560 38.72 2596 918124 1312516 44.79 575200 825396 11612 [2021-04-15T12:48:23.575Z] 12:48:02 78528 0 845820 44.95 1492 955704 1533416 52.33 634864 830200 30312 [2021-04-15T12:48:23.575Z] Average: 137665 0 648327 34.46 2524 1093029 1139995 38.91 460902 1067323 3511 [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-15T12:48:23.575Z] 12:37:01 eth0 667.35 428.78 1407.86 92.32 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:37:01 docker0 62.64 47.99 5.52 160.24 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:38:01 eth0 0.72 0.12 0.06 0.05 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:39:01 eth0 0.82 0.45 0.28 0.18 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:40:01 eth0 0.52 0.08 0.05 0.04 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:41:01 eth0 0.37 0.37 0.26 0.20 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:42:01 eth0 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:43:01 eth0 0.27 0.25 0.12 0.02 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:46:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:47:01 eth0 578.80 503.94 4676.67 80.60 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:47:01 docker0 69.22 70.93 5.87 374.67 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:48:02 eth0 520.06 406.05 3732.52 79.18 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] 12:48:02 docker0 39.02 63.57 2.37 245.36 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] Average: eth0 147.67 111.88 819.84 21.09 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] Average: docker0 14.26 15.24 1.15 65.14 0.00 0.00 0.00 0.00 [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] ---> sar -P ALL: [2021-04-15T12:48:23.575Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:35:42 LINUX RESTART (4 CPU) [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:36:01 CPU %user %nice %system %iowait %steal %idle [2021-04-15T12:48:23.575Z] 12:37:01 all 15.44 0.00 8.67 7.47 0.10 68.31 [2021-04-15T12:48:23.575Z] 12:37:01 0 15.77 0.00 9.39 7.23 0.09 67.52 [2021-04-15T12:48:23.575Z] 12:37:01 1 14.95 0.00 8.44 7.54 0.15 68.91 [2021-04-15T12:48:23.575Z] 12:37:01 2 16.29 0.00 7.71 6.53 0.08 69.38 [2021-04-15T12:48:23.575Z] 12:37:01 3 14.74 0.00 9.15 8.59 0.09 67.43 [2021-04-15T12:48:23.575Z] 12:38:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2021-04-15T12:48:23.575Z] 12:38:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-15T12:48:23.575Z] 12:38:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-15T12:48:23.575Z] 12:38:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-15T12:48:23.575Z] 12:38:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2021-04-15T12:48:23.575Z] 12:39:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-15T12:48:23.575Z] 12:39:01 0 0.45 0.00 0.08 0.00 0.00 99.47 [2021-04-15T12:48:23.575Z] 12:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-15T12:48:23.575Z] 12:39:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-15T12:48:23.575Z] 12:39:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-15T12:48:23.575Z] 12:40:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-04-15T12:48:23.575Z] 12:40:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-15T12:48:23.575Z] 12:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-15T12:48:23.575Z] 12:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-15T12:48:23.575Z] 12:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-15T12:48:23.575Z] 12:41:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-04-15T12:48:23.575Z] 12:41:01 0 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-15T12:48:23.575Z] 12:41:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-15T12:48:23.575Z] 12:41:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-15T12:48:23.575Z] 12:41:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-15T12:48:23.575Z] 12:42:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-15T12:48:23.575Z] 12:42:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-15T12:48:23.575Z] 12:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T12:48:23.575Z] 12:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-15T12:48:23.575Z] 12:42:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-04-15T12:48:23.575Z] 12:43:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-04-15T12:48:23.575Z] 12:43:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-15T12:48:23.575Z] 12:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-04-15T12:48:23.575Z] 12:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-15T12:48:23.575Z] 12:43:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-15T12:48:23.575Z] 12:44:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2021-04-15T12:48:23.575Z] 12:44:01 0 0.43 0.00 0.03 0.00 0.00 99.53 [2021-04-15T12:48:23.575Z] 12:44:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-15T12:48:23.575Z] 12:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-15T12:48:23.575Z] 12:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T12:48:23.575Z] 12:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-15T12:48:23.575Z] 12:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-15T12:48:23.575Z] 12:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-15T12:48:23.575Z] 12:45:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-15T12:48:23.575Z] 12:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-15T12:48:23.575Z] 12:46:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-04-15T12:48:23.575Z] 12:46:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-15T12:48:23.575Z] 12:46:01 1 0.48 0.00 0.05 0.00 0.02 99.45 [2021-04-15T12:48:23.575Z] 12:46:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-15T12:48:23.575Z] 12:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-15T12:48:23.575Z] 12:47:01 all 10.99 0.00 8.00 5.05 0.08 75.87 [2021-04-15T12:48:23.575Z] 12:47:01 0 10.53 0.00 8.59 4.03 0.10 76.75 [2021-04-15T12:48:23.575Z] 12:47:01 1 10.47 0.00 8.10 6.99 0.05 74.38 [2021-04-15T12:48:23.575Z] 12:47:01 2 12.11 0.00 7.53 4.25 0.05 76.05 [2021-04-15T12:48:23.575Z] 12:47:01 3 10.85 0.00 7.79 4.91 0.12 76.33 [2021-04-15T12:48:23.575Z] [2021-04-15T12:48:23.575Z] 12:47:01 CPU %user %nice %system %iowait %steal %idle [2021-04-15T12:48:23.575Z] 12:48:02 all 12.25 0.00 9.11 4.05 0.10 74.50 [2021-04-15T12:48:23.575Z] 12:48:02 0 10.11 0.00 7.81 4.88 0.07 77.13 [2021-04-15T12:48:23.575Z] 12:48:02 1 15.80 0.00 9.13 4.83 0.12 70.12 [2021-04-15T12:48:23.575Z] 12:48:02 2 10.38 0.00 9.20 3.56 0.09 76.78 [2021-04-15T12:48:23.575Z] 12:48:02 3 12.69 0.00 10.28 2.92 0.12 73.98 [2021-04-15T12:48:23.575Z] Average: all 3.29 0.00 2.14 1.36 0.02 93.19 [2021-04-15T12:48:23.576Z] Average: 0 3.23 0.00 2.14 1.32 0.02 93.29 [2021-04-15T12:48:23.576Z] Average: 1 3.50 0.00 2.13 1.59 0.03 92.75 [2021-04-15T12:48:23.576Z] Average: 2 3.22 0.00 2.04 1.18 0.02 93.55 [2021-04-15T12:48:23.576Z] Average: 3 3.21 0.00 2.25 1.34 0.03 93.17 [2021-04-15T12:48:23.576Z] [2021-04-15T12:48:23.576Z] [2021-04-15T12:48:23.576Z]