Pull request #315 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5ae8456414c89b1d5bf7a0d8b760165ae3b84419+03d6e45996491a5582f07f1d234588528d2720b6 (77c4f3cf011080af6d5f96d6bfe52a689e8800c2) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-315/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-315/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-31195 in /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [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-315 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 Merge succeeded, producing 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 Checking out Revision 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 (PR-315) > 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/315/head:refs/remotes/origin/PR-315 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # 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 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T06:57:28.316Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T06:57:28.717Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T06:57:28.995Z] ========================================================= [2021-03-24T06:57:28.995Z] EdgeX Global Pipelines Version Info [2021-03-24T06:57:28.995Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-24T06:57:30.503Z] ------------------- [2021-03-24T06:57:30.503Z] stable info: [2021-03-24T06:57:30.503Z] ------------------- [2021-03-24T06:57:30.503Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T06:57:30.503Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T06:57:30.503Z] Message: update stable to v1.0.186 [2021-03-24T06:57:31.451Z] ------------------- [2021-03-24T06:57:31.451Z] experimental info: [2021-03-24T06:57:31.451Z] ------------------- [2021-03-24T06:57:31.451Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T06:57:31.451Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T06:57:31.451Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T06:57:31.842Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-24T06:57:31.966Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-24T06:57:32.095Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T06:57:32.226Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T06:57:32.364Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T06:57:32.502Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T06:57:32.682Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T06:57:32.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T06:57:32.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-24T06:57:33.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T06:57:33.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T06:57:33.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-24T06:57:33.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T06:57:33.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T06:57:33.749Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T06:57:33.898Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T06:57:34.034Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T06:57:34.157Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T06:57:34.314Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T06:57:34.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-24T06:57:34.565Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-24T06:57:34.706Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-24T06:57:34.842Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-24T06:57:34.972Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-24T06:57:35.165Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-24T06:57:35.323Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T06:57:35.446Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-315 [Pipeline] echo [2021-03-24T06:57:35.580Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-315 [Pipeline] echo [2021-03-24T06:57:35.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-315 [Pipeline] echo [2021-03-24T06:57:35.855Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [Pipeline] echo [2021-03-24T06:57:35.990Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ae8456 [Pipeline] echo [2021-03-24T06:57:36.129Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T06:57:36.390Z] provisioning config files... [2021-03-24T06:57:36.422Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/config2204885899588794027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T06:57:36.841Z] ---> docker-login.sh [2021-03-24T06:57:36.841Z] nexus3.edgexfoundry.org:10001 [2021-03-24T06:57:37.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T06:57:37.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T06:57:37.370Z] Configure a credential helper to remove this warning. See [2021-03-24T06:57:37.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T06:57:37.370Z] [2021-03-24T06:57:37.370Z] Login Succeeded [2021-03-24T06:57:37.370Z] nexus3.edgexfoundry.org:10002 [2021-03-24T06:57:37.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T06:57:37.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T06:57:37.635Z] Configure a credential helper to remove this warning. See [2021-03-24T06:57:37.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T06:57:37.635Z] [2021-03-24T06:57:37.635Z] Login Succeeded [2021-03-24T06:57:37.635Z] nexus3.edgexfoundry.org:10003 [2021-03-24T06:57:37.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T06:57:37.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T06:57:37.898Z] Configure a credential helper to remove this warning. See [2021-03-24T06:57:37.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T06:57:37.898Z] [2021-03-24T06:57:37.898Z] Login Succeeded [2021-03-24T06:57:37.898Z] nexus3.edgexfoundry.org:10004 [2021-03-24T06:57:37.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T06:57:38.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T06:57:38.159Z] Configure a credential helper to remove this warning. See [2021-03-24T06:57:38.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T06:57:38.159Z] [2021-03-24T06:57:38.159Z] Login Succeeded [2021-03-24T06:57:38.159Z] docker.io [2021-03-24T06:57:38.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T06:57:38.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T06:57:38.421Z] Configure a credential helper to remove this warning. See [2021-03-24T06:57:38.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T06:57:38.421Z] [2021-03-24T06:57:38.421Z] Login Succeeded [2021-03-24T06:57:38.421Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T06:57:38.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T06:57:39.542Z] + git log --format=format:%s -1 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [Pipeline] echo [2021-03-24T06:57:39.627Z] GIT_COMMIT: 5ae8456414c89b1d5bf7a0d8b760165ae3b84419, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-24T06:57:39.718Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-24T06:57:40.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T06:57:40.807Z] [2021-03-24T06:57:40.807Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T06:57:41.199Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T06:57:41.199Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T06:57:41.199Z] 31603596830f: Pulling fs layer [2021-03-24T06:57:41.199Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T06:57:41.199Z] 6ca5941a6612: Pulling fs layer [2021-03-24T06:57:41.199Z] ecc8261a40a4: Pulling fs layer [2021-03-24T06:57:41.199Z] ecc8261a40a4: Waiting [2021-03-24T06:57:41.199Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T06:57:41.199Z] 2a8b12db71e7: Download complete [2021-03-24T06:57:41.461Z] ecc8261a40a4: Verifying Checksum [2021-03-24T06:57:41.461Z] ecc8261a40a4: Download complete [2021-03-24T06:57:41.461Z] 6ca5941a6612: Verifying Checksum [2021-03-24T06:57:41.461Z] 6ca5941a6612: Download complete [2021-03-24T06:57:41.723Z] 31603596830f: Verifying Checksum [2021-03-24T06:57:41.723Z] 31603596830f: Download complete [2021-03-24T06:57:41.990Z] 31603596830f: Pull complete [2021-03-24T06:57:42.259Z] 2a8b12db71e7: Pull complete [2021-03-24T06:57:42.838Z] 6ca5941a6612: Pull complete [2021-03-24T06:57:43.100Z] ecc8261a40a4: Pull complete [2021-03-24T06:57:43.100Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T06:57:43.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T06:57:43.100Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T06:57:43.492Z] prd-centos7-docker-4c-2g-31195 does not seem to be running inside a container [2021-03-24T06:57:43.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-315 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315:/w/workspace/edgexfoundry_edgex-ui-go_PR-315:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-24T06:57:45.586Z] $ docker top ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T06:57:45.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T06:57:45.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T06:57:46.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T06:57:46.216Z] $ docker exec ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent [2021-03-24T06:57:46.380Z] SSH_AUTH_SOCK=/tmp/ssh-6l2GlmSM6UuJ/agent.12 [2021-03-24T06:57:46.380Z] SSH_AGENT_PID=17 [2021-03-24T06:57:46.388Z] Running ssh-add (command line suppressed) [2021-03-24T06:57:46.509Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8509669345127850477.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8509669345127850477.key) [2021-03-24T06:57:46.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T06:57:46.961Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T06:57:46.994Z] $ docker exec --env ******** --env ******** ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent -k [2021-03-24T06:57:47.107Z] unset SSH_AUTH_SOCK; [2021-03-24T06:57:47.107Z] unset SSH_AGENT_PID; [2021-03-24T06:57:47.107Z] echo Agent pid 17 killed; [2021-03-24T06:57:47.157Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T06:57:47.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T06:57:47.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T06:57:47.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T06:57:47.520Z] $ docker exec ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent [2021-03-24T06:57:47.694Z] SSH_AUTH_SOCK=/tmp/ssh-8Kglnw3LPHKz/agent.46 [2021-03-24T06:57:47.694Z] SSH_AGENT_PID=51 [2021-03-24T06:57:47.701Z] Running ssh-add (command line suppressed) [2021-03-24T06:57:47.824Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8415479092722428037.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8415479092722428037.key) [2021-03-24T06:57:47.875Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T06:57:48.259Z] + git semver init [2021-03-24T06:57:48.259Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T06:57:48.259Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-315/.git [2021-03-24T06:57:48.259Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [2021-03-24T06:57:48.259Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T06:57:48.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T06:57:48.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T06:57:48.259Z] # $SEMVER_BRANCH = PR-315 [2021-03-24T06:57:48.259Z] # $SEMVER_TEMP = /tmp/semver-584486888 [2021-03-24T06:57:48.259Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-24T06:57:49.653Z] # '/tmp/semver-584486888' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-315/.semver' [2021-03-24T06:57:49.653Z] # -> Force: false [2021-03-24T06:57:49.653Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-315/.semver [Pipeline] } [2021-03-24T06:57:49.676Z] $ docker exec --env ******** --env ******** ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent -k [2021-03-24T06:57:49.789Z] unset SSH_AUTH_SOCK; [2021-03-24T06:57:49.789Z] unset SSH_AGENT_PID; [2021-03-24T06:57:49.789Z] echo Agent pid 51 killed; [2021-03-24T06:57:49.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T06:57:50.460Z] + git semver [Pipeline] } [2021-03-24T06:57:50.489Z] $ docker stop --time=1 ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d [2021-03-24T06:57:51.923Z] $ docker rm -f ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T06:57:52.504Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T06:57:53.034Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T06:57:53.057Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-24T06:58:09.025Z] Still waiting to schedule task [2021-03-24T06:58:09.026Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31195’ [2021-03-24T06:58:09.057Z] Still waiting to schedule task [2021-03-24T06:58:09.057Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T06:59:52.708Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31196 in /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [Pipeline] { [Pipeline] ws [2021-03-24T06:59:52.796Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-03-24T06:59:57.696Z] using credential edgex-jenkins-ssh [2021-03-24T06:59:57.755Z] Cloning the remote Git repository [2021-03-24T06:59:57.824Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T06:59:57.946Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-03-24T06:59:58.040Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T06:59:58.040Z] > git --version # timeout=10 [2021-03-24T06:59:58.059Z] > git --version # 'git version 2.17.1' [2021-03-24T06:59:58.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T06:59:58.127Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:00:00.238Z] Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [2021-03-24T06:59:59.681Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T06:59:59.699Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T06:59:59.730Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T06:59:59.782Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T06:59:59.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T06:59:59.794Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T07:00:00.268Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:00:00.286Z] > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 [2021-03-24T07:00:00.671Z] Merge succeeded, producing 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [2021-03-24T07:00:00.671Z] Checking out Revision 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 (PR-315) [2021-03-24T07:00:00.596Z] > git remote # timeout=10 [2021-03-24T07:00:00.614Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T07:00:00.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:00:00.638Z] > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-24T07:00:00.664Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T07:00:00.687Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:00:00.697Z] > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 [2021-03-24T07:00:05.687Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-24T07:00:05.743Z] > git --version # timeout=10 [2021-03-24T07:00:05.750Z] > git --version # 'git version 2.17.1' [2021-03-24T07:00:05.761Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T07:00:07.844Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:00:08.258Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:00:08.616Z] + sudo service docker restart [2021-03-24T07:00:08.616Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T07:00:11.390Z] provisioning config files... [2021-03-24T07:00:11.430Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config2201735071658864616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:00:11.887Z] ---> docker-login.sh [2021-03-24T07:00:11.888Z] nexus3.edgexfoundry.org:10001 [2021-03-24T07:00:12.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:13.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:13.089Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:13.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:13.089Z] [2021-03-24T07:00:13.089Z] Login Succeeded [2021-03-24T07:00:13.089Z] nexus3.edgexfoundry.org:10002 [2021-03-24T07:00:13.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:13.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:13.641Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:13.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:13.641Z] [2021-03-24T07:00:13.641Z] Login Succeeded [2021-03-24T07:00:13.641Z] nexus3.edgexfoundry.org:10003 [2021-03-24T07:00:13.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:14.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:14.191Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:14.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:14.191Z] [2021-03-24T07:00:14.191Z] Login Succeeded [2021-03-24T07:00:14.191Z] nexus3.edgexfoundry.org:10004 [2021-03-24T07:00:14.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:14.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:14.740Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:14.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:14.740Z] [2021-03-24T07:00:14.740Z] Login Succeeded [2021-03-24T07:00:14.740Z] docker.io [2021-03-24T07:00:15.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:15.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:15.289Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:15.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:15.289Z] [2021-03-24T07:00:15.289Z] Login Succeeded [2021-03-24T07:00:15.289Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T07:00:15.318Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T07:00:15.904Z] ========================================================= [2021-03-24T07:00:15.904Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-24T07:00:15.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:00:16.320Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-24T07:00:16.938Z] Sending build context to Docker daemon 17.29MB [2021-03-24T07:00:17.223Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T07:00:17.223Z] Step 2/8 : FROM ${BASE} [2021-03-24T07:00:17.223Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-24T07:00:17.223Z] 5f621e34cdf4: Pulling fs layer [2021-03-24T07:00:17.223Z] a4357932f1b6: Pulling fs layer [2021-03-24T07:00:17.223Z] 18c013af1878: Pulling fs layer [2021-03-24T07:00:17.223Z] 00ac8860ef70: Pulling fs layer [2021-03-24T07:00:17.223Z] 63d7cb157983: Pulling fs layer [2021-03-24T07:00:17.223Z] b116817d02f9: Pulling fs layer [2021-03-24T07:00:17.223Z] 745a02a5169b: Pulling fs layer [2021-03-24T07:00:17.223Z] 63d7cb157983: Waiting [2021-03-24T07:00:17.223Z] b116817d02f9: Waiting [2021-03-24T07:00:17.223Z] 745a02a5169b: Waiting [2021-03-24T07:00:17.223Z] 00ac8860ef70: Waiting [2021-03-24T07:00:17.223Z] 18c013af1878: Verifying Checksum [2021-03-24T07:00:17.223Z] 18c013af1878: Download complete [2021-03-24T07:00:17.223Z] a4357932f1b6: Verifying Checksum [2021-03-24T07:00:17.223Z] a4357932f1b6: Download complete [2021-03-24T07:00:17.223Z] 63d7cb157983: Verifying Checksum [2021-03-24T07:00:17.223Z] 63d7cb157983: Download complete [2021-03-24T07:00:17.505Z] b116817d02f9: Verifying Checksum [2021-03-24T07:00:17.505Z] b116817d02f9: Download complete [2021-03-24T07:00:17.505Z] 5f621e34cdf4: Download complete [2021-03-24T07:00:18.115Z] 5f621e34cdf4: Pull complete [2021-03-24T07:00:18.717Z] a4357932f1b6: Pull complete [2021-03-24T07:00:18.996Z] 18c013af1878: Pull complete [2021-03-24T07:00:19.983Z] 745a02a5169b: Verifying Checksum [2021-03-24T07:00:19.983Z] 745a02a5169b: Download complete [2021-03-24T07:00:20.959Z] 00ac8860ef70: Verifying Checksum [2021-03-24T07:00:20.959Z] 00ac8860ef70: Download complete [2021-03-24T07:00:31.132Z] 00ac8860ef70: Pull complete [2021-03-24T07:00:31.132Z] 63d7cb157983: Pull complete [2021-03-24T07:00:31.728Z] b116817d02f9: Pull complete [2021-03-24T07:00:35.124Z] 745a02a5169b: Pull complete [2021-03-24T07:00:35.124Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-24T07:00:35.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-24T07:00:35.124Z] ---> b7e6874047d6 [2021-03-24T07:00:35.124Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-24T07:00:38.549Z] ---> Running in 8a8cb82a38a9 [2021-03-24T07:00:38.549Z] Removing intermediate container 8a8cb82a38a9 [2021-03-24T07:00:38.549Z] ---> 1334b90d6212 [2021-03-24T07:00:38.549Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T07:00:38.549Z] ---> Running in 5ccf9790e1c8 [2021-03-24T07:00:38.888Z] Running on prd-centos7-docker-4c-2g-31197 in /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [Pipeline] { [Pipeline] ws [2021-03-24T07:00:38.974Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-03-24T07:00:41.186Z] Removing intermediate container 5ccf9790e1c8 [2021-03-24T07:00:41.186Z] ---> ae8c5b40025d [2021-03-24T07:00:41.186Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-24T07:00:41.186Z] ---> Running in 8a1cfb0a7ca4 [2021-03-24T07:00:41.514Z] using credential edgex-jenkins-ssh [2021-03-24T07:00:41.565Z] Cloning the remote Git repository [2021-03-24T07:00:42.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T07:00:41.596Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T07:00:41.704Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-03-24T07:00:41.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T07:00:41.769Z] > git --version # timeout=10 [2021-03-24T07:00:41.786Z] > git --version # 'git version 2.24.3' [2021-03-24T07:00:41.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:00:41.821Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:00:43.111Z] Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [2021-03-24T07:00:43.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T07:00:43.351Z] Merge succeeded, producing 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [2021-03-24T07:00:43.351Z] Checking out Revision 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 (PR-315) [2021-03-24T07:00:43.444Z] OK: 142 MiB in 39 packages [2021-03-24T07:00:42.685Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T07:00:42.692Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:00:42.717Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-24T07:00:42.742Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-24T07:00:42.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:00:42.748Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T07:00:43.122Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:00:43.129Z] > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 [2021-03-24T07:00:43.320Z] > git remote # timeout=10 [2021-03-24T07:00:43.326Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T07:00:43.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:00:43.336Z] > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-24T07:00:43.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T07:00:43.364Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:00:43.370Z] > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 [2021-03-24T07:00:44.883Z] Removing intermediate container 8a1cfb0a7ca4 [2021-03-24T07:00:44.883Z] ---> 0f13466e7e4c [2021-03-24T07:00:44.883Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-24T07:00:44.883Z] ---> Running in 0d1803e94ecd [2021-03-24T07:00:45.479Z] Removing intermediate container 0d1803e94ecd [2021-03-24T07:00:45.479Z] ---> 11a36e7a0dda [2021-03-24T07:00:45.479Z] Step 7/8 : COPY . . [2021-03-24T07:00:47.177Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-24T07:00:47.217Z] > git --version # timeout=10 [2021-03-24T07:00:47.225Z] > git --version # 'git version 2.24.3' [2021-03-24T07:00:47.230Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T07:00:48.107Z] ---> 3360d7067d81 [2021-03-24T07:00:48.107Z] Step 8/8 : RUN go mod download [2021-03-24T07:00:48.107Z] ---> Running in 4ccde8da10dd [2021-03-24T07:00:48.710Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:00:49.075Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:00:49.407Z] + sudo service docker restart [2021-03-24T07:00:49.407Z] + true [2021-03-24T07:00:49.407Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T07:00:51.465Z] provisioning config files... [2021-03-24T07:00:51.511Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8579515352768148858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:00:51.941Z] ---> docker-login.sh [2021-03-24T07:00:51.941Z] nexus3.edgexfoundry.org:10001 [2021-03-24T07:00:52.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:52.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:52.471Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:52.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:52.471Z] [2021-03-24T07:00:52.471Z] Login Succeeded [2021-03-24T07:00:52.471Z] nexus3.edgexfoundry.org:10002 [2021-03-24T07:00:52.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:52.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:52.736Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:52.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:52.736Z] [2021-03-24T07:00:52.736Z] Login Succeeded [2021-03-24T07:00:52.736Z] nexus3.edgexfoundry.org:10003 [2021-03-24T07:00:52.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:52.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:52.736Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:52.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:52.736Z] [2021-03-24T07:00:52.736Z] Login Succeeded [2021-03-24T07:00:52.736Z] nexus3.edgexfoundry.org:10004 [2021-03-24T07:00:53.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:53.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:53.002Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:53.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:53.002Z] [2021-03-24T07:00:53.002Z] Login Succeeded [2021-03-24T07:00:53.002Z] docker.io [2021-03-24T07:00:53.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T07:00:53.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T07:00:53.528Z] Configure a credential helper to remove this warning. See [2021-03-24T07:00:53.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T07:00:53.528Z] [2021-03-24T07:00:53.528Z] Login Succeeded [2021-03-24T07:00:53.528Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T07:00:53.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T07:00:54.141Z] ========================================================= [2021-03-24T07:00:54.141Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T07:00:54.141Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:00:54.554Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-24T07:00:54.819Z] Sending build context to Docker daemon 17.3MB [2021-03-24T07:00:54.819Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T07:00:54.819Z] Step 2/8 : FROM ${BASE} [2021-03-24T07:00:55.086Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T07:00:55.086Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T07:00:55.086Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T07:00:55.086Z] de9db76c5a1d: Pulling fs layer [2021-03-24T07:00:55.086Z] bca2f99d35d6: Pulling fs layer [2021-03-24T07:00:55.086Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T07:00:55.086Z] 7c6f9722023f: Pulling fs layer [2021-03-24T07:00:55.086Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T07:00:55.086Z] 7c6f9722023f: Waiting [2021-03-24T07:00:55.086Z] a35cf1a2eb13: Waiting [2021-03-24T07:00:55.086Z] bca2f99d35d6: Waiting [2021-03-24T07:00:55.086Z] 93359f2a8cfa: Waiting [2021-03-24T07:00:55.086Z] 0ef7d3d256c8: Verifying Checksum [2021-03-24T07:00:55.086Z] 0ef7d3d256c8: Download complete [2021-03-24T07:00:55.086Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T07:00:55.086Z] 188c0c94c7c5: Download complete [2021-03-24T07:00:55.086Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T07:00:55.086Z] 93359f2a8cfa: Download complete [2021-03-24T07:00:55.086Z] 7c6f9722023f: Verifying Checksum [2021-03-24T07:00:55.086Z] 7c6f9722023f: Download complete [2021-03-24T07:00:55.355Z] de9db76c5a1d: Verifying Checksum [2021-03-24T07:00:55.355Z] de9db76c5a1d: Download complete [2021-03-24T07:00:55.355Z] 188c0c94c7c5: Pull complete [2021-03-24T07:00:55.624Z] 0ef7d3d256c8: Pull complete [2021-03-24T07:00:55.624Z] de9db76c5a1d: Pull complete [2021-03-24T07:00:57.027Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T07:00:57.027Z] a35cf1a2eb13: Download complete [2021-03-24T07:00:57.605Z] bca2f99d35d6: Verifying Checksum [2021-03-24T07:00:57.605Z] bca2f99d35d6: Download complete [2021-03-24T07:01:04.350Z] bca2f99d35d6: Pull complete [2021-03-24T07:01:04.350Z] 93359f2a8cfa: Pull complete [2021-03-24T07:01:04.350Z] 7c6f9722023f: Pull complete [2021-03-24T07:01:10.991Z] a35cf1a2eb13: Pull complete [2021-03-24T07:01:10.991Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T07:01:10.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T07:01:10.991Z] ---> a62c8e92a672 [2021-03-24T07:01:10.991Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-24T07:01:10.991Z] ---> Running in daeb9a6a497b [2021-03-24T07:01:10.991Z] Removing intermediate container daeb9a6a497b [2021-03-24T07:01:10.991Z] ---> 40e2c9464862 [2021-03-24T07:01:10.991Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T07:01:10.991Z] ---> Running in e8861b6fcdfe [2021-03-24T07:01:11.948Z] Removing intermediate container e8861b6fcdfe [2021-03-24T07:01:11.948Z] ---> 7b3f7dec82a8 [2021-03-24T07:01:11.948Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-24T07:01:11.948Z] ---> Running in b18d5a5e1c3f [2021-03-24T07:01:12.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T07:01:13.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T07:01:13.756Z] OK: 166 MiB in 39 packages [2021-03-24T07:01:14.335Z] Removing intermediate container b18d5a5e1c3f [2021-03-24T07:01:14.335Z] ---> 67e42988e696 [2021-03-24T07:01:14.335Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-24T07:01:14.335Z] ---> Running in 8493664b3ad0 [2021-03-24T07:01:14.335Z] Removing intermediate container 8493664b3ad0 [2021-03-24T07:01:14.335Z] ---> bd403920db83 [2021-03-24T07:01:14.335Z] Step 7/8 : COPY . . [2021-03-24T07:01:16.897Z] ---> 3594fa6a4c37 [2021-03-24T07:01:16.897Z] Step 8/8 : RUN go mod download [2021-03-24T07:01:16.897Z] ---> Running in 00b5193c7ec5 [2021-03-24T07:01:20.465Z] Removing intermediate container 4ccde8da10dd [2021-03-24T07:01:20.465Z] ---> a3dab028c176 [2021-03-24T07:01:20.465Z] Successfully built a3dab028c176 [2021-03-24T07:01:20.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:01:20.846Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T07:01:20.846Z] . [Pipeline] withDockerContainer [2021-03-24T07:01:21.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-31196 does not seem to be running inside a container [2021-03-24T07:01:21.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat [2021-03-24T07:01:22.747Z] $ docker top 8d00ac9dce21ae27df0de6cfc7cbc9a60364a26641a531588a8a78f07abf6a33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:01:23.838Z] + go version [2021-03-24T07:01:23.838Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-24T07:01:23.873Z] $ docker stop --time=1 8d00ac9dce21ae27df0de6cfc7cbc9a60364a26641a531588a8a78f07abf6a33 [2021-03-24T07:01:25.774Z] $ docker rm -f 8d00ac9dce21ae27df0de6cfc7cbc9a60364a26641a531588a8a78f07abf6a33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:01:27.165Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T07:01:27.166Z] . [Pipeline] withDockerContainer [2021-03-24T07:01:27.455Z] prd-ubuntu18.04-docker-arm64-4c-16g-31196 does not seem to be running inside a container [2021-03-24T07:01:27.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat [2021-03-24T07:01:29.056Z] $ docker top 221d805daf5c4b938a00ec34aee4ec1cf35bcad6ca64afd58dcd5f1651ff3fc0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:01:30.148Z] + make test [2021-03-24T07:01:30.148Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-24T07:01:31.592Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-24T07:01:43.560Z] Removing intermediate container 00b5193c7ec5 [2021-03-24T07:01:43.560Z] ---> 6dd12150a1f9 [2021-03-24T07:01:43.560Z] Successfully built 6dd12150a1f9 [2021-03-24T07:01:43.560Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:01:43.910Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T07:01:43.910Z] . [Pipeline] withDockerContainer [2021-03-24T07:01:44.051Z] prd-centos7-docker-4c-2g-31197 does not seem to be running inside a container [2021-03-24T07:01:44.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-24T07:01:44.944Z] $ docker top 8fd997c3c46efcd0f8a745b2e640f20de6a4b000da603f1c3736240b8efbfb9a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:01:45.520Z] + go version [2021-03-24T07:01:45.520Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T07:01:45.554Z] $ docker stop --time=1 8fd997c3c46efcd0f8a745b2e640f20de6a4b000da603f1c3736240b8efbfb9a [2021-03-24T07:01:46.930Z] $ docker rm -f 8fd997c3c46efcd0f8a745b2e640f20de6a4b000da603f1c3736240b8efbfb9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:01:48.183Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T07:01:48.183Z] . [Pipeline] withDockerContainer [2021-03-24T07:01:48.311Z] prd-centos7-docker-4c-2g-31197 does not seem to be running inside a container [2021-03-24T07:01:48.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-24T07:01:49.169Z] $ docker top 71165a332a8f2b05efb8283e36b04b75d73d63cee57d8c49a7dead6211638787 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:01:49.812Z] + make test [2021-03-24T07:01:49.812Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-24T07:01:51.216Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-24T07:01:58.438Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-24T07:01:58.438Z] GO111MODULE=on go vet ./... [2021-03-24T07:02:01.376Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-24T07:02:01.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-24T07:02:01.377Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-24T07:02:02.825Z] $ docker stop --time=1 71165a332a8f2b05efb8283e36b04b75d73d63cee57d8c49a7dead6211638787 [2021-03-24T07:02:05.291Z] $ docker rm -f 71165a332a8f2b05efb8283e36b04b75d73d63cee57d8c49a7dead6211638787 [Pipeline] // withDockerContainer [Pipeline] } [2021-03-24T07:02:05.679Z] $ docker stop --time=1 221d805daf5c4b938a00ec34aee4ec1cf35bcad6ca64afd58dcd5f1651ff3fc0 [2021-03-24T07:02:07.890Z] $ docker rm -f 221d805daf5c4b938a00ec34aee4ec1cf35bcad6ca64afd58dcd5f1651ff3fc0 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T07:02:08.599Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-24T07:02:08.840Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-24T07:02:08.883Z] Warning: overwriting stash ‘coverage-report’ [2021-03-24T07:02:09.023Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-24T07:02:09.846Z] Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2021-03-24T07:02:11.949Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-03-24T07:02:12.383Z] + ls -al . [2021-03-24T07:02:12.383Z] total 92 [2021-03-24T07:02:12.383Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 24 07:01 . [2021-03-24T07:02:12.383Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 24 07:00 .. [2021-03-24T07:02:12.383Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 24 07:00 assets [2021-03-24T07:02:12.383Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 24 07:00 bin [2021-03-24T07:02:12.383Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 24 07:00 cmd [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 24 07:00 CONTRIBUTING.md [2021-03-24T07:02:12.383Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 24 07:01 coverage.out [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 24 07:00 Dockerfile [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 24 07:00 Dockerfile.build [2021-03-24T07:02:12.383Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 24 07:00 docs [2021-03-24T07:02:12.383Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 24 07:00 .git [2021-03-24T07:02:12.383Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 24 07:00 .github [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 24 07:00 .gitignore [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 24 07:00 go.mod [2021-03-24T07:02:12.383Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 24 07:01 go.sum [2021-03-24T07:02:12.383Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 24 07:00 internal [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 24 07:00 Jenkinsfile [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 24 07:00 LICENSE [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 24 07:00 Makefile [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 24 07:00 README.md [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 24 06:57 VERSION [2021-03-24T07:02:12.383Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 24 07:00 version.go [2021-03-24T07:02:12.383Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 24 07:00 web [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:02:12.868Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-24T07:02:13.000Z] + 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=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 --label arch=amd64 --label version=0.0.0 . [2021-03-24T07:02:13.265Z] Sending build context to Docker daemon 17.32MB [2021-03-24T07:02:13.266Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T07:02:13.266Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-24T07:02:13.266Z] ---> 6dd12150a1f9 [2021-03-24T07:02:13.266Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-24T07:02:13.280Z] + ls -al . [2021-03-24T07:02:13.280Z] total 124 [2021-03-24T07:02:13.280Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 07:01 . [2021-03-24T07:02:13.280Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 06:59 .. [2021-03-24T07:02:13.280Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 24 07:00 .git [2021-03-24T07:02:13.280Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 07:00 .github [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 24 07:00 .gitignore [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 24 07:00 CONTRIBUTING.md [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 24 07:00 Dockerfile [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 24 07:00 Dockerfile.build [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 24 07:00 Jenkinsfile [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 24 07:00 LICENSE [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 24 07:00 Makefile [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 24 07:00 README.md [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 24 06:57 VERSION [2021-03-24T07:02:13.280Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 07:00 assets [2021-03-24T07:02:13.280Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 07:00 bin [2021-03-24T07:02:13.280Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 07:00 cmd [2021-03-24T07:02:13.280Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 24 07:01 coverage.out [2021-03-24T07:02:13.280Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 24 07:00 docs [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 24 07:00 go.mod [2021-03-24T07:02:13.280Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 24 07:01 go.sum [2021-03-24T07:02:13.280Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 07:00 internal [2021-03-24T07:02:13.280Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 24 07:00 version.go [2021-03-24T07:02:13.280Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 07:00 web [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:02:13.807Z] + 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=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 --label arch=arm64 --label version=0.0.0 . [2021-03-24T07:02:14.217Z] ---> Running in ac94fcc267ef [2021-03-24T07:02:14.217Z] Removing intermediate container ac94fcc267ef [2021-03-24T07:02:14.217Z] ---> 7c5adbfb37ee [2021-03-24T07:02:14.217Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-24T07:02:14.481Z] ---> Running in ce04c4df9c48 [2021-03-24T07:02:14.481Z] Removing intermediate container ce04c4df9c48 [2021-03-24T07:02:14.481Z] ---> 11f26d6f2089 [2021-03-24T07:02:14.481Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-24T07:02:14.745Z] ---> Running in bdf3e41b5126 [2021-03-24T07:02:14.745Z] Removing intermediate container bdf3e41b5126 [2021-03-24T07:02:14.745Z] ---> 5eebc3321ad8 [2021-03-24T07:02:14.745Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-24T07:02:14.745Z] ---> Running in 3be7b935bbc1 [2021-03-24T07:02:14.803Z] Sending build context to Docker daemon 17.32MB [2021-03-24T07:02:14.804Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T07:02:14.804Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-24T07:02:14.804Z] ---> a3dab028c176 [2021-03-24T07:02:14.804Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-24T07:02:14.804Z] ---> Running in 749775e8d34b [2021-03-24T07:02:15.007Z] Removing intermediate container 3be7b935bbc1 [2021-03-24T07:02:15.007Z] ---> 6a56a6014b99 [2021-03-24T07:02:15.007Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-24T07:02:15.007Z] ---> Running in a470f7393d7e [2021-03-24T07:02:15.274Z] Removing intermediate container a470f7393d7e [2021-03-24T07:02:15.274Z] ---> 677ea4fb4ab3 [2021-03-24T07:02:15.274Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T07:02:15.274Z] ---> Running in b504247fa39e [2021-03-24T07:02:15.402Z] Removing intermediate container 749775e8d34b [2021-03-24T07:02:15.402Z] ---> cf9f56c9ee06 [2021-03-24T07:02:15.402Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-24T07:02:15.402Z] ---> Running in 9268110db83f [2021-03-24T07:02:16.001Z] Removing intermediate container 9268110db83f [2021-03-24T07:02:16.001Z] ---> 1282cddbc29d [2021-03-24T07:02:16.001Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-24T07:02:16.001Z] ---> Running in fd42089d94fe [2021-03-24T07:02:16.230Z] Removing intermediate container b504247fa39e [2021-03-24T07:02:16.230Z] ---> eb49e6346dd6 [2021-03-24T07:02:16.230Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-24T07:02:16.230Z] ---> Running in 756c4e1202d2 [2021-03-24T07:02:16.599Z] Removing intermediate container fd42089d94fe [2021-03-24T07:02:16.599Z] ---> f91e9c3b4ea1 [2021-03-24T07:02:16.599Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-24T07:02:16.599Z] ---> Running in c114430b9ba4 [2021-03-24T07:02:16.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T07:02:17.198Z] Removing intermediate container c114430b9ba4 [2021-03-24T07:02:17.199Z] ---> b7e40004bda4 [2021-03-24T07:02:17.199Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-24T07:02:17.199Z] ---> Running in fab8f5413851 [2021-03-24T07:02:17.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T07:02:17.797Z] Removing intermediate container fab8f5413851 [2021-03-24T07:02:17.797Z] ---> a80bc92ea368 [2021-03-24T07:02:17.797Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T07:02:17.797Z] ---> Running in 0d7678089d82 [2021-03-24T07:02:17.978Z] OK: 166 MiB in 39 packages [2021-03-24T07:02:18.247Z] Removing intermediate container 756c4e1202d2 [2021-03-24T07:02:18.247Z] ---> fbd4c1a1bdf1 [2021-03-24T07:02:18.247Z] Step 10/24 : ENV GO111MODULE=on [2021-03-24T07:02:18.247Z] ---> Running in 0e19112b4f03 [2021-03-24T07:02:18.513Z] Removing intermediate container 0e19112b4f03 [2021-03-24T07:02:18.513Z] ---> ed14a589296b [2021-03-24T07:02:18.513Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-24T07:02:18.780Z] ---> Running in f7a264c0fcd1 [2021-03-24T07:02:18.780Z] Removing intermediate container f7a264c0fcd1 [2021-03-24T07:02:18.780Z] ---> 1e7903c7e023 [2021-03-24T07:02:18.780Z] Step 12/24 : COPY go.mod . [2021-03-24T07:02:19.049Z] ---> 7c573a64dbd0 [2021-03-24T07:02:19.049Z] Step 13/24 : COPY Makefile . [2021-03-24T07:02:19.312Z] ---> f5f3f0dedb38 [2021-03-24T07:02:19.312Z] Step 14/24 : RUN make update [2021-03-24T07:02:19.312Z] ---> Running in 047466e2fb3e [2021-03-24T07:02:19.786Z] Removing intermediate container 0d7678089d82 [2021-03-24T07:02:19.786Z] ---> c51200756a4b [2021-03-24T07:02:19.786Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-24T07:02:19.888Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-24T07:02:20.059Z] ---> Running in e0bc4fd51c08 [2021-03-24T07:02:20.462Z] Removing intermediate container 047466e2fb3e [2021-03-24T07:02:20.463Z] ---> 7ba6d292509e [2021-03-24T07:02:20.463Z] Step 15/24 : COPY . . [2021-03-24T07:02:21.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T07:02:22.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T07:02:22.987Z] OK: 142 MiB in 39 packages [2021-03-24T07:02:23.022Z] ---> 005dc9e5f6e9 [2021-03-24T07:02:23.023Z] Step 16/24 : RUN ${MAKE} [2021-03-24T07:02:23.023Z] ---> Running in e48f4cdf736c [2021-03-24T07:02:23.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-24T07:02:23.964Z] Removing intermediate container e0bc4fd51c08 [2021-03-24T07:02:23.964Z] ---> 75a6b04ce5c2 [2021-03-24T07:02:23.964Z] Step 10/24 : ENV GO111MODULE=on [2021-03-24T07:02:24.238Z] ---> Running in 6b6e9e5c8081 [2021-03-24T07:02:24.512Z] Removing intermediate container 6b6e9e5c8081 [2021-03-24T07:02:24.512Z] ---> ac11092cee7c [2021-03-24T07:02:24.512Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-24T07:02:24.786Z] ---> Running in 4bbaf18cea0b [2021-03-24T07:02:25.060Z] Removing intermediate container 4bbaf18cea0b [2021-03-24T07:02:25.060Z] ---> cb260dfaf003 [2021-03-24T07:02:25.060Z] Step 12/24 : COPY go.mod . [2021-03-24T07:02:26.049Z] ---> 56d65281009b [2021-03-24T07:02:26.049Z] Step 13/24 : COPY Makefile . [2021-03-24T07:02:26.646Z] ---> 379fe73a4111 [2021-03-24T07:02:26.646Z] Step 14/24 : RUN make update [2021-03-24T07:02:26.646Z] ---> Running in d6b111fbdc64 [2021-03-24T07:02:27.628Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-24T07:02:29.064Z] Removing intermediate container d6b111fbdc64 [2021-03-24T07:02:29.064Z] ---> 06115748ca4a [2021-03-24T07:02:29.064Z] Step 15/24 : COPY . . [2021-03-24T07:02:31.601Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-24T07:02:31.677Z] ---> 2359aec3b7fa [2021-03-24T07:02:31.677Z] Step 16/24 : RUN ${MAKE} [2021-03-24T07:02:31.677Z] ---> Running in 95df81b80c27 [2021-03-24T07:02:32.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-24T07:02:35.838Z] Removing intermediate container e48f4cdf736c [2021-03-24T07:02:35.838Z] ---> 1a31e34398fa [2021-03-24T07:02:35.838Z] Step 17/24 : FROM alpine:3.12 [2021-03-24T07:02:35.838Z] 3.12: Pulling from library/alpine [2021-03-24T07:02:35.838Z] f84cab65f19f: Pulling fs layer [2021-03-24T07:02:36.102Z] f84cab65f19f: Verifying Checksum [2021-03-24T07:02:36.102Z] f84cab65f19f: Download complete [2021-03-24T07:02:36.369Z] f84cab65f19f: Pull complete [2021-03-24T07:02:36.369Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T07:02:36.369Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T07:02:36.369Z] ---> 88dd2752d2ea [2021-03-24T07:02:36.369Z] Step 18/24 : EXPOSE 4000 [2021-03-24T07:02:36.369Z] ---> Running in ee9fa33ab080 [2021-03-24T07:02:36.635Z] Removing intermediate container ee9fa33ab080 [2021-03-24T07:02:36.635Z] ---> b3f0a700ec8f [2021-03-24T07:02:36.635Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-24T07:02:38.042Z] ---> 51c42e9220e2 [2021-03-24T07:02:38.042Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-24T07:02:38.042Z] ---> Running in bdf1ea5cc520 [2021-03-24T07:02:38.042Z] Removing intermediate container bdf1ea5cc520 [2021-03-24T07:02:38.042Z] ---> a14a9e3555a7 [2021-03-24T07:02:38.042Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-24T07:02:38.042Z] ---> Running in 10e03640cd2b [2021-03-24T07:02:38.306Z] Removing intermediate container 10e03640cd2b [2021-03-24T07:02:38.306Z] ---> 1095ed0a39f9 [2021-03-24T07:02:38.306Z] Step 22/24 : LABEL arch=amd64 [2021-03-24T07:02:38.306Z] ---> Running in 42a4cd71b754 [2021-03-24T07:02:38.569Z] Removing intermediate container 42a4cd71b754 [2021-03-24T07:02:38.569Z] ---> b31adb94f8e0 [2021-03-24T07:02:38.569Z] Step 23/24 : LABEL git_sha=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [2021-03-24T07:02:38.569Z] ---> Running in 96bec76d5418 [2021-03-24T07:02:38.832Z] Removing intermediate container 96bec76d5418 [2021-03-24T07:02:38.832Z] ---> c12814e01313 [2021-03-24T07:02:38.832Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T07:02:38.832Z] ---> Running in 4b670101e52f [2021-03-24T07:02:38.832Z] Removing intermediate container 4b670101e52f [2021-03-24T07:02:38.832Z] ---> f7eec0cc8fe1 [2021-03-24T07:02:38.832Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-24T07:02:39.095Z] Successfully built f7eec0cc8fe1 [2021-03-24T07:02:39.095Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:02:40.512Z] ---> job-cost.sh [2021-03-24T07:02:40.513Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1Aki [2021-03-24T07:02:55.452Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T07:02:59.475Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-24T07:03:04.875Z] Removing intermediate container 95df81b80c27 [2021-03-24T07:03:04.876Z] ---> 2116e3d564cf [2021-03-24T07:03:04.876Z] Step 17/24 : FROM alpine:3.12 [2021-03-24T07:03:04.876Z] 3.12: Pulling from library/alpine [2021-03-24T07:03:04.876Z] dce8679b510e: Pulling fs layer [2021-03-24T07:03:04.876Z] dce8679b510e: Verifying Checksum [2021-03-24T07:03:04.876Z] dce8679b510e: Download complete [2021-03-24T07:03:05.476Z] dce8679b510e: Pull complete [2021-03-24T07:03:05.476Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T07:03:05.476Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T07:03:05.476Z] ---> d10569e2745f [2021-03-24T07:03:05.476Z] Step 18/24 : EXPOSE 4000 [2021-03-24T07:03:05.747Z] ---> Running in 12abbd542f88 [2021-03-24T07:03:06.018Z] Removing intermediate container 12abbd542f88 [2021-03-24T07:03:06.018Z] ---> 8172fa1baea4 [2021-03-24T07:03:06.019Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-24T07:03:07.985Z] ---> 6fb4954edef0 [2021-03-24T07:03:07.985Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-24T07:03:07.985Z] ---> Running in f7c53d4c032b [2021-03-24T07:03:08.257Z] Removing intermediate container f7c53d4c032b [2021-03-24T07:03:08.257Z] ---> 3aecde51d1a0 [2021-03-24T07:03:08.257Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-24T07:03:08.257Z] ---> Running in 6dcba51da263 [2021-03-24T07:03:08.530Z] Removing intermediate container 6dcba51da263 [2021-03-24T07:03:08.530Z] ---> ed0cc05f758c [2021-03-24T07:03:08.530Z] Step 22/24 : LABEL arch=arm64 [2021-03-24T07:03:08.805Z] ---> Running in 2b52dd500864 [2021-03-24T07:03:09.077Z] Removing intermediate container 2b52dd500864 [2021-03-24T07:03:09.077Z] ---> 762374aee57b [2021-03-24T07:03:09.077Z] Step 23/24 : LABEL git_sha=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [2021-03-24T07:03:09.351Z] ---> Running in 83eb6deafad0 [2021-03-24T07:03:09.629Z] Removing intermediate container 83eb6deafad0 [2021-03-24T07:03:09.629Z] ---> 4ee3ded547ce [2021-03-24T07:03:09.629Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T07:03:09.913Z] ---> Running in 275b6a92b132 [2021-03-24T07:03:10.183Z] Removing intermediate container 275b6a92b132 [2021-03-24T07:03:10.183Z] ---> d873c2c66d6e [2021-03-24T07:03:10.183Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-24T07:03:10.454Z] Successfully built d873c2c66d6e [2021-03-24T07:03:10.454Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:03:11.845Z] ---> job-cost.sh [2021-03-24T07:03:11.846Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-G5uX [2021-03-24T07:03:22.135Z] lf-activate-venv(): INFO: Adding /tmp/venv-1Aki/bin to PATH [2021-03-24T07:03:22.136Z] INFO: No Stack... [2021-03-24T07:03:23.536Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T07:03:24.489Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T07:03:24.924Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-03-24T07:03:24.924Z] + cut -d, -f6 [Pipeline] lock [2021-03-24T07:03:25.217Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [2021-03-24T07:03:25.225Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] did not exist. Created. [2021-03-24T07:03:25.225Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T07:03:25.839Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-24T07:03:26.048Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T07:03:26.076Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T07:03:50.807Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T07:05:27.555Z] lf-activate-venv(): INFO: Adding /tmp/venv-G5uX/bin to PATH [2021-03-24T07:05:27.555Z] INFO: No Stack... [2021-03-24T07:05:27.555Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-24T07:05:27.555Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T07:05:27.921Z] + + cutcat -d, /w/workspace/edgex-ui-go/1/archives/cost.csv -f6 [2021-03-24T07:05:27.921Z] [Pipeline] lock [2021-03-24T07:05:28.056Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [2021-03-24T07:05:28.065Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] did not exist. Created. [2021-03-24T07:05:28.065Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T07:05:28.618Z] /w/workspace/edgex-ui-go/1@tmp/durable-8735ce10/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-8735ce10/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-24T07:05:28.998Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-24T07:05:29.038Z] Warning: overwriting stash ‘stack-cost’ [2021-03-24T07:05:29.250Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T07:05:29.273Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-24T07:05:31.339Z] provisioning config files... [2021-03-24T07:05:31.350Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/config462575768685400831tmp [Pipeline] { [Pipeline] sh [2021-03-24T07:05:31.810Z] + set +x [2021-03-24T07:05:31.810Z] + curl -s https://codecov.io/bash [2021-03-24T07:05:31.810Z] + bash -s -- [2021-03-24T07:05:32.075Z] [2021-03-24T07:05:32.075Z] _____ _ [2021-03-24T07:05:32.075Z] / ____| | | [2021-03-24T07:05:32.075Z] | | ___ __| | ___ ___ _____ __ [2021-03-24T07:05:32.075Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-24T07:05:32.075Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-24T07:05:32.075Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-24T07:05:32.075Z] Bash-20210309-2b87ace [2021-03-24T07:05:32.075Z] [2021-03-24T07:05:32.075Z] [2021-03-24T07:05:32.075Z] ==> git version 2.24.3 found [2021-03-24T07:05:32.075Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-24T07:05:32.075Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-24T07:05:32.075Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-24T07:05:32.075Z] curl: option -sm: expected a proper numerical parameter [2021-03-24T07:05:32.075Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-24T07:05:32.075Z] ==> Jenkins CI detected. [2021-03-24T07:05:32.075Z] project root: . [2021-03-24T07:05:32.075Z] --> token set from env [2021-03-24T07:05:32.075Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-24T07:05:32.075Z] ==> Running gcov in . (disable via -X gcov) [2021-03-24T07:05:32.075Z] ==> Python coveragepy not found [2021-03-24T07:05:32.075Z] ==> Searching for coverage reports in: [2021-03-24T07:05:32.075Z] + . [2021-03-24T07:05:32.075Z] -> Found 1 reports [2021-03-24T07:05:32.075Z] ==> Detecting git/mercurial file structure [2021-03-24T07:05:32.075Z] ==> Reading reports [2021-03-24T07:05:32.075Z] + ./coverage.out bytes=10 [2021-03-24T07:05:32.075Z] ==> Appending adjustments [2021-03-24T07:05:32.075Z] https://docs.codecov.io/docs/fixing-reports [2021-03-24T07:05:32.341Z] + Found adjustments [2021-03-24T07:05:32.341Z] ==> Gzipping contents [2021-03-24T07:05:32.341Z] 4.0K /tmp/codecov.ZJQkYR.gz [2021-03-24T07:05:32.341Z] ==> Uploading reports [2021-03-24T07:05:32.341Z] url: https://codecov.io [2021-03-24T07:05:32.341Z] query: branch=PR-315&commit=5ae8456414c89b1d5bf7a0d8b760165ae3b84419&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-315%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=315&job=&cmd_args= [2021-03-24T07:05:32.341Z] -> Pinging Codecov [2021-03-24T07:05:32.341Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-315&commit=5ae8456414c89b1d5bf7a0d8b760165ae3b84419&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-315%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=315&job=&cmd_args= [2021-03-24T07:05:32.604Z] -> Uploading to [2021-03-24T07:05:32.604Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-24/FB506323287CE973F263BFD2A0EB1F37/5ae8456414c89b1d5bf7a0d8b760165ae3b84419/30caa488-774f-43b1-8134-0c606cafe1d9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T070532Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5efe118d00905faa8aa34b78002961c939ed1649d61ad0b1166f76656edfee8 [2021-03-24T07:05:32.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T07:05:32.604Z] Dload Upload Total Spent Left Speed [2021-03-24T07:05:33.131Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 8221 --:--:-- --:--:-- --:--:-- 8212 [2021-03-24T07:05:33.131Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [Pipeline] } [2021-03-24T07:05:33.182Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:05:36.563Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:05:36.921Z] ---> package-listing.sh [2021-03-24T07:05:36.921Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T07:05:36.921Z] ++ facter osfamily [2021-03-24T07:05:36.921Z] + OS_FAMILY=redhat [2021-03-24T07:05:36.921Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-315 [2021-03-24T07:05:36.921Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T07:05:36.921Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T07:05:36.921Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T07:05:36.921Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T07:05:36.921Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-315 ']' [2021-03-24T07:05:36.921Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T07:05:36.921Z] + case "${OS_FAMILY}" in [2021-03-24T07:05:36.921Z] + rpm -qa [2021-03-24T07:05:36.921Z] + sort [2021-03-24T07:05:42.240Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T07:05:42.240Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T07:05:42.240Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T07:05:42.240Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-315 ']' [2021-03-24T07:05:42.240Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-315/archives/ [2021-03-24T07:05:42.240Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-315/archives/ [Pipeline] echo [2021-03-24T07:05:42.275Z] 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-315/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T07:05:42.592Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:05:42.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T07:05:42.947Z] [2021-03-24T07:05:42.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:05:43.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T07:05:43.350Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T07:05:43.350Z] df20fa9351a1: Pulling fs layer [2021-03-24T07:05:43.350Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T07:05:43.350Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T07:05:43.350Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T07:05:43.350Z] 93b61091891f: Pulling fs layer [2021-03-24T07:05:43.350Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T07:05:43.350Z] 5e14af77c1be: Pulling fs layer [2021-03-24T07:05:43.350Z] 01666e4c0597: Pulling fs layer [2021-03-24T07:05:43.350Z] aa168da1d23b: Pulling fs layer [2021-03-24T07:05:43.350Z] 93b9cdb0e59b: Waiting [2021-03-24T07:05:43.350Z] 5e14af77c1be: Waiting [2021-03-24T07:05:43.350Z] 01666e4c0597: Waiting [2021-03-24T07:05:43.350Z] aa168da1d23b: Waiting [2021-03-24T07:05:43.350Z] 93b61091891f: Waiting [2021-03-24T07:05:43.350Z] 36b3adc4ff6f: Verifying Checksum [2021-03-24T07:05:43.350Z] 36b3adc4ff6f: Download complete [2021-03-24T07:05:43.350Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T07:05:43.350Z] 46f8f816bc3b: Download complete [2021-03-24T07:05:43.614Z] df20fa9351a1: Verifying Checksum [2021-03-24T07:05:43.614Z] df20fa9351a1: Download complete [2021-03-24T07:05:43.614Z] 93b9cdb0e59b: Download complete [2021-03-24T07:05:43.614Z] 93b61091891f: Verifying Checksum [2021-03-24T07:05:43.614Z] 93b61091891f: Download complete [2021-03-24T07:05:43.614Z] 5e14af77c1be: Verifying Checksum [2021-03-24T07:05:43.614Z] 5e14af77c1be: Download complete [2021-03-24T07:05:43.614Z] 01666e4c0597: Verifying Checksum [2021-03-24T07:05:43.614Z] 01666e4c0597: Download complete [2021-03-24T07:05:43.876Z] df20fa9351a1: Pull complete [2021-03-24T07:05:44.138Z] 36b3adc4ff6f: Pull complete [2021-03-24T07:05:44.404Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T07:05:44.404Z] 8ad3a11d3b57: Download complete [2021-03-24T07:05:45.387Z] 8ad3a11d3b57: Pull complete [2021-03-24T07:05:45.387Z] 46f8f816bc3b: Pull complete [2021-03-24T07:05:45.968Z] 93b61091891f: Pull complete [2021-03-24T07:05:45.968Z] 93b9cdb0e59b: Pull complete [2021-03-24T07:05:45.968Z] aa168da1d23b: Verifying Checksum [2021-03-24T07:05:45.968Z] aa168da1d23b: Download complete [2021-03-24T07:05:46.232Z] 5e14af77c1be: Pull complete [2021-03-24T07:05:46.232Z] 01666e4c0597: Pull complete [2021-03-24T07:05:54.424Z] aa168da1d23b: Pull complete [2021-03-24T07:05:54.424Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T07:05:54.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T07:05:54.424Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T07:05:54.617Z] prd-centos7-docker-4c-2g-31195 does not seem to be running inside a container [2021-03-24T07:05:54.676Z] $ 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-315/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-315 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315:/w/workspace/edgexfoundry_edgex-ui-go_PR-315:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-24T07:05:57.779Z] $ docker top c18bf3406ca4bb306877f1e9f92583c8a82f62b11175bc842c098d62d5125d15 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:05:58.430Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T07:05:58.759Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T07:05:59.080Z] + ls /var/log/sa-host [2021-03-24T07:05:59.080Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T07:05:59.080Z] file_magic: OK [2021-03-24T07:05:59.080Z] HZ: Using current value: 100 [2021-03-24T07:05:59.080Z] file_header: OK [2021-03-24T07:05:59.080Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-24T07:05:59.080Z] Statistics: [2021-03-24T07:05:59.080Z] Hnuu...uuuununununu... [2021-03-24T07:05:59.080Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T07:05:59.080Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T07:05:59.080Z] file_magic: OK [2021-03-24T07:05:59.080Z] HZ: Using current value: 100 [2021-03-24T07:05:59.080Z] file_header: OK [2021-03-24T07:05:59.080Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-24T07:05:59.080Z] Statistics: [2021-03-24T07:05:59.080Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-24T07:05:59.080Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T07:05:59.857Z] provisioning config files... [2021-03-24T07:05:59.874Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/config4360838480554733018tmp [Pipeline] { [Pipeline] echo [2021-03-24T07:06:00.000Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:06:00.338Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T07:06:00.361Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T07:06:00.551Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:06:00.893Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T07:06:00.935Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:06:01.276Z] ---> sudo-logs.sh [2021-03-24T07:06:01.276Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T07:06:01.415Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:06:01.756Z] ---> job-cost.sh [2021-03-24T07:06:01.756Z] lf-activate-venv: SKIPPING [2021-03-24T07:06:01.756Z] DEBUG: total: 0.20999999344348907 [2021-03-24T07:06:01.756Z] INFO: Retrieving Stack Cost... [2021-03-24T07:06:04.318Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T07:06:04.579Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T07:06:04.612Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:06:04.952Z] ---> logs-deploy.sh [2021-03-24T07:06:04.952Z] lf-activate-venv: SKIPPING [2021-03-24T07:06:04.952Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-315/1 [2021-03-24T07:06:04.952Z] INFO: archiving workspace using pattern(s): [2021-03-24T07:06:06.874Z] Archives upload complete. [2021-03-24T07:06:06.874Z] INFO: archiving logs to Nexus