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 c5ee145f18867369b4b969e29f85ac8cb41c0ca1 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from c5ee145f18867369b4b969e29f85ac8cb41c0ca1 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-32163 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 c5ee145f18867369b4b969e29f85ac8cb41c0ca1 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 7ff4758a874ebae3c64634854e6aa391c454421f Checking out Revision 7ff4758a874ebae3c64634854e6aa391c454421f (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 c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 Commit message: "Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk ea829d3236ae37db067094074e840d949ce1d552 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T02:06:44.948Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T02:06:45.236Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T02:06:45.381Z] ========================================================= [2021-03-31T02:06:45.381Z] EdgeX Global Pipelines Version Info [2021-03-31T02:06:45.381Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:06:46.837Z] ------------------- [2021-03-31T02:06:46.837Z] stable info: [2021-03-31T02:06:46.837Z] ------------------- [2021-03-31T02:06:46.837Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T02:06:46.837Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T02:06:46.837Z] Message: update stable to v1.0.186 [2021-03-31T02:06:47.784Z] ------------------- [2021-03-31T02:06:47.784Z] experimental info: [2021-03-31T02:06:47.784Z] ------------------- [2021-03-31T02:06:47.784Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T02:06:47.784Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T02:06:47.784Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T02:06:48.088Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-31T02:06:48.192Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-31T02:06:48.288Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T02:06:48.379Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T02:06:48.482Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T02:06:48.579Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T02:06:48.676Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T02:06:48.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T02:06:48.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-31T02:06:49.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T02:06:49.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T02:06:49.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-31T02:06:49.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T02:06:49.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T02:06:49.557Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T02:06:49.646Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T02:06:49.735Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T02:06:49.824Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T02:06:49.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T02:06:50.030Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-31T02:06:50.155Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-31T02:06:50.399Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-31T02:06:50.540Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-31T02:06:50.698Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-31T02:06:50.790Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-31T02:06:50.910Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T02:06:50.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-03-31T02:06:51.103Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-03-31T02:06:51.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-03-31T02:06:51.275Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ff4758a874ebae3c64634854e6aa391c454421f [Pipeline] echo [2021-03-31T02:06:51.360Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ff4758 [Pipeline] echo [2021-03-31T02:06:51.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T02:06:51.640Z] provisioning config files... [2021-03-31T02:06:51.675Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config1809077658876938117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:06:52.053Z] ---> docker-login.sh [2021-03-31T02:06:52.053Z] nexus3.edgexfoundry.org:10001 [2021-03-31T02:06:52.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:06:52.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:06:52.581Z] Configure a credential helper to remove this warning. See [2021-03-31T02:06:52.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:06:52.581Z] [2021-03-31T02:06:52.581Z] Login Succeeded [2021-03-31T02:06:52.581Z] nexus3.edgexfoundry.org:10002 [2021-03-31T02:06:52.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:06:52.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:06:52.846Z] Configure a credential helper to remove this warning. See [2021-03-31T02:06:52.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:06:52.846Z] [2021-03-31T02:06:52.846Z] Login Succeeded [2021-03-31T02:06:52.846Z] nexus3.edgexfoundry.org:10003 [2021-03-31T02:06:52.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:06:52.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:06:52.846Z] Configure a credential helper to remove this warning. See [2021-03-31T02:06:52.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:06:52.846Z] [2021-03-31T02:06:52.846Z] Login Succeeded [2021-03-31T02:06:52.846Z] nexus3.edgexfoundry.org:10004 [2021-03-31T02:06:53.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:06:53.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:06:53.113Z] Configure a credential helper to remove this warning. See [2021-03-31T02:06:53.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:06:53.113Z] [2021-03-31T02:06:53.113Z] Login Succeeded [2021-03-31T02:06:53.113Z] docker.io [2021-03-31T02:06:53.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:06:53.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:06:53.690Z] Configure a credential helper to remove this warning. See [2021-03-31T02:06:53.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:06:53.690Z] [2021-03-31T02:06:53.690Z] Login Succeeded [2021-03-31T02:06:53.690Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T02:06:53.699Z] 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-31T02:06:54.513Z] + git log --format=format:%s -1 7ff4758a874ebae3c64634854e6aa391c454421f [Pipeline] echo [2021-03-31T02:06:54.582Z] GIT_COMMIT: 7ff4758a874ebae3c64634854e6aa391c454421f, Commit Message: Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD [Pipeline] echo [2021-03-31T02:06:54.636Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:06:55.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T02:06:55.753Z] [2021-03-31T02:06:55.753Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:06:56.150Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T02:06:56.150Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T02:06:56.150Z] 31603596830f: Pulling fs layer [2021-03-31T02:06:56.151Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T02:06:56.151Z] 6ca5941a6612: Pulling fs layer [2021-03-31T02:06:56.151Z] ecc8261a40a4: Pulling fs layer [2021-03-31T02:06:56.151Z] ecc8261a40a4: Waiting [2021-03-31T02:06:56.151Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T02:06:56.151Z] 2a8b12db71e7: Download complete [2021-03-31T02:06:56.417Z] 31603596830f: Verifying Checksum [2021-03-31T02:06:56.417Z] 31603596830f: Download complete [2021-03-31T02:06:56.417Z] ecc8261a40a4: Verifying Checksum [2021-03-31T02:06:56.417Z] ecc8261a40a4: Download complete [2021-03-31T02:06:56.417Z] 6ca5941a6612: Verifying Checksum [2021-03-31T02:06:56.417Z] 6ca5941a6612: Download complete [2021-03-31T02:06:56.680Z] 31603596830f: Pull complete [2021-03-31T02:06:56.945Z] 2a8b12db71e7: Pull complete [2021-03-31T02:06:57.897Z] 6ca5941a6612: Pull complete [2021-03-31T02:06:57.897Z] ecc8261a40a4: Pull complete [2021-03-31T02:06:57.897Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T02:06:57.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T02:06:57.897Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T02:06:58.011Z] prd-centos7-docker-4c-2g-32163 does not seem to be running inside a container [2021-03-31T02:06:58.061Z] $ 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-31T02:07:00.767Z] $ docker top ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T02:07:01.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T02:07:01.113Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T02:07:01.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T02:07:01.345Z] $ docker exec ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent [2021-03-31T02:07:01.536Z] SSH_AUTH_SOCK=/tmp/ssh-mxG1snKARFkZ/agent.12 [2021-03-31T02:07:01.536Z] SSH_AGENT_PID=18 [2021-03-31T02:07:01.549Z] Running ssh-add (command line suppressed) [2021-03-31T02:07:01.686Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6404049376948985012.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6404049376948985012.key) [2021-03-31T02:07:01.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T02:07:02.094Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T02:07:02.118Z] $ docker exec --env ******** --env ******** ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent -k [2021-03-31T02:07:02.235Z] unset SSH_AUTH_SOCK; [2021-03-31T02:07:02.235Z] unset SSH_AGENT_PID; [2021-03-31T02:07:02.235Z] echo Agent pid 18 killed; [2021-03-31T02:07:02.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T02:07:02.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T02:07:02.431Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T02:07:02.599Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T02:07:02.601Z] $ docker exec ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent [2021-03-31T02:07:02.770Z] SSH_AUTH_SOCK=/tmp/ssh-NyLv5QLo5oor/agent.48 [2021-03-31T02:07:02.770Z] SSH_AGENT_PID=54 [2021-03-31T02:07:02.777Z] Running ssh-add (command line suppressed) [2021-03-31T02:07:02.900Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6287288794850521369.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6287288794850521369.key) [2021-03-31T02:07:02.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T02:07:03.308Z] + git semver init [2021-03-31T02:07:03.308Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T02:07:03.308Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-03-31T02:07:03.308Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-31T02:07:03.308Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T02:07:03.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T02:07:03.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T02:07:03.308Z] # $SEMVER_BRANCH = PR-297 [2021-03-31T02:07:03.308Z] # $SEMVER_TEMP = /tmp/semver-214462076 [2021-03-31T02:07:03.308Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-31T02:07:04.707Z] # '/tmp/semver-214462076' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-03-31T02:07:04.707Z] # -> Force: false [2021-03-31T02:07:04.707Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-03-31T02:07:04.719Z] $ docker exec --env ******** --env ******** ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent -k [2021-03-31T02:07:04.855Z] unset SSH_AUTH_SOCK; [2021-03-31T02:07:04.855Z] unset SSH_AGENT_PID; [2021-03-31T02:07:04.855Z] echo Agent pid 54 killed; [2021-03-31T02:07:04.911Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T02:07:05.433Z] + git semver [Pipeline] } [2021-03-31T02:07:05.548Z] $ docker stop --time=1 ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 [2021-03-31T02:07:07.003Z] $ docker rm -f ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T02:07:07.481Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T02:07:07.909Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T02:07:07.912Z] [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-31T02:07:23.428Z] Still waiting to schedule task [2021-03-31T02:07:23.429Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32163’ [2021-03-31T02:07:23.431Z] Still waiting to schedule task [2021-03-31T02:07:23.431Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T02:09:10.714Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32164 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-31T02:09:10.782Z] Running in /w/workspace/edgex-ui-go/12 [Pipeline] { [Pipeline] checkout [2021-03-31T02:09:15.758Z] using credential edgex-jenkins-ssh [2021-03-31T02:09:15.825Z] Cloning the remote Git repository [2021-03-31T02:09:15.885Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T02:09:15.987Z] > git init /w/workspace/edgex-ui-go/12 # timeout=10 [2021-03-31T02:09:16.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T02:09:16.055Z] > git --version # timeout=10 [2021-03-31T02:09:16.081Z] > git --version # 'git version 2.17.1' [2021-03-31T02:09:16.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T02:09:16.157Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T02:09:18.288Z] Merging remotes/origin/master commit c5ee145f18867369b4b969e29f85ac8cb41c0ca1 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-31T02:09:17.611Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T02:09:17.626Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T02:09:17.654Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T02:09:17.689Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T02:09:17.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T02:09:17.702Z] > 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-31T02:09:18.307Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T02:09:18.322Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-31T02:09:19.134Z] Merge succeeded, producing c504a3d3a6cedf0de346c6349777ec29fc07eadb [2021-03-31T02:09:19.134Z] Checking out Revision c504a3d3a6cedf0de346c6349777ec29fc07eadb (PR-297) [2021-03-31T02:09:18.598Z] > git remote # timeout=10 [2021-03-31T02:09:18.622Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T02:09:18.643Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T02:09:18.654Z] > git merge c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 [2021-03-31T02:09:19.119Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T02:09:19.142Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T02:09:19.156Z] > git checkout -f c504a3d3a6cedf0de346c6349777ec29fc07eadb # timeout=10 [2021-03-31T02:09:23.582Z] Commit message: "Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD" [2021-03-31T02:09:23.605Z] First time build. Skipping changelog. [2021-03-31T02:09:23.590Z] > git rev-list --no-walk ea829d3236ae37db067094074e840d949ce1d552 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T02:09:25.358Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T02:09:25.774Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T02:09:26.128Z] + true [2021-03-31T02:09:26.128Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T02:09:28.185Z] provisioning config files... [2021-03-31T02:09:28.232Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/12@tmp/config49117141077108171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:09:28.641Z] ---> docker-login.sh [2021-03-31T02:09:28.641Z] nexus3.edgexfoundry.org:10001 [2021-03-31T02:09:29.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:09:29.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:09:29.894Z] Configure a credential helper to remove this warning. See [2021-03-31T02:09:29.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:09:29.894Z] [2021-03-31T02:09:29.894Z] Login Succeeded [2021-03-31T02:09:29.894Z] nexus3.edgexfoundry.org:10002 [2021-03-31T02:09:30.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:09:30.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:09:30.443Z] Configure a credential helper to remove this warning. See [2021-03-31T02:09:30.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:09:30.443Z] [2021-03-31T02:09:30.443Z] Login Succeeded [2021-03-31T02:09:30.443Z] nexus3.edgexfoundry.org:10003 [2021-03-31T02:09:30.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:09:30.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:09:30.992Z] Configure a credential helper to remove this warning. See [2021-03-31T02:09:30.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:09:30.992Z] [2021-03-31T02:09:30.992Z] Login Succeeded [2021-03-31T02:09:30.992Z] nexus3.edgexfoundry.org:10004 [2021-03-31T02:09:31.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:09:31.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:09:31.265Z] Configure a credential helper to remove this warning. See [2021-03-31T02:09:31.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:09:31.265Z] [2021-03-31T02:09:31.265Z] Login Succeeded [2021-03-31T02:09:31.541Z] docker.io [2021-03-31T02:09:31.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:09:32.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:09:32.088Z] Configure a credential helper to remove this warning. See [2021-03-31T02:09:32.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:09:32.088Z] [2021-03-31T02:09:32.088Z] Login Succeeded [2021-03-31T02:09:32.088Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T02:09:32.106Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T02:09:32.568Z] ========================================================= [2021-03-31T02:09:32.568Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T02:09:32.568Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:09:32.952Z] + 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-31T02:09:33.556Z] Sending build context to Docker daemon 17.37MB [2021-03-31T02:09:33.556Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T02:09:33.556Z] Step 2/8 : FROM ${BASE} [2021-03-31T02:09:33.831Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T02:09:33.831Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T02:09:33.831Z] a4357932f1b6: Pulling fs layer [2021-03-31T02:09:33.831Z] 18c013af1878: Pulling fs layer [2021-03-31T02:09:33.831Z] 00ac8860ef70: Pulling fs layer [2021-03-31T02:09:33.831Z] 63d7cb157983: Pulling fs layer [2021-03-31T02:09:33.831Z] b116817d02f9: Pulling fs layer [2021-03-31T02:09:33.831Z] 745a02a5169b: Pulling fs layer [2021-03-31T02:09:33.831Z] 00ac8860ef70: Waiting [2021-03-31T02:09:33.831Z] 63d7cb157983: Waiting [2021-03-31T02:09:33.831Z] b116817d02f9: Waiting [2021-03-31T02:09:33.831Z] 745a02a5169b: Waiting [2021-03-31T02:09:33.831Z] 18c013af1878: Verifying Checksum [2021-03-31T02:09:33.831Z] 18c013af1878: Download complete [2021-03-31T02:09:33.831Z] a4357932f1b6: Download complete [2021-03-31T02:09:33.831Z] 63d7cb157983: Verifying Checksum [2021-03-31T02:09:33.831Z] 63d7cb157983: Download complete [2021-03-31T02:09:33.831Z] b116817d02f9: Download complete [2021-03-31T02:09:34.104Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T02:09:34.104Z] 5f621e34cdf4: Download complete [2021-03-31T02:09:35.088Z] 5f621e34cdf4: Pull complete [2021-03-31T02:09:35.370Z] a4357932f1b6: Pull complete [2021-03-31T02:09:35.969Z] 18c013af1878: Pull complete [2021-03-31T02:09:36.949Z] 745a02a5169b: Verifying Checksum [2021-03-31T02:09:36.949Z] 745a02a5169b: Download complete [2021-03-31T02:09:37.931Z] 00ac8860ef70: Download complete [2021-03-31T02:09:48.104Z] 00ac8860ef70: Pull complete [2021-03-31T02:09:48.379Z] 63d7cb157983: Pull complete [2021-03-31T02:09:48.651Z] b116817d02f9: Pull complete [2021-03-31T02:09:52.971Z] 745a02a5169b: Pull complete [2021-03-31T02:09:52.971Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T02:09:52.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T02:09:52.971Z] ---> b7e6874047d6 [2021-03-31T02:09:52.971Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T02:09:55.596Z] ---> Running in 7d162ef4fdaf [2021-03-31T02:09:55.871Z] Removing intermediate container 7d162ef4fdaf [2021-03-31T02:09:55.871Z] ---> 6dcc77610248 [2021-03-31T02:09:55.871Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T02:09:56.150Z] ---> Running in 5d59bea52162 [2021-03-31T02:09:59.086Z] Running on prd-centos7-docker-4c-2g-32165 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-31T02:09:59.154Z] Running in /w/workspace/edgex-ui-go/12 [Pipeline] { [Pipeline] checkout [2021-03-31T02:10:01.885Z] using credential edgex-jenkins-ssh [2021-03-31T02:10:01.957Z] Cloning the remote Git repository [2021-03-31T02:10:01.986Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T02:10:02.065Z] > git init /w/workspace/edgex-ui-go/12 # timeout=10 [2021-03-31T02:10:02.134Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T02:10:02.134Z] > git --version # timeout=10 [2021-03-31T02:10:02.140Z] > git --version # 'git version 2.24.3' [2021-03-31T02:10:02.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T02:10:02.175Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T02:10:02.853Z] Removing intermediate container 5d59bea52162 [2021-03-31T02:10:02.853Z] ---> 473e374cb2a8 [2021-03-31T02:10:02.853Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-31T02:10:02.853Z] ---> Running in 536c137b5cad [2021-03-31T02:10:03.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T02:10:04.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T02:10:04.638Z] Merging remotes/origin/master commit c5ee145f18867369b4b969e29f85ac8cb41c0ca1 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-31T02:10:05.011Z] OK: 142 MiB in 39 packages [2021-03-31T02:10:05.041Z] Merge succeeded, producing d7d45b30deef38c7a9be7fd6bcf9be3bc641b4bf [2021-03-31T02:10:05.042Z] Checking out Revision d7d45b30deef38c7a9be7fd6bcf9be3bc641b4bf (PR-297) [2021-03-31T02:10:04.002Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T02:10:04.014Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T02:10:04.028Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T02:10:04.043Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T02:10:04.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T02:10:04.050Z] > 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-31T02:10:04.648Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T02:10:04.654Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-31T02:10:04.800Z] > git remote # timeout=10 [2021-03-31T02:10:04.806Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T02:10:04.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T02:10:04.817Z] > git merge c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 [2021-03-31T02:10:05.034Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T02:10:05.045Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T02:10:05.050Z] > git checkout -f d7d45b30deef38c7a9be7fd6bcf9be3bc641b4bf # timeout=10 [2021-03-31T02:10:06.448Z] Removing intermediate container 536c137b5cad [2021-03-31T02:10:06.448Z] ---> f7a9f2383776 [2021-03-31T02:10:06.448Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-31T02:10:06.448Z] ---> Running in da7d70691e05 [2021-03-31T02:10:07.044Z] Removing intermediate container da7d70691e05 [2021-03-31T02:10:07.044Z] ---> 8b7a2cba2af1 [2021-03-31T02:10:07.044Z] Step 7/8 : COPY . . [2021-03-31T02:10:08.800Z] Commit message: "Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD" [2021-03-31T02:10:08.812Z] First time build. Skipping changelog. [2021-03-31T02:10:08.803Z] > git rev-list --no-walk ea829d3236ae37db067094074e840d949ce1d552 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T02:10:09.714Z] ---> b8524eddb184 [2021-03-31T02:10:09.714Z] Step 8/8 : RUN go mod download [2021-03-31T02:10:09.714Z] ---> Running in 37b9089f2e65 [2021-03-31T02:10:10.123Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T02:10:10.467Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T02:10:10.762Z] + sudo service docker restart [2021-03-31T02:10:10.762Z] + true [2021-03-31T02:10:10.762Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T02:10:12.233Z] provisioning config files... [2021-03-31T02:10:12.262Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/12@tmp/config7511349950938281994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:10:12.649Z] ---> docker-login.sh [2021-03-31T02:10:12.649Z] nexus3.edgexfoundry.org:10001 [2021-03-31T02:10:12.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:10:12.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:10:12.913Z] Configure a credential helper to remove this warning. See [2021-03-31T02:10:12.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:10:12.913Z] [2021-03-31T02:10:12.913Z] Login Succeeded [2021-03-31T02:10:12.913Z] nexus3.edgexfoundry.org:10002 [2021-03-31T02:10:13.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:10:13.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:10:13.176Z] Configure a credential helper to remove this warning. See [2021-03-31T02:10:13.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:10:13.176Z] [2021-03-31T02:10:13.176Z] Login Succeeded [2021-03-31T02:10:13.176Z] nexus3.edgexfoundry.org:10003 [2021-03-31T02:10:13.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:10:13.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:10:13.446Z] Configure a credential helper to remove this warning. See [2021-03-31T02:10:13.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:10:13.446Z] [2021-03-31T02:10:13.446Z] Login Succeeded [2021-03-31T02:10:13.446Z] nexus3.edgexfoundry.org:10004 [2021-03-31T02:10:13.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:10:13.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:10:13.710Z] Configure a credential helper to remove this warning. See [2021-03-31T02:10:13.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:10:13.710Z] [2021-03-31T02:10:13.710Z] Login Succeeded [2021-03-31T02:10:13.710Z] docker.io [2021-03-31T02:10:13.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T02:10:13.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T02:10:13.972Z] Configure a credential helper to remove this warning. See [2021-03-31T02:10:13.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T02:10:13.972Z] [2021-03-31T02:10:13.972Z] Login Succeeded [2021-03-31T02:10:13.972Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T02:10:13.981Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T02:10:14.323Z] ========================================================= [2021-03-31T02:10:14.323Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T02:10:14.323Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:10:14.688Z] + 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-31T02:10:14.950Z] Sending build context to Docker daemon 17.37MB [2021-03-31T02:10:14.950Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T02:10:14.950Z] Step 2/8 : FROM ${BASE} [2021-03-31T02:10:14.950Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T02:10:14.950Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T02:10:14.950Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T02:10:14.950Z] de9db76c5a1d: Pulling fs layer [2021-03-31T02:10:14.950Z] bca2f99d35d6: Pulling fs layer [2021-03-31T02:10:14.950Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T02:10:14.950Z] 7c6f9722023f: Pulling fs layer [2021-03-31T02:10:14.950Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T02:10:14.950Z] bca2f99d35d6: Waiting [2021-03-31T02:10:14.950Z] 93359f2a8cfa: Waiting [2021-03-31T02:10:14.950Z] 7c6f9722023f: Waiting [2021-03-31T02:10:14.950Z] a35cf1a2eb13: Waiting [2021-03-31T02:10:15.212Z] de9db76c5a1d: Verifying Checksum [2021-03-31T02:10:15.212Z] de9db76c5a1d: Download complete [2021-03-31T02:10:15.212Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T02:10:15.212Z] 0ef7d3d256c8: Download complete [2021-03-31T02:10:15.212Z] 93359f2a8cfa: Download complete [2021-03-31T02:10:15.212Z] 7c6f9722023f: Verifying Checksum [2021-03-31T02:10:15.212Z] 7c6f9722023f: Download complete [2021-03-31T02:10:15.212Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T02:10:15.212Z] 188c0c94c7c5: Download complete [2021-03-31T02:10:15.477Z] 188c0c94c7c5: Pull complete [2021-03-31T02:10:15.746Z] 0ef7d3d256c8: Pull complete [2021-03-31T02:10:15.746Z] de9db76c5a1d: Pull complete [2021-03-31T02:10:17.675Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T02:10:17.675Z] a35cf1a2eb13: Download complete [2021-03-31T02:10:17.675Z] bca2f99d35d6: Verifying Checksum [2021-03-31T02:10:17.675Z] bca2f99d35d6: Download complete [2021-03-31T02:10:24.346Z] bca2f99d35d6: Pull complete [2021-03-31T02:10:24.346Z] 93359f2a8cfa: Pull complete [2021-03-31T02:10:24.346Z] 7c6f9722023f: Pull complete [2021-03-31T02:10:28.590Z] a35cf1a2eb13: Pull complete [2021-03-31T02:10:28.590Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T02:10:28.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T02:10:28.590Z] ---> a62c8e92a672 [2021-03-31T02:10:28.590Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T02:10:28.854Z] ---> Running in d3f1614eda7f [2021-03-31T02:10:29.118Z] Removing intermediate container d3f1614eda7f [2021-03-31T02:10:29.118Z] ---> 1012f395d379 [2021-03-31T02:10:29.118Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T02:10:29.118Z] ---> Running in 751d5c884e60 [2021-03-31T02:10:30.540Z] Removing intermediate container 751d5c884e60 [2021-03-31T02:10:30.540Z] ---> af5fea1d2e26 [2021-03-31T02:10:30.540Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-31T02:10:30.540Z] ---> Running in d487d9a1869c [2021-03-31T02:10:31.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T02:10:31.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T02:10:32.286Z] OK: 166 MiB in 39 packages [2021-03-31T02:10:32.861Z] Removing intermediate container d487d9a1869c [2021-03-31T02:10:32.861Z] ---> d5e84ab7a0ce [2021-03-31T02:10:32.861Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-31T02:10:32.861Z] ---> Running in 5149d71814e7 [2021-03-31T02:10:32.861Z] Removing intermediate container 5149d71814e7 [2021-03-31T02:10:32.861Z] ---> e9aff089c8e2 [2021-03-31T02:10:32.861Z] Step 7/8 : COPY . . [2021-03-31T02:10:35.430Z] ---> c151f2469494 [2021-03-31T02:10:35.430Z] Step 8/8 : RUN go mod download [2021-03-31T02:10:35.430Z] ---> Running in a0bf0d721040 [2021-03-31T02:10:42.049Z] Removing intermediate container 37b9089f2e65 [2021-03-31T02:10:42.049Z] ---> 908bb74b9200 [2021-03-31T02:10:42.049Z] Successfully built 908bb74b9200 [2021-03-31T02:10:42.049Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:10:42.390Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T02:10:42.390Z] . [Pipeline] withDockerContainer [2021-03-31T02:10:42.616Z] prd-ubuntu18.04-docker-arm64-4c-16g-32164 does not seem to be running inside a container [2021-03-31T02:10:42.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@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-31T02:10:44.252Z] $ docker top 132fd79405495b6901da00742cde301d3df75ec4c6ceb9a6e65c0f4a85c0d4fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T02:10:45.271Z] + go version [2021-03-31T02:10:45.271Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T02:10:45.295Z] $ docker stop --time=1 132fd79405495b6901da00742cde301d3df75ec4c6ceb9a6e65c0f4a85c0d4fd [2021-03-31T02:10:47.330Z] $ docker rm -f 132fd79405495b6901da00742cde301d3df75ec4c6ceb9a6e65c0f4a85c0d4fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:10:48.375Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T02:10:48.375Z] . [Pipeline] withDockerContainer [2021-03-31T02:10:48.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-32164 does not seem to be running inside a container [2021-03-31T02:10:48.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@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-31T02:10:50.350Z] $ docker top 2f17b6a83bbf8d33b2f6d09bb2210dae93bc0ce0fee1608a4540b755e4713af5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T02:10:51.386Z] + make test [2021-03-31T02:10:51.386Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-31T02:10:52.828Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-31T02:11:02.116Z] Removing intermediate container a0bf0d721040 [2021-03-31T02:11:02.117Z] ---> 7fd2fa6a103d [2021-03-31T02:11:02.117Z] Successfully built 7fd2fa6a103d [2021-03-31T02:11:02.117Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:11:02.473Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T02:11:02.473Z] . [Pipeline] withDockerContainer [2021-03-31T02:11:02.602Z] prd-centos7-docker-4c-2g-32165 does not seem to be running inside a container [2021-03-31T02:11:02.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@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-31T02:11:03.571Z] $ docker top deca9ebf524aed306759a70534f4572af5f14d20adda9c4155479312dfd9fc1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T02:11:04.076Z] + go version [2021-03-31T02:11:04.076Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T02:11:04.092Z] $ docker stop --time=1 deca9ebf524aed306759a70534f4572af5f14d20adda9c4155479312dfd9fc1a [2021-03-31T02:11:05.493Z] $ docker rm -f deca9ebf524aed306759a70534f4572af5f14d20adda9c4155479312dfd9fc1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:11:06.373Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T02:11:06.373Z] . [Pipeline] withDockerContainer [2021-03-31T02:11:06.487Z] prd-centos7-docker-4c-2g-32165 does not seem to be running inside a container [2021-03-31T02:11:06.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@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-31T02:11:07.307Z] $ docker top e4130faac6ff9dcd93543c9ee26a2301f903d5a4b5a8cffef2773ae9d0c16755 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T02:11:07.957Z] + make test [2021-03-31T02:11:07.957Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-31T02:11:09.908Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-31T02:11:19.656Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-31T02:11:19.656Z] GO111MODULE=on go vet ./... [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-31T02:11:20.082Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-31T02:11:20.082Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-31T02:11:22.050Z] $ docker stop --time=1 e4130faac6ff9dcd93543c9ee26a2301f903d5a4b5a8cffef2773ae9d0c16755 [2021-03-31T02:11:24.375Z] $ docker rm -f e4130faac6ff9dcd93543c9ee26a2301f903d5a4b5a8cffef2773ae9d0c16755 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T02:11:25.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } [2021-03-31T02:11:25.116Z] $ docker stop --time=1 2f17b6a83bbf8d33b2f6d09bb2210dae93bc0ce0fee1608a4540b755e4713af5 [2021-03-31T02:11:25.442Z] Stashed 1 file(s) [2021-03-31T02:11:27.502Z] $ docker rm -f 2f17b6a83bbf8d33b2f6d09bb2210dae93bc0ce0fee1608a4540b755e4713af5 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-31T02:11:28.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-31T02:11:28.337Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T02:11:29.548Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-31T02:11:30.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T02:11:31.195Z] + ls -al . [2021-03-31T02:11:31.195Z] total 92 [2021-03-31T02:11:31.195Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 31 02:11 . [2021-03-31T02:11:31.195Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 31 02:10 .. [2021-03-31T02:11:31.195Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 31 02:10 assets [2021-03-31T02:11:31.195Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 31 02:10 bin [2021-03-31T02:11:31.195Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 31 02:10 cmd [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 31 02:10 CONTRIBUTING.md [2021-03-31T02:11:31.195Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 31 02:11 coverage.out [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 31 02:10 Dockerfile [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 31 02:10 Dockerfile.build [2021-03-31T02:11:31.195Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 31 02:10 docs [2021-03-31T02:11:31.195Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 31 02:10 .git [2021-03-31T02:11:31.195Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 31 02:10 .github [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 31 02:10 .gitignore [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 31 02:10 go.mod [2021-03-31T02:11:31.195Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 31 02:11 go.sum [2021-03-31T02:11:31.195Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 31 02:10 internal [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 31 02:10 Jenkinsfile [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 31 02:10 LICENSE [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 31 02:10 Makefile [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 31 02:10 README.md [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 31 02:07 VERSION [2021-03-31T02:11:31.195Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 31 02:10 version.go [2021-03-31T02:11:31.195Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 31 02:10 web [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:11:31.418Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-31T02:11:31.535Z] + 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=7ff4758a874ebae3c64634854e6aa391c454421f --label arch=amd64 --label version=0.0.0 . [2021-03-31T02:11:31.781Z] + ls -al . [2021-03-31T02:11:31.781Z] total 124 [2021-03-31T02:11:31.781Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 02:10 . [2021-03-31T02:11:31.781Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 02:09 .. [2021-03-31T02:11:31.781Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 02:09 .git [2021-03-31T02:11:31.781Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 02:09 .github [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 31 02:09 .gitignore [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 31 02:09 CONTRIBUTING.md [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 31 02:09 Dockerfile [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 31 02:09 Dockerfile.build [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 31 02:09 Jenkinsfile [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 31 02:09 LICENSE [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 31 02:09 Makefile [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 31 02:09 README.md [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 31 02:07 VERSION [2021-03-31T02:11:31.781Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 02:09 assets [2021-03-31T02:11:31.781Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 02:09 bin [2021-03-31T02:11:31.781Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 02:09 cmd [2021-03-31T02:11:31.781Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 31 02:10 coverage.out [2021-03-31T02:11:31.781Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 02:09 docs [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 31 02:09 go.mod [2021-03-31T02:11:31.781Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 31 02:10 go.sum [2021-03-31T02:11:31.781Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 02:09 internal [2021-03-31T02:11:31.781Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 02:09 version.go [2021-03-31T02:11:31.781Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 02:09 web [2021-03-31T02:11:31.805Z] Sending build context to Docker daemon 17.4MB [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:11:32.070Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T02:11:32.070Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-31T02:11:32.070Z] ---> 7fd2fa6a103d [2021-03-31T02:11:32.070Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-31T02:11:32.156Z] + 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=7ff4758a874ebae3c64634854e6aa391c454421f --label arch=arm64 --label version=0.0.0 . [2021-03-31T02:11:32.646Z] ---> Running in 6c34937ac7c1 [2021-03-31T02:11:32.646Z] Removing intermediate container 6c34937ac7c1 [2021-03-31T02:11:32.646Z] ---> a97501be1b19 [2021-03-31T02:11:32.646Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-31T02:11:32.646Z] ---> Running in f82191a2d5eb [2021-03-31T02:11:32.912Z] Removing intermediate container f82191a2d5eb [2021-03-31T02:11:32.912Z] ---> 7f31b641560b [2021-03-31T02:11:32.912Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-31T02:11:32.912Z] ---> Running in 376e09100e23 [2021-03-31T02:11:33.175Z] Removing intermediate container 376e09100e23 [2021-03-31T02:11:33.175Z] ---> 64cbf5cc872e [2021-03-31T02:11:33.175Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-31T02:11:33.175Z] ---> Running in 1b69244d202a [2021-03-31T02:11:33.184Z] Sending build context to Docker daemon 17.4MB [2021-03-31T02:11:33.184Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T02:11:33.184Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-31T02:11:33.184Z] ---> 908bb74b9200 [2021-03-31T02:11:33.184Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-31T02:11:33.437Z] Removing intermediate container 1b69244d202a [2021-03-31T02:11:33.437Z] ---> 0929aeb19909 [2021-03-31T02:11:33.437Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-31T02:11:33.437Z] ---> Running in 8865506acc3a [2021-03-31T02:11:33.456Z] ---> Running in 4c27f81675ed [2021-03-31T02:11:33.701Z] Removing intermediate container 8865506acc3a [2021-03-31T02:11:33.701Z] ---> d7527e258db3 [2021-03-31T02:11:33.701Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T02:11:33.701Z] ---> Running in 4ed6f2b207b5 [2021-03-31T02:11:33.736Z] Removing intermediate container 4c27f81675ed [2021-03-31T02:11:33.736Z] ---> 401db1e6c14e [2021-03-31T02:11:33.736Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-31T02:11:34.007Z] ---> Running in 3945c9fd48c1 [2021-03-31T02:11:34.280Z] Removing intermediate container 3945c9fd48c1 [2021-03-31T02:11:34.280Z] ---> 1512f70f094e [2021-03-31T02:11:34.280Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-31T02:11:34.552Z] ---> Running in 337648b7ba71 [2021-03-31T02:11:34.652Z] Removing intermediate container 4ed6f2b207b5 [2021-03-31T02:11:34.652Z] ---> 52670a3010fd [2021-03-31T02:11:34.652Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-31T02:11:34.652Z] ---> Running in 478828cf0966 [2021-03-31T02:11:34.828Z] Removing intermediate container 337648b7ba71 [2021-03-31T02:11:34.828Z] ---> 80bbed602041 [2021-03-31T02:11:34.828Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-31T02:11:35.103Z] ---> Running in 5fb35645ddda [2021-03-31T02:11:35.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T02:11:35.701Z] Removing intermediate container 5fb35645ddda [2021-03-31T02:11:35.701Z] ---> 98c86711b632 [2021-03-31T02:11:35.701Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-31T02:11:35.701Z] ---> Running in d24eec723cc4 [2021-03-31T02:11:36.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T02:11:36.299Z] Removing intermediate container d24eec723cc4 [2021-03-31T02:11:36.299Z] ---> 10dfd2cc9ba5 [2021-03-31T02:11:36.299Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T02:11:36.299Z] ---> Running in 8a5fb745dbf6 [2021-03-31T02:11:36.451Z] OK: 166 MiB in 39 packages [2021-03-31T02:11:37.039Z] Removing intermediate container 478828cf0966 [2021-03-31T02:11:37.039Z] ---> c352d2a586ff [2021-03-31T02:11:37.039Z] Step 10/24 : ENV GO111MODULE=on [2021-03-31T02:11:37.039Z] ---> Running in 7012b8fbf0d2 [2021-03-31T02:11:37.305Z] Removing intermediate container 7012b8fbf0d2 [2021-03-31T02:11:37.305Z] ---> e1280c1fdb79 [2021-03-31T02:11:37.305Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-31T02:11:37.305Z] ---> Running in babea973132f [2021-03-31T02:11:37.569Z] Removing intermediate container babea973132f [2021-03-31T02:11:37.569Z] ---> 704da43c5438 [2021-03-31T02:11:37.569Z] Step 12/24 : COPY go.mod . [2021-03-31T02:11:37.835Z] ---> 5571acdcf239 [2021-03-31T02:11:37.835Z] Step 13/24 : COPY Makefile . [2021-03-31T02:11:38.106Z] ---> a5413650232d [2021-03-31T02:11:38.106Z] Step 14/24 : RUN make update [2021-03-31T02:11:38.106Z] ---> Running in 5e8a7f8565ea [2021-03-31T02:11:38.290Z] Removing intermediate container 8a5fb745dbf6 [2021-03-31T02:11:38.290Z] ---> 76d98ee9c6ac [2021-03-31T02:11:38.290Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-31T02:11:38.290Z] ---> Running in 1ef10aea8134 [2021-03-31T02:11:38.692Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-31T02:11:39.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T02:11:39.270Z] Removing intermediate container 5e8a7f8565ea [2021-03-31T02:11:39.270Z] ---> adcdaa811045 [2021-03-31T02:11:39.270Z] Step 15/24 : COPY . . [2021-03-31T02:11:40.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T02:11:40.835Z] OK: 142 MiB in 39 packages [2021-03-31T02:11:41.201Z] ---> 5424892c1fce [2021-03-31T02:11:41.201Z] Step 16/24 : RUN ${MAKE} [2021-03-31T02:11:41.201Z] ---> Running in 65e6b403c90d [2021-03-31T02:11:41.787Z] 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-31T02:11:41.812Z] Removing intermediate container 1ef10aea8134 [2021-03-31T02:11:41.812Z] ---> 28391159e956 [2021-03-31T02:11:41.812Z] Step 10/24 : ENV GO111MODULE=on [2021-03-31T02:11:42.082Z] ---> Running in a0cec69b4b53 [2021-03-31T02:11:42.352Z] Removing intermediate container a0cec69b4b53 [2021-03-31T02:11:42.352Z] ---> 75d703a0c157 [2021-03-31T02:11:42.352Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-31T02:11:42.622Z] ---> Running in 31361a33672f [2021-03-31T02:11:42.901Z] Removing intermediate container 31361a33672f [2021-03-31T02:11:42.901Z] ---> fb986c696097 [2021-03-31T02:11:42.901Z] Step 12/24 : COPY go.mod . [2021-03-31T02:11:43.491Z] ---> 49e593e7b3bc [2021-03-31T02:11:43.771Z] Step 13/24 : COPY Makefile . [2021-03-31T02:11:44.361Z] ---> 47fc3c901344 [2021-03-31T02:11:44.361Z] Step 14/24 : RUN make update [2021-03-31T02:11:44.361Z] ---> Running in 461b5a2921d6 [2021-03-31T02:11:45.339Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-31T02:11:46.769Z] Removing intermediate container 461b5a2921d6 [2021-03-31T02:11:46.769Z] ---> 81b650509f4c [2021-03-31T02:11:46.769Z] Step 15/24 : COPY . . [2021-03-31T02:11:49.393Z] ---> cb41020047a3 [2021-03-31T02:11:49.393Z] Step 16/24 : RUN ${MAKE} [2021-03-31T02:11:49.393Z] ---> Running in 6ba5453f65a6 [2021-03-31T02:11:50.371Z] 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-31T02:11:51.924Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-31T02:11:55.253Z] Removing intermediate container 65e6b403c90d [2021-03-31T02:11:55.253Z] ---> c352b3554983 [2021-03-31T02:11:55.253Z] Step 17/24 : FROM alpine:3.12 [2021-03-31T02:11:55.253Z] 3.12: Pulling from library/alpine [2021-03-31T02:11:55.253Z] 22599d3e9e25: Pulling fs layer [2021-03-31T02:11:55.520Z] 22599d3e9e25: Verifying Checksum [2021-03-31T02:11:55.520Z] 22599d3e9e25: Download complete [2021-03-31T02:11:55.783Z] 22599d3e9e25: Pull complete [2021-03-31T02:11:55.784Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T02:11:55.784Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T02:11:55.784Z] ---> 42cb162f0360 [2021-03-31T02:11:55.784Z] Step 18/24 : EXPOSE 4000 [2021-03-31T02:11:55.784Z] ---> Running in f7a70c1c171f [2021-03-31T02:11:56.048Z] Removing intermediate container f7a70c1c171f [2021-03-31T02:11:56.048Z] ---> 47e146983471 [2021-03-31T02:11:56.048Z] 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-31T02:11:56.998Z] ---> 132974a992d6 [2021-03-31T02:11:56.999Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-31T02:11:57.261Z] ---> Running in 87daa3b54329 [2021-03-31T02:11:57.261Z] Removing intermediate container 87daa3b54329 [2021-03-31T02:11:57.261Z] ---> 405f42d17b93 [2021-03-31T02:11:57.261Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-31T02:11:57.525Z] ---> Running in df43306a7b6a [2021-03-31T02:11:57.525Z] Removing intermediate container df43306a7b6a [2021-03-31T02:11:57.525Z] ---> 8950cedda615 [2021-03-31T02:11:57.525Z] Step 22/24 : LABEL arch=amd64 [2021-03-31T02:11:57.525Z] ---> Running in b2bee84191d9 [2021-03-31T02:11:57.787Z] Removing intermediate container b2bee84191d9 [2021-03-31T02:11:57.788Z] ---> 47fac70b5cfb [2021-03-31T02:11:57.788Z] Step 23/24 : LABEL git_sha=7ff4758a874ebae3c64634854e6aa391c454421f [2021-03-31T02:11:57.788Z] ---> Running in 288dda3d8e89 [2021-03-31T02:11:58.049Z] Removing intermediate container 288dda3d8e89 [2021-03-31T02:11:58.049Z] ---> b17e9331bf30 [2021-03-31T02:11:58.049Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T02:11:58.049Z] ---> Running in 0fec011cad6c [2021-03-31T02:11:58.313Z] Removing intermediate container 0fec011cad6c [2021-03-31T02:11:58.313Z] ---> 35a46992e630 [2021-03-31T02:11:58.313Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-31T02:11:58.313Z] Successfully built 35a46992e630 [2021-03-31T02:11:58.313Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:11:59.420Z] ---> job-cost.sh [2021-03-31T02:11:59.420Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VC4K [2021-03-31T02:12:14.361Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T02:12:17.213Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-31T02:12:21.515Z] Removing intermediate container 6ba5453f65a6 [2021-03-31T02:12:21.515Z] ---> 0822d155b50b [2021-03-31T02:12:21.515Z] Step 17/24 : FROM alpine:3.12 [2021-03-31T02:12:22.115Z] 3.12: Pulling from library/alpine [2021-03-31T02:12:22.115Z] 95dec6db3722: Pulling fs layer [2021-03-31T02:12:22.388Z] 95dec6db3722: Verifying Checksum [2021-03-31T02:12:22.388Z] 95dec6db3722: Download complete [2021-03-31T02:12:22.985Z] 95dec6db3722: Pull complete [2021-03-31T02:12:22.985Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T02:12:22.985Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T02:12:22.985Z] ---> e47305ac9786 [2021-03-31T02:12:22.985Z] Step 18/24 : EXPOSE 4000 [2021-03-31T02:12:23.256Z] ---> Running in 11365fe87aef [2021-03-31T02:12:23.529Z] Removing intermediate container 11365fe87aef [2021-03-31T02:12:23.529Z] ---> ed2bca15f41b [2021-03-31T02:12:23.529Z] 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-31T02:12:25.503Z] ---> fa7e372573f0 [2021-03-31T02:12:25.503Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-31T02:12:25.503Z] ---> Running in 9e96dc44f77a [2021-03-31T02:12:25.776Z] Removing intermediate container 9e96dc44f77a [2021-03-31T02:12:25.776Z] ---> 3df7c957c117 [2021-03-31T02:12:25.776Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-31T02:12:26.048Z] ---> Running in 059787f8317d [2021-03-31T02:12:26.324Z] Removing intermediate container 059787f8317d [2021-03-31T02:12:26.324Z] ---> c95f41df3bbd [2021-03-31T02:12:26.324Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T02:12:26.598Z] ---> Running in 6c12cd8d3039 [2021-03-31T02:12:27.198Z] Removing intermediate container 6c12cd8d3039 [2021-03-31T02:12:27.198Z] ---> 94bb91e51533 [2021-03-31T02:12:27.198Z] Step 23/24 : LABEL git_sha=7ff4758a874ebae3c64634854e6aa391c454421f [2021-03-31T02:12:27.198Z] ---> Running in 928ed401e71b [2021-03-31T02:12:27.475Z] Removing intermediate container 928ed401e71b [2021-03-31T02:12:27.475Z] ---> cf01abf42eb8 [2021-03-31T02:12:27.475Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T02:12:27.748Z] ---> Running in 8435ebf16c61 [2021-03-31T02:12:28.023Z] Removing intermediate container 8435ebf16c61 [2021-03-31T02:12:28.023Z] ---> 312c1993b2c9 [2021-03-31T02:12:28.023Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-31T02:12:28.294Z] Successfully built 312c1993b2c9 [2021-03-31T02:12:28.294Z] 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-31T02:12:29.085Z] ---> job-cost.sh [2021-03-31T02:12:29.085Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7SA6 [2021-03-31T02:12:46.544Z] lf-activate-venv(): INFO: Adding /tmp/venv-VC4K/bin to PATH [2021-03-31T02:12:46.544Z] INFO: No Stack... [2021-03-31T02:12:46.544Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T02:12:46.544Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T02:12:46.865Z] + cat /w/workspace/edgex-ui-go/12/archives/cost.csv [2021-03-31T02:12:46.865Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T02:12:46.951Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [2021-03-31T02:12:46.960Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] did not exist. Created. [2021-03-31T02:12:46.960Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T02:12:47.426Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-31T02:12:47.590Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T02:12:47.603Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T02:13:08.035Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T02:14:30.169Z] lf-activate-venv(): INFO: Adding /tmp/venv-7SA6/bin to PATH [2021-03-31T02:14:30.169Z] INFO: No Stack... [2021-03-31T02:14:30.439Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T02:14:31.039Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T02:14:31.381Z] + cat /w/workspace/edgex-ui-go/12/archives/cost.csv [2021-03-31T02:14:31.381Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T02:14:31.493Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [2021-03-31T02:14:31.501Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] did not exist. Created. [2021-03-31T02:14:31.502Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T02:14:31.954Z] /w/workspace/edgex-ui-go/12@tmp/durable-74fd34da/script.sh: 1: /w/workspace/edgex-ui-go/12@tmp/durable-74fd34da/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-31T02:14:32.295Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T02:14:32.363Z] Warning: overwriting stash ‘stack-cost’ [2021-03-31T02:14:32.569Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T02:14:32.580Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-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-31T02:14:33.873Z] provisioning config files... [2021-03-31T02:14:33.891Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6220334306671086212tmp [Pipeline] { [Pipeline] sh [2021-03-31T02:14:34.302Z] + set +x [2021-03-31T02:14:34.302Z] + curl -s https://codecov.io/bash [2021-03-31T02:14:34.302Z] + bash -s -- [2021-03-31T02:14:34.564Z] [2021-03-31T02:14:34.564Z] _____ _ [2021-03-31T02:14:34.564Z] / ____| | | [2021-03-31T02:14:34.564Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T02:14:34.564Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T02:14:34.564Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T02:14:34.564Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T02:14:34.564Z] Bash-20210309-2b87ace [2021-03-31T02:14:34.564Z] [2021-03-31T02:14:34.564Z] [2021-03-31T02:14:34.565Z] ==> git version 2.24.3 found [2021-03-31T02:14:34.565Z] ==> 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-31T02:14:34.565Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T02:14:34.565Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T02:14:34.565Z] ==> Jenkins CI detected. [2021-03-31T02:14:34.565Z] project root: . [2021-03-31T02:14:34.565Z] --> token set from env [2021-03-31T02:14:34.565Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T02:14:34.565Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T02:14:34.565Z] ==> Python coveragepy not found [2021-03-31T02:14:34.565Z] ==> Searching for coverage reports in: [2021-03-31T02:14:34.565Z] + . [2021-03-31T02:14:34.565Z] -> Found 1 reports [2021-03-31T02:14:34.565Z] ==> Detecting git/mercurial file structure [2021-03-31T02:14:34.565Z] ==> Reading reports [2021-03-31T02:14:34.565Z] + ./coverage.out bytes=10 [2021-03-31T02:14:34.565Z] ==> Appending adjustments [2021-03-31T02:14:34.565Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T02:14:34.826Z] + Found adjustments [2021-03-31T02:14:34.826Z] ==> Gzipping contents [2021-03-31T02:14:34.826Z] 4.0K /tmp/codecov.G7ZkIM.gz [2021-03-31T02:14:34.826Z] ==> Uploading reports [2021-03-31T02:14:34.826Z] url: https://codecov.io [2021-03-31T02:14:34.826Z] query: branch=PR-297&commit=7ff4758a874ebae3c64634854e6aa391c454421f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-31T02:14:34.826Z] -> Pinging Codecov [2021-03-31T02:14:34.826Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=7ff4758a874ebae3c64634854e6aa391c454421f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-31T02:14:35.088Z] -> Uploading to [2021-03-31T02:14:35.088Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/FB506323287CE973F263BFD2A0EB1F37/7ff4758a874ebae3c64634854e6aa391c454421f/1dee9075-be91-468b-96d5-13c3af96cf98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T021435Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b188c4aa9f7e20ba5277c0a126de065d96ffe8e0be96c54d0c11d827f19879d9 [2021-03-31T02:14:35.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T02:14:35.089Z] Dload Upload Total Spent Left Speed [2021-03-31T02:14:35.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3336 0 0 100 3336 0 6667 --:--:-- --:--:-- --:--:-- 6672 [2021-03-31T02:14:35.663Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7ff4758a874ebae3c64634854e6aa391c454421f [Pipeline] } [2021-03-31T02:14:35.673Z] 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-31T02:14:38.234Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:14:38.803Z] ---> package-listing.sh [2021-03-31T02:14:38.803Z] ++ facter osfamily [2021-03-31T02:14:38.803Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T02:14:38.803Z] + OS_FAMILY=redhat [2021-03-31T02:14:38.803Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-31T02:14:38.803Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T02:14:38.803Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T02:14:38.803Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T02:14:38.803Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T02:14:38.803Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-31T02:14:38.803Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T02:14:38.803Z] + case "${OS_FAMILY}" in [2021-03-31T02:14:38.803Z] + rpm -qa [2021-03-31T02:14:38.803Z] + sort [2021-03-31T02:14:44.127Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T02:14:44.127Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T02:14:44.127Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T02:14:44.127Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-31T02:14:44.127Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-03-31T02:14:44.127Z] + 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-31T02:14:44.141Z] 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-31T02:14:44.435Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:14:44.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T02:14:44.743Z] [2021-03-31T02:14:44.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T02:14:45.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T02:14:45.089Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T02:14:45.089Z] df20fa9351a1: Pulling fs layer [2021-03-31T02:14:45.089Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T02:14:45.089Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T02:14:45.089Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T02:14:45.089Z] 93b61091891f: Pulling fs layer [2021-03-31T02:14:45.089Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T02:14:45.089Z] 5e14af77c1be: Pulling fs layer [2021-03-31T02:14:45.089Z] 01666e4c0597: Pulling fs layer [2021-03-31T02:14:45.089Z] aa168da1d23b: Pulling fs layer [2021-03-31T02:14:45.089Z] 93b9cdb0e59b: Waiting [2021-03-31T02:14:45.089Z] 5e14af77c1be: Waiting [2021-03-31T02:14:45.089Z] 01666e4c0597: Waiting [2021-03-31T02:14:45.089Z] aa168da1d23b: Waiting [2021-03-31T02:14:45.089Z] 93b61091891f: Waiting [2021-03-31T02:14:45.089Z] 46f8f816bc3b: Waiting [2021-03-31T02:14:45.089Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T02:14:45.089Z] 36b3adc4ff6f: Download complete [2021-03-31T02:14:45.089Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T02:14:45.089Z] 46f8f816bc3b: Download complete [2021-03-31T02:14:45.357Z] df20fa9351a1: Verifying Checksum [2021-03-31T02:14:45.357Z] df20fa9351a1: Download complete [2021-03-31T02:14:45.357Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T02:14:45.357Z] 93b9cdb0e59b: Download complete [2021-03-31T02:14:45.357Z] 5e14af77c1be: Verifying Checksum [2021-03-31T02:14:45.357Z] 5e14af77c1be: Download complete [2021-03-31T02:14:45.357Z] 01666e4c0597: Verifying Checksum [2021-03-31T02:14:45.357Z] 01666e4c0597: Download complete [2021-03-31T02:14:45.357Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T02:14:45.357Z] 8ad3a11d3b57: Download complete [2021-03-31T02:14:45.939Z] df20fa9351a1: Pull complete [2021-03-31T02:14:45.939Z] 36b3adc4ff6f: Pull complete [2021-03-31T02:14:46.206Z] 93b61091891f: Verifying Checksum [2021-03-31T02:14:46.206Z] 93b61091891f: Download complete [2021-03-31T02:14:46.790Z] 8ad3a11d3b57: Pull complete [2021-03-31T02:14:47.055Z] 46f8f816bc3b: Pull complete [2021-03-31T02:14:48.010Z] aa168da1d23b: Verifying Checksum [2021-03-31T02:14:48.010Z] aa168da1d23b: Download complete [2021-03-31T02:14:48.273Z] 93b61091891f: Pull complete [2021-03-31T02:14:48.850Z] 93b9cdb0e59b: Pull complete [2021-03-31T02:14:48.850Z] 5e14af77c1be: Pull complete [2021-03-31T02:14:49.116Z] 01666e4c0597: Pull complete [2021-03-31T02:14:57.324Z] aa168da1d23b: Pull complete [2021-03-31T02:14:57.324Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T02:14:57.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T02:14:57.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T02:14:57.487Z] prd-centos7-docker-4c-2g-32163 does not seem to be running inside a container [2021-03-31T02:14:57.535Z] $ 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-31T02:15:01.561Z] $ docker top a1110fd8bd56bd87d5babb8679ab291f90e585eac5f1d01ce51b4c4675a07f3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T02:15:02.274Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T02:15:02.584Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T02:15:02.891Z] + ls /var/log/sa-host [2021-03-31T02:15:02.891Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T02:15:02.891Z] file_magic: OK [2021-03-31T02:15:02.891Z] HZ: Using current value: 100 [2021-03-31T02:15:02.891Z] file_header: OK [2021-03-31T02:15:02.891Z] 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-31T02:15:02.891Z] Statistics: [2021-03-31T02:15:02.891Z] Hnuu...uuuununununu... [2021-03-31T02:15:02.891Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T02:15:02.891Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T02:15:02.891Z] file_magic: OK [2021-03-31T02:15:02.891Z] HZ: Using current value: 100 [2021-03-31T02:15:02.891Z] file_header: OK [2021-03-31T02:15:02.891Z] 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-31T02:15:02.891Z] Statistics: [2021-03-31T02:15:02.891Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T02:15:02.891Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T02:15:03.548Z] provisioning config files... [2021-03-31T02:15:03.567Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config680884610315291975tmp [Pipeline] { [Pipeline] echo [2021-03-31T02:15:03.669Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:15:03.972Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T02:15:03.982Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T02:15:04.085Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:15:04.387Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T02:15:04.399Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:15:04.731Z] ---> sudo-logs.sh [2021-03-31T02:15:04.731Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T02:15:04.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:15:05.093Z] ---> job-cost.sh [2021-03-31T02:15:05.093Z] lf-activate-venv: SKIPPING [2021-03-31T02:15:05.093Z] DEBUG: total: 0.20999999344348907 [2021-03-31T02:15:05.093Z] INFO: Retrieving Stack Cost... [2021-03-31T02:15:07.026Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T02:15:07.290Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T02:15:07.305Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T02:15:07.610Z] ---> logs-deploy.sh [2021-03-31T02:15:07.610Z] lf-activate-venv: SKIPPING [2021-03-31T02:15:07.610Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/12 [2021-03-31T02:15:07.610Z] INFO: archiving workspace using pattern(s): [2021-03-31T02:15:09.531Z] Archives upload complete. [2021-03-31T02:15:09.531Z] INFO: archiving logs to Nexus