Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 03d6e45996491a5582f07f1d234588528d2720b6 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 03d6e45996491a5582f07f1d234588528d2720b6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31164 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # 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 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing f6a1c7b9954f986cacc02b169f70f2f7872f70eb Checking out Revision f6a1c7b9954f986cacc02b169f70f2f7872f70eb (PR-297) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # 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 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6a1c7b9954f986cacc02b169f70f2f7872f70eb # timeout=10 Commit message: "Merge commit '03d6e45996491a5582f07f1d234588528d2720b6' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T02:06:39.643Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T02:06:39.911Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T02:06:40.011Z] ========================================================= [2021-03-24T02:06:40.011Z] EdgeX Global Pipelines Version Info [2021-03-24T02:06:40.011Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk caffda111efe562b16688516d8089945cc10e8dc # timeout=10 [2021-03-24T02:06:41.967Z] ------------------- [2021-03-24T02:06:41.967Z] stable info: [2021-03-24T02:06:41.967Z] ------------------- [2021-03-24T02:06:41.967Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T02:06:41.967Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T02:06:41.967Z] Message: update stable to v1.0.186 [2021-03-24T02:06:42.543Z] ------------------- [2021-03-24T02:06:42.543Z] experimental info: [2021-03-24T02:06:42.543Z] ------------------- [2021-03-24T02:06:42.543Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T02:06:42.543Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T02:06:42.543Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T02:06:42.856Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-24T02:06:42.971Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-24T02:06:43.064Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T02:06:43.179Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T02:06:43.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T02:06:43.374Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T02:06:43.466Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T02:06:43.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T02:06:43.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-24T02:06:43.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T02:06:43.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T02:06:43.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-24T02:06:44.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T02:06:44.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T02:06:44.291Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T02:06:44.401Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T02:06:44.492Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T02:06:44.583Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T02:06:44.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T02:06:44.762Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-24T02:06:44.855Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-24T02:06:44.941Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-24T02:06:45.029Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-24T02:06:45.117Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-24T02:06:45.205Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-24T02:06:45.293Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T02:06:45.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-03-24T02:06:45.467Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-03-24T02:06:45.557Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-03-24T02:06:45.653Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6a1c7b9954f986cacc02b169f70f2f7872f70eb [Pipeline] echo [2021-03-24T02:06:45.745Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6a1c7b [Pipeline] echo [2021-03-24T02:06:45.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T02:06:46.025Z] provisioning config files... [2021-03-24T02:06:46.054Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8766480953863413242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:06:46.443Z] ---> docker-login.sh [2021-03-24T02:06:46.443Z] nexus3.edgexfoundry.org:10001 [2021-03-24T02:06:46.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:06:46.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:06:46.968Z] Configure a credential helper to remove this warning. See [2021-03-24T02:06:46.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:06:46.968Z] [2021-03-24T02:06:46.968Z] Login Succeeded [2021-03-24T02:06:46.968Z] nexus3.edgexfoundry.org:10002 [2021-03-24T02:06:46.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:06:47.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:06:47.231Z] Configure a credential helper to remove this warning. See [2021-03-24T02:06:47.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:06:47.231Z] [2021-03-24T02:06:47.231Z] Login Succeeded [2021-03-24T02:06:47.231Z] nexus3.edgexfoundry.org:10003 [2021-03-24T02:06:47.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:06:47.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:06:47.231Z] Configure a credential helper to remove this warning. See [2021-03-24T02:06:47.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:06:47.231Z] [2021-03-24T02:06:47.231Z] Login Succeeded [2021-03-24T02:06:47.231Z] nexus3.edgexfoundry.org:10004 [2021-03-24T02:06:47.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:06:47.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:06:47.493Z] Configure a credential helper to remove this warning. See [2021-03-24T02:06:47.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:06:47.493Z] [2021-03-24T02:06:47.493Z] Login Succeeded [2021-03-24T02:06:47.493Z] docker.io [2021-03-24T02:06:47.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:06:48.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:06:48.018Z] Configure a credential helper to remove this warning. See [2021-03-24T02:06:48.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:06:48.018Z] [2021-03-24T02:06:48.018Z] Login Succeeded [2021-03-24T02:06:48.018Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T02:06:48.028Z] 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-24T02:06:48.842Z] + git log --format=format:%s -1 f6a1c7b9954f986cacc02b169f70f2f7872f70eb [Pipeline] echo [2021-03-24T02:06:48.971Z] GIT_COMMIT: f6a1c7b9954f986cacc02b169f70f2f7872f70eb, Commit Message: Merge commit '03d6e45996491a5582f07f1d234588528d2720b6' into HEAD [Pipeline] echo [2021-03-24T02:06:49.019Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:06:49.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T02:06:49.967Z] [2021-03-24T02:06:49.967Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:06:50.315Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T02:06:50.315Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T02:06:50.315Z] 31603596830f: Pulling fs layer [2021-03-24T02:06:50.315Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T02:06:50.315Z] 6ca5941a6612: Pulling fs layer [2021-03-24T02:06:50.315Z] ecc8261a40a4: Pulling fs layer [2021-03-24T02:06:50.315Z] ecc8261a40a4: Waiting [2021-03-24T02:06:50.315Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T02:06:50.315Z] 2a8b12db71e7: Download complete [2021-03-24T02:06:50.315Z] 31603596830f: Verifying Checksum [2021-03-24T02:06:50.315Z] 31603596830f: Download complete [2021-03-24T02:06:50.579Z] ecc8261a40a4: Verifying Checksum [2021-03-24T02:06:50.579Z] ecc8261a40a4: Download complete [2021-03-24T02:06:50.579Z] 6ca5941a6612: Verifying Checksum [2021-03-24T02:06:50.579Z] 6ca5941a6612: Download complete [2021-03-24T02:06:50.841Z] 31603596830f: Pull complete [2021-03-24T02:06:51.105Z] 2a8b12db71e7: Pull complete [2021-03-24T02:06:51.683Z] 6ca5941a6612: Pull complete [2021-03-24T02:06:51.945Z] ecc8261a40a4: Pull complete [2021-03-24T02:06:51.945Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T02:06:52.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T02:06:52.207Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T02:06:52.310Z] prd-centos7-docker-4c-2g-31164 does not seem to be running inside a container [2021-03-24T02:06:52.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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-24T02:06:54.488Z] $ docker top 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T02:06:54.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T02:06:54.883Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T02:06:55.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T02:06:55.128Z] $ docker exec 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a ssh-agent [2021-03-24T02:06:55.320Z] SSH_AUTH_SOCK=/tmp/ssh-UPBRvMWAjYPI/agent.12 [2021-03-24T02:06:55.320Z] SSH_AGENT_PID=17 [2021-03-24T02:06:55.334Z] Running ssh-add (command line suppressed) [2021-03-24T02:06:55.452Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1823237831554968423.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1823237831554968423.key) [2021-03-24T02:06:55.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T02:06:55.845Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T02:06:55.870Z] $ docker exec --env ******** --env ******** 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a ssh-agent -k [2021-03-24T02:06:55.991Z] unset SSH_AUTH_SOCK; [2021-03-24T02:06:55.992Z] unset SSH_AGENT_PID; [2021-03-24T02:06:55.992Z] echo Agent pid 17 killed; [2021-03-24T02:06:56.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T02:06:56.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T02:06:56.180Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T02:06:56.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T02:06:56.353Z] $ docker exec 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a ssh-agent [2021-03-24T02:06:56.514Z] SSH_AUTH_SOCK=/tmp/ssh-oLGicomvqRsd/agent.47 [2021-03-24T02:06:56.514Z] SSH_AGENT_PID=53 [2021-03-24T02:06:56.522Z] Running ssh-add (command line suppressed) [2021-03-24T02:06:56.640Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4319849250727158171.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4319849250727158171.key) [2021-03-24T02:06:56.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T02:06:57.034Z] + git semver init [2021-03-24T02:06:57.035Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T02:06:57.035Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-03-24T02:06:57.035Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-24T02:06:57.035Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T02:06:57.035Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T02:06:57.035Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T02:06:57.035Z] # $SEMVER_BRANCH = PR-297 [2021-03-24T02:06:57.035Z] # $SEMVER_TEMP = /tmp/semver-387848072 [2021-03-24T02:06:57.035Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-24T02:06:58.436Z] # '/tmp/semver-387848072' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-03-24T02:06:58.436Z] # -> Force: false [2021-03-24T02:06:58.436Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-03-24T02:06:58.451Z] $ docker exec --env ******** --env ******** 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a ssh-agent -k [2021-03-24T02:06:58.573Z] unset SSH_AUTH_SOCK; [2021-03-24T02:06:58.574Z] unset SSH_AGENT_PID; [2021-03-24T02:06:58.574Z] echo Agent pid 53 killed; [2021-03-24T02:06:58.629Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T02:06:59.138Z] + git semver [Pipeline] } [2021-03-24T02:06:59.159Z] $ docker stop --time=1 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a [2021-03-24T02:07:00.538Z] $ docker rm -f 570f3f69f4caa2983269324f754ca504cdf83be9f3d3a09229fff197eee4386a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T02:07:01.065Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T02:07:01.753Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T02:07:01.755Z] [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-24T02:07:17.320Z] Still waiting to schedule task [2021-03-24T02:07:17.320Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31164’ [2021-03-24T02:07:17.322Z] Still waiting to schedule task [2021-03-24T02:07:17.322Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T02:09:01.538Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31165 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-24T02:09:01.656Z] Running in /w/workspace/edgex-ui-go/9 [Pipeline] { [Pipeline] checkout [2021-03-24T02:09:07.127Z] using credential edgex-jenkins-ssh [2021-03-24T02:09:07.200Z] Cloning the remote Git repository [2021-03-24T02:09:07.255Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T02:09:07.374Z] > git init /w/workspace/edgex-ui-go/9 # timeout=10 [2021-03-24T02:09:07.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T02:09:07.483Z] > git --version # timeout=10 [2021-03-24T02:09:07.507Z] > git --version # 'git version 2.17.1' [2021-03-24T02:09:07.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T02:09:07.583Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T02:09:09.083Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T02:09:09.101Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T02:09:09.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T02:09:09.170Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T02:09:09.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T02:09:09.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T02:09:09.763Z] Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-24T02:09:10.332Z] Merge succeeded, producing 636f46a0767949022216a1b0608d9e838cefa0ef [2021-03-24T02:09:10.333Z] Checking out Revision 636f46a0767949022216a1b0608d9e838cefa0ef (PR-297) [2021-03-24T02:09:09.776Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T02:09:09.802Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-24T02:09:10.089Z] > git remote # timeout=10 [2021-03-24T02:09:10.112Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T02:09:10.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T02:09:10.137Z] > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-24T02:09:10.308Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T02:09:10.330Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T02:09:10.380Z] > git checkout -f 636f46a0767949022216a1b0608d9e838cefa0ef # timeout=10 [2021-03-24T02:09:15.088Z] Commit message: "Merge commit '03d6e45996491a5582f07f1d234588528d2720b6' into HEAD" [2021-03-24T02:09:15.113Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T02:09:15.087Z] > git rev-list --no-walk caffda111efe562b16688516d8089945cc10e8dc # timeout=10 [2021-03-24T02:09:16.844Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-24T02:09:17.241Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T02:09:17.588Z] + + truesudo [2021-03-24T02:09:17.588Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T02:09:20.299Z] provisioning config files... [2021-03-24T02:09:20.338Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/9@tmp/config1268369667924066190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:09:20.779Z] ---> docker-login.sh [2021-03-24T02:09:20.780Z] nexus3.edgexfoundry.org:10001 [2021-03-24T02:09:21.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:22.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:22.030Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:22.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:22.030Z] [2021-03-24T02:09:22.030Z] Login Succeeded [2021-03-24T02:09:22.030Z] nexus3.edgexfoundry.org:10002 [2021-03-24T02:09:22.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:22.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:22.578Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:22.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:22.578Z] [2021-03-24T02:09:22.578Z] Login Succeeded [2021-03-24T02:09:22.578Z] nexus3.edgexfoundry.org:10003 [2021-03-24T02:09:22.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:22.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:22.850Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:22.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:22.850Z] [2021-03-24T02:09:22.850Z] Login Succeeded [2021-03-24T02:09:22.850Z] nexus3.edgexfoundry.org:10004 [2021-03-24T02:09:23.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:23.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:23.394Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:23.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:23.394Z] [2021-03-24T02:09:23.394Z] Login Succeeded [2021-03-24T02:09:23.394Z] docker.io [2021-03-24T02:09:23.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:23.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:23.938Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:23.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:23.938Z] [2021-03-24T02:09:23.938Z] Login Succeeded [2021-03-24T02:09:23.938Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T02:09:23.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T02:09:24.468Z] ========================================================= [2021-03-24T02:09:24.469Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-24T02:09:24.469Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:09:24.855Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-24T02:09:25.857Z] Sending build context to Docker daemon 17.29MB [2021-03-24T02:09:25.857Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T02:09:25.857Z] Step 2/8 : FROM ${BASE} [2021-03-24T02:09:25.857Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-24T02:09:25.857Z] 5f621e34cdf4: Pulling fs layer [2021-03-24T02:09:25.857Z] a4357932f1b6: Pulling fs layer [2021-03-24T02:09:25.857Z] 18c013af1878: Pulling fs layer [2021-03-24T02:09:25.857Z] 00ac8860ef70: Pulling fs layer [2021-03-24T02:09:25.857Z] 63d7cb157983: Pulling fs layer [2021-03-24T02:09:25.857Z] b116817d02f9: Pulling fs layer [2021-03-24T02:09:25.857Z] 745a02a5169b: Pulling fs layer [2021-03-24T02:09:25.857Z] 63d7cb157983: Waiting [2021-03-24T02:09:25.857Z] b116817d02f9: Waiting [2021-03-24T02:09:25.857Z] 745a02a5169b: Waiting [2021-03-24T02:09:25.857Z] 00ac8860ef70: Waiting [2021-03-24T02:09:25.857Z] 18c013af1878: Verifying Checksum [2021-03-24T02:09:25.857Z] 18c013af1878: Download complete [2021-03-24T02:09:25.857Z] a4357932f1b6: Download complete [2021-03-24T02:09:25.857Z] 63d7cb157983: Verifying Checksum [2021-03-24T02:09:25.857Z] 63d7cb157983: Download complete [2021-03-24T02:09:25.857Z] b116817d02f9: Verifying Checksum [2021-03-24T02:09:25.857Z] b116817d02f9: Download complete [2021-03-24T02:09:25.857Z] 5f621e34cdf4: Download complete [2021-03-24T02:09:26.457Z] 5f621e34cdf4: Pull complete [2021-03-24T02:09:27.061Z] a4357932f1b6: Pull complete [2021-03-24T02:09:27.678Z] 18c013af1878: Pull complete [2021-03-24T02:09:28.663Z] 745a02a5169b: Verifying Checksum [2021-03-24T02:09:28.663Z] 745a02a5169b: Download complete [2021-03-24T02:09:29.653Z] 00ac8860ef70: Verifying Checksum [2021-03-24T02:09:29.653Z] 00ac8860ef70: Download complete [2021-03-24T02:09:39.829Z] 00ac8860ef70: Pull complete [2021-03-24T02:09:39.829Z] 63d7cb157983: Pull complete [2021-03-24T02:09:40.110Z] b116817d02f9: Pull complete [2021-03-24T02:09:41.789Z] Running on prd-centos7-docker-4c-2g-31166 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-24T02:09:41.965Z] Running in /w/workspace/edgex-ui-go/9 [Pipeline] { [Pipeline] checkout [2021-03-24T02:09:43.537Z] 745a02a5169b: Pull complete [2021-03-24T02:09:43.811Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-24T02:09:43.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-24T02:09:43.811Z] ---> b7e6874047d6 [2021-03-24T02:09:43.811Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-24T02:09:44.392Z] using credential edgex-jenkins-ssh [2021-03-24T02:09:44.451Z] Cloning the remote Git repository [2021-03-24T02:09:44.258Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T02:09:44.331Z] > git init /w/workspace/edgex-ui-go/9 # timeout=10 [2021-03-24T02:09:44.397Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T02:09:44.397Z] > git --version # timeout=10 [2021-03-24T02:09:44.404Z] > git --version # 'git version 2.24.3' [2021-03-24T02:09:44.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T02:09:44.440Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T02:09:46.055Z] Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-24T02:09:45.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T02:09:45.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T02:09:45.449Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T02:09:45.463Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T02:09:45.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T02:09:45.468Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T02:09:45.931Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T02:09:45.937Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-24T02:09:46.072Z] > git remote # timeout=10 [2021-03-24T02:09:46.078Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T02:09:46.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T02:09:46.090Z] > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-24T02:09:46.257Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T02:09:46.371Z] Merge succeeded, producing af0c7785f1484f2dbb98352d352c9926beca7d97 [2021-03-24T02:09:46.372Z] Checking out Revision af0c7785f1484f2dbb98352d352c9926beca7d97 (PR-297) [2021-03-24T02:09:46.475Z] ---> Running in 413a903b0340 [2021-03-24T02:09:47.075Z] Removing intermediate container 413a903b0340 [2021-03-24T02:09:47.075Z] ---> c89bc5b92a17 [2021-03-24T02:09:47.075Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T02:09:47.075Z] ---> Running in f6f5f71b49f9 [2021-03-24T02:09:46.268Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T02:09:46.272Z] > git checkout -f af0c7785f1484f2dbb98352d352c9926beca7d97 # timeout=10 [2021-03-24T02:09:49.716Z] Removing intermediate container f6f5f71b49f9 [2021-03-24T02:09:49.716Z] ---> 459f2610dfab [2021-03-24T02:09:49.716Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-24T02:09:49.716Z] ---> Running in 04e000b125cb [2021-03-24T02:09:49.971Z] Commit message: "Merge commit '03d6e45996491a5582f07f1d234588528d2720b6' into HEAD" [2021-03-24T02:09:49.985Z] First time build. Skipping changelog. [2021-03-24T02:09:49.978Z] > git rev-list --no-walk caffda111efe562b16688516d8089945cc10e8dc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T02:09:50.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T02:09:51.332Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T02:09:51.663Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T02:09:51.976Z] + sudo service docker restart [2021-03-24T02:09:51.976Z] + true [2021-03-24T02:09:51.976Z] Redirecting to /bin/systemctl restart docker.service [2021-03-24T02:09:52.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T02:09:53.117Z] OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T02:09:54.003Z] provisioning config files... [2021-03-24T02:09:54.036Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/9@tmp/config3823302553131408312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:09:54.401Z] ---> docker-login.sh [2021-03-24T02:09:54.401Z] nexus3.edgexfoundry.org:10001 [2021-03-24T02:09:54.552Z] Removing intermediate container 04e000b125cb [2021-03-24T02:09:54.552Z] ---> 2181327701c7 [2021-03-24T02:09:54.552Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-24T02:09:54.552Z] ---> Running in c1ca91cbcf8d [2021-03-24T02:09:54.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:54.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:54.665Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:54.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:54.665Z] [2021-03-24T02:09:54.665Z] Login Succeeded [2021-03-24T02:09:54.665Z] nexus3.edgexfoundry.org:10002 [2021-03-24T02:09:54.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:54.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:54.928Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:54.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:54.928Z] [2021-03-24T02:09:54.928Z] Login Succeeded [2021-03-24T02:09:54.928Z] nexus3.edgexfoundry.org:10003 [2021-03-24T02:09:55.148Z] Removing intermediate container c1ca91cbcf8d [2021-03-24T02:09:55.149Z] ---> 794ac814df3d [2021-03-24T02:09:55.149Z] Step 7/8 : COPY . . [2021-03-24T02:09:55.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:55.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:55.192Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:55.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:55.192Z] [2021-03-24T02:09:55.192Z] Login Succeeded [2021-03-24T02:09:55.192Z] nexus3.edgexfoundry.org:10004 [2021-03-24T02:09:55.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:55.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:55.453Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:55.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:55.453Z] [2021-03-24T02:09:55.453Z] Login Succeeded [2021-03-24T02:09:55.453Z] docker.io [2021-03-24T02:09:55.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T02:09:55.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T02:09:55.716Z] Configure a credential helper to remove this warning. See [2021-03-24T02:09:55.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T02:09:55.716Z] [2021-03-24T02:09:55.716Z] Login Succeeded [2021-03-24T02:09:55.716Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T02:09:55.726Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T02:09:56.086Z] ========================================================= [2021-03-24T02:09:56.086Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T02:09:56.086Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:09:56.431Z] + 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-24T02:09:57.018Z] Sending build context to Docker daemon 17.29MB [2021-03-24T02:09:57.018Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T02:09:57.018Z] Step 2/8 : FROM ${BASE} [2021-03-24T02:09:57.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T02:09:57.018Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T02:09:57.018Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T02:09:57.018Z] de9db76c5a1d: Pulling fs layer [2021-03-24T02:09:57.018Z] bca2f99d35d6: Pulling fs layer [2021-03-24T02:09:57.018Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T02:09:57.018Z] 7c6f9722023f: Pulling fs layer [2021-03-24T02:09:57.018Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T02:09:57.018Z] bca2f99d35d6: Waiting [2021-03-24T02:09:57.018Z] 93359f2a8cfa: Waiting [2021-03-24T02:09:57.018Z] 7c6f9722023f: Waiting [2021-03-24T02:09:57.018Z] a35cf1a2eb13: Waiting [2021-03-24T02:09:57.018Z] de9db76c5a1d: Verifying Checksum [2021-03-24T02:09:57.018Z] de9db76c5a1d: Download complete [2021-03-24T02:09:57.018Z] 0ef7d3d256c8: Download complete [2021-03-24T02:09:57.018Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T02:09:57.018Z] 93359f2a8cfa: Download complete [2021-03-24T02:09:57.018Z] 7c6f9722023f: Verifying Checksum [2021-03-24T02:09:57.018Z] 7c6f9722023f: Download complete [2021-03-24T02:09:57.018Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T02:09:57.018Z] 188c0c94c7c5: Download complete [2021-03-24T02:09:57.121Z] ---> aead8be0a5ca [2021-03-24T02:09:57.121Z] Step 8/8 : RUN go mod download [2021-03-24T02:09:57.285Z] 188c0c94c7c5: Pull complete [2021-03-24T02:09:57.394Z] ---> Running in d799206f0c2a [2021-03-24T02:09:57.554Z] 0ef7d3d256c8: Pull complete [2021-03-24T02:09:57.816Z] de9db76c5a1d: Pull complete [2021-03-24T02:09:58.774Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T02:09:58.774Z] a35cf1a2eb13: Download complete [2021-03-24T02:09:59.351Z] bca2f99d35d6: Verifying Checksum [2021-03-24T02:09:59.351Z] bca2f99d35d6: Download complete [2021-03-24T02:10:04.693Z] bca2f99d35d6: Pull complete [2021-03-24T02:10:04.693Z] 93359f2a8cfa: Pull complete [2021-03-24T02:10:04.693Z] 7c6f9722023f: Pull complete [2021-03-24T02:10:14.728Z] a35cf1a2eb13: Pull complete [2021-03-24T02:10:14.729Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T02:10:14.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T02:10:14.729Z] ---> a62c8e92a672 [2021-03-24T02:10:14.729Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-24T02:10:14.729Z] ---> Running in 660a29309c64 [2021-03-24T02:10:14.729Z] Removing intermediate container 660a29309c64 [2021-03-24T02:10:14.729Z] ---> 3c70b28300f5 [2021-03-24T02:10:14.729Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T02:10:14.729Z] ---> Running in 238efd2904eb [2021-03-24T02:10:14.729Z] Removing intermediate container 238efd2904eb [2021-03-24T02:10:14.729Z] ---> 90365c8f242e [2021-03-24T02:10:14.729Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-24T02:10:14.993Z] ---> Running in 3715b5840caf [2021-03-24T02:10:15.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T02:10:16.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T02:10:17.595Z] OK: 166 MiB in 39 packages [2021-03-24T02:10:17.859Z] Removing intermediate container 3715b5840caf [2021-03-24T02:10:17.859Z] ---> 2dd98ca16c5c [2021-03-24T02:10:17.859Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-24T02:10:17.859Z] ---> Running in 27b934aa1092 [2021-03-24T02:10:18.122Z] Removing intermediate container 27b934aa1092 [2021-03-24T02:10:18.122Z] ---> 619ba6982d01 [2021-03-24T02:10:18.122Z] Step 7/8 : COPY . . [2021-03-24T02:10:20.693Z] ---> 59293eda6cd2 [2021-03-24T02:10:20.693Z] Step 8/8 : RUN go mod download [2021-03-24T02:10:20.693Z] ---> Running in c42d1e35e3bc [2021-03-24T02:10:29.770Z] Removing intermediate container d799206f0c2a [2021-03-24T02:10:29.770Z] ---> 148962582ebd [2021-03-24T02:10:29.770Z] Successfully built 148962582ebd [2021-03-24T02:10:29.770Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:10:30.115Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T02:10:30.115Z] . [Pipeline] withDockerContainer [2021-03-24T02:10:30.356Z] prd-ubuntu18.04-docker-arm64-4c-16g-31165 does not seem to be running inside a container [2021-03-24T02:10:30.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-24T02:10:32.015Z] $ docker top 33cbf537e10419f8d40eed0796f82f8b057c8c57e65973bcb861392502d9dd64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T02:10:33.085Z] + go version [2021-03-24T02:10:33.085Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-24T02:10:33.116Z] $ docker stop --time=1 33cbf537e10419f8d40eed0796f82f8b057c8c57e65973bcb861392502d9dd64 [2021-03-24T02:10:35.099Z] $ docker rm -f 33cbf537e10419f8d40eed0796f82f8b057c8c57e65973bcb861392502d9dd64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:10:36.197Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T02:10:36.197Z] . [Pipeline] withDockerContainer [2021-03-24T02:10:36.464Z] prd-ubuntu18.04-docker-arm64-4c-16g-31165 does not seem to be running inside a container [2021-03-24T02:10:36.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-24T02:10:38.077Z] $ docker top 98cf28dd29297a11f92ed1fde3bf2209226bdbf2604a6e62b459eb112945f6c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T02:10:39.208Z] + make test [2021-03-24T02:10:39.208Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-24T02:10:40.655Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-24T02:10:47.343Z] Removing intermediate container c42d1e35e3bc [2021-03-24T02:10:47.344Z] ---> 27c11b6729a8 [2021-03-24T02:10:47.344Z] Successfully built 27c11b6729a8 [2021-03-24T02:10:47.344Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:10:47.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T02:10:47.677Z] . [Pipeline] withDockerContainer [2021-03-24T02:10:47.955Z] prd-centos7-docker-4c-2g-31166 does not seem to be running inside a container [2021-03-24T02:10:48.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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-24T02:10:49.006Z] $ docker top 6871b95a7b5d7eaa620a88560a7892757df070981df7723ee55e03609bb1c38a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T02:10:49.532Z] + go version [2021-03-24T02:10:49.532Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T02:10:49.550Z] $ docker stop --time=1 6871b95a7b5d7eaa620a88560a7892757df070981df7723ee55e03609bb1c38a [2021-03-24T02:10:51.189Z] $ docker rm -f 6871b95a7b5d7eaa620a88560a7892757df070981df7723ee55e03609bb1c38a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:10:52.029Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T02:10:52.029Z] . [Pipeline] withDockerContainer [2021-03-24T02:10:52.133Z] prd-centos7-docker-4c-2g-31166 does not seem to be running inside a container [2021-03-24T02:10:52.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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-24T02:10:52.762Z] $ docker top 94eaf49aa8974badbc719ea24d13d1d7237ec914abf20a16f8a8e2d898dfb103 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T02:10:53.248Z] + make test [2021-03-24T02:10:53.248Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-24T02:10:54.645Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-24T02:11:04.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-24T02:11:04.763Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-24T02:11:05.357Z] $ docker stop --time=1 94eaf49aa8974badbc719ea24d13d1d7237ec914abf20a16f8a8e2d898dfb103 [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-24T02:11:07.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-24T02:11:07.502Z] GO111MODULE=on go vet ./... [2021-03-24T02:11:07.732Z] $ docker rm -f 94eaf49aa8974badbc719ea24d13d1d7237ec914abf20a16f8a8e2d898dfb103 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T02:11:08.327Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-24T02:11:08.722Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-24T02:11:11.587Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-24T02:11:11.887Z] + ls -al . [2021-03-24T02:11:11.887Z] total 92 [2021-03-24T02:11:11.887Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 24 02:10 . [2021-03-24T02:11:11.887Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 24 02:09 .. [2021-03-24T02:11:11.887Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 24 02:09 assets [2021-03-24T02:11:11.887Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 24 02:09 bin [2021-03-24T02:11:11.887Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 24 02:09 cmd [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 24 02:09 CONTRIBUTING.md [2021-03-24T02:11:11.887Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 24 02:10 coverage.out [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 24 02:09 Dockerfile [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 24 02:09 Dockerfile.build [2021-03-24T02:11:11.887Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 24 02:09 docs [2021-03-24T02:11:11.887Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 24 02:09 .git [2021-03-24T02:11:11.887Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 24 02:09 .github [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 24 02:09 .gitignore [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 24 02:09 go.mod [2021-03-24T02:11:11.887Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 24 02:10 go.sum [2021-03-24T02:11:11.887Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 24 02:09 internal [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 24 02:09 Jenkinsfile [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 24 02:09 LICENSE [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 24 02:09 Makefile [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 24 02:09 README.md [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 24 02:07 VERSION [2021-03-24T02:11:11.887Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 24 02:09 version.go [2021-03-24T02:11:11.887Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 24 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:11:12.193Z] + 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=f6a1c7b9954f986cacc02b169f70f2f7872f70eb --label arch=amd64 --label version=0.0.0 . [2021-03-24T02:11:12.455Z] Sending build context to Docker daemon 17.32MB [2021-03-24T02:11:12.455Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T02:11:12.455Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-24T02:11:12.455Z] ---> 27c11b6729a8 [2021-03-24T02:11:12.455Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-24T02:11:13.031Z] ---> Running in 7f3365ea5378 [2021-03-24T02:11:13.294Z] Removing intermediate container 7f3365ea5378 [2021-03-24T02:11:13.294Z] ---> 29fdd114fe8e [2021-03-24T02:11:13.294Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-24T02:11:13.294Z] ---> Running in 5654115859c0 [2021-03-24T02:11:13.557Z] Removing intermediate container 5654115859c0 [2021-03-24T02:11:13.557Z] ---> 6ba0b4a934d7 [2021-03-24T02:11:13.557Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-24T02:11:13.557Z] ---> Running in 96fff71d2a6f [2021-03-24T02:11:13.820Z] Removing intermediate container 96fff71d2a6f [2021-03-24T02:11:13.820Z] ---> b0ac8c240bc4 [2021-03-24T02:11:13.820Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-24T02:11:13.820Z] ---> Running in 9881996f5f34 [2021-03-24T02:11:14.084Z] Removing intermediate container 9881996f5f34 [2021-03-24T02:11:14.084Z] ---> 989ecadeac6d [2021-03-24T02:11:14.084Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-24T02:11:14.084Z] ---> Running in a926915e030a [2021-03-24T02:11:14.084Z] Removing intermediate container a926915e030a [2021-03-24T02:11:14.084Z] ---> 534174549d06 [2021-03-24T02:11:14.084Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [2021-03-24T02:11:14.267Z] $ docker stop --time=1 98cf28dd29297a11f92ed1fde3bf2209226bdbf2604a6e62b459eb112945f6c1 [2021-03-24T02:11:14.349Z] ---> Running in 2c32b44eea20 [2021-03-24T02:11:15.299Z] Removing intermediate container 2c32b44eea20 [2021-03-24T02:11:15.299Z] ---> 69a36b00984e [2021-03-24T02:11:15.299Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-24T02:11:15.299Z] ---> Running in c66656a4aa03 [2021-03-24T02:11:15.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T02:11:16.524Z] $ docker rm -f 98cf28dd29297a11f92ed1fde3bf2209226bdbf2604a6e62b459eb112945f6c1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T02:11:17.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T02:11:17.353Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-24T02:11:17.420Z] Warning: overwriting stash ‘coverage-report’ [2021-03-24T02:11:17.531Z] OK: 166 MiB in 39 packages [2021-03-24T02:11:18.106Z] Removing intermediate container c66656a4aa03 [2021-03-24T02:11:18.106Z] ---> c2f3a13c06e2 [2021-03-24T02:11:18.106Z] Step 10/24 : ENV GO111MODULE=on [2021-03-24T02:11:18.106Z] ---> Running in b11503ff232c [2021-03-24T02:11:18.368Z] Removing intermediate container b11503ff232c [2021-03-24T02:11:18.368Z] ---> 89066f2bf5ad [2021-03-24T02:11:18.368Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-24T02:11:18.368Z] ---> Running in caeaaafabd99 [2021-03-24T02:11:18.440Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-24T02:11:18.633Z] Removing intermediate container caeaaafabd99 [2021-03-24T02:11:18.634Z] ---> 558593b3e8bd [2021-03-24T02:11:18.634Z] Step 12/24 : COPY go.mod . [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T02:11:18.896Z] ---> 94042db64829 [2021-03-24T02:11:18.896Z] Step 13/24 : COPY Makefile . [2021-03-24T02:11:19.152Z] + sudo chown -R jenkins:jenkins . [2021-03-24T02:11:19.160Z] ---> 50d7a30bf869 [2021-03-24T02:11:19.160Z] Step 14/24 : RUN make update [2021-03-24T02:11:19.160Z] ---> Running in 80977bcebd7d [Pipeline] sh [2021-03-24T02:11:19.563Z] + ls -al . [2021-03-24T02:11:19.563Z] total 124 [2021-03-24T02:11:19.563Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 02:10 . [2021-03-24T02:11:19.563Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:09 .. [2021-03-24T02:11:19.563Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 24 02:09 .git [2021-03-24T02:11:19.563Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:09 .github [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 24 02:09 .gitignore [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 24 02:09 CONTRIBUTING.md [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 24 02:09 Dockerfile [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 24 02:09 Dockerfile.build [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 24 02:09 Jenkinsfile [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 24 02:09 LICENSE [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 24 02:09 Makefile [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 24 02:09 README.md [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 24 02:07 VERSION [2021-03-24T02:11:19.563Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:09 assets [2021-03-24T02:11:19.563Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:09 bin [2021-03-24T02:11:19.563Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:09 cmd [2021-03-24T02:11:19.563Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 24 02:10 coverage.out [2021-03-24T02:11:19.563Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 24 02:09 docs [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 24 02:09 go.mod [2021-03-24T02:11:19.563Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 24 02:10 go.sum [2021-03-24T02:11:19.563Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 02:09 internal [2021-03-24T02:11:19.563Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 24 02:09 version.go [2021-03-24T02:11:19.563Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:11:19.739Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-24T02:11:19.952Z] + 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=f6a1c7b9954f986cacc02b169f70f2f7872f70eb --label arch=arm64 --label version=0.0.0 . [2021-03-24T02:11:20.313Z] Removing intermediate container 80977bcebd7d [2021-03-24T02:11:20.313Z] ---> 98f037c6dad9 [2021-03-24T02:11:20.313Z] Step 15/24 : COPY . . [2021-03-24T02:11:20.580Z] Sending build context to Docker daemon 17.32MB [2021-03-24T02:11:20.856Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T02:11:20.856Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-24T02:11:20.856Z] ---> 148962582ebd [2021-03-24T02:11:20.856Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-24T02:11:21.449Z] ---> Running in 18719e89c657 [2021-03-24T02:11:21.720Z] Removing intermediate container 18719e89c657 [2021-03-24T02:11:21.720Z] ---> cd7aabe4c534 [2021-03-24T02:11:21.720Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-24T02:11:21.992Z] ---> Running in 698e0691bf17 [2021-03-24T02:11:22.232Z] ---> 24044a5917ad [2021-03-24T02:11:22.232Z] Step 16/24 : RUN ${MAKE} [2021-03-24T02:11:22.232Z] ---> Running in e04796681072 [2021-03-24T02:11:22.263Z] Removing intermediate container 698e0691bf17 [2021-03-24T02:11:22.263Z] ---> da89879a8766 [2021-03-24T02:11:22.263Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-24T02:11:22.502Z] 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-24T02:11:22.540Z] ---> Running in 8c1206fdac89 [2021-03-24T02:11:23.135Z] Removing intermediate container 8c1206fdac89 [2021-03-24T02:11:23.135Z] ---> e73299f020c3 [2021-03-24T02:11:23.135Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-24T02:11:23.135Z] ---> Running in a2dc66f50220 [2021-03-24T02:11:23.733Z] Removing intermediate container a2dc66f50220 [2021-03-24T02:11:23.733Z] ---> 4afc6bb71a09 [2021-03-24T02:11:23.733Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-24T02:11:23.733Z] ---> Running in 990e9a7554c3 [2021-03-24T02:11:24.329Z] Removing intermediate container 990e9a7554c3 [2021-03-24T02:11:24.329Z] ---> 462b53f00136 [2021-03-24T02:11:24.329Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T02:11:24.329Z] ---> Running in 8c2d1bb95fb1 [2021-03-24T02:11:26.305Z] Removing intermediate container 8c2d1bb95fb1 [2021-03-24T02:11:26.305Z] ---> ecf6ecf2139a [2021-03-24T02:11:26.305Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-24T02:11:26.579Z] ---> Running in 78623ca9dbe3 [2021-03-24T02:11:27.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T02:11:28.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T02:11:29.965Z] OK: 142 MiB in 39 packages [2021-03-24T02:11:30.756Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-24T02:11:30.946Z] Removing intermediate container 78623ca9dbe3 [2021-03-24T02:11:30.946Z] ---> 195a3229f566 [2021-03-24T02:11:30.946Z] Step 10/24 : ENV GO111MODULE=on [2021-03-24T02:11:31.216Z] ---> Running in cf3096a6d800 [2021-03-24T02:11:31.490Z] Removing intermediate container cf3096a6d800 [2021-03-24T02:11:31.490Z] ---> 4f11a19fa79b [2021-03-24T02:11:31.490Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-24T02:11:31.777Z] ---> Running in 18babe7c8bc0 [2021-03-24T02:11:32.050Z] Removing intermediate container 18babe7c8bc0 [2021-03-24T02:11:32.050Z] ---> 00bf3e0459d1 [2021-03-24T02:11:32.050Z] Step 12/24 : COPY go.mod . [2021-03-24T02:11:33.028Z] ---> 2b480c386bd4 [2021-03-24T02:11:33.028Z] Step 13/24 : COPY Makefile . [2021-03-24T02:11:33.623Z] ---> d0de4e077f3e [2021-03-24T02:11:33.623Z] Step 14/24 : RUN make update [2021-03-24T02:11:33.623Z] ---> Running in 14c1235fdc29 [2021-03-24T02:11:34.072Z] Removing intermediate container e04796681072 [2021-03-24T02:11:34.072Z] ---> f17cab04ca38 [2021-03-24T02:11:34.072Z] Step 17/24 : FROM alpine:3.12 [2021-03-24T02:11:34.601Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-24T02:11:34.650Z] 3.12: Pulling from library/alpine [2021-03-24T02:11:34.650Z] f84cab65f19f: Pulling fs layer [2021-03-24T02:11:34.912Z] f84cab65f19f: Verifying Checksum [2021-03-24T02:11:34.912Z] f84cab65f19f: Download complete [2021-03-24T02:11:34.912Z] f84cab65f19f: Pull complete [2021-03-24T02:11:35.174Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T02:11:35.174Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T02:11:35.174Z] ---> 88dd2752d2ea [2021-03-24T02:11:35.174Z] Step 18/24 : EXPOSE 4000 [2021-03-24T02:11:35.174Z] ---> Running in b917c4edcf08 [2021-03-24T02:11:35.435Z] Removing intermediate container b917c4edcf08 [2021-03-24T02:11:35.435Z] ---> 1d83a9ce4223 [2021-03-24T02:11:35.435Z] 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-24T02:11:36.036Z] Removing intermediate container 14c1235fdc29 [2021-03-24T02:11:36.036Z] ---> 96c8169c41ce [2021-03-24T02:11:36.036Z] Step 15/24 : COPY . . [2021-03-24T02:11:36.827Z] ---> 70ee3c6a2d0c [2021-03-24T02:11:36.827Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-24T02:11:36.827Z] ---> Running in 135b0e1b67e4 [2021-03-24T02:11:36.827Z] Removing intermediate container 135b0e1b67e4 [2021-03-24T02:11:36.827Z] ---> 8ee13b8a25da [2021-03-24T02:11:36.827Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-24T02:11:36.827Z] ---> Running in aaa1579bc36c [2021-03-24T02:11:37.087Z] Removing intermediate container aaa1579bc36c [2021-03-24T02:11:37.087Z] ---> 70efa6074e28 [2021-03-24T02:11:37.087Z] Step 22/24 : LABEL arch=amd64 [2021-03-24T02:11:37.087Z] ---> Running in 27136ffc8ec9 [2021-03-24T02:11:37.349Z] Removing intermediate container 27136ffc8ec9 [2021-03-24T02:11:37.349Z] ---> f334edcd2260 [2021-03-24T02:11:37.349Z] Step 23/24 : LABEL git_sha=f6a1c7b9954f986cacc02b169f70f2f7872f70eb [2021-03-24T02:11:37.349Z] ---> Running in 07d3813f6bd8 [2021-03-24T02:11:37.349Z] Removing intermediate container 07d3813f6bd8 [2021-03-24T02:11:37.349Z] ---> c0917cb9e343 [2021-03-24T02:11:37.349Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T02:11:37.611Z] ---> Running in 482100bcf7ba [2021-03-24T02:11:37.611Z] Removing intermediate container 482100bcf7ba [2021-03-24T02:11:37.611Z] ---> cee3dedff737 [2021-03-24T02:11:37.611Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-24T02:11:37.873Z] Successfully built cee3dedff737 [2021-03-24T02:11:37.873Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-03-24T02:11:38.650Z] ---> ab9d67a479d7 [2021-03-24T02:11:38.650Z] Step 16/24 : RUN ${MAKE} [2021-03-24T02:11:38.650Z] ---> Running in 002fbcc11f8a [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:11:39.005Z] ---> job-cost.sh [2021-03-24T02:11:39.005Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QaP7 [2021-03-24T02:11:39.632Z] 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-24T02:11:53.944Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T02:12:06.481Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-24T02:12:11.880Z] Removing intermediate container 002fbcc11f8a [2021-03-24T02:12:11.880Z] ---> b77621189793 [2021-03-24T02:12:11.880Z] Step 17/24 : FROM alpine:3.12 [2021-03-24T02:12:11.880Z] 3.12: Pulling from library/alpine [2021-03-24T02:12:11.880Z] dce8679b510e: Pulling fs layer [2021-03-24T02:12:12.157Z] dce8679b510e: Verifying Checksum [2021-03-24T02:12:12.157Z] dce8679b510e: Download complete [2021-03-24T02:12:12.758Z] dce8679b510e: Pull complete [2021-03-24T02:12:12.758Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T02:12:12.758Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T02:12:12.758Z] ---> d10569e2745f [2021-03-24T02:12:12.758Z] Step 18/24 : EXPOSE 4000 [2021-03-24T02:12:12.758Z] ---> Running in 8b2d49a6fa23 [2021-03-24T02:12:13.354Z] Removing intermediate container 8b2d49a6fa23 [2021-03-24T02:12:13.354Z] ---> 58db6168d194 [2021-03-24T02:12:13.354Z] 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-24T02:12:15.335Z] ---> fd91c7f822f9 [2021-03-24T02:12:15.335Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-24T02:12:15.335Z] ---> Running in 336c9010b53e [2021-03-24T02:12:15.608Z] Removing intermediate container 336c9010b53e [2021-03-24T02:12:15.608Z] ---> 7ada04a4b032 [2021-03-24T02:12:15.608Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-24T02:12:15.885Z] ---> Running in 6cde9cef52e5 [2021-03-24T02:12:16.159Z] Removing intermediate container 6cde9cef52e5 [2021-03-24T02:12:16.159Z] ---> d1116c2e3778 [2021-03-24T02:12:16.159Z] Step 22/24 : LABEL arch=arm64 [2021-03-24T02:12:16.433Z] ---> Running in c3eed2c79836 [2021-03-24T02:12:17.028Z] Removing intermediate container c3eed2c79836 [2021-03-24T02:12:17.028Z] ---> 8efb4c082148 [2021-03-24T02:12:17.028Z] Step 23/24 : LABEL git_sha=f6a1c7b9954f986cacc02b169f70f2f7872f70eb [2021-03-24T02:12:17.028Z] ---> Running in 965fb2253c50 [2021-03-24T02:12:17.623Z] Removing intermediate container 965fb2253c50 [2021-03-24T02:12:17.623Z] ---> eac21753a972 [2021-03-24T02:12:17.623Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T02:12:17.623Z] ---> Running in ea1433843594 [2021-03-24T02:12:18.217Z] Removing intermediate container ea1433843594 [2021-03-24T02:12:18.217Z] ---> 753113e62d10 [2021-03-24T02:12:18.217Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-24T02:12:18.217Z] Successfully built 753113e62d10 [2021-03-24T02:12:18.217Z] 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-24T02:12:19.098Z] ---> job-cost.sh [2021-03-24T02:12:19.098Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-T0TF [2021-03-24T02:12:20.576Z] lf-activate-venv(): INFO: Adding /tmp/venv-QaP7/bin to PATH [2021-03-24T02:12:20.576Z] INFO: No Stack... [2021-03-24T02:12:21.523Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T02:12:22.096Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T02:12:22.403Z] + cat /w/workspace/edgex-ui-go/9/archives/cost.csv [2021-03-24T02:12:22.403Z] + cut -d, -f6 [Pipeline] lock [2021-03-24T02:12:22.484Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] [2021-03-24T02:12:22.493Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] did not exist. Created. [2021-03-24T02:12:22.494Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T02:12:22.933Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-24T02:12:23.040Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T02:12:23.052Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T02:12:58.057Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T02:14:34.821Z] lf-activate-venv(): INFO: Adding /tmp/venv-T0TF/bin to PATH [2021-03-24T02:14:34.821Z] INFO: No Stack... [2021-03-24T02:14:34.821Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-24T02:14:34.821Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T02:14:35.160Z] + cat /w/workspace/edgex-ui-go/9/archives/cost.csv [2021-03-24T02:14:35.160Z] + cut -d, -f6 [Pipeline] lock [2021-03-24T02:14:35.270Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] [2021-03-24T02:14:35.278Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] did not exist. Created. [2021-03-24T02:14:35.278Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T02:14:35.728Z] /w/workspace/edgex-ui-go/9@tmp/durable-a9617564/script.sh: 1: /w/workspace/edgex-ui-go/9@tmp/durable-a9617564/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-24T02:14:36.073Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-24T02:14:36.144Z] Warning: overwriting stash ‘stack-cost’ [2021-03-24T02:14:36.361Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T02:14:36.373Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-9-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-24T02:14:37.759Z] provisioning config files... [2021-03-24T02:14:37.777Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3810871244372605187tmp [Pipeline] { [Pipeline] sh [2021-03-24T02:14:38.171Z] + set +x [2021-03-24T02:14:38.171Z] + curl -s https://codecov.io/bash [2021-03-24T02:14:38.171Z] + bash -s -- [2021-03-24T02:14:38.435Z] [2021-03-24T02:14:38.435Z] _____ _ [2021-03-24T02:14:38.435Z] / ____| | | [2021-03-24T02:14:38.435Z] | | ___ __| | ___ ___ _____ __ [2021-03-24T02:14:38.435Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-24T02:14:38.435Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-24T02:14:38.435Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-24T02:14:38.435Z] Bash-20210309-2b87ace [2021-03-24T02:14:38.435Z] [2021-03-24T02:14:38.435Z] [2021-03-24T02:14:38.435Z] ==> git version 2.24.3 found [2021-03-24T02:14:38.435Z] ==> 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-24T02:14:38.435Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-24T02:14:38.435Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-24T02:14:38.435Z] ==> Jenkins CI detected. [2021-03-24T02:14:38.435Z] project root: . [2021-03-24T02:14:38.435Z] --> token set from env [2021-03-24T02:14:38.435Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-24T02:14:38.435Z] ==> Running gcov in . (disable via -X gcov) [2021-03-24T02:14:38.435Z] ==> Python coveragepy not found [2021-03-24T02:14:38.435Z] ==> Searching for coverage reports in: [2021-03-24T02:14:38.435Z] + . [2021-03-24T02:14:38.435Z] -> Found 1 reports [2021-03-24T02:14:38.435Z] ==> Detecting git/mercurial file structure [2021-03-24T02:14:38.435Z] ==> Reading reports [2021-03-24T02:14:38.435Z] + ./coverage.out bytes=10 [2021-03-24T02:14:38.435Z] ==> Appending adjustments [2021-03-24T02:14:38.435Z] https://docs.codecov.io/docs/fixing-reports [2021-03-24T02:14:38.700Z] + Found adjustments [2021-03-24T02:14:38.700Z] ==> Gzipping contents [2021-03-24T02:14:38.700Z] 4.0K /tmp/codecov.hOQ8eT.gz [2021-03-24T02:14:38.700Z] ==> Uploading reports [2021-03-24T02:14:38.700Z] url: https://codecov.io [2021-03-24T02:14:38.700Z] query: branch=PR-297&commit=f6a1c7b9954f986cacc02b169f70f2f7872f70eb&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-24T02:14:38.700Z] -> Pinging Codecov [2021-03-24T02:14:38.700Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=f6a1c7b9954f986cacc02b169f70f2f7872f70eb&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-24T02:14:38.964Z] -> Uploading to [2021-03-24T02:14:38.964Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-24/FB506323287CE973F263BFD2A0EB1F37/f6a1c7b9954f986cacc02b169f70f2f7872f70eb/baa34c85-8eba-4f3e-8e6f-e88a9eee5607.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T021438Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e2411d58038598fa0a38494a4753f9569865a078f6f30b9fe03818687682c9ce [2021-03-24T02:14:38.964Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T02:14:38.964Z] Dload Upload Total Spent Left Speed [2021-03-24T02:14:39.546Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3319 0 0 100 3319 0 7557 --:--:-- --:--:-- --:--:-- 7577 [2021-03-24T02:14:39.546Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f6a1c7b9954f986cacc02b169f70f2f7872f70eb [Pipeline] } [2021-03-24T02:14:39.557Z] 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-24T02:14:42.427Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:14:43.005Z] ---> package-listing.sh [2021-03-24T02:14:43.005Z] ++ facter osfamily [2021-03-24T02:14:43.005Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T02:14:43.005Z] + OS_FAMILY=redhat [2021-03-24T02:14:43.005Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-24T02:14:43.005Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T02:14:43.005Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T02:14:43.005Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T02:14:43.005Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T02:14:43.005Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-24T02:14:43.005Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T02:14:43.005Z] + case "${OS_FAMILY}" in [2021-03-24T02:14:43.005Z] + rpm -qa [2021-03-24T02:14:43.005Z] + sort [2021-03-24T02:14:48.317Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T02:14:48.317Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T02:14:48.317Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T02:14:48.317Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-24T02:14:48.317Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-03-24T02:14:48.317Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo [2021-03-24T02:14:48.330Z] 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-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T02:14:48.622Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:14:48.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T02:14:48.928Z] [2021-03-24T02:14:48.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T02:14:49.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T02:14:49.282Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T02:14:49.282Z] df20fa9351a1: Pulling fs layer [2021-03-24T02:14:49.282Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T02:14:49.282Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T02:14:49.282Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T02:14:49.282Z] 93b61091891f: Pulling fs layer [2021-03-24T02:14:49.282Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T02:14:49.282Z] 5e14af77c1be: Pulling fs layer [2021-03-24T02:14:49.282Z] 01666e4c0597: Pulling fs layer [2021-03-24T02:14:49.282Z] aa168da1d23b: Pulling fs layer [2021-03-24T02:14:49.282Z] 93b9cdb0e59b: Waiting [2021-03-24T02:14:49.282Z] 5e14af77c1be: Waiting [2021-03-24T02:14:49.282Z] aa168da1d23b: Waiting [2021-03-24T02:14:49.282Z] 46f8f816bc3b: Waiting [2021-03-24T02:14:49.282Z] 36b3adc4ff6f: Verifying Checksum [2021-03-24T02:14:49.282Z] 36b3adc4ff6f: Download complete [2021-03-24T02:14:49.282Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T02:14:49.282Z] 46f8f816bc3b: Download complete [2021-03-24T02:14:49.544Z] df20fa9351a1: Download complete [2021-03-24T02:14:49.544Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T02:14:49.544Z] 93b9cdb0e59b: Download complete [2021-03-24T02:14:49.544Z] 93b61091891f: Verifying Checksum [2021-03-24T02:14:49.544Z] 93b61091891f: Download complete [2021-03-24T02:14:49.544Z] 5e14af77c1be: Verifying Checksum [2021-03-24T02:14:49.544Z] 5e14af77c1be: Download complete [2021-03-24T02:14:49.544Z] 01666e4c0597: Verifying Checksum [2021-03-24T02:14:49.544Z] 01666e4c0597: Download complete [2021-03-24T02:14:49.807Z] df20fa9351a1: Pull complete [2021-03-24T02:14:50.070Z] 36b3adc4ff6f: Pull complete [2021-03-24T02:14:50.070Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T02:14:50.070Z] 8ad3a11d3b57: Download complete [2021-03-24T02:14:51.037Z] 8ad3a11d3b57: Pull complete [2021-03-24T02:14:51.317Z] 46f8f816bc3b: Pull complete [2021-03-24T02:14:51.897Z] 93b61091891f: Pull complete [2021-03-24T02:14:52.166Z] aa168da1d23b: Verifying Checksum [2021-03-24T02:14:52.166Z] aa168da1d23b: Download complete [2021-03-24T02:14:52.166Z] 93b9cdb0e59b: Pull complete [2021-03-24T02:14:52.446Z] 5e14af77c1be: Pull complete [2021-03-24T02:14:52.711Z] 01666e4c0597: Pull complete [2021-03-24T02:15:00.900Z] aa168da1d23b: Pull complete [2021-03-24T02:15:00.900Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T02:15:00.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T02:15:00.900Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T02:15:01.117Z] prd-centos7-docker-4c-2g-31164 does not seem to be running inside a container [2021-03-24T02:15:01.190Z] $ 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-297/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-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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-24T02:15:04.632Z] $ docker top 397134abda37cc3f869dd4fb4ad57f701f38e1d5459db723f6021f4786a3a158 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T02:15:05.132Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T02:15:05.434Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T02:15:05.735Z] + ls /var/log/sa-host [2021-03-24T02:15:05.736Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T02:15:05.736Z] file_magic: OK [2021-03-24T02:15:05.736Z] HZ: Using current value: 100 [2021-03-24T02:15:05.736Z] file_header: OK [2021-03-24T02:15:05.736Z] 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-24T02:15:05.736Z] Statistics: [2021-03-24T02:15:05.736Z] Hnuu...uuuununununu... [2021-03-24T02:15:05.736Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T02:15:05.736Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T02:15:05.736Z] file_magic: OK [2021-03-24T02:15:05.736Z] HZ: Using current value: 100 [2021-03-24T02:15:05.736Z] file_header: OK [2021-03-24T02:15:05.736Z] 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-24T02:15:05.736Z] Statistics: [2021-03-24T02:15:05.736Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-24T02:15:05.736Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T02:15:06.399Z] provisioning config files... [2021-03-24T02:15:06.418Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config7029209541689011675tmp [Pipeline] { [Pipeline] echo [2021-03-24T02:15:06.492Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:15:06.804Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T02:15:06.823Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T02:15:06.918Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:15:07.228Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T02:15:07.244Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:15:07.553Z] ---> sudo-logs.sh [2021-03-24T02:15:07.553Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T02:15:07.625Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:15:07.925Z] ---> job-cost.sh [2021-03-24T02:15:07.925Z] lf-activate-venv: SKIPPING [2021-03-24T02:15:07.925Z] DEBUG: total: 0.20999999344348907 [2021-03-24T02:15:07.925Z] INFO: Retrieving Stack Cost... [2021-03-24T02:15:09.327Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T02:15:09.909Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T02:15:09.923Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T02:15:10.222Z] ---> logs-deploy.sh [2021-03-24T02:15:10.222Z] lf-activate-venv: SKIPPING [2021-03-24T02:15:10.222Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/9 [2021-03-24T02:15:10.222Z] INFO: archiving workspace using pattern(s): [2021-03-24T02:15:12.158Z] Archives upload complete. [2021-03-24T02:15:12.158Z] INFO: archiving logs to Nexus