Pull request #345 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 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 rather than edff426c70898a952e2904740446956a262585cc Obtained Jenkinsfile from 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-2298 in /w/workspace/edgexfoundry_edgex-ui-go_PR-345 [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-345 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 into PR head commit edff426c70898a952e2904740446956a262585cc Merge succeeded, producing edff426c70898a952e2904740446956a262585cc Checking out Revision edff426c70898a952e2904740446956a262585cc (PR-345) > git config core.sparsecheckout # timeout=10 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 Commit message: "Merge branch 'master' into issue_#328" > git rev-list --no-walk 76b39649092ab4642e837cf9332bbd351649739f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-29T07:36:53.674Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-29T07:36:53.791Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-29T07:36:53.826Z] ========================================================= [2021-04-29T07:36:53.826Z] EdgeX Global Pipelines Version Info [2021-04-29T07:36:53.826Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:36:56.857Z] ------------------- [2021-04-29T07:36:56.857Z] stable info: [2021-04-29T07:36:56.857Z] ------------------- [2021-04-29T07:36:56.857Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-29T07:36:56.857Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-29T07:36:56.857Z] Message: update stable to v1.0.190 [2021-04-29T07:36:57.877Z] ------------------- [2021-04-29T07:36:57.878Z] experimental info: [2021-04-29T07:36:57.878Z] ------------------- [2021-04-29T07:36:57.878Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-29T07:36:57.878Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-29T07:36:57.878Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-29T07:36:58.119Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-29T07:36:58.143Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-29T07:36:58.165Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-29T07:36:58.188Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-29T07:36:58.211Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-29T07:36:58.233Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-29T07:36:58.255Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-29T07:36:58.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-29T07:36:58.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-29T07:36:58.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-29T07:36:58.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-29T07:36:58.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-29T07:36:58.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-29T07:36:58.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-29T07:36:58.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-29T07:36:58.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-29T07:36:58.481Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-29T07:36:58.503Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-29T07:36:58.526Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-29T07:36:58.548Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-29T07:36:58.572Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-29T07:36:58.594Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-29T07:36:58.617Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-29T07:36:58.700Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-29T07:36:58.723Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-29T07:36:58.745Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-29T07:36:58.768Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-345 [Pipeline] echo [2021-04-29T07:36:58.793Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-345 [Pipeline] echo [2021-04-29T07:36:58.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-345 [Pipeline] echo [2021-04-29T07:36:58.841Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edff426c70898a952e2904740446956a262585cc [Pipeline] echo [2021-04-29T07:36:58.866Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edff426 [Pipeline] echo [2021-04-29T07:36:58.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T07:36:58.965Z] provisioning config files... [2021-04-29T07:36:59.009Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/config4448592960120746150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:36:59.384Z] ---> docker-login.sh [2021-04-29T07:36:59.385Z] nexus3.edgexfoundry.org:10001 [2021-04-29T07:37:00.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:37:00.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:37:00.503Z] Configure a credential helper to remove this warning. See [2021-04-29T07:37:00.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:37:00.503Z] [2021-04-29T07:37:00.503Z] Login Succeeded [2021-04-29T07:37:00.503Z] nexus3.edgexfoundry.org:10002 [2021-04-29T07:37:01.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:37:01.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:37:01.221Z] Configure a credential helper to remove this warning. See [2021-04-29T07:37:01.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:37:01.221Z] [2021-04-29T07:37:01.221Z] Login Succeeded [2021-04-29T07:37:01.221Z] nexus3.edgexfoundry.org:10003 [2021-04-29T07:37:01.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:37:01.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:37:01.808Z] Configure a credential helper to remove this warning. See [2021-04-29T07:37:01.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:37:01.808Z] [2021-04-29T07:37:01.808Z] Login Succeeded [2021-04-29T07:37:01.808Z] nexus3.edgexfoundry.org:10004 [2021-04-29T07:37:02.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:37:02.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:37:02.467Z] Configure a credential helper to remove this warning. See [2021-04-29T07:37:02.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:37:02.467Z] [2021-04-29T07:37:02.467Z] Login Succeeded [2021-04-29T07:37:02.467Z] docker.io [2021-04-29T07:37:02.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:37:03.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:37:03.019Z] Configure a credential helper to remove this warning. See [2021-04-29T07:37:03.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:37:03.019Z] [2021-04-29T07:37:03.019Z] Login Succeeded [2021-04-29T07:37:03.019Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T07:37:03.049Z] 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-04-29T07:37:03.599Z] + git log --format=format:%s -1 edff426c70898a952e2904740446956a262585cc [Pipeline] echo [2021-04-29T07:37:03.768Z] GIT_COMMIT: edff426c70898a952e2904740446956a262585cc, Commit Message: Merge branch 'master' into issue_#328 [Pipeline] echo [2021-04-29T07:37:03.793Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:37:04.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T07:37:04.567Z] [2021-04-29T07:37:04.567Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:37:04.989Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T07:37:05.377Z] latest: Pulling from edgex-devops/git-semver [2021-04-29T07:37:05.377Z] 31603596830f: Pulling fs layer [2021-04-29T07:37:05.377Z] 54011a49482f: Pulling fs layer [2021-04-29T07:37:05.377Z] a6820b24f6d8: Pulling fs layer [2021-04-29T07:37:05.377Z] f581987b2513: Pulling fs layer [2021-04-29T07:37:05.377Z] f581987b2513: Waiting [2021-04-29T07:37:05.377Z] 54011a49482f: Download complete [2021-04-29T07:37:06.315Z] 31603596830f: Verifying Checksum [2021-04-29T07:37:06.315Z] 31603596830f: Download complete [2021-04-29T07:37:07.049Z] f581987b2513: Verifying Checksum [2021-04-29T07:37:07.049Z] f581987b2513: Download complete [2021-04-29T07:37:07.325Z] a6820b24f6d8: Verifying Checksum [2021-04-29T07:37:07.325Z] a6820b24f6d8: Download complete [2021-04-29T07:37:07.325Z] 31603596830f: Pull complete [2021-04-29T07:37:07.596Z] 54011a49482f: Pull complete [2021-04-29T07:37:09.641Z] a6820b24f6d8: Pull complete [2021-04-29T07:37:10.290Z] f581987b2513: Pull complete [2021-04-29T07:37:10.290Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-29T07:37:10.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T07:37:10.565Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-29T07:37:10.864Z] prd-centos7-docker-4c-2g-2298 does not seem to be running inside a container [2021-04-29T07:37:11.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-345 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345:/w/workspace/edgexfoundry_edgex-ui-go_PR-345:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@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-04-29T07:37:15.271Z] $ docker top 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-29T07:37:15.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T07:37:15.728Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T07:37:16.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T07:37:16.377Z] $ docker exec 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent [2021-04-29T07:37:16.702Z] SSH_AUTH_SOCK=/tmp/ssh-Rs1tIXoHql78/agent.11 [2021-04-29T07:37:16.702Z] SSH_AGENT_PID=16 [2021-04-29T07:37:16.723Z] Running ssh-add (command line suppressed) [2021-04-29T07:37:17.005Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_6781907163934684860.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_6781907163934684860.key) [2021-04-29T07:37:17.202Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T07:37:17.688Z] + git tag --points-at HEAD [Pipeline] } [2021-04-29T07:37:17.731Z] $ docker exec --env ******** --env ******** 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent -k [2021-04-29T07:37:17.954Z] unset SSH_AUTH_SOCK; [2021-04-29T07:37:17.955Z] unset SSH_AGENT_PID; [2021-04-29T07:37:17.955Z] echo Agent pid 16 killed; [2021-04-29T07:37:18.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-29T07:37:18.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T07:37:18.138Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T07:37:18.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T07:37:18.540Z] $ docker exec 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent [2021-04-29T07:37:18.881Z] SSH_AUTH_SOCK=/tmp/ssh-CDQ7wYtywtHC/agent.47 [2021-04-29T07:37:18.881Z] SSH_AGENT_PID=52 [2021-04-29T07:37:18.891Z] Running ssh-add (command line suppressed) [2021-04-29T07:37:19.097Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_5516279753417951532.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_5516279753417951532.key) [2021-04-29T07:37:19.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T07:37:19.560Z] + git semver init [2021-04-29T07:37:19.560Z] # -> Open(): unable to determine branch for HEAD [2021-04-29T07:37:19.560Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-345/.git [2021-04-29T07:37:19.560Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-345 [2021-04-29T07:37:19.560Z] # $SEMVER_REMOTE_NAME = origin [2021-04-29T07:37:19.560Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-29T07:37:19.560Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-29T07:37:19.560Z] # $SEMVER_BRANCH = PR-345 [2021-04-29T07:37:19.560Z] # $SEMVER_TEMP = /tmp/semver-725948563 [2021-04-29T07:37:19.560Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-29T07:37:21.623Z] # '/tmp/semver-725948563' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-345/.semver' [2021-04-29T07:37:21.623Z] # -> Force: false [2021-04-29T07:37:21.623Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-345/.semver [Pipeline] } [2021-04-29T07:37:21.657Z] $ docker exec --env ******** --env ******** 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent -k [2021-04-29T07:37:22.058Z] unset SSH_AUTH_SOCK; [2021-04-29T07:37:22.060Z] unset SSH_AGENT_PID; [2021-04-29T07:37:22.060Z] echo Agent pid 52 killed; [2021-04-29T07:37:22.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T07:37:22.663Z] + git semver [Pipeline] } [2021-04-29T07:37:22.693Z] $ docker stop --time=1 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 [2021-04-29T07:37:24.597Z] $ docker rm -f 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T07:37:25.429Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-29T07:37:26.353Z] Stashed 1 file(s) [Pipeline] echo [2021-04-29T07:37:26.356Z] [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-04-29T07:37:41.545Z] Still waiting to schedule task [2021-04-29T07:37:41.545Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-29T07:37:41.548Z] Still waiting to schedule task [2021-04-29T07:37:41.548Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2299’ is offline [2021-04-29T07:39:29.729Z] Running on prd-centos7-docker-4c-2g-2301 in /w/workspace/edgexfoundry_edgex-ui-go_PR-345 [Pipeline] { [Pipeline] ws [2021-04-29T07:39:29.750Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-29T07:39:32.346Z] using credential edgex-jenkins-ssh [2021-04-29T07:39:32.361Z] Cloning the remote Git repository [2021-04-29T07:39:32.389Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-29T07:39:32.454Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-29T07:39:32.521Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-29T07:39:32.522Z] > git --version # timeout=10 [2021-04-29T07:39:32.529Z] > git --version # 'git version 2.24.3' [2021-04-29T07:39:32.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T07:39:32.564Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T07:39:34.222Z] Merging remotes/origin/master commit 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 into PR head commit edff426c70898a952e2904740446956a262585cc [2021-04-29T07:39:33.661Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-29T07:39:33.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T07:39:33.690Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-29T07:39:33.708Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-29T07:39:33.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T07:39:33.724Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-29T07:39:34.231Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T07:39:34.240Z] > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 [2021-04-29T07:39:34.578Z] Merge succeeded, producing edff426c70898a952e2904740446956a262585cc [2021-04-29T07:39:34.579Z] Checking out Revision edff426c70898a952e2904740446956a262585cc (PR-345) [2021-04-29T07:39:34.536Z] > git remote # timeout=10 [2021-04-29T07:39:34.544Z] > git config --get remote.origin.url # timeout=10 [2021-04-29T07:39:34.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T07:39:34.555Z] > git merge 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 [2021-04-29T07:39:34.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-29T07:39:34.582Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T07:39:34.587Z] > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 [2021-04-29T07:39:38.532Z] Commit message: "Merge branch 'master' into issue_#328" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T07:39:39.728Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-29T07:39:40.058Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-29T07:39:40.353Z] + sudo service docker restart [2021-04-29T07:39:40.353Z] + true [2021-04-29T07:39:40.353Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T07:39:41.774Z] provisioning config files... [2021-04-29T07:39:41.804Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2324353800996793847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:39:42.143Z] ---> docker-login.sh [2021-04-29T07:39:42.143Z] nexus3.edgexfoundry.org:10001 [2021-04-29T07:39:42.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:39:42.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:39:42.406Z] Configure a credential helper to remove this warning. See [2021-04-29T07:39:42.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:39:42.406Z] [2021-04-29T07:39:42.406Z] Login Succeeded [2021-04-29T07:39:42.671Z] nexus3.edgexfoundry.org:10002 [2021-04-29T07:39:42.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:39:42.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:39:42.954Z] Configure a credential helper to remove this warning. See [2021-04-29T07:39:42.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:39:42.954Z] [2021-04-29T07:39:42.954Z] Login Succeeded [2021-04-29T07:39:42.954Z] nexus3.edgexfoundry.org:10003 [2021-04-29T07:39:42.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:39:42.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:39:42.954Z] Configure a credential helper to remove this warning. See [2021-04-29T07:39:42.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:39:42.954Z] [2021-04-29T07:39:42.954Z] Login Succeeded [2021-04-29T07:39:42.954Z] nexus3.edgexfoundry.org:10004 [2021-04-29T07:39:43.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:39:43.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:39:43.223Z] Configure a credential helper to remove this warning. See [2021-04-29T07:39:43.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:39:43.223Z] [2021-04-29T07:39:43.223Z] Login Succeeded [2021-04-29T07:39:43.223Z] docker.io [2021-04-29T07:39:43.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:39:43.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:39:43.749Z] Configure a credential helper to remove this warning. See [2021-04-29T07:39:43.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:39:43.749Z] [2021-04-29T07:39:43.749Z] Login Succeeded [2021-04-29T07:39:43.749Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T07:39:43.761Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-29T07:39:43.965Z] ========================================================= [2021-04-29T07:39:43.965Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-29T07:39:43.965Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:39:44.288Z] + 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-04-29T07:39:44.872Z] Sending build context to Docker daemon 34.91MB [2021-04-29T07:39:44.872Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T07:39:44.872Z] Step 2/8 : FROM ${BASE} [2021-04-29T07:39:44.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-29T07:39:44.872Z] 188c0c94c7c5: Pulling fs layer [2021-04-29T07:39:44.872Z] 0ef7d3d256c8: Pulling fs layer [2021-04-29T07:39:44.872Z] de9db76c5a1d: Pulling fs layer [2021-04-29T07:39:44.872Z] bca2f99d35d6: Pulling fs layer [2021-04-29T07:39:44.872Z] 93359f2a8cfa: Pulling fs layer [2021-04-29T07:39:44.872Z] 7c6f9722023f: Pulling fs layer [2021-04-29T07:39:44.872Z] a35cf1a2eb13: Pulling fs layer [2021-04-29T07:39:44.872Z] bca2f99d35d6: Waiting [2021-04-29T07:39:44.872Z] 93359f2a8cfa: Waiting [2021-04-29T07:39:44.872Z] a35cf1a2eb13: Waiting [2021-04-29T07:39:44.872Z] de9db76c5a1d: Verifying Checksum [2021-04-29T07:39:44.872Z] de9db76c5a1d: Download complete [2021-04-29T07:39:44.872Z] 0ef7d3d256c8: Verifying Checksum [2021-04-29T07:39:44.872Z] 0ef7d3d256c8: Download complete [2021-04-29T07:39:44.872Z] 93359f2a8cfa: Download complete [2021-04-29T07:39:44.872Z] 7c6f9722023f: Verifying Checksum [2021-04-29T07:39:44.872Z] 7c6f9722023f: Download complete [2021-04-29T07:39:44.872Z] 188c0c94c7c5: Verifying Checksum [2021-04-29T07:39:44.872Z] 188c0c94c7c5: Download complete [2021-04-29T07:39:45.465Z] 188c0c94c7c5: Pull complete [2021-04-29T07:39:45.729Z] 0ef7d3d256c8: Pull complete [2021-04-29T07:39:45.729Z] de9db76c5a1d: Pull complete [2021-04-29T07:39:47.692Z] a35cf1a2eb13: Verifying Checksum [2021-04-29T07:39:47.692Z] a35cf1a2eb13: Download complete [2021-04-29T07:39:47.956Z] bca2f99d35d6: Download complete [2021-04-29T07:39:54.609Z] bca2f99d35d6: Pull complete [2021-04-29T07:39:54.609Z] 93359f2a8cfa: Pull complete [2021-04-29T07:39:54.609Z] 7c6f9722023f: Pull complete [2021-04-29T07:39:59.942Z] a35cf1a2eb13: Pull complete [2021-04-29T07:39:59.942Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-29T07:39:59.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-29T07:39:59.942Z] ---> a62c8e92a672 [2021-04-29T07:39:59.942Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-29T07:39:59.942Z] ---> Running in 054d0d709b73 [2021-04-29T07:40:00.210Z] Removing intermediate container 054d0d709b73 [2021-04-29T07:40:00.210Z] ---> 42859c5ef7b4 [2021-04-29T07:40:00.210Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T07:40:00.210Z] ---> Running in 58676ff3f802 [2021-04-29T07:40:01.654Z] Removing intermediate container 58676ff3f802 [2021-04-29T07:40:01.654Z] ---> 981d8d3742bb [2021-04-29T07:40:01.654Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-29T07:40:01.654Z] ---> Running in 0c4b143c790e [2021-04-29T07:40:02.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T07:40:02.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T07:40:03.092Z] OK: 166 MiB in 39 packages [2021-04-29T07:40:03.672Z] Removing intermediate container 0c4b143c790e [2021-04-29T07:40:03.672Z] ---> 788331794920 [2021-04-29T07:40:03.672Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-29T07:40:03.672Z] ---> Running in 0f12513175d8 [2021-04-29T07:40:03.940Z] Removing intermediate container 0f12513175d8 [2021-04-29T07:40:03.940Z] ---> a2595b8d82e3 [2021-04-29T07:40:03.940Z] Step 7/8 : COPY . . [2021-04-29T07:40:08.207Z] ---> b8857d37387f [2021-04-29T07:40:08.207Z] Step 8/8 : RUN go mod download [2021-04-29T07:40:08.207Z] ---> Running in 33cd28b1a64b [2021-04-29T07:40:34.872Z] Removing intermediate container 33cd28b1a64b [2021-04-29T07:40:34.872Z] ---> 5f372e64fd4c [2021-04-29T07:40:34.872Z] Successfully built 5f372e64fd4c [2021-04-29T07:40:34.872Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:40:35.220Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-29T07:40:35.220Z] . [Pipeline] withDockerContainer [2021-04-29T07:40:35.346Z] prd-centos7-docker-4c-2g-2301 does not seem to be running inside a container [2021-04-29T07:40:35.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-29T07:40:36.360Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2302 in /w/workspace/edgexfoundry_edgex-ui-go_PR-345 [2021-04-29T07:40:36.465Z] $ docker top 1df21882c9ab726fb3fb2a598f1f543eff771aac5c1ceee3cffe9837876f211f -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-04-29T07:40:36.676Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-29T07:40:36.933Z] + go version [2021-04-29T07:40:36.933Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-29T07:40:36.948Z] $ docker stop --time=1 1df21882c9ab726fb3fb2a598f1f543eff771aac5c1ceee3cffe9837876f211f [2021-04-29T07:40:38.311Z] $ docker rm -f 1df21882c9ab726fb3fb2a598f1f543eff771aac5c1ceee3cffe9837876f211f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:40:38.876Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-29T07:40:38.877Z] . [Pipeline] withDockerContainer [2021-04-29T07:40:38.980Z] prd-centos7-docker-4c-2g-2301 does not seem to be running inside a container [2021-04-29T07:40:39.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-29T07:40:39.686Z] $ docker top d86d429c72ed514178922aed800fa17e7de7632ed41b9802a201ca21c5b17484 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T07:40:40.113Z] + make test [2021-04-29T07:40:40.113Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-29T07:40:41.527Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-29T07:40:42.381Z] using credential edgex-jenkins-ssh [2021-04-29T07:40:42.428Z] Cloning the remote Git repository [2021-04-29T07:40:42.481Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-29T07:40:42.588Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-29T07:40:42.657Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-29T07:40:42.658Z] > git --version # timeout=10 [2021-04-29T07:40:42.674Z] > git --version # 'git version 2.17.1' [2021-04-29T07:40:42.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T07:40:42.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T07:40:45.369Z] Merging remotes/origin/master commit 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 into PR head commit edff426c70898a952e2904740446956a262585cc [2021-04-29T07:40:44.717Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-29T07:40:44.741Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T07:40:44.762Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-29T07:40:44.791Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-29T07:40:44.792Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T07:40:44.804Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-29T07:40:45.389Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T07:40:45.402Z] > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 [2021-04-29T07:40:46.001Z] Merge succeeded, producing edff426c70898a952e2904740446956a262585cc [2021-04-29T07:40:46.002Z] Checking out Revision edff426c70898a952e2904740446956a262585cc (PR-345) [2021-04-29T07:40:45.925Z] > git remote # timeout=10 [2021-04-29T07:40:45.941Z] > git config --get remote.origin.url # timeout=10 [2021-04-29T07:40:45.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T07:40:45.964Z] > git merge 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 [2021-04-29T07:40:45.987Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-29T07:40:46.009Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T07:40:46.019Z] > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 [2021-04-29T07:40:50.885Z] Commit message: "Merge branch 'master' into issue_#328" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T07:40:52.355Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-29T07:40:52.766Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-29T07:40:53.109Z] + sudo service docker restart [2021-04-29T07:40:53.109Z] + true [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-29T07:40:53.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-29T07:40:53.987Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T07:40:55.777Z] provisioning config files... [2021-04-29T07:40:55.824Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config7376548672492452909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [2021-04-29T07:40:55.945Z] $ docker stop --time=1 d86d429c72ed514178922aed800fa17e7de7632ed41b9802a201ca21c5b17484 [2021-04-29T07:40:56.192Z] ---> docker-login.sh [2021-04-29T07:40:56.192Z] nexus3.edgexfoundry.org:10001 [2021-04-29T07:40:57.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:40:57.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:40:57.463Z] Configure a credential helper to remove this warning. See [2021-04-29T07:40:57.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:40:57.463Z] [2021-04-29T07:40:57.463Z] Login Succeeded [2021-04-29T07:40:57.463Z] nexus3.edgexfoundry.org:10002 [2021-04-29T07:40:57.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:40:58.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:40:58.015Z] Configure a credential helper to remove this warning. See [2021-04-29T07:40:58.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:40:58.015Z] [2021-04-29T07:40:58.015Z] Login Succeeded [2021-04-29T07:40:58.015Z] nexus3.edgexfoundry.org:10003 [2021-04-29T07:40:58.248Z] $ docker rm -f d86d429c72ed514178922aed800fa17e7de7632ed41b9802a201ca21c5b17484 [2021-04-29T07:40:58.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T07:40:58.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:40:58.561Z] Configure a credential helper to remove this warning. See [2021-04-29T07:40:58.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:40:58.561Z] [2021-04-29T07:40:58.561Z] Login Succeeded [2021-04-29T07:40:58.561Z] nexus3.edgexfoundry.org:10004 [2021-04-29T07:40:58.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-29T07:40:58.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T07:40:59.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:40:59.107Z] Configure a credential helper to remove this warning. See [2021-04-29T07:40:59.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:40:59.107Z] [2021-04-29T07:40:59.107Z] Login Succeeded [2021-04-29T07:40:59.107Z] docker.io [2021-04-29T07:40:59.250Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-29T07:40:59.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-04-29T07:40:59.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T07:40:59.975Z] Configure a credential helper to remove this warning. See [2021-04-29T07:40:59.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T07:40:59.975Z] [2021-04-29T07:40:59.975Z] Login Succeeded [2021-04-29T07:40:59.975Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T07:40:59.994Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-29T07:41:00.232Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo [2021-04-29T07:41:00.329Z] ========================================================= [2021-04-29T07:41:00.329Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-29T07:41:00.329Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:41:00.567Z] + ls -al . [2021-04-29T07:41:00.567Z] total 92 [2021-04-29T07:41:00.567Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 29 07:40 . [2021-04-29T07:41:00.567Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 29 07:39 .. [2021-04-29T07:41:00.567Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 29 07:39 assets [2021-04-29T07:41:00.567Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 29 07:39 bin [2021-04-29T07:41:00.567Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 29 07:39 cmd [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 29 07:39 CONTRIBUTING.md [2021-04-29T07:41:00.567Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 29 07:40 coverage.out [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 29 07:39 Dockerfile [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 29 07:39 Dockerfile.build [2021-04-29T07:41:00.567Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 29 07:39 docs [2021-04-29T07:41:00.567Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 29 07:39 .git [2021-04-29T07:41:00.567Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 29 07:39 .github [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 29 07:39 .gitignore [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 29 07:39 go.mod [2021-04-29T07:41:00.567Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 29 07:40 go.sum [2021-04-29T07:41:00.567Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 29 07:39 internal [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 29 07:39 Jenkinsfile [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 29 07:39 LICENSE [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 29 07:39 Makefile [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 6012 Apr 29 07:39 README.md [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 29 07:37 VERSION [2021-04-29T07:41:00.567Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 29 07:39 version.go [2021-04-29T07:41:00.567Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 29 07:39 web [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:41:00.677Z] + 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-04-29T07:41:00.902Z] + 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=edff426c70898a952e2904740446956a262585cc --label arch=amd64 --label version=0.0.0 . [2021-04-29T07:41:01.511Z] Sending build context to Docker daemon 34.94MB [2021-04-29T07:41:01.511Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T07:41:01.511Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-29T07:41:01.511Z] ---> 5f372e64fd4c [2021-04-29T07:41:01.511Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-29T07:41:01.754Z] Sending build context to Docker daemon 34.91MB [2021-04-29T07:41:01.754Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T07:41:01.754Z] Step 2/8 : FROM ${BASE} [2021-04-29T07:41:01.754Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-29T07:41:01.754Z] 5f621e34cdf4: Pulling fs layer [2021-04-29T07:41:01.754Z] a4357932f1b6: Pulling fs layer [2021-04-29T07:41:01.754Z] 18c013af1878: Pulling fs layer [2021-04-29T07:41:01.754Z] 00ac8860ef70: Pulling fs layer [2021-04-29T07:41:01.754Z] 63d7cb157983: Pulling fs layer [2021-04-29T07:41:01.754Z] b116817d02f9: Pulling fs layer [2021-04-29T07:41:01.754Z] 745a02a5169b: Pulling fs layer [2021-04-29T07:41:01.754Z] 00ac8860ef70: Waiting [2021-04-29T07:41:01.754Z] 63d7cb157983: Waiting [2021-04-29T07:41:01.754Z] b116817d02f9: Waiting [2021-04-29T07:41:01.754Z] 745a02a5169b: Waiting [2021-04-29T07:41:01.754Z] 18c013af1878: Verifying Checksum [2021-04-29T07:41:01.754Z] 18c013af1878: Download complete [2021-04-29T07:41:02.027Z] a4357932f1b6: Download complete [2021-04-29T07:41:02.027Z] 63d7cb157983: Download complete [2021-04-29T07:41:02.027Z] b116817d02f9: Verifying Checksum [2021-04-29T07:41:02.027Z] b116817d02f9: Download complete [2021-04-29T07:41:02.027Z] 5f621e34cdf4: Verifying Checksum [2021-04-29T07:41:02.027Z] 5f621e34cdf4: Download complete [2021-04-29T07:41:02.088Z] ---> Running in a726ebf186df [2021-04-29T07:41:02.088Z] Removing intermediate container a726ebf186df [2021-04-29T07:41:02.088Z] ---> 049927528691 [2021-04-29T07:41:02.088Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-29T07:41:02.088Z] ---> Running in 99bf5e8c857c [2021-04-29T07:41:02.351Z] Removing intermediate container 99bf5e8c857c [2021-04-29T07:41:02.351Z] ---> 958b2713e536 [2021-04-29T07:41:02.351Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-29T07:41:02.351Z] ---> Running in ecaf87c03f14 [2021-04-29T07:41:02.616Z] Removing intermediate container ecaf87c03f14 [2021-04-29T07:41:02.616Z] ---> 6ab00384f83f [2021-04-29T07:41:02.616Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-29T07:41:02.616Z] ---> Running in 3b1cc85a38be [2021-04-29T07:41:02.630Z] 5f621e34cdf4: Pull complete [2021-04-29T07:41:02.883Z] Removing intermediate container 3b1cc85a38be [2021-04-29T07:41:02.883Z] ---> 57acc93a075b [2021-04-29T07:41:02.883Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-29T07:41:02.883Z] ---> Running in 979635c0d868 [2021-04-29T07:41:03.146Z] Removing intermediate container 979635c0d868 [2021-04-29T07:41:03.146Z] ---> 59be161b59a4 [2021-04-29T07:41:03.146Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T07:41:03.146Z] ---> Running in 14f1a8d3b1ea [2021-04-29T07:41:03.229Z] a4357932f1b6: Pull complete [2021-04-29T07:41:03.503Z] 18c013af1878: Pull complete [2021-04-29T07:41:04.098Z] Removing intermediate container 14f1a8d3b1ea [2021-04-29T07:41:04.098Z] ---> a13f9d6f72c6 [2021-04-29T07:41:04.098Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-29T07:41:04.369Z] ---> Running in d4b31937f87c [2021-04-29T07:41:04.934Z] 745a02a5169b: Verifying Checksum [2021-04-29T07:41:04.934Z] 745a02a5169b: Download complete [2021-04-29T07:41:04.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T07:41:05.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T07:41:05.911Z] 00ac8860ef70: Verifying Checksum [2021-04-29T07:41:05.911Z] 00ac8860ef70: Download complete [2021-04-29T07:41:06.106Z] OK: 166 MiB in 39 packages [2021-04-29T07:41:06.682Z] Removing intermediate container d4b31937f87c [2021-04-29T07:41:06.682Z] ---> 7a6c5c016795 [2021-04-29T07:41:06.682Z] Step 10/24 : ENV GO111MODULE=on [2021-04-29T07:41:06.945Z] ---> Running in 4d31ca4aeff1 [2021-04-29T07:41:06.945Z] Removing intermediate container 4d31ca4aeff1 [2021-04-29T07:41:06.945Z] ---> 47f3c7f07046 [2021-04-29T07:41:06.945Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-29T07:41:07.213Z] ---> Running in 83983adc1757 [2021-04-29T07:41:07.213Z] Removing intermediate container 83983adc1757 [2021-04-29T07:41:07.213Z] ---> 5825289b7126 [2021-04-29T07:41:07.213Z] Step 12/24 : COPY go.mod . [2021-04-29T07:41:07.475Z] ---> ff0fe8a5b28d [2021-04-29T07:41:07.475Z] Step 13/24 : COPY Makefile . [2021-04-29T07:41:07.738Z] ---> a9a1fac83cde [2021-04-29T07:41:07.738Z] Step 14/24 : RUN make update [2021-04-29T07:41:08.000Z] ---> Running in 32058d521da8 [2021-04-29T07:41:08.271Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-29T07:41:08.848Z] Removing intermediate container 32058d521da8 [2021-04-29T07:41:08.848Z] ---> 9cba2cfa249a [2021-04-29T07:41:08.848Z] Step 15/24 : COPY . . [2021-04-29T07:41:12.174Z] ---> 26d4575ee126 [2021-04-29T07:41:12.174Z] Step 16/24 : RUN ${MAKE} [2021-04-29T07:41:12.174Z] ---> Running in 87c487456aa4 [2021-04-29T07:41:13.131Z] 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-04-29T07:41:16.091Z] 00ac8860ef70: Pull complete [2021-04-29T07:41:16.368Z] 63d7cb157983: Pull complete [2021-04-29T07:41:16.965Z] b116817d02f9: Pull complete [2021-04-29T07:41:20.351Z] 745a02a5169b: Pull complete [2021-04-29T07:41:20.351Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-29T07:41:20.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-29T07:41:20.626Z] ---> b7e6874047d6 [2021-04-29T07:41:20.626Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-29T07:41:23.247Z] ---> Running in 6e1dae121d69 [2021-04-29T07:41:23.306Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-29T07:41:23.845Z] Removing intermediate container 6e1dae121d69 [2021-04-29T07:41:23.845Z] ---> 5f9c00c8387e [2021-04-29T07:41:23.845Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T07:41:23.845Z] ---> Running in 138ef23f4569 [2021-04-29T07:41:26.469Z] Removing intermediate container 138ef23f4569 [2021-04-29T07:41:26.469Z] ---> cfa7a79c0fc2 [2021-04-29T07:41:26.469Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-29T07:41:26.469Z] ---> Running in 8ce4c561b4be [2021-04-29T07:41:27.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T07:41:27.542Z] Removing intermediate container 87c487456aa4 [2021-04-29T07:41:27.542Z] ---> 029d1e0cbd6e [2021-04-29T07:41:27.542Z] Step 17/24 : FROM alpine:3.12 [2021-04-29T07:41:27.804Z] 3.12: Pulling from library/alpine [2021-04-29T07:41:27.804Z] 339de151aab4: Pulling fs layer [2021-04-29T07:41:28.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T07:41:28.072Z] 339de151aab4: Verifying Checksum [2021-04-29T07:41:28.072Z] 339de151aab4: Download complete [2021-04-29T07:41:28.333Z] 339de151aab4: Pull complete [2021-04-29T07:41:28.333Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T07:41:28.333Z] Status: Downloaded newer image for alpine:3.12 [2021-04-29T07:41:28.333Z] ---> 13621d1b12d4 [2021-04-29T07:41:28.333Z] Step 18/24 : EXPOSE 4000 [2021-04-29T07:41:28.606Z] ---> Running in e44c35360b6b [2021-04-29T07:41:28.606Z] Removing intermediate container e44c35360b6b [2021-04-29T07:41:28.606Z] ---> 65290b9e7751 [2021-04-29T07:41:28.606Z] 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-04-29T07:41:28.629Z] OK: 142 MiB in 39 packages [2021-04-29T07:41:29.602Z] Removing intermediate container 8ce4c561b4be [2021-04-29T07:41:29.602Z] ---> 440183ea6a53 [2021-04-29T07:41:29.602Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-29T07:41:29.881Z] ---> Running in 888d924e13d0 [2021-04-29T07:41:30.474Z] Removing intermediate container 888d924e13d0 [2021-04-29T07:41:30.474Z] ---> 770f72719211 [2021-04-29T07:41:30.474Z] Step 7/8 : COPY . . [2021-04-29T07:41:30.547Z] ---> 9487b277c124 [2021-04-29T07:41:30.547Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-29T07:41:30.547Z] ---> Running in 19e59eafbf1e [2021-04-29T07:41:30.547Z] Removing intermediate container 19e59eafbf1e [2021-04-29T07:41:30.547Z] ---> df69969272ca [2021-04-29T07:41:30.547Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-29T07:41:30.547Z] ---> Running in 101d1146cc9f [2021-04-29T07:41:30.811Z] Removing intermediate container 101d1146cc9f [2021-04-29T07:41:30.811Z] ---> f1beb945073c [2021-04-29T07:41:30.811Z] Step 22/24 : LABEL arch=amd64 [2021-04-29T07:41:30.811Z] ---> Running in f13140a7a3c7 [2021-04-29T07:41:30.811Z] Removing intermediate container f13140a7a3c7 [2021-04-29T07:41:30.811Z] ---> d68f1cc758e4 [2021-04-29T07:41:30.811Z] Step 23/24 : LABEL git_sha=edff426c70898a952e2904740446956a262585cc [2021-04-29T07:41:31.074Z] ---> Running in 8d502f7fb4d8 [2021-04-29T07:41:31.074Z] Removing intermediate container 8d502f7fb4d8 [2021-04-29T07:41:31.074Z] ---> ab595eb09e58 [2021-04-29T07:41:31.074Z] Step 24/24 : LABEL version=0.0.0 [2021-04-29T07:41:31.339Z] ---> Running in de9ea43a60fe [2021-04-29T07:41:31.339Z] Removing intermediate container de9ea43a60fe [2021-04-29T07:41:31.339Z] ---> 57fc299a25d1 [2021-04-29T07:41:31.339Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-29T07:41:31.339Z] Successfully built 57fc299a25d1 [2021-04-29T07:41:31.602Z] 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-04-29T07:41:32.147Z] ---> job-cost.sh [2021-04-29T07:41:32.147Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-66Wm [2021-04-29T07:41:33.893Z] ---> 146770a8e60b [2021-04-29T07:41:33.893Z] Step 8/8 : RUN go mod download [2021-04-29T07:41:33.893Z] ---> Running in 06af2eb12551 [2021-04-29T07:41:47.087Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-29T07:42:06.240Z] Removing intermediate container 06af2eb12551 [2021-04-29T07:42:06.240Z] ---> 5102c0f3be7b [2021-04-29T07:42:06.240Z] Successfully built 5102c0f3be7b [2021-04-29T07:42:06.240Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:42:06.586Z] + docker inspect -f . ci-base-image-arm64 [2021-04-29T07:42:06.586Z] . [Pipeline] withDockerContainer [2021-04-29T07:42:06.878Z] prd-ubuntu18.04-docker-arm64-4c-16g-2302 does not seem to be running inside a container [2021-04-29T07:42:06.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-29T07:42:08.456Z] $ docker top 01fb1509fd9f54b4e3e6a003c4f7d13d84a06b71313be5d3c2abeb9e6ce032d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T07:42:09.401Z] + go version [2021-04-29T07:42:09.401Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-29T07:42:09.417Z] $ docker stop --time=1 01fb1509fd9f54b4e3e6a003c4f7d13d84a06b71313be5d3c2abeb9e6ce032d5 [2021-04-29T07:42:11.300Z] $ docker rm -f 01fb1509fd9f54b4e3e6a003c4f7d13d84a06b71313be5d3c2abeb9e6ce032d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:42:11.978Z] + docker inspect -f . ci-base-image-arm64 [2021-04-29T07:42:11.978Z] . [Pipeline] withDockerContainer [2021-04-29T07:42:12.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-2302 does not seem to be running inside a container [2021-04-29T07:42:12.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-29T07:42:13.705Z] $ docker top 0bfa182b2d794f4145383b6e06cef8ea92645424bef94e22c4621425f782ec17 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T07:42:14.669Z] + make test [2021-04-29T07:42:14.669Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-29T07:42:16.111Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-29T07:42:19.299Z] lf-activate-venv(): INFO: Adding /tmp/venv-66Wm/bin to PATH [2021-04-29T07:42:19.299Z] INFO: No Stack... [2021-04-29T07:42:19.299Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-29T07:42:19.299Z] INFO: Archiving Costs [Pipeline] sh [2021-04-29T07:42:19.612Z] + cut -d, -f6 [2021-04-29T07:42:19.612Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-04-29T07:42:19.702Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [2021-04-29T07:42:19.714Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] did not exist. Created. [2021-04-29T07:42:19.714Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-29T07:42:20.048Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-29T07:42:20.202Z] Stashed 1 file(s) [Pipeline] } [2021-04-29T07:42:20.221Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-29T07:42:48.877Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-29T07:42:48.877Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-29T07:42:50.876Z] $ docker stop --time=1 0bfa182b2d794f4145383b6e06cef8ea92645424bef94e22c4621425f782ec17 [2021-04-29T07:42:53.185Z] $ docker rm -f 0bfa182b2d794f4145383b6e06cef8ea92645424bef94e22c4621425f782ec17 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T07:42:53.984Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-29T07:42:54.004Z] Warning: overwriting stash ‘coverage-report’ [2021-04-29T07:42:54.853Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T07:42:55.309Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-29T07:42:55.647Z] + ls -al . [2021-04-29T07:42:55.647Z] total 124 [2021-04-29T07:42:55.647Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 29 07:42 . [2021-04-29T07:42:55.647Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 07:40 .. [2021-04-29T07:42:55.647Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 29 07:40 .git [2021-04-29T07:42:55.647Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 07:40 .github [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 29 07:40 .gitignore [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 29 07:40 CONTRIBUTING.md [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 29 07:40 Dockerfile [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 29 07:40 Dockerfile.build [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 29 07:40 Jenkinsfile [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 29 07:40 LICENSE [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 29 07:40 Makefile [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 6012 Apr 29 07:40 README.md [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 29 07:37 VERSION [2021-04-29T07:42:55.647Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 29 07:40 assets [2021-04-29T07:42:55.647Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 07:40 bin [2021-04-29T07:42:55.647Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 29 07:40 cmd [2021-04-29T07:42:55.647Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 29 07:42 coverage.out [2021-04-29T07:42:55.647Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 29 07:40 docs [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 29 07:40 go.mod [2021-04-29T07:42:55.647Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 29 07:42 go.sum [2021-04-29T07:42:55.647Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 29 07:40 internal [2021-04-29T07:42:55.647Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 29 07:40 version.go [2021-04-29T07:42:55.647Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 07:40 web [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:42:55.999Z] + 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=edff426c70898a952e2904740446956a262585cc --label arch=arm64 --label version=0.0.0 . [2021-04-29T07:42:56.986Z] Sending build context to Docker daemon 34.94MB [2021-04-29T07:42:56.986Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T07:42:56.986Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-29T07:42:56.986Z] ---> 5102c0f3be7b [2021-04-29T07:42:56.986Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-29T07:42:57.581Z] ---> Running in 9e198cd5cc3c [2021-04-29T07:42:58.174Z] Removing intermediate container 9e198cd5cc3c [2021-04-29T07:42:58.174Z] ---> 2d8d720de0cb [2021-04-29T07:42:58.174Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-29T07:42:58.174Z] ---> Running in 2211f76f77e4 [2021-04-29T07:42:58.766Z] Removing intermediate container 2211f76f77e4 [2021-04-29T07:42:58.766Z] ---> f1209a68e978 [2021-04-29T07:42:58.766Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-29T07:42:58.766Z] ---> Running in 05f9de8e2973 [2021-04-29T07:42:59.358Z] Removing intermediate container 05f9de8e2973 [2021-04-29T07:42:59.358Z] ---> c3268977f957 [2021-04-29T07:42:59.358Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-29T07:42:59.358Z] ---> Running in bf4959a70d6b [2021-04-29T07:42:59.632Z] Removing intermediate container bf4959a70d6b [2021-04-29T07:42:59.632Z] ---> 3883f9e94f90 [2021-04-29T07:42:59.632Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-29T07:42:59.905Z] ---> Running in 85ff83d51f91 [2021-04-29T07:43:00.184Z] Removing intermediate container 85ff83d51f91 [2021-04-29T07:43:00.184Z] ---> a80201dcb5c6 [2021-04-29T07:43:00.184Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T07:43:00.459Z] ---> Running in bb72ad7fec05 [2021-04-29T07:43:02.440Z] Removing intermediate container bb72ad7fec05 [2021-04-29T07:43:02.440Z] ---> 18c4ec9e3712 [2021-04-29T07:43:02.440Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-29T07:43:02.722Z] ---> Running in 96fdc016f700 [2021-04-29T07:43:03.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T07:43:04.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T07:43:05.267Z] OK: 142 MiB in 39 packages [2021-04-29T07:43:06.245Z] Removing intermediate container 96fdc016f700 [2021-04-29T07:43:06.245Z] ---> 04df4c5669fa [2021-04-29T07:43:06.245Z] Step 10/24 : ENV GO111MODULE=on [2021-04-29T07:43:06.245Z] ---> Running in b4c10a386172 [2021-04-29T07:43:06.838Z] Removing intermediate container b4c10a386172 [2021-04-29T07:43:06.838Z] ---> 7a90fb024f5c [2021-04-29T07:43:06.838Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-29T07:43:06.838Z] ---> Running in 444ee4b57f7a [2021-04-29T07:43:07.440Z] Removing intermediate container 444ee4b57f7a [2021-04-29T07:43:07.440Z] ---> 603cb2e93f30 [2021-04-29T07:43:07.440Z] Step 12/24 : COPY go.mod . [2021-04-29T07:43:08.038Z] ---> 26677f0c2c4f [2021-04-29T07:43:08.038Z] Step 13/24 : COPY Makefile . [2021-04-29T07:43:08.638Z] ---> f7c9f1598a1b [2021-04-29T07:43:08.638Z] Step 14/24 : RUN make update [2021-04-29T07:43:08.911Z] ---> Running in fda21e776db6 [2021-04-29T07:43:09.887Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-29T07:43:11.339Z] Removing intermediate container fda21e776db6 [2021-04-29T07:43:11.339Z] ---> 5718f2830d87 [2021-04-29T07:43:11.339Z] Step 15/24 : COPY . . [2021-04-29T07:43:14.738Z] ---> 401d301f9d00 [2021-04-29T07:43:14.738Z] Step 16/24 : RUN ${MAKE} [2021-04-29T07:43:14.738Z] ---> Running in 3ea2a355de25 [2021-04-29T07:43:15.716Z] 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-04-29T07:43:42.546Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-29T07:43:49.256Z] Removing intermediate container 3ea2a355de25 [2021-04-29T07:43:49.256Z] ---> 3f4b1af0e7e0 [2021-04-29T07:43:49.256Z] Step 17/24 : FROM alpine:3.12 [2021-04-29T07:43:49.256Z] 3.12: Pulling from library/alpine [2021-04-29T07:43:49.256Z] d2f70382dc9a: Pulling fs layer [2021-04-29T07:43:49.256Z] d2f70382dc9a: Verifying Checksum [2021-04-29T07:43:49.256Z] d2f70382dc9a: Download complete [2021-04-29T07:43:49.546Z] d2f70382dc9a: Pull complete [2021-04-29T07:43:49.818Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T07:43:49.819Z] Status: Downloaded newer image for alpine:3.12 [2021-04-29T07:43:49.819Z] ---> 9852663dfa18 [2021-04-29T07:43:49.819Z] Step 18/24 : EXPOSE 4000 [2021-04-29T07:43:49.819Z] ---> Running in 57b419a8879f [2021-04-29T07:43:50.413Z] Removing intermediate container 57b419a8879f [2021-04-29T07:43:50.413Z] ---> 03c2d2eae8dd [2021-04-29T07:43:50.413Z] 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-04-29T07:43:53.031Z] ---> 5a7564ae2baf [2021-04-29T07:43:53.031Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-29T07:43:53.031Z] ---> Running in 59d51b27af29 [2021-04-29T07:43:53.306Z] Removing intermediate container 59d51b27af29 [2021-04-29T07:43:53.306Z] ---> c5278c3b172e [2021-04-29T07:43:53.306Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-29T07:43:53.306Z] ---> Running in 695ab9e66b7b [2021-04-29T07:43:53.896Z] Removing intermediate container 695ab9e66b7b [2021-04-29T07:43:53.896Z] ---> 2b344ad2eaff [2021-04-29T07:43:53.896Z] Step 22/24 : LABEL arch=arm64 [2021-04-29T07:43:53.896Z] ---> Running in 6df7ac35c92d [2021-04-29T07:43:54.496Z] Removing intermediate container 6df7ac35c92d [2021-04-29T07:43:54.496Z] ---> 0aad83bd1419 [2021-04-29T07:43:54.496Z] Step 23/24 : LABEL git_sha=edff426c70898a952e2904740446956a262585cc [2021-04-29T07:43:54.496Z] ---> Running in ac24a5597a7e [2021-04-29T07:43:54.772Z] Removing intermediate container ac24a5597a7e [2021-04-29T07:43:54.772Z] ---> 5f656a42703b [2021-04-29T07:43:54.772Z] Step 24/24 : LABEL version=0.0.0 [2021-04-29T07:43:55.046Z] ---> Running in d6b1f01ea98a [2021-04-29T07:43:55.320Z] Removing intermediate container d6b1f01ea98a [2021-04-29T07:43:55.320Z] ---> 3f2b31e7b726 [2021-04-29T07:43:55.320Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-29T07:43:55.591Z] Successfully built 3f2b31e7b726 [2021-04-29T07:43:55.591Z] 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-04-29T07:43:56.090Z] ---> job-cost.sh [2021-04-29T07:43:56.090Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wjfJ [2021-04-29T07:44:35.044Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-29T07:45:56.763Z] lf-activate-venv(): INFO: Adding /tmp/venv-wjfJ/bin to PATH [2021-04-29T07:45:56.763Z] INFO: No Stack... [2021-04-29T07:45:56.763Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-29T07:45:57.354Z] INFO: Archiving Costs [Pipeline] sh [2021-04-29T07:45:57.692Z] + + cut -d,cat -f6 /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-29T07:45:57.692Z] [Pipeline] lock [2021-04-29T07:45:57.802Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [2021-04-29T07:45:57.813Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] did not exist. Created. [2021-04-29T07:45:57.813Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-29T07:45:58.188Z] /w/workspace/edgex-ui-go/2@tmp/durable-87423f9c/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-87423f9c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-29T07:45:58.530Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-29T07:45:58.551Z] Warning: overwriting stash ‘stack-cost’ [2021-04-29T07:45:58.773Z] Stashed 1 file(s) [Pipeline] } [2021-04-29T07:45:58.795Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-29T07:45:59.335Z] provisioning config files... [2021-04-29T07:45:59.369Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/config3954841133845319819tmp [Pipeline] { [Pipeline] sh [2021-04-29T07:45:59.797Z] + set +x [2021-04-29T07:45:59.797Z] + curl -s https://codecov.io/bash [2021-04-29T07:45:59.797Z] + bash -s -- [2021-04-29T07:46:00.097Z] [2021-04-29T07:46:00.097Z] _____ _ [2021-04-29T07:46:00.097Z] / ____| | | [2021-04-29T07:46:00.097Z] | | ___ __| | ___ ___ _____ __ [2021-04-29T07:46:00.097Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-29T07:46:00.097Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-29T07:46:00.097Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-29T07:46:00.097Z] Bash-1.0.2 [2021-04-29T07:46:00.097Z] [2021-04-29T07:46:00.097Z] [2021-04-29T07:46:00.097Z] ==> git version 2.24.3 found [2021-04-29T07:46:00.097Z] ==> 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-04-29T07:46:00.097Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-29T07:46:00.098Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-29T07:46:00.098Z] ==> Jenkins CI detected. [2021-04-29T07:46:00.098Z] project root: . [2021-04-29T07:46:00.098Z] --> token set from env [2021-04-29T07:46:00.098Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-29T07:46:00.372Z] ==> Running gcov in . (disable via -X gcov) [2021-04-29T07:46:00.372Z] ==> Python coveragepy not found [2021-04-29T07:46:00.372Z] ==> Searching for coverage reports in: [2021-04-29T07:46:00.372Z] + . [2021-04-29T07:46:00.372Z] -> Found 1 reports [2021-04-29T07:46:00.372Z] ==> Detecting git/mercurial file structure [2021-04-29T07:46:00.372Z] ==> Reading reports [2021-04-29T07:46:00.372Z] + ./coverage.out bytes=10 [2021-04-29T07:46:00.372Z] ==> Appending adjustments [2021-04-29T07:46:00.372Z] https://docs.codecov.io/docs/fixing-reports [2021-04-29T07:46:01.001Z] + Found adjustments [2021-04-29T07:46:01.001Z] ==> Gzipping contents [2021-04-29T07:46:01.001Z] 4.0K /tmp/codecov.fIPAsH.gz [2021-04-29T07:46:01.001Z] ==> Uploading reports [2021-04-29T07:46:01.001Z] url: https://codecov.io [2021-04-29T07:46:01.001Z] query: branch=PR-345&commit=edff426c70898a952e2904740446956a262585cc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-345%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=345&job=&cmd_args= [2021-04-29T07:46:01.001Z] -> Pinging Codecov [2021-04-29T07:46:01.001Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-345&commit=edff426c70898a952e2904740446956a262585cc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-345%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=345&job=&cmd_args= [2021-04-29T07:46:01.608Z] -> Uploading to [2021-04-29T07:46:01.608Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-29/FB506323287CE973F263BFD2A0EB1F37/edff426c70898a952e2904740446956a262585cc/fa80e4a9-a0b4-4b1f-a957-b9f6ff12d292.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210429%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210429T074601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1131f232b3841eb99f936bdaec3774e35d3452325d22498318be83c3d651b40 [2021-04-29T07:46:01.608Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-29T07:46:01.608Z] Dload Upload Total Spent Left Speed [2021-04-29T07:46:02.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6375 --:--:-- --:--:-- --:--:-- 6386 [2021-04-29T07:46:02.248Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/edff426c70898a952e2904740446956a262585cc [Pipeline] } [2021-04-29T07:46:02.548Z] 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-04-29T07:46:04.539Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:46:05.590Z] ---> package-listing.sh [2021-04-29T07:46:05.590Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-29T07:46:05.590Z] ++ facter osfamily [2021-04-29T07:46:05.881Z] + OS_FAMILY=redhat [2021-04-29T07:46:05.881Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-345 [2021-04-29T07:46:05.881Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-29T07:46:05.881Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-29T07:46:05.881Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-29T07:46:05.881Z] + PACKAGES=/tmp/packages_start.txt [2021-04-29T07:46:05.881Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-345 ']' [2021-04-29T07:46:05.881Z] + PACKAGES=/tmp/packages_end.txt [2021-04-29T07:46:05.881Z] + case "${OS_FAMILY}" in [2021-04-29T07:46:05.881Z] + sort [2021-04-29T07:46:05.881Z] + rpm -qa [2021-04-29T07:46:14.461Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-29T07:46:14.461Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-29T07:46:14.461Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-29T07:46:14.461Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-345 ']' [2021-04-29T07:46:14.461Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-345/archives/ [2021-04-29T07:46:14.461Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-345/archives/ [Pipeline] echo [2021-04-29T07:46:14.504Z] 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-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-29T07:46:15.046Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:46:15.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T07:46:16.348Z] [2021-04-29T07:46:16.348Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-29T07:46:16.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T07:46:17.170Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-29T07:46:17.170Z] df20fa9351a1: Pulling fs layer [2021-04-29T07:46:17.170Z] 36b3adc4ff6f: Pulling fs layer [2021-04-29T07:46:17.170Z] 8ad3a11d3b57: Pulling fs layer [2021-04-29T07:46:17.170Z] 46f8f816bc3b: Pulling fs layer [2021-04-29T07:46:17.170Z] 93b61091891f: Pulling fs layer [2021-04-29T07:46:17.170Z] 93b9cdb0e59b: Pulling fs layer [2021-04-29T07:46:17.170Z] 5e14af77c1be: Pulling fs layer [2021-04-29T07:46:17.170Z] 01666e4c0597: Pulling fs layer [2021-04-29T07:46:17.170Z] aa168da1d23b: Pulling fs layer [2021-04-29T07:46:17.170Z] 93b9cdb0e59b: Waiting [2021-04-29T07:46:17.170Z] 5e14af77c1be: Waiting [2021-04-29T07:46:17.170Z] 01666e4c0597: Waiting [2021-04-29T07:46:17.170Z] aa168da1d23b: Waiting [2021-04-29T07:46:17.170Z] 46f8f816bc3b: Waiting [2021-04-29T07:46:17.170Z] 36b3adc4ff6f: Download complete [2021-04-29T07:46:17.170Z] 46f8f816bc3b: Verifying Checksum [2021-04-29T07:46:17.170Z] 46f8f816bc3b: Download complete [2021-04-29T07:46:17.170Z] df20fa9351a1: Verifying Checksum [2021-04-29T07:46:17.170Z] df20fa9351a1: Download complete [2021-04-29T07:46:17.562Z] 93b9cdb0e59b: Verifying Checksum [2021-04-29T07:46:17.562Z] 93b9cdb0e59b: Download complete [2021-04-29T07:46:17.562Z] 5e14af77c1be: Verifying Checksum [2021-04-29T07:46:17.562Z] 5e14af77c1be: Download complete [2021-04-29T07:46:17.562Z] 01666e4c0597: Verifying Checksum [2021-04-29T07:46:17.562Z] 01666e4c0597: Download complete [2021-04-29T07:46:17.562Z] 93b61091891f: Verifying Checksum [2021-04-29T07:46:17.562Z] 93b61091891f: Download complete [2021-04-29T07:46:18.269Z] df20fa9351a1: Pull complete [2021-04-29T07:46:18.565Z] 8ad3a11d3b57: Verifying Checksum [2021-04-29T07:46:18.565Z] 8ad3a11d3b57: Download complete [2021-04-29T07:46:19.184Z] 36b3adc4ff6f: Pull complete [2021-04-29T07:46:22.109Z] 8ad3a11d3b57: Pull complete [2021-04-29T07:46:22.781Z] 46f8f816bc3b: Pull complete [2021-04-29T07:46:24.803Z] 93b61091891f: Pull complete [2021-04-29T07:46:24.803Z] 93b9cdb0e59b: Pull complete [2021-04-29T07:46:25.795Z] 5e14af77c1be: Pull complete [2021-04-29T07:46:25.795Z] 01666e4c0597: Pull complete [2021-04-29T07:46:27.995Z] aa168da1d23b: Verifying Checksum [2021-04-29T07:46:27.995Z] aa168da1d23b: Download complete [2021-04-29T07:46:47.061Z] aa168da1d23b: Pull complete [2021-04-29T07:46:47.061Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-29T07:46:47.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T07:46:47.061Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-29T07:46:47.546Z] prd-centos7-docker-4c-2g-2298 does not seem to be running inside a container [2021-04-29T07:46:47.764Z] $ 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-345/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-345 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345:/w/workspace/edgexfoundry_edgex-ui-go_PR-345:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@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-04-29T07:46:52.519Z] $ docker top a5c8553ff0b4f3252415cc517292821b2512f9d6438e83ddd155085a3826f8e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T07:46:53.856Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-29T07:46:54.344Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-29T07:46:54.809Z] + ls /var/log/sa-host [2021-04-29T07:46:54.809Z] + sadf -c /var/log/sa-host/sa23 [2021-04-29T07:46:55.094Z] file_magic: OK [2021-04-29T07:46:55.094Z] HZ: Using current value: 100 [2021-04-29T07:46:55.094Z] file_header: OK [2021-04-29T07:46:55.094Z] 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-04-29T07:46:55.094Z] Statistics: [2021-04-29T07:46:55.094Z] Hnuu...uuuununununu... [2021-04-29T07:46:55.094Z] File successfully converted to sysstat format version 12.2.1 [2021-04-29T07:46:55.094Z] + sadf -c /var/log/sa-host/sa29 [2021-04-29T07:46:55.094Z] file_magic: OK [2021-04-29T07:46:55.094Z] HZ: Using current value: 100 [2021-04-29T07:46:55.094Z] file_header: OK [2021-04-29T07:46:55.094Z] 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-04-29T07:46:55.094Z] Statistics: [2021-04-29T07:46:55.094Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-29T07:46:55.094Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-29T07:46:55.354Z] provisioning config files... [2021-04-29T07:46:55.379Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/config8895278809774189956tmp [Pipeline] { [Pipeline] echo [2021-04-29T07:46:55.448Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:46:56.178Z] ---> create-netrc.sh [Pipeline] } [2021-04-29T07:46:56.248Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-29T07:46:56.304Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:46:57.053Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-29T07:46:57.074Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:46:57.808Z] ---> sudo-logs.sh [2021-04-29T07:46:57.808Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-29T07:46:57.870Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:46:58.616Z] ---> job-cost.sh [2021-04-29T07:46:58.616Z] lf-activate-venv: SKIPPING [2021-04-29T07:46:58.948Z] DEBUG: total: 0.20999999344348907 [2021-04-29T07:46:58.948Z] INFO: Retrieving Stack Cost... [2021-04-29T07:46:59.579Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-29T07:47:00.224Z] INFO: Archiving Costs [Pipeline] echo [2021-04-29T07:47:00.246Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T07:47:00.702Z] ---> logs-deploy.sh [2021-04-29T07:47:00.703Z] lf-activate-venv: SKIPPING [2021-04-29T07:47:00.703Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-345/2 [2021-04-29T07:47:00.703Z] INFO: archiving workspace using pattern(s): [2021-04-29T07:47:05.468Z] Archives upload complete. [2021-04-29T07:47:05.468Z] INFO: archiving logs to Nexus