Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fbcfcb12aca33ea1091684a020041deec15b3973+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (c19b4e6b3e0195ddd10682229a3c273c37c9f45f) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22155 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [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-291 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 Merge succeeded, producing 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 Checking out Revision 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # 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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 # timeout=10 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T02:06:38.338Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T02:06:38.620Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T02:06:38.720Z] ========================================================= [2021-01-22T02:06:38.720Z] EdgeX Global Pipelines Version Info [2021-01-22T02:06:38.720Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 [2021-01-22T02:06:40.209Z] ------------------- [2021-01-22T02:06:40.209Z] stable info: [2021-01-22T02:06:40.209Z] ------------------- [2021-01-22T02:06:40.210Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:06:40.210Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:06:40.210Z] Message: update stable to v1.0.179 [2021-01-22T02:06:41.159Z] ------------------- [2021-01-22T02:06:41.159Z] experimental info: [2021-01-22T02:06:41.159Z] ------------------- [2021-01-22T02:06:41.159Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:06:41.159Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:06:41.159Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T02:06:41.427Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-22T02:06:41.552Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-22T02:06:41.641Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T02:06:41.733Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T02:06:41.820Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T02:06:41.910Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T02:06:42.008Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T02:06:42.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T02:06:42.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T02:06:42.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T02:06:42.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T02:06:42.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-22T02:06:42.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T02:06:42.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T02:06:42.860Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:06:42.947Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:06:43.035Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:06:43.120Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:06:43.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T02:06:43.321Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T02:06:43.414Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-22T02:06:43.503Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-22T02:06:43.593Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T02:06:43.688Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T02:06:43.778Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T02:06:43.878Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T02:06:43.976Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T02:06:44.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2021-01-22T02:06:44.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2021-01-22T02:06:44.239Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2021-01-22T02:06:44.329Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [Pipeline] echo [2021-01-22T02:06:44.420Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6dc3f28 [Pipeline] echo [2021-01-22T02:06:44.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:06:44.686Z] provisioning config files... [2021-01-22T02:06:44.717Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config553994652413652768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:06:45.073Z] ---> docker-login.sh [2021-01-22T02:06:45.074Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:06:45.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:06:45.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:06:45.598Z] Configure a credential helper to remove this warning. See [2021-01-22T02:06:45.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:06:45.598Z] [2021-01-22T02:06:45.598Z] Login Succeeded [2021-01-22T02:06:45.598Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:06:45.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:06:45.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:06:45.598Z] Configure a credential helper to remove this warning. See [2021-01-22T02:06:45.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:06:45.598Z] [2021-01-22T02:06:45.598Z] Login Succeeded [2021-01-22T02:06:45.598Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:06:45.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:06:45.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:06:45.861Z] Configure a credential helper to remove this warning. See [2021-01-22T02:06:45.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:06:45.861Z] [2021-01-22T02:06:45.861Z] Login Succeeded [2021-01-22T02:06:45.861Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:06:45.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:06:46.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:06:46.123Z] Configure a credential helper to remove this warning. See [2021-01-22T02:06:46.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:06:46.123Z] [2021-01-22T02:06:46.123Z] Login Succeeded [2021-01-22T02:06:46.123Z] docker.io [2021-01-22T02:06:46.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:06:46.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:06:46.386Z] Configure a credential helper to remove this warning. See [2021-01-22T02:06:46.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:06:46.386Z] [2021-01-22T02:06:46.386Z] Login Succeeded [2021-01-22T02:06:46.386Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:06:46.396Z] 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-01-22T02:06:47.209Z] + git log --format=format:%s -1 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [Pipeline] echo [2021-01-22T02:06:47.274Z] GIT_COMMIT: 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0, Commit Message: Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD [Pipeline] echo [2021-01-22T02:06:47.319Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:06:48.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:06:48.307Z] [2021-01-22T02:06:48.307Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:06:48.686Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:06:48.686Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T02:06:48.686Z] 31603596830f: Pulling fs layer [2021-01-22T02:06:48.686Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T02:06:48.686Z] 6ca5941a6612: Pulling fs layer [2021-01-22T02:06:48.686Z] ecc8261a40a4: Pulling fs layer [2021-01-22T02:06:48.686Z] ecc8261a40a4: Waiting [2021-01-22T02:06:48.686Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T02:06:48.686Z] 2a8b12db71e7: Download complete [2021-01-22T02:06:48.950Z] 31603596830f: Verifying Checksum [2021-01-22T02:06:48.950Z] 31603596830f: Download complete [2021-01-22T02:06:48.950Z] ecc8261a40a4: Verifying Checksum [2021-01-22T02:06:48.950Z] ecc8261a40a4: Download complete [2021-01-22T02:06:48.950Z] 6ca5941a6612: Verifying Checksum [2021-01-22T02:06:48.950Z] 6ca5941a6612: Download complete [2021-01-22T02:06:49.215Z] 31603596830f: Pull complete [2021-01-22T02:06:49.215Z] 2a8b12db71e7: Pull complete [2021-01-22T02:06:50.188Z] 6ca5941a6612: Pull complete [2021-01-22T02:06:50.451Z] ecc8261a40a4: Pull complete [2021-01-22T02:06:50.451Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T02:06:50.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:06:50.451Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T02:06:50.556Z] prd-centos7-docker-4c-2g-22155 does not seem to be running inside a container [2021-01-22T02:06:50.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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-01-22T02:06:52.692Z] $ docker top 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:06:52.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:06:52.978Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:06:53.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:06:53.197Z] $ docker exec 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent [2021-01-22T02:06:53.361Z] SSH_AUTH_SOCK=/tmp/ssh-CpHLRk7WkvUT/agent.11 [2021-01-22T02:06:53.361Z] SSH_AGENT_PID=16 [2021-01-22T02:06:53.371Z] Running ssh-add (command line suppressed) [2021-01-22T02:06:53.494Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_395811964755714604.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_395811964755714604.key) [2021-01-22T02:06:53.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:06:53.888Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T02:06:53.912Z] $ docker exec --env ******** --env ******** 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent -k [2021-01-22T02:06:54.029Z] unset SSH_AUTH_SOCK; [2021-01-22T02:06:54.030Z] unset SSH_AGENT_PID; [2021-01-22T02:06:54.030Z] echo Agent pid 16 killed; [2021-01-22T02:06:54.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T02:06:54.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:06:54.211Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:06:54.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:06:54.381Z] $ docker exec 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent [2021-01-22T02:06:54.537Z] SSH_AUTH_SOCK=/tmp/ssh-CzBdr5clGscV/agent.45 [2021-01-22T02:06:54.537Z] SSH_AGENT_PID=51 [2021-01-22T02:06:54.543Z] Running ssh-add (command line suppressed) [2021-01-22T02:06:54.659Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3888072674546148219.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3888072674546148219.key) [2021-01-22T02:06:54.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:06:55.039Z] + git semver init [2021-01-22T02:06:55.039Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:06:55.039Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git [2021-01-22T02:06:55.039Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-22T02:06:55.039Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:06:55.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:06:55.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:06:55.039Z] # $SEMVER_BRANCH = PR-291 [2021-01-22T02:06:55.039Z] # $SEMVER_TEMP = /tmp/semver-837714755 [2021-01-22T02:06:55.039Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-22T02:06:55.983Z] # '/tmp/semver-837714755' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' [2021-01-22T02:06:55.983Z] # -> Force: false [2021-01-22T02:06:55.983Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } [2021-01-22T02:06:55.996Z] $ docker exec --env ******** --env ******** 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent -k [2021-01-22T02:06:56.105Z] unset SSH_AUTH_SOCK; [2021-01-22T02:06:56.106Z] unset SSH_AGENT_PID; [2021-01-22T02:06:56.106Z] echo Agent pid 51 killed; [2021-01-22T02:06:56.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:06:56.611Z] + git semver [Pipeline] } [2021-01-22T02:06:56.630Z] $ docker stop --time=1 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 [2021-01-22T02:06:58.018Z] $ docker rm -f 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:06:58.501Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T02:06:59.129Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T02:06:59.180Z] [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-01-22T02:07:14.827Z] Still waiting to schedule task [2021-01-22T02:07:14.828Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22146’ is offline; ‘prd-centos7-docker-4c-2g-22156’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-22T02:07:14.830Z] Still waiting to schedule task [2021-01-22T02:07:14.830Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T02:08:39.490Z] Running on prd-centos7-docker-4c-2g-22159 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-22T02:08:39.543Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2021-01-22T02:08:42.260Z] using credential edgex-jenkins-ssh [2021-01-22T02:08:42.321Z] Cloning the remote Git repository [2021-01-22T02:08:42.352Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:08:42.426Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2021-01-22T02:08:42.507Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:08:42.507Z] > git --version # timeout=10 [2021-01-22T02:08:42.514Z] > git --version # 'git version 2.24.3' [2021-01-22T02:08:42.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:08:42.544Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:08:44.016Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-22T02:08:43.610Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:08:43.617Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:08:43.629Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:08:43.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:08:43.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:08:43.650Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T02:08:44.026Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:08:44.035Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-22T02:08:44.185Z] > git remote # timeout=10 [2021-01-22T02:08:44.198Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:08:44.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:08:44.210Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-22T02:08:44.424Z] Merge succeeded, producing 2da253a649624e7d18a33a697808c99c3940a375 [2021-01-22T02:08:44.425Z] Checking out Revision 2da253a649624e7d18a33a697808c99c3940a375 (PR-291) [2021-01-22T02:08:44.417Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:08:44.429Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:08:44.433Z] > git checkout -f 2da253a649624e7d18a33a697808c99c3940a375 # timeout=10 [2021-01-22T02:08:48.230Z] Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" [2021-01-22T02:08:48.242Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:08:49.469Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:08:48.234Z] > git rev-list --no-walk 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 [2021-01-22T02:08:49.817Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:08:50.119Z] + sudo service docker restart [2021-01-22T02:08:50.119Z] + true [2021-01-22T02:08:50.119Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:08:52.126Z] provisioning config files... [2021-01-22T02:08:52.165Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config9591839435788671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:08:52.571Z] ---> docker-login.sh [2021-01-22T02:08:52.572Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:08:52.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:52.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:52.836Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:52.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:52.836Z] [2021-01-22T02:08:53.101Z] Login Succeeded [2021-01-22T02:08:53.101Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:08:53.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:53.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:53.101Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:53.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:53.102Z] [2021-01-22T02:08:53.102Z] Login Succeeded [2021-01-22T02:08:53.102Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:08:53.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:53.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:53.367Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:53.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:53.367Z] [2021-01-22T02:08:53.367Z] Login Succeeded [2021-01-22T02:08:53.367Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:08:53.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:53.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:53.638Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:53.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:53.638Z] [2021-01-22T02:08:53.638Z] Login Succeeded [2021-01-22T02:08:53.638Z] docker.io [2021-01-22T02:08:53.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:53.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:53.901Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:53.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:53.901Z] [2021-01-22T02:08:53.901Z] Login Succeeded [2021-01-22T02:08:53.901Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:08:53.914Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:08:54.246Z] ========================================================= [2021-01-22T02:08:54.246Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T02:08:54.246Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:08:54.587Z] + 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-01-22T02:08:55.170Z] Sending build context to Docker daemon 16.7MB [2021-01-22T02:08:55.170Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:08:55.170Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:08:55.170Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T02:08:55.170Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T02:08:55.170Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T02:08:55.170Z] de9db76c5a1d: Pulling fs layer [2021-01-22T02:08:55.170Z] bca2f99d35d6: Pulling fs layer [2021-01-22T02:08:55.170Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T02:08:55.170Z] 7c6f9722023f: Pulling fs layer [2021-01-22T02:08:55.170Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T02:08:55.170Z] bca2f99d35d6: Waiting [2021-01-22T02:08:55.170Z] 93359f2a8cfa: Waiting [2021-01-22T02:08:55.170Z] 7c6f9722023f: Waiting [2021-01-22T02:08:55.170Z] a35cf1a2eb13: Waiting [2021-01-22T02:08:55.170Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T02:08:55.170Z] 0ef7d3d256c8: Download complete [2021-01-22T02:08:55.170Z] de9db76c5a1d: Verifying Checksum [2021-01-22T02:08:55.170Z] de9db76c5a1d: Download complete [2021-01-22T02:08:55.170Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T02:08:55.170Z] 93359f2a8cfa: Download complete [2021-01-22T02:08:55.170Z] 7c6f9722023f: Download complete [2021-01-22T02:08:55.170Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T02:08:55.170Z] 188c0c94c7c5: Download complete [2021-01-22T02:08:55.759Z] 188c0c94c7c5: Pull complete [2021-01-22T02:08:56.029Z] 0ef7d3d256c8: Pull complete [2021-01-22T02:08:56.029Z] de9db76c5a1d: Pull complete [2021-01-22T02:08:57.978Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T02:08:57.978Z] a35cf1a2eb13: Download complete [2021-01-22T02:08:58.930Z] bca2f99d35d6: Verifying Checksum [2021-01-22T02:08:58.930Z] bca2f99d35d6: Download complete [2021-01-22T02:08:59.880Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22158 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-22T02:08:59.937Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2021-01-22T02:09:04.724Z] using credential edgex-jenkins-ssh [2021-01-22T02:09:04.787Z] Cloning the remote Git repository [2021-01-22T02:09:04.890Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:09:05.608Z] bca2f99d35d6: Pull complete [2021-01-22T02:09:05.608Z] 93359f2a8cfa: Pull complete [2021-01-22T02:09:05.880Z] 7c6f9722023f: Pull complete [2021-01-22T02:09:05.002Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2021-01-22T02:09:05.067Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:09:05.068Z] > git --version # timeout=10 [2021-01-22T02:09:05.083Z] > git --version # 'git version 2.17.1' [2021-01-22T02:09:05.084Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:09:05.147Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:09:07.143Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-22T02:09:06.615Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:09:06.631Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:09:06.655Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:09:06.688Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:09:06.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:09:06.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T02:09:07.172Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:09:07.184Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-22T02:09:08.059Z] Merge succeeded, producing 95fa28efafa8b36c515e49bfcc3b244ef2287671 [2021-01-22T02:09:08.060Z] Checking out Revision 95fa28efafa8b36c515e49bfcc3b244ef2287671 (PR-291) [2021-01-22T02:09:07.451Z] > git remote # timeout=10 [2021-01-22T02:09:07.467Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:09:07.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:09:07.494Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-22T02:09:08.054Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:09:08.075Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:09:08.085Z] > git checkout -f 95fa28efafa8b36c515e49bfcc3b244ef2287671 # timeout=10 [2021-01-22T02:09:12.853Z] Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" [2021-01-22T02:09:12.882Z] First time build. Skipping changelog. [2021-01-22T02:09:12.869Z] > git rev-list --no-walk 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:09:14.473Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:09:14.927Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:09:15.270Z] + sudo service docker restart [2021-01-22T02:09:15.270Z] + true [2021-01-22T02:09:15.990Z] a35cf1a2eb13: Pull complete [2021-01-22T02:09:15.990Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T02:09:15.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T02:09:15.990Z] ---> a62c8e92a672 [2021-01-22T02:09:15.990Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:09:15.990Z] ---> Running in 4687d6eaf383 [2021-01-22T02:09:15.990Z] Removing intermediate container 4687d6eaf383 [2021-01-22T02:09:15.990Z] ---> 7d795c242307 [2021-01-22T02:09:15.990Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:09:15.990Z] ---> Running in 3ec8b2eec867 [2021-01-22T02:09:17.402Z] Removing intermediate container 3ec8b2eec867 [2021-01-22T02:09:17.402Z] ---> 9185ea15cb6e [2021-01-22T02:09:17.402Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-22T02:09:17.402Z] ---> Running in bd6a85b1a943 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:09:18.004Z] provisioning config files... [2021-01-22T02:09:18.063Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config6279037507243782237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:09:18.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:09:18.510Z] ---> docker-login.sh [2021-01-22T02:09:18.510Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:09:19.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:09:19.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:19.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:19.777Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:19.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:19.777Z] [2021-01-22T02:09:19.777Z] Login Succeeded [2021-01-22T02:09:19.777Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:09:19.892Z] OK: 166 MiB in 39 packages [2021-01-22T02:09:20.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:20.154Z] Removing intermediate container bd6a85b1a943 [2021-01-22T02:09:20.154Z] ---> 6dfc4ddfbaf1 [2021-01-22T02:09:20.154Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-22T02:09:20.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:20.327Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:20.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:20.327Z] [2021-01-22T02:09:20.327Z] Login Succeeded [2021-01-22T02:09:20.327Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:09:20.418Z] ---> Running in 3cc34ddadc18 [2021-01-22T02:09:20.418Z] Removing intermediate container 3cc34ddadc18 [2021-01-22T02:09:20.418Z] ---> d35cdd8db39a [2021-01-22T02:09:20.418Z] Step 7/8 : COPY . . [2021-01-22T02:09:20.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:20.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:20.880Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:20.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:20.880Z] [2021-01-22T02:09:20.880Z] Login Succeeded [2021-01-22T02:09:20.880Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:09:21.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:21.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:21.435Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:21.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:21.435Z] [2021-01-22T02:09:21.435Z] Login Succeeded [2021-01-22T02:09:21.435Z] docker.io [2021-01-22T02:09:21.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:21.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:21.984Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:21.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:21.984Z] [2021-01-22T02:09:21.984Z] Login Succeeded [2021-01-22T02:09:21.984Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:09:22.003Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-22T02:09:22.403Z] ---> ea265256cffa [2021-01-22T02:09:22.403Z] Step 8/8 : RUN go mod download [Pipeline] echo [2021-01-22T02:09:22.444Z] ========================================================= [2021-01-22T02:09:22.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T02:09:22.444Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:09:22.669Z] ---> Running in 10b32e477142 [2021-01-22T02:09:22.821Z] + 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-01-22T02:09:23.427Z] Sending build context to Docker daemon 16.7MB [2021-01-22T02:09:23.427Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:09:23.427Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:09:23.427Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T02:09:23.427Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T02:09:23.427Z] a4357932f1b6: Pulling fs layer [2021-01-22T02:09:23.427Z] 18c013af1878: Pulling fs layer [2021-01-22T02:09:23.427Z] 00ac8860ef70: Pulling fs layer [2021-01-22T02:09:23.427Z] 63d7cb157983: Pulling fs layer [2021-01-22T02:09:23.427Z] b116817d02f9: Pulling fs layer [2021-01-22T02:09:23.427Z] 745a02a5169b: Pulling fs layer [2021-01-22T02:09:23.427Z] b116817d02f9: Waiting [2021-01-22T02:09:23.427Z] 745a02a5169b: Waiting [2021-01-22T02:09:23.427Z] 63d7cb157983: Waiting [2021-01-22T02:09:23.427Z] 00ac8860ef70: Waiting [2021-01-22T02:09:23.701Z] 18c013af1878: Verifying Checksum [2021-01-22T02:09:23.702Z] 18c013af1878: Download complete [2021-01-22T02:09:23.702Z] a4357932f1b6: Verifying Checksum [2021-01-22T02:09:23.702Z] a4357932f1b6: Download complete [2021-01-22T02:09:23.702Z] 63d7cb157983: Verifying Checksum [2021-01-22T02:09:23.702Z] 63d7cb157983: Download complete [2021-01-22T02:09:23.702Z] b116817d02f9: Verifying Checksum [2021-01-22T02:09:23.702Z] b116817d02f9: Download complete [2021-01-22T02:09:23.702Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T02:09:23.702Z] 5f621e34cdf4: Download complete [2021-01-22T02:09:24.305Z] 5f621e34cdf4: Pull complete [2021-01-22T02:09:24.910Z] a4357932f1b6: Pull complete [2021-01-22T02:09:25.183Z] 18c013af1878: Pull complete [2021-01-22T02:09:27.800Z] 745a02a5169b: Verifying Checksum [2021-01-22T02:09:27.800Z] 745a02a5169b: Download complete [2021-01-22T02:09:28.405Z] 00ac8860ef70: Verifying Checksum [2021-01-22T02:09:28.405Z] 00ac8860ef70: Download complete [2021-01-22T02:09:38.540Z] 00ac8860ef70: Pull complete [2021-01-22T02:09:38.540Z] 63d7cb157983: Pull complete [2021-01-22T02:09:38.540Z] b116817d02f9: Pull complete [2021-01-22T02:09:41.159Z] 745a02a5169b: Pull complete [2021-01-22T02:09:41.159Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T02:09:41.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T02:09:41.159Z] ---> b7e6874047d6 [2021-01-22T02:09:41.159Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:09:44.568Z] ---> Running in 855c1efd86bb [2021-01-22T02:09:44.841Z] Removing intermediate container 855c1efd86bb [2021-01-22T02:09:44.841Z] ---> 6f951f56e45f [2021-01-22T02:09:44.841Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:09:44.841Z] ---> Running in 1e90ec24a782 [2021-01-22T02:09:47.478Z] Removing intermediate container 1e90ec24a782 [2021-01-22T02:09:47.478Z] ---> 3a324586472b [2021-01-22T02:09:47.478Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-22T02:09:47.478Z] ---> Running in 45a9b559e8bb [2021-01-22T02:09:48.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:09:49.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:09:49.298Z] Removing intermediate container 10b32e477142 [2021-01-22T02:09:49.298Z] ---> 35a3e9484582 [2021-01-22T02:09:49.298Z] Successfully built 35a3e9484582 [2021-01-22T02:09:49.298Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:09:49.626Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:09:49.626Z] . [Pipeline] withDockerContainer [2021-01-22T02:09:49.755Z] prd-centos7-docker-4c-2g-22159 does not seem to be running inside a container [2021-01-22T02:09:49.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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-01-22T02:09:50.041Z] OK: 142 MiB in 39 packages [2021-01-22T02:09:50.635Z] Removing intermediate container 45a9b559e8bb [2021-01-22T02:09:50.635Z] ---> 6804e832dd8e [2021-01-22T02:09:50.635Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-22T02:09:50.717Z] $ docker top d49a9d32f4a501a32516e1bfcd64fd6187f869dcc48c9086a3f332fb072d58db -eo pid,comm [Pipeline] { [2021-01-22T02:09:50.907Z] ---> Running in 9cb672834bdd [Pipeline] sh [2021-01-22T02:09:51.280Z] + go version [2021-01-22T02:09:51.280Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T02:09:51.295Z] $ docker stop --time=1 d49a9d32f4a501a32516e1bfcd64fd6187f869dcc48c9086a3f332fb072d58db [2021-01-22T02:09:51.501Z] Removing intermediate container 9cb672834bdd [2021-01-22T02:09:51.501Z] ---> 40554f7661b1 [2021-01-22T02:09:51.501Z] Step 7/8 : COPY . . [2021-01-22T02:09:52.651Z] $ docker rm -f d49a9d32f4a501a32516e1bfcd64fd6187f869dcc48c9086a3f332fb072d58db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:09:53.453Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:09:53.453Z] . [Pipeline] withDockerContainer [2021-01-22T02:09:53.479Z] ---> 5c1330ffde54 [2021-01-22T02:09:53.479Z] Step 8/8 : RUN go mod download [2021-01-22T02:09:53.479Z] ---> Running in bc4ccf8700fe [2021-01-22T02:09:53.563Z] prd-centos7-docker-4c-2g-22159 does not seem to be running inside a container [2021-01-22T02:09:53.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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-01-22T02:09:54.272Z] $ docker top 36a5df9ca3795f66fa06d735c3aa28bf68b5300bcc57792ec4d51edfb358b77e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:09:54.769Z] + make test [2021-01-22T02:09:54.769Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-22T02:09:56.188Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-22T02:10:04.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-22T02:10:04.512Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-22T02:10:05.564Z] $ docker stop --time=1 36a5df9ca3795f66fa06d735c3aa28bf68b5300bcc57792ec4d51edfb358b77e [2021-01-22T02:10:07.826Z] $ docker rm -f 36a5df9ca3795f66fa06d735c3aa28bf68b5300bcc57792ec4d51edfb358b77e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:10:08.409Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:10:08.757Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-22T02:10:11.527Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:10:11.839Z] + ls -al . [2021-01-22T02:10:11.840Z] total 92 [2021-01-22T02:10:11.840Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 02:09 . [2021-01-22T02:10:11.840Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 02:08 .. [2021-01-22T02:10:11.840Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 02:08 assets [2021-01-22T02:10:11.840Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 22 02:08 bin [2021-01-22T02:10:11.840Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 22 02:08 cmd [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 22 02:08 CONTRIBUTING.md [2021-01-22T02:10:11.840Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 22 02:09 coverage.out [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 22 02:08 Dockerfile [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 22 02:08 Dockerfile.build [2021-01-22T02:10:11.840Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 22 02:08 docs [2021-01-22T02:10:11.840Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 02:08 .git [2021-01-22T02:10:11.840Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 02:08 .github [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 22 02:08 .gitignore [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 22 02:08 go.mod [2021-01-22T02:10:11.840Z] -rw-r--r--. 1 jenkins jenkins 20843 Jan 22 02:09 go.sum [2021-01-22T02:10:11.840Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 22 02:08 internal [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 22 02:08 Jenkinsfile [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 22 02:08 LICENSE [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 22 02:08 Makefile [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 22 02:08 README.md [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 02:06 VERSION [2021-01-22T02:10:11.840Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 22 02:08 version.go [2021-01-22T02:10:11.840Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 22 02:08 web [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:10:12.164Z] + 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=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 --label arch=amd64 --label version=0.0.0 . [2021-01-22T02:10:12.427Z] Sending build context to Docker daemon 16.72MB [2021-01-22T02:10:12.427Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:10:12.427Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:10:12.427Z] ---> 35a3e9484582 [2021-01-22T02:10:12.427Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-22T02:10:13.009Z] ---> Running in c40656041b0d [2021-01-22T02:10:13.273Z] Removing intermediate container c40656041b0d [2021-01-22T02:10:13.273Z] ---> 918c53a9c6f6 [2021-01-22T02:10:13.273Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-22T02:10:13.273Z] ---> Running in 9e19ba207f39 [2021-01-22T02:10:13.539Z] Removing intermediate container 9e19ba207f39 [2021-01-22T02:10:13.539Z] ---> e7c2af6aa32a [2021-01-22T02:10:13.539Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T02:10:13.539Z] ---> Running in 51d46a181e5a [2021-01-22T02:10:13.539Z] Removing intermediate container 51d46a181e5a [2021-01-22T02:10:13.539Z] ---> 0d399f78cc2e [2021-01-22T02:10:13.539Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-22T02:10:13.803Z] ---> Running in 576b7a79b0d3 [2021-01-22T02:10:13.803Z] Removing intermediate container 576b7a79b0d3 [2021-01-22T02:10:13.803Z] ---> 42ede4bee1d2 [2021-01-22T02:10:13.803Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-22T02:10:14.065Z] ---> Running in ff5f9ff55480 [2021-01-22T02:10:14.065Z] Removing intermediate container ff5f9ff55480 [2021-01-22T02:10:14.065Z] ---> b546358fd829 [2021-01-22T02:10:14.065Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:10:14.331Z] ---> Running in 010e13209456 [2021-01-22T02:10:15.290Z] Removing intermediate container 010e13209456 [2021-01-22T02:10:15.290Z] ---> c867f5a5c2b8 [2021-01-22T02:10:15.290Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T02:10:15.290Z] ---> Running in 2b05263dc20d [2021-01-22T02:10:15.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:10:16.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:10:17.392Z] OK: 166 MiB in 39 packages [2021-01-22T02:10:17.969Z] Removing intermediate container 2b05263dc20d [2021-01-22T02:10:17.969Z] ---> 43cafa52e228 [2021-01-22T02:10:17.969Z] Step 10/24 : ENV GO111MODULE=on [2021-01-22T02:10:17.969Z] ---> Running in 0fbb62d8429f [2021-01-22T02:10:18.237Z] Removing intermediate container 0fbb62d8429f [2021-01-22T02:10:18.237Z] ---> 8d06be11744c [2021-01-22T02:10:18.237Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-22T02:10:18.237Z] ---> Running in 7bbe185a9a0e [2021-01-22T02:10:18.500Z] Removing intermediate container 7bbe185a9a0e [2021-01-22T02:10:18.500Z] ---> 2d3de6cf3b83 [2021-01-22T02:10:18.500Z] Step 12/24 : COPY go.mod . [2021-01-22T02:10:18.763Z] ---> 77066a8b0192 [2021-01-22T02:10:18.763Z] Step 13/24 : COPY Makefile . [2021-01-22T02:10:18.763Z] ---> f9e6e977976a [2021-01-22T02:10:18.763Z] Step 14/24 : RUN make update [2021-01-22T02:10:19.027Z] ---> Running in c9a300ec7a76 [2021-01-22T02:10:19.306Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-22T02:10:19.889Z] Removing intermediate container c9a300ec7a76 [2021-01-22T02:10:19.889Z] ---> 80b785fc6303 [2021-01-22T02:10:19.889Z] Step 15/24 : COPY . . [2021-01-22T02:10:20.268Z] Removing intermediate container bc4ccf8700fe [2021-01-22T02:10:20.268Z] ---> 1e1eb764c76b [2021-01-22T02:10:20.268Z] Successfully built 1e1eb764c76b [2021-01-22T02:10:20.269Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:10:20.640Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:10:20.640Z] . [Pipeline] withDockerContainer [2021-01-22T02:10:20.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-22158 does not seem to be running inside a container [2021-01-22T02:10:21.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T02:10:21.829Z] ---> c38e86a09de9 [2021-01-22T02:10:21.830Z] Step 16/24 : RUN ${MAKE} [2021-01-22T02:10:21.830Z] ---> Running in e74ed9966561 [2021-01-22T02:10:22.419Z] 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-01-22T02:10:22.565Z] $ docker top 7c6edcfb4a3a81fb32c128a3d50feb57612b7ec2def38cabe2275e3cf0f8e436 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:10:23.620Z] + go version [2021-01-22T02:10:23.620Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T02:10:23.653Z] $ docker stop --time=1 7c6edcfb4a3a81fb32c128a3d50feb57612b7ec2def38cabe2275e3cf0f8e436 [2021-01-22T02:10:25.586Z] $ docker rm -f 7c6edcfb4a3a81fb32c128a3d50feb57612b7ec2def38cabe2275e3cf0f8e436 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:10:26.569Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:10:26.569Z] . [Pipeline] withDockerContainer [2021-01-22T02:10:26.819Z] prd-ubuntu18.04-docker-arm64-4c-16g-22158 does not seem to be running inside a container [2021-01-22T02:10:26.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T02:10:28.355Z] $ docker top 59129e7504a014c92bd9adf23305648909b489fea26fd3619c155a39b17b2e8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:10:29.364Z] + make test [2021-01-22T02:10:29.365Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-22T02:10:30.697Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-22T02:10:30.806Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-22T02:10:34.022Z] Removing intermediate container e74ed9966561 [2021-01-22T02:10:34.022Z] ---> f2f864f6a516 [2021-01-22T02:10:34.022Z] Step 17/24 : FROM alpine:3.12 [2021-01-22T02:10:34.972Z] 3.12: Pulling from library/alpine [2021-01-22T02:10:35.547Z] 801bfaa63ef2: Pulling fs layer [2021-01-22T02:10:35.547Z] 801bfaa63ef2: Verifying Checksum [2021-01-22T02:10:35.547Z] 801bfaa63ef2: Download complete [2021-01-22T02:10:35.810Z] 801bfaa63ef2: Pull complete [2021-01-22T02:10:35.811Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T02:10:35.811Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T02:10:35.811Z] ---> 389fef711851 [2021-01-22T02:10:35.811Z] Step 18/24 : EXPOSE 4000 [2021-01-22T02:10:36.074Z] ---> Running in f8c210177045 [2021-01-22T02:10:36.074Z] Removing intermediate container f8c210177045 [2021-01-22T02:10:36.074Z] ---> 73c1d7779f8e [2021-01-22T02:10:36.074Z] 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-01-22T02:10:37.473Z] ---> b90bbe9ffb12 [2021-01-22T02:10:37.473Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-22T02:10:37.473Z] ---> Running in 1620d4efde1f [2021-01-22T02:10:37.473Z] Removing intermediate container 1620d4efde1f [2021-01-22T02:10:37.473Z] ---> 6fba06f706e8 [2021-01-22T02:10:37.473Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-22T02:10:37.738Z] ---> Running in 63cf0e5eb9dd [2021-01-22T02:10:37.738Z] Removing intermediate container 63cf0e5eb9dd [2021-01-22T02:10:37.738Z] ---> e65191b5640b [2021-01-22T02:10:37.738Z] Step 22/24 : LABEL arch=amd64 [2021-01-22T02:10:37.738Z] ---> Running in 10e60625d33c [2021-01-22T02:10:38.002Z] Removing intermediate container 10e60625d33c [2021-01-22T02:10:38.002Z] ---> 63940d011d47 [2021-01-22T02:10:38.002Z] Step 23/24 : LABEL git_sha=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [2021-01-22T02:10:38.002Z] ---> Running in 18c4500fae27 [2021-01-22T02:10:38.265Z] Removing intermediate container 18c4500fae27 [2021-01-22T02:10:38.265Z] ---> db7971149d48 [2021-01-22T02:10:38.265Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T02:10:38.265Z] ---> Running in a2a48630112f [2021-01-22T02:10:38.527Z] Removing intermediate container a2a48630112f [2021-01-22T02:10:38.527Z] ---> 5829cbed6d3c [2021-01-22T02:10:38.527Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:10:38.527Z] Successfully built 5829cbed6d3c [2021-01-22T02:10:38.527Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-22T02:10:52.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-22T02:10:52.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-22T02:10:52.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-22T02:10:52.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-22T02:10:52.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-22T02:10:52.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-22T02:10:53.253Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-22T02:10:58.727Z] $ docker stop --time=1 59129e7504a014c92bd9adf23305648909b489fea26fd3619c155a39b17b2e8f [2021-01-22T02:11:00.832Z] $ docker rm -f 59129e7504a014c92bd9adf23305648909b489fea26fd3619c155a39b17b2e8f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:11:01.678Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:11:01.747Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T02:11:02.575Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:11:03.282Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:11:03.626Z] + ls -al . [2021-01-22T02:11:03.626Z] total 124 [2021-01-22T02:11:03.626Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:10 . [2021-01-22T02:11:03.626Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:09 .. [2021-01-22T02:11:03.626Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 02:09 .git [2021-01-22T02:11:03.626Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:09 .github [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 22 02:09 .gitignore [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 22 02:09 CONTRIBUTING.md [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 22 02:09 Dockerfile [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 22 02:09 Dockerfile.build [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 22 02:09 Jenkinsfile [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 22 02:09 LICENSE [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 22 02:09 Makefile [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 22 02:09 README.md [2021-01-22T02:11:03.626Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 02:06 VERSION [2021-01-22T02:11:03.626Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:09 assets [2021-01-22T02:11:03.627Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:09 bin [2021-01-22T02:11:03.627Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:09 cmd [2021-01-22T02:11:03.627Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 22 02:10 coverage.out [2021-01-22T02:11:03.627Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 02:09 docs [2021-01-22T02:11:03.627Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 22 02:09 go.mod [2021-01-22T02:11:03.627Z] -rw-r--r-- 1 jenkins jenkins 20843 Jan 22 02:10 go.sum [2021-01-22T02:11:03.627Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:09 internal [2021-01-22T02:11:03.627Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 22 02:09 version.go [2021-01-22T02:11:03.627Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:11:03.966Z] + 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=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 --label arch=arm64 --label version=0.0.0 . [2021-01-22T02:11:04.566Z] Sending build context to Docker daemon 16.72MB [2021-01-22T02:11:04.566Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:11:04.566Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:11:04.566Z] ---> 1e1eb764c76b [2021-01-22T02:11:04.566Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-22T02:11:04.855Z] ---> Running in 4bd279e9908a [2021-01-22T02:11:05.465Z] Removing intermediate container 4bd279e9908a [2021-01-22T02:11:05.465Z] ---> 51a9614ca61b [2021-01-22T02:11:05.465Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-22T02:11:05.465Z] ---> Running in 6bb7250147f2 [2021-01-22T02:11:06.066Z] Removing intermediate container 6bb7250147f2 [2021-01-22T02:11:06.066Z] ---> e4c725ee5e84 [2021-01-22T02:11:06.066Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T02:11:06.066Z] ---> Running in 122bc07133d4 [2021-01-22T02:11:06.662Z] Removing intermediate container 122bc07133d4 [2021-01-22T02:11:06.662Z] ---> 99a5adbf85d6 [2021-01-22T02:11:06.662Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-22T02:11:06.662Z] ---> Running in 30fead7509d1 [2021-01-22T02:11:07.253Z] Removing intermediate container 30fead7509d1 [2021-01-22T02:11:07.253Z] ---> ff7f97d21d33 [2021-01-22T02:11:07.253Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-22T02:11:07.253Z] ---> Running in b2f075afc31a [2021-01-22T02:11:07.524Z] Removing intermediate container b2f075afc31a [2021-01-22T02:11:07.524Z] ---> 54e4ecfe4805 [2021-01-22T02:11:07.524Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:11:07.798Z] ---> Running in 4e3928ebc246 [2021-01-22T02:11:09.790Z] Removing intermediate container 4e3928ebc246 [2021-01-22T02:11:09.790Z] ---> 28f39a90fbd7 [2021-01-22T02:11:09.790Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T02:11:09.790Z] ---> Running in c3dc37a87815 [2021-01-22T02:11:11.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:11:11.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:11:12.790Z] OK: 142 MiB in 39 packages [2021-01-22T02:11:14.235Z] Removing intermediate container c3dc37a87815 [2021-01-22T02:11:14.235Z] ---> dc878b7e0772 [2021-01-22T02:11:14.235Z] Step 10/24 : ENV GO111MODULE=on [2021-01-22T02:11:14.235Z] ---> Running in 8f17c7b763f4 [2021-01-22T02:11:14.510Z] Removing intermediate container 8f17c7b763f4 [2021-01-22T02:11:14.511Z] ---> 6c3651e73854 [2021-01-22T02:11:14.511Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-22T02:11:14.786Z] ---> Running in 851fabcc3319 [2021-01-22T02:11:15.383Z] Removing intermediate container 851fabcc3319 [2021-01-22T02:11:15.383Z] ---> 5e801e1208bf [2021-01-22T02:11:15.383Z] Step 12/24 : COPY go.mod . [2021-01-22T02:11:15.979Z] ---> 6c2b462896ec [2021-01-22T02:11:15.979Z] Step 13/24 : COPY Makefile . [2021-01-22T02:11:16.575Z] ---> 097cfb67ae8b [2021-01-22T02:11:16.575Z] Step 14/24 : RUN make update [2021-01-22T02:11:16.850Z] ---> Running in 08f2d7707d15 [2021-01-22T02:11:17.843Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-22T02:11:19.281Z] Removing intermediate container 08f2d7707d15 [2021-01-22T02:11:19.282Z] ---> 995cc3901d66 [2021-01-22T02:11:19.282Z] Step 15/24 : COPY . . [2021-01-22T02:11:21.258Z] ---> 2f0a0162fe12 [2021-01-22T02:11:21.258Z] Step 16/24 : RUN ${MAKE} [2021-01-22T02:11:21.531Z] ---> Running in 8969aa93523f [2021-01-22T02:11:22.513Z] 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-01-22T02:11:44.699Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-22T02:11:51.399Z] Removing intermediate container 8969aa93523f [2021-01-22T02:11:51.399Z] ---> fae07a404d03 [2021-01-22T02:11:51.399Z] Step 17/24 : FROM alpine:3.12 [2021-01-22T02:11:51.399Z] 3.12: Pulling from library/alpine [2021-01-22T02:11:51.399Z] 159e5727ea61: Pulling fs layer [2021-01-22T02:11:51.399Z] 159e5727ea61: Verifying Checksum [2021-01-22T02:11:51.399Z] 159e5727ea61: Download complete [2021-01-22T02:11:51.998Z] 159e5727ea61: Pull complete [2021-01-22T02:11:51.998Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T02:11:51.998Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T02:11:51.998Z] ---> afeebe901d6b [2021-01-22T02:11:51.998Z] Step 18/24 : EXPOSE 4000 [2021-01-22T02:11:51.998Z] ---> Running in 73cf5aa1bc53 [2021-01-22T02:11:52.599Z] Removing intermediate container 73cf5aa1bc53 [2021-01-22T02:11:52.599Z] ---> baeb034b5af0 [2021-01-22T02:11:52.599Z] 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-01-22T02:11:54.582Z] ---> b3b93c2a6a4b [2021-01-22T02:11:54.582Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-22T02:11:54.582Z] ---> Running in 35765cd6c284 [2021-01-22T02:11:55.178Z] Removing intermediate container 35765cd6c284 [2021-01-22T02:11:55.178Z] ---> 2173f46628a6 [2021-01-22T02:11:55.178Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-22T02:11:55.178Z] ---> Running in fea87d8c0cb5 [2021-01-22T02:11:55.771Z] Removing intermediate container fea87d8c0cb5 [2021-01-22T02:11:55.771Z] ---> da5054bd5ba7 [2021-01-22T02:11:55.771Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T02:11:55.771Z] ---> Running in 2faab6fb4c54 [2021-01-22T02:11:56.368Z] Removing intermediate container 2faab6fb4c54 [2021-01-22T02:11:56.368Z] ---> 5504f46e0a3f [2021-01-22T02:11:56.368Z] Step 23/24 : LABEL git_sha=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [2021-01-22T02:11:56.368Z] ---> Running in a07e907f511b [2021-01-22T02:11:56.646Z] Removing intermediate container a07e907f511b [2021-01-22T02:11:56.646Z] ---> 7b42f7f13983 [2021-01-22T02:11:56.646Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T02:11:56.922Z] ---> Running in 3100e280aab2 [2021-01-22T02:11:57.519Z] Removing intermediate container 3100e280aab2 [2021-01-22T02:11:57.519Z] ---> 04d573f7dc5b [2021-01-22T02:11:57.519Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:11:57.519Z] Successfully built 04d573f7dc5b [2021-01-22T02:11:57.519Z] 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 [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-01-22T02:11:58.949Z] provisioning config files... [2021-01-22T02:11:58.959Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config5199631267677595412tmp [Pipeline] { [Pipeline] sh [2021-01-22T02:11:59.365Z] + set +x [2021-01-22T02:11:59.365Z] + bash -s -- [2021-01-22T02:11:59.365Z] + curl -s https://codecov.io/bash [2021-01-22T02:11:59.629Z] [2021-01-22T02:11:59.629Z] _____ _ [2021-01-22T02:11:59.629Z] / ____| | | [2021-01-22T02:11:59.629Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T02:11:59.629Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T02:11:59.629Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T02:11:59.629Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T02:11:59.629Z] Bash-20210115-cec3c92 [2021-01-22T02:11:59.629Z] [2021-01-22T02:11:59.629Z] [2021-01-22T02:11:59.629Z] ==> git version 2.24.3 found [2021-01-22T02:11:59.629Z] ==> 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-01-22T02:11:59.629Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T02:11:59.629Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T02:11:59.629Z] ==> Jenkins CI detected. [2021-01-22T02:11:59.629Z] project root: . [2021-01-22T02:11:59.629Z] --> token set from env [2021-01-22T02:11:59.629Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T02:11:59.629Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T02:11:59.629Z] ==> Python coveragepy not found [2021-01-22T02:11:59.629Z] ==> Searching for coverage reports in: [2021-01-22T02:11:59.629Z] + . [2021-01-22T02:11:59.629Z] -> Found 1 reports [2021-01-22T02:11:59.629Z] ==> Detecting git/mercurial file structure [2021-01-22T02:11:59.629Z] ==> Reading reports [2021-01-22T02:11:59.629Z] + ./coverage.out bytes=10 [2021-01-22T02:11:59.629Z] ==> Appending adjustments [2021-01-22T02:11:59.629Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T02:11:59.891Z] + Found adjustments [2021-01-22T02:11:59.891Z] ==> Gzipping contents [2021-01-22T02:11:59.891Z] 4.0K /tmp/codecov.QPeM34.gz [2021-01-22T02:11:59.891Z] ==> Uploading reports [2021-01-22T02:11:59.891Z] url: https://codecov.io [2021-01-22T02:11:59.891Z] query: branch=PR-291&commit=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-22T02:11:59.892Z] -> Pinging Codecov [2021-01-22T02:11:59.892Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-22T02:12:00.154Z] -> Uploading to [2021-01-22T02:12:00.154Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/FB506323287CE973F263BFD2A0EB1F37/6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0/6cf3089e-94a0-4790-b6a8-dea0573038e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T021200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=32381062309804dce75eafdc1e6880f70c6683c7a2a4c953c392ce0389d77375 [2021-01-22T02:12:00.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:12:00.154Z] Dload Upload Total Spent Left Speed [2021-01-22T02:12:00.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 4984 --:--:-- --:--:-- --:--:-- 4978 100 2494 0 0 100 2494 0 4983 --:--:-- --:--:-- --:--:-- 4978 [2021-01-22T02:12:00.735Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [Pipeline] } [2021-01-22T02:12:00.745Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-22T02:12:03.399Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:03.700Z] ---> package-listing.sh [2021-01-22T02:12:03.700Z] ++ facter osfamily [2021-01-22T02:12:03.700Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T02:12:03.700Z] + OS_FAMILY=redhat [2021-01-22T02:12:03.700Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-22T02:12:03.700Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T02:12:03.700Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T02:12:03.700Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T02:12:03.700Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T02:12:03.700Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-22T02:12:03.700Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T02:12:03.700Z] + case "${OS_FAMILY}" in [2021-01-22T02:12:03.700Z] + rpm -qa [2021-01-22T02:12:03.700Z] + sort [2021-01-22T02:12:09.007Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T02:12:09.007Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T02:12:09.007Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T02:12:09.007Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-22T02:12:09.007Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [2021-01-22T02:12:09.007Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [Pipeline] echo [2021-01-22T02:12:09.023Z] 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-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T02:12:09.318Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:09.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:12:09.627Z] [2021-01-22T02:12:09.627Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:09.985Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:12:09.985Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T02:12:09.985Z] df20fa9351a1: Pulling fs layer [2021-01-22T02:12:09.985Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T02:12:09.985Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T02:12:09.985Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T02:12:09.985Z] 93b61091891f: Pulling fs layer [2021-01-22T02:12:09.985Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T02:12:09.985Z] 5e14af77c1be: Pulling fs layer [2021-01-22T02:12:09.985Z] 01666e4c0597: Pulling fs layer [2021-01-22T02:12:09.985Z] aa168da1d23b: Pulling fs layer [2021-01-22T02:12:09.985Z] 46f8f816bc3b: Waiting [2021-01-22T02:12:09.985Z] 93b61091891f: Waiting [2021-01-22T02:12:09.985Z] 93b9cdb0e59b: Waiting [2021-01-22T02:12:09.985Z] 5e14af77c1be: Waiting [2021-01-22T02:12:09.985Z] 01666e4c0597: Waiting [2021-01-22T02:12:09.985Z] aa168da1d23b: Waiting [2021-01-22T02:12:09.985Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T02:12:09.985Z] 36b3adc4ff6f: Download complete [2021-01-22T02:12:09.985Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T02:12:09.985Z] 46f8f816bc3b: Download complete [2021-01-22T02:12:09.985Z] df20fa9351a1: Verifying Checksum [2021-01-22T02:12:09.985Z] df20fa9351a1: Download complete [2021-01-22T02:12:10.249Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T02:12:10.249Z] 93b9cdb0e59b: Download complete [2021-01-22T02:12:10.249Z] 5e14af77c1be: Verifying Checksum [2021-01-22T02:12:10.249Z] 5e14af77c1be: Download complete [2021-01-22T02:12:10.249Z] 93b61091891f: Download complete [2021-01-22T02:12:10.249Z] 01666e4c0597: Verifying Checksum [2021-01-22T02:12:10.249Z] 01666e4c0597: Download complete [2021-01-22T02:12:10.512Z] df20fa9351a1: Pull complete [2021-01-22T02:12:10.512Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T02:12:10.512Z] 8ad3a11d3b57: Download complete [2021-01-22T02:12:10.779Z] 36b3adc4ff6f: Pull complete [2021-01-22T02:12:11.359Z] 8ad3a11d3b57: Pull complete [2021-01-22T02:12:11.359Z] 46f8f816bc3b: Pull complete [2021-01-22T02:12:11.940Z] 93b61091891f: Pull complete [2021-01-22T02:12:11.940Z] 93b9cdb0e59b: Pull complete [2021-01-22T02:12:12.216Z] 5e14af77c1be: Pull complete [2021-01-22T02:12:12.492Z] 01666e4c0597: Pull complete [2021-01-22T02:12:13.445Z] aa168da1d23b: Verifying Checksum [2021-01-22T02:12:13.445Z] aa168da1d23b: Download complete [2021-01-22T02:12:21.651Z] aa168da1d23b: Pull complete [2021-01-22T02:12:21.651Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T02:12:21.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:12:21.651Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T02:12:21.791Z] prd-centos7-docker-4c-2g-22155 does not seem to be running inside a container [2021-01-22T02:12:21.839Z] $ 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-291/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-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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-01-22T02:12:25.288Z] $ docker top f936c7510222ca7cde0804b47401626e1f40aee38de40d721a6e8ad2d1a3d4aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:12:25.831Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T02:12:26.130Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T02:12:26.431Z] + ls /var/log/sa-host [2021-01-22T02:12:26.432Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T02:12:26.432Z] file_magic: OK [2021-01-22T02:12:26.432Z] HZ: Using current value: 100 [2021-01-22T02:12:26.432Z] file_header: OK [2021-01-22T02:12:26.432Z] 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-01-22T02:12:26.432Z] Statistics: [2021-01-22T02:12:26.432Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T02:12:26.432Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T02:12:26.432Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T02:12:26.432Z] file_magic: OK [2021-01-22T02:12:26.432Z] HZ: Using current value: 100 [2021-01-22T02:12:26.432Z] file_header: OK [2021-01-22T02:12:26.432Z] 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-01-22T02:12:26.432Z] Statistics: [2021-01-22T02:12:26.432Z] Hnuu...uuuununununu... [2021-01-22T02:12:26.432Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:12:26.639Z] provisioning config files... [2021-01-22T02:12:26.654Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config5632464282362503327tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:12:26.761Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:27.061Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T02:12:27.072Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T02:12:27.162Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:27.461Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T02:12:27.484Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:27.797Z] ---> sudo-logs.sh [2021-01-22T02:12:27.797Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T02:12:27.808Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:28.103Z] ---> job-cost.sh [2021-01-22T02:12:28.103Z] lf-activate-venv: SKIPPING [2021-01-22T02:12:28.103Z] INFO: No Stack... [2021-01-22T02:12:29.495Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T02:12:29.758Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T02:12:29.771Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:30.074Z] ---> logs-deploy.sh [2021-01-22T02:12:30.074Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/7 [2021-01-22T02:12:30.074Z] INFO: archiving workspace using pattern(s): [2021-01-22T02:12:31.990Z] Archives upload complete. [2021-01-22T02:12:31.990Z] INFO: archiving logs to Nexus