Pull request #319 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0+3778f220d06894e70adc087f295b3bfdc904cdc4 (808ea3480ef35c2281f1bdf1484bff14805995ff) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-319/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-319/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31712 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [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_PR-319 # 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/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 Merge succeeded, producing ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 Checking out Revision ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 (PR-319) > git config core.sparsecheckout # timeout=10 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T08:09:10.165Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T08:09:10.601Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T08:09:10.783Z] ========================================================= [2021-03-29T08:09:10.783Z] EdgeX Global Pipelines Version Info [2021-03-29T08:09:10.783Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:09:12.303Z] ------------------- [2021-03-29T08:09:12.304Z] stable info: [2021-03-29T08:09:12.304Z] ------------------- [2021-03-29T08:09:12.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T08:09:12.304Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T08:09:12.304Z] Message: update stable to v1.0.186 [2021-03-29T08:09:13.249Z] ------------------- [2021-03-29T08:09:13.250Z] experimental info: [2021-03-29T08:09:13.250Z] ------------------- [2021-03-29T08:09:13.250Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T08:09:13.250Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T08:09:13.250Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T08:09:13.627Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-29T08:09:13.765Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-29T08:09:13.907Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T08:09:14.047Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T08:09:14.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T08:09:14.322Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T08:09:14.449Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T08:09:14.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T08:09:14.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-29T08:09:14.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T08:09:14.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T08:09:15.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-29T08:09:15.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T08:09:15.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T08:09:15.529Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T08:09:15.664Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T08:09:15.802Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T08:09:15.924Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T08:09:16.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T08:09:16.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-29T08:09:16.340Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-29T08:09:16.473Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-29T08:09:16.597Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-29T08:09:16.720Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-29T08:09:16.846Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-29T08:09:16.987Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T08:09:17.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-319 [Pipeline] echo [2021-03-29T08:09:17.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-319 [Pipeline] echo [2021-03-29T08:09:17.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-319 [Pipeline] echo [2021-03-29T08:09:17.486Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [Pipeline] echo [2021-03-29T08:09:17.622Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae0b271 [Pipeline] echo [2021-03-29T08:09:17.764Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T08:09:18.049Z] provisioning config files... [2021-03-29T08:09:18.083Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config2101221035532678647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:09:18.510Z] ---> docker-login.sh [2021-03-29T08:09:18.510Z] nexus3.edgexfoundry.org:10001 [2021-03-29T08:09:18.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:09:19.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:09:19.044Z] Configure a credential helper to remove this warning. See [2021-03-29T08:09:19.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:09:19.044Z] [2021-03-29T08:09:19.044Z] Login Succeeded [2021-03-29T08:09:19.044Z] nexus3.edgexfoundry.org:10002 [2021-03-29T08:09:19.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:09:19.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:09:19.309Z] Configure a credential helper to remove this warning. See [2021-03-29T08:09:19.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:09:19.309Z] [2021-03-29T08:09:19.309Z] Login Succeeded [2021-03-29T08:09:19.309Z] nexus3.edgexfoundry.org:10003 [2021-03-29T08:09:19.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:09:19.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:09:19.309Z] Configure a credential helper to remove this warning. See [2021-03-29T08:09:19.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:09:19.309Z] [2021-03-29T08:09:19.309Z] Login Succeeded [2021-03-29T08:09:19.309Z] nexus3.edgexfoundry.org:10004 [2021-03-29T08:09:19.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:09:19.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:09:19.576Z] Configure a credential helper to remove this warning. See [2021-03-29T08:09:19.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:09:19.576Z] [2021-03-29T08:09:19.576Z] Login Succeeded [2021-03-29T08:09:19.576Z] docker.io [2021-03-29T08:09:19.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:09:19.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:09:19.841Z] Configure a credential helper to remove this warning. See [2021-03-29T08:09:19.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:09:19.841Z] [2021-03-29T08:09:19.841Z] Login Succeeded [2021-03-29T08:09:19.841Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T08:09:19.864Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T08:09:20.970Z] + git log --format=format:%s -1 ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [Pipeline] echo [2021-03-29T08:09:21.064Z] GIT_COMMIT: ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-29T08:09:21.136Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:09:22.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T08:09:22.149Z] [2021-03-29T08:09:22.149Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:09:22.616Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T08:09:22.617Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T08:09:22.617Z] 31603596830f: Pulling fs layer [2021-03-29T08:09:22.617Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T08:09:22.617Z] 6ca5941a6612: Pulling fs layer [2021-03-29T08:09:22.617Z] ecc8261a40a4: Pulling fs layer [2021-03-29T08:09:22.617Z] ecc8261a40a4: Waiting [2021-03-29T08:09:22.617Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T08:09:22.617Z] 2a8b12db71e7: Download complete [2021-03-29T08:09:22.617Z] 31603596830f: Verifying Checksum [2021-03-29T08:09:22.617Z] 31603596830f: Download complete [2021-03-29T08:09:22.880Z] ecc8261a40a4: Verifying Checksum [2021-03-29T08:09:22.880Z] ecc8261a40a4: Download complete [2021-03-29T08:09:22.880Z] 6ca5941a6612: Verifying Checksum [2021-03-29T08:09:22.880Z] 6ca5941a6612: Download complete [2021-03-29T08:09:23.144Z] 31603596830f: Pull complete [2021-03-29T08:09:23.144Z] 2a8b12db71e7: Pull complete [2021-03-29T08:09:24.103Z] 6ca5941a6612: Pull complete [2021-03-29T08:09:24.367Z] ecc8261a40a4: Pull complete [2021-03-29T08:09:24.367Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T08:09:24.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T08:09:24.367Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T08:09:24.527Z] prd-centos7-docker-4c-2g-31712 does not seem to be running inside a container [2021-03-29T08:09:24.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-319 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319:/w/workspace/edgexfoundry_edgex-ui-go_PR-319:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T08:09:27.079Z] $ docker top da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T08:09:27.461Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T08:09:27.461Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T08:09:27.687Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T08:09:27.692Z] $ docker exec da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent [2021-03-29T08:09:27.868Z] SSH_AUTH_SOCK=/tmp/ssh-xLu8jRMaczv3/agent.11 [2021-03-29T08:09:27.868Z] SSH_AGENT_PID=16 [2021-03-29T08:09:27.879Z] Running ssh-add (command line suppressed) [2021-03-29T08:09:28.014Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_9019085374115815751.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_9019085374115815751.key) [2021-03-29T08:09:28.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T08:09:28.460Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T08:09:28.488Z] $ docker exec --env ******** --env ******** da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent -k [2021-03-29T08:09:28.620Z] unset SSH_AUTH_SOCK; [2021-03-29T08:09:28.620Z] unset SSH_AGENT_PID; [2021-03-29T08:09:28.620Z] echo Agent pid 16 killed; [2021-03-29T08:09:28.663Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T08:09:28.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T08:09:28.869Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T08:09:29.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T08:09:29.038Z] $ docker exec da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent [2021-03-29T08:09:29.204Z] SSH_AUTH_SOCK=/tmp/ssh-NWa18CLhXMEQ/agent.46 [2021-03-29T08:09:29.204Z] SSH_AGENT_PID=51 [2021-03-29T08:09:29.211Z] Running ssh-add (command line suppressed) [2021-03-29T08:09:29.329Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_7381995192388661214.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_7381995192388661214.key) [2021-03-29T08:09:29.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T08:09:29.759Z] + git semver init [2021-03-29T08:09:29.759Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T08:09:29.759Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.git [2021-03-29T08:09:29.759Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [2021-03-29T08:09:29.759Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T08:09:29.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T08:09:29.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T08:09:29.759Z] # $SEMVER_BRANCH = PR-319 [2021-03-29T08:09:29.759Z] # $SEMVER_TEMP = /tmp/semver-747121711 [2021-03-29T08:09:29.759Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-29T08:09:31.157Z] # '/tmp/semver-747121711' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver' [2021-03-29T08:09:31.157Z] # -> Force: false [2021-03-29T08:09:31.157Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver [Pipeline] } [2021-03-29T08:09:31.181Z] $ docker exec --env ******** --env ******** da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent -k [2021-03-29T08:09:31.312Z] unset SSH_AUTH_SOCK; [2021-03-29T08:09:31.313Z] unset SSH_AGENT_PID; [2021-03-29T08:09:31.313Z] echo Agent pid 51 killed; [2021-03-29T08:09:31.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T08:09:31.920Z] + git semver [Pipeline] } [2021-03-29T08:09:31.952Z] $ docker stop --time=1 da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 [2021-03-29T08:09:33.407Z] $ docker rm -f da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T08:09:33.936Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T08:09:34.423Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T08:09:34.452Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-29T08:09:50.310Z] Still waiting to schedule task [2021-03-29T08:09:50.311Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31712’ [2021-03-29T08:09:50.336Z] Still waiting to schedule task [2021-03-29T08:09:50.336Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T08:11:32.765Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31713 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] ws [2021-03-29T08:11:32.885Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-03-29T08:11:37.947Z] using credential edgex-jenkins-ssh [2021-03-29T08:11:38.030Z] Cloning the remote Git repository [2021-03-29T08:11:38.110Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T08:11:38.225Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-03-29T08:11:38.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T08:11:38.304Z] > git --version # timeout=10 [2021-03-29T08:11:38.331Z] > git --version # 'git version 2.17.1' [2021-03-29T08:11:38.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:11:38.427Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:11:40.087Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T08:11:40.112Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:11:40.141Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T08:11:40.179Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T08:11:40.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:11:40.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T08:11:40.652Z] Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [2021-03-29T08:11:41.164Z] Merge succeeded, producing ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [2021-03-29T08:11:41.165Z] Checking out Revision ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 (PR-319) [2021-03-29T08:11:40.688Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:11:40.709Z] > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 [2021-03-29T08:11:41.022Z] > git remote # timeout=10 [2021-03-29T08:11:41.040Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T08:11:41.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:11:41.122Z] > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [2021-03-29T08:11:41.146Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T08:11:41.184Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:11:41.228Z] > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 [2021-03-29T08:11:45.746Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-29T08:11:45.805Z] > git --version # timeout=10 [2021-03-29T08:11:45.813Z] > git --version # 'git version 2.17.1' [2021-03-29T08:11:45.830Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T08:11:48.182Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:11:48.619Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:11:48.980Z] + true [2021-03-29T08:11:48.980Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T08:11:51.766Z] provisioning config files... [2021-03-29T08:11:51.816Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5913587584387668534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:11:52.295Z] ---> docker-login.sh [2021-03-29T08:11:52.295Z] nexus3.edgexfoundry.org:10001 [2021-03-29T08:11:53.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:11:53.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:11:53.551Z] Configure a credential helper to remove this warning. See [2021-03-29T08:11:53.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:11:53.551Z] [2021-03-29T08:11:53.551Z] Login Succeeded [2021-03-29T08:11:53.551Z] nexus3.edgexfoundry.org:10002 [2021-03-29T08:11:53.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:11:54.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:11:54.101Z] Configure a credential helper to remove this warning. See [2021-03-29T08:11:54.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:11:54.101Z] [2021-03-29T08:11:54.101Z] Login Succeeded [2021-03-29T08:11:54.101Z] nexus3.edgexfoundry.org:10003 [2021-03-29T08:11:54.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:11:54.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:11:54.670Z] Configure a credential helper to remove this warning. See [2021-03-29T08:11:54.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:11:54.670Z] [2021-03-29T08:11:54.670Z] Login Succeeded [2021-03-29T08:11:54.670Z] nexus3.edgexfoundry.org:10004 [2021-03-29T08:11:54.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:11:55.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:11:55.213Z] Configure a credential helper to remove this warning. See [2021-03-29T08:11:55.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:11:55.213Z] [2021-03-29T08:11:55.213Z] Login Succeeded [2021-03-29T08:11:55.213Z] docker.io [2021-03-29T08:11:55.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:11:55.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:11:55.762Z] Configure a credential helper to remove this warning. See [2021-03-29T08:11:55.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:11:55.762Z] [2021-03-29T08:11:55.762Z] Login Succeeded [2021-03-29T08:11:55.762Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T08:11:55.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T08:11:56.393Z] ========================================================= [2021-03-29T08:11:56.393Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T08:11:56.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:11:56.825Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-29T08:11:57.431Z] Sending build context to Docker daemon 17.3MB [2021-03-29T08:11:57.706Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T08:11:57.706Z] Step 2/8 : FROM ${BASE} [2021-03-29T08:11:57.706Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T08:11:57.706Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T08:11:57.706Z] a4357932f1b6: Pulling fs layer [2021-03-29T08:11:57.706Z] 18c013af1878: Pulling fs layer [2021-03-29T08:11:57.706Z] 00ac8860ef70: Pulling fs layer [2021-03-29T08:11:57.706Z] 63d7cb157983: Pulling fs layer [2021-03-29T08:11:57.706Z] b116817d02f9: Pulling fs layer [2021-03-29T08:11:57.706Z] 745a02a5169b: Pulling fs layer [2021-03-29T08:11:57.706Z] 00ac8860ef70: Waiting [2021-03-29T08:11:57.706Z] 63d7cb157983: Waiting [2021-03-29T08:11:57.706Z] b116817d02f9: Waiting [2021-03-29T08:11:57.706Z] 745a02a5169b: Waiting [2021-03-29T08:11:57.706Z] 18c013af1878: Download complete [2021-03-29T08:11:57.706Z] a4357932f1b6: Verifying Checksum [2021-03-29T08:11:57.706Z] a4357932f1b6: Download complete [2021-03-29T08:11:57.706Z] 63d7cb157983: Verifying Checksum [2021-03-29T08:11:57.706Z] 63d7cb157983: Download complete [2021-03-29T08:11:58.315Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T08:11:58.315Z] b116817d02f9: Verifying Checksum [2021-03-29T08:11:58.315Z] b116817d02f9: Download complete [2021-03-29T08:11:59.298Z] 5f621e34cdf4: Pull complete [2021-03-29T08:11:59.909Z] a4357932f1b6: Pull complete [2021-03-29T08:12:00.185Z] 18c013af1878: Pull complete [2021-03-29T08:12:00.461Z] 745a02a5169b: Verifying Checksum [2021-03-29T08:12:00.461Z] 745a02a5169b: Download complete [2021-03-29T08:12:02.444Z] 00ac8860ef70: Verifying Checksum [2021-03-29T08:12:02.444Z] 00ac8860ef70: Download complete [2021-03-29T08:12:10.222Z] Running on prd-centos7-docker-4c-2g-31714 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] ws [2021-03-29T08:12:10.319Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-03-29T08:12:12.614Z] 00ac8860ef70: Pull complete [2021-03-29T08:12:12.614Z] 63d7cb157983: Pull complete [2021-03-29T08:12:12.898Z] b116817d02f9: Pull complete [2021-03-29T08:12:12.975Z] using credential edgex-jenkins-ssh [2021-03-29T08:12:13.034Z] Cloning the remote Git repository [2021-03-29T08:12:13.058Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T08:12:13.128Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-03-29T08:12:13.193Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T08:12:13.193Z] > git --version # timeout=10 [2021-03-29T08:12:13.201Z] > git --version # 'git version 2.24.3' [2021-03-29T08:12:13.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:12:13.229Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:12:14.678Z] Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [2021-03-29T08:12:14.881Z] Merge succeeded, producing ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [2021-03-29T08:12:14.881Z] Checking out Revision ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 (PR-319) [2021-03-29T08:12:14.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T08:12:14.206Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:12:14.218Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T08:12:14.234Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T08:12:14.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:12:14.242Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T08:12:14.685Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:12:14.690Z] > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 [2021-03-29T08:12:14.844Z] > git remote # timeout=10 [2021-03-29T08:12:14.856Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T08:12:14.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:12:14.864Z] > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [2021-03-29T08:12:14.874Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T08:12:14.886Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:12:14.891Z] > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 [2021-03-29T08:12:17.227Z] 745a02a5169b: Pull complete [2021-03-29T08:12:17.227Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T08:12:17.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T08:12:17.227Z] ---> b7e6874047d6 [2021-03-29T08:12:17.227Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-29T08:12:18.701Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-29T08:12:18.727Z] > git --version # timeout=10 [2021-03-29T08:12:18.737Z] > git --version # 'git version 2.24.3' [2021-03-29T08:12:18.744Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T08:12:19.860Z] ---> Running in 68c7e72b598f [2021-03-29T08:12:20.138Z] Removing intermediate container 68c7e72b598f [2021-03-29T08:12:20.138Z] ---> 4ce136e8bfab [2021-03-29T08:12:20.138Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:12:20.162Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:12:20.414Z] ---> Running in 2e4500fb57ed [2021-03-29T08:12:20.521Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:12:20.844Z] + sudo service docker restart [2021-03-29T08:12:20.844Z] + true [2021-03-29T08:12:20.844Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T08:12:22.382Z] provisioning config files... [2021-03-29T08:12:22.401Z] Removing intermediate container 2e4500fb57ed [2021-03-29T08:12:22.402Z] ---> bd67b40578a0 [2021-03-29T08:12:22.402Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-29T08:12:22.415Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5964400467551213352tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:12:22.677Z] ---> Running in 2d576ff7bd92 [2021-03-29T08:12:22.939Z] ---> docker-login.sh [2021-03-29T08:12:22.939Z] nexus3.edgexfoundry.org:10001 [2021-03-29T08:12:23.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:12:23.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:12:23.466Z] Configure a credential helper to remove this warning. See [2021-03-29T08:12:23.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:12:23.466Z] [2021-03-29T08:12:23.466Z] Login Succeeded [2021-03-29T08:12:23.466Z] nexus3.edgexfoundry.org:10002 [2021-03-29T08:12:23.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:12:23.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:12:23.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:12:23.729Z] Configure a credential helper to remove this warning. See [2021-03-29T08:12:23.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:12:23.729Z] [2021-03-29T08:12:23.729Z] Login Succeeded [2021-03-29T08:12:23.729Z] nexus3.edgexfoundry.org:10003 [2021-03-29T08:12:23.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:12:23.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:12:23.993Z] Configure a credential helper to remove this warning. See [2021-03-29T08:12:23.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:12:23.993Z] [2021-03-29T08:12:23.993Z] Login Succeeded [2021-03-29T08:12:23.993Z] nexus3.edgexfoundry.org:10004 [2021-03-29T08:12:23.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:12:23.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:12:23.993Z] Configure a credential helper to remove this warning. See [2021-03-29T08:12:23.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:12:23.993Z] [2021-03-29T08:12:23.993Z] Login Succeeded [2021-03-29T08:12:23.993Z] docker.io [2021-03-29T08:12:24.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:12:24.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:12:24.519Z] Configure a credential helper to remove this warning. See [2021-03-29T08:12:24.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:12:24.519Z] [2021-03-29T08:12:24.519Z] Login Succeeded [2021-03-29T08:12:24.519Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T08:12:24.546Z] Deleting 1 temporary files [2021-03-29T08:12:24.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-03-29T08:12:24.895Z] OK: 142 MiB in 39 packages [Pipeline] unstash [Pipeline] echo [2021-03-29T08:12:25.203Z] ========================================================= [2021-03-29T08:12:25.204Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T08:12:25.204Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:12:25.590Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T08:12:25.853Z] Sending build context to Docker daemon 17.3MB [2021-03-29T08:12:25.853Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T08:12:25.853Z] Step 2/8 : FROM ${BASE} [2021-03-29T08:12:25.853Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T08:12:25.853Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T08:12:25.853Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T08:12:25.853Z] de9db76c5a1d: Pulling fs layer [2021-03-29T08:12:25.853Z] bca2f99d35d6: Pulling fs layer [2021-03-29T08:12:25.853Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T08:12:25.853Z] 7c6f9722023f: Pulling fs layer [2021-03-29T08:12:25.853Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T08:12:25.853Z] 93359f2a8cfa: Waiting [2021-03-29T08:12:25.853Z] 7c6f9722023f: Waiting [2021-03-29T08:12:25.853Z] a35cf1a2eb13: Waiting [2021-03-29T08:12:25.853Z] bca2f99d35d6: Waiting [2021-03-29T08:12:26.116Z] de9db76c5a1d: Verifying Checksum [2021-03-29T08:12:26.116Z] de9db76c5a1d: Download complete [2021-03-29T08:12:26.116Z] 0ef7d3d256c8: Download complete [2021-03-29T08:12:26.116Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T08:12:26.116Z] 93359f2a8cfa: Download complete [2021-03-29T08:12:26.116Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T08:12:26.117Z] 188c0c94c7c5: Download complete [2021-03-29T08:12:26.117Z] 7c6f9722023f: Verifying Checksum [2021-03-29T08:12:26.117Z] 7c6f9722023f: Download complete [2021-03-29T08:12:26.325Z] Removing intermediate container 2d576ff7bd92 [2021-03-29T08:12:26.326Z] ---> 4dbc05fc3851 [2021-03-29T08:12:26.326Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-29T08:12:26.326Z] ---> Running in b292ec9ff841 [2021-03-29T08:12:26.378Z] 188c0c94c7c5: Pull complete [2021-03-29T08:12:26.597Z] Removing intermediate container b292ec9ff841 [2021-03-29T08:12:26.597Z] ---> 819d56d1d422 [2021-03-29T08:12:26.597Z] Step 7/8 : COPY . . [2021-03-29T08:12:26.648Z] 0ef7d3d256c8: Pull complete [2021-03-29T08:12:26.648Z] de9db76c5a1d: Pull complete [2021-03-29T08:12:28.055Z] a35cf1a2eb13: Download complete [2021-03-29T08:12:28.636Z] bca2f99d35d6: Verifying Checksum [2021-03-29T08:12:28.636Z] bca2f99d35d6: Download complete [2021-03-29T08:12:29.229Z] ---> 0ef5121e028a [2021-03-29T08:12:29.229Z] Step 8/8 : RUN go mod download [2021-03-29T08:12:29.229Z] ---> Running in 2605073e4337 [2021-03-29T08:12:33.965Z] bca2f99d35d6: Pull complete [2021-03-29T08:12:33.965Z] 93359f2a8cfa: Pull complete [2021-03-29T08:12:33.965Z] 7c6f9722023f: Pull complete [2021-03-29T08:12:44.037Z] a35cf1a2eb13: Pull complete [2021-03-29T08:12:44.037Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T08:12:44.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T08:12:44.037Z] ---> a62c8e92a672 [2021-03-29T08:12:44.037Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-29T08:12:44.037Z] ---> Running in 29274a8f4819 [2021-03-29T08:12:44.037Z] Removing intermediate container 29274a8f4819 [2021-03-29T08:12:44.037Z] ---> e101f8f37f6f [2021-03-29T08:12:44.037Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:12:44.037Z] ---> Running in 13ac884c332d [2021-03-29T08:12:45.434Z] Removing intermediate container 13ac884c332d [2021-03-29T08:12:45.434Z] ---> 8cff95ceb026 [2021-03-29T08:12:45.434Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-29T08:12:45.434Z] ---> Running in 61a2cc52e957 [2021-03-29T08:12:45.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:12:46.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:12:46.856Z] OK: 166 MiB in 39 packages [2021-03-29T08:12:47.436Z] Removing intermediate container 61a2cc52e957 [2021-03-29T08:12:47.436Z] ---> 7e8aa924f48a [2021-03-29T08:12:47.436Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-29T08:12:47.436Z] ---> Running in df3cf4a2c992 [2021-03-29T08:12:47.436Z] Removing intermediate container df3cf4a2c992 [2021-03-29T08:12:47.436Z] ---> 70b6422df878 [2021-03-29T08:12:47.436Z] Step 7/8 : COPY . . [2021-03-29T08:12:49.997Z] ---> 81f90e2c4f1f [2021-03-29T08:12:49.997Z] Step 8/8 : RUN go mod download [2021-03-29T08:12:49.997Z] ---> Running in 2bfa300b6f90 [2021-03-29T08:13:01.565Z] Removing intermediate container 2605073e4337 [2021-03-29T08:13:01.565Z] ---> 75bad68895c1 [2021-03-29T08:13:01.565Z] Successfully built 75bad68895c1 [2021-03-29T08:13:01.565Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:13:01.944Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T08:13:01.944Z] . [Pipeline] withDockerContainer [2021-03-29T08:13:02.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-31713 does not seem to be running inside a container [2021-03-29T08:13:02.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T08:13:03.819Z] $ docker top 458cdb3463894d266b498c8ec09713b6783424ec7439261529f8fd3ae01d7c63 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:13:04.950Z] + go version [2021-03-29T08:13:04.950Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T08:13:04.994Z] $ docker stop --time=1 458cdb3463894d266b498c8ec09713b6783424ec7439261529f8fd3ae01d7c63 [2021-03-29T08:13:06.967Z] $ docker rm -f 458cdb3463894d266b498c8ec09713b6783424ec7439261529f8fd3ae01d7c63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:13:08.279Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T08:13:08.279Z] . [Pipeline] withDockerContainer [2021-03-29T08:13:08.568Z] prd-ubuntu18.04-docker-arm64-4c-16g-31713 does not seem to be running inside a container [2021-03-29T08:13:08.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T08:13:10.155Z] $ docker top 74fb93d5a0a0c6b640a3675415e892af28a47f1496423ee12b44e92ab8dc7f43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:13:11.261Z] + make test [2021-03-29T08:13:11.261Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-29T08:13:12.707Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-29T08:13:16.663Z] Removing intermediate container 2bfa300b6f90 [2021-03-29T08:13:16.663Z] ---> ad420912ee54 [2021-03-29T08:13:16.663Z] Successfully built ad420912ee54 [2021-03-29T08:13:16.663Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:13:17.025Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T08:13:17.025Z] . [Pipeline] withDockerContainer [2021-03-29T08:13:17.198Z] prd-centos7-docker-4c-2g-31714 does not seem to be running inside a container [2021-03-29T08:13:17.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T08:13:18.111Z] $ docker top cdae03e2a7a9cb955578dc95166f9b58eb341d93e5143740a70cab1a17c699f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:13:18.715Z] + go version [2021-03-29T08:13:18.715Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T08:13:18.746Z] $ docker stop --time=1 cdae03e2a7a9cb955578dc95166f9b58eb341d93e5143740a70cab1a17c699f0 [2021-03-29T08:13:20.123Z] $ docker rm -f cdae03e2a7a9cb955578dc95166f9b58eb341d93e5143740a70cab1a17c699f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:13:21.330Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T08:13:21.330Z] . [Pipeline] withDockerContainer [2021-03-29T08:13:21.454Z] prd-centos7-docker-4c-2g-31714 does not seem to be running inside a container [2021-03-29T08:13:21.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T08:13:22.637Z] $ docker top 503e3d08cfff5f580a644103981bd4bf0adcf26c7324fac0e78e93ab8ee79b01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:13:23.180Z] + make test [2021-03-29T08:13:23.180Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-29T08:13:24.587Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-29T08:13:34.691Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-29T08:13:34.691Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-29T08:13:35.686Z] $ docker stop --time=1 503e3d08cfff5f580a644103981bd4bf0adcf26c7324fac0e78e93ab8ee79b01 [2021-03-29T08:13:37.975Z] $ docker rm -f 503e3d08cfff5f580a644103981bd4bf0adcf26c7324fac0e78e93ab8ee79b01 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T08:13:38.718Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T08:13:39.098Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-29T08:13:39.546Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-29T08:13:39.546Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-03-29T08:13:42.434Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-29T08:13:42.758Z] + ls -al . [2021-03-29T08:13:42.758Z] total 92 [2021-03-29T08:13:42.758Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 29 08:13 . [2021-03-29T08:13:42.758Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 29 08:12 .. [2021-03-29T08:13:42.758Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 29 08:12 assets [2021-03-29T08:13:42.758Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 29 08:12 bin [2021-03-29T08:13:42.758Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 29 08:12 cmd [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 29 08:12 CONTRIBUTING.md [2021-03-29T08:13:42.758Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 29 08:13 coverage.out [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 29 08:12 Dockerfile [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 29 08:12 Dockerfile.build [2021-03-29T08:13:42.758Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 29 08:12 docs [2021-03-29T08:13:42.758Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 29 08:12 .git [2021-03-29T08:13:42.758Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 29 08:12 .github [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 29 08:12 .gitignore [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 29 08:12 go.mod [2021-03-29T08:13:42.758Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 29 08:13 go.sum [2021-03-29T08:13:42.758Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 29 08:12 internal [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 29 08:12 Jenkinsfile [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 29 08:12 LICENSE [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 29 08:12 Makefile [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 29 08:12 README.md [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 29 08:09 VERSION [2021-03-29T08:13:42.758Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 29 08:12 version.go [2021-03-29T08:13:42.758Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 29 08:12 web [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:13:43.113Z] + 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=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 --label arch=amd64 --label version=0.0.0 . [2021-03-29T08:13:43.379Z] Sending build context to Docker daemon 17.32MB [2021-03-29T08:13:43.379Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T08:13:43.379Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-29T08:13:43.379Z] ---> ad420912ee54 [2021-03-29T08:13:43.379Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-29T08:13:43.960Z] ---> Running in d354b2a610c4 [2021-03-29T08:13:44.229Z] Removing intermediate container d354b2a610c4 [2021-03-29T08:13:44.229Z] ---> 83515fc94168 [2021-03-29T08:13:44.229Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-29T08:13:44.229Z] ---> Running in e71f481aaafb [2021-03-29T08:13:44.492Z] Removing intermediate container e71f481aaafb [2021-03-29T08:13:44.492Z] ---> a9e763a16998 [2021-03-29T08:13:44.492Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-29T08:13:44.492Z] ---> Running in 5fcb26dbb673 [2021-03-29T08:13:44.756Z] Removing intermediate container 5fcb26dbb673 [2021-03-29T08:13:44.756Z] ---> c6836bcd8d08 [2021-03-29T08:13:44.756Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-29T08:13:44.756Z] ---> Running in fc30b7b25fa3 [2021-03-29T08:13:45.019Z] Removing intermediate container fc30b7b25fa3 [2021-03-29T08:13:45.019Z] ---> a85cfa60a9f6 [2021-03-29T08:13:45.019Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-29T08:13:45.019Z] ---> Running in 9f2df22cd839 [Pipeline] } [2021-03-29T08:13:45.082Z] $ docker stop --time=1 74fb93d5a0a0c6b640a3675415e892af28a47f1496423ee12b44e92ab8dc7f43 [2021-03-29T08:13:45.287Z] Removing intermediate container 9f2df22cd839 [2021-03-29T08:13:45.287Z] ---> 9c2173d6397f [2021-03-29T08:13:45.287Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:13:45.287Z] ---> Running in 92f5a0e65cbe [2021-03-29T08:13:46.248Z] Removing intermediate container 92f5a0e65cbe [2021-03-29T08:13:46.248Z] ---> 5a54ef6602f4 [2021-03-29T08:13:46.248Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-29T08:13:46.248Z] ---> Running in 6c39c0801373 [2021-03-29T08:13:46.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:13:47.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:13:47.295Z] $ docker rm -f 74fb93d5a0a0c6b640a3675415e892af28a47f1496423ee12b44e92ab8dc7f43 [2021-03-29T08:13:47.661Z] OK: 166 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T08:13:48.238Z] Removing intermediate container 6c39c0801373 [2021-03-29T08:13:48.238Z] ---> 4a6064fe2169 [2021-03-29T08:13:48.238Z] Step 10/24 : ENV GO111MODULE=on [2021-03-29T08:13:48.238Z] ---> Running in 765053f52009 [2021-03-29T08:13:48.370Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T08:13:48.415Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T08:13:48.500Z] Removing intermediate container 765053f52009 [2021-03-29T08:13:48.500Z] ---> b4bcd11b5063 [2021-03-29T08:13:48.500Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-29T08:13:48.500Z] ---> Running in e9372662261d [2021-03-29T08:13:48.763Z] Removing intermediate container e9372662261d [2021-03-29T08:13:48.763Z] ---> 594774e17540 [2021-03-29T08:13:48.763Z] Step 12/24 : COPY go.mod . [2021-03-29T08:13:48.763Z] ---> ab23dae093db [2021-03-29T08:13:48.763Z] Step 13/24 : COPY Makefile . [2021-03-29T08:13:49.029Z] ---> 3657291e4388 [2021-03-29T08:13:49.029Z] Step 14/24 : RUN make update [2021-03-29T08:13:49.029Z] ---> Running in 10594f858981 [2021-03-29T08:13:49.274Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-29T08:13:49.608Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T08:13:50.143Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-29T08:13:50.184Z] Removing intermediate container 10594f858981 [2021-03-29T08:13:50.184Z] ---> 055bc454f2dd [2021-03-29T08:13:50.184Z] Step 15/24 : COPY . . [2021-03-29T08:13:50.495Z] + ls -al . [2021-03-29T08:13:50.495Z] total 124 [2021-03-29T08:13:50.495Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 08:13 . [2021-03-29T08:13:50.495Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 08:11 .. [2021-03-29T08:13:50.495Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 08:11 .git [2021-03-29T08:13:50.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 08:11 .github [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 29 08:11 .gitignore [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 29 08:11 CONTRIBUTING.md [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 29 08:11 Dockerfile [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 29 08:11 Dockerfile.build [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 29 08:11 Jenkinsfile [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 29 08:11 LICENSE [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 29 08:11 Makefile [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 29 08:11 README.md [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 29 08:09 VERSION [2021-03-29T08:13:50.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 08:11 assets [2021-03-29T08:13:50.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 08:11 bin [2021-03-29T08:13:50.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 08:11 cmd [2021-03-29T08:13:50.495Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 29 08:13 coverage.out [2021-03-29T08:13:50.495Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 29 08:11 docs [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 29 08:11 go.mod [2021-03-29T08:13:50.495Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 29 08:13 go.sum [2021-03-29T08:13:50.495Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 08:11 internal [2021-03-29T08:13:50.495Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 29 08:11 version.go [2021-03-29T08:13:50.495Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 08:11 web [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:13:50.888Z] + 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=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 --label arch=arm64 --label version=0.0.0 . [2021-03-29T08:13:51.487Z] Sending build context to Docker daemon 17.32MB [2021-03-29T08:13:51.487Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T08:13:51.487Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-29T08:13:51.487Z] ---> 75bad68895c1 [2021-03-29T08:13:51.487Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-29T08:13:51.578Z] ---> 899d767cf752 [2021-03-29T08:13:51.578Z] Step 16/24 : RUN ${MAKE} [2021-03-29T08:13:51.846Z] ---> Running in 84c35ef411ac [2021-03-29T08:13:52.093Z] ---> Running in 9c70e908a43b [2021-03-29T08:13:52.368Z] Removing intermediate container 9c70e908a43b [2021-03-29T08:13:52.368Z] ---> 8b73b6c36653 [2021-03-29T08:13:52.368Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-29T08:13:52.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-29T08:13:52.642Z] ---> Running in 0ee2d5f9f4d6 [2021-03-29T08:13:52.917Z] Removing intermediate container 0ee2d5f9f4d6 [2021-03-29T08:13:52.917Z] ---> 47be1e54307b [2021-03-29T08:13:52.917Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-29T08:13:53.190Z] ---> Running in 42c5d840d369 [2021-03-29T08:13:53.785Z] Removing intermediate container 42c5d840d369 [2021-03-29T08:13:53.785Z] ---> 49fb550419c0 [2021-03-29T08:13:53.785Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-29T08:13:53.785Z] ---> Running in f03145225786 [2021-03-29T08:13:54.381Z] Removing intermediate container f03145225786 [2021-03-29T08:13:54.381Z] ---> 2a6b3dff8b42 [2021-03-29T08:13:54.381Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-29T08:13:54.381Z] ---> Running in f3263448a86d [2021-03-29T08:13:54.656Z] Removing intermediate container f3263448a86d [2021-03-29T08:13:54.656Z] ---> 38031c49a7f8 [2021-03-29T08:13:54.656Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:13:54.929Z] ---> Running in e66569e130cf [2021-03-29T08:13:56.901Z] Removing intermediate container e66569e130cf [2021-03-29T08:13:56.901Z] ---> 4a55ee371649 [2021-03-29T08:13:56.901Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-29T08:13:57.176Z] ---> Running in 2bf220754052 [2021-03-29T08:13:58.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:13:59.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:14:00.560Z] OK: 142 MiB in 39 packages [2021-03-29T08:14:01.542Z] Removing intermediate container 2bf220754052 [2021-03-29T08:14:01.542Z] ---> 617713ef3be9 [2021-03-29T08:14:01.542Z] Step 10/24 : ENV GO111MODULE=on [2021-03-29T08:14:01.542Z] ---> Running in 5a6dbd4425ff [2021-03-29T08:14:02.140Z] Removing intermediate container 5a6dbd4425ff [2021-03-29T08:14:02.140Z] ---> 46ae65a1ce56 [2021-03-29T08:14:02.140Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-29T08:14:02.412Z] ---> Running in c23e1646dc5c [2021-03-29T08:14:02.532Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-29T08:14:02.685Z] Removing intermediate container c23e1646dc5c [2021-03-29T08:14:02.685Z] ---> 0c3417f16c7c [2021-03-29T08:14:02.685Z] Step 12/24 : COPY go.mod . [2021-03-29T08:14:03.673Z] ---> 0b438b41ccb4 [2021-03-29T08:14:03.673Z] Step 13/24 : COPY Makefile . [2021-03-29T08:14:04.271Z] ---> a912d9e361d8 [2021-03-29T08:14:04.271Z] Step 14/24 : RUN make update [2021-03-29T08:14:04.271Z] ---> Running in 0d8f07f3d93c [2021-03-29T08:14:05.092Z] Removing intermediate container 84c35ef411ac [2021-03-29T08:14:05.092Z] ---> 7b794e719282 [2021-03-29T08:14:05.092Z] Step 17/24 : FROM alpine:3.12 [2021-03-29T08:14:05.356Z] 3.12: Pulling from library/alpine [2021-03-29T08:14:05.356Z] 22599d3e9e25: Pulling fs layer [2021-03-29T08:14:05.620Z] 22599d3e9e25: Download complete [2021-03-29T08:14:05.620Z] 22599d3e9e25: Pull complete [2021-03-29T08:14:05.620Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T08:14:05.709Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-29T08:14:05.883Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T08:14:05.883Z] ---> 42cb162f0360 [2021-03-29T08:14:05.883Z] Step 18/24 : EXPOSE 4000 [2021-03-29T08:14:05.883Z] ---> Running in 19adea410c35 [2021-03-29T08:14:06.146Z] Removing intermediate container 19adea410c35 [2021-03-29T08:14:06.146Z] ---> 3043e9f1f98c [2021-03-29T08:14:06.146Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T08:14:06.680Z] Removing intermediate container 0d8f07f3d93c [2021-03-29T08:14:06.680Z] ---> d80cc9042980 [2021-03-29T08:14:06.680Z] Step 15/24 : COPY . . [2021-03-29T08:14:07.094Z] ---> 7ffcd4ef299a [2021-03-29T08:14:07.094Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T08:14:07.094Z] ---> Running in f6ee02b62b98 [2021-03-29T08:14:07.357Z] Removing intermediate container f6ee02b62b98 [2021-03-29T08:14:07.357Z] ---> a6c1fba8f674 [2021-03-29T08:14:07.357Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-29T08:14:07.357Z] ---> Running in c0d1d27046fd [2021-03-29T08:14:07.621Z] Removing intermediate container c0d1d27046fd [2021-03-29T08:14:07.621Z] ---> 08a8e56e5d8d [2021-03-29T08:14:07.621Z] Step 22/24 : LABEL arch=amd64 [2021-03-29T08:14:07.621Z] ---> Running in 1a9697f01015 [2021-03-29T08:14:07.885Z] Removing intermediate container 1a9697f01015 [2021-03-29T08:14:07.885Z] ---> 31f882cf8ef7 [2021-03-29T08:14:07.885Z] Step 23/24 : LABEL git_sha=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [2021-03-29T08:14:07.885Z] ---> Running in 9474699da3fd [2021-03-29T08:14:08.151Z] Removing intermediate container 9474699da3fd [2021-03-29T08:14:08.151Z] ---> 4b765f7c512e [2021-03-29T08:14:08.151Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T08:14:08.151Z] ---> Running in 0340393283fa [2021-03-29T08:14:08.151Z] Removing intermediate container 0340393283fa [2021-03-29T08:14:08.151Z] ---> f95832e9f976 [2021-03-29T08:14:08.151Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-29T08:14:08.413Z] Successfully built f95832e9f976 [2021-03-29T08:14:08.413Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-03-29T08:14:09.315Z] ---> 167323d99b59 [2021-03-29T08:14:09.315Z] Step 16/24 : RUN ${MAKE} [2021-03-29T08:14:09.315Z] ---> Running in 501c99abb5df [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:14:09.835Z] ---> job-cost.sh [2021-03-29T08:14:09.835Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NpqQ [2021-03-29T08:14:10.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-29T08:14:24.776Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T08:14:37.155Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-29T08:14:41.435Z] Removing intermediate container 501c99abb5df [2021-03-29T08:14:41.435Z] ---> 555bdc9ef3ef [2021-03-29T08:14:41.435Z] Step 17/24 : FROM alpine:3.12 [2021-03-29T08:14:41.708Z] 3.12: Pulling from library/alpine [2021-03-29T08:14:41.708Z] 95dec6db3722: Pulling fs layer [2021-03-29T08:14:41.980Z] 95dec6db3722: Verifying Checksum [2021-03-29T08:14:41.980Z] 95dec6db3722: Download complete [2021-03-29T08:14:42.575Z] 95dec6db3722: Pull complete [2021-03-29T08:14:42.575Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T08:14:42.575Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T08:14:42.575Z] ---> e47305ac9786 [2021-03-29T08:14:42.575Z] Step 18/24 : EXPOSE 4000 [2021-03-29T08:14:42.847Z] ---> Running in 00347e5ab67c [2021-03-29T08:14:43.119Z] Removing intermediate container 00347e5ab67c [2021-03-29T08:14:43.119Z] ---> fb7686827137 [2021-03-29T08:14:43.119Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T08:14:45.091Z] ---> d80742f32095 [2021-03-29T08:14:45.091Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T08:14:45.091Z] ---> Running in 7c13bcd83ffd [2021-03-29T08:14:45.684Z] Removing intermediate container 7c13bcd83ffd [2021-03-29T08:14:45.684Z] ---> fdb966c195a4 [2021-03-29T08:14:45.684Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-29T08:14:45.684Z] ---> Running in 90b3954ea908 [2021-03-29T08:14:45.956Z] Removing intermediate container 90b3954ea908 [2021-03-29T08:14:45.956Z] ---> 6e836c78b10d [2021-03-29T08:14:45.956Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T08:14:46.232Z] ---> Running in e95e4d1c0356 [2021-03-29T08:14:46.824Z] Removing intermediate container e95e4d1c0356 [2021-03-29T08:14:46.824Z] ---> 88ba729c6738 [2021-03-29T08:14:46.824Z] Step 23/24 : LABEL git_sha=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [2021-03-29T08:14:46.824Z] ---> Running in dab4eb0c1d77 [2021-03-29T08:14:47.108Z] Removing intermediate container dab4eb0c1d77 [2021-03-29T08:14:47.108Z] ---> 142891b79e72 [2021-03-29T08:14:47.108Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T08:14:47.379Z] ---> Running in 8889521e6875 [2021-03-29T08:14:47.972Z] Removing intermediate container 8889521e6875 [2021-03-29T08:14:47.972Z] ---> 71355a8805cc [2021-03-29T08:14:47.972Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-29T08:14:47.972Z] Successfully built 71355a8805cc [2021-03-29T08:14:47.972Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:14:49.000Z] ---> job-cost.sh [2021-03-29T08:14:49.000Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JZt9 [2021-03-29T08:14:56.955Z] lf-activate-venv(): INFO: Adding /tmp/venv-NpqQ/bin to PATH [2021-03-29T08:14:56.955Z] INFO: No Stack... [2021-03-29T08:14:56.955Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T08:14:56.955Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T08:14:57.291Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-03-29T08:14:57.291Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T08:14:57.404Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [2021-03-29T08:14:57.411Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] did not exist. Created. [2021-03-29T08:14:57.411Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T08:14:57.920Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-29T08:14:58.122Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T08:14:58.145Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T08:15:27.950Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T08:17:04.687Z] lf-activate-venv(): INFO: Adding /tmp/venv-JZt9/bin to PATH [2021-03-29T08:17:04.687Z] INFO: No Stack... [2021-03-29T08:17:04.687Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T08:17:04.687Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T08:17:05.057Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-03-29T08:17:05.057Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T08:17:05.201Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [2021-03-29T08:17:05.209Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] did not exist. Created. [2021-03-29T08:17:05.209Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T08:17:05.745Z] /w/workspace/edgex-ui-go/1@tmp/durable-848aa5dc/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-848aa5dc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-29T08:17:06.129Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T08:17:06.173Z] Warning: overwriting stash ‘stack-cost’ [2021-03-29T08:17:06.376Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T08:17:06.397Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-29T08:17:08.410Z] provisioning config files... [2021-03-29T08:17:08.423Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config5066151392318825233tmp [Pipeline] { [Pipeline] sh [2021-03-29T08:17:08.857Z] + set +x [2021-03-29T08:17:08.857Z] + curl -s https://codecov.io/bash [2021-03-29T08:17:08.857Z] + bash -s -- [2021-03-29T08:17:09.121Z] [2021-03-29T08:17:09.121Z] _____ _ [2021-03-29T08:17:09.121Z] / ____| | | [2021-03-29T08:17:09.121Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T08:17:09.121Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T08:17:09.121Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T08:17:09.121Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T08:17:09.121Z] Bash-20210309-2b87ace [2021-03-29T08:17:09.121Z] [2021-03-29T08:17:09.121Z] [2021-03-29T08:17:09.121Z] ==> git version 2.24.3 found [2021-03-29T08:17:09.121Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-29T08:17:09.121Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T08:17:09.121Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T08:17:09.121Z] ==> Jenkins CI detected. [2021-03-29T08:17:09.121Z] project root: . [2021-03-29T08:17:09.121Z] --> token set from env [2021-03-29T08:17:09.121Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T08:17:09.121Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T08:17:09.121Z] ==> Python coveragepy not found [2021-03-29T08:17:09.121Z] ==> Searching for coverage reports in: [2021-03-29T08:17:09.121Z] + . [2021-03-29T08:17:09.121Z] -> Found 1 reports [2021-03-29T08:17:09.121Z] ==> Detecting git/mercurial file structure [2021-03-29T08:17:09.121Z] ==> Reading reports [2021-03-29T08:17:09.121Z] + ./coverage.out bytes=10 [2021-03-29T08:17:09.121Z] ==> Appending adjustments [2021-03-29T08:17:09.121Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T08:17:09.385Z] + Found adjustments [2021-03-29T08:17:09.385Z] ==> Gzipping contents [2021-03-29T08:17:09.385Z] 4.0K /tmp/codecov.QlFSRd.gz [2021-03-29T08:17:09.385Z] ==> Uploading reports [2021-03-29T08:17:09.385Z] url: https://codecov.io [2021-03-29T08:17:09.385Z] query: branch=PR-319&commit=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= [2021-03-29T08:17:09.385Z] -> Pinging Codecov [2021-03-29T08:17:09.385Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-319&commit=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= [2021-03-29T08:17:09.963Z] -> Uploading to [2021-03-29T08:17:09.963Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/FB506323287CE973F263BFD2A0EB1F37/ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0/1c094b3a-243a-43b5-b0cc-9fea36170d97.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T081709Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=326d623ea047150b1f46489a82389fa08f012f2964891d618b2fd9e948995c74 [2021-03-29T08:17:09.963Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T08:17:09.963Z] Dload Upload Total Spent Left Speed [2021-03-29T08:17:10.227Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 6960 --:--:-- --:--:-- --:--:-- 6970 [2021-03-29T08:17:10.227Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [Pipeline] } [2021-03-29T08:17:10.255Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:13.873Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:14.234Z] ---> package-listing.sh [2021-03-29T08:17:14.234Z] ++ facter osfamily [2021-03-29T08:17:14.234Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T08:17:14.234Z] + OS_FAMILY=redhat [2021-03-29T08:17:14.234Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-319 [2021-03-29T08:17:14.234Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T08:17:14.234Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T08:17:14.235Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T08:17:14.235Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T08:17:14.235Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' [2021-03-29T08:17:14.235Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T08:17:14.235Z] + case "${OS_FAMILY}" in [2021-03-29T08:17:14.235Z] + rpm -qa [2021-03-29T08:17:14.235Z] + sort [2021-03-29T08:17:19.565Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T08:17:19.565Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T08:17:19.565Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T08:17:19.565Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' [2021-03-29T08:17:19.565Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ [2021-03-29T08:17:19.565Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ [Pipeline] echo [2021-03-29T08:17:19.602Z] 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_PR-319/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T08:17:19.919Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:17:20.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T08:17:20.265Z] [2021-03-29T08:17:20.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:17:20.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T08:17:20.708Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T08:17:20.708Z] df20fa9351a1: Pulling fs layer [2021-03-29T08:17:20.708Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T08:17:20.708Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T08:17:20.708Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T08:17:20.708Z] 93b61091891f: Pulling fs layer [2021-03-29T08:17:20.708Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T08:17:20.708Z] 5e14af77c1be: Pulling fs layer [2021-03-29T08:17:20.708Z] 01666e4c0597: Pulling fs layer [2021-03-29T08:17:20.708Z] aa168da1d23b: Pulling fs layer [2021-03-29T08:17:20.708Z] 5e14af77c1be: Waiting [2021-03-29T08:17:20.708Z] 01666e4c0597: Waiting [2021-03-29T08:17:20.708Z] aa168da1d23b: Waiting [2021-03-29T08:17:20.708Z] 46f8f816bc3b: Waiting [2021-03-29T08:17:20.708Z] 93b61091891f: Waiting [2021-03-29T08:17:20.708Z] 93b9cdb0e59b: Waiting [2021-03-29T08:17:20.708Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T08:17:20.708Z] 36b3adc4ff6f: Download complete [2021-03-29T08:17:20.708Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T08:17:20.708Z] 46f8f816bc3b: Download complete [2021-03-29T08:17:20.971Z] df20fa9351a1: Download complete [2021-03-29T08:17:20.971Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T08:17:20.971Z] 93b9cdb0e59b: Download complete [2021-03-29T08:17:20.971Z] 5e14af77c1be: Verifying Checksum [2021-03-29T08:17:20.971Z] 5e14af77c1be: Download complete [2021-03-29T08:17:20.971Z] 93b61091891f: Verifying Checksum [2021-03-29T08:17:20.971Z] 93b61091891f: Download complete [2021-03-29T08:17:20.971Z] 01666e4c0597: Verifying Checksum [2021-03-29T08:17:20.971Z] 01666e4c0597: Download complete [2021-03-29T08:17:21.234Z] df20fa9351a1: Pull complete [2021-03-29T08:17:21.497Z] 36b3adc4ff6f: Pull complete [2021-03-29T08:17:21.767Z] 8ad3a11d3b57: Download complete [2021-03-29T08:17:22.359Z] 8ad3a11d3b57: Pull complete [2021-03-29T08:17:22.625Z] 46f8f816bc3b: Pull complete [2021-03-29T08:17:23.586Z] aa168da1d23b: Verifying Checksum [2021-03-29T08:17:23.586Z] aa168da1d23b: Download complete [2021-03-29T08:17:24.162Z] 93b61091891f: Pull complete [2021-03-29T08:17:24.426Z] 93b9cdb0e59b: Pull complete [2021-03-29T08:17:24.693Z] 5e14af77c1be: Pull complete [2021-03-29T08:17:24.694Z] 01666e4c0597: Pull complete [2021-03-29T08:17:32.883Z] aa168da1d23b: Pull complete [2021-03-29T08:17:32.883Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T08:17:32.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T08:17:32.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T08:17:33.155Z] prd-centos7-docker-4c-2g-31712 does not seem to be running inside a container [2021-03-29T08:17:33.205Z] $ 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_PR-319/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_PR-319 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319:/w/workspace/edgexfoundry_edgex-ui-go_PR-319:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T08:17:36.199Z] $ docker top 386d331a8097b8661360c39ffdda15bfe5c125681a577f741e78c2c2f08848e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:17:36.800Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T08:17:37.123Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T08:17:37.449Z] + ls /var/log/sa-host [2021-03-29T08:17:37.449Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T08:17:37.449Z] file_magic: OK [2021-03-29T08:17:37.449Z] HZ: Using current value: 100 [2021-03-29T08:17:37.449Z] file_header: OK [2021-03-29T08:17:37.449Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T08:17:37.449Z] Statistics: [2021-03-29T08:17:37.449Z] Hnuu...uuuununununu... [2021-03-29T08:17:37.449Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T08:17:37.449Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T08:17:37.449Z] file_magic: OK [2021-03-29T08:17:37.449Z] HZ: Using current value: 100 [2021-03-29T08:17:37.449Z] file_header: OK [2021-03-29T08:17:37.449Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T08:17:37.449Z] Statistics: [2021-03-29T08:17:37.449Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T08:17:37.449Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T08:17:38.259Z] provisioning config files... [2021-03-29T08:17:38.282Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config5589298167641582581tmp [Pipeline] { [Pipeline] echo [2021-03-29T08:17:38.416Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:38.764Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T08:17:38.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T08:17:38.949Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:39.287Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T08:17:39.319Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:39.655Z] ---> sudo-logs.sh [2021-03-29T08:17:39.655Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T08:17:39.772Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:40.107Z] ---> job-cost.sh [2021-03-29T08:17:40.107Z] lf-activate-venv: SKIPPING [2021-03-29T08:17:40.107Z] DEBUG: total: 0.20999999344348907 [2021-03-29T08:17:40.107Z] INFO: Retrieving Stack Cost... [2021-03-29T08:17:42.026Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T08:17:42.287Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T08:17:42.324Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:17:42.662Z] ---> logs-deploy.sh [2021-03-29T08:17:42.662Z] lf-activate-venv: SKIPPING [2021-03-29T08:17:42.662Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-319/1 [2021-03-29T08:17:42.662Z] INFO: archiving workspace using pattern(s): [2021-03-29T08:17:44.577Z] Archives upload complete. [2021-03-29T08:17:44.577Z] INFO: archiving logs to Nexus