Pull request #317 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164+03d6e45996491a5582f07f1d234588528d2720b6 (23c72bc3bcd9410a152dcd7da7d81f8e12f6192a) 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-317/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-317/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-31517 in /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [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-317 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 Merge succeeded, producing e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 Checking out Revision e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 (PR-317) > git config core.sparsecheckout # timeout=10 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # 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 e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # 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-26T06:48:09.557Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-26T06:48:09.974Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-26T06:48:10.173Z] ========================================================= [2021-03-26T06:48:10.173Z] EdgeX Global Pipelines Version Info [2021-03-26T06:48:10.173Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:48:11.638Z] ------------------- [2021-03-26T06:48:11.638Z] stable info: [2021-03-26T06:48:11.638Z] ------------------- [2021-03-26T06:48:11.638Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-26T06:48:11.638Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-26T06:48:11.638Z] Message: update stable to v1.0.186 [2021-03-26T06:48:12.584Z] ------------------- [2021-03-26T06:48:12.584Z] experimental info: [2021-03-26T06:48:12.584Z] ------------------- [2021-03-26T06:48:12.584Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-26T06:48:12.584Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-26T06:48:12.584Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-26T06:48:13.050Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-26T06:48:13.190Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-26T06:48:13.339Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-26T06:48:13.474Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-26T06:48:13.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-26T06:48:13.738Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-26T06:48:13.869Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-26T06:48:14.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-26T06:48:14.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-26T06:48:14.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-26T06:48:14.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-26T06:48:14.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-26T06:48:14.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-26T06:48:14.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-26T06:48:14.989Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T06:48:15.120Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T06:48:15.268Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T06:48:15.392Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T06:48:15.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-26T06:48:15.678Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-26T06:48:15.812Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-26T06:48:15.940Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-26T06:48:16.077Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-26T06:48:16.212Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-26T06:48:16.340Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-26T06:48:16.470Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-26T06:48:16.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-317 [Pipeline] echo [2021-03-26T06:48:16.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-317 [Pipeline] echo [2021-03-26T06:48:16.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-317 [Pipeline] echo [2021-03-26T06:48:17.045Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [Pipeline] echo [2021-03-26T06:48:17.168Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e1a39b4 [Pipeline] echo [2021-03-26T06:48:17.297Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T06:48:17.574Z] provisioning config files... [2021-03-26T06:48:17.614Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/config3781957095930078722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:48:18.121Z] ---> docker-login.sh [2021-03-26T06:48:18.121Z] nexus3.edgexfoundry.org:10001 [2021-03-26T06:48:18.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:48:18.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:48:18.386Z] Configure a credential helper to remove this warning. See [2021-03-26T06:48:18.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:48:18.386Z] [2021-03-26T06:48:18.386Z] Login Succeeded [2021-03-26T06:48:18.386Z] nexus3.edgexfoundry.org:10002 [2021-03-26T06:48:18.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:48:18.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:48:18.649Z] Configure a credential helper to remove this warning. See [2021-03-26T06:48:18.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:48:18.649Z] [2021-03-26T06:48:18.649Z] Login Succeeded [2021-03-26T06:48:18.649Z] nexus3.edgexfoundry.org:10003 [2021-03-26T06:48:18.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:48:18.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:48:18.912Z] Configure a credential helper to remove this warning. See [2021-03-26T06:48:18.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:48:18.912Z] [2021-03-26T06:48:18.912Z] Login Succeeded [2021-03-26T06:48:18.912Z] nexus3.edgexfoundry.org:10004 [2021-03-26T06:48:18.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:48:19.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:48:19.175Z] Configure a credential helper to remove this warning. See [2021-03-26T06:48:19.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:48:19.175Z] [2021-03-26T06:48:19.175Z] Login Succeeded [2021-03-26T06:48:19.175Z] docker.io [2021-03-26T06:48:19.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:48:19.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:48:19.440Z] Configure a credential helper to remove this warning. See [2021-03-26T06:48:19.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:48:19.440Z] [2021-03-26T06:48:19.440Z] Login Succeeded [2021-03-26T06:48:19.440Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T06:48:19.466Z] 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-26T06:48:20.782Z] + git log --format=format:%s -1 e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [Pipeline] echo [2021-03-26T06:48:20.899Z] GIT_COMMIT: e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-26T06:48:20.970Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:48:22.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T06:48:22.019Z] [2021-03-26T06:48:22.019Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:48:22.420Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T06:48:22.420Z] latest: Pulling from edgex-devops/git-semver [2021-03-26T06:48:22.420Z] 31603596830f: Pulling fs layer [2021-03-26T06:48:22.420Z] 2a8b12db71e7: Pulling fs layer [2021-03-26T06:48:22.420Z] 6ca5941a6612: Pulling fs layer [2021-03-26T06:48:22.420Z] ecc8261a40a4: Pulling fs layer [2021-03-26T06:48:22.420Z] ecc8261a40a4: Waiting [2021-03-26T06:48:22.420Z] 2a8b12db71e7: Verifying Checksum [2021-03-26T06:48:22.420Z] 2a8b12db71e7: Download complete [2021-03-26T06:48:22.689Z] 31603596830f: Verifying Checksum [2021-03-26T06:48:22.689Z] 31603596830f: Download complete [2021-03-26T06:48:22.689Z] ecc8261a40a4: Verifying Checksum [2021-03-26T06:48:22.689Z] ecc8261a40a4: Download complete [2021-03-26T06:48:22.689Z] 6ca5941a6612: Verifying Checksum [2021-03-26T06:48:22.689Z] 6ca5941a6612: Download complete [2021-03-26T06:48:22.953Z] 31603596830f: Pull complete [2021-03-26T06:48:23.219Z] 2a8b12db71e7: Pull complete [2021-03-26T06:48:23.798Z] 6ca5941a6612: Pull complete [2021-03-26T06:48:24.072Z] ecc8261a40a4: Pull complete [2021-03-26T06:48:24.072Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-26T06:48:24.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T06:48:24.072Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-26T06:48:24.212Z] prd-centos7-docker-4c-2g-31517 does not seem to be running inside a container [2021-03-26T06:48:24.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-317 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317:/w/workspace/edgexfoundry_edgex-ui-go_PR-317:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@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-26T06:48:26.484Z] $ docker top 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T06:48:26.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T06:48:26.955Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T06:48:27.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T06:48:27.159Z] $ docker exec 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent [2021-03-26T06:48:27.340Z] SSH_AUTH_SOCK=/tmp/ssh-uah7C3pHMcnC/agent.12 [2021-03-26T06:48:27.340Z] SSH_AGENT_PID=18 [2021-03-26T06:48:27.352Z] Running ssh-add (command line suppressed) [2021-03-26T06:48:27.472Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1460181147203893513.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1460181147203893513.key) [2021-03-26T06:48:27.521Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T06:48:27.922Z] + git tag --points-at HEAD [Pipeline] } [2021-03-26T06:48:27.957Z] $ docker exec --env ******** --env ******** 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent -k [2021-03-26T06:48:28.067Z] unset SSH_AUTH_SOCK; [2021-03-26T06:48:28.068Z] unset SSH_AGENT_PID; [2021-03-26T06:48:28.068Z] echo Agent pid 18 killed; [2021-03-26T06:48:28.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-26T06:48:28.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T06:48:28.376Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T06:48:28.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T06:48:28.538Z] $ docker exec 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent [2021-03-26T06:48:28.706Z] SSH_AUTH_SOCK=/tmp/ssh-SoBb7KUd6BXj/agent.46 [2021-03-26T06:48:28.706Z] SSH_AGENT_PID=51 [2021-03-26T06:48:28.712Z] Running ssh-add (command line suppressed) [2021-03-26T06:48:28.837Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1141342702351389613.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1141342702351389613.key) [2021-03-26T06:48:28.895Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T06:48:29.271Z] + git semver init [2021-03-26T06:48:29.271Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T06:48:29.271Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-317/.git [2021-03-26T06:48:29.271Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [2021-03-26T06:48:29.271Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T06:48:29.271Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T06:48:29.271Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T06:48:29.271Z] # $SEMVER_BRANCH = PR-317 [2021-03-26T06:48:29.271Z] # $SEMVER_TEMP = /tmp/semver-793443976 [2021-03-26T06:48:29.271Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-26T06:48:30.664Z] # '/tmp/semver-793443976' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-317/.semver' [2021-03-26T06:48:30.664Z] # -> Force: false [2021-03-26T06:48:30.664Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-317/.semver [Pipeline] } [2021-03-26T06:48:30.685Z] $ docker exec --env ******** --env ******** 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent -k [2021-03-26T06:48:30.791Z] unset SSH_AUTH_SOCK; [2021-03-26T06:48:30.791Z] unset SSH_AGENT_PID; [2021-03-26T06:48:30.791Z] echo Agent pid 51 killed; [2021-03-26T06:48:30.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T06:48:31.464Z] + git semver [Pipeline] } [2021-03-26T06:48:31.496Z] $ docker stop --time=1 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 [2021-03-26T06:48:32.896Z] $ docker rm -f 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T06:48:33.422Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-26T06:48:33.942Z] Stashed 1 file(s) [Pipeline] echo [2021-03-26T06:48:33.963Z] [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-26T06:48:49.787Z] Still waiting to schedule task [2021-03-26T06:48:49.787Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31517’ [2021-03-26T06:48:49.811Z] Still waiting to schedule task [2021-03-26T06:48:49.811Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-26T06:50:24.074Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31518 in /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [Pipeline] { [Pipeline] ws [2021-03-26T06:50:24.177Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-03-26T06:50:29.109Z] using credential edgex-jenkins-ssh [2021-03-26T06:50:29.171Z] Cloning the remote Git repository [2021-03-26T06:50:29.210Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T06:50:29.315Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-03-26T06:50:29.387Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T06:50:29.388Z] > git --version # timeout=10 [2021-03-26T06:50:29.406Z] > git --version # 'git version 2.17.1' [2021-03-26T06:50:29.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:50:29.485Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:50:31.586Z] Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [2021-03-26T06:50:31.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T06:50:31.039Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:50:31.060Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T06:50:31.094Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T06:50:31.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:50:31.106Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T06:50:31.592Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:50:31.615Z] > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 [2021-03-26T06:50:32.064Z] Merge succeeded, producing e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [2021-03-26T06:50:32.064Z] Checking out Revision e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 (PR-317) [2021-03-26T06:50:31.925Z] > git remote # timeout=10 [2021-03-26T06:50:31.940Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T06:50:31.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:50:31.964Z] > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-26T06:50:31.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T06:50:32.065Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:50:32.080Z] > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 [2021-03-26T06:50:36.614Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-26T06:50:36.658Z] > git --version # timeout=10 [2021-03-26T06:50:36.668Z] > git --version # 'git version 2.17.1' [2021-03-26T06:50:36.681Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T06:50:38.635Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:50:39.044Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:50:39.458Z] + sudo service docker restart [2021-03-26T06:50:39.459Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T06:50:42.226Z] provisioning config files... [2021-03-26T06:50:42.283Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4288881958512851965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:50:42.737Z] ---> docker-login.sh [2021-03-26T06:50:42.737Z] nexus3.edgexfoundry.org:10001 [2021-03-26T06:50:43.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:50:44.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:50:44.004Z] Configure a credential helper to remove this warning. See [2021-03-26T06:50:44.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:50:44.004Z] [2021-03-26T06:50:44.004Z] Login Succeeded [2021-03-26T06:50:44.004Z] nexus3.edgexfoundry.org:10002 [2021-03-26T06:50:44.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:50:44.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:50:44.553Z] Configure a credential helper to remove this warning. See [2021-03-26T06:50:44.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:50:44.553Z] [2021-03-26T06:50:44.553Z] Login Succeeded [2021-03-26T06:50:44.553Z] nexus3.edgexfoundry.org:10003 [2021-03-26T06:50:44.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:50:44.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:50:44.829Z] Configure a credential helper to remove this warning. See [2021-03-26T06:50:44.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:50:44.829Z] [2021-03-26T06:50:44.829Z] Login Succeeded [2021-03-26T06:50:44.829Z] nexus3.edgexfoundry.org:10004 [2021-03-26T06:50:45.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:50:45.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:50:45.424Z] Configure a credential helper to remove this warning. See [2021-03-26T06:50:45.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:50:45.424Z] [2021-03-26T06:50:45.424Z] Login Succeeded [2021-03-26T06:50:45.424Z] docker.io [2021-03-26T06:50:45.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:50:46.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:50:46.294Z] Configure a credential helper to remove this warning. See [2021-03-26T06:50:46.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:50:46.294Z] [2021-03-26T06:50:46.294Z] Login Succeeded [2021-03-26T06:50:46.294Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T06:50:46.339Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T06:50:46.906Z] ========================================================= [2021-03-26T06:50:46.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-26T06:50:46.906Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:50:47.330Z] + 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-26T06:50:47.931Z] Sending build context to Docker daemon 17.29MB [2021-03-26T06:50:48.205Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T06:50:48.205Z] Step 2/8 : FROM ${BASE} [2021-03-26T06:50:48.205Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-26T06:50:48.205Z] 5f621e34cdf4: Pulling fs layer [2021-03-26T06:50:48.205Z] a4357932f1b6: Pulling fs layer [2021-03-26T06:50:48.205Z] 18c013af1878: Pulling fs layer [2021-03-26T06:50:48.205Z] 00ac8860ef70: Pulling fs layer [2021-03-26T06:50:48.205Z] 63d7cb157983: Pulling fs layer [2021-03-26T06:50:48.205Z] b116817d02f9: Pulling fs layer [2021-03-26T06:50:48.205Z] 745a02a5169b: Pulling fs layer [2021-03-26T06:50:48.205Z] b116817d02f9: Waiting [2021-03-26T06:50:48.205Z] 745a02a5169b: Waiting [2021-03-26T06:50:48.205Z] 00ac8860ef70: Waiting [2021-03-26T06:50:48.205Z] 63d7cb157983: Waiting [2021-03-26T06:50:48.205Z] 18c013af1878: Verifying Checksum [2021-03-26T06:50:48.205Z] 18c013af1878: Download complete [2021-03-26T06:50:48.205Z] a4357932f1b6: Verifying Checksum [2021-03-26T06:50:48.205Z] a4357932f1b6: Download complete [2021-03-26T06:50:48.205Z] 63d7cb157983: Download complete [2021-03-26T06:50:48.804Z] b116817d02f9: Download complete [2021-03-26T06:50:48.804Z] 5f621e34cdf4: Verifying Checksum [2021-03-26T06:50:48.804Z] 5f621e34cdf4: Download complete [2021-03-26T06:50:49.790Z] 5f621e34cdf4: Pull complete [2021-03-26T06:50:50.407Z] a4357932f1b6: Pull complete [2021-03-26T06:50:50.685Z] 18c013af1878: Pull complete [2021-03-26T06:50:51.671Z] 745a02a5169b: Verifying Checksum [2021-03-26T06:50:51.671Z] 745a02a5169b: Download complete [2021-03-26T06:50:53.119Z] 00ac8860ef70: Verifying Checksum [2021-03-26T06:50:53.119Z] 00ac8860ef70: Download complete [2021-03-26T06:51:03.408Z] 00ac8860ef70: Pull complete [2021-03-26T06:51:03.408Z] 63d7cb157983: Pull complete [2021-03-26T06:51:03.408Z] b116817d02f9: Pull complete [2021-03-26T06:51:07.732Z] 745a02a5169b: Pull complete [2021-03-26T06:51:07.732Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-26T06:51:07.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-26T06:51:07.732Z] ---> b7e6874047d6 [2021-03-26T06:51:07.732Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T06:51:10.342Z] ---> Running in 29e8593b3947 [2021-03-26T06:51:10.342Z] Removing intermediate container 29e8593b3947 [2021-03-26T06:51:10.342Z] ---> fa944b54b14f [2021-03-26T06:51:10.342Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:51:10.613Z] ---> Running in ca8b8207aa02 [2021-03-26T06:51:12.592Z] Removing intermediate container ca8b8207aa02 [2021-03-26T06:51:12.592Z] ---> fe5d105e243f [2021-03-26T06:51:12.592Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-26T06:51:12.592Z] ---> Running in dd3846a55917 [2021-03-26T06:51:13.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:51:15.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:51:16.522Z] OK: 142 MiB in 39 packages [2021-03-26T06:51:17.518Z] Removing intermediate container dd3846a55917 [2021-03-26T06:51:17.518Z] ---> ee5c9cdafe41 [2021-03-26T06:51:17.518Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-26T06:51:17.791Z] ---> Running in 4a3d57ac1deb [2021-03-26T06:51:18.071Z] Removing intermediate container 4a3d57ac1deb [2021-03-26T06:51:18.071Z] ---> 1aadbaf216b3 [2021-03-26T06:51:18.071Z] Step 7/8 : COPY . . [2021-03-26T06:51:18.902Z] Running on prd-centos7-docker-4c-2g-31519 in /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [Pipeline] { [Pipeline] ws [2021-03-26T06:51:19.008Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-03-26T06:51:20.719Z] ---> 4bd498414b2a [2021-03-26T06:51:20.719Z] Step 8/8 : RUN go mod download [2021-03-26T06:51:20.719Z] ---> Running in d3fff2d24ffc [2021-03-26T06:51:21.733Z] using credential edgex-jenkins-ssh [2021-03-26T06:51:21.786Z] Cloning the remote Git repository [2021-03-26T06:51:21.412Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T06:51:21.489Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-03-26T06:51:21.552Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T06:51:21.552Z] > git --version # timeout=10 [2021-03-26T06:51:21.566Z] > git --version # 'git version 2.24.3' [2021-03-26T06:51:21.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:51:21.598Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:51:23.222Z] Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [2021-03-26T06:51:23.413Z] Merge succeeded, producing e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [2021-03-26T06:51:23.414Z] Checking out Revision e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 (PR-317) [2021-03-26T06:51:22.494Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T06:51:22.506Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:51:22.519Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-26T06:51:22.535Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-26T06:51:22.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:51:22.540Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T06:51:22.944Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:51:22.952Z] > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 [2021-03-26T06:51:23.105Z] > git remote # timeout=10 [2021-03-26T06:51:23.112Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T06:51:23.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:51:23.123Z] > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 [2021-03-26T06:51:23.134Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T06:51:23.146Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:51:23.151Z] > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 [2021-03-26T06:51:27.067Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-26T06:51:27.104Z] > git --version # timeout=10 [2021-03-26T06:51:27.112Z] > git --version # 'git version 2.24.3' [2021-03-26T06:51:27.122Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T06:51:28.497Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:51:28.859Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:51:29.209Z] + sudo service docker restart [2021-03-26T06:51:29.209Z] + true [2021-03-26T06:51:29.209Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T06:51:30.756Z] provisioning config files... [2021-03-26T06:51:30.788Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config2086689690279339911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:51:31.234Z] ---> docker-login.sh [2021-03-26T06:51:31.234Z] nexus3.edgexfoundry.org:10001 [2021-03-26T06:51:31.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:51:31.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:51:31.501Z] Configure a credential helper to remove this warning. See [2021-03-26T06:51:31.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:51:31.501Z] [2021-03-26T06:51:31.769Z] Login Succeeded [2021-03-26T06:51:31.769Z] nexus3.edgexfoundry.org:10002 [2021-03-26T06:51:31.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:51:31.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:51:31.769Z] Configure a credential helper to remove this warning. See [2021-03-26T06:51:31.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:51:31.769Z] [2021-03-26T06:51:31.769Z] Login Succeeded [2021-03-26T06:51:31.769Z] nexus3.edgexfoundry.org:10003 [2021-03-26T06:51:32.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:51:32.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:51:32.034Z] Configure a credential helper to remove this warning. See [2021-03-26T06:51:32.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:51:32.034Z] [2021-03-26T06:51:32.034Z] Login Succeeded [2021-03-26T06:51:32.034Z] nexus3.edgexfoundry.org:10004 [2021-03-26T06:51:32.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:51:32.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:51:32.308Z] Configure a credential helper to remove this warning. See [2021-03-26T06:51:32.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:51:32.308Z] [2021-03-26T06:51:32.308Z] Login Succeeded [2021-03-26T06:51:32.308Z] docker.io [2021-03-26T06:51:32.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:51:32.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:51:32.838Z] Configure a credential helper to remove this warning. See [2021-03-26T06:51:32.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:51:32.838Z] [2021-03-26T06:51:32.838Z] Login Succeeded [2021-03-26T06:51:32.838Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T06:51:32.864Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T06:51:33.446Z] ========================================================= [2021-03-26T06:51:33.446Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-26T06:51:33.446Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:51:33.838Z] + 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-26T06:51:34.106Z] Sending build context to Docker daemon 17.29MB [2021-03-26T06:51:34.106Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T06:51:34.106Z] Step 2/8 : FROM ${BASE} [2021-03-26T06:51:34.373Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-26T06:51:34.373Z] 188c0c94c7c5: Pulling fs layer [2021-03-26T06:51:34.373Z] 0ef7d3d256c8: Pulling fs layer [2021-03-26T06:51:34.373Z] de9db76c5a1d: Pulling fs layer [2021-03-26T06:51:34.373Z] bca2f99d35d6: Pulling fs layer [2021-03-26T06:51:34.373Z] 93359f2a8cfa: Pulling fs layer [2021-03-26T06:51:34.373Z] 7c6f9722023f: Pulling fs layer [2021-03-26T06:51:34.373Z] a35cf1a2eb13: Pulling fs layer [2021-03-26T06:51:34.373Z] 93359f2a8cfa: Waiting [2021-03-26T06:51:34.373Z] 7c6f9722023f: Waiting [2021-03-26T06:51:34.373Z] a35cf1a2eb13: Waiting [2021-03-26T06:51:34.373Z] bca2f99d35d6: Waiting [2021-03-26T06:51:34.373Z] de9db76c5a1d: Download complete [2021-03-26T06:51:34.373Z] 0ef7d3d256c8: Verifying Checksum [2021-03-26T06:51:34.373Z] 0ef7d3d256c8: Download complete [2021-03-26T06:51:34.373Z] 93359f2a8cfa: Verifying Checksum [2021-03-26T06:51:34.373Z] 93359f2a8cfa: Download complete [2021-03-26T06:51:34.373Z] 188c0c94c7c5: Verifying Checksum [2021-03-26T06:51:34.373Z] 188c0c94c7c5: Download complete [2021-03-26T06:51:34.373Z] 7c6f9722023f: Verifying Checksum [2021-03-26T06:51:34.373Z] 7c6f9722023f: Download complete [2021-03-26T06:51:34.641Z] 188c0c94c7c5: Pull complete [2021-03-26T06:51:34.908Z] 0ef7d3d256c8: Pull complete [2021-03-26T06:51:34.908Z] de9db76c5a1d: Pull complete [2021-03-26T06:51:36.867Z] a35cf1a2eb13: Verifying Checksum [2021-03-26T06:51:36.867Z] a35cf1a2eb13: Download complete [2021-03-26T06:51:37.132Z] bca2f99d35d6: Verifying Checksum [2021-03-26T06:51:37.132Z] bca2f99d35d6: Download complete [2021-03-26T06:51:42.482Z] bca2f99d35d6: Pull complete [2021-03-26T06:51:42.482Z] 93359f2a8cfa: Pull complete [2021-03-26T06:51:42.750Z] 7c6f9722023f: Pull complete [2021-03-26T06:51:48.110Z] a35cf1a2eb13: Pull complete [2021-03-26T06:51:48.110Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-26T06:51:48.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-26T06:51:48.110Z] ---> a62c8e92a672 [2021-03-26T06:51:48.110Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T06:51:48.110Z] ---> Running in 643e012f62f0 [2021-03-26T06:51:48.110Z] Removing intermediate container 643e012f62f0 [2021-03-26T06:51:48.110Z] ---> 769049eaa0a7 [2021-03-26T06:51:48.110Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:51:48.110Z] ---> Running in e720e1088db9 [2021-03-26T06:51:49.060Z] Removing intermediate container e720e1088db9 [2021-03-26T06:51:49.060Z] ---> ddfb858cd7f8 [2021-03-26T06:51:49.060Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-26T06:51:49.060Z] ---> Running in 238743cc1d4d [2021-03-26T06:51:49.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:51:51.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:51:52.442Z] OK: 166 MiB in 39 packages [2021-03-26T06:51:53.020Z] Removing intermediate container 238743cc1d4d [2021-03-26T06:51:53.020Z] ---> 42bcf32fe668 [2021-03-26T06:51:53.020Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-26T06:51:53.020Z] ---> Running in 6db10cca2553 [2021-03-26T06:51:53.020Z] Removing intermediate container 6db10cca2553 [2021-03-26T06:51:53.020Z] ---> 05bc09992586 [2021-03-26T06:51:53.020Z] Step 7/8 : COPY . . [2021-03-26T06:51:53.067Z] Removing intermediate container d3fff2d24ffc [2021-03-26T06:51:53.067Z] ---> b5f8a5cd22c1 [2021-03-26T06:51:53.067Z] Successfully built b5f8a5cd22c1 [2021-03-26T06:51:53.067Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:51:53.441Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T06:51:53.441Z] . [Pipeline] withDockerContainer [2021-03-26T06:51:53.745Z] prd-ubuntu18.04-docker-arm64-4c-16g-31518 does not seem to be running inside a container [2021-03-26T06:51:53.802Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-03-26T06:51:55.211Z] $ docker top 8ff5c86f9af7cc7b2193fa8336308e995fb7ee219c3ec1899273b9d0ea8b89d7 -eo pid,comm [2021-03-26T06:51:55.586Z] ---> 8b1608584558 [2021-03-26T06:51:55.586Z] Step 8/8 : RUN go mod download [2021-03-26T06:51:55.586Z] ---> Running in 8fd160bb9a24 [Pipeline] { [Pipeline] sh [2021-03-26T06:51:56.369Z] + go version [2021-03-26T06:51:56.369Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-26T06:51:56.381Z] $ docker stop --time=1 8ff5c86f9af7cc7b2193fa8336308e995fb7ee219c3ec1899273b9d0ea8b89d7 [2021-03-26T06:51:58.206Z] $ docker rm -f 8ff5c86f9af7cc7b2193fa8336308e995fb7ee219c3ec1899273b9d0ea8b89d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:51:59.502Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T06:51:59.502Z] . [Pipeline] withDockerContainer [2021-03-26T06:51:59.779Z] prd-ubuntu18.04-docker-arm64-4c-16g-31518 does not seem to be running inside a container [2021-03-26T06:51:59.835Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-03-26T06:52:01.279Z] $ docker top 92364564e278a590e97a561d646076708235bc11321564487a74fb406216c538 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:52:02.339Z] + make test [2021-03-26T06:52:02.339Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-26T06:52:03.787Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-26T06:52:27.799Z] Removing intermediate container 8fd160bb9a24 [2021-03-26T06:52:27.799Z] ---> 117ea726ae5b [2021-03-26T06:52:27.799Z] Successfully built 117ea726ae5b [2021-03-26T06:52:27.799Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:52:28.164Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T06:52:28.164Z] . [Pipeline] withDockerContainer [2021-03-26T06:52:28.324Z] prd-centos7-docker-4c-2g-31519 does not seem to be running inside a container [2021-03-26T06:52:28.379Z] $ 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-26T06:52:29.297Z] $ docker top f92a28a1c94d4efa962de464020eab04aa71787d22a1a56a049ac12d21c010aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:52:29.843Z] + go version [2021-03-26T06:52:29.843Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-26T06:52:29.875Z] $ docker stop --time=1 f92a28a1c94d4efa962de464020eab04aa71787d22a1a56a049ac12d21c010aa [2021-03-26T06:52:31.213Z] $ docker rm -f f92a28a1c94d4efa962de464020eab04aa71787d22a1a56a049ac12d21c010aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:52:32.324Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T06:52:32.324Z] . [Pipeline] withDockerContainer [2021-03-26T06:52:32.470Z] prd-centos7-docker-4c-2g-31519 does not seem to be running inside a container [2021-03-26T06:52:32.521Z] $ 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-26T06:52:33.242Z] $ docker top bf664932243a5acd8d2be50de1eec6da5d8b02f6665235de2ff2d947fc0e3329 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:52:33.818Z] + make test [2021-03-26T06:52:33.818Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-26T06:52:35.237Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-26T06:52:36.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-26T06:52:36.167Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-26T06:52:38.144Z] $ docker stop --time=1 92364564e278a590e97a561d646076708235bc11321564487a74fb406216c538 [2021-03-26T06:52:40.309Z] $ docker rm -f 92364564e278a590e97a561d646076708235bc11321564487a74fb406216c538 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T06:52:41.302Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-26T06:52:42.136Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T06:52:45.297Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-26T06:52:45.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-26T06:52:45.412Z] GO111MODULE=on go vet ./... [2021-03-26T06:52:45.652Z] + ls -al . [2021-03-26T06:52:45.652Z] total 124 [2021-03-26T06:52:45.652Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 06:52 . [2021-03-26T06:52:45.652Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 06:50 .. [2021-03-26T06:52:45.652Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 26 06:50 .git [2021-03-26T06:52:45.652Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 06:50 .github [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 26 06:50 .gitignore [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 26 06:50 CONTRIBUTING.md [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 26 06:50 Dockerfile [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 26 06:50 Dockerfile.build [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 26 06:50 Jenkinsfile [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 26 06:50 LICENSE [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 26 06:50 Makefile [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 26 06:50 README.md [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 26 06:48 VERSION [2021-03-26T06:52:45.652Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 26 06:50 assets [2021-03-26T06:52:45.652Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 06:50 bin [2021-03-26T06:52:45.652Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 26 06:50 cmd [2021-03-26T06:52:45.652Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 26 06:52 coverage.out [2021-03-26T06:52:45.652Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 06:50 docs [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 26 06:50 go.mod [2021-03-26T06:52:45.652Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 26 06:52 go.sum [2021-03-26T06:52:45.652Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 06:50 internal [2021-03-26T06:52:45.652Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 26 06:50 version.go [2021-03-26T06:52:45.652Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 06:50 web [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:52:46.043Z] + 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=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 --label arch=arm64 --label version=0.0.0 . [2021-03-26T06:52:46.640Z] Sending build context to Docker daemon 17.32MB [Pipeline] } [2021-03-26T06:52:46.862Z] $ docker stop --time=1 bf664932243a5acd8d2be50de1eec6da5d8b02f6665235de2ff2d947fc0e3329 [2021-03-26T06:52:46.912Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T06:52:46.912Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-26T06:52:46.912Z] ---> b5f8a5cd22c1 [2021-03-26T06:52:46.912Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-26T06:52:47.183Z] ---> Running in cabba3315fcc [2021-03-26T06:52:47.780Z] Removing intermediate container cabba3315fcc [2021-03-26T06:52:47.780Z] ---> 32cf13afa711 [2021-03-26T06:52:47.780Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-26T06:52:47.780Z] ---> Running in afdaa168019e [2021-03-26T06:52:48.375Z] Removing intermediate container afdaa168019e [2021-03-26T06:52:48.375Z] ---> 84f80ff61f41 [2021-03-26T06:52:48.375Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-26T06:52:48.375Z] ---> Running in 20ada311aa3f [2021-03-26T06:52:48.650Z] $ docker rm -f bf664932243a5acd8d2be50de1eec6da5d8b02f6665235de2ff2d947fc0e3329 [2021-03-26T06:52:48.973Z] Removing intermediate container 20ada311aa3f [2021-03-26T06:52:48.973Z] ---> 6e5037247463 [2021-03-26T06:52:48.973Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-26T06:52:48.973Z] ---> Running in 69149ae54a04 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T06:52:49.376Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-26T06:52:49.417Z] Warning: overwriting stash ‘coverage-report’ [2021-03-26T06:52:49.569Z] Removing intermediate container 69149ae54a04 [2021-03-26T06:52:49.569Z] ---> 2369ffa73d99 [2021-03-26T06:52:49.569Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-26T06:52:49.569Z] ---> Running in 129f6d69f4c1 [2021-03-26T06:52:49.760Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-26T06:52:50.169Z] Removing intermediate container 129f6d69f4c1 [2021-03-26T06:52:50.169Z] ---> db11ab3070af [2021-03-26T06:52:50.169Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:52:50.169Z] ---> Running in 5a784dde8e8b [Pipeline] sh [2021-03-26T06:52:50.581Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-26T06:52:50.907Z] + ls -al . [2021-03-26T06:52:50.907Z] total 92 [2021-03-26T06:52:50.907Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 26 06:52 . [2021-03-26T06:52:50.907Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 26 06:51 .. [2021-03-26T06:52:50.907Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 26 06:51 assets [2021-03-26T06:52:50.907Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 26 06:51 bin [2021-03-26T06:52:50.907Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 26 06:51 cmd [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 26 06:51 CONTRIBUTING.md [2021-03-26T06:52:50.907Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 26 06:52 coverage.out [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 26 06:51 Dockerfile [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 26 06:51 Dockerfile.build [2021-03-26T06:52:50.907Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 26 06:51 docs [2021-03-26T06:52:50.907Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 26 06:51 .git [2021-03-26T06:52:50.907Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 26 06:51 .github [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 26 06:51 .gitignore [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 26 06:51 go.mod [2021-03-26T06:52:50.907Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 26 06:52 go.sum [2021-03-26T06:52:50.907Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 26 06:51 internal [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 26 06:51 Jenkinsfile [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 26 06:51 LICENSE [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 26 06:51 Makefile [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 26 06:51 README.md [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 26 06:48 VERSION [2021-03-26T06:52:50.907Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 26 06:51 version.go [2021-03-26T06:52:50.907Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 26 06:51 web [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:52:51.247Z] + 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=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 --label arch=amd64 --label version=0.0.0 . [2021-03-26T06:52:51.510Z] Sending build context to Docker daemon 17.32MB [2021-03-26T06:52:51.510Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T06:52:51.510Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-26T06:52:51.510Z] ---> 117ea726ae5b [2021-03-26T06:52:51.510Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-26T06:52:52.086Z] ---> Running in 38ec46c9c678 [2021-03-26T06:52:52.143Z] Removing intermediate container 5a784dde8e8b [2021-03-26T06:52:52.144Z] ---> b9482c8aee60 [2021-03-26T06:52:52.144Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-26T06:52:52.357Z] Removing intermediate container 38ec46c9c678 [2021-03-26T06:52:52.357Z] ---> dea59ff0ecb0 [2021-03-26T06:52:52.357Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-26T06:52:52.357Z] ---> Running in 87d9fe34b49a [2021-03-26T06:52:52.416Z] ---> Running in 21eae3b43d61 [2021-03-26T06:52:52.622Z] Removing intermediate container 87d9fe34b49a [2021-03-26T06:52:52.622Z] ---> 1ed63a8f30e6 [2021-03-26T06:52:52.622Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-26T06:52:52.622Z] ---> Running in 88b2c8d7e77e [2021-03-26T06:52:52.889Z] Removing intermediate container 88b2c8d7e77e [2021-03-26T06:52:52.889Z] ---> 335a6e9579b4 [2021-03-26T06:52:52.889Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-26T06:52:52.889Z] ---> Running in effd6c4ab923 [2021-03-26T06:52:53.152Z] Removing intermediate container effd6c4ab923 [2021-03-26T06:52:53.152Z] ---> 21fc4212b049 [2021-03-26T06:52:53.152Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-26T06:52:53.152Z] ---> Running in ad90926da371 [2021-03-26T06:52:53.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:52:53.415Z] Removing intermediate container ad90926da371 [2021-03-26T06:52:53.415Z] ---> 054ad36bf257 [2021-03-26T06:52:53.415Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:52:53.415Z] ---> Running in 864124ea9900 [2021-03-26T06:52:54.818Z] Removing intermediate container 864124ea9900 [2021-03-26T06:52:54.818Z] ---> 87e90c632012 [2021-03-26T06:52:54.818Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-26T06:52:54.818Z] ---> Running in 62078778a5a8 [2021-03-26T06:52:55.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:52:55.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:52:56.333Z] OK: 142 MiB in 39 packages [2021-03-26T06:52:57.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:52:57.767Z] Removing intermediate container 21eae3b43d61 [2021-03-26T06:52:57.767Z] ---> df849e1020f8 [2021-03-26T06:52:57.767Z] Step 10/24 : ENV GO111MODULE=on [2021-03-26T06:52:57.767Z] ---> Running in 8be4e81622ab [2021-03-26T06:52:57.961Z] OK: 166 MiB in 39 packages [2021-03-26T06:52:58.039Z] Removing intermediate container 8be4e81622ab [2021-03-26T06:52:58.039Z] ---> d3afcc892108 [2021-03-26T06:52:58.039Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-26T06:52:58.313Z] ---> Running in 01ebc653d4fe [2021-03-26T06:52:58.549Z] Removing intermediate container 62078778a5a8 [2021-03-26T06:52:58.549Z] ---> 298f69489c76 [2021-03-26T06:52:58.549Z] Step 10/24 : ENV GO111MODULE=on [2021-03-26T06:52:58.549Z] ---> Running in 6a7c60dd82a3 [2021-03-26T06:52:58.817Z] Removing intermediate container 6a7c60dd82a3 [2021-03-26T06:52:58.817Z] ---> d23a3a6eeac7 [2021-03-26T06:52:58.817Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-26T06:52:58.817Z] ---> Running in e6a917da4e90 [2021-03-26T06:52:58.916Z] Removing intermediate container 01ebc653d4fe [2021-03-26T06:52:58.917Z] ---> dd80a2fbd13b [2021-03-26T06:52:58.917Z] Step 12/24 : COPY go.mod . [2021-03-26T06:52:59.097Z] Removing intermediate container e6a917da4e90 [2021-03-26T06:52:59.098Z] ---> b9a1b9773be1 [2021-03-26T06:52:59.098Z] Step 12/24 : COPY go.mod . [2021-03-26T06:52:59.098Z] ---> e515a13f4d01 [2021-03-26T06:52:59.098Z] Step 13/24 : COPY Makefile . [2021-03-26T06:52:59.362Z] ---> 71b41e89b862 [2021-03-26T06:52:59.362Z] Step 14/24 : RUN make update [2021-03-26T06:52:59.514Z] ---> c469c08d3dcb [2021-03-26T06:52:59.514Z] Step 13/24 : COPY Makefile . [2021-03-26T06:52:59.629Z] ---> Running in b2778a33289d [2021-03-26T06:52:59.907Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-26T06:53:00.110Z] ---> 973d20411d0c [2021-03-26T06:53:00.110Z] Step 14/24 : RUN make update [2021-03-26T06:53:00.383Z] ---> Running in 48583d038c56 [2021-03-26T06:53:00.482Z] Removing intermediate container b2778a33289d [2021-03-26T06:53:00.482Z] ---> 7fa14fc764b0 [2021-03-26T06:53:00.482Z] Step 15/24 : COPY . . [2021-03-26T06:53:01.374Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-26T06:53:02.417Z] ---> 0ec764a3c84f [2021-03-26T06:53:02.417Z] Step 16/24 : RUN ${MAKE} [2021-03-26T06:53:02.417Z] ---> Running in 5b647e32719c [2021-03-26T06:53:02.686Z] 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-26T06:53:02.816Z] Removing intermediate container 48583d038c56 [2021-03-26T06:53:02.817Z] ---> eb2a909ebc6e [2021-03-26T06:53:02.817Z] Step 15/24 : COPY . . [2021-03-26T06:53:04.782Z] ---> 6e274dac721d [2021-03-26T06:53:04.782Z] Step 16/24 : RUN ${MAKE} [2021-03-26T06:53:05.054Z] ---> Running in 42903a97aa93 [2021-03-26T06:53:06.028Z] 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-26T06:53:12.877Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-26T06:53:16.206Z] Removing intermediate container 5b647e32719c [2021-03-26T06:53:16.206Z] ---> 84d68d5fcfa6 [2021-03-26T06:53:16.206Z] Step 17/24 : FROM alpine:3.12 [2021-03-26T06:53:16.784Z] 3.12: Pulling from library/alpine [2021-03-26T06:53:16.784Z] 22599d3e9e25: Pulling fs layer [2021-03-26T06:53:17.048Z] 22599d3e9e25: Verifying Checksum [2021-03-26T06:53:17.048Z] 22599d3e9e25: Download complete [2021-03-26T06:53:17.313Z] 22599d3e9e25: Pull complete [2021-03-26T06:53:17.313Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T06:53:17.313Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T06:53:17.313Z] ---> 42cb162f0360 [2021-03-26T06:53:17.313Z] Step 18/24 : EXPOSE 4000 [2021-03-26T06:53:17.579Z] ---> Running in 2fb028138155 [2021-03-26T06:53:17.579Z] Removing intermediate container 2fb028138155 [2021-03-26T06:53:17.579Z] ---> 23b7990e5758 [2021-03-26T06:53:17.579Z] 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-26T06:53:18.542Z] ---> e36904504dff [2021-03-26T06:53:18.542Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-26T06:53:18.807Z] ---> Running in 0150d89d5297 [2021-03-26T06:53:18.807Z] Removing intermediate container 0150d89d5297 [2021-03-26T06:53:18.807Z] ---> 426b1c42fc0e [2021-03-26T06:53:18.807Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-26T06:53:19.070Z] ---> Running in 177945228b96 [2021-03-26T06:53:19.070Z] Removing intermediate container 177945228b96 [2021-03-26T06:53:19.070Z] ---> 132e560ff0e7 [2021-03-26T06:53:19.070Z] Step 22/24 : LABEL arch=amd64 [2021-03-26T06:53:19.332Z] ---> Running in fc460774fb66 [2021-03-26T06:53:19.332Z] Removing intermediate container fc460774fb66 [2021-03-26T06:53:19.332Z] ---> dab23e2017b1 [2021-03-26T06:53:19.332Z] Step 23/24 : LABEL git_sha=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [2021-03-26T06:53:19.594Z] ---> Running in 8cbdc018f1e3 [2021-03-26T06:53:19.594Z] Removing intermediate container 8cbdc018f1e3 [2021-03-26T06:53:19.594Z] ---> 30f181d76a15 [2021-03-26T06:53:19.594Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T06:53:19.594Z] ---> Running in cc84c45b8c78 [2021-03-26T06:53:19.857Z] Removing intermediate container cc84c45b8c78 [2021-03-26T06:53:19.857Z] ---> 16077cb0ce6e [2021-03-26T06:53:19.857Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-26T06:53:19.857Z] Successfully built 16077cb0ce6e [2021-03-26T06:53:19.857Z] 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-26T06:53:21.323Z] ---> job-cost.sh [2021-03-26T06:53:21.324Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W9EK [2021-03-26T06:53:32.890Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-26T06:53:37.188Z] Removing intermediate container 42903a97aa93 [2021-03-26T06:53:37.188Z] ---> a15d14eb23a4 [2021-03-26T06:53:37.188Z] Step 17/24 : FROM alpine:3.12 [2021-03-26T06:53:37.457Z] 3.12: Pulling from library/alpine [2021-03-26T06:53:37.457Z] 95dec6db3722: Pulling fs layer [2021-03-26T06:53:37.730Z] 95dec6db3722: Verifying Checksum [2021-03-26T06:53:38.324Z] 95dec6db3722: Pull complete [2021-03-26T06:53:38.324Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T06:53:38.324Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T06:53:38.324Z] ---> e47305ac9786 [2021-03-26T06:53:38.324Z] Step 18/24 : EXPOSE 4000 [2021-03-26T06:53:38.597Z] ---> Running in 0369482a12e7 [2021-03-26T06:53:39.192Z] Removing intermediate container 0369482a12e7 [2021-03-26T06:53:39.192Z] ---> 00a1d2248aad [2021-03-26T06:53:39.192Z] 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-26T06:53:39.503Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T06:53:41.162Z] ---> 47ebe20a13ca [2021-03-26T06:53:41.162Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-26T06:53:41.162Z] ---> Running in 2e95166a0d5f [2021-03-26T06:53:41.435Z] Removing intermediate container 2e95166a0d5f [2021-03-26T06:53:41.435Z] ---> b1dc7afd4575 [2021-03-26T06:53:41.435Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-26T06:53:41.709Z] ---> Running in cca715f7ffba [2021-03-26T06:53:41.983Z] Removing intermediate container cca715f7ffba [2021-03-26T06:53:41.983Z] ---> 08f2357d8e0f [2021-03-26T06:53:41.983Z] Step 22/24 : LABEL arch=arm64 [2021-03-26T06:53:42.255Z] ---> Running in 6043a3f4d723 [2021-03-26T06:53:42.529Z] Removing intermediate container 6043a3f4d723 [2021-03-26T06:53:42.529Z] ---> a41d751eb7f3 [2021-03-26T06:53:42.529Z] Step 23/24 : LABEL git_sha=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [2021-03-26T06:53:42.806Z] ---> Running in e22f27f3aa3c [2021-03-26T06:53:43.083Z] Removing intermediate container e22f27f3aa3c [2021-03-26T06:53:43.083Z] ---> fd390d8422cd [2021-03-26T06:53:43.083Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T06:53:43.358Z] ---> Running in ead381959294 [2021-03-26T06:53:43.633Z] Removing intermediate container ead381959294 [2021-03-26T06:53:43.633Z] ---> 63ff26692858 [2021-03-26T06:53:43.633Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-26T06:53:43.908Z] Successfully built 63ff26692858 [2021-03-26T06:53:43.909Z] 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-26T06:53:44.997Z] ---> job-cost.sh [2021-03-26T06:53:44.997Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0Z2V [2021-03-26T06:54:06.166Z] lf-activate-venv(): INFO: Adding /tmp/venv-W9EK/bin to PATH [2021-03-26T06:54:06.166Z] INFO: No Stack... [2021-03-26T06:54:07.207Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T06:54:08.196Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T06:54:08.549Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-03-26T06:54:08.549Z] + cut -d, -f6 [Pipeline] lock [2021-03-26T06:54:08.666Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [2021-03-26T06:54:08.674Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] did not exist. Created. [2021-03-26T06:54:08.674Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T06:54:09.179Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-26T06:54:09.364Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T06:54:09.384Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-26T06:54:23.938Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T06:55:45.666Z] lf-activate-venv(): INFO: Adding /tmp/venv-0Z2V/bin to PATH [2021-03-26T06:55:45.666Z] INFO: No Stack... [2021-03-26T06:55:47.091Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-26T06:55:48.059Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T06:55:48.414Z] + cut -d, -f6 [2021-03-26T06:55:48.414Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2021-03-26T06:55:48.572Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [2021-03-26T06:55:48.579Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] did not exist. Created. [2021-03-26T06:55:48.579Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T06:55:49.100Z] /w/workspace/edgex-ui-go/1@tmp/durable-1d698cf3/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-1d698cf3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-26T06:55:49.488Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-26T06:55:49.537Z] Warning: overwriting stash ‘stack-cost’ [2021-03-26T06:55:49.853Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T06:55:49.890Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-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-26T06:55:51.953Z] provisioning config files... [2021-03-26T06:55:51.963Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/config6501179875259981081tmp [Pipeline] { [Pipeline] sh [2021-03-26T06:55:52.386Z] + set +x [2021-03-26T06:55:52.386Z] + curl -s https://codecov.io/bash [2021-03-26T06:55:52.386Z] + bash -s -- [2021-03-26T06:55:52.648Z] [2021-03-26T06:55:52.648Z] _____ _ [2021-03-26T06:55:52.648Z] / ____| | | [2021-03-26T06:55:52.648Z] | | ___ __| | ___ ___ _____ __ [2021-03-26T06:55:52.648Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-26T06:55:52.648Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-26T06:55:52.648Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-26T06:55:52.648Z] Bash-20210309-2b87ace [2021-03-26T06:55:52.648Z] [2021-03-26T06:55:52.648Z] [2021-03-26T06:55:52.648Z] ==> git version 2.24.3 found [2021-03-26T06:55:52.649Z] ==> 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-26T06:55:52.649Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-26T06:55:52.649Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-26T06:55:52.649Z] ==> Jenkins CI detected. [2021-03-26T06:55:52.649Z] project root: . [2021-03-26T06:55:52.649Z] --> token set from env [2021-03-26T06:55:52.649Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-26T06:55:52.649Z] ==> Running gcov in . (disable via -X gcov) [2021-03-26T06:55:52.649Z] ==> Python coveragepy not found [2021-03-26T06:55:52.649Z] ==> Searching for coverage reports in: [2021-03-26T06:55:52.649Z] + . [2021-03-26T06:55:52.649Z] -> Found 1 reports [2021-03-26T06:55:52.649Z] ==> Detecting git/mercurial file structure [2021-03-26T06:55:52.649Z] ==> Reading reports [2021-03-26T06:55:52.649Z] + ./coverage.out bytes=10 [2021-03-26T06:55:52.649Z] ==> Appending adjustments [2021-03-26T06:55:52.649Z] https://docs.codecov.io/docs/fixing-reports [2021-03-26T06:55:52.911Z] + Found adjustments [2021-03-26T06:55:52.911Z] ==> Gzipping contents [2021-03-26T06:55:52.911Z] 4.0K /tmp/codecov.AJAD6L.gz [2021-03-26T06:55:52.911Z] ==> Uploading reports [2021-03-26T06:55:52.911Z] url: https://codecov.io [2021-03-26T06:55:52.911Z] query: branch=PR-317&commit=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-317%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=317&job=&cmd_args= [2021-03-26T06:55:52.911Z] -> Pinging Codecov [2021-03-26T06:55:52.912Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-317&commit=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-317%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=317&job=&cmd_args= [2021-03-26T06:55:53.176Z] -> Uploading to [2021-03-26T06:55:53.176Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-26/FB506323287CE973F263BFD2A0EB1F37/e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164/502605d2-abf7-44d3-9a8a-9fdc1c1a8f3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210326%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210326T065553Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c2a5952df5b3fa4aa92cb23fa24ded41be6083cf44dd9010e82614302f5c8216 [2021-03-26T06:55:53.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-26T06:55:53.176Z] Dload Upload Total Spent Left Speed [2021-03-26T06:55:53.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 7427 --:--:-- --:--:-- --:--:-- 7439 [2021-03-26T06:55:53.750Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [Pipeline] } [2021-03-26T06:55:53.779Z] 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-26T06:55:56.974Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:55:57.596Z] ---> package-listing.sh [2021-03-26T06:55:57.596Z] ++ facter osfamily [2021-03-26T06:55:57.596Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-26T06:55:57.596Z] + OS_FAMILY=redhat [2021-03-26T06:55:57.596Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-317 [2021-03-26T06:55:57.596Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-26T06:55:57.596Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-26T06:55:57.596Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-26T06:55:57.596Z] + PACKAGES=/tmp/packages_start.txt [2021-03-26T06:55:57.596Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-317 ']' [2021-03-26T06:55:57.596Z] + PACKAGES=/tmp/packages_end.txt [2021-03-26T06:55:57.596Z] + case "${OS_FAMILY}" in [2021-03-26T06:55:57.596Z] + rpm -qa [2021-03-26T06:55:57.596Z] + sort [2021-03-26T06:56:02.899Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-26T06:56:02.899Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-26T06:56:02.899Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-26T06:56:02.899Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-317 ']' [2021-03-26T06:56:02.899Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-317/archives/ [2021-03-26T06:56:02.899Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-317/archives/ [Pipeline] echo [2021-03-26T06:56:02.938Z] 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-317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-26T06:56:03.248Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:56:03.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T06:56:03.608Z] [2021-03-26T06:56:03.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:56:04.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T06:56:04.004Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-26T06:56:04.004Z] df20fa9351a1: Pulling fs layer [2021-03-26T06:56:04.004Z] 36b3adc4ff6f: Pulling fs layer [2021-03-26T06:56:04.004Z] 8ad3a11d3b57: Pulling fs layer [2021-03-26T06:56:04.004Z] 46f8f816bc3b: Pulling fs layer [2021-03-26T06:56:04.004Z] 93b61091891f: Pulling fs layer [2021-03-26T06:56:04.004Z] 93b9cdb0e59b: Pulling fs layer [2021-03-26T06:56:04.004Z] 5e14af77c1be: Pulling fs layer [2021-03-26T06:56:04.004Z] 01666e4c0597: Pulling fs layer [2021-03-26T06:56:04.004Z] aa168da1d23b: Pulling fs layer [2021-03-26T06:56:04.004Z] 93b9cdb0e59b: Waiting [2021-03-26T06:56:04.004Z] 01666e4c0597: Waiting [2021-03-26T06:56:04.004Z] 5e14af77c1be: Waiting [2021-03-26T06:56:04.004Z] aa168da1d23b: Waiting [2021-03-26T06:56:04.004Z] 46f8f816bc3b: Waiting [2021-03-26T06:56:04.004Z] 93b61091891f: Waiting [2021-03-26T06:56:04.004Z] 36b3adc4ff6f: Verifying Checksum [2021-03-26T06:56:04.004Z] 36b3adc4ff6f: Download complete [2021-03-26T06:56:04.004Z] 46f8f816bc3b: Verifying Checksum [2021-03-26T06:56:04.004Z] 46f8f816bc3b: Download complete [2021-03-26T06:56:04.004Z] df20fa9351a1: Verifying Checksum [2021-03-26T06:56:04.267Z] 93b61091891f: Verifying Checksum [2021-03-26T06:56:04.267Z] 93b61091891f: Download complete [2021-03-26T06:56:04.267Z] 5e14af77c1be: Verifying Checksum [2021-03-26T06:56:04.267Z] 5e14af77c1be: Download complete [2021-03-26T06:56:04.267Z] 01666e4c0597: Verifying Checksum [2021-03-26T06:56:04.267Z] 01666e4c0597: Download complete [2021-03-26T06:56:04.267Z] 8ad3a11d3b57: Verifying Checksum [2021-03-26T06:56:04.267Z] 8ad3a11d3b57: Download complete [2021-03-26T06:56:04.532Z] df20fa9351a1: Pull complete [2021-03-26T06:56:04.532Z] 36b3adc4ff6f: Pull complete [2021-03-26T06:56:06.475Z] 8ad3a11d3b57: Pull complete [2021-03-26T06:56:06.475Z] aa168da1d23b: Verifying Checksum [2021-03-26T06:56:06.475Z] aa168da1d23b: Download complete [2021-03-26T06:56:06.743Z] 46f8f816bc3b: Pull complete [2021-03-26T06:56:07.007Z] 93b61091891f: Pull complete [2021-03-26T06:56:07.007Z] 93b9cdb0e59b: Pull complete [2021-03-26T06:56:07.271Z] 5e14af77c1be: Pull complete [2021-03-26T06:56:07.271Z] 01666e4c0597: Pull complete [2021-03-26T06:56:13.894Z] aa168da1d23b: Pull complete [2021-03-26T06:56:13.894Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-26T06:56:13.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T06:56:13.894Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-26T06:56:14.070Z] prd-centos7-docker-4c-2g-31517 does not seem to be running inside a container [2021-03-26T06:56:14.123Z] $ 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-317/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-317 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317:/w/workspace/edgexfoundry_edgex-ui-go_PR-317:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@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-26T06:56:17.317Z] $ docker top 99e61f672501b36bc12d23f004f9ea6bd13715b78f4a8ffe112f3bd90b76b175 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:56:17.909Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-26T06:56:18.229Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-26T06:56:18.542Z] + ls /var/log/sa-host [2021-03-26T06:56:18.543Z] + sadf -c /var/log/sa-host/sa23 [2021-03-26T06:56:18.543Z] file_magic: OK [2021-03-26T06:56:18.543Z] HZ: Using current value: 100 [2021-03-26T06:56:18.543Z] file_header: OK [2021-03-26T06:56:18.543Z] 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-26T06:56:18.543Z] Statistics: [2021-03-26T06:56:18.543Z] Hnuu...uuuununununu... [2021-03-26T06:56:18.543Z] File successfully converted to sysstat format version 12.2.1 [2021-03-26T06:56:18.543Z] + sadf -c /var/log/sa-host/sa26 [2021-03-26T06:56:18.543Z] file_magic: OK [2021-03-26T06:56:18.543Z] HZ: Using current value: 100 [2021-03-26T06:56:18.543Z] file_header: OK [2021-03-26T06:56:18.543Z] 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-26T06:56:18.543Z] Statistics: [2021-03-26T06:56:18.543Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-26T06:56:18.543Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-26T06:56:19.211Z] provisioning config files... [2021-03-26T06:56:19.270Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/config8071026617386290623tmp [Pipeline] { [Pipeline] echo [2021-03-26T06:56:19.435Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:56:19.810Z] ---> create-netrc.sh [Pipeline] } [2021-03-26T06:56:19.862Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-26T06:56:20.017Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:56:20.353Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-26T06:56:20.389Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:56:20.743Z] ---> sudo-logs.sh [2021-03-26T06:56:20.743Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-26T06:56:20.871Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:56:21.209Z] ---> job-cost.sh [2021-03-26T06:56:21.209Z] lf-activate-venv: SKIPPING [2021-03-26T06:56:21.209Z] DEBUG: total: 0.20999999344348907 [2021-03-26T06:56:21.209Z] INFO: Retrieving Stack Cost... [2021-03-26T06:56:22.600Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T06:56:23.172Z] INFO: Archiving Costs [Pipeline] echo [2021-03-26T06:56:23.207Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:56:23.548Z] ---> logs-deploy.sh [2021-03-26T06:56:23.548Z] lf-activate-venv: SKIPPING [2021-03-26T06:56:23.548Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-317/1 [2021-03-26T06:56:23.548Z] INFO: archiving workspace using pattern(s): [2021-03-26T06:56:25.461Z] Archives upload complete. [2021-03-26T06:56:25.461Z] INFO: archiving logs to Nexus