Pull request #326 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10cde6945b5655e3f2bd22974b44114dd53f663e+bff10de453daaa1b67b3982ef82a282e90f7b04e (16d32614a3d425966ed5efa5c5f7bd8ca18e018c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33310 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [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-326 # 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/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bff10de453daaa1b67b3982ef82a282e90f7b04e into PR head commit 10cde6945b5655e3f2bd22974b44114dd53f663e Merge succeeded, producing 10cde6945b5655e3f2bd22974b44114dd53f663e Checking out Revision 10cde6945b5655e3f2bd22974b44114dd53f663e (PR-326) > git config core.sparsecheckout # timeout=10 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # 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 bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" > git rev-list --no-walk 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T11:40:22.940Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T11:40:23.234Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T11:40:23.335Z] ========================================================= [2021-04-08T11:40:23.335Z] EdgeX Global Pipelines Version Info [2021-04-08T11:40:23.335Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:40:24.777Z] ------------------- [2021-04-08T11:40:24.777Z] stable info: [2021-04-08T11:40:24.777Z] ------------------- [2021-04-08T11:40:24.777Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T11:40:24.777Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T11:40:24.777Z] Message: update stable to v1.0.186 [2021-04-08T11:40:25.723Z] ------------------- [2021-04-08T11:40:25.723Z] experimental info: [2021-04-08T11:40:25.723Z] ------------------- [2021-04-08T11:40:25.723Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T11:40:25.723Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T11:40:25.723Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T11:40:25.992Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-08T11:40:26.082Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-08T11:40:26.169Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T11:40:26.256Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T11:40:26.383Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T11:40:26.470Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T11:40:26.555Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T11:40:26.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T11:40:26.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-08T11:40:26.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T11:40:26.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T11:40:27.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-08T11:40:27.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T11:40:27.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T11:40:27.314Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T11:40:27.401Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T11:40:27.485Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T11:40:27.576Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T11:40:27.659Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T11:40:27.745Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-08T11:40:27.829Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-08T11:40:27.917Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-08T11:40:28.003Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-08T11:40:28.180Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-08T11:40:28.267Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-08T11:40:28.353Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T11:40:28.439Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-326 [Pipeline] echo [2021-04-08T11:40:28.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-326 [Pipeline] echo [2021-04-08T11:40:28.640Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-326 [Pipeline] echo [2021-04-08T11:40:28.740Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10cde6945b5655e3f2bd22974b44114dd53f663e [Pipeline] echo [2021-04-08T11:40:28.825Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10cde69 [Pipeline] echo [2021-04-08T11:40:28.907Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T11:40:29.097Z] provisioning config files... [2021-04-08T11:40:29.133Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config9119672585072078626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:40:29.493Z] ---> docker-login.sh [2021-04-08T11:40:29.493Z] nexus3.edgexfoundry.org:10001 [2021-04-08T11:40:29.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:40:30.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:40:30.019Z] Configure a credential helper to remove this warning. See [2021-04-08T11:40:30.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:40:30.019Z] [2021-04-08T11:40:30.019Z] Login Succeeded [2021-04-08T11:40:30.019Z] nexus3.edgexfoundry.org:10002 [2021-04-08T11:40:30.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:40:30.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:40:30.019Z] Configure a credential helper to remove this warning. See [2021-04-08T11:40:30.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:40:30.019Z] [2021-04-08T11:40:30.019Z] Login Succeeded [2021-04-08T11:40:30.019Z] nexus3.edgexfoundry.org:10003 [2021-04-08T11:40:30.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:40:30.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:40:30.281Z] Configure a credential helper to remove this warning. See [2021-04-08T11:40:30.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:40:30.281Z] [2021-04-08T11:40:30.281Z] Login Succeeded [2021-04-08T11:40:30.281Z] nexus3.edgexfoundry.org:10004 [2021-04-08T11:40:30.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:40:30.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:40:30.543Z] Configure a credential helper to remove this warning. See [2021-04-08T11:40:30.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:40:30.543Z] [2021-04-08T11:40:30.543Z] Login Succeeded [2021-04-08T11:40:30.543Z] docker.io [2021-04-08T11:40:30.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:40:30.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:40:30.807Z] Configure a credential helper to remove this warning. See [2021-04-08T11:40:30.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:40:30.807Z] [2021-04-08T11:40:30.807Z] Login Succeeded [2021-04-08T11:40:30.807Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T11:40:30.817Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T11:40:31.688Z] + git log --format=format:%s -1 10cde6945b5655e3f2bd22974b44114dd53f663e [Pipeline] echo [2021-04-08T11:40:31.761Z] GIT_COMMIT: 10cde6945b5655e3f2bd22974b44114dd53f663e, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0 [Pipeline] echo [2021-04-08T11:40:31.832Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:40:32.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T11:40:32.469Z] [2021-04-08T11:40:32.469Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:40:32.827Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T11:40:32.827Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T11:40:32.827Z] 31603596830f: Pulling fs layer [2021-04-08T11:40:32.827Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T11:40:32.827Z] 6ca5941a6612: Pulling fs layer [2021-04-08T11:40:32.827Z] ecc8261a40a4: Pulling fs layer [2021-04-08T11:40:32.827Z] ecc8261a40a4: Waiting [2021-04-08T11:40:32.827Z] 2a8b12db71e7: Verifying Checksum [2021-04-08T11:40:32.827Z] 2a8b12db71e7: Download complete [2021-04-08T11:40:33.089Z] 31603596830f: Verifying Checksum [2021-04-08T11:40:33.089Z] 31603596830f: Download complete [2021-04-08T11:40:33.089Z] ecc8261a40a4: Verifying Checksum [2021-04-08T11:40:33.089Z] ecc8261a40a4: Download complete [2021-04-08T11:40:33.089Z] 6ca5941a6612: Verifying Checksum [2021-04-08T11:40:33.089Z] 6ca5941a6612: Download complete [2021-04-08T11:40:33.355Z] 31603596830f: Pull complete [2021-04-08T11:40:33.618Z] 2a8b12db71e7: Pull complete [2021-04-08T11:40:34.567Z] 6ca5941a6612: Pull complete [2021-04-08T11:40:34.567Z] ecc8261a40a4: Pull complete [2021-04-08T11:40:34.567Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T11:40:34.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T11:40:34.567Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T11:40:34.671Z] prd-centos7-docker-4c-2g-33310 does not seem to be running inside a container [2021-04-08T11:40:34.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T11:40:36.836Z] $ docker top 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T11:40:37.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T11:40:37.136Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T11:40:37.370Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T11:40:37.374Z] $ docker exec 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent [2021-04-08T11:40:37.535Z] SSH_AUTH_SOCK=/tmp/ssh-K3aQ8lY0dV5I/agent.11 [2021-04-08T11:40:37.535Z] SSH_AGENT_PID=16 [2021-04-08T11:40:37.545Z] Running ssh-add (command line suppressed) [2021-04-08T11:40:37.681Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_1701383642164996287.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_1701383642164996287.key) [2021-04-08T11:40:37.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T11:40:38.098Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T11:40:38.121Z] $ docker exec --env ******** --env ******** 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent -k [2021-04-08T11:40:38.233Z] unset SSH_AUTH_SOCK; [2021-04-08T11:40:38.234Z] unset SSH_AGENT_PID; [2021-04-08T11:40:38.234Z] echo Agent pid 16 killed; [2021-04-08T11:40:38.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T11:40:38.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T11:40:38.466Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T11:40:38.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T11:40:38.630Z] $ docker exec 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent [2021-04-08T11:40:38.789Z] SSH_AUTH_SOCK=/tmp/ssh-1S0meI78pbSX/agent.44 [2021-04-08T11:40:38.789Z] SSH_AGENT_PID=50 [2021-04-08T11:40:38.796Z] Running ssh-add (command line suppressed) [2021-04-08T11:40:38.922Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_7410834690437130034.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_7410834690437130034.key) [2021-04-08T11:40:38.973Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T11:40:39.312Z] + git semver init [2021-04-08T11:40:39.312Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T11:40:39.312Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.git [2021-04-08T11:40:39.312Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [2021-04-08T11:40:39.312Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T11:40:39.312Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T11:40:39.312Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T11:40:39.312Z] # $SEMVER_BRANCH = PR-326 [2021-04-08T11:40:39.312Z] # $SEMVER_TEMP = /tmp/semver-872963078 [2021-04-08T11:40:39.312Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-08T11:40:40.702Z] # '/tmp/semver-872963078' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver' [2021-04-08T11:40:40.702Z] # -> Force: false [2021-04-08T11:40:40.702Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver [Pipeline] } [2021-04-08T11:40:40.716Z] $ docker exec --env ******** --env ******** 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent -k [2021-04-08T11:40:40.827Z] unset SSH_AUTH_SOCK; [2021-04-08T11:40:40.827Z] unset SSH_AGENT_PID; [2021-04-08T11:40:40.827Z] echo Agent pid 50 killed; [2021-04-08T11:40:40.876Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T11:40:41.356Z] + git semver [Pipeline] } [2021-04-08T11:40:41.375Z] $ docker stop --time=1 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 [2021-04-08T11:40:42.792Z] $ docker rm -f 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T11:40:43.278Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T11:40:43.690Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T11:40:43.694Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-08T11:40:59.178Z] Still waiting to schedule task [2021-04-08T11:40:59.179Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-08T11:40:59.181Z] Still waiting to schedule task [2021-04-08T11:40:59.181Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-08T11:43:37.509Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33313 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws [2021-04-08T11:43:37.566Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-08T11:43:42.397Z] using credential edgex-jenkins-ssh [2021-04-08T11:43:42.449Z] Cloning the remote Git repository [2021-04-08T11:43:42.499Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T11:43:42.610Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-08T11:43:42.726Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T11:43:42.727Z] > git --version # timeout=10 [2021-04-08T11:43:42.744Z] > git --version # 'git version 2.17.1' [2021-04-08T11:43:42.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T11:43:42.809Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T11:43:45.145Z] Merging remotes/origin/master commit bff10de453daaa1b67b3982ef82a282e90f7b04e into PR head commit 10cde6945b5655e3f2bd22974b44114dd53f663e [2021-04-08T11:43:44.558Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T11:43:44.578Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T11:43:44.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T11:43:44.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T11:43:44.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T11:43:44.650Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T11:43:45.165Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T11:43:45.185Z] > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 [2021-04-08T11:43:45.658Z] Merge succeeded, producing 10cde6945b5655e3f2bd22974b44114dd53f663e [2021-04-08T11:43:45.658Z] Checking out Revision 10cde6945b5655e3f2bd22974b44114dd53f663e (PR-326) [2021-04-08T11:43:45.506Z] > git remote # timeout=10 [2021-04-08T11:43:45.526Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T11:43:45.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T11:43:45.596Z] > git merge bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 [2021-04-08T11:43:45.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T11:43:45.662Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T11:43:45.677Z] > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 [2021-04-08T11:43:50.176Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T11:43:51.735Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T11:43:52.143Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T11:43:52.564Z] + true [2021-04-08T11:43:52.564Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T11:43:55.287Z] provisioning config files... [2021-04-08T11:43:55.376Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2166872862948769235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:43:55.802Z] ---> docker-login.sh [2021-04-08T11:43:55.802Z] nexus3.edgexfoundry.org:10001 [2021-04-08T11:43:56.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:43:57.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:43:57.007Z] Configure a credential helper to remove this warning. See [2021-04-08T11:43:57.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:43:57.007Z] [2021-04-08T11:43:57.007Z] Login Succeeded [2021-04-08T11:43:57.007Z] nexus3.edgexfoundry.org:10002 [2021-04-08T11:43:57.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:43:57.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:43:57.553Z] Configure a credential helper to remove this warning. See [2021-04-08T11:43:57.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:43:57.553Z] [2021-04-08T11:43:57.553Z] Login Succeeded [2021-04-08T11:43:57.553Z] nexus3.edgexfoundry.org:10003 [2021-04-08T11:43:57.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:43:58.009Z] Running on prd-centos7-docker-4c-2g-33314 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws [2021-04-08T11:43:58.065Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [2021-04-08T11:43:58.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:43:58.101Z] Configure a credential helper to remove this warning. See [2021-04-08T11:43:58.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:43:58.101Z] [2021-04-08T11:43:58.101Z] Login Succeeded [2021-04-08T11:43:58.101Z] nexus3.edgexfoundry.org:10004 [Pipeline] checkout [2021-04-08T11:43:58.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:43:58.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:43:58.649Z] Configure a credential helper to remove this warning. See [2021-04-08T11:43:58.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:43:58.649Z] [2021-04-08T11:43:58.649Z] Login Succeeded [2021-04-08T11:43:58.649Z] docker.io [2021-04-08T11:43:58.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:43:59.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:43:59.193Z] Configure a credential helper to remove this warning. See [2021-04-08T11:43:59.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:43:59.193Z] [2021-04-08T11:43:59.193Z] Login Succeeded [2021-04-08T11:43:59.193Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T11:43:59.210Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T11:43:59.611Z] ========================================================= [2021-04-08T11:43:59.611Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T11:43:59.611Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:44:00.007Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-08T11:44:00.616Z] Sending build context to Docker daemon 17.65MB [2021-04-08T11:44:00.888Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T11:44:00.888Z] Step 2/8 : FROM ${BASE} [2021-04-08T11:44:00.888Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T11:44:00.888Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T11:44:00.888Z] a4357932f1b6: Pulling fs layer [2021-04-08T11:44:00.888Z] 18c013af1878: Pulling fs layer [2021-04-08T11:44:00.888Z] 00ac8860ef70: Pulling fs layer [2021-04-08T11:44:00.888Z] 63d7cb157983: Pulling fs layer [2021-04-08T11:44:00.888Z] b116817d02f9: Pulling fs layer [2021-04-08T11:44:00.888Z] 745a02a5169b: Pulling fs layer [2021-04-08T11:44:00.888Z] 00ac8860ef70: Waiting [2021-04-08T11:44:00.888Z] 63d7cb157983: Waiting [2021-04-08T11:44:00.888Z] 745a02a5169b: Waiting [2021-04-08T11:44:00.888Z] b116817d02f9: Waiting [2021-04-08T11:44:00.888Z] 18c013af1878: Verifying Checksum [2021-04-08T11:44:00.888Z] 18c013af1878: Download complete [2021-04-08T11:44:00.888Z] a4357932f1b6: Verifying Checksum [2021-04-08T11:44:00.888Z] a4357932f1b6: Download complete [2021-04-08T11:44:00.888Z] 63d7cb157983: Verifying Checksum [2021-04-08T11:44:00.888Z] 63d7cb157983: Download complete [2021-04-08T11:44:01.481Z] b116817d02f9: Verifying Checksum [2021-04-08T11:44:01.481Z] b116817d02f9: Download complete [2021-04-08T11:44:01.760Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T11:44:01.760Z] 5f621e34cdf4: Download complete [2021-04-08T11:44:02.375Z] 5f621e34cdf4: Pull complete [2021-04-08T11:44:02.981Z] a4357932f1b6: Pull complete [2021-04-08T11:44:03.258Z] 18c013af1878: Pull complete [2021-04-08T11:44:04.238Z] 745a02a5169b: Verifying Checksum [2021-04-08T11:44:04.238Z] 745a02a5169b: Download complete [2021-04-08T11:44:05.221Z] 00ac8860ef70: Verifying Checksum [2021-04-08T11:44:05.221Z] 00ac8860ef70: Download complete [2021-04-08T11:44:09.634Z] using credential edgex-jenkins-ssh [2021-04-08T11:44:09.822Z] Cloning the remote Git repository [2021-04-08T11:44:09.905Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T11:44:10.013Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-08T11:44:10.284Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T11:44:10.284Z] > git --version # timeout=10 [2021-04-08T11:44:10.361Z] > git --version # 'git version 2.24.3' [2021-04-08T11:44:10.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T11:44:10.551Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T11:44:14.233Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T11:44:14.252Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T11:44:14.296Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-08T11:44:14.345Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-08T11:44:14.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T11:44:14.358Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T11:44:15.366Z] Merging remotes/origin/master commit bff10de453daaa1b67b3982ef82a282e90f7b04e into PR head commit 10cde6945b5655e3f2bd22974b44114dd53f663e [2021-04-08T11:44:15.393Z] 00ac8860ef70: Pull complete [2021-04-08T11:44:15.393Z] 63d7cb157983: Pull complete [2021-04-08T11:44:15.872Z] Merge succeeded, producing 10cde6945b5655e3f2bd22974b44114dd53f663e [2021-04-08T11:44:15.873Z] Checking out Revision 10cde6945b5655e3f2bd22974b44114dd53f663e (PR-326) [2021-04-08T11:44:15.993Z] b116817d02f9: Pull complete [2021-04-08T11:44:15.481Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T11:44:15.517Z] > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 [2021-04-08T11:44:15.725Z] > git remote # timeout=10 [2021-04-08T11:44:15.777Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T11:44:15.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T11:44:15.825Z] > git merge bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 [2021-04-08T11:44:15.853Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T11:44:15.877Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T11:44:15.899Z] > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 [2021-04-08T11:44:19.395Z] 745a02a5169b: Pull complete [2021-04-08T11:44:19.395Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T11:44:19.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T11:44:19.395Z] ---> b7e6874047d6 [2021-04-08T11:44:19.395Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T11:44:20.514Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T11:44:22.790Z] ---> Running in 199df3d84787 [2021-04-08T11:44:22.790Z] Removing intermediate container 199df3d84787 [2021-04-08T11:44:22.790Z] ---> 8fe841a036ac [2021-04-08T11:44:22.790Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T11:44:22.790Z] ---> Running in 55eee1203216 [2021-04-08T11:44:24.080Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T11:44:24.743Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T11:44:25.106Z] + true [2021-04-08T11:44:25.106Z] + sudo service docker restart [2021-04-08T11:44:25.106Z] Redirecting to /bin/systemctl restart docker.service [2021-04-08T11:44:25.431Z] Removing intermediate container 55eee1203216 [2021-04-08T11:44:25.431Z] ---> e40af67ee7c3 [2021-04-08T11:44:25.431Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-08T11:44:25.431Z] ---> Running in c7e4a1e73e14 [2021-04-08T11:44:26.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T11:44:27.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T11:44:27.196Z] provisioning config files... [2021-04-08T11:44:27.268Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2057755040303697798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:44:27.598Z] OK: 142 MiB in 39 packages [2021-04-08T11:44:27.788Z] ---> docker-login.sh [2021-04-08T11:44:27.789Z] nexus3.edgexfoundry.org:10001 [2021-04-08T11:44:28.582Z] Removing intermediate container c7e4a1e73e14 [2021-04-08T11:44:28.582Z] ---> f98f21751005 [2021-04-08T11:44:28.582Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-08T11:44:28.856Z] ---> Running in 369a669bb9cf [2021-04-08T11:44:29.447Z] Removing intermediate container 369a669bb9cf [2021-04-08T11:44:29.447Z] ---> 1092ed091998 [2021-04-08T11:44:29.447Z] Step 7/8 : COPY . . [2021-04-08T11:44:29.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:44:29.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:44:29.869Z] Configure a credential helper to remove this warning. See [2021-04-08T11:44:29.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:44:29.869Z] [2021-04-08T11:44:29.869Z] Login Succeeded [2021-04-08T11:44:29.869Z] nexus3.edgexfoundry.org:10002 [2021-04-08T11:44:30.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:44:30.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:44:30.514Z] Configure a credential helper to remove this warning. See [2021-04-08T11:44:30.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:44:30.514Z] [2021-04-08T11:44:30.514Z] Login Succeeded [2021-04-08T11:44:30.514Z] nexus3.edgexfoundry.org:10003 [2021-04-08T11:44:31.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:44:31.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:44:31.660Z] Configure a credential helper to remove this warning. See [2021-04-08T11:44:31.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:44:31.660Z] [2021-04-08T11:44:31.660Z] Login Succeeded [2021-04-08T11:44:31.660Z] nexus3.edgexfoundry.org:10004 [2021-04-08T11:44:32.060Z] ---> 88c642679c52 [2021-04-08T11:44:32.060Z] Step 8/8 : RUN go mod download [2021-04-08T11:44:32.060Z] ---> Running in c947632edd76 [2021-04-08T11:44:32.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:44:32.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:44:32.945Z] Configure a credential helper to remove this warning. See [2021-04-08T11:44:32.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:44:32.945Z] [2021-04-08T11:44:32.945Z] Login Succeeded [2021-04-08T11:44:32.945Z] docker.io [2021-04-08T11:44:33.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T11:44:33.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T11:44:33.967Z] Configure a credential helper to remove this warning. See [2021-04-08T11:44:33.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T11:44:33.967Z] [2021-04-08T11:44:33.967Z] Login Succeeded [2021-04-08T11:44:33.967Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T11:44:33.999Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T11:44:34.718Z] ========================================================= [2021-04-08T11:44:34.718Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T11:44:34.718Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:44:35.214Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-08T11:44:36.350Z] Sending build context to Docker daemon 17.65MB [2021-04-08T11:44:36.350Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T11:44:36.350Z] Step 2/8 : FROM ${BASE} [2021-04-08T11:44:36.841Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T11:44:36.841Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T11:44:36.841Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T11:44:36.841Z] de9db76c5a1d: Pulling fs layer [2021-04-08T11:44:36.841Z] bca2f99d35d6: Pulling fs layer [2021-04-08T11:44:36.841Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T11:44:36.841Z] 7c6f9722023f: Pulling fs layer [2021-04-08T11:44:36.841Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T11:44:36.841Z] 93359f2a8cfa: Waiting [2021-04-08T11:44:36.841Z] 7c6f9722023f: Waiting [2021-04-08T11:44:36.841Z] bca2f99d35d6: Waiting [2021-04-08T11:44:36.841Z] a35cf1a2eb13: Waiting [2021-04-08T11:44:36.841Z] de9db76c5a1d: Download complete [2021-04-08T11:44:37.484Z] 93359f2a8cfa: Download complete [2021-04-08T11:44:37.484Z] 7c6f9722023f: Verifying Checksum [2021-04-08T11:44:37.484Z] 7c6f9722023f: Download complete [2021-04-08T11:44:37.791Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T11:44:37.791Z] 188c0c94c7c5: Download complete [2021-04-08T11:44:39.463Z] 188c0c94c7c5: Pull complete [2021-04-08T11:44:40.406Z] 0ef7d3d256c8: Pull complete [2021-04-08T11:44:40.406Z] de9db76c5a1d: Pull complete [2021-04-08T11:44:44.698Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T11:44:44.698Z] a35cf1a2eb13: Download complete [2021-04-08T11:44:49.549Z] bca2f99d35d6: Verifying Checksum [2021-04-08T11:44:49.549Z] bca2f99d35d6: Download complete [2021-04-08T11:44:58.839Z] Removing intermediate container c947632edd76 [2021-04-08T11:44:58.839Z] ---> 5021858730bb [2021-04-08T11:44:58.839Z] Successfully built 5021858730bb [2021-04-08T11:44:58.839Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:44:59.178Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T11:44:59.178Z] . [Pipeline] withDockerContainer [2021-04-08T11:44:59.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-33313 does not seem to be running inside a container [2021-04-08T11:44:59.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T11:45:01.009Z] $ docker top 4d3923baa78a8546ba6c28a30d81262c3b57b0e6385c86264c4a8c5344e02c91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T11:45:02.023Z] + go version [2021-04-08T11:45:02.023Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T11:45:02.046Z] $ docker stop --time=1 4d3923baa78a8546ba6c28a30d81262c3b57b0e6385c86264c4a8c5344e02c91 [2021-04-08T11:45:03.943Z] $ docker rm -f 4d3923baa78a8546ba6c28a30d81262c3b57b0e6385c86264c4a8c5344e02c91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:45:04.925Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T11:45:04.925Z] . [Pipeline] withDockerContainer [2021-04-08T11:45:05.196Z] prd-ubuntu18.04-docker-arm64-4c-16g-33313 does not seem to be running inside a container [2021-04-08T11:45:05.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T11:45:06.766Z] $ docker top 3f7485ac3500144a1a2f2a45ee890c271a95324d2c32ff3b114f3e1d5753093d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T11:45:07.806Z] + make test [2021-04-08T11:45:07.806Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-08T11:45:08.859Z] bca2f99d35d6: Pull complete [2021-04-08T11:45:08.859Z] 93359f2a8cfa: Pull complete [2021-04-08T11:45:08.859Z] 7c6f9722023f: Pull complete [2021-04-08T11:45:09.246Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-08T11:45:16.601Z] a35cf1a2eb13: Pull complete [2021-04-08T11:45:16.601Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T11:45:16.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T11:45:16.601Z] ---> a62c8e92a672 [2021-04-08T11:45:16.601Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T11:45:16.893Z] ---> Running in 4294301bf4ec [2021-04-08T11:45:17.195Z] Removing intermediate container 4294301bf4ec [2021-04-08T11:45:17.195Z] ---> 1e5acb84ebf3 [2021-04-08T11:45:17.195Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T11:45:17.195Z] ---> Running in 3d6965391b9c [2021-04-08T11:45:20.108Z] Removing intermediate container 3d6965391b9c [2021-04-08T11:45:20.108Z] ---> 48da079e7c7f [2021-04-08T11:45:20.108Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-08T11:45:20.108Z] ---> Running in 79f2f5fcb959 [2021-04-08T11:45:22.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T11:45:23.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T11:45:23.543Z] OK: 166 MiB in 39 packages [2021-04-08T11:45:25.065Z] Removing intermediate container 79f2f5fcb959 [2021-04-08T11:45:25.065Z] ---> 201bb76d2f49 [2021-04-08T11:45:25.065Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-08T11:45:25.065Z] ---> Running in 2b70a7d94225 [2021-04-08T11:45:25.344Z] Removing intermediate container 2b70a7d94225 [2021-04-08T11:45:25.344Z] ---> a9a188c4bf2f [2021-04-08T11:45:25.344Z] Step 7/8 : COPY . . [2021-04-08T11:45:29.996Z] ---> d42e4cdbc1ff [2021-04-08T11:45:29.996Z] Step 8/8 : RUN go mod download [2021-04-08T11:45:29.996Z] ---> Running in 6802326601c4 [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-08T11:45:36.086Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-08T11:45:36.086Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-08T11:45:41.506Z] $ docker stop --time=1 3f7485ac3500144a1a2f2a45ee890c271a95324d2c32ff3b114f3e1d5753093d [2021-04-08T11:45:43.575Z] $ docker rm -f 3f7485ac3500144a1a2f2a45ee890c271a95324d2c32ff3b114f3e1d5753093d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T11:45:44.477Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T11:45:45.311Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T11:45:46.609Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T11:45:47.021Z] + ls -al . [2021-04-08T11:45:47.021Z] total 124 [2021-04-08T11:45:47.021Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 11:45 . [2021-04-08T11:45:47.021Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 11:43 .. [2021-04-08T11:45:47.021Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 11:43 .git [2021-04-08T11:45:47.021Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 11:43 .github [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 8 11:43 .gitignore [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 8 11:43 CONTRIBUTING.md [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 8 11:43 Dockerfile [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 8 11:43 Dockerfile.build [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 8 11:43 Jenkinsfile [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 8 11:43 LICENSE [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 8 11:43 Makefile [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 8 11:43 README.md [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 8 11:40 VERSION [2021-04-08T11:45:47.021Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 11:43 assets [2021-04-08T11:45:47.021Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 11:43 bin [2021-04-08T11:45:47.021Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 11:43 cmd [2021-04-08T11:45:47.021Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 8 11:45 coverage.out [2021-04-08T11:45:47.021Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 11:43 docs [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 11:43 go.mod [2021-04-08T11:45:47.021Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 8 11:45 go.sum [2021-04-08T11:45:47.021Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 11:43 internal [2021-04-08T11:45:47.021Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 8 11:43 version.go [2021-04-08T11:45:47.021Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 11:43 web [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:45:47.395Z] + 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=10cde6945b5655e3f2bd22974b44114dd53f663e --label arch=arm64 --label version=0.0.0 . [2021-04-08T11:45:48.397Z] Sending build context to Docker daemon 17.68MB [2021-04-08T11:45:48.397Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T11:45:48.397Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-08T11:45:48.397Z] ---> 5021858730bb [2021-04-08T11:45:48.397Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-08T11:45:48.670Z] ---> Running in 88acbd67e7e2 [2021-04-08T11:45:49.265Z] Removing intermediate container 88acbd67e7e2 [2021-04-08T11:45:49.265Z] ---> e50bb2bc6cdb [2021-04-08T11:45:49.265Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-08T11:45:49.265Z] ---> Running in 787cb03cc3e5 [2021-04-08T11:45:49.859Z] Removing intermediate container 787cb03cc3e5 [2021-04-08T11:45:49.859Z] ---> f4ce1a72171b [2021-04-08T11:45:49.859Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-08T11:45:49.859Z] ---> Running in 90f72bd55fcb [2021-04-08T11:45:50.458Z] Removing intermediate container 90f72bd55fcb [2021-04-08T11:45:50.458Z] ---> aabc7c0121fb [2021-04-08T11:45:50.458Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-08T11:45:50.458Z] ---> Running in 923bcf9b0511 [2021-04-08T11:45:51.055Z] Removing intermediate container 923bcf9b0511 [2021-04-08T11:45:51.055Z] ---> 5e891b149fc4 [2021-04-08T11:45:51.055Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-08T11:45:51.055Z] ---> Running in 4273227ed7b3 [2021-04-08T11:45:51.651Z] Removing intermediate container 4273227ed7b3 [2021-04-08T11:45:51.651Z] ---> 43eebf8b3cbe [2021-04-08T11:45:51.651Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T11:45:51.651Z] ---> Running in e29fedb199fe [2021-04-08T11:45:53.625Z] Removing intermediate container e29fedb199fe [2021-04-08T11:45:53.625Z] ---> 41a9de76b6b5 [2021-04-08T11:45:53.625Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-08T11:45:53.898Z] ---> Running in c4cfcbc204bb [2021-04-08T11:45:54.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T11:45:55.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T11:45:56.452Z] OK: 142 MiB in 39 packages [2021-04-08T11:45:57.433Z] Removing intermediate container c4cfcbc204bb [2021-04-08T11:45:57.433Z] ---> a28c14659a6f [2021-04-08T11:45:57.433Z] Step 10/24 : ENV GO111MODULE=on [2021-04-08T11:45:57.704Z] ---> Running in 62ea8a8cf0c3 [2021-04-08T11:45:57.976Z] Removing intermediate container 62ea8a8cf0c3 [2021-04-08T11:45:57.976Z] ---> b33b900c01f0 [2021-04-08T11:45:57.976Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-08T11:45:58.253Z] ---> Running in 1af2606e75b7 [2021-04-08T11:45:58.526Z] Removing intermediate container 1af2606e75b7 [2021-04-08T11:45:58.526Z] ---> bc2528211458 [2021-04-08T11:45:58.526Z] Step 12/24 : COPY go.mod . [2021-04-08T11:45:59.501Z] ---> 9864ba257136 [2021-04-08T11:45:59.501Z] Step 13/24 : COPY Makefile . [2021-04-08T11:46:00.096Z] ---> 22b36c4fc744 [2021-04-08T11:46:00.096Z] Step 14/24 : RUN make update [2021-04-08T11:46:00.096Z] ---> Running in 5655df1246ad [2021-04-08T11:46:01.543Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-08T11:46:02.981Z] Removing intermediate container 5655df1246ad [2021-04-08T11:46:02.981Z] ---> 7040a8815798 [2021-04-08T11:46:02.981Z] Step 15/24 : COPY . . [2021-04-08T11:46:05.595Z] ---> 4e9ee7fc45fc [2021-04-08T11:46:05.595Z] Step 16/24 : RUN ${MAKE} [2021-04-08T11:46:05.595Z] ---> Running in 7644752caa43 [2021-04-08T11:46:06.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-08T11:46:17.550Z] Removing intermediate container 6802326601c4 [2021-04-08T11:46:17.550Z] ---> 688f6a795ea2 [2021-04-08T11:46:17.550Z] Successfully built 688f6a795ea2 [2021-04-08T11:46:17.550Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:46:18.274Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T11:46:18.562Z] . [Pipeline] withDockerContainer [2021-04-08T11:46:18.935Z] prd-centos7-docker-4c-2g-33314 does not seem to be running inside a container [2021-04-08T11:46:19.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T11:46:23.341Z] $ docker top 4e8719e4134c3dfb957593acdfdc1b6977b355493886442f7b18e36530aeaf34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T11:46:26.374Z] + go version [2021-04-08T11:46:26.374Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T11:46:26.410Z] $ docker stop --time=1 4e8719e4134c3dfb957593acdfdc1b6977b355493886442f7b18e36530aeaf34 [2021-04-08T11:46:28.637Z] $ docker rm -f 4e8719e4134c3dfb957593acdfdc1b6977b355493886442f7b18e36530aeaf34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:46:30.350Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T11:46:30.631Z] . [Pipeline] withDockerContainer [2021-04-08T11:46:30.854Z] prd-centos7-docker-4c-2g-33314 does not seem to be running inside a container [2021-04-08T11:46:31.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T11:46:32.262Z] $ docker top 32797b7e0e06f1a4fb6292defa8722fc4ae487e197e7294a95219471dd3db4f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T11:46:33.632Z] + make test [2021-04-08T11:46:33.632Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-08T11:46:33.823Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-08T11:46:37.582Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-08T11:46:38.115Z] Removing intermediate container 7644752caa43 [2021-04-08T11:46:38.115Z] ---> d13cb05b9a96 [2021-04-08T11:46:38.115Z] Step 17/24 : FROM alpine:3.12 [2021-04-08T11:46:38.115Z] 3.12: Pulling from library/alpine [2021-04-08T11:46:41.480Z] 9a219e8acc52: Pulling fs layer [2021-04-08T11:46:41.480Z] 9a219e8acc52: Verifying Checksum [2021-04-08T11:46:41.480Z] 9a219e8acc52: Download complete [2021-04-08T11:46:42.076Z] 9a219e8acc52: Pull complete [2021-04-08T11:46:42.076Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T11:46:42.076Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T11:46:42.077Z] ---> d75e27dfc0a0 [2021-04-08T11:46:42.077Z] Step 18/24 : EXPOSE 4000 [2021-04-08T11:46:42.351Z] ---> Running in 5f2a49284323 [2021-04-08T11:46:42.628Z] Removing intermediate container 5f2a49284323 [2021-04-08T11:46:42.628Z] ---> 322546b818d8 [2021-04-08T11:46:42.628Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-08T11:46:44.600Z] ---> 4f4b0ddd619a [2021-04-08T11:46:44.600Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-08T11:46:44.600Z] ---> Running in ab11f5aef1df [2021-04-08T11:46:45.188Z] Removing intermediate container ab11f5aef1df [2021-04-08T11:46:45.188Z] ---> 75dc301a3735 [2021-04-08T11:46:45.188Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-08T11:46:45.188Z] ---> Running in 7ad804818cdf [2021-04-08T11:46:45.458Z] Removing intermediate container 7ad804818cdf [2021-04-08T11:46:45.458Z] ---> 4f10fe230603 [2021-04-08T11:46:45.458Z] Step 22/24 : LABEL arch=arm64 [2021-04-08T11:46:45.730Z] ---> Running in b55f3446fbcb [2021-04-08T11:46:46.326Z] Removing intermediate container b55f3446fbcb [2021-04-08T11:46:46.326Z] ---> 01f624eb38dc [2021-04-08T11:46:46.326Z] Step 23/24 : LABEL git_sha=10cde6945b5655e3f2bd22974b44114dd53f663e [2021-04-08T11:46:46.326Z] ---> Running in b0928f9eef88 [2021-04-08T11:46:46.918Z] Removing intermediate container b0928f9eef88 [2021-04-08T11:46:46.918Z] ---> c4a79e52b778 [2021-04-08T11:46:46.918Z] Step 24/24 : LABEL version=0.0.0 [2021-04-08T11:46:46.918Z] ---> Running in 754a1c5d48af [2021-04-08T11:46:47.511Z] Removing intermediate container 754a1c5d48af [2021-04-08T11:46:47.511Z] ---> 69da2409fd9d [2021-04-08T11:46:47.511Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-08T11:46:47.511Z] Successfully built 69da2409fd9d [2021-04-08T11:46:47.511Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:46:48.380Z] ---> job-cost.sh [2021-04-08T11:46:48.380Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yXDk [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-08T11:47:01.011Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-08T11:47:01.325Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-08T11:47:06.907Z] $ docker stop --time=1 32797b7e0e06f1a4fb6292defa8722fc4ae487e197e7294a95219471dd3db4f0 [2021-04-08T11:47:10.382Z] $ docker rm -f 32797b7e0e06f1a4fb6292defa8722fc4ae487e197e7294a95219471dd3db4f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T11:47:11.533Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T11:47:11.647Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T11:47:13.116Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-08T11:47:13.991Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T11:47:14.585Z] + ls -al . [2021-04-08T11:47:14.585Z] total 92 [2021-04-08T11:47:14.585Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 11:46 . [2021-04-08T11:47:14.585Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 8 11:44 .. [2021-04-08T11:47:14.585Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 8 11:44 assets [2021-04-08T11:47:14.585Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 8 11:44 bin [2021-04-08T11:47:14.585Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 8 11:44 cmd [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 8 11:44 CONTRIBUTING.md [2021-04-08T11:47:14.585Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 8 11:46 coverage.out [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 8 11:44 Dockerfile [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 8 11:44 Dockerfile.build [2021-04-08T11:47:14.585Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 8 11:44 docs [2021-04-08T11:47:14.585Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 8 11:44 .git [2021-04-08T11:47:14.585Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 11:44 .github [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 8 11:44 .gitignore [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 11:44 go.mod [2021-04-08T11:47:14.585Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 8 11:46 go.sum [2021-04-08T11:47:14.585Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 8 11:44 internal [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 8 11:44 Jenkinsfile [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 8 11:44 LICENSE [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 8 11:44 Makefile [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 8 11:44 README.md [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 8 11:40 VERSION [2021-04-08T11:47:14.585Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 8 11:44 version.go [2021-04-08T11:47:14.585Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 8 11:44 web [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:47:15.253Z] + 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=10cde6945b5655e3f2bd22974b44114dd53f663e --label arch=amd64 --label version=0.0.0 . [2021-04-08T11:47:17.323Z] Sending build context to Docker daemon 17.68MB [2021-04-08T11:47:17.323Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T11:47:17.323Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-08T11:47:17.323Z] ---> 688f6a795ea2 [2021-04-08T11:47:17.323Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-08T11:47:18.402Z] ---> Running in ad0941548c4d [2021-04-08T11:47:18.807Z] Removing intermediate container ad0941548c4d [2021-04-08T11:47:18.807Z] ---> 6916fe27a1ec [2021-04-08T11:47:18.807Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-08T11:47:18.807Z] ---> Running in b75ac216eb7e [2021-04-08T11:47:19.884Z] Removing intermediate container b75ac216eb7e [2021-04-08T11:47:19.884Z] ---> 0257fcf54fe1 [2021-04-08T11:47:19.884Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-08T11:47:19.884Z] ---> Running in 291b1db02118 [2021-04-08T11:47:20.194Z] Removing intermediate container 291b1db02118 [2021-04-08T11:47:20.194Z] ---> 39a3d33c4095 [2021-04-08T11:47:20.194Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-08T11:47:20.494Z] ---> Running in 11e36eadca5a [2021-04-08T11:47:20.848Z] Removing intermediate container 11e36eadca5a [2021-04-08T11:47:20.848Z] ---> 162a9500eab1 [2021-04-08T11:47:20.848Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-08T11:47:21.153Z] ---> Running in bd17e56496c1 [2021-04-08T11:47:21.790Z] Removing intermediate container bd17e56496c1 [2021-04-08T11:47:21.790Z] ---> 2b3c0609badf [2021-04-08T11:47:21.790Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T11:47:22.070Z] ---> Running in 1fa18aadea46 [2021-04-08T11:47:24.167Z] Removing intermediate container 1fa18aadea46 [2021-04-08T11:47:24.167Z] ---> 10a23f25a360 [2021-04-08T11:47:24.167Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-08T11:47:24.167Z] ---> Running in 195bf0691b48 [2021-04-08T11:47:26.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T11:47:27.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T11:47:27.343Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T11:47:28.208Z] OK: 166 MiB in 39 packages [2021-04-08T11:47:29.906Z] Removing intermediate container 195bf0691b48 [2021-04-08T11:47:29.906Z] ---> 7e31e9f1d382 [2021-04-08T11:47:29.906Z] Step 10/24 : ENV GO111MODULE=on [2021-04-08T11:47:30.399Z] ---> Running in cae6f5d83974 [2021-04-08T11:47:31.112Z] Removing intermediate container cae6f5d83974 [2021-04-08T11:47:31.112Z] ---> 984ecc16a535 [2021-04-08T11:47:31.112Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-08T11:47:31.112Z] ---> Running in 9ccd73bf5c7e [2021-04-08T11:47:31.792Z] Removing intermediate container 9ccd73bf5c7e [2021-04-08T11:47:31.792Z] ---> a78b3bd8cb00 [2021-04-08T11:47:31.792Z] Step 12/24 : COPY go.mod . [2021-04-08T11:47:32.881Z] ---> f139e33e5b75 [2021-04-08T11:47:32.881Z] Step 13/24 : COPY Makefile . [2021-04-08T11:47:33.924Z] ---> e0bfcb38cf77 [2021-04-08T11:47:33.924Z] Step 14/24 : RUN make update [2021-04-08T11:47:33.924Z] ---> Running in 926e4289b96e [2021-04-08T11:47:35.127Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-08T11:47:35.510Z] Removing intermediate container 926e4289b96e [2021-04-08T11:47:35.510Z] ---> 070851fde06c [2021-04-08T11:47:35.510Z] Step 15/24 : COPY . . [2021-04-08T11:47:39.574Z] ---> f715cd00a0b9 [2021-04-08T11:47:39.574Z] Step 16/24 : RUN ${MAKE} [2021-04-08T11:47:39.574Z] ---> Running in dce3e73145e9 [2021-04-08T11:47:41.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-08T11:48:10.046Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-08T11:48:14.601Z] Removing intermediate container dce3e73145e9 [2021-04-08T11:48:14.601Z] ---> e91d99c4e115 [2021-04-08T11:48:14.601Z] Step 17/24 : FROM alpine:3.12 [2021-04-08T11:48:15.264Z] 3.12: Pulling from library/alpine [2021-04-08T11:48:15.264Z] 532819f3e44c: Pulling fs layer [2021-04-08T11:48:15.984Z] 532819f3e44c: Verifying Checksum [2021-04-08T11:48:15.984Z] 532819f3e44c: Download complete [2021-04-08T11:48:17.059Z] 532819f3e44c: Pull complete [2021-04-08T11:48:17.059Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T11:48:17.059Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T11:48:17.059Z] ---> 7230e588e954 [2021-04-08T11:48:17.059Z] Step 18/24 : EXPOSE 4000 [2021-04-08T11:48:17.059Z] ---> Running in ea4a8708abc5 [2021-04-08T11:48:17.420Z] Removing intermediate container ea4a8708abc5 [2021-04-08T11:48:17.420Z] ---> 77c09807ef35 [2021-04-08T11:48:17.420Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-08T11:48:20.492Z] ---> dd4ce3585329 [2021-04-08T11:48:20.492Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-08T11:48:20.492Z] ---> Running in 802552e4355d [2021-04-08T11:48:20.492Z] Removing intermediate container 802552e4355d [2021-04-08T11:48:20.492Z] ---> 00b1ea73b6eb [2021-04-08T11:48:20.492Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-08T11:48:20.492Z] ---> Running in 2cfc24ce228d [2021-04-08T11:48:20.822Z] Removing intermediate container 2cfc24ce228d [2021-04-08T11:48:20.822Z] ---> 12a1f0d38b27 [2021-04-08T11:48:20.822Z] Step 22/24 : LABEL arch=amd64 [2021-04-08T11:48:20.822Z] ---> Running in 9a1c0fce2bed [2021-04-08T11:48:21.099Z] Removing intermediate container 9a1c0fce2bed [2021-04-08T11:48:21.099Z] ---> 6af8d454a096 [2021-04-08T11:48:21.099Z] Step 23/24 : LABEL git_sha=10cde6945b5655e3f2bd22974b44114dd53f663e [2021-04-08T11:48:21.099Z] ---> Running in 3d7967bfd244 [2021-04-08T11:48:21.399Z] Removing intermediate container 3d7967bfd244 [2021-04-08T11:48:21.399Z] ---> 87593fe050b5 [2021-04-08T11:48:21.399Z] Step 24/24 : LABEL version=0.0.0 [2021-04-08T11:48:21.399Z] ---> Running in 079804c2522d [2021-04-08T11:48:21.676Z] Removing intermediate container 079804c2522d [2021-04-08T11:48:21.676Z] ---> e5877ce9f907 [2021-04-08T11:48:21.676Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-08T11:48:21.945Z] Successfully built e5877ce9f907 [2021-04-08T11:48:21.945Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:48:22.925Z] ---> job-cost.sh [2021-04-08T11:48:22.925Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XrTP [2021-04-08T11:48:49.048Z] lf-activate-venv(): INFO: Adding /tmp/venv-yXDk/bin to PATH [2021-04-08T11:48:49.048Z] INFO: No Stack... [2021-04-08T11:48:49.048Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T11:48:49.638Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T11:48:49.974Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-08T11:48:49.974Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T11:48:50.099Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [2021-04-08T11:48:50.108Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] did not exist. Created. [2021-04-08T11:48:50.109Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T11:48:50.305Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T11:48:50.575Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T11:48:50.860Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T11:48:50.873Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T11:49:38.005Z] lf-activate-venv(): INFO: Adding /tmp/venv-XrTP/bin to PATH [2021-04-08T11:49:38.005Z] INFO: No Stack... [2021-04-08T11:49:38.005Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T11:49:38.005Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T11:49:38.431Z] + cut -d, -f6 [2021-04-08T11:49:38.431Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-04-08T11:49:38.820Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [2021-04-08T11:49:38.833Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] did not exist. Created. [2021-04-08T11:49:38.833Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T11:49:39.369Z] /w/workspace/edgex-ui-go/2@tmp/durable-70293b89/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-08T11:49:39.859Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-08T11:49:40.063Z] Warning: overwriting stash ‘stack-cost’ [2021-04-08T11:49:40.778Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T11:49:40.794Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-08T11:49:41.861Z] provisioning config files... [2021-04-08T11:49:41.874Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config3877720066342367115tmp [Pipeline] { [Pipeline] sh [2021-04-08T11:49:42.261Z] + set +x [2021-04-08T11:49:42.261Z] + curl -s https://codecov.io/bash [2021-04-08T11:49:42.261Z] + bash -s -- [2021-04-08T11:49:42.526Z] [2021-04-08T11:49:42.526Z] _____ _ [2021-04-08T11:49:42.526Z] / ____| | | [2021-04-08T11:49:42.526Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T11:49:42.526Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T11:49:42.526Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T11:49:42.526Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T11:49:42.526Z] Bash-20210309-2b87ace [2021-04-08T11:49:42.526Z] [2021-04-08T11:49:42.526Z] [2021-04-08T11:49:42.526Z] ==> git version 2.24.3 found [2021-04-08T11:49:42.526Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-08T11:49:42.526Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T11:49:42.526Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T11:49:42.526Z] ==> Jenkins CI detected. [2021-04-08T11:49:42.526Z] project root: . [2021-04-08T11:49:42.526Z] --> token set from env [2021-04-08T11:49:42.526Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T11:49:42.526Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T11:49:42.526Z] ==> Python coveragepy not found [2021-04-08T11:49:42.526Z] ==> Searching for coverage reports in: [2021-04-08T11:49:42.526Z] + . [2021-04-08T11:49:42.526Z] -> Found 1 reports [2021-04-08T11:49:42.526Z] ==> Detecting git/mercurial file structure [2021-04-08T11:49:42.526Z] ==> Reading reports [2021-04-08T11:49:42.526Z] + ./coverage.out bytes=10 [2021-04-08T11:49:42.526Z] ==> Appending adjustments [2021-04-08T11:49:42.526Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T11:49:42.797Z] + Found adjustments [2021-04-08T11:49:42.797Z] ==> Gzipping contents [2021-04-08T11:49:42.797Z] 4.0K /tmp/codecov.TFsLbV.gz [2021-04-08T11:49:42.797Z] ==> Uploading reports [2021-04-08T11:49:42.797Z] url: https://codecov.io [2021-04-08T11:49:42.797Z] query: branch=PR-326&commit=10cde6945b5655e3f2bd22974b44114dd53f663e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= [2021-04-08T11:49:42.797Z] -> Pinging Codecov [2021-04-08T11:49:42.797Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-326&commit=10cde6945b5655e3f2bd22974b44114dd53f663e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= [2021-04-08T11:49:43.061Z] -> Uploading to [2021-04-08T11:49:43.061Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/FB506323287CE973F263BFD2A0EB1F37/10cde6945b5655e3f2bd22974b44114dd53f663e/35571761-b8e4-47f0-a679-d707232d2524.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T114943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6dd4c8fd27f94c464f4c27ac64f3b642d33d87f2dad1e480674c276391abf334 [2021-04-08T11:49:43.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T11:49:43.061Z] Dload Upload Total Spent Left Speed [2021-04-08T11:49:43.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3599 0 0 100 3599 0 9187 --:--:-- --:--:-- --:--:-- 9204 [2021-04-08T11:49:43.639Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/10cde6945b5655e3f2bd22974b44114dd53f663e [Pipeline] } [2021-04-08T11:49:43.650Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:49:46.099Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:49:46.679Z] ---> package-listing.sh [2021-04-08T11:49:46.679Z] ++ facter osfamily [2021-04-08T11:49:46.679Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T11:49:46.679Z] + OS_FAMILY=redhat [2021-04-08T11:49:46.679Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-326 [2021-04-08T11:49:46.679Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T11:49:46.679Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T11:49:46.679Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T11:49:46.679Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T11:49:46.679Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' [2021-04-08T11:49:46.679Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T11:49:46.679Z] + case "${OS_FAMILY}" in [2021-04-08T11:49:46.679Z] + rpm -qa [2021-04-08T11:49:46.679Z] + sort [2021-04-08T11:49:51.993Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T11:49:51.993Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T11:49:51.993Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T11:49:51.993Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' [2021-04-08T11:49:51.993Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ [2021-04-08T11:49:51.993Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ [Pipeline] echo [2021-04-08T11:49:52.008Z] 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-326/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-08T11:49:52.302Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:49:52.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T11:49:52.611Z] [2021-04-08T11:49:52.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T11:49:52.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T11:49:52.973Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T11:49:52.973Z] df20fa9351a1: Pulling fs layer [2021-04-08T11:49:52.973Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T11:49:52.973Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T11:49:52.973Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T11:49:52.973Z] 93b61091891f: Pulling fs layer [2021-04-08T11:49:52.973Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T11:49:52.973Z] 5e14af77c1be: Pulling fs layer [2021-04-08T11:49:52.973Z] 01666e4c0597: Pulling fs layer [2021-04-08T11:49:52.973Z] aa168da1d23b: Pulling fs layer [2021-04-08T11:49:52.973Z] 93b9cdb0e59b: Waiting [2021-04-08T11:49:52.973Z] 5e14af77c1be: Waiting [2021-04-08T11:49:52.973Z] aa168da1d23b: Waiting [2021-04-08T11:49:52.973Z] 46f8f816bc3b: Waiting [2021-04-08T11:49:52.973Z] 93b61091891f: Waiting [2021-04-08T11:49:52.973Z] 01666e4c0597: Waiting [2021-04-08T11:49:52.973Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T11:49:52.973Z] 36b3adc4ff6f: Download complete [2021-04-08T11:49:52.973Z] 46f8f816bc3b: Download complete [2021-04-08T11:49:53.242Z] df20fa9351a1: Verifying Checksum [2021-04-08T11:49:53.242Z] df20fa9351a1: Download complete [2021-04-08T11:49:53.242Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T11:49:53.242Z] 93b9cdb0e59b: Download complete [2021-04-08T11:49:53.242Z] 5e14af77c1be: Verifying Checksum [2021-04-08T11:49:53.242Z] 5e14af77c1be: Download complete [2021-04-08T11:49:53.242Z] 93b61091891f: Download complete [2021-04-08T11:49:53.242Z] 01666e4c0597: Verifying Checksum [2021-04-08T11:49:53.242Z] 01666e4c0597: Download complete [2021-04-08T11:49:53.506Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T11:49:53.506Z] 8ad3a11d3b57: Download complete [2021-04-08T11:49:53.770Z] df20fa9351a1: Pull complete [2021-04-08T11:49:53.770Z] 36b3adc4ff6f: Pull complete [2021-04-08T11:49:54.734Z] 8ad3a11d3b57: Pull complete [2021-04-08T11:49:55.008Z] 46f8f816bc3b: Pull complete [2021-04-08T11:49:55.593Z] 93b61091891f: Pull complete [2021-04-08T11:49:55.593Z] 93b9cdb0e59b: Pull complete [2021-04-08T11:49:55.858Z] 5e14af77c1be: Pull complete [2021-04-08T11:49:55.858Z] 01666e4c0597: Pull complete [2021-04-08T11:49:55.858Z] aa168da1d23b: Verifying Checksum [2021-04-08T11:49:55.858Z] aa168da1d23b: Download complete [2021-04-08T11:50:04.072Z] aa168da1d23b: Pull complete [2021-04-08T11:50:04.072Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T11:50:04.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T11:50:04.072Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T11:50:04.324Z] prd-centos7-docker-4c-2g-33310 does not seem to be running inside a container [2021-04-08T11:50:04.378Z] $ 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-326/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-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T11:50:07.870Z] $ docker top d4b9c95bcae7415c95b1ebcadc05a9ff8abc977622f321e4c938ecd5773d47bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T11:50:08.451Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T11:50:08.775Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T11:50:09.077Z] + ls /var/log/sa-host [2021-04-08T11:50:09.077Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T11:50:09.077Z] file_magic: OK [2021-04-08T11:50:09.077Z] HZ: Using current value: 100 [2021-04-08T11:50:09.077Z] file_header: OK [2021-04-08T11:50:09.077Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-08T11:50:09.077Z] Statistics: [2021-04-08T11:50:09.077Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T11:50:09.077Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T11:50:09.077Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T11:50:09.077Z] file_magic: OK [2021-04-08T11:50:09.077Z] HZ: Using current value: 100 [2021-04-08T11:50:09.077Z] file_header: OK [2021-04-08T11:50:09.077Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-08T11:50:09.077Z] Statistics: [2021-04-08T11:50:09.077Z] Hnuu...uuuununununu... [2021-04-08T11:50:09.077Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T11:50:09.718Z] provisioning config files... [2021-04-08T11:50:09.739Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config340963652142565693tmp [Pipeline] { [Pipeline] echo [2021-04-08T11:50:09.804Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:50:10.105Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T11:50:10.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T11:50:10.228Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:50:10.529Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T11:50:10.541Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:50:10.843Z] ---> sudo-logs.sh [2021-04-08T11:50:10.843Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T11:50:10.956Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:50:11.251Z] ---> job-cost.sh [2021-04-08T11:50:11.251Z] lf-activate-venv: SKIPPING [2021-04-08T11:50:11.251Z] DEBUG: total: 0.029999999329447746 [2021-04-08T11:50:11.251Z] INFO: Retrieving Stack Cost... [2021-04-08T11:50:12.645Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T11:50:13.220Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T11:50:13.233Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T11:50:13.534Z] ---> logs-deploy.sh [2021-04-08T11:50:13.535Z] lf-activate-venv: SKIPPING [2021-04-08T11:50:13.535Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-326/2 [2021-04-08T11:50:13.535Z] INFO: archiving workspace using pattern(s): [2021-04-08T11:50:15.467Z] Archives upload complete. [2021-04-08T11:50:15.467Z] INFO: archiving logs to Nexus