Pull request #301 updated 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 wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at de7c5c3e6b4481bff3e484d1404955fbb7d3e33f rather than 3541a2535b1d50887903462152e5b49b302761f0 Obtained Jenkinsfile from de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-28469 in /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [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-301 # 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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 3541a2535b1d50887903462152e5b49b302761f0 > 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/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3541a2535b1d50887903462152e5b49b302761f0 # timeout=10 Merge succeeded, producing 3541a2535b1d50887903462152e5b49b302761f0 Checking out Revision 3541a2535b1d50887903462152e5b49b302761f0 (PR-301) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3541a2535b1d50887903462152e5b49b302761f0 # timeout=10 Commit message: "Merge branch 'master' into issue_#261" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T12:42:57.506Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T12:42:57.883Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T12:42:58.019Z] ========================================================= [2021-03-04T12:42:58.019Z] EdgeX Global Pipelines Version Info [2021-03-04T12:42:58.019Z] ========================================================= > git rev-list --no-walk f660b536e9d13fbe19118727e77b76f08f30c046 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:42:59.701Z] ------------------- [2021-03-04T12:42:59.701Z] stable info: [2021-03-04T12:42:59.701Z] ------------------- [2021-03-04T12:42:59.701Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T12:42:59.701Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T12:42:59.701Z] Message: update stable to v1.0.184 [2021-03-04T12:43:00.671Z] ------------------- [2021-03-04T12:43:00.671Z] experimental info: [2021-03-04T12:43:00.671Z] ------------------- [2021-03-04T12:43:00.671Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T12:43:00.671Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T12:43:00.671Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T12:43:01.049Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-04T12:43:01.171Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-04T12:43:01.286Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T12:43:01.383Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T12:43:01.484Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T12:43:01.579Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T12:43:01.679Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T12:43:01.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T12:43:01.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-04T12:43:01.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T12:43:02.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T12:43:02.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-04T12:43:02.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T12:43:02.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T12:43:02.507Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T12:43:02.601Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T12:43:02.753Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T12:43:02.847Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T12:43:02.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T12:43:03.038Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-04T12:43:03.135Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-04T12:43:03.229Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-04T12:43:03.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-04T12:43:03.418Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-04T12:43:03.517Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-04T12:43:03.640Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T12:43:03.754Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-301 [Pipeline] echo [2021-03-04T12:43:03.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-301 [Pipeline] echo [2021-03-04T12:43:03.997Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-301 [Pipeline] echo [2021-03-04T12:43:04.091Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3541a2535b1d50887903462152e5b49b302761f0 [Pipeline] echo [2021-03-04T12:43:04.182Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3541a25 [Pipeline] echo [2021-03-04T12:43:04.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T12:43:04.455Z] provisioning config files... [2021-03-04T12:43:04.490Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/config5963470828374994789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:43:04.856Z] ---> docker-login.sh [2021-03-04T12:43:04.857Z] nexus3.edgexfoundry.org:10001 [2021-03-04T12:43:05.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:43:05.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:43:05.385Z] Configure a credential helper to remove this warning. See [2021-03-04T12:43:05.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:43:05.385Z] [2021-03-04T12:43:05.385Z] Login Succeeded [2021-03-04T12:43:05.385Z] nexus3.edgexfoundry.org:10002 [2021-03-04T12:43:05.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:43:05.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:43:05.649Z] Configure a credential helper to remove this warning. See [2021-03-04T12:43:05.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:43:05.649Z] [2021-03-04T12:43:05.649Z] Login Succeeded [2021-03-04T12:43:05.649Z] nexus3.edgexfoundry.org:10003 [2021-03-04T12:43:05.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:43:05.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:43:05.649Z] Configure a credential helper to remove this warning. See [2021-03-04T12:43:05.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:43:05.649Z] [2021-03-04T12:43:05.649Z] Login Succeeded [2021-03-04T12:43:05.649Z] nexus3.edgexfoundry.org:10004 [2021-03-04T12:43:05.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:43:05.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:43:05.912Z] Configure a credential helper to remove this warning. See [2021-03-04T12:43:05.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:43:05.912Z] [2021-03-04T12:43:05.912Z] Login Succeeded [2021-03-04T12:43:05.912Z] docker.io [2021-03-04T12:43:06.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:43:06.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:43:06.437Z] Configure a credential helper to remove this warning. See [2021-03-04T12:43:06.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:43:06.437Z] [2021-03-04T12:43:06.437Z] Login Succeeded [2021-03-04T12:43:06.437Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T12:43:06.447Z] 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-04T12:43:07.302Z] + git log --format=format:%s -1 3541a2535b1d50887903462152e5b49b302761f0 [Pipeline] echo [2021-03-04T12:43:07.369Z] GIT_COMMIT: 3541a2535b1d50887903462152e5b49b302761f0, Commit Message: Merge branch 'master' into issue_#261 [Pipeline] echo [2021-03-04T12:43:07.443Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:43:08.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T12:43:08.464Z] [2021-03-04T12:43:08.464Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:43:08.824Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T12:43:08.824Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T12:43:08.824Z] 31603596830f: Pulling fs layer [2021-03-04T12:43:08.824Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T12:43:08.824Z] 6ca5941a6612: Pulling fs layer [2021-03-04T12:43:08.824Z] ecc8261a40a4: Pulling fs layer [2021-03-04T12:43:08.824Z] ecc8261a40a4: Waiting [2021-03-04T12:43:08.824Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T12:43:08.824Z] 2a8b12db71e7: Download complete [2021-03-04T12:43:09.087Z] 31603596830f: Verifying Checksum [2021-03-04T12:43:09.087Z] 31603596830f: Download complete [2021-03-04T12:43:09.087Z] ecc8261a40a4: Verifying Checksum [2021-03-04T12:43:09.087Z] ecc8261a40a4: Download complete [2021-03-04T12:43:09.087Z] 6ca5941a6612: Verifying Checksum [2021-03-04T12:43:09.087Z] 6ca5941a6612: Download complete [2021-03-04T12:43:09.351Z] 31603596830f: Pull complete [2021-03-04T12:43:09.351Z] 2a8b12db71e7: Pull complete [2021-03-04T12:43:10.317Z] 6ca5941a6612: Pull complete [2021-03-04T12:43:10.586Z] ecc8261a40a4: Pull complete [2021-03-04T12:43:10.586Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T12:43:10.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T12:43:10.586Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T12:43:10.714Z] prd-centos7-docker-4c-2g-28469 does not seem to be running inside a container [2021-03-04T12:43:10.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-301 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301:/w/workspace/edgexfoundry_edgex-ui-go_PR-301:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T12:43:12.649Z] $ docker top dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T12:43:12.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T12:43:12.939Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T12:43:13.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T12:43:13.179Z] $ docker exec dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 ssh-agent [2021-03-04T12:43:13.344Z] SSH_AUTH_SOCK=/tmp/ssh-pF9GCpGTSBa1/agent.12 [2021-03-04T12:43:13.344Z] SSH_AGENT_PID=17 [2021-03-04T12:43:13.353Z] Running ssh-add (command line suppressed) [2021-03-04T12:43:13.485Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_5068481708947311830.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_5068481708947311830.key) [2021-03-04T12:43:13.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T12:43:13.871Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T12:43:13.901Z] $ docker exec --env ******** --env ******** dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 ssh-agent -k [2021-03-04T12:43:14.022Z] unset SSH_AUTH_SOCK; [2021-03-04T12:43:14.022Z] unset SSH_AGENT_PID; [2021-03-04T12:43:14.022Z] echo Agent pid 17 killed; [2021-03-04T12:43:14.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T12:43:14.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T12:43:14.209Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T12:43:14.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T12:43:14.414Z] $ docker exec dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 ssh-agent [2021-03-04T12:43:14.580Z] SSH_AUTH_SOCK=/tmp/ssh-M0Yp2T2u5wIK/agent.46 [2021-03-04T12:43:14.580Z] SSH_AGENT_PID=51 [2021-03-04T12:43:14.586Z] Running ssh-add (command line suppressed) [2021-03-04T12:43:14.732Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_516588813545742567.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_516588813545742567.key) [2021-03-04T12:43:14.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T12:43:15.113Z] + git semver init [2021-03-04T12:43:15.113Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T12:43:15.113Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-301/.git [2021-03-04T12:43:15.113Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [2021-03-04T12:43:15.113Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T12:43:15.113Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T12:43:15.113Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T12:43:15.113Z] # $SEMVER_BRANCH = PR-301 [2021-03-04T12:43:15.113Z] # $SEMVER_TEMP = /tmp/semver-835428654 [2021-03-04T12:43:15.113Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-04T12:43:16.511Z] # '/tmp/semver-835428654' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-301/.semver' [2021-03-04T12:43:16.511Z] # -> Force: false [2021-03-04T12:43:16.511Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-301/.semver [Pipeline] } [2021-03-04T12:43:16.531Z] $ docker exec --env ******** --env ******** dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 ssh-agent -k [2021-03-04T12:43:16.656Z] unset SSH_AUTH_SOCK; [2021-03-04T12:43:16.657Z] unset SSH_AGENT_PID; [2021-03-04T12:43:16.657Z] echo Agent pid 51 killed; [2021-03-04T12:43:16.697Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T12:43:17.159Z] + git semver [Pipeline] } [2021-03-04T12:43:17.186Z] $ docker stop --time=1 dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 [2021-03-04T12:43:18.597Z] $ docker rm -f dce5f695f7ab2561246fdbb9cd9ba7a2d15c37f52359a26ac3f7f0b40780b5e0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T12:43:19.075Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T12:43:19.689Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T12:43:19.693Z] [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-04T12:43:35.214Z] Still waiting to schedule task [2021-03-04T12:43:35.214Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28469’ [2021-03-04T12:43:35.216Z] Still waiting to schedule task [2021-03-04T12:43:35.216Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-04T12:45:20.232Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28470 in /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [Pipeline] { [Pipeline] ws [2021-03-04T12:45:20.295Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2021-03-04T12:45:25.013Z] using credential edgex-jenkins-ssh [2021-03-04T12:45:25.070Z] Cloning the remote Git repository [2021-03-04T12:45:25.125Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-04T12:45:25.237Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2021-03-04T12:45:25.333Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-04T12:45:25.334Z] > git --version # timeout=10 [2021-03-04T12:45:25.360Z] > git --version # 'git version 2.17.1' [2021-03-04T12:45:25.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T12:45:25.432Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T12:45:29.137Z] Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 3541a2535b1d50887903462152e5b49b302761f0 [2021-03-04T12:45:28.320Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-04T12:45:28.338Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T12:45:28.369Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-04T12:45:28.406Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-04T12:45:28.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T12:45:28.422Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T12:45:29.536Z] Merge succeeded, producing 3541a2535b1d50887903462152e5b49b302761f0 [2021-03-04T12:45:29.536Z] Checking out Revision 3541a2535b1d50887903462152e5b49b302761f0 (PR-301) [2021-03-04T12:45:29.159Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T12:45:29.176Z] > git checkout -f 3541a2535b1d50887903462152e5b49b302761f0 # timeout=10 [2021-03-04T12:45:29.448Z] > git remote # timeout=10 [2021-03-04T12:45:29.464Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T12:45:29.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T12:45:29.494Z] > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 [2021-03-04T12:45:29.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T12:45:29.546Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T12:45:29.557Z] > git checkout -f 3541a2535b1d50887903462152e5b49b302761f0 # timeout=10 [2021-03-04T12:45:34.220Z] Commit message: "Merge branch 'master' into issue_#261" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T12:45:36.132Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T12:45:36.538Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T12:45:36.886Z] + true [2021-03-04T12:45:36.886Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T12:45:39.602Z] provisioning config files... [2021-03-04T12:45:39.644Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config939354688780044552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:45:40.051Z] ---> docker-login.sh [2021-03-04T12:45:40.051Z] nexus3.edgexfoundry.org:10001 [2021-03-04T12:45:41.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:45:41.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:45:41.312Z] Configure a credential helper to remove this warning. See [2021-03-04T12:45:41.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:45:41.312Z] [2021-03-04T12:45:41.312Z] Login Succeeded [2021-03-04T12:45:41.312Z] nexus3.edgexfoundry.org:10002 [2021-03-04T12:45:41.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:45:41.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:45:41.863Z] Configure a credential helper to remove this warning. See [2021-03-04T12:45:41.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:45:41.863Z] [2021-03-04T12:45:41.863Z] Login Succeeded [2021-03-04T12:45:41.863Z] nexus3.edgexfoundry.org:10003 [2021-03-04T12:45:42.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:45:42.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:45:42.412Z] Configure a credential helper to remove this warning. See [2021-03-04T12:45:42.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:45:42.412Z] [2021-03-04T12:45:42.412Z] Login Succeeded [2021-03-04T12:45:42.412Z] nexus3.edgexfoundry.org:10004 [2021-03-04T12:45:42.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:45:42.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:45:42.686Z] Configure a credential helper to remove this warning. See [2021-03-04T12:45:42.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:45:42.686Z] [2021-03-04T12:45:42.686Z] Login Succeeded [2021-03-04T12:45:42.961Z] docker.io [2021-03-04T12:45:43.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:45:43.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:45:43.828Z] Configure a credential helper to remove this warning. See [2021-03-04T12:45:43.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:45:43.828Z] [2021-03-04T12:45:43.828Z] Login Succeeded [2021-03-04T12:45:43.828Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T12:45:43.846Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T12:45:44.282Z] ========================================================= [2021-03-04T12:45:44.282Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T12:45:44.282Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:45:44.665Z] + 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-04T12:45:45.275Z] Sending build context to Docker daemon 17.17MB [2021-03-04T12:45:45.275Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T12:45:45.276Z] Step 2/8 : FROM ${BASE} [2021-03-04T12:45:45.553Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T12:45:45.553Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T12:45:45.553Z] a4357932f1b6: Pulling fs layer [2021-03-04T12:45:45.553Z] 18c013af1878: Pulling fs layer [2021-03-04T12:45:45.553Z] 00ac8860ef70: Pulling fs layer [2021-03-04T12:45:45.553Z] 63d7cb157983: Pulling fs layer [2021-03-04T12:45:45.553Z] b116817d02f9: Pulling fs layer [2021-03-04T12:45:45.553Z] 745a02a5169b: Pulling fs layer [2021-03-04T12:45:45.553Z] 63d7cb157983: Waiting [2021-03-04T12:45:45.553Z] b116817d02f9: Waiting [2021-03-04T12:45:45.553Z] 00ac8860ef70: Waiting [2021-03-04T12:45:45.553Z] 745a02a5169b: Waiting [2021-03-04T12:45:45.553Z] 18c013af1878: Verifying Checksum [2021-03-04T12:45:45.553Z] 18c013af1878: Download complete [2021-03-04T12:45:45.553Z] a4357932f1b6: Verifying Checksum [2021-03-04T12:45:45.553Z] a4357932f1b6: Download complete [2021-03-04T12:45:45.553Z] 63d7cb157983: Download complete [2021-03-04T12:45:45.553Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T12:45:45.553Z] 5f621e34cdf4: Download complete [2021-03-04T12:45:45.553Z] b116817d02f9: Verifying Checksum [2021-03-04T12:45:45.553Z] b116817d02f9: Download complete [2021-03-04T12:45:46.178Z] 5f621e34cdf4: Pull complete [2021-03-04T12:45:46.784Z] a4357932f1b6: Pull complete [2021-03-04T12:45:47.394Z] 18c013af1878: Pull complete [2021-03-04T12:45:47.998Z] 745a02a5169b: Verifying Checksum [2021-03-04T12:45:47.998Z] 745a02a5169b: Download complete [2021-03-04T12:45:49.432Z] 00ac8860ef70: Verifying Checksum [2021-03-04T12:45:49.432Z] 00ac8860ef70: Download complete [2021-03-04T12:45:59.610Z] 00ac8860ef70: Pull complete [2021-03-04T12:45:59.889Z] 63d7cb157983: Pull complete [2021-03-04T12:46:00.490Z] b116817d02f9: Pull complete [2021-03-04T12:46:04.820Z] 745a02a5169b: Pull complete [2021-03-04T12:46:04.821Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T12:46:04.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T12:46:04.821Z] ---> b7e6874047d6 [2021-03-04T12:46:04.821Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-04T12:46:07.428Z] ---> Running in eb4249d7c518 [2021-03-04T12:46:07.428Z] Removing intermediate container eb4249d7c518 [2021-03-04T12:46:07.428Z] ---> d0dcf0292211 [2021-03-04T12:46:07.428Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T12:46:07.703Z] ---> Running in 7ea8a464086e [2021-03-04T12:46:10.342Z] Removing intermediate container 7ea8a464086e [2021-03-04T12:46:10.342Z] ---> a21df76cddc0 [2021-03-04T12:46:10.342Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-04T12:46:10.342Z] ---> Running in 063b8c4ed411 [2021-03-04T12:46:11.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T12:46:11.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T12:46:12.528Z] OK: 142 MiB in 39 packages [2021-03-04T12:46:13.282Z] Running on prd-centos7-docker-4c-2g-28471 in /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [Pipeline] { [Pipeline] ws [2021-03-04T12:46:13.338Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2021-03-04T12:46:13.510Z] Removing intermediate container 063b8c4ed411 [2021-03-04T12:46:13.510Z] ---> 13484b5229ed [2021-03-04T12:46:13.510Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-04T12:46:13.783Z] ---> Running in a0c320700750 [2021-03-04T12:46:14.379Z] Removing intermediate container a0c320700750 [2021-03-04T12:46:14.379Z] ---> e8e2b96cca06 [2021-03-04T12:46:14.379Z] Step 7/8 : COPY . . [2021-03-04T12:46:15.889Z] using credential edgex-jenkins-ssh [2021-03-04T12:46:15.953Z] Cloning the remote Git repository [2021-03-04T12:46:16.350Z] ---> 589fb8679357 [2021-03-04T12:46:16.350Z] Step 8/8 : RUN go mod download [2021-03-04T12:46:16.628Z] ---> Running in 2757ef550370 [2021-03-04T12:46:15.980Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-04T12:46:16.049Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2021-03-04T12:46:16.125Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-04T12:46:16.125Z] > git --version # timeout=10 [2021-03-04T12:46:16.139Z] > git --version # 'git version 2.24.3' [2021-03-04T12:46:16.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T12:46:16.169Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T12:46:17.668Z] Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 3541a2535b1d50887903462152e5b49b302761f0 [2021-03-04T12:46:17.899Z] Merge succeeded, producing 3541a2535b1d50887903462152e5b49b302761f0 [2021-03-04T12:46:17.900Z] Checking out Revision 3541a2535b1d50887903462152e5b49b302761f0 (PR-301) [2021-03-04T12:46:17.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-04T12:46:17.117Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T12:46:17.136Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-04T12:46:17.151Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-04T12:46:17.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T12:46:17.159Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T12:46:17.678Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T12:46:17.684Z] > git checkout -f 3541a2535b1d50887903462152e5b49b302761f0 # timeout=10 [2021-03-04T12:46:17.852Z] > git remote # timeout=10 [2021-03-04T12:46:17.866Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T12:46:17.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T12:46:17.878Z] > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 [2021-03-04T12:46:17.893Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T12:46:17.903Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T12:46:17.908Z] > git checkout -f 3541a2535b1d50887903462152e5b49b302761f0 # timeout=10 [2021-03-04T12:46:21.665Z] Commit message: "Merge branch 'master' into issue_#261" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T12:46:22.846Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T12:46:23.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T12:46:23.482Z] + sudo service docker restart [2021-03-04T12:46:23.482Z] + true [2021-03-04T12:46:23.482Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T12:46:25.530Z] provisioning config files... [2021-03-04T12:46:25.563Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config356578299793642607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:46:25.931Z] ---> docker-login.sh [2021-03-04T12:46:25.931Z] nexus3.edgexfoundry.org:10001 [2021-03-04T12:46:26.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:46:26.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:46:26.193Z] Configure a credential helper to remove this warning. See [2021-03-04T12:46:26.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:46:26.193Z] [2021-03-04T12:46:26.193Z] Login Succeeded [2021-03-04T12:46:26.193Z] nexus3.edgexfoundry.org:10002 [2021-03-04T12:46:26.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:46:26.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:46:26.455Z] Configure a credential helper to remove this warning. See [2021-03-04T12:46:26.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:46:26.455Z] [2021-03-04T12:46:26.455Z] Login Succeeded [2021-03-04T12:46:26.455Z] nexus3.edgexfoundry.org:10003 [2021-03-04T12:46:26.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:46:26.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:46:26.722Z] Configure a credential helper to remove this warning. See [2021-03-04T12:46:26.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:46:26.722Z] [2021-03-04T12:46:26.722Z] Login Succeeded [2021-03-04T12:46:26.722Z] nexus3.edgexfoundry.org:10004 [2021-03-04T12:46:26.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:46:26.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:46:26.983Z] Configure a credential helper to remove this warning. See [2021-03-04T12:46:26.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:46:26.983Z] [2021-03-04T12:46:26.983Z] Login Succeeded [2021-03-04T12:46:26.983Z] docker.io [2021-03-04T12:46:26.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T12:46:27.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T12:46:27.245Z] Configure a credential helper to remove this warning. See [2021-03-04T12:46:27.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T12:46:27.245Z] [2021-03-04T12:46:27.245Z] Login Succeeded [2021-03-04T12:46:27.245Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T12:46:27.254Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T12:46:27.613Z] ========================================================= [2021-03-04T12:46:27.613Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T12:46:27.613Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:46:27.962Z] + 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-04T12:46:28.227Z] Sending build context to Docker daemon 17.18MB [2021-03-04T12:46:28.227Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T12:46:28.227Z] Step 2/8 : FROM ${BASE} [2021-03-04T12:46:28.227Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T12:46:28.227Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T12:46:28.227Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T12:46:28.227Z] de9db76c5a1d: Pulling fs layer [2021-03-04T12:46:28.227Z] bca2f99d35d6: Pulling fs layer [2021-03-04T12:46:28.227Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T12:46:28.227Z] 7c6f9722023f: Pulling fs layer [2021-03-04T12:46:28.227Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T12:46:28.227Z] 93359f2a8cfa: Waiting [2021-03-04T12:46:28.227Z] 7c6f9722023f: Waiting [2021-03-04T12:46:28.227Z] a35cf1a2eb13: Waiting [2021-03-04T12:46:28.227Z] bca2f99d35d6: Waiting [2021-03-04T12:46:28.227Z] de9db76c5a1d: Verifying Checksum [2021-03-04T12:46:28.227Z] de9db76c5a1d: Download complete [2021-03-04T12:46:28.493Z] 0ef7d3d256c8: Download complete [2021-03-04T12:46:28.493Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T12:46:28.493Z] 93359f2a8cfa: Download complete [2021-03-04T12:46:28.493Z] 7c6f9722023f: Verifying Checksum [2021-03-04T12:46:28.493Z] 7c6f9722023f: Download complete [2021-03-04T12:46:28.493Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T12:46:28.493Z] 188c0c94c7c5: Download complete [2021-03-04T12:46:28.761Z] 188c0c94c7c5: Pull complete [2021-03-04T12:46:29.028Z] 0ef7d3d256c8: Pull complete [2021-03-04T12:46:29.291Z] de9db76c5a1d: Pull complete [2021-03-04T12:46:30.694Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T12:46:30.694Z] a35cf1a2eb13: Download complete [2021-03-04T12:46:31.278Z] bca2f99d35d6: Verifying Checksum [2021-03-04T12:46:31.278Z] bca2f99d35d6: Download complete [2021-03-04T12:46:36.636Z] bca2f99d35d6: Pull complete [2021-03-04T12:46:36.903Z] 93359f2a8cfa: Pull complete [2021-03-04T12:46:36.903Z] 7c6f9722023f: Pull complete [2021-03-04T12:46:43.464Z] Removing intermediate container 2757ef550370 [2021-03-04T12:46:43.465Z] ---> 87d6cf1350e0 [2021-03-04T12:46:43.465Z] Successfully built 87d6cf1350e0 [2021-03-04T12:46:43.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:46:43.810Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T12:46:43.810Z] . [Pipeline] withDockerContainer [2021-03-04T12:46:44.087Z] prd-ubuntu18.04-docker-arm64-4c-16g-28470 does not seem to be running inside a container [2021-03-04T12:46:44.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T12:46:45.111Z] a35cf1a2eb13: Pull complete [2021-03-04T12:46:45.111Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T12:46:45.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T12:46:45.111Z] ---> a62c8e92a672 [2021-03-04T12:46:45.111Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-04T12:46:45.111Z] ---> Running in a37d38605138 [2021-03-04T12:46:45.111Z] Removing intermediate container a37d38605138 [2021-03-04T12:46:45.111Z] ---> 3e6045d81333 [2021-03-04T12:46:45.111Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T12:46:45.111Z] ---> Running in ceffb386e33c [2021-03-04T12:46:45.701Z] Removing intermediate container ceffb386e33c [2021-03-04T12:46:45.701Z] ---> 468e91d82288 [2021-03-04T12:46:45.701Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-04T12:46:45.708Z] $ docker top 4f5a5171776aaedada6ac320f08bed0162737a1b1f0fa4d1264b0c2a831fa77d -eo pid,comm [2021-03-04T12:46:45.964Z] ---> Running in bbfb613ad45d [Pipeline] { [Pipeline] sh [2021-03-04T12:46:46.714Z] + go version [2021-03-04T12:46:46.715Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T12:46:46.738Z] $ docker stop --time=1 4f5a5171776aaedada6ac320f08bed0162737a1b1f0fa4d1264b0c2a831fa77d [2021-03-04T12:46:46.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T12:46:47.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T12:46:48.076Z] OK: 166 MiB in 39 packages [2021-03-04T12:46:48.640Z] $ docker rm -f 4f5a5171776aaedada6ac320f08bed0162737a1b1f0fa4d1264b0c2a831fa77d [2021-03-04T12:46:48.652Z] Removing intermediate container bbfb613ad45d [2021-03-04T12:46:48.652Z] ---> a4e8466b2fa9 [2021-03-04T12:46:48.652Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-04T12:46:48.652Z] ---> Running in 14caa8b48336 [2021-03-04T12:46:48.652Z] Removing intermediate container 14caa8b48336 [2021-03-04T12:46:48.652Z] ---> 81a7f5548457 [2021-03-04T12:46:48.652Z] Step 7/8 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:46:49.702Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T12:46:49.702Z] . [Pipeline] withDockerContainer [2021-03-04T12:46:49.964Z] prd-ubuntu18.04-docker-arm64-4c-16g-28470 does not seem to be running inside a container [2021-03-04T12:46:50.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T12:46:50.580Z] ---> b37e01387905 [2021-03-04T12:46:50.580Z] Step 8/8 : RUN go mod download [2021-03-04T12:46:50.580Z] ---> Running in 4d4662cc3d75 [2021-03-04T12:46:51.584Z] $ docker top 073ebf40271de6920acefd472ef8136e8b6e5e9d6ab3d9b1fd95c1fa11a12f35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T12:46:52.646Z] + make test [2021-03-04T12:46:52.647Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-04T12:46:54.094Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-04T12:47:16.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-04T12:47:16.314Z] GO111MODULE=on go vet ./... [2021-03-04T12:47:17.309Z] Removing intermediate container 4d4662cc3d75 [2021-03-04T12:47:17.309Z] ---> f313bf3713d5 [2021-03-04T12:47:17.309Z] Successfully built f313bf3713d5 [2021-03-04T12:47:17.309Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:47:17.661Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T12:47:17.661Z] . [Pipeline] withDockerContainer [2021-03-04T12:47:17.907Z] prd-centos7-docker-4c-2g-28471 does not seem to be running inside a container [2021-03-04T12:47:18.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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-x86_64 cat [2021-03-04T12:47:18.969Z] $ docker top bf5996850cbe98633a59c982e790ef6d3330ae5c1fd9a6224514235b27aa5793 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T12:47:19.557Z] + go version [2021-03-04T12:47:19.557Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T12:47:19.574Z] $ docker stop --time=1 bf5996850cbe98633a59c982e790ef6d3330ae5c1fd9a6224514235b27aa5793 [2021-03-04T12:47:20.941Z] $ docker rm -f bf5996850cbe98633a59c982e790ef6d3330ae5c1fd9a6224514235b27aa5793 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-03-04T12:47:21.092Z] $ docker stop --time=1 073ebf40271de6920acefd472ef8136e8b6e5e9d6ab3d9b1fd95c1fa11a12f35 [2021-03-04T12:47:23.178Z] $ docker rm -f 073ebf40271de6920acefd472ef8136e8b6e5e9d6ab3d9b1fd95c1fa11a12f35 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:47:24.004Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T12:47:24.269Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T12:47:24.269Z] . [Pipeline] withDockerContainer [2021-03-04T12:47:24.379Z] prd-centos7-docker-4c-2g-28471 does not seem to be running inside a container [2021-03-04T12:47:24.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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-x86_64 cat [2021-03-04T12:47:24.958Z] Stashed 1 file(s) [2021-03-04T12:47:25.063Z] $ docker top 1be650ac82f712f8c961b718351bba5f2bb83fa263d6961acd6e9b7b58a96212 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-03-04T12:47:25.597Z] + make test [2021-03-04T12:47:25.597Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-04T12:47:27.010Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] sh [2021-03-04T12:47:28.057Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-04T12:47:28.469Z] + ls -al . [2021-03-04T12:47:28.469Z] total 120 [2021-03-04T12:47:28.469Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 4 12:46 . [2021-03-04T12:47:28.469Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 12:45 .. [2021-03-04T12:47:28.469Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 12:45 .git [2021-03-04T12:47:28.469Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 12:45 .github [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 4 12:45 .gitignore [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 4 12:45 CONTRIBUTING.md [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 4 12:45 Dockerfile [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 4 12:45 Dockerfile.build [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 4 12:45 Jenkinsfile [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 4 12:45 LICENSE [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 4 12:45 Makefile [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 4 12:45 README.md [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 4 12:43 VERSION [2021-03-04T12:47:28.469Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 12:45 assets [2021-03-04T12:47:28.469Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 12:45 bin [2021-03-04T12:47:28.469Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 12:45 cmd [2021-03-04T12:47:28.469Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 4 12:46 coverage.out [2021-03-04T12:47:28.469Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 4 12:45 docs [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 966 Mar 4 12:45 go.mod [2021-03-04T12:47:28.469Z] -rw-r--r-- 1 jenkins jenkins 20277 Mar 4 12:46 go.sum [2021-03-04T12:47:28.469Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 4 12:45 internal [2021-03-04T12:47:28.469Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 4 12:45 version.go [2021-03-04T12:47:28.469Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 12:45 web [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:47:28.831Z] + 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=3541a2535b1d50887903462152e5b49b302761f0 --label arch=arm64 --label version=0.0.0 . [2021-03-04T12:47:29.475Z] Sending build context to Docker daemon 17.2MB [2021-03-04T12:47:29.750Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T12:47:29.750Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-04T12:47:29.750Z] ---> 87d6cf1350e0 [2021-03-04T12:47:29.750Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-04T12:47:30.344Z] ---> Running in 5382141f82b3 [2021-03-04T12:47:30.940Z] Removing intermediate container 5382141f82b3 [2021-03-04T12:47:30.940Z] ---> 3387adbde9e0 [2021-03-04T12:47:30.940Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-04T12:47:30.940Z] ---> Running in 69b54aca9f97 [2021-03-04T12:47:31.535Z] Removing intermediate container 69b54aca9f97 [2021-03-04T12:47:31.535Z] ---> 515e1d1f681d [2021-03-04T12:47:31.535Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-04T12:47:31.535Z] ---> Running in f240124f4f73 [2021-03-04T12:47:32.132Z] Removing intermediate container f240124f4f73 [2021-03-04T12:47:32.132Z] ---> e7812c2cbc49 [2021-03-04T12:47:32.132Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-04T12:47:32.132Z] ---> Running in 0250ecd87ae5 [2021-03-04T12:47:32.727Z] Removing intermediate container 0250ecd87ae5 [2021-03-04T12:47:32.727Z] ---> f4e16af4449f [2021-03-04T12:47:32.727Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-04T12:47:32.727Z] ---> Running in 943cc6c0aab7 [2021-03-04T12:47:33.323Z] Removing intermediate container 943cc6c0aab7 [2021-03-04T12:47:33.323Z] ---> 0f38970e7772 [2021-03-04T12:47:33.323Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T12:47:33.323Z] ---> Running in 3f6a089cac35 [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-04T12:47:35.286Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-04T12:47:35.286Z] GO111MODULE=on go vet ./... [2021-03-04T12:47:35.296Z] Removing intermediate container 3f6a089cac35 [2021-03-04T12:47:35.296Z] ---> b6d17f3d8027 [2021-03-04T12:47:35.296Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-04T12:47:35.572Z] ---> Running in 5c260fef436e [Pipeline] } [2021-03-04T12:47:36.265Z] $ docker stop --time=1 1be650ac82f712f8c961b718351bba5f2bb83fa263d6961acd6e9b7b58a96212 [2021-03-04T12:47:36.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T12:47:37.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T12:47:37.757Z] OK: 142 MiB in 39 packages [2021-03-04T12:47:38.552Z] $ docker rm -f 1be650ac82f712f8c961b718351bba5f2bb83fa263d6961acd6e9b7b58a96212 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T12:47:39.162Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T12:47:39.205Z] Removing intermediate container 5c260fef436e [2021-03-04T12:47:39.205Z] ---> b720b655ec5a [2021-03-04T12:47:39.205Z] Step 10/24 : ENV GO111MODULE=on [2021-03-04T12:47:39.205Z] ---> Running in 69c78c889146 [2021-03-04T12:47:39.223Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T12:47:39.476Z] Removing intermediate container 69c78c889146 [2021-03-04T12:47:39.477Z] ---> aa6d3239d020 [2021-03-04T12:47:39.477Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-04T12:47:39.477Z] ---> Running in 83f75514fa18 [2021-03-04T12:47:39.558Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-04T12:47:40.072Z] Removing intermediate container 83f75514fa18 [2021-03-04T12:47:40.072Z] ---> 00c266dfeaf4 [2021-03-04T12:47:40.072Z] Step 12/24 : COPY go.mod . [2021-03-04T12:47:40.183Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-04T12:47:40.485Z] + ls -al . [2021-03-04T12:47:40.485Z] total 88 [2021-03-04T12:47:40.485Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 4 12:47 . [2021-03-04T12:47:40.485Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 4 12:46 .. [2021-03-04T12:47:40.485Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 4 12:46 assets [2021-03-04T12:47:40.485Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 4 12:46 bin [2021-03-04T12:47:40.485Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 4 12:46 cmd [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 4 12:46 CONTRIBUTING.md [2021-03-04T12:47:40.485Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 4 12:47 coverage.out [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 4 12:46 Dockerfile [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 4 12:46 Dockerfile.build [2021-03-04T12:47:40.485Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 4 12:46 docs [2021-03-04T12:47:40.485Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 4 12:46 .git [2021-03-04T12:47:40.485Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 4 12:46 .github [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 4 12:46 .gitignore [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 966 Mar 4 12:46 go.mod [2021-03-04T12:47:40.485Z] -rw-r--r--. 1 jenkins jenkins 20277 Mar 4 12:47 go.sum [2021-03-04T12:47:40.485Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 4 12:46 internal [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 4 12:46 Jenkinsfile [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 4 12:46 LICENSE [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 4 12:46 Makefile [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 4 12:46 README.md [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 4 12:43 VERSION [2021-03-04T12:47:40.485Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 4 12:46 version.go [2021-03-04T12:47:40.485Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 4 12:46 web [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:47:40.668Z] ---> 08c1e4d7a329 [2021-03-04T12:47:40.669Z] Step 13/24 : COPY Makefile . [2021-03-04T12:47:40.795Z] + 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=3541a2535b1d50887903462152e5b49b302761f0 --label arch=amd64 --label version=0.0.0 . [2021-03-04T12:47:41.059Z] Sending build context to Docker daemon 17.2MB [2021-03-04T12:47:41.059Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T12:47:41.059Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-04T12:47:41.059Z] ---> f313bf3713d5 [2021-03-04T12:47:41.059Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-04T12:47:41.635Z] ---> Running in 7674964da30f [2021-03-04T12:47:41.656Z] ---> 9d6c73f4ba38 [2021-03-04T12:47:41.656Z] Step 14/24 : RUN make update [2021-03-04T12:47:41.656Z] ---> Running in cb25e8205888 [2021-03-04T12:47:41.898Z] Removing intermediate container 7674964da30f [2021-03-04T12:47:41.898Z] ---> 006abfae9639 [2021-03-04T12:47:41.898Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-04T12:47:41.898Z] ---> Running in 3f7b8fc7cc7d [2021-03-04T12:47:42.161Z] Removing intermediate container 3f7b8fc7cc7d [2021-03-04T12:47:42.161Z] ---> 7cc0fd99fdec [2021-03-04T12:47:42.161Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-04T12:47:42.161Z] ---> Running in 13f4672cf915 [2021-03-04T12:47:42.425Z] Removing intermediate container 13f4672cf915 [2021-03-04T12:47:42.425Z] ---> 529245810745 [2021-03-04T12:47:42.425Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-04T12:47:42.425Z] ---> Running in b1a4bf9080fd [2021-03-04T12:47:42.425Z] Removing intermediate container b1a4bf9080fd [2021-03-04T12:47:42.425Z] ---> 3e27f6c3a7df [2021-03-04T12:47:42.425Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-04T12:47:42.658Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-04T12:47:42.688Z] ---> Running in f2f685a5ead6 [2021-03-04T12:47:42.688Z] Removing intermediate container f2f685a5ead6 [2021-03-04T12:47:42.688Z] ---> b347f1eadd82 [2021-03-04T12:47:42.688Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T12:47:42.953Z] ---> Running in 1ad6646f1aa4 [2021-03-04T12:47:43.921Z] Removing intermediate container 1ad6646f1aa4 [2021-03-04T12:47:43.921Z] ---> f8c54263cfad [2021-03-04T12:47:43.921Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-04T12:47:43.921Z] ---> Running in 2772774a6d2b [2021-03-04T12:47:44.096Z] Removing intermediate container cb25e8205888 [2021-03-04T12:47:44.096Z] ---> 6eed13d1891a [2021-03-04T12:47:44.096Z] Step 15/24 : COPY . . [2021-03-04T12:47:44.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T12:47:45.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T12:47:45.665Z] OK: 166 MiB in 39 packages [2021-03-04T12:47:46.073Z] ---> 66c469364e17 [2021-03-04T12:47:46.073Z] Step 16/24 : RUN ${MAKE} [2021-03-04T12:47:46.073Z] ---> Running in 2bee7043bab5 [2021-03-04T12:47:46.254Z] Removing intermediate container 2772774a6d2b [2021-03-04T12:47:46.254Z] ---> 7a7bfd40e696 [2021-03-04T12:47:46.254Z] Step 10/24 : ENV GO111MODULE=on [2021-03-04T12:47:46.254Z] ---> Running in 42961887e7bc [2021-03-04T12:47:46.254Z] Removing intermediate container 42961887e7bc [2021-03-04T12:47:46.254Z] ---> bff12cd1c600 [2021-03-04T12:47:46.254Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-04T12:47:46.518Z] ---> Running in c054113a4c96 [2021-03-04T12:47:46.518Z] Removing intermediate container c054113a4c96 [2021-03-04T12:47:46.518Z] ---> c13da7441960 [2021-03-04T12:47:46.518Z] Step 12/24 : COPY go.mod . [2021-03-04T12:47:46.782Z] ---> b2a66a57fa4d [2021-03-04T12:47:46.782Z] Step 13/24 : COPY Makefile . [2021-03-04T12:47:47.046Z] ---> 894a06a7af7e [2021-03-04T12:47:47.046Z] Step 14/24 : RUN make update [2021-03-04T12:47:47.059Z] 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-04T12:47:47.310Z] ---> Running in a277ac10a8fd [2021-03-04T12:47:47.585Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-04T12:47:48.545Z] Removing intermediate container a277ac10a8fd [2021-03-04T12:47:48.545Z] ---> 4117dfd21df2 [2021-03-04T12:47:48.545Z] Step 15/24 : COPY . . [2021-03-04T12:47:49.949Z] ---> 5924798ad4cf [2021-03-04T12:47:49.949Z] Step 16/24 : RUN ${MAKE} [2021-03-04T12:47:50.223Z] ---> Running in 95bbb78f2c94 [2021-03-04T12:47:50.801Z] 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-04T12:47:59.079Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-04T12:48:01.640Z] Removing intermediate container 95bbb78f2c94 [2021-03-04T12:48:01.640Z] ---> da38b5c1fb95 [2021-03-04T12:48:01.640Z] Step 17/24 : FROM alpine:3.12 [2021-03-04T12:48:01.904Z] 3.12: Pulling from library/alpine [2021-03-04T12:48:02.172Z] f84cab65f19f: Pulling fs layer [2021-03-04T12:48:02.172Z] f84cab65f19f: Verifying Checksum [2021-03-04T12:48:02.172Z] f84cab65f19f: Download complete [2021-03-04T12:48:02.436Z] f84cab65f19f: Pull complete [2021-03-04T12:48:02.436Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T12:48:02.436Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T12:48:02.436Z] ---> 88dd2752d2ea [2021-03-04T12:48:02.436Z] Step 18/24 : EXPOSE 4000 [2021-03-04T12:48:02.698Z] ---> Running in a0ff5cecb831 [2021-03-04T12:48:02.961Z] Removing intermediate container a0ff5cecb831 [2021-03-04T12:48:02.961Z] ---> 656d87df0868 [2021-03-04T12:48:02.961Z] 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-04T12:48:03.921Z] ---> 81343d7ff71c [2021-03-04T12:48:03.921Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-04T12:48:03.921Z] ---> Running in e5a1f1a7f4ad [2021-03-04T12:48:03.921Z] Removing intermediate container e5a1f1a7f4ad [2021-03-04T12:48:03.921Z] ---> 77efd671b6d9 [2021-03-04T12:48:03.921Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-04T12:48:04.187Z] ---> Running in 6ff34f56d2f7 [2021-03-04T12:48:04.187Z] Removing intermediate container 6ff34f56d2f7 [2021-03-04T12:48:04.187Z] ---> 9192f8f5e511 [2021-03-04T12:48:04.187Z] Step 22/24 : LABEL arch=amd64 [2021-03-04T12:48:04.450Z] ---> Running in 4e1ee4d29b7e [2021-03-04T12:48:04.450Z] Removing intermediate container 4e1ee4d29b7e [2021-03-04T12:48:04.450Z] ---> 7f7e66b5cb00 [2021-03-04T12:48:04.450Z] Step 23/24 : LABEL git_sha=3541a2535b1d50887903462152e5b49b302761f0 [2021-03-04T12:48:04.450Z] ---> Running in 603f954fc056 [2021-03-04T12:48:04.714Z] Removing intermediate container 603f954fc056 [2021-03-04T12:48:04.714Z] ---> 705efc0e2e3e [2021-03-04T12:48:04.714Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T12:48:04.714Z] ---> Running in 1b9038c43188 [2021-03-04T12:48:05.664Z] Removing intermediate container 1b9038c43188 [2021-03-04T12:48:05.664Z] ---> 95094d752696 [2021-03-04T12:48:05.664Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-04T12:48:05.664Z] Successfully built 95094d752696 [2021-03-04T12:48:05.664Z] 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-04T12:48:06.833Z] ---> job-cost.sh [2021-03-04T12:48:06.833Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rrk5 [2021-03-04T12:48:09.293Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-04T12:48:13.599Z] Removing intermediate container 2bee7043bab5 [2021-03-04T12:48:13.599Z] ---> 87a3f2ecc2ee [2021-03-04T12:48:13.599Z] Step 17/24 : FROM alpine:3.12 [2021-03-04T12:48:13.599Z] 3.12: Pulling from library/alpine [2021-03-04T12:48:13.599Z] dce8679b510e: Pulling fs layer [2021-03-04T12:48:13.599Z] dce8679b510e: Verifying Checksum [2021-03-04T12:48:13.599Z] dce8679b510e: Download complete [2021-03-04T12:48:14.191Z] dce8679b510e: Pull complete [2021-03-04T12:48:14.192Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T12:48:14.192Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T12:48:14.192Z] ---> d10569e2745f [2021-03-04T12:48:14.192Z] Step 18/24 : EXPOSE 4000 [2021-03-04T12:48:14.464Z] ---> Running in 6ec101734c1e [2021-03-04T12:48:15.058Z] Removing intermediate container 6ec101734c1e [2021-03-04T12:48:15.058Z] ---> 43ee2ea71694 [2021-03-04T12:48:15.058Z] 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-04T12:48:17.023Z] ---> 85c26581a3c6 [2021-03-04T12:48:17.023Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-04T12:48:17.023Z] ---> Running in 2fa277c8b7b7 [2021-03-04T12:48:17.295Z] Removing intermediate container 2fa277c8b7b7 [2021-03-04T12:48:17.295Z] ---> 2f263c1d1392 [2021-03-04T12:48:17.295Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-04T12:48:17.295Z] ---> Running in f33fc6b02816 [2021-03-04T12:48:17.887Z] Removing intermediate container f33fc6b02816 [2021-03-04T12:48:17.887Z] ---> 40dc34c19690 [2021-03-04T12:48:17.887Z] Step 22/24 : LABEL arch=arm64 [2021-03-04T12:48:17.887Z] ---> Running in 1b6273b08e1c [2021-03-04T12:48:18.478Z] Removing intermediate container 1b6273b08e1c [2021-03-04T12:48:18.478Z] ---> b3102c18ee11 [2021-03-04T12:48:18.478Z] Step 23/24 : LABEL git_sha=3541a2535b1d50887903462152e5b49b302761f0 [2021-03-04T12:48:18.478Z] ---> Running in ec9bece9fcc2 [2021-03-04T12:48:18.748Z] Removing intermediate container ec9bece9fcc2 [2021-03-04T12:48:18.748Z] ---> 1b053a4f044b [2021-03-04T12:48:18.748Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T12:48:19.021Z] ---> Running in 0f7ff05d56b4 [2021-03-04T12:48:19.294Z] Removing intermediate container 0f7ff05d56b4 [2021-03-04T12:48:19.294Z] ---> d7198a0c6e8a [2021-03-04T12:48:19.294Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-04T12:48:19.564Z] Successfully built d7198a0c6e8a [2021-03-04T12:48:19.564Z] 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-04T12:48:20.409Z] ---> job-cost.sh [2021-03-04T12:48:20.409Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5dIS [2021-03-04T12:48:21.785Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T12:48:53.962Z] lf-activate-venv(): INFO: Adding /tmp/venv-Rrk5/bin to PATH [2021-03-04T12:48:53.962Z] INFO: No Stack... [2021-03-04T12:48:53.962Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T12:48:53.962Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T12:48:54.279Z] + cat /w/workspace/edgex-ui-go/4/archives/cost.csv [2021-03-04T12:48:54.279Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T12:48:54.369Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] [2021-03-04T12:48:54.378Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] did not exist. Created. [2021-03-04T12:48:54.378Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T12:48:54.788Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-04T12:48:54.945Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T12:48:54.954Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T12:48:59.361Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T12:51:06.142Z] lf-activate-venv(): INFO: Adding /tmp/venv-5dIS/bin to PATH [2021-03-04T12:51:06.142Z] INFO: No Stack... [2021-03-04T12:51:06.142Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T12:51:06.142Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T12:51:06.479Z] + + cutcat -d, /w/workspace/edgex-ui-go/4/archives/cost.csv -f6 [2021-03-04T12:51:06.479Z] [Pipeline] lock [2021-03-04T12:51:06.588Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] [2021-03-04T12:51:06.598Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] did not exist. Created. [2021-03-04T12:51:06.598Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T12:51:07.086Z] /w/workspace/edgex-ui-go/4@tmp/durable-4383f624/script.sh: 1: /w/workspace/edgex-ui-go/4@tmp/durable-4383f624/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-04T12:51:07.430Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T12:51:07.512Z] Warning: overwriting stash ‘stack-cost’ [2021-03-04T12:51:07.787Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T12:51:07.798Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-4-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-04T12:51:09.190Z] provisioning config files... [2021-03-04T12:51:09.201Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/config1671028595878846456tmp [Pipeline] { [Pipeline] sh [2021-03-04T12:51:09.645Z] + set +x [2021-03-04T12:51:09.645Z] + curl -s https://codecov.io/bash [2021-03-04T12:51:09.645Z] + bash -s -- [2021-03-04T12:51:09.912Z] [2021-03-04T12:51:09.912Z] _____ _ [2021-03-04T12:51:09.912Z] / ____| | | [2021-03-04T12:51:09.912Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T12:51:09.912Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T12:51:09.912Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T12:51:09.912Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T12:51:09.912Z] Bash-20210226-7100762 [2021-03-04T12:51:09.912Z] [2021-03-04T12:51:09.912Z] [2021-03-04T12:51:09.912Z] ==> git version 2.24.3 found [2021-03-04T12:51:09.912Z] ==> 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-04T12:51:09.912Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T12:51:09.912Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T12:51:09.912Z] ==> Jenkins CI detected. [2021-03-04T12:51:09.912Z] project root: . [2021-03-04T12:51:09.912Z] --> token set from env [2021-03-04T12:51:09.912Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T12:51:09.912Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T12:51:09.912Z] ==> Python coveragepy not found [2021-03-04T12:51:09.912Z] ==> Searching for coverage reports in: [2021-03-04T12:51:09.912Z] + . [2021-03-04T12:51:09.912Z] -> Found 1 reports [2021-03-04T12:51:09.912Z] ==> Detecting git/mercurial file structure [2021-03-04T12:51:09.912Z] ==> Reading reports [2021-03-04T12:51:09.912Z] + ./coverage.out bytes=10 [2021-03-04T12:51:09.912Z] ==> Appending adjustments [2021-03-04T12:51:09.912Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T12:51:10.177Z] + Found adjustments [2021-03-04T12:51:10.177Z] ==> Gzipping contents [2021-03-04T12:51:10.177Z] 4.0K /tmp/codecov.cG4cIk.gz [2021-03-04T12:51:10.177Z] ==> Uploading reports [2021-03-04T12:51:10.177Z] url: https://codecov.io [2021-03-04T12:51:10.177Z] query: branch=PR-301&commit=3541a2535b1d50887903462152e5b49b302761f0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-301%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=301&job=&cmd_args= [2021-03-04T12:51:10.177Z] -> Pinging Codecov [2021-03-04T12:51:10.177Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-301&commit=3541a2535b1d50887903462152e5b49b302761f0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-301%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=301&job=&cmd_args= [2021-03-04T12:51:12.740Z] -> Uploading to [2021-03-04T12:51:12.740Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/FB506323287CE973F263BFD2A0EB1F37/3541a2535b1d50887903462152e5b49b302761f0/02858b42-adf8-4d9d-9286-fbc2d86c7a1c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T125112Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e77ab25320cfc064d7c4887cd202f13c5902e706983ddbae3cb09fe2d4ef73a7 [2021-03-04T12:51:12.740Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T12:51:12.740Z] Dload Upload Total Spent Left Speed [2021-03-04T12:51:12.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2863 0 0 100 2863 0 5910 --:--:-- --:--:-- --:--:-- 5903 100 2863 0 0 100 2863 0 5908 --:--:-- --:--:-- --:--:-- 5903 [2021-03-04T12:51:12.740Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3541a2535b1d50887903462152e5b49b302761f0 [Pipeline] } [2021-03-04T12:51:12.755Z] 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-04T12:51:15.228Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:51:15.815Z] ---> package-listing.sh [2021-03-04T12:51:15.815Z] ++ facter osfamily [2021-03-04T12:51:15.815Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T12:51:15.816Z] + OS_FAMILY=redhat [2021-03-04T12:51:15.816Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-301 [2021-03-04T12:51:15.816Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T12:51:15.816Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T12:51:15.816Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T12:51:15.816Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T12:51:15.816Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-301 ']' [2021-03-04T12:51:15.816Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T12:51:15.816Z] + case "${OS_FAMILY}" in [2021-03-04T12:51:15.816Z] + rpm -qa [2021-03-04T12:51:15.816Z] + sort [2021-03-04T12:51:21.125Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T12:51:21.125Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T12:51:21.125Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T12:51:21.125Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-301 ']' [2021-03-04T12:51:21.125Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-301/archives/ [2021-03-04T12:51:21.125Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-301/archives/ [Pipeline] echo [2021-03-04T12:51:21.139Z] 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-301/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-04T12:51:21.431Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:51:21.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T12:51:21.742Z] [2021-03-04T12:51:21.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T12:51:22.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T12:51:22.098Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T12:51:22.098Z] df20fa9351a1: Pulling fs layer [2021-03-04T12:51:22.098Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T12:51:22.098Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T12:51:22.098Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T12:51:22.098Z] 93b61091891f: Pulling fs layer [2021-03-04T12:51:22.098Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T12:51:22.098Z] 5e14af77c1be: Pulling fs layer [2021-03-04T12:51:22.098Z] 01666e4c0597: Pulling fs layer [2021-03-04T12:51:22.098Z] aa168da1d23b: Pulling fs layer [2021-03-04T12:51:22.098Z] 01666e4c0597: Waiting [2021-03-04T12:51:22.098Z] 93b9cdb0e59b: Waiting [2021-03-04T12:51:22.098Z] 5e14af77c1be: Waiting [2021-03-04T12:51:22.098Z] 46f8f816bc3b: Waiting [2021-03-04T12:51:22.098Z] aa168da1d23b: Waiting [2021-03-04T12:51:22.098Z] 93b61091891f: Waiting [2021-03-04T12:51:22.098Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T12:51:22.098Z] 36b3adc4ff6f: Download complete [2021-03-04T12:51:22.098Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T12:51:22.098Z] 46f8f816bc3b: Download complete [2021-03-04T12:51:22.098Z] df20fa9351a1: Verifying Checksum [2021-03-04T12:51:22.361Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T12:51:22.362Z] 93b9cdb0e59b: Download complete [2021-03-04T12:51:22.362Z] 5e14af77c1be: Verifying Checksum [2021-03-04T12:51:22.362Z] 5e14af77c1be: Download complete [2021-03-04T12:51:22.362Z] 93b61091891f: Verifying Checksum [2021-03-04T12:51:22.362Z] 93b61091891f: Download complete [2021-03-04T12:51:22.362Z] 01666e4c0597: Verifying Checksum [2021-03-04T12:51:22.362Z] 01666e4c0597: Download complete [2021-03-04T12:51:22.630Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T12:51:22.630Z] 8ad3a11d3b57: Download complete [2021-03-04T12:51:22.630Z] df20fa9351a1: Pull complete [2021-03-04T12:51:22.898Z] 36b3adc4ff6f: Pull complete [2021-03-04T12:51:23.874Z] 8ad3a11d3b57: Pull complete [2021-03-04T12:51:23.874Z] 46f8f816bc3b: Pull complete [2021-03-04T12:51:24.830Z] aa168da1d23b: Verifying Checksum [2021-03-04T12:51:24.830Z] aa168da1d23b: Download complete [2021-03-04T12:51:25.094Z] 93b61091891f: Pull complete [2021-03-04T12:51:25.359Z] 93b9cdb0e59b: Pull complete [2021-03-04T12:51:25.359Z] 5e14af77c1be: Pull complete [2021-03-04T12:51:25.624Z] 01666e4c0597: Pull complete [2021-03-04T12:51:33.821Z] aa168da1d23b: Pull complete [2021-03-04T12:51:33.821Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T12:51:33.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T12:51:33.821Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T12:51:34.019Z] prd-centos7-docker-4c-2g-28469 does not seem to be running inside a container [2021-03-04T12:51:34.086Z] $ 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-301/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-301 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301:/w/workspace/edgexfoundry_edgex-ui-go_PR-301:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T12:51:37.574Z] $ docker top 377a536582b55b33050ffe93b9d681b9bbbaaefd585de24450b1e139a91d4b6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T12:51:38.143Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T12:51:38.446Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T12:51:38.751Z] + ls /var/log/sa-host [2021-03-04T12:51:38.751Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T12:51:38.751Z] file_magic: OK [2021-03-04T12:51:38.751Z] HZ: Using current value: 100 [2021-03-04T12:51:38.751Z] file_header: OK [2021-03-04T12:51:38.751Z] 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-04T12:51:38.751Z] Statistics: [2021-03-04T12:51:38.751Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T12:51:38.751Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T12:51:38.751Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T12:51:38.751Z] file_magic: OK [2021-03-04T12:51:38.751Z] HZ: Using current value: 100 [2021-03-04T12:51:38.751Z] file_header: OK [2021-03-04T12:51:38.751Z] 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-04T12:51:38.751Z] Statistics: [2021-03-04T12:51:38.751Z] Hnuu...uuuununununu... [2021-03-04T12:51:38.751Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T12:51:39.396Z] provisioning config files... [2021-03-04T12:51:39.413Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/config1335485153392899934tmp [Pipeline] { [Pipeline] echo [2021-03-04T12:51:39.489Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:51:39.793Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T12:51:39.804Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T12:51:39.900Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:51:40.201Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T12:51:40.213Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:51:40.515Z] ---> sudo-logs.sh [2021-03-04T12:51:40.515Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T12:51:40.588Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:51:40.892Z] ---> job-cost.sh [2021-03-04T12:51:40.892Z] lf-activate-venv: SKIPPING [2021-03-04T12:51:40.892Z] DEBUG: total: 0.20999999344348907 [2021-03-04T12:51:40.892Z] INFO: Retrieving Stack Cost... [2021-03-04T12:51:42.287Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T12:51:42.864Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T12:51:42.879Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T12:51:43.176Z] ---> logs-deploy.sh [2021-03-04T12:51:43.176Z] lf-activate-venv: SKIPPING [2021-03-04T12:51:43.176Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-301/4 [2021-03-04T12:51:43.176Z] INFO: archiving workspace using pattern(s): [2021-03-04T12:51:45.099Z] Archives upload complete. [2021-03-04T12:51:45.099Z] INFO: archiving logs to Nexus