Pull request #319 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 652937afd3b8c9b00807d84c48584873b82a6c4c+0d7e95f3a124b23d26469e0c42d55dfab6137092 (47cac271e95da433c0718f505140ea273eb05924) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31734’ is offline Running on prd-centos7-docker-4c-2g-31735 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 Merging remotes/origin/master commit 0d7e95f3a124b23d26469e0c42d55dfab6137092 into PR head commit 652937afd3b8c9b00807d84c48584873b82a6c4c Merge succeeded, producing 652937afd3b8c9b00807d84c48584873b82a6c4c Checking out Revision 652937afd3b8c9b00807d84c48584873b82a6c4c (PR-319) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # 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 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" > git rev-list --no-walk ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T14:18:55.825Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T14:18:56.091Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T14:18:56.194Z] ========================================================= [2021-03-29T14:18:56.194Z] EdgeX Global Pipelines Version Info [2021-03-29T14:18:56.194Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:18:57.685Z] ------------------- [2021-03-29T14:18:57.685Z] stable info: [2021-03-29T14:18:57.685Z] ------------------- [2021-03-29T14:18:57.685Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T14:18:57.685Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T14:18:57.685Z] Message: update stable to v1.0.186 [2021-03-29T14:18:58.633Z] ------------------- [2021-03-29T14:18:58.633Z] experimental info: [2021-03-29T14:18:58.633Z] ------------------- [2021-03-29T14:18:58.633Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T14:18:58.633Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T14:18:58.633Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T14:18:58.909Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-29T14:18:59.002Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-29T14:18:59.092Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T14:18:59.182Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T14:18:59.414Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T14:18:59.503Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T14:18:59.589Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T14:18:59.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T14:18:59.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-29T14:18:59.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T14:19:00.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T14:19:00.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-29T14:19:00.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T14:19:00.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T14:19:00.446Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T14:19:00.584Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T14:19:00.716Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T14:19:00.831Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T14:19:00.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T14:19:01.030Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-29T14:19:01.114Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-29T14:19:01.205Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-29T14:19:01.297Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-29T14:19:01.405Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-29T14:19:01.503Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-29T14:19:01.590Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T14:19:01.682Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-319 [Pipeline] echo [2021-03-29T14:19:01.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-319 [Pipeline] echo [2021-03-29T14:19:01.896Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-319 [Pipeline] echo [2021-03-29T14:19:01.998Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 652937afd3b8c9b00807d84c48584873b82a6c4c [Pipeline] echo [2021-03-29T14:19:02.083Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 652937a [Pipeline] echo [2021-03-29T14:19:02.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:19:02.393Z] provisioning config files... [2021-03-29T14:19:02.424Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config4995943411732135082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:19:02.773Z] ---> docker-login.sh [2021-03-29T14:19:02.773Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:19:03.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:03.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:03.297Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:03.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:03.297Z] [2021-03-29T14:19:03.297Z] Login Succeeded [2021-03-29T14:19:03.297Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:19:03.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:03.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:03.297Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:03.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:03.297Z] [2021-03-29T14:19:03.297Z] Login Succeeded [2021-03-29T14:19:03.297Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:19:03.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:03.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:03.561Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:03.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:03.561Z] [2021-03-29T14:19:03.561Z] Login Succeeded [2021-03-29T14:19:03.561Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:19:03.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:03.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:03.823Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:03.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:03.823Z] [2021-03-29T14:19:03.823Z] Login Succeeded [2021-03-29T14:19:03.823Z] docker.io [2021-03-29T14:19:03.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:04.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:04.085Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:04.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:04.085Z] [2021-03-29T14:19:04.085Z] Login Succeeded [2021-03-29T14:19:04.085Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:19:04.095Z] 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-29T14:19:04.874Z] + git log --format=format:%s -1 652937afd3b8c9b00807d84c48584873b82a6c4c [Pipeline] echo [2021-03-29T14:19:04.956Z] GIT_COMMIT: 652937afd3b8c9b00807d84c48584873b82a6c4c, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61 [Pipeline] echo [2021-03-29T14:19:05.008Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:19:05.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:19:05.619Z] [2021-03-29T14:19:05.619Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:19:05.966Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:19:05.966Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T14:19:05.966Z] 31603596830f: Pulling fs layer [2021-03-29T14:19:05.966Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T14:19:05.966Z] 6ca5941a6612: Pulling fs layer [2021-03-29T14:19:05.966Z] ecc8261a40a4: Pulling fs layer [2021-03-29T14:19:05.966Z] ecc8261a40a4: Waiting [2021-03-29T14:19:05.966Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T14:19:05.966Z] 2a8b12db71e7: Download complete [2021-03-29T14:19:06.228Z] 31603596830f: Verifying Checksum [2021-03-29T14:19:06.228Z] 31603596830f: Download complete [2021-03-29T14:19:06.228Z] ecc8261a40a4: Verifying Checksum [2021-03-29T14:19:06.228Z] ecc8261a40a4: Download complete [2021-03-29T14:19:06.228Z] 6ca5941a6612: Verifying Checksum [2021-03-29T14:19:06.228Z] 6ca5941a6612: Download complete [2021-03-29T14:19:06.489Z] 31603596830f: Pull complete [2021-03-29T14:19:06.756Z] 2a8b12db71e7: Pull complete [2021-03-29T14:19:07.336Z] 6ca5941a6612: Pull complete [2021-03-29T14:19:07.599Z] ecc8261a40a4: Pull complete [2021-03-29T14:19:07.599Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T14:19:07.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:19:07.599Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T14:19:07.697Z] prd-centos7-docker-4c-2g-31735 does not seem to be running inside a container [2021-03-29T14:19:07.741Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T14:19:09.919Z] $ docker top 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T14:19:10.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:19:10.346Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:19:10.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:19:10.551Z] $ docker exec 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent [2021-03-29T14:19:10.706Z] SSH_AUTH_SOCK=/tmp/ssh-d7RL7DheLSCT/agent.12 [2021-03-29T14:19:10.707Z] SSH_AGENT_PID=17 [2021-03-29T14:19:10.715Z] Running ssh-add (command line suppressed) [2021-03-29T14:19:10.830Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_1204728667568451237.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_1204728667568451237.key) [2021-03-29T14:19:10.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:19:11.219Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T14:19:11.241Z] $ docker exec --env ******** --env ******** 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent -k [2021-03-29T14:19:11.355Z] unset SSH_AUTH_SOCK; [2021-03-29T14:19:11.355Z] unset SSH_AGENT_PID; [2021-03-29T14:19:11.355Z] echo Agent pid 17 killed; [2021-03-29T14:19:11.402Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T14:19:11.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:19:11.564Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:19:11.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:19:11.729Z] $ docker exec 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent [2021-03-29T14:19:11.882Z] SSH_AUTH_SOCK=/tmp/ssh-uNChBouFRhol/agent.46 [2021-03-29T14:19:11.882Z] SSH_AGENT_PID=51 [2021-03-29T14:19:11.889Z] Running ssh-add (command line suppressed) [2021-03-29T14:19:12.009Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_4634652664545356316.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_4634652664545356316.key) [2021-03-29T14:19:12.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:19:12.403Z] + git semver init [2021-03-29T14:19:12.403Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T14:19:12.403Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.git [2021-03-29T14:19:12.403Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [2021-03-29T14:19:12.403Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T14:19:12.403Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T14:19:12.403Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T14:19:12.403Z] # $SEMVER_BRANCH = PR-319 [2021-03-29T14:19:12.403Z] # $SEMVER_TEMP = /tmp/semver-011367077 [2021-03-29T14:19:12.403Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-29T14:19:13.350Z] # '/tmp/semver-011367077' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver' [2021-03-29T14:19:13.350Z] # -> Force: false [2021-03-29T14:19:13.350Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver [Pipeline] } [2021-03-29T14:19:13.359Z] $ docker exec --env ******** --env ******** 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 ssh-agent -k [2021-03-29T14:19:13.461Z] unset SSH_AUTH_SOCK; [2021-03-29T14:19:13.462Z] unset SSH_AGENT_PID; [2021-03-29T14:19:13.462Z] echo Agent pid 51 killed; [2021-03-29T14:19:13.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T14:19:13.968Z] + git semver [Pipeline] } [2021-03-29T14:19:13.982Z] $ docker stop --time=1 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 [2021-03-29T14:19:15.383Z] $ docker rm -f 9b84c272042c0a2100445d83c180e24848fefde3a73b2f7e9327f6c2ed8f7773 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T14:19:15.890Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T14:19:16.299Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T14:19:16.302Z] [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-29T14:19:31.784Z] Still waiting to schedule task [2021-03-29T14:19:31.784Z] ‘prd-centos7-docker-4c-2g-31737’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31736’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-29T14:19:31.786Z] Still waiting to schedule task [2021-03-29T14:19:31.786Z] ‘prd-centos7-docker-4c-2g-31737’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31736’ is offline [2021-03-29T14:22:22.636Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31738 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] ws [2021-03-29T14:22:22.698Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-03-29T14:22:27.749Z] using credential edgex-jenkins-ssh [2021-03-29T14:22:27.807Z] Cloning the remote Git repository [2021-03-29T14:22:27.863Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:22:27.986Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-03-29T14:22:28.063Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:22:28.065Z] > git --version # timeout=10 [2021-03-29T14:22:28.083Z] > git --version # 'git version 2.17.1' [2021-03-29T14:22:28.084Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:22:28.150Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:22:29.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:22:29.867Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:22:29.897Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:22:29.934Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:22:29.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:22:29.948Z] > 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-29T14:22:30.450Z] Merging remotes/origin/master commit 0d7e95f3a124b23d26469e0c42d55dfab6137092 into PR head commit 652937afd3b8c9b00807d84c48584873b82a6c4c [2021-03-29T14:22:30.910Z] Merge succeeded, producing 652937afd3b8c9b00807d84c48584873b82a6c4c [2021-03-29T14:22:30.911Z] Checking out Revision 652937afd3b8c9b00807d84c48584873b82a6c4c (PR-319) [2021-03-29T14:22:30.464Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T14:22:30.481Z] > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 [2021-03-29T14:22:30.794Z] > git remote # timeout=10 [2021-03-29T14:22:30.815Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T14:22:30.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:22:30.850Z] > git merge 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 [2021-03-29T14:22:30.882Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T14:22:30.917Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T14:22:30.938Z] > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 [2021-03-29T14:22:35.723Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T14:22:37.255Z] Running on prd-centos7-docker-4c-2g-31739 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [2021-03-29T14:22:37.268Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] ws [2021-03-29T14:22:37.308Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] sh [Pipeline] checkout [2021-03-29T14:22:37.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T14:22:38.112Z] + sudo service docker restart [2021-03-29T14:22:38.112Z] + true [2021-03-29T14:22:40.004Z] using credential edgex-jenkins-ssh [2021-03-29T14:22:40.082Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:22:40.817Z] provisioning config files... [2021-03-29T14:22:40.860Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6408266245133556304tmp [2021-03-29T14:22:39.854Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:22:39.929Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-03-29T14:22:39.997Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:22:39.997Z] > git --version # timeout=10 [2021-03-29T14:22:40.006Z] > git --version # 'git version 2.24.3' [2021-03-29T14:22:40.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:22:40.035Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:22:41.258Z] ---> docker-login.sh [2021-03-29T14:22:41.258Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:22:41.503Z] Merging remotes/origin/master commit 0d7e95f3a124b23d26469e0c42d55dfab6137092 into PR head commit 652937afd3b8c9b00807d84c48584873b82a6c4c [2021-03-29T14:22:41.710Z] Merge succeeded, producing 652937afd3b8c9b00807d84c48584873b82a6c4c [2021-03-29T14:22:41.710Z] Checking out Revision 652937afd3b8c9b00807d84c48584873b82a6c4c (PR-319) [2021-03-29T14:22:41.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:40.948Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:22:40.957Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:22:40.969Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:22:40.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:22:40.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:22:40.990Z] > 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-29T14:22:41.377Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T14:22:41.384Z] > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 [2021-03-29T14:22:41.552Z] > git remote # timeout=10 [2021-03-29T14:22:41.557Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T14:22:41.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:22:41.570Z] > git merge 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 [2021-03-29T14:22:41.581Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T14:22:41.593Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T14:22:41.597Z] > git checkout -f 652937afd3b8c9b00807d84c48584873b82a6c4c # timeout=10 [2021-03-29T14:22:42.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:42.469Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:42.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:42.469Z] [2021-03-29T14:22:42.469Z] Login Succeeded [2021-03-29T14:22:42.469Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:22:42.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:43.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:43.029Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:43.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:43.029Z] [2021-03-29T14:22:43.029Z] Login Succeeded [2021-03-29T14:22:43.029Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:22:43.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:43.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:43.572Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:43.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:43.572Z] [2021-03-29T14:22:43.572Z] Login Succeeded [2021-03-29T14:22:43.572Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:22:43.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:44.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:44.128Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:44.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:44.128Z] [2021-03-29T14:22:44.128Z] Login Succeeded [2021-03-29T14:22:44.128Z] docker.io [2021-03-29T14:22:44.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:44.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:44.686Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:44.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:44.686Z] [2021-03-29T14:22:44.686Z] Login Succeeded [2021-03-29T14:22:44.958Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:22:44.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T14:22:45.409Z] ========================================================= [2021-03-29T14:22:45.409Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T14:22:45.409Z] ========================================================= [2021-03-29T14:22:45.475Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:45.848Z] + 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 . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T14:22:46.810Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T14:22:46.869Z] Sending build context to Docker daemon 17.36MB [2021-03-29T14:22:46.869Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:22:46.869Z] Step 2/8 : FROM ${BASE} [2021-03-29T14:22:46.869Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T14:22:46.869Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T14:22:46.869Z] a4357932f1b6: Pulling fs layer [2021-03-29T14:22:46.869Z] 18c013af1878: Pulling fs layer [2021-03-29T14:22:46.869Z] 00ac8860ef70: Pulling fs layer [2021-03-29T14:22:46.869Z] 63d7cb157983: Pulling fs layer [2021-03-29T14:22:46.869Z] b116817d02f9: Pulling fs layer [2021-03-29T14:22:46.869Z] 745a02a5169b: Pulling fs layer [2021-03-29T14:22:46.869Z] 00ac8860ef70: Waiting [2021-03-29T14:22:46.869Z] 63d7cb157983: Waiting [2021-03-29T14:22:46.869Z] b116817d02f9: Waiting [2021-03-29T14:22:46.869Z] 745a02a5169b: Waiting [2021-03-29T14:22:46.869Z] 18c013af1878: Verifying Checksum [2021-03-29T14:22:46.869Z] 18c013af1878: Download complete [2021-03-29T14:22:46.869Z] a4357932f1b6: Verifying Checksum [2021-03-29T14:22:46.869Z] a4357932f1b6: Download complete [2021-03-29T14:22:46.869Z] 63d7cb157983: Verifying Checksum [2021-03-29T14:22:46.869Z] 63d7cb157983: Download complete [2021-03-29T14:22:46.869Z] b116817d02f9: Verifying Checksum [2021-03-29T14:22:46.869Z] b116817d02f9: Download complete [2021-03-29T14:22:47.148Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T14:22:47.450Z] + sudo service docker restart [2021-03-29T14:22:47.450Z] + true [2021-03-29T14:22:47.450Z] Redirecting to /bin/systemctl restart docker.service [2021-03-29T14:22:47.476Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T14:22:47.476Z] 5f621e34cdf4: Download complete [2021-03-29T14:22:48.089Z] 5f621e34cdf4: Pull complete [2021-03-29T14:22:48.692Z] a4357932f1b6: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:22:48.948Z] provisioning config files... [2021-03-29T14:22:48.974Z] 18c013af1878: Pull complete [2021-03-29T14:22:48.975Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8025433535611908723tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:22:49.361Z] ---> docker-login.sh [2021-03-29T14:22:49.361Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:22:49.579Z] 745a02a5169b: Verifying Checksum [2021-03-29T14:22:49.579Z] 745a02a5169b: Download complete [2021-03-29T14:22:49.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:49.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:49.625Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:49.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:49.625Z] [2021-03-29T14:22:49.625Z] Login Succeeded [2021-03-29T14:22:49.625Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:22:49.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:49.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:49.892Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:49.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:49.892Z] [2021-03-29T14:22:49.892Z] Login Succeeded [2021-03-29T14:22:49.892Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:22:50.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:50.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:50.155Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:50.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:50.155Z] [2021-03-29T14:22:50.155Z] Login Succeeded [2021-03-29T14:22:50.155Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:22:50.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:50.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:50.420Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:50.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:50.420Z] [2021-03-29T14:22:50.420Z] Login Succeeded [2021-03-29T14:22:50.420Z] docker.io [2021-03-29T14:22:50.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:50.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:50.682Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:50.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:50.682Z] [2021-03-29T14:22:50.682Z] Login Succeeded [2021-03-29T14:22:50.682Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:22:50.691Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-29T14:22:51.026Z] 00ac8860ef70: Verifying Checksum [2021-03-29T14:22:51.026Z] 00ac8860ef70: Download complete [Pipeline] echo [2021-03-29T14:22:51.067Z] ========================================================= [2021-03-29T14:22:51.067Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T14:22:51.067Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:51.413Z] + 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-29T14:22:51.677Z] Sending build context to Docker daemon 17.36MB [2021-03-29T14:22:51.677Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:22:51.677Z] Step 2/8 : FROM ${BASE} [2021-03-29T14:22:51.677Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T14:22:51.677Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T14:22:51.677Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T14:22:51.677Z] de9db76c5a1d: Pulling fs layer [2021-03-29T14:22:51.677Z] bca2f99d35d6: Pulling fs layer [2021-03-29T14:22:51.677Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T14:22:51.677Z] 7c6f9722023f: Pulling fs layer [2021-03-29T14:22:51.677Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T14:22:51.677Z] 93359f2a8cfa: Waiting [2021-03-29T14:22:51.677Z] 7c6f9722023f: Waiting [2021-03-29T14:22:51.677Z] a35cf1a2eb13: Waiting [2021-03-29T14:22:51.677Z] bca2f99d35d6: Waiting [2021-03-29T14:22:51.677Z] de9db76c5a1d: Download complete [2021-03-29T14:22:51.677Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T14:22:51.677Z] 0ef7d3d256c8: Download complete [2021-03-29T14:22:51.942Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T14:22:51.942Z] 93359f2a8cfa: Download complete [2021-03-29T14:22:51.942Z] 7c6f9722023f: Download complete [2021-03-29T14:22:51.942Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T14:22:51.942Z] 188c0c94c7c5: Download complete [2021-03-29T14:22:52.203Z] 188c0c94c7c5: Pull complete [2021-03-29T14:22:52.467Z] 0ef7d3d256c8: Pull complete [2021-03-29T14:22:52.467Z] de9db76c5a1d: Pull complete [2021-03-29T14:22:53.872Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T14:22:53.872Z] a35cf1a2eb13: Download complete [2021-03-29T14:22:54.448Z] bca2f99d35d6: Verifying Checksum [2021-03-29T14:22:54.448Z] bca2f99d35d6: Download complete [2021-03-29T14:22:59.768Z] bca2f99d35d6: Pull complete [2021-03-29T14:23:00.037Z] 93359f2a8cfa: Pull complete [2021-03-29T14:23:00.037Z] 7c6f9722023f: Pull complete [2021-03-29T14:23:01.213Z] 00ac8860ef70: Pull complete [2021-03-29T14:23:01.213Z] 63d7cb157983: Pull complete [2021-03-29T14:23:01.811Z] b116817d02f9: Pull complete [2021-03-29T14:23:05.364Z] a35cf1a2eb13: Pull complete [2021-03-29T14:23:05.364Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T14:23:05.364Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T14:23:05.364Z] ---> a62c8e92a672 [2021-03-29T14:23:05.364Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-29T14:23:05.364Z] ---> Running in bb8c51c0b625 [2021-03-29T14:23:05.364Z] Removing intermediate container bb8c51c0b625 [2021-03-29T14:23:05.364Z] ---> d729e509f0bc [2021-03-29T14:23:05.364Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:23:05.364Z] ---> Running in 1fdd06358a75 [2021-03-29T14:23:06.174Z] 745a02a5169b: Pull complete [2021-03-29T14:23:06.175Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T14:23:06.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T14:23:06.175Z] ---> b7e6874047d6 [2021-03-29T14:23:06.175Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-29T14:23:06.768Z] Removing intermediate container 1fdd06358a75 [2021-03-29T14:23:06.768Z] ---> b4ad475c23aa [2021-03-29T14:23:06.768Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-29T14:23:06.768Z] ---> Running in 50ff05766c86 [2021-03-29T14:23:07.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T14:23:07.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T14:23:08.243Z] OK: 166 MiB in 39 packages [2021-03-29T14:23:08.802Z] ---> Running in 234c63c782b6 [2021-03-29T14:23:08.818Z] Removing intermediate container 50ff05766c86 [2021-03-29T14:23:08.818Z] ---> 437bda89b0a8 [2021-03-29T14:23:08.818Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-29T14:23:08.818Z] ---> Running in 3dfebb550c95 [2021-03-29T14:23:09.081Z] Removing intermediate container 234c63c782b6 [2021-03-29T14:23:09.081Z] ---> c96fb982f7e0 [2021-03-29T14:23:09.081Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:23:09.081Z] ---> Running in 8e746a8dca8f [2021-03-29T14:23:09.083Z] Removing intermediate container 3dfebb550c95 [2021-03-29T14:23:09.083Z] ---> deebb9f8037c [2021-03-29T14:23:09.083Z] Step 7/8 : COPY . . [2021-03-29T14:23:11.651Z] ---> a10e781cac6c [2021-03-29T14:23:11.651Z] Step 8/8 : RUN go mod download [2021-03-29T14:23:11.651Z] ---> Running in 87d67155d7c5 [2021-03-29T14:23:11.717Z] Removing intermediate container 8e746a8dca8f [2021-03-29T14:23:11.717Z] ---> c0844e5a1600 [2021-03-29T14:23:11.717Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-29T14:23:11.717Z] ---> Running in fffe8edadf53 [2021-03-29T14:23:12.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T14:23:13.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T14:23:14.282Z] OK: 142 MiB in 39 packages [2021-03-29T14:23:15.269Z] Removing intermediate container fffe8edadf53 [2021-03-29T14:23:15.269Z] ---> 9e8c4bcd3870 [2021-03-29T14:23:15.269Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-29T14:23:15.541Z] ---> Running in ce4345704a42 [2021-03-29T14:23:16.132Z] Removing intermediate container ce4345704a42 [2021-03-29T14:23:16.132Z] ---> c7cd38252898 [2021-03-29T14:23:16.132Z] Step 7/8 : COPY . . [2021-03-29T14:23:18.103Z] ---> 8b69e0e83058 [2021-03-29T14:23:18.103Z] Step 8/8 : RUN go mod download [2021-03-29T14:23:18.441Z] ---> Running in 915f5312f7af [2021-03-29T14:23:43.936Z] Removing intermediate container 87d67155d7c5 [2021-03-29T14:23:43.936Z] ---> 4db9abf01f6c [2021-03-29T14:23:43.936Z] Successfully built 4db9abf01f6c [2021-03-29T14:23:43.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:44.251Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T14:23:44.251Z] . [Pipeline] withDockerContainer [2021-03-29T14:23:44.384Z] prd-centos7-docker-4c-2g-31739 does not seem to be running inside a container [2021-03-29T14:23:44.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T14:23:45.703Z] $ docker top c271f735164a1b81c66222c1552d6095e3639f385580bd9e352f91fb2d277182 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:23:46.212Z] + go version [2021-03-29T14:23:46.212Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T14:23:46.231Z] $ docker stop --time=1 c271f735164a1b81c66222c1552d6095e3639f385580bd9e352f91fb2d277182 [2021-03-29T14:23:47.580Z] $ docker rm -f c271f735164a1b81c66222c1552d6095e3639f385580bd9e352f91fb2d277182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:48.361Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T14:23:48.361Z] . [Pipeline] withDockerContainer [2021-03-29T14:23:48.459Z] prd-centos7-docker-4c-2g-31739 does not seem to be running inside a container [2021-03-29T14:23:48.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T14:23:49.101Z] $ docker top d053502ee863af64add5e0c4f89d7168082d6ce07e16bf9dc96564f38db21733 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:23:49.580Z] + make test [2021-03-29T14:23:49.580Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-29T14:23:50.785Z] Removing intermediate container 915f5312f7af [2021-03-29T14:23:50.785Z] ---> 99df5e2779ff [2021-03-29T14:23:50.785Z] Successfully built 99df5e2779ff [2021-03-29T14:23:50.785Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:50.981Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-29T14:23:51.124Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T14:23:51.124Z] . [Pipeline] withDockerContainer [2021-03-29T14:23:51.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-31738 does not seem to be running inside a container [2021-03-29T14:23:51.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T14:23:52.978Z] $ docker top 500d6c572e6165c1e9fad655f1f96969470ae9aae7723b173a182c167f7a79fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:23:53.973Z] + go version [2021-03-29T14:23:53.973Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T14:23:53.994Z] $ docker stop --time=1 500d6c572e6165c1e9fad655f1f96969470ae9aae7723b173a182c167f7a79fe [2021-03-29T14:23:55.950Z] $ docker rm -f 500d6c572e6165c1e9fad655f1f96969470ae9aae7723b173a182c167f7a79fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:56.961Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T14:23:56.961Z] . [Pipeline] withDockerContainer [2021-03-29T14:23:57.218Z] prd-ubuntu18.04-docker-arm64-4c-16g-31738 does not seem to be running inside a container [2021-03-29T14:23:57.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T14:23:58.823Z] $ docker top 73d4b805789abf532c1f61b34e56982e43f53c108a1b5146438d052d569cae2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-29T14:23:59.243Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-29T14:23:59.243Z] GO111MODULE=on go vet ./... [2021-03-29T14:23:59.836Z] + make test [2021-03-29T14:23:59.836Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } [2021-03-29T14:24:01.214Z] $ docker stop --time=1 d053502ee863af64add5e0c4f89d7168082d6ce07e16bf9dc96564f38db21733 [2021-03-29T14:24:01.281Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-29T14:24:03.514Z] $ docker rm -f d053502ee863af64add5e0c4f89d7168082d6ce07e16bf9dc96564f38db21733 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T14:24:04.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T14:24:04.478Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-29T14:24:05.602Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-29T14:24:05.901Z] + ls -al . [2021-03-29T14:24:05.901Z] total 92 [2021-03-29T14:24:05.901Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 29 14:23 . [2021-03-29T14:24:05.901Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 29 14:22 .. [2021-03-29T14:24:05.901Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 29 14:22 assets [2021-03-29T14:24:05.901Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 29 14:22 bin [2021-03-29T14:24:05.901Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 29 14:22 cmd [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 29 14:22 CONTRIBUTING.md [2021-03-29T14:24:05.901Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 29 14:23 coverage.out [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 29 14:22 Dockerfile [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 29 14:22 Dockerfile.build [2021-03-29T14:24:05.901Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 29 14:22 docs [2021-03-29T14:24:05.901Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 29 14:22 .git [2021-03-29T14:24:05.901Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 29 14:22 .github [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 29 14:22 .gitignore [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 29 14:22 go.mod [2021-03-29T14:24:05.901Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 29 14:23 go.sum [2021-03-29T14:24:05.901Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 29 14:22 internal [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 29 14:22 Jenkinsfile [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 29 14:22 LICENSE [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 29 14:22 Makefile [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 29 14:22 README.md [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 29 14:19 VERSION [2021-03-29T14:24:05.901Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 29 14:22 version.go [2021-03-29T14:24:05.901Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 29 14:22 web [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:24:06.208Z] + 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=652937afd3b8c9b00807d84c48584873b82a6c4c --label arch=amd64 --label version=0.0.0 . [2021-03-29T14:24:06.471Z] Sending build context to Docker daemon 17.39MB [2021-03-29T14:24:06.471Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:24:06.471Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-29T14:24:06.471Z] ---> 4db9abf01f6c [2021-03-29T14:24:06.471Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-29T14:24:07.045Z] ---> Running in e7e065d2c488 [2021-03-29T14:24:07.309Z] Removing intermediate container e7e065d2c488 [2021-03-29T14:24:07.309Z] ---> e4cef26d5470 [2021-03-29T14:24:07.309Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-29T14:24:07.309Z] ---> Running in c1062493517b [2021-03-29T14:24:07.574Z] Removing intermediate container c1062493517b [2021-03-29T14:24:07.574Z] ---> 6e03701d05bc [2021-03-29T14:24:07.574Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-29T14:24:07.574Z] ---> Running in b24ca5484bd3 [2021-03-29T14:24:07.838Z] Removing intermediate container b24ca5484bd3 [2021-03-29T14:24:07.838Z] ---> fdaccb1a81d9 [2021-03-29T14:24:07.838Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-29T14:24:07.838Z] ---> Running in a871c62dd291 [2021-03-29T14:24:08.101Z] Removing intermediate container a871c62dd291 [2021-03-29T14:24:08.101Z] ---> d76562d67c7b [2021-03-29T14:24:08.101Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-29T14:24:08.101Z] ---> Running in b3018704f1c8 [2021-03-29T14:24:08.371Z] Removing intermediate container b3018704f1c8 [2021-03-29T14:24:08.371Z] ---> 9dad93306c7c [2021-03-29T14:24:08.371Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:24:08.371Z] ---> Running in 57c7a9e54c01 [2021-03-29T14:24:09.323Z] Removing intermediate container 57c7a9e54c01 [2021-03-29T14:24:09.323Z] ---> 889d4af7f64a [2021-03-29T14:24:09.323Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-29T14:24:09.323Z] ---> Running in b0bd1870a218 [2021-03-29T14:24:09.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T14:24:10.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T14:24:11.059Z] OK: 166 MiB in 39 packages [2021-03-29T14:24:11.321Z] Removing intermediate container b0bd1870a218 [2021-03-29T14:24:11.321Z] ---> 91ba28f8b6e6 [2021-03-29T14:24:11.321Z] Step 10/24 : ENV GO111MODULE=on [2021-03-29T14:24:11.321Z] ---> Running in 0d4aeb8bf667 [2021-03-29T14:24:11.584Z] Removing intermediate container 0d4aeb8bf667 [2021-03-29T14:24:11.584Z] ---> c25cd99cbadb [2021-03-29T14:24:11.584Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-29T14:24:11.584Z] ---> Running in dbdfcbb23d33 [2021-03-29T14:24:11.848Z] Removing intermediate container dbdfcbb23d33 [2021-03-29T14:24:11.848Z] ---> 8a6e3842d42d [2021-03-29T14:24:11.848Z] Step 12/24 : COPY go.mod . [2021-03-29T14:24:12.115Z] ---> abc4fe7c6cc9 [2021-03-29T14:24:12.115Z] Step 13/24 : COPY Makefile . [2021-03-29T14:24:12.115Z] ---> fd447ea768da [2021-03-29T14:24:12.115Z] Step 14/24 : RUN make update [2021-03-29T14:24:12.382Z] ---> Running in 0a90e273607f [2021-03-29T14:24:12.962Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-29T14:24:13.542Z] Removing intermediate container 0a90e273607f [2021-03-29T14:24:13.542Z] ---> dc0dd0267de8 [2021-03-29T14:24:13.542Z] Step 15/24 : COPY . . [2021-03-29T14:24:15.470Z] ---> fd1b0a0d1196 [2021-03-29T14:24:15.470Z] Step 16/24 : RUN ${MAKE} [2021-03-29T14:24:15.733Z] ---> Running in 0e4d516dd288 [2021-03-29T14:24:16.003Z] 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-29T14:24:24.264Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-29T14:24:28.123Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-29T14:24:28.123Z] GO111MODULE=on go vet ./... [2021-03-29T14:24:28.501Z] Removing intermediate container 0e4d516dd288 [2021-03-29T14:24:28.501Z] ---> 94eccd754343 [2021-03-29T14:24:28.501Z] Step 17/24 : FROM alpine:3.12 [2021-03-29T14:24:28.501Z] 3.12: Pulling from library/alpine [2021-03-29T14:24:28.501Z] 22599d3e9e25: Pulling fs layer [2021-03-29T14:24:28.501Z] 22599d3e9e25: Verifying Checksum [2021-03-29T14:24:28.501Z] 22599d3e9e25: Download complete [2021-03-29T14:24:28.763Z] 22599d3e9e25: Pull complete [2021-03-29T14:24:28.763Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T14:24:28.763Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T14:24:28.763Z] ---> 42cb162f0360 [2021-03-29T14:24:28.763Z] Step 18/24 : EXPOSE 4000 [2021-03-29T14:24:29.723Z] ---> Running in 77183a1b396c [2021-03-29T14:24:29.723Z] Removing intermediate container 77183a1b396c [2021-03-29T14:24:29.723Z] ---> 9eb008a3779b [2021-03-29T14:24:29.723Z] 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-29T14:24:30.673Z] ---> f5e7a535dc6e [2021-03-29T14:24:30.673Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T14:24:30.936Z] ---> Running in 18f4f71b59d4 [2021-03-29T14:24:30.936Z] Removing intermediate container 18f4f71b59d4 [2021-03-29T14:24:30.936Z] ---> 2a4fe345544f [2021-03-29T14:24:30.936Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-29T14:24:31.201Z] ---> Running in 55a2cbb3cb11 [2021-03-29T14:24:31.201Z] Removing intermediate container 55a2cbb3cb11 [2021-03-29T14:24:31.201Z] ---> 44fffbb895c6 [2021-03-29T14:24:31.201Z] Step 22/24 : LABEL arch=amd64 [2021-03-29T14:24:31.201Z] ---> Running in f859139bdb7a [2021-03-29T14:24:31.464Z] Removing intermediate container f859139bdb7a [2021-03-29T14:24:31.464Z] ---> ba167384ef72 [2021-03-29T14:24:31.464Z] Step 23/24 : LABEL git_sha=652937afd3b8c9b00807d84c48584873b82a6c4c [2021-03-29T14:24:31.464Z] ---> Running in a8097a08e16a [2021-03-29T14:24:31.727Z] Removing intermediate container a8097a08e16a [2021-03-29T14:24:31.727Z] ---> 7a5a06f0bbe2 [2021-03-29T14:24:31.727Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T14:24:31.727Z] ---> Running in 4dfc2c5671f2 [2021-03-29T14:24:31.990Z] Removing intermediate container 4dfc2c5671f2 [2021-03-29T14:24:31.990Z] ---> b3bec5dfcc21 [2021-03-29T14:24:31.990Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-29T14:24:31.990Z] Successfully built b3bec5dfcc21 [2021-03-29T14:24:31.990Z] 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 [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:24:32.919Z] ---> job-cost.sh [2021-03-29T14:24:32.919Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GPor [Pipeline] } [2021-03-29T14:24:34.909Z] $ docker stop --time=1 73d4b805789abf532c1f61b34e56982e43f53c108a1b5146438d052d569cae2f [2021-03-29T14:24:36.998Z] $ docker rm -f 73d4b805789abf532c1f61b34e56982e43f53c108a1b5146438d052d569cae2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T14:24:37.790Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T14:24:37.861Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T14:24:38.671Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T14:24:39.373Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-29T14:24:39.722Z] + ls -al . [2021-03-29T14:24:39.722Z] total 124 [2021-03-29T14:24:39.722Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 14:24 . [2021-03-29T14:24:39.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 14:22 .. [2021-03-29T14:24:39.722Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 14:22 .git [2021-03-29T14:24:39.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 14:22 .github [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 29 14:22 .gitignore [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 29 14:22 CONTRIBUTING.md [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 29 14:22 Dockerfile [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 29 14:22 Dockerfile.build [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 29 14:22 Jenkinsfile [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 29 14:22 LICENSE [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 29 14:22 Makefile [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 29 14:22 README.md [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 29 14:19 VERSION [2021-03-29T14:24:39.722Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 14:22 assets [2021-03-29T14:24:39.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 14:22 bin [2021-03-29T14:24:39.722Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 14:22 cmd [2021-03-29T14:24:39.722Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 29 14:24 coverage.out [2021-03-29T14:24:39.722Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 29 14:22 docs [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 29 14:22 go.mod [2021-03-29T14:24:39.722Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 29 14:24 go.sum [2021-03-29T14:24:39.722Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 14:22 internal [2021-03-29T14:24:39.722Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 29 14:22 version.go [2021-03-29T14:24:39.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 14:22 web [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:24:40.099Z] + 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=652937afd3b8c9b00807d84c48584873b82a6c4c --label arch=arm64 --label version=0.0.0 . [2021-03-29T14:24:41.097Z] Sending build context to Docker daemon 17.39MB [2021-03-29T14:24:41.097Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:24:41.097Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-29T14:24:41.097Z] ---> 99df5e2779ff [2021-03-29T14:24:41.097Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-29T14:24:41.371Z] ---> Running in 645d521bb28c [2021-03-29T14:24:41.651Z] Removing intermediate container 645d521bb28c [2021-03-29T14:24:41.651Z] ---> 6b0c7fdafe81 [2021-03-29T14:24:41.652Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-29T14:24:41.925Z] ---> Running in fd32acd2d26f [2021-03-29T14:24:42.196Z] Removing intermediate container fd32acd2d26f [2021-03-29T14:24:42.196Z] ---> ba335600d93b [2021-03-29T14:24:42.196Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-29T14:24:42.468Z] ---> Running in 687d358b6b37 [2021-03-29T14:24:42.747Z] Removing intermediate container 687d358b6b37 [2021-03-29T14:24:42.747Z] ---> 7525b83db0c5 [2021-03-29T14:24:42.747Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-29T14:24:43.026Z] ---> Running in dfd0674d3166 [2021-03-29T14:24:43.298Z] Removing intermediate container dfd0674d3166 [2021-03-29T14:24:43.298Z] ---> e80fa388ca8b [2021-03-29T14:24:43.298Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-29T14:24:43.571Z] ---> Running in 235c9f58db26 [2021-03-29T14:24:44.168Z] Removing intermediate container 235c9f58db26 [2021-03-29T14:24:44.168Z] ---> 1659511be21d [2021-03-29T14:24:44.168Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:24:44.168Z] ---> Running in 9982d475c37e [2021-03-29T14:24:46.141Z] Removing intermediate container 9982d475c37e [2021-03-29T14:24:46.141Z] ---> 48876d3fa52b [2021-03-29T14:24:46.141Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-29T14:24:46.412Z] ---> Running in 142ec73baec2 [2021-03-29T14:24:47.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T14:24:47.856Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T14:24:48.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T14:24:48.965Z] OK: 142 MiB in 39 packages [2021-03-29T14:24:50.391Z] Removing intermediate container 142ec73baec2 [2021-03-29T14:24:50.391Z] ---> 988c9d20523c [2021-03-29T14:24:50.391Z] Step 10/24 : ENV GO111MODULE=on [2021-03-29T14:24:50.391Z] ---> Running in b581ca627425 [2021-03-29T14:24:50.662Z] Removing intermediate container b581ca627425 [2021-03-29T14:24:50.662Z] ---> 79c0f51825a5 [2021-03-29T14:24:50.662Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-29T14:24:50.935Z] ---> Running in 8292da9a7d9f [2021-03-29T14:24:51.208Z] Removing intermediate container 8292da9a7d9f [2021-03-29T14:24:51.208Z] ---> de3602ae12c3 [2021-03-29T14:24:51.208Z] Step 12/24 : COPY go.mod . [2021-03-29T14:24:52.193Z] ---> 071805c25194 [2021-03-29T14:24:52.193Z] Step 13/24 : COPY Makefile . [2021-03-29T14:24:52.789Z] ---> 1150199ad6e3 [2021-03-29T14:24:52.789Z] Step 14/24 : RUN make update [2021-03-29T14:24:52.789Z] ---> Running in 6f3c8c9f243b [2021-03-29T14:24:54.236Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-29T14:24:55.213Z] Removing intermediate container 6f3c8c9f243b [2021-03-29T14:24:55.213Z] ---> fc3825571e0b [2021-03-29T14:24:55.213Z] Step 15/24 : COPY . . [2021-03-29T14:24:57.844Z] ---> ff916392f394 [2021-03-29T14:24:57.844Z] Step 16/24 : RUN ${MAKE} [2021-03-29T14:24:57.844Z] ---> Running in 52dcbad00fd5 [2021-03-29T14:24:58.824Z] 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-29T14:25:14.487Z] lf-activate-venv(): INFO: Adding /tmp/venv-GPor/bin to PATH [2021-03-29T14:25:14.487Z] INFO: No Stack... [2021-03-29T14:25:14.749Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T14:25:15.700Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T14:25:16.016Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-03-29T14:25:16.016Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T14:25:16.094Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [2021-03-29T14:25:16.102Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] did not exist. Created. [2021-03-29T14:25:16.102Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T14:25:16.534Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-29T14:25:16.660Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T14:25:16.671Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T14:25:25.702Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-29T14:25:31.095Z] Removing intermediate container 52dcbad00fd5 [2021-03-29T14:25:31.095Z] ---> 36bb213f7aa3 [2021-03-29T14:25:31.095Z] Step 17/24 : FROM alpine:3.12 [2021-03-29T14:25:31.095Z] 3.12: Pulling from library/alpine [2021-03-29T14:25:31.369Z] 95dec6db3722: Pulling fs layer [2021-03-29T14:25:31.369Z] 95dec6db3722: Verifying Checksum [2021-03-29T14:25:31.369Z] 95dec6db3722: Download complete [2021-03-29T14:25:32.346Z] 95dec6db3722: Pull complete [2021-03-29T14:25:32.346Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T14:25:32.346Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T14:25:32.346Z] ---> e47305ac9786 [2021-03-29T14:25:32.346Z] Step 18/24 : EXPOSE 4000 [2021-03-29T14:25:32.346Z] ---> Running in e8d0006edb48 [2021-03-29T14:25:32.940Z] Removing intermediate container e8d0006edb48 [2021-03-29T14:25:32.940Z] ---> ed0808433aa5 [2021-03-29T14:25:32.940Z] 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-29T14:25:34.369Z] ---> b818deb16bbb [2021-03-29T14:25:34.369Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T14:25:34.645Z] ---> Running in 4c987a125b44 [2021-03-29T14:25:35.239Z] Removing intermediate container 4c987a125b44 [2021-03-29T14:25:35.239Z] ---> e06837a6ef4c [2021-03-29T14:25:35.239Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-29T14:25:35.239Z] ---> Running in 81ab5e3c839b [2021-03-29T14:25:35.833Z] Removing intermediate container 81ab5e3c839b [2021-03-29T14:25:35.833Z] ---> 1b6b1652c864 [2021-03-29T14:25:35.833Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T14:25:35.833Z] ---> Running in 6931a2fe65ff [2021-03-29T14:25:36.108Z] Removing intermediate container 6931a2fe65ff [2021-03-29T14:25:36.108Z] ---> 7394d6b7ca64 [2021-03-29T14:25:36.108Z] Step 23/24 : LABEL git_sha=652937afd3b8c9b00807d84c48584873b82a6c4c [2021-03-29T14:25:36.379Z] ---> Running in 31276d94825c [2021-03-29T14:25:36.652Z] Removing intermediate container 31276d94825c [2021-03-29T14:25:36.652Z] ---> e7530f8004cf [2021-03-29T14:25:36.652Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T14:25:36.932Z] ---> Running in c6964d89dd43 [2021-03-29T14:25:37.565Z] Removing intermediate container c6964d89dd43 [2021-03-29T14:25:37.565Z] ---> b0250afa5320 [2021-03-29T14:25:37.565Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-29T14:25:37.565Z] Successfully built b0250afa5320 [2021-03-29T14:25:37.565Z] 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-29T14:25:38.310Z] ---> job-cost.sh [2021-03-29T14:25:38.310Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-A26t [2021-03-29T14:26:17.260Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T14:27:53.994Z] lf-activate-venv(): INFO: Adding /tmp/venv-A26t/bin to PATH [2021-03-29T14:27:53.994Z] INFO: No Stack... [2021-03-29T14:27:53.995Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T14:27:53.995Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T14:27:54.333Z] + cut -d, -f6 [2021-03-29T14:27:54.333Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-03-29T14:27:54.465Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [2021-03-29T14:27:54.477Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] did not exist. Created. [2021-03-29T14:27:54.477Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T14:27:54.957Z] /w/workspace/edgex-ui-go/2@tmp/durable-67e0647e/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-67e0647e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-29T14:27:55.298Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T14:27:55.369Z] Warning: overwriting stash ‘stack-cost’ [2021-03-29T14:27:55.577Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T14:27:55.590Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-2-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-29T14:27:56.678Z] provisioning config files... [2021-03-29T14:27:56.693Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config1538894894625764337tmp [Pipeline] { [Pipeline] sh [2021-03-29T14:27:57.090Z] + set +x [2021-03-29T14:27:57.090Z] + curl -s https://codecov.io/bash [2021-03-29T14:27:57.090Z] + bash -s -- [2021-03-29T14:27:57.090Z] [2021-03-29T14:27:57.090Z] _____ _ [2021-03-29T14:27:57.090Z] / ____| | | [2021-03-29T14:27:57.090Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T14:27:57.090Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T14:27:57.090Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T14:27:57.090Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T14:27:57.090Z] Bash-20210309-2b87ace [2021-03-29T14:27:57.090Z] [2021-03-29T14:27:57.090Z] [2021-03-29T14:27:57.090Z] ==> git version 2.24.3 found [2021-03-29T14:27:57.090Z] ==> 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-29T14:27:57.090Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T14:27:57.090Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T14:27:57.352Z] curl: option -sm: expected a proper numerical parameter [2021-03-29T14:27:57.352Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-29T14:27:57.352Z] ==> Jenkins CI detected. [2021-03-29T14:27:57.352Z] project root: . [2021-03-29T14:27:57.352Z] --> token set from env [2021-03-29T14:27:57.352Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T14:27:57.352Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T14:27:57.352Z] ==> Python coveragepy not found [2021-03-29T14:27:57.352Z] ==> Searching for coverage reports in: [2021-03-29T14:27:57.352Z] + . [2021-03-29T14:27:57.352Z] -> Found 1 reports [2021-03-29T14:27:57.352Z] ==> Detecting git/mercurial file structure [2021-03-29T14:27:57.352Z] ==> Reading reports [2021-03-29T14:27:57.352Z] + ./coverage.out bytes=10 [2021-03-29T14:27:57.352Z] ==> Appending adjustments [2021-03-29T14:27:57.352Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T14:27:57.352Z] + Found adjustments [2021-03-29T14:27:57.352Z] ==> Gzipping contents [2021-03-29T14:27:57.615Z] 4.0K /tmp/codecov.CMDdUu.gz [2021-03-29T14:27:57.615Z] ==> Uploading reports [2021-03-29T14:27:57.615Z] url: https://codecov.io [2021-03-29T14:27:57.615Z] query: branch=PR-319&commit=652937afd3b8c9b00807d84c48584873b82a6c4c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= [2021-03-29T14:27:57.615Z] -> Pinging Codecov [2021-03-29T14:27:57.615Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-319&commit=652937afd3b8c9b00807d84c48584873b82a6c4c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= [2021-03-29T14:27:58.189Z] -> Uploading to [2021-03-29T14:27:58.189Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/FB506323287CE973F263BFD2A0EB1F37/652937afd3b8c9b00807d84c48584873b82a6c4c/a4c2858a-096a-4c80-8156-e04b5eea6d6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T142758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d57e045b3797763ed67a318763f16eec975ad913f41cb2356246ef69df4f805c [2021-03-29T14:27:58.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T14:27:58.189Z] Dload Upload Total Spent Left Speed [2021-03-29T14:27:58.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3335 0 0 100 3335 0 9454 --:--:-- --:--:-- --:--:-- 9474 [2021-03-29T14:27:58.766Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/652937afd3b8c9b00807d84c48584873b82a6c4c [Pipeline] } [2021-03-29T14:27:58.775Z] 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-29T14:28:00.962Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:28:01.268Z] ---> package-listing.sh [2021-03-29T14:28:01.268Z] ++ facter osfamily [2021-03-29T14:28:01.268Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T14:28:01.268Z] + OS_FAMILY=redhat [2021-03-29T14:28:01.268Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-319 [2021-03-29T14:28:01.268Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T14:28:01.268Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T14:28:01.268Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T14:28:01.268Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T14:28:01.268Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' [2021-03-29T14:28:01.268Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T14:28:01.268Z] + case "${OS_FAMILY}" in [2021-03-29T14:28:01.268Z] + rpm -qa [2021-03-29T14:28:01.268Z] + sort [2021-03-29T14:28:06.594Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T14:28:06.594Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T14:28:06.594Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T14:28:06.594Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' [2021-03-29T14:28:06.594Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ [2021-03-29T14:28:06.594Z] + 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-29T14:28:06.612Z] 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-29T14:28:06.906Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:28:07.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T14:28:07.213Z] [2021-03-29T14:28:07.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:28:07.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T14:28:07.562Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T14:28:07.562Z] df20fa9351a1: Pulling fs layer [2021-03-29T14:28:07.562Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T14:28:07.562Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T14:28:07.562Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T14:28:07.562Z] 93b61091891f: Pulling fs layer [2021-03-29T14:28:07.562Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T14:28:07.562Z] 5e14af77c1be: Pulling fs layer [2021-03-29T14:28:07.562Z] 01666e4c0597: Pulling fs layer [2021-03-29T14:28:07.562Z] aa168da1d23b: Pulling fs layer [2021-03-29T14:28:07.562Z] 93b9cdb0e59b: Waiting [2021-03-29T14:28:07.562Z] 5e14af77c1be: Waiting [2021-03-29T14:28:07.562Z] 01666e4c0597: Waiting [2021-03-29T14:28:07.562Z] 46f8f816bc3b: Waiting [2021-03-29T14:28:07.562Z] 93b61091891f: Waiting [2021-03-29T14:28:07.562Z] aa168da1d23b: Waiting [2021-03-29T14:28:07.562Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T14:28:07.562Z] 36b3adc4ff6f: Download complete [2021-03-29T14:28:07.562Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T14:28:07.562Z] 46f8f816bc3b: Download complete [2021-03-29T14:28:07.562Z] df20fa9351a1: Verifying Checksum [2021-03-29T14:28:07.562Z] df20fa9351a1: Download complete [2021-03-29T14:28:07.825Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T14:28:07.825Z] 93b9cdb0e59b: Download complete [2021-03-29T14:28:07.825Z] 5e14af77c1be: Verifying Checksum [2021-03-29T14:28:07.825Z] 5e14af77c1be: Download complete [2021-03-29T14:28:07.825Z] 01666e4c0597: Verifying Checksum [2021-03-29T14:28:07.825Z] 01666e4c0597: Download complete [2021-03-29T14:28:07.825Z] 93b61091891f: Verifying Checksum [2021-03-29T14:28:07.825Z] 93b61091891f: Download complete [2021-03-29T14:28:07.825Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T14:28:07.825Z] 8ad3a11d3b57: Download complete [2021-03-29T14:28:08.090Z] df20fa9351a1: Pull complete [2021-03-29T14:28:08.358Z] 36b3adc4ff6f: Pull complete [2021-03-29T14:28:09.752Z] aa168da1d23b: Verifying Checksum [2021-03-29T14:28:09.752Z] aa168da1d23b: Download complete [2021-03-29T14:28:10.014Z] 8ad3a11d3b57: Pull complete [2021-03-29T14:28:10.279Z] 46f8f816bc3b: Pull complete [2021-03-29T14:28:10.863Z] 93b61091891f: Pull complete [2021-03-29T14:28:10.863Z] 93b9cdb0e59b: Pull complete [2021-03-29T14:28:10.863Z] 5e14af77c1be: Pull complete [2021-03-29T14:28:11.472Z] 01666e4c0597: Pull complete [2021-03-29T14:28:18.106Z] aa168da1d23b: Pull complete [2021-03-29T14:28:18.106Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T14:28:18.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T14:28:18.106Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T14:28:18.311Z] prd-centos7-docker-4c-2g-31735 does not seem to be running inside a container [2021-03-29T14:28:18.357Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T14:28:21.681Z] $ docker top 112e28993908f797a1170c8214b00e25bf5cbc63d8e7977031d74045fc5b9b91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:28:22.207Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T14:28:22.506Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T14:28:22.811Z] + ls /var/log/sa-host [2021-03-29T14:28:22.811Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T14:28:22.811Z] file_magic: OK [2021-03-29T14:28:22.811Z] HZ: Using current value: 100 [2021-03-29T14:28:22.811Z] file_header: OK [2021-03-29T14:28:22.811Z] 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-29T14:28:22.811Z] Statistics: [2021-03-29T14:28:22.811Z] Hnuu...uuuununununu... [2021-03-29T14:28:22.811Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T14:28:22.811Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T14:28:22.811Z] file_magic: OK [2021-03-29T14:28:22.811Z] HZ: Using current value: 100 [2021-03-29T14:28:22.811Z] file_header: OK [2021-03-29T14:28:22.811Z] 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-29T14:28:22.811Z] Statistics: [2021-03-29T14:28:22.811Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T14:28:22.811Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T14:28:23.071Z] provisioning config files... [2021-03-29T14:28:23.095Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config298914614587306550tmp [Pipeline] { [Pipeline] echo [2021-03-29T14:28:23.171Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:28:23.475Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T14:28:23.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T14:28:23.611Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:28:23.912Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T14:28:23.924Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:28:24.228Z] ---> sudo-logs.sh [2021-03-29T14:28:24.228Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T14:28:24.293Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:28:24.592Z] ---> job-cost.sh [2021-03-29T14:28:24.592Z] lf-activate-venv: SKIPPING [2021-03-29T14:28:24.592Z] DEBUG: total: 0.20999999344348907 [2021-03-29T14:28:24.592Z] INFO: Retrieving Stack Cost... [2021-03-29T14:28:25.986Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T14:28:26.562Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T14:28:26.578Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:28:26.869Z] ---> logs-deploy.sh [2021-03-29T14:28:26.870Z] lf-activate-venv: SKIPPING [2021-03-29T14:28:26.870Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-319/2 [2021-03-29T14:28:26.870Z] INFO: archiving workspace using pattern(s): [2021-03-29T14:28:28.255Z] Archives upload complete. [2021-03-29T14:28:28.517Z] INFO: archiving logs to Nexus