Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3567ab7b887fa32b23d84522d93a1035ccdc20f0+8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (a587ddce0c05d22aaa5f22afd000870e2d59ad56) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30229 in /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [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-310 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3567ab7b887fa32b23d84522d93a1035ccdc20f0 Merge succeeded, producing 41b0d89a128cb424d006117aa62bdfa4077cdb18 Checking out Revision 41b0d89a128cb424d006117aa62bdfa4077cdb18 (PR-310) > 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/310/head:refs/remotes/origin/PR-310 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # 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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41b0d89a128cb424d006117aa62bdfa4077cdb18 # timeout=10 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" > git rev-list --no-walk 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T02:06:32.449Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T02:06:32.713Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T02:06:32.825Z] ========================================================= [2021-03-18T02:06:32.825Z] EdgeX Global Pipelines Version Info [2021-03-18T02:06:32.825Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:06:34.281Z] ------------------- [2021-03-18T02:06:34.281Z] stable info: [2021-03-18T02:06:34.281Z] ------------------- [2021-03-18T02:06:34.281Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T02:06:34.281Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T02:06:34.281Z] Message: update stable to v1.0.186 [2021-03-18T02:06:35.227Z] ------------------- [2021-03-18T02:06:35.227Z] experimental info: [2021-03-18T02:06:35.227Z] ------------------- [2021-03-18T02:06:35.227Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T02:06:35.227Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T02:06:35.227Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T02:06:35.483Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-18T02:06:35.577Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-18T02:06:35.666Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T02:06:35.756Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T02:06:35.864Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T02:06:35.984Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T02:06:36.093Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T02:06:36.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T02:06:36.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-18T02:06:36.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T02:06:36.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T02:06:36.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-18T02:06:36.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T02:06:36.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T02:06:36.906Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T02:06:36.993Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T02:06:37.136Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T02:06:37.226Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T02:06:37.329Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T02:06:37.419Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-18T02:06:37.518Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-18T02:06:37.608Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-18T02:06:37.705Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-18T02:06:37.792Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-18T02:06:37.880Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-18T02:06:37.973Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T02:06:38.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-310 [Pipeline] echo [2021-03-18T02:06:38.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-310 [Pipeline] echo [2021-03-18T02:06:38.259Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-310 [Pipeline] echo [2021-03-18T02:06:38.398Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41b0d89a128cb424d006117aa62bdfa4077cdb18 [Pipeline] echo [2021-03-18T02:06:38.492Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41b0d89 [Pipeline] echo [2021-03-18T02:06:38.582Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T02:06:38.796Z] provisioning config files... [2021-03-18T02:06:38.855Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/config3448577524502544623tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:06:39.220Z] ---> docker-login.sh [2021-03-18T02:06:39.220Z] nexus3.edgexfoundry.org:10001 [2021-03-18T02:06:39.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:06:39.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:06:39.751Z] Configure a credential helper to remove this warning. See [2021-03-18T02:06:39.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:06:39.751Z] [2021-03-18T02:06:39.751Z] Login Succeeded [2021-03-18T02:06:39.751Z] nexus3.edgexfoundry.org:10002 [2021-03-18T02:06:39.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:06:40.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:06:40.017Z] Configure a credential helper to remove this warning. See [2021-03-18T02:06:40.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:06:40.017Z] [2021-03-18T02:06:40.017Z] Login Succeeded [2021-03-18T02:06:40.017Z] nexus3.edgexfoundry.org:10003 [2021-03-18T02:06:40.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:06:40.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:06:40.017Z] Configure a credential helper to remove this warning. See [2021-03-18T02:06:40.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:06:40.017Z] [2021-03-18T02:06:40.017Z] Login Succeeded [2021-03-18T02:06:40.017Z] nexus3.edgexfoundry.org:10004 [2021-03-18T02:06:40.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:06:40.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:06:40.281Z] Configure a credential helper to remove this warning. See [2021-03-18T02:06:40.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:06:40.282Z] [2021-03-18T02:06:40.282Z] Login Succeeded [2021-03-18T02:06:40.282Z] docker.io [2021-03-18T02:06:40.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:06:40.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:06:40.815Z] Configure a credential helper to remove this warning. See [2021-03-18T02:06:40.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:06:40.815Z] [2021-03-18T02:06:40.815Z] Login Succeeded [2021-03-18T02:06:40.816Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T02:06:40.829Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T02:06:41.819Z] + git log --format=format:%s -1 41b0d89a128cb424d006117aa62bdfa4077cdb18 [Pipeline] echo [2021-03-18T02:06:41.943Z] GIT_COMMIT: 41b0d89a128cb424d006117aa62bdfa4077cdb18, Commit Message: Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD [Pipeline] echo [2021-03-18T02:06:41.987Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:06:42.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T02:06:42.979Z] [2021-03-18T02:06:42.979Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:06:43.324Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T02:06:43.324Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T02:06:43.324Z] 31603596830f: Pulling fs layer [2021-03-18T02:06:43.324Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T02:06:43.324Z] 6ca5941a6612: Pulling fs layer [2021-03-18T02:06:43.324Z] ecc8261a40a4: Pulling fs layer [2021-03-18T02:06:43.324Z] ecc8261a40a4: Waiting [2021-03-18T02:06:43.324Z] 2a8b12db71e7: Download complete [2021-03-18T02:06:43.596Z] 31603596830f: Verifying Checksum [2021-03-18T02:06:43.596Z] 31603596830f: Download complete [2021-03-18T02:06:43.596Z] 6ca5941a6612: Verifying Checksum [2021-03-18T02:06:43.596Z] 6ca5941a6612: Download complete [2021-03-18T02:06:43.862Z] ecc8261a40a4: Verifying Checksum [2021-03-18T02:06:43.863Z] ecc8261a40a4: Download complete [2021-03-18T02:06:43.863Z] 31603596830f: Pull complete [2021-03-18T02:06:44.126Z] 2a8b12db71e7: Pull complete [2021-03-18T02:06:45.075Z] 6ca5941a6612: Pull complete [2021-03-18T02:06:45.075Z] ecc8261a40a4: Pull complete [2021-03-18T02:06:45.075Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T02:06:45.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T02:06:45.075Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T02:06:45.188Z] prd-centos7-docker-4c-2g-30229 does not seem to be running inside a container [2021-03-18T02:06:45.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-310 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310:/w/workspace/edgexfoundry_edgex-ui-go_PR-310:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T02:06:47.787Z] $ docker top 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T02:06:48.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T02:06:48.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T02:06:48.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T02:06:48.358Z] $ docker exec 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent [2021-03-18T02:06:48.520Z] SSH_AUTH_SOCK=/tmp/ssh-9lwerR3sWKhj/agent.13 [2021-03-18T02:06:48.520Z] SSH_AGENT_PID=18 [2021-03-18T02:06:48.534Z] Running ssh-add (command line suppressed) [2021-03-18T02:06:48.665Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_3180122011715978046.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_3180122011715978046.key) [2021-03-18T02:06:48.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T02:06:49.049Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T02:06:49.073Z] $ docker exec --env ******** --env ******** 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent -k [2021-03-18T02:06:49.189Z] unset SSH_AUTH_SOCK; [2021-03-18T02:06:49.189Z] unset SSH_AGENT_PID; [2021-03-18T02:06:49.189Z] echo Agent pid 18 killed; [2021-03-18T02:06:49.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T02:06:49.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T02:06:49.377Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T02:06:49.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T02:06:49.543Z] $ docker exec 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent [2021-03-18T02:06:49.695Z] SSH_AUTH_SOCK=/tmp/ssh-V2IOssVz9fe2/agent.46 [2021-03-18T02:06:49.695Z] SSH_AGENT_PID=52 [2021-03-18T02:06:49.702Z] Running ssh-add (command line suppressed) [2021-03-18T02:06:49.819Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_193148264539910229.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_193148264539910229.key) [2021-03-18T02:06:49.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T02:06:50.216Z] + git semver init [2021-03-18T02:06:50.216Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T02:06:50.216Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-310/.git [2021-03-18T02:06:50.216Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [2021-03-18T02:06:50.216Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T02:06:50.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T02:06:50.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T02:06:50.216Z] # $SEMVER_BRANCH = PR-310 [2021-03-18T02:06:50.216Z] # $SEMVER_TEMP = /tmp/semver-082037886 [2021-03-18T02:06:50.216Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-18T02:06:51.606Z] # '/tmp/semver-082037886' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-310/.semver' [2021-03-18T02:06:51.606Z] # -> Force: false [2021-03-18T02:06:51.606Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-310/.semver [Pipeline] } [2021-03-18T02:06:51.621Z] $ docker exec --env ******** --env ******** 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent -k [2021-03-18T02:06:51.749Z] unset SSH_AUTH_SOCK; [2021-03-18T02:06:51.750Z] unset SSH_AGENT_PID; [2021-03-18T02:06:51.750Z] echo Agent pid 52 killed; [2021-03-18T02:06:51.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T02:06:52.257Z] + git semver [Pipeline] } [2021-03-18T02:06:52.276Z] $ docker stop --time=1 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d [2021-03-18T02:06:53.663Z] $ docker rm -f 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T02:06:54.133Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T02:06:54.617Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T02:06:54.620Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-18T02:07:10.260Z] Still waiting to schedule task [2021-03-18T02:07:10.262Z] ‘prd-centos7-docker-4c-2g-30230’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-18T02:07:10.263Z] Still waiting to schedule task [2021-03-18T02:07:10.263Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-18T02:08:53.458Z] Running on prd-centos7-docker-4c-2g-30232 in /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [Pipeline] { [Pipeline] ws [2021-03-18T02:08:53.523Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-03-18T02:08:54.159Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30231 in /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [Pipeline] { [Pipeline] ws [2021-03-18T02:08:54.227Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-03-18T02:08:56.532Z] using credential edgex-jenkins-ssh [2021-03-18T02:08:56.695Z] Cloning the remote Git repository [2021-03-18T02:08:56.727Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:08:56.818Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-03-18T02:08:56.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:08:56.887Z] > git --version # timeout=10 [2021-03-18T02:08:56.895Z] > git --version # 'git version 2.24.3' [2021-03-18T02:08:56.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:08:56.930Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:08:58.189Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:08:58.203Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:08:58.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:08:58.239Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:08:58.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:08:58.244Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/310/head:refs/remotes/origin/PR-310 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T02:08:58.659Z] Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3567ab7b887fa32b23d84522d93a1035ccdc20f0 [2021-03-18T02:08:59.050Z] Merge succeeded, producing 9d7038d096d4c423c285cae4997c2fed8190de2a [2021-03-18T02:08:59.051Z] Checking out Revision 9d7038d096d4c423c285cae4997c2fed8190de2a (PR-310) [2021-03-18T02:08:59.242Z] using credential edgex-jenkins-ssh [2021-03-18T02:08:59.294Z] Cloning the remote Git repository [2021-03-18T02:08:59.347Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:08:59.458Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-03-18T02:08:58.668Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:08:58.673Z] > git checkout -f 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 [2021-03-18T02:08:58.858Z] > git remote # timeout=10 [2021-03-18T02:08:58.863Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T02:08:58.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:08:58.875Z] > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-18T02:08:59.042Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T02:08:59.055Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:08:59.060Z] > git checkout -f 9d7038d096d4c423c285cae4997c2fed8190de2a # timeout=10 [2021-03-18T02:08:59.547Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:08:59.547Z] > git --version # timeout=10 [2021-03-18T02:08:59.567Z] > git --version # 'git version 2.17.1' [2021-03-18T02:08:59.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:08:59.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:09:01.302Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:09:01.344Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:09:01.371Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:09:01.429Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:09:01.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:09:01.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/310/head:refs/remotes/origin/PR-310 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T02:09:02.267Z] Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3567ab7b887fa32b23d84522d93a1035ccdc20f0 [2021-03-18T02:09:02.667Z] Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" [2021-03-18T02:09:02.672Z] > git rev-list --no-walk 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 [2021-03-18T02:09:03.103Z] Merge succeeded, producing 91d61871363b1434155de717776b269be297859f [2021-03-18T02:09:03.103Z] Checking out Revision 91d61871363b1434155de717776b269be297859f (PR-310) [2021-03-18T02:09:02.283Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:09:02.307Z] > git checkout -f 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 [2021-03-18T02:09:02.600Z] > git remote # timeout=10 [2021-03-18T02:09:02.627Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T02:09:02.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:09:02.665Z] > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-18T02:09:03.085Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T02:09:03.107Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:09:03.176Z] > git checkout -f 91d61871363b1434155de717776b269be297859f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T02:09:04.460Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:09:04.789Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:09:05.093Z] + sudo service docker restart [2021-03-18T02:09:05.093Z] + true [2021-03-18T02:09:05.093Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T02:09:07.126Z] provisioning config files... [2021-03-18T02:09:07.158Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8382413714963592449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:09:07.530Z] ---> docker-login.sh [2021-03-18T02:09:07.531Z] nexus3.edgexfoundry.org:10001 [2021-03-18T02:09:07.634Z] Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" [2021-03-18T02:09:07.639Z] > git rev-list --no-walk 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 [2021-03-18T02:09:07.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:08.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:08.060Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:08.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:08.060Z] [2021-03-18T02:09:08.060Z] Login Succeeded [2021-03-18T02:09:08.060Z] nexus3.edgexfoundry.org:10002 [2021-03-18T02:09:08.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-03-18T02:09:08.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:08.330Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:08.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:08.330Z] [2021-03-18T02:09:08.330Z] Login Succeeded [2021-03-18T02:09:08.330Z] nexus3.edgexfoundry.org:10003 [2021-03-18T02:09:08.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:08.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:08.330Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:08.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:08.330Z] [2021-03-18T02:09:08.330Z] Login Succeeded [2021-03-18T02:09:08.330Z] nexus3.edgexfoundry.org:10004 [Pipeline] sh [2021-03-18T02:09:08.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:08.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:08.594Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:08.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:08.594Z] [2021-03-18T02:09:08.594Z] Login Succeeded [2021-03-18T02:09:08.594Z] docker.io [2021-03-18T02:09:08.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:09.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:09.119Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:09.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:09.119Z] [2021-03-18T02:09:09.119Z] Login Succeeded [2021-03-18T02:09:09.119Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T02:09:09.129Z] Deleting 1 temporary files [Pipeline] // wrap [2021-03-18T02:09:09.194Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-03-18T02:09:09.584Z] ========================================================= [2021-03-18T02:09:09.584Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T02:09:09.584Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:09:09.748Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:09:09.943Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-18T02:09:10.101Z] + sudo service docker restart+ [2021-03-18T02:09:10.101Z] true [2021-03-18T02:09:10.208Z] Sending build context to Docker daemon 17.42MB [2021-03-18T02:09:10.470Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:09:10.470Z] Step 2/8 : FROM ${BASE} [2021-03-18T02:09:10.470Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T02:09:10.470Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T02:09:10.470Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T02:09:10.470Z] de9db76c5a1d: Pulling fs layer [2021-03-18T02:09:10.470Z] bca2f99d35d6: Pulling fs layer [2021-03-18T02:09:10.470Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T02:09:10.470Z] 7c6f9722023f: Pulling fs layer [2021-03-18T02:09:10.470Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T02:09:10.470Z] 93359f2a8cfa: Waiting [2021-03-18T02:09:10.470Z] 7c6f9722023f: Waiting [2021-03-18T02:09:10.470Z] a35cf1a2eb13: Waiting [2021-03-18T02:09:10.470Z] bca2f99d35d6: Waiting [2021-03-18T02:09:10.470Z] de9db76c5a1d: Download complete [2021-03-18T02:09:10.470Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T02:09:10.470Z] 0ef7d3d256c8: Download complete [2021-03-18T02:09:10.470Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T02:09:10.470Z] 93359f2a8cfa: Download complete [2021-03-18T02:09:11.420Z] 7c6f9722023f: Download complete [2021-03-18T02:09:11.420Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T02:09:11.420Z] 188c0c94c7c5: Download complete [2021-03-18T02:09:11.693Z] 188c0c94c7c5: Pull complete [2021-03-18T02:09:11.961Z] 0ef7d3d256c8: Pull complete [2021-03-18T02:09:12.234Z] de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T02:09:12.807Z] provisioning config files... [2021-03-18T02:09:12.821Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T02:09:12.822Z] a35cf1a2eb13: Download complete [2021-03-18T02:09:12.855Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config75799235535746202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:09:13.267Z] ---> docker-login.sh [2021-03-18T02:09:13.267Z] nexus3.edgexfoundry.org:10001 [2021-03-18T02:09:14.228Z] bca2f99d35d6: Verifying Checksum [2021-03-18T02:09:14.228Z] bca2f99d35d6: Download complete [2021-03-18T02:09:14.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:14.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:14.525Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:14.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:14.525Z] [2021-03-18T02:09:14.525Z] Login Succeeded [2021-03-18T02:09:14.525Z] nexus3.edgexfoundry.org:10002 [2021-03-18T02:09:15.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:15.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:15.120Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:15.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:15.120Z] [2021-03-18T02:09:15.120Z] Login Succeeded [2021-03-18T02:09:15.120Z] nexus3.edgexfoundry.org:10003 [2021-03-18T02:09:15.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:15.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:15.672Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:15.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:15.672Z] [2021-03-18T02:09:15.672Z] Login Succeeded [2021-03-18T02:09:15.672Z] nexus3.edgexfoundry.org:10004 [2021-03-18T02:09:16.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:16.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:16.273Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:16.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:16.273Z] [2021-03-18T02:09:16.273Z] Login Succeeded [2021-03-18T02:09:16.273Z] docker.io [2021-03-18T02:09:16.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:17.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:17.146Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:17.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:17.146Z] [2021-03-18T02:09:17.146Z] Login Succeeded [2021-03-18T02:09:17.146Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T02:09:17.163Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T02:09:17.617Z] ========================================================= [2021-03-18T02:09:17.617Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T02:09:17.617Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:09:18.031Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-18T02:09:18.639Z] Sending build context to Docker daemon 17.42MB [2021-03-18T02:09:18.915Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:09:18.915Z] Step 2/8 : FROM ${BASE} [2021-03-18T02:09:18.915Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T02:09:18.915Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T02:09:18.915Z] a4357932f1b6: Pulling fs layer [2021-03-18T02:09:18.915Z] 18c013af1878: Pulling fs layer [2021-03-18T02:09:18.915Z] 00ac8860ef70: Pulling fs layer [2021-03-18T02:09:18.915Z] 63d7cb157983: Pulling fs layer [2021-03-18T02:09:18.915Z] b116817d02f9: Pulling fs layer [2021-03-18T02:09:18.915Z] 745a02a5169b: Pulling fs layer [2021-03-18T02:09:18.915Z] 63d7cb157983: Waiting [2021-03-18T02:09:18.915Z] b116817d02f9: Waiting [2021-03-18T02:09:18.915Z] 00ac8860ef70: Waiting [2021-03-18T02:09:18.915Z] 745a02a5169b: Waiting [2021-03-18T02:09:18.915Z] 18c013af1878: Verifying Checksum [2021-03-18T02:09:18.915Z] 18c013af1878: Download complete [2021-03-18T02:09:18.915Z] a4357932f1b6: Download complete [2021-03-18T02:09:18.915Z] 63d7cb157983: Verifying Checksum [2021-03-18T02:09:18.915Z] 63d7cb157983: Download complete [2021-03-18T02:09:18.915Z] b116817d02f9: Verifying Checksum [2021-03-18T02:09:18.915Z] b116817d02f9: Download complete [2021-03-18T02:09:18.915Z] 5f621e34cdf4: Verifying Checksum [2021-03-18T02:09:18.915Z] 5f621e34cdf4: Download complete [2021-03-18T02:09:19.904Z] 5f621e34cdf4: Pull complete [2021-03-18T02:09:20.507Z] a4357932f1b6: Pull complete [2021-03-18T02:09:20.870Z] bca2f99d35d6: Pull complete [2021-03-18T02:09:20.871Z] 93359f2a8cfa: Pull complete [2021-03-18T02:09:20.871Z] 7c6f9722023f: Pull complete [2021-03-18T02:09:21.104Z] 18c013af1878: Pull complete [2021-03-18T02:09:21.104Z] 745a02a5169b: Verifying Checksum [2021-03-18T02:09:21.104Z] 745a02a5169b: Download complete [2021-03-18T02:09:22.536Z] 00ac8860ef70: Download complete [2021-03-18T02:09:26.206Z] a35cf1a2eb13: Pull complete [2021-03-18T02:09:26.206Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T02:09:26.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T02:09:26.206Z] ---> a62c8e92a672 [2021-03-18T02:09:26.206Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-18T02:09:26.206Z] ---> Running in fdcf9850d186 [2021-03-18T02:09:26.206Z] Removing intermediate container fdcf9850d186 [2021-03-18T02:09:26.206Z] ---> 8bcd3acf9cc8 [2021-03-18T02:09:26.206Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:09:26.207Z] ---> Running in 1f9261f7b63f [2021-03-18T02:09:27.161Z] Removing intermediate container 1f9261f7b63f [2021-03-18T02:09:27.161Z] ---> 38706f85cabc [2021-03-18T02:09:27.161Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-18T02:09:27.429Z] ---> Running in b4a49c5c42c6 [2021-03-18T02:09:28.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T02:09:29.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T02:09:29.602Z] OK: 166 MiB in 39 packages [2021-03-18T02:09:30.185Z] Removing intermediate container b4a49c5c42c6 [2021-03-18T02:09:30.185Z] ---> 4a54f67ef9ee [2021-03-18T02:09:30.185Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-18T02:09:30.185Z] ---> Running in 5bbd51cb4c15 [2021-03-18T02:09:30.451Z] Removing intermediate container 5bbd51cb4c15 [2021-03-18T02:09:30.451Z] ---> 4e957b155d3d [2021-03-18T02:09:30.451Z] Step 7/8 : COPY . . [2021-03-18T02:09:32.396Z] ---> ccde9effddaf [2021-03-18T02:09:32.396Z] Step 8/8 : RUN go mod download [2021-03-18T02:09:32.665Z] ---> Running in 4bd19151b4b7 [2021-03-18T02:09:32.716Z] 00ac8860ef70: Pull complete [2021-03-18T02:09:32.986Z] 63d7cb157983: Pull complete [2021-03-18T02:09:33.257Z] b116817d02f9: Pull complete [2021-03-18T02:09:37.582Z] 745a02a5169b: Pull complete [2021-03-18T02:09:37.582Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T02:09:37.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T02:09:37.582Z] ---> b7e6874047d6 [2021-03-18T02:09:37.582Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-18T02:09:40.189Z] ---> Running in 997a917a0c91 [2021-03-18T02:09:40.462Z] Removing intermediate container 997a917a0c91 [2021-03-18T02:09:40.462Z] ---> 2d6aec84c72a [2021-03-18T02:09:40.462Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:09:40.462Z] ---> Running in 6916c6b91b7f [2021-03-18T02:09:42.449Z] Removing intermediate container 6916c6b91b7f [2021-03-18T02:09:42.449Z] ---> 602f0ea0eeb3 [2021-03-18T02:09:42.449Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-18T02:09:42.735Z] ---> Running in 4bc6ac2e3fe3 [2021-03-18T02:09:43.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T02:09:44.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T02:09:45.318Z] OK: 142 MiB in 39 packages [2021-03-18T02:09:46.304Z] Removing intermediate container 4bc6ac2e3fe3 [2021-03-18T02:09:46.304Z] ---> 51de74cd23d4 [2021-03-18T02:09:46.304Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-18T02:09:46.578Z] ---> Running in 483cfb5cd8a7 [2021-03-18T02:09:46.851Z] Removing intermediate container 483cfb5cd8a7 [2021-03-18T02:09:46.851Z] ---> 186ac892f255 [2021-03-18T02:09:46.851Z] Step 7/8 : COPY . . [2021-03-18T02:09:49.476Z] ---> 8ba362582e76 [2021-03-18T02:09:49.476Z] Step 8/8 : RUN go mod download [2021-03-18T02:09:49.476Z] ---> Running in 935ca9936bf8 [2021-03-18T02:10:04.876Z] Removing intermediate container 4bd19151b4b7 [2021-03-18T02:10:04.876Z] ---> e1ef1471cb9f [2021-03-18T02:10:04.876Z] Successfully built e1ef1471cb9f [2021-03-18T02:10:04.876Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:05.207Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T02:10:05.207Z] . [Pipeline] withDockerContainer [2021-03-18T02:10:05.330Z] prd-centos7-docker-4c-2g-30232 does not seem to be running inside a container [2021-03-18T02:10:05.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T02:10:06.418Z] $ docker top 3138fd54aeaefaf011be09db984a4636c9b8c4754dbc9f1e2fa1904adc223143 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:10:06.956Z] + go version [2021-03-18T02:10:06.957Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T02:10:06.984Z] $ docker stop --time=1 3138fd54aeaefaf011be09db984a4636c9b8c4754dbc9f1e2fa1904adc223143 [2021-03-18T02:10:08.413Z] $ docker rm -f 3138fd54aeaefaf011be09db984a4636c9b8c4754dbc9f1e2fa1904adc223143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:09.266Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T02:10:09.266Z] . [Pipeline] withDockerContainer [2021-03-18T02:10:09.387Z] prd-centos7-docker-4c-2g-30232 does not seem to be running inside a container [2021-03-18T02:10:09.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T02:10:10.210Z] $ docker top 9731c55c4cfcb1fef760578f9614be30dcc0f23052aee04dac9d959e8128c38c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:10:10.805Z] + make test [2021-03-18T02:10:10.805Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-18T02:10:12.247Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-18T02:10:21.814Z] Removing intermediate container 935ca9936bf8 [2021-03-18T02:10:21.814Z] ---> b7fd1b47a11c [2021-03-18T02:10:21.814Z] Successfully built b7fd1b47a11c [2021-03-18T02:10:21.814Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:22.161Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T02:10:22.161Z] . [Pipeline] withDockerContainer [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-18T02:10:22.374Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-18T02:10:22.374Z] GO111MODULE=on go vet ./... [2021-03-18T02:10:22.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-30231 does not seem to be running inside a container [2021-03-18T02:10:22.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T02:10:24.053Z] $ docker top 319e0607cdb319aeba9fde0bbbfcb5d03eefe6d83dab2ace265307ff6628c835 -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-18T02:10:24.417Z] $ docker stop --time=1 9731c55c4cfcb1fef760578f9614be30dcc0f23052aee04dac9d959e8128c38c [2021-03-18T02:10:26.720Z] $ docker rm -f 9731c55c4cfcb1fef760578f9614be30dcc0f23052aee04dac9d959e8128c38c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-03-18T02:10:27.272Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T02:10:27.648Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T02:10:27.650Z] + go version [2021-03-18T02:10:27.650Z] go version go1.15.5 linux/arm64 [Pipeline] // script [Pipeline] } [Pipeline] } [2021-03-18T02:10:27.743Z] $ docker stop --time=1 319e0607cdb319aeba9fde0bbbfcb5d03eefe6d83dab2ace265307ff6628c835 [2021-03-18T02:10:29.641Z] $ docker rm -f 319e0607cdb319aeba9fde0bbbfcb5d03eefe6d83dab2ace265307ff6628c835 [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:33.097Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T02:10:33.205Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T02:10:33.205Z] . [Pipeline] withDockerContainer [2021-03-18T02:10:33.403Z] + ls -al . [2021-03-18T02:10:33.404Z] total 92 [2021-03-18T02:10:33.404Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 18 02:10 . [2021-03-18T02:10:33.404Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 18 02:08 .. [2021-03-18T02:10:33.404Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 02:08 assets [2021-03-18T02:10:33.404Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 18 02:08 bin [2021-03-18T02:10:33.404Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 18 02:08 cmd [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 18 02:08 CONTRIBUTING.md [2021-03-18T02:10:33.404Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 18 02:10 coverage.out [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 18 02:08 Dockerfile [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 18 02:08 Dockerfile.build [2021-03-18T02:10:33.404Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 18 02:08 docs [2021-03-18T02:10:33.404Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 18 02:09 .git [2021-03-18T02:10:33.404Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 02:08 .github [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 18 02:08 .gitignore [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 18 02:08 go.mod [2021-03-18T02:10:33.404Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 18 02:10 go.sum [2021-03-18T02:10:33.404Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 18 02:08 internal [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 18 02:08 Jenkinsfile [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 18 02:08 LICENSE [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 18 02:08 Makefile [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 18 02:08 README.md [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 18 02:06 VERSION [2021-03-18T02:10:33.404Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 18 02:08 version.go [2021-03-18T02:10:33.404Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 18 02:08 web [2021-03-18T02:10:33.487Z] prd-ubuntu18.04-docker-arm64-4c-16g-30231 does not seem to be running inside a container [2021-03-18T02:10:33.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T02:10:35.108Z] $ docker top 08ff7deda864e9573d23921c09206119d6a6dcf306211d14a05661991b82c7ca -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:35.916Z] + 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=41b0d89a128cb424d006117aa62bdfa4077cdb18 --label arch=amd64 --label version=0.0.0 . [2021-03-18T02:10:36.157Z] + make test [2021-03-18T02:10:36.157Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-18T02:10:36.495Z] Sending build context to Docker daemon 17.44MB [2021-03-18T02:10:36.495Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:10:36.495Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-18T02:10:36.495Z] ---> e1ef1471cb9f [2021-03-18T02:10:36.495Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-18T02:10:37.070Z] ---> Running in d9971bc06818 [2021-03-18T02:10:37.070Z] Removing intermediate container d9971bc06818 [2021-03-18T02:10:37.070Z] ---> 5e13fbb1b46c [2021-03-18T02:10:37.070Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-18T02:10:37.143Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-18T02:10:37.333Z] ---> Running in 3c076ba0bfa7 [2021-03-18T02:10:37.333Z] Removing intermediate container 3c076ba0bfa7 [2021-03-18T02:10:37.333Z] ---> 27a25e3262e8 [2021-03-18T02:10:37.333Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T02:10:37.601Z] ---> Running in a44d2dc6f700 [2021-03-18T02:10:37.601Z] Removing intermediate container a44d2dc6f700 [2021-03-18T02:10:37.601Z] ---> 55f3c591f7d4 [2021-03-18T02:10:37.601Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-18T02:10:37.601Z] ---> Running in fa8d0ad900dc [2021-03-18T02:10:37.865Z] Removing intermediate container fa8d0ad900dc [2021-03-18T02:10:37.866Z] ---> b514076cd916 [2021-03-18T02:10:37.866Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-18T02:10:38.140Z] ---> Running in ec0a6b4598af [2021-03-18T02:10:38.140Z] Removing intermediate container ec0a6b4598af [2021-03-18T02:10:38.140Z] ---> 92b41d37a6ce [2021-03-18T02:10:38.140Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:10:38.140Z] ---> Running in db9128e41986 [2021-03-18T02:10:39.545Z] Removing intermediate container db9128e41986 [2021-03-18T02:10:39.545Z] ---> 70beb2095550 [2021-03-18T02:10:39.545Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T02:10:39.545Z] ---> Running in 1b46544a3199 [2021-03-18T02:10:40.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T02:10:40.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T02:10:40.965Z] OK: 166 MiB in 39 packages [2021-03-18T02:10:41.540Z] Removing intermediate container 1b46544a3199 [2021-03-18T02:10:41.540Z] ---> 69fe405c4149 [2021-03-18T02:10:41.540Z] Step 10/24 : ENV GO111MODULE=on [2021-03-18T02:10:41.540Z] ---> Running in 7e134ad8ed9b [2021-03-18T02:10:41.803Z] Removing intermediate container 7e134ad8ed9b [2021-03-18T02:10:41.803Z] ---> 41a21fbbd5fe [2021-03-18T02:10:41.803Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-18T02:10:41.803Z] ---> Running in 0cd638f11879 [2021-03-18T02:10:42.067Z] Removing intermediate container 0cd638f11879 [2021-03-18T02:10:42.067Z] ---> 778ec2638fc7 [2021-03-18T02:10:42.067Z] Step 12/24 : COPY go.mod . [2021-03-18T02:10:42.067Z] ---> 702c3cbf3a77 [2021-03-18T02:10:42.067Z] Step 13/24 : COPY Makefile . [2021-03-18T02:10:42.329Z] ---> ce3dc6421af0 [2021-03-18T02:10:42.329Z] Step 14/24 : RUN make update [2021-03-18T02:10:42.590Z] ---> Running in a4cec9e6a4b1 [2021-03-18T02:10:43.176Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-18T02:10:43.754Z] Removing intermediate container a4cec9e6a4b1 [2021-03-18T02:10:43.754Z] ---> c31a9bc12e5b [2021-03-18T02:10:43.755Z] Step 15/24 : COPY . . [2021-03-18T02:10:45.683Z] ---> 15f0e6f9715c [2021-03-18T02:10:45.683Z] Step 16/24 : RUN ${MAKE} [2021-03-18T02:10:45.683Z] ---> Running in 86a93cf9508b [2021-03-18T02:10:46.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-18T02:10:56.456Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T02:10:58.389Z] Removing intermediate container 86a93cf9508b [2021-03-18T02:10:58.389Z] ---> 18926b3776b4 [2021-03-18T02:10:58.389Z] Step 17/24 : FROM alpine:3.12 [2021-03-18T02:10:58.965Z] 3.12: Pulling from library/alpine [2021-03-18T02:11:00.358Z] f84cab65f19f: Pulling fs layer [2021-03-18T02:11:00.625Z] f84cab65f19f: Verifying Checksum [2021-03-18T02:11:00.625Z] f84cab65f19f: Download complete [2021-03-18T02:11:00.890Z] f84cab65f19f: Pull complete [2021-03-18T02:11:00.890Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T02:11:00.890Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T02:11:00.890Z] ---> 88dd2752d2ea [2021-03-18T02:11:00.890Z] Step 18/24 : EXPOSE 4000 [2021-03-18T02:11:00.890Z] ---> Running in 7bede49c2872 [2021-03-18T02:11:01.154Z] Removing intermediate container 7bede49c2872 [2021-03-18T02:11:01.154Z] ---> 0fa4db9c08b3 [2021-03-18T02:11:01.154Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:11:02.568Z] ---> 8e07bef10ad7 [2021-03-18T02:11:02.568Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:11:02.568Z] ---> Running in d469cdaac821 [2021-03-18T02:11:02.832Z] Removing intermediate container d469cdaac821 [2021-03-18T02:11:02.832Z] ---> 7219d9bba88b [2021-03-18T02:11:02.832Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-18T02:11:02.832Z] ---> Running in 59a7e671c974 [2021-03-18T02:11:03.094Z] Removing intermediate container 59a7e671c974 [2021-03-18T02:11:03.094Z] ---> 29e903ed7b36 [2021-03-18T02:11:03.094Z] Step 22/24 : LABEL arch=amd64 [2021-03-18T02:11:03.094Z] ---> Running in b1969671c347 [2021-03-18T02:11:03.360Z] Removing intermediate container b1969671c347 [2021-03-18T02:11:03.360Z] ---> e3103db3a3af [2021-03-18T02:11:03.360Z] Step 23/24 : LABEL git_sha=41b0d89a128cb424d006117aa62bdfa4077cdb18 [2021-03-18T02:11:03.360Z] ---> Running in 206086202de4 [2021-03-18T02:11:03.622Z] Removing intermediate container 206086202de4 [2021-03-18T02:11:03.622Z] ---> 7b4ec8c0e4f7 [2021-03-18T02:11:03.622Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T02:11:03.622Z] ---> Running in bd67d494485d [2021-03-18T02:11:03.884Z] Removing intermediate container bd67d494485d [2021-03-18T02:11:03.884Z] ---> 24b9261b8907 [2021-03-18T02:11:03.884Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T02:11:03.884Z] Successfully built 24b9261b8907 [2021-03-18T02:11:03.884Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-18T02:11:03.965Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-18T02:11:03.965Z] GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:11:04.918Z] ---> job-cost.sh [2021-03-18T02:11:04.919Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UmDR [Pipeline] } [2021-03-18T02:11:10.721Z] $ docker stop --time=1 08ff7deda864e9573d23921c09206119d6a6dcf306211d14a05661991b82c7ca [2021-03-18T02:11:12.801Z] $ docker rm -f 08ff7deda864e9573d23921c09206119d6a6dcf306211d14a05661991b82c7ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T02:11:13.676Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T02:11:13.738Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T02:11:14.659Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T02:11:15.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T02:11:15.771Z] + ls -al . [2021-03-18T02:11:15.771Z] total 124 [2021-03-18T02:11:15.771Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:10 . [2021-03-18T02:11:15.771Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:08 .. [2021-03-18T02:11:15.771Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 02:09 .git [2021-03-18T02:11:15.771Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:09 .github [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 18 02:09 .gitignore [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 18 02:09 CONTRIBUTING.md [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 18 02:09 Dockerfile [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 18 02:09 Dockerfile.build [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 18 02:09 Jenkinsfile [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 18 02:09 LICENSE [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 18 02:09 Makefile [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 18 02:09 README.md [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 02:06 VERSION [2021-03-18T02:11:15.771Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:09 assets [2021-03-18T02:11:15.771Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:09 bin [2021-03-18T02:11:15.771Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:09 cmd [2021-03-18T02:11:15.771Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 18 02:10 coverage.out [2021-03-18T02:11:15.771Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 02:09 docs [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 18 02:09 go.mod [2021-03-18T02:11:15.771Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 18 02:10 go.sum [2021-03-18T02:11:15.771Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:09 internal [2021-03-18T02:11:15.771Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 18 02:09 version.go [2021-03-18T02:11:15.771Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:11:16.140Z] + 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=41b0d89a128cb424d006117aa62bdfa4077cdb18 --label arch=arm64 --label version=0.0.0 . [2021-03-18T02:11:17.133Z] Sending build context to Docker daemon 17.44MB [2021-03-18T02:11:17.133Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:11:17.133Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-18T02:11:17.133Z] ---> b7fd1b47a11c [2021-03-18T02:11:17.133Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-18T02:11:17.731Z] ---> Running in a04fa636163c [2021-03-18T02:11:18.003Z] Removing intermediate container a04fa636163c [2021-03-18T02:11:18.003Z] ---> 72145bec7105 [2021-03-18T02:11:18.003Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-18T02:11:18.278Z] ---> Running in 8e9f9e7b13fe [2021-03-18T02:11:18.551Z] Removing intermediate container 8e9f9e7b13fe [2021-03-18T02:11:18.551Z] ---> 827399fd93f0 [2021-03-18T02:11:18.551Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T02:11:18.825Z] ---> Running in 52cdb649335d [2021-03-18T02:11:19.425Z] Removing intermediate container 52cdb649335d [2021-03-18T02:11:19.425Z] ---> cbd8c9f9e54f [2021-03-18T02:11:19.425Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-18T02:11:19.425Z] ---> Running in 50c0ee0319f8 [2021-03-18T02:11:19.698Z] Removing intermediate container 50c0ee0319f8 [2021-03-18T02:11:19.698Z] ---> 51c79882298a [2021-03-18T02:11:19.698Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-18T02:11:19.971Z] ---> Running in 3a565f45c37f [2021-03-18T02:11:20.566Z] Removing intermediate container 3a565f45c37f [2021-03-18T02:11:20.566Z] ---> fb91b8cfda05 [2021-03-18T02:11:20.566Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:11:20.566Z] ---> Running in 92f0a8307834 [2021-03-18T02:11:22.545Z] Removing intermediate container 92f0a8307834 [2021-03-18T02:11:22.545Z] ---> dbe9a8c77ab6 [2021-03-18T02:11:22.545Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T02:11:22.818Z] ---> Running in b1a12fd6cbd7 [2021-03-18T02:11:23.088Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T02:11:23.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T02:11:24.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T02:11:25.360Z] OK: 142 MiB in 39 packages [2021-03-18T02:11:26.340Z] Removing intermediate container b1a12fd6cbd7 [2021-03-18T02:11:26.340Z] ---> 45cb8f84f7fd [2021-03-18T02:11:26.340Z] Step 10/24 : ENV GO111MODULE=on [2021-03-18T02:11:26.612Z] ---> Running in 20beeb4c8de7 [2021-03-18T02:11:27.206Z] Removing intermediate container 20beeb4c8de7 [2021-03-18T02:11:27.206Z] ---> f0e5b9b54478 [2021-03-18T02:11:27.206Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-18T02:11:27.206Z] ---> Running in 08aca96f3953 [2021-03-18T02:11:27.803Z] Removing intermediate container 08aca96f3953 [2021-03-18T02:11:27.803Z] ---> 28f5de807bd0 [2021-03-18T02:11:27.803Z] Step 12/24 : COPY go.mod . [2021-03-18T02:11:28.398Z] ---> 1d5b0d0caf36 [2021-03-18T02:11:28.398Z] Step 13/24 : COPY Makefile . [2021-03-18T02:11:28.997Z] ---> b99510100853 [2021-03-18T02:11:28.997Z] Step 14/24 : RUN make update [2021-03-18T02:11:29.273Z] ---> Running in 34de4b2494cd [2021-03-18T02:11:30.255Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-18T02:11:31.687Z] Removing intermediate container 34de4b2494cd [2021-03-18T02:11:31.687Z] ---> d81ed03497fa [2021-03-18T02:11:31.687Z] Step 15/24 : COPY . . [2021-03-18T02:11:34.306Z] ---> 94867891cf44 [2021-03-18T02:11:34.307Z] Step 16/24 : RUN ${MAKE} [2021-03-18T02:11:34.307Z] ---> Running in 8b950ec75c23 [2021-03-18T02:11:34.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-18T02:11:49.739Z] lf-activate-venv(): INFO: Adding /tmp/venv-UmDR/bin to PATH [2021-03-18T02:11:49.739Z] INFO: No Stack... [2021-03-18T02:11:49.739Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T02:11:50.691Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T02:11:50.999Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-03-18T02:11:50.999Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T02:11:51.211Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [2021-03-18T02:11:51.220Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] did not exist. Created. [2021-03-18T02:11:51.220Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T02:11:51.683Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-18T02:11:51.824Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T02:11:51.836Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T02:12:01.734Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T02:12:06.037Z] Removing intermediate container 8b950ec75c23 [2021-03-18T02:12:06.037Z] ---> 691760e24442 [2021-03-18T02:12:06.037Z] Step 17/24 : FROM alpine:3.12 [2021-03-18T02:12:06.309Z] 3.12: Pulling from library/alpine [2021-03-18T02:12:06.580Z] dce8679b510e: Pulling fs layer [2021-03-18T02:12:06.580Z] dce8679b510e: Verifying Checksum [2021-03-18T02:12:06.580Z] dce8679b510e: Download complete [2021-03-18T02:12:07.175Z] dce8679b510e: Pull complete [2021-03-18T02:12:07.448Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T02:12:07.448Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T02:12:07.448Z] ---> d10569e2745f [2021-03-18T02:12:07.448Z] Step 18/24 : EXPOSE 4000 [2021-03-18T02:12:07.448Z] ---> Running in 0df0a1d04f67 [2021-03-18T02:12:08.045Z] Removing intermediate container 0df0a1d04f67 [2021-03-18T02:12:08.045Z] ---> 9fe9acdd4a2e [2021-03-18T02:12:08.045Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:12:10.022Z] ---> 1df8015a14cf [2021-03-18T02:12:10.022Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:12:10.022Z] ---> Running in c409e3f4427e [2021-03-18T02:12:10.297Z] Removing intermediate container c409e3f4427e [2021-03-18T02:12:10.297Z] ---> 0dd744e24e2f [2021-03-18T02:12:10.297Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-18T02:12:10.574Z] ---> Running in 7ec738f59b33 [2021-03-18T02:12:10.845Z] Removing intermediate container 7ec738f59b33 [2021-03-18T02:12:10.845Z] ---> de83960605be [2021-03-18T02:12:10.845Z] Step 22/24 : LABEL arch=arm64 [2021-03-18T02:12:11.118Z] ---> Running in 709ac894f86a [2021-03-18T02:12:11.710Z] Removing intermediate container 709ac894f86a [2021-03-18T02:12:11.710Z] ---> 64dead1b0017 [2021-03-18T02:12:11.710Z] Step 23/24 : LABEL git_sha=41b0d89a128cb424d006117aa62bdfa4077cdb18 [2021-03-18T02:12:11.710Z] ---> Running in 7caf0ebe732a [2021-03-18T02:12:11.982Z] Removing intermediate container 7caf0ebe732a [2021-03-18T02:12:11.982Z] ---> 0662a039ea71 [2021-03-18T02:12:11.982Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T02:12:12.252Z] ---> Running in 2748123cb951 [2021-03-18T02:12:12.844Z] Removing intermediate container 2748123cb951 [2021-03-18T02:12:12.844Z] ---> 30a6a7b47b23 [2021-03-18T02:12:12.844Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T02:12:12.844Z] Successfully built 30a6a7b47b23 [2021-03-18T02:12:12.844Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:12:13.742Z] ---> job-cost.sh [2021-03-18T02:12:13.742Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gfpf [2021-03-18T02:12:52.683Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T02:14:29.412Z] lf-activate-venv(): INFO: Adding /tmp/venv-Gfpf/bin to PATH [2021-03-18T02:14:29.412Z] INFO: No Stack... [2021-03-18T02:14:29.412Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T02:14:29.412Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T02:14:29.750Z] + + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-03-18T02:14:29.750Z] cut -d, -f6 [Pipeline] lock [2021-03-18T02:14:29.860Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [2021-03-18T02:14:29.866Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] did not exist. Created. [2021-03-18T02:14:29.866Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T02:14:30.313Z] /w/workspace/edgex-ui-go/2@tmp/durable-a48a2870/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-a48a2870/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-18T02:14:30.658Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T02:14:30.734Z] Warning: overwriting stash ‘stack-cost’ [2021-03-18T02:14:30.987Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T02:14:30.999Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-18T02:14:32.558Z] provisioning config files... [2021-03-18T02:14:32.568Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/config3021905531862410943tmp [Pipeline] { [Pipeline] sh [2021-03-18T02:14:32.968Z] + set +x [2021-03-18T02:14:32.968Z] + curl -s https://codecov.io/bash [2021-03-18T02:14:32.968Z] + bash -s -- [2021-03-18T02:14:33.231Z] [2021-03-18T02:14:33.231Z] _____ _ [2021-03-18T02:14:33.231Z] / ____| | | [2021-03-18T02:14:33.231Z] | | ___ __| | ___ ___ _____ __ [2021-03-18T02:14:33.231Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-18T02:14:33.231Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-18T02:14:33.231Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-18T02:14:33.231Z] Bash-20210309-2b87ace [2021-03-18T02:14:33.231Z] [2021-03-18T02:14:33.231Z] [2021-03-18T02:14:33.231Z] ==> git version 2.24.3 found [2021-03-18T02:14:33.231Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-18T02:14:33.231Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-18T02:14:33.231Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-18T02:14:33.231Z] ==> Jenkins CI detected. [2021-03-18T02:14:33.231Z] project root: . [2021-03-18T02:14:33.231Z] --> token set from env [2021-03-18T02:14:33.231Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-18T02:14:33.231Z] ==> Running gcov in . (disable via -X gcov) [2021-03-18T02:14:33.231Z] ==> Python coveragepy not found [2021-03-18T02:14:33.231Z] ==> Searching for coverage reports in: [2021-03-18T02:14:33.231Z] + . [2021-03-18T02:14:33.231Z] -> Found 1 reports [2021-03-18T02:14:33.231Z] ==> Detecting git/mercurial file structure [2021-03-18T02:14:33.231Z] ==> Reading reports [2021-03-18T02:14:33.231Z] + ./coverage.out bytes=10 [2021-03-18T02:14:33.231Z] ==> Appending adjustments [2021-03-18T02:14:33.231Z] https://docs.codecov.io/docs/fixing-reports [2021-03-18T02:14:33.501Z] + Found adjustments [2021-03-18T02:14:33.501Z] ==> Gzipping contents [2021-03-18T02:14:33.501Z] 4.0K /tmp/codecov.BGxZiA.gz [2021-03-18T02:14:33.502Z] ==> Uploading reports [2021-03-18T02:14:33.502Z] url: https://codecov.io [2021-03-18T02:14:33.502Z] query: branch=PR-310&commit=41b0d89a128cb424d006117aa62bdfa4077cdb18&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-310%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=310&job=&cmd_args= [2021-03-18T02:14:33.502Z] -> Pinging Codecov [2021-03-18T02:14:33.502Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-310&commit=41b0d89a128cb424d006117aa62bdfa4077cdb18&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-310%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=310&job=&cmd_args= [2021-03-18T02:14:34.085Z] -> Uploading to [2021-03-18T02:14:34.085Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-18/FB506323287CE973F263BFD2A0EB1F37/41b0d89a128cb424d006117aa62bdfa4077cdb18/89ce8e0e-bbe3-41b4-b8c7-56a45661e85c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T021433Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c211a1b8a7a82ac50e703baec0e8f73b3dd8769342d107ae760bdda6f33a3b1e [2021-03-18T02:14:34.085Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-18T02:14:34.085Z] Dload Upload Total Spent Left Speed [2021-03-18T02:14:34.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 7267 --:--:-- --:--:-- --:--:-- 7266 [2021-03-18T02:14:34.681Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/41b0d89a128cb424d006117aa62bdfa4077cdb18 [Pipeline] } [2021-03-18T02:14:34.695Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:14:37.093Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:14:37.407Z] ---> package-listing.sh [2021-03-18T02:14:37.407Z] ++ facter osfamily [2021-03-18T02:14:37.407Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T02:14:37.407Z] + OS_FAMILY=redhat [2021-03-18T02:14:37.407Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-310 [2021-03-18T02:14:37.407Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T02:14:37.407Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T02:14:37.407Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T02:14:37.407Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T02:14:37.407Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-310 ']' [2021-03-18T02:14:37.407Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T02:14:37.407Z] + case "${OS_FAMILY}" in [2021-03-18T02:14:37.407Z] + rpm -qa [2021-03-18T02:14:37.407Z] + sort [2021-03-18T02:14:42.718Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T02:14:42.718Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T02:14:42.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T02:14:42.718Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-310 ']' [2021-03-18T02:14:42.718Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-310/archives/ [2021-03-18T02:14:42.718Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-310/archives/ [Pipeline] echo [2021-03-18T02:14:42.732Z] 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-310/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T02:14:43.025Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:14:43.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T02:14:43.337Z] [2021-03-18T02:14:43.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:14:43.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T02:14:43.691Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T02:14:43.691Z] df20fa9351a1: Pulling fs layer [2021-03-18T02:14:43.691Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T02:14:43.691Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T02:14:43.691Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T02:14:43.691Z] 93b61091891f: Pulling fs layer [2021-03-18T02:14:43.691Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T02:14:43.691Z] 5e14af77c1be: Pulling fs layer [2021-03-18T02:14:43.691Z] 01666e4c0597: Pulling fs layer [2021-03-18T02:14:43.691Z] aa168da1d23b: Pulling fs layer [2021-03-18T02:14:43.691Z] 93b61091891f: Waiting [2021-03-18T02:14:43.691Z] 93b9cdb0e59b: Waiting [2021-03-18T02:14:43.691Z] 5e14af77c1be: Waiting [2021-03-18T02:14:43.691Z] 01666e4c0597: Waiting [2021-03-18T02:14:43.691Z] aa168da1d23b: Waiting [2021-03-18T02:14:43.691Z] 46f8f816bc3b: Waiting [2021-03-18T02:14:43.955Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T02:14:43.955Z] 36b3adc4ff6f: Download complete [2021-03-18T02:14:43.955Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T02:14:43.955Z] 46f8f816bc3b: Download complete [2021-03-18T02:14:43.955Z] df20fa9351a1: Verifying Checksum [2021-03-18T02:14:43.955Z] df20fa9351a1: Download complete [2021-03-18T02:14:43.955Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T02:14:43.956Z] 93b9cdb0e59b: Download complete [2021-03-18T02:14:43.956Z] 5e14af77c1be: Verifying Checksum [2021-03-18T02:14:43.956Z] 5e14af77c1be: Download complete [2021-03-18T02:14:43.956Z] 93b61091891f: Verifying Checksum [2021-03-18T02:14:43.956Z] 93b61091891f: Download complete [2021-03-18T02:14:43.956Z] 01666e4c0597: Verifying Checksum [2021-03-18T02:14:43.956Z] 01666e4c0597: Download complete [2021-03-18T02:14:44.220Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T02:14:44.485Z] df20fa9351a1: Pull complete [2021-03-18T02:14:44.485Z] 36b3adc4ff6f: Pull complete [2021-03-18T02:14:45.066Z] 8ad3a11d3b57: Pull complete [2021-03-18T02:14:45.336Z] 46f8f816bc3b: Pull complete [2021-03-18T02:14:46.730Z] aa168da1d23b: Download complete [2021-03-18T02:14:47.310Z] 93b61091891f: Pull complete [2021-03-18T02:14:47.310Z] 93b9cdb0e59b: Pull complete [2021-03-18T02:14:47.574Z] 5e14af77c1be: Pull complete [2021-03-18T02:14:47.574Z] 01666e4c0597: Pull complete [2021-03-18T02:14:54.238Z] aa168da1d23b: Pull complete [2021-03-18T02:14:54.238Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T02:14:54.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T02:14:54.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T02:14:54.384Z] prd-centos7-docker-4c-2g-30229 does not seem to be running inside a container [2021-03-18T02:14:54.432Z] $ 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-310/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-310 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310:/w/workspace/edgexfoundry_edgex-ui-go_PR-310:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T02:14:57.848Z] $ docker top f4044c785741635e99798f49f76a78ecfd13c154871c25e9fb9d3785ad758b68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:14:58.352Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T02:14:58.655Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T02:14:58.956Z] + ls /var/log/sa-host [2021-03-18T02:14:58.956Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T02:14:58.956Z] file_magic: OK [2021-03-18T02:14:58.956Z] HZ: Using current value: 100 [2021-03-18T02:14:58.956Z] file_header: OK [2021-03-18T02:14:58.956Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T02:14:58.956Z] Statistics: [2021-03-18T02:14:58.956Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T02:14:58.956Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T02:14:58.956Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T02:14:58.956Z] file_magic: OK [2021-03-18T02:14:58.956Z] HZ: Using current value: 100 [2021-03-18T02:14:58.956Z] file_header: OK [2021-03-18T02:14:58.956Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T02:14:58.956Z] Statistics: [2021-03-18T02:14:58.956Z] Hnuu...uuuununununu... [2021-03-18T02:14:58.956Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T02:14:59.631Z] provisioning config files... [2021-03-18T02:14:59.650Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/config1350065471571156440tmp [Pipeline] { [Pipeline] echo [2021-03-18T02:14:59.724Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:15:00.022Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T02:15:00.033Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T02:15:00.163Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:15:00.463Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T02:15:00.475Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:15:00.773Z] ---> sudo-logs.sh [2021-03-18T02:15:00.773Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T02:15:00.865Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:15:01.163Z] ---> job-cost.sh [2021-03-18T02:15:01.163Z] lf-activate-venv: SKIPPING [2021-03-18T02:15:01.163Z] DEBUG: total: 0.20999999344348907 [2021-03-18T02:15:01.163Z] INFO: Retrieving Stack Cost... [2021-03-18T02:15:02.114Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T02:15:02.690Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T02:15:02.706Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:15:03.014Z] ---> logs-deploy.sh [2021-03-18T02:15:03.015Z] lf-activate-venv: SKIPPING [2021-03-18T02:15:03.015Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-310/2 [2021-03-18T02:15:03.015Z] INFO: archiving workspace using pattern(s): [2021-03-18T02:15:04.935Z] Archives upload complete. [2021-03-18T02:15:04.935Z] INFO: archiving logs to Nexus