Pull request #298 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from afe0d46bd1de02231c9e8fc276185ce2c1d69257+d55611448001badf3f86a355cc3eabf57582dc86 (f4f1587c27209793cf6160a897823b0e76556566) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27308 in /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [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-298 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit afe0d46bd1de02231c9e8fc276185ce2c1d69257 Merge succeeded, producing afe0d46bd1de02231c9e8fc276185ce2c1d69257 Checking out Revision afe0d46bd1de02231c9e8fc276185ce2c1d69257 (PR-298) > 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/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # 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 d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 Commit message: "Merge branch 'master' into issue-#257-4" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T09:44:22.383Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T09:44:22.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T09:44:22.787Z] ========================================================= [2021-02-23T09:44:22.787Z] EdgeX Global Pipelines Version Info [2021-02-23T09:44:22.787Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:44:24.214Z] ------------------- [2021-02-23T09:44:24.214Z] stable info: [2021-02-23T09:44:24.214Z] ------------------- [2021-02-23T09:44:24.214Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T09:44:24.214Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T09:44:24.214Z] Message: update stable to v1.0.179 [2021-02-23T09:44:25.162Z] ------------------- [2021-02-23T09:44:25.162Z] experimental info: [2021-02-23T09:44:25.162Z] ------------------- [2021-02-23T09:44:25.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T09:44:25.162Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T09:44:25.162Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T09:44:25.434Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T09:44:25.527Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T09:44:25.620Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T09:44:25.714Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T09:44:25.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T09:44:25.906Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T09:44:26.007Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T09:44:26.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T09:44:26.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T09:44:26.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T09:44:26.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T09:44:26.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T09:44:26.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T09:44:26.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T09:44:26.784Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T09:44:26.879Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T09:44:26.971Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T09:44:27.074Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T09:44:27.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T09:44:27.257Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T09:44:27.349Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T09:44:27.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T09:44:27.534Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T09:44:27.625Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T09:44:27.736Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T09:44:27.830Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T09:44:27.946Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T09:44:28.034Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-298 [Pipeline] echo [2021-02-23T09:44:28.129Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-298 [Pipeline] echo [2021-02-23T09:44:28.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-298 [Pipeline] echo [2021-02-23T09:44:28.332Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = afe0d46bd1de02231c9e8fc276185ce2c1d69257 [Pipeline] echo [2021-02-23T09:44:28.442Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = afe0d46 [Pipeline] echo [2021-02-23T09:44:28.535Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:44:28.785Z] provisioning config files... [2021-02-23T09:44:28.815Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/config8855956890939482774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:44:29.171Z] ---> docker-login.sh [2021-02-23T09:44:29.171Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:44:29.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:44:29.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:44:29.693Z] Configure a credential helper to remove this warning. See [2021-02-23T09:44:29.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:44:29.693Z] [2021-02-23T09:44:29.693Z] Login Succeeded [2021-02-23T09:44:29.693Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:44:29.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:44:29.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:44:29.954Z] Configure a credential helper to remove this warning. See [2021-02-23T09:44:29.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:44:29.954Z] [2021-02-23T09:44:29.954Z] Login Succeeded [2021-02-23T09:44:29.954Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:44:29.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:44:29.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:44:29.954Z] Configure a credential helper to remove this warning. See [2021-02-23T09:44:29.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:44:29.954Z] [2021-02-23T09:44:29.954Z] Login Succeeded [2021-02-23T09:44:29.954Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:44:30.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:44:30.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:44:30.217Z] Configure a credential helper to remove this warning. See [2021-02-23T09:44:30.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:44:30.217Z] [2021-02-23T09:44:30.217Z] Login Succeeded [2021-02-23T09:44:30.217Z] docker.io [2021-02-23T09:44:30.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:44:30.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:44:30.480Z] Configure a credential helper to remove this warning. See [2021-02-23T09:44:30.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:44:30.480Z] [2021-02-23T09:44:30.480Z] Login Succeeded [2021-02-23T09:44:30.741Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T09:44:30.750Z] 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-02-23T09:44:31.575Z] + git log --format=format:%s -1 afe0d46bd1de02231c9e8fc276185ce2c1d69257 [Pipeline] echo [2021-02-23T09:44:31.637Z] GIT_COMMIT: afe0d46bd1de02231c9e8fc276185ce2c1d69257, Commit Message: Merge branch 'master' into issue-#257-4 [Pipeline] echo [2021-02-23T09:44:31.683Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:44:32.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T09:44:32.669Z] [2021-02-23T09:44:32.669Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:44:33.041Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T09:44:33.041Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T09:44:33.041Z] 31603596830f: Pulling fs layer [2021-02-23T09:44:33.041Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T09:44:33.041Z] 6ca5941a6612: Pulling fs layer [2021-02-23T09:44:33.041Z] ecc8261a40a4: Pulling fs layer [2021-02-23T09:44:33.041Z] ecc8261a40a4: Waiting [2021-02-23T09:44:33.041Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T09:44:33.041Z] 2a8b12db71e7: Download complete [2021-02-23T09:44:33.303Z] 31603596830f: Download complete [2021-02-23T09:44:33.303Z] 6ca5941a6612: Verifying Checksum [2021-02-23T09:44:33.303Z] 6ca5941a6612: Download complete [2021-02-23T09:44:33.303Z] ecc8261a40a4: Verifying Checksum [2021-02-23T09:44:33.303Z] ecc8261a40a4: Download complete [2021-02-23T09:44:33.880Z] 31603596830f: Pull complete [2021-02-23T09:44:33.880Z] 2a8b12db71e7: Pull complete [2021-02-23T09:44:34.834Z] 6ca5941a6612: Pull complete [2021-02-23T09:44:34.834Z] ecc8261a40a4: Pull complete [2021-02-23T09:44:34.834Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T09:44:34.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T09:44:34.834Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T09:44:34.935Z] prd-centos7-docker-4c-2g-27308 does not seem to be running inside a container [2021-02-23T09:44:34.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-298 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298:/w/workspace/edgexfoundry_edgex-ui-go_PR-298:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T09:44:37.262Z] $ docker top dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T09:44:37.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T09:44:37.572Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T09:44:37.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T09:44:37.771Z] $ docker exec dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent [2021-02-23T09:44:37.936Z] SSH_AUTH_SOCK=/tmp/ssh-Ncq1FpLuiDdD/agent.11 [2021-02-23T09:44:37.936Z] SSH_AGENT_PID=16 [2021-02-23T09:44:37.945Z] Running ssh-add (command line suppressed) [2021-02-23T09:44:38.063Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_8465455089147721965.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_8465455089147721965.key) [2021-02-23T09:44:38.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T09:44:38.445Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T09:44:38.469Z] $ docker exec --env ******** --env ******** dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent -k [2021-02-23T09:44:38.576Z] unset SSH_AUTH_SOCK; [2021-02-23T09:44:38.576Z] unset SSH_AGENT_PID; [2021-02-23T09:44:38.577Z] echo Agent pid 16 killed; [2021-02-23T09:44:38.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T09:44:38.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T09:44:38.755Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T09:44:38.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T09:44:38.918Z] $ docker exec dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent [2021-02-23T09:44:39.080Z] SSH_AUTH_SOCK=/tmp/ssh-j20vdwSN1Pi4/agent.45 [2021-02-23T09:44:39.080Z] SSH_AGENT_PID=50 [2021-02-23T09:44:39.087Z] Running ssh-add (command line suppressed) [2021-02-23T09:44:39.207Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_1437070354661635060.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_1437070354661635060.key) [2021-02-23T09:44:39.261Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T09:44:39.597Z] + git semver init [2021-02-23T09:44:39.597Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T09:44:39.597Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-298/.git [2021-02-23T09:44:39.597Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [2021-02-23T09:44:39.597Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T09:44:39.597Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T09:44:39.597Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T09:44:39.597Z] # $SEMVER_BRANCH = PR-298 [2021-02-23T09:44:39.597Z] # $SEMVER_TEMP = /tmp/semver-551509465 [2021-02-23T09:44:39.597Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T09:44:40.540Z] # '/tmp/semver-551509465' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-298/.semver' [2021-02-23T09:44:40.540Z] # -> Force: false [2021-02-23T09:44:40.540Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-298/.semver [Pipeline] } [2021-02-23T09:44:40.560Z] $ docker exec --env ******** --env ******** dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent -k [2021-02-23T09:44:40.674Z] unset SSH_AUTH_SOCK; [2021-02-23T09:44:40.674Z] unset SSH_AGENT_PID; [2021-02-23T09:44:40.674Z] echo Agent pid 50 killed; [2021-02-23T09:44:40.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T09:44:41.211Z] + git semver [Pipeline] } [2021-02-23T09:44:41.226Z] $ docker stop --time=1 dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de [2021-02-23T09:44:42.637Z] $ docker rm -f dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T09:44:43.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T09:44:43.662Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T09:44:43.664Z] [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-02-23T09:44:59.301Z] Still waiting to schedule task [2021-02-23T09:44:59.301Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T09:44:59.305Z] Still waiting to schedule task [2021-02-23T09:44:59.305Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T09:46:43.194Z] Running on prd-centos7-docker-4c-2g-27310 in /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [Pipeline] { [Pipeline] ws [2021-02-23T09:46:43.282Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-02-23T09:46:45.576Z] using credential edgex-jenkins-ssh [2021-02-23T09:46:45.630Z] Cloning the remote Git repository [2021-02-23T09:46:45.277Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:46:45.351Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-02-23T09:46:45.421Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:46:45.421Z] > git --version # timeout=10 [2021-02-23T09:46:45.428Z] > git --version # 'git version 2.24.3' [2021-02-23T09:46:45.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:46:45.457Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:46:47.195Z] Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit afe0d46bd1de02231c9e8fc276185ce2c1d69257 [2021-02-23T09:46:47.383Z] Merge succeeded, producing afe0d46bd1de02231c9e8fc276185ce2c1d69257 [2021-02-23T09:46:47.384Z] Checking out Revision afe0d46bd1de02231c9e8fc276185ce2c1d69257 (PR-298) [2021-02-23T09:46:46.360Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:46:46.373Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:46:46.383Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:46:46.394Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:46:46.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:46:46.398Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T09:46:46.951Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T09:46:46.960Z] > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 [2021-02-23T09:46:47.109Z] > git remote # timeout=10 [2021-02-23T09:46:47.115Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T09:46:47.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:46:47.128Z] > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T09:46:47.138Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T09:46:47.149Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T09:46:47.155Z] > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 [2021-02-23T09:46:50.897Z] Commit message: "Merge branch 'master' into issue-#257-4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T09:46:52.370Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:46:52.693Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:46:52.998Z] + true [2021-02-23T09:46:52.998Z] + sudo service docker restart [2021-02-23T09:46:52.998Z] Redirecting to /bin/systemctl restart docker.service [2021-02-23T09:46:53.338Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27309 in /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [Pipeline] { [Pipeline] ws [2021-02-23T09:46:53.422Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:46:54.006Z] provisioning config files... [2021-02-23T09:46:54.033Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config1654273511588577152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:46:54.393Z] ---> docker-login.sh [2021-02-23T09:46:54.393Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:46:54.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:46:54.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:46:54.926Z] Configure a credential helper to remove this warning. See [2021-02-23T09:46:54.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:46:54.926Z] [2021-02-23T09:46:54.926Z] Login Succeeded [2021-02-23T09:46:54.926Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:46:54.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:46:54.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:46:54.926Z] Configure a credential helper to remove this warning. See [2021-02-23T09:46:54.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:46:54.926Z] [2021-02-23T09:46:54.926Z] Login Succeeded [2021-02-23T09:46:55.188Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:46:55.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:46:55.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:46:55.188Z] Configure a credential helper to remove this warning. See [2021-02-23T09:46:55.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:46:55.188Z] [2021-02-23T09:46:55.188Z] Login Succeeded [2021-02-23T09:46:55.188Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:46:55.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:46:55.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:46:55.450Z] Configure a credential helper to remove this warning. See [2021-02-23T09:46:55.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:46:55.450Z] [2021-02-23T09:46:55.450Z] Login Succeeded [2021-02-23T09:46:55.450Z] docker.io [2021-02-23T09:46:55.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:46:55.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:46:55.713Z] Configure a credential helper to remove this warning. See [2021-02-23T09:46:55.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:46:55.713Z] [2021-02-23T09:46:55.713Z] Login Succeeded [2021-02-23T09:46:55.713Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T09:46:55.723Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T09:46:56.056Z] ========================================================= [2021-02-23T09:46:56.056Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T09:46:56.056Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:46:56.442Z] + 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-02-23T09:46:56.709Z] Sending build context to Docker daemon 17.09MB [2021-02-23T09:46:56.709Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:46:56.709Z] Step 2/8 : FROM ${BASE} [2021-02-23T09:46:56.709Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T09:46:56.709Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T09:46:56.709Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T09:46:56.709Z] de9db76c5a1d: Pulling fs layer [2021-02-23T09:46:56.709Z] bca2f99d35d6: Pulling fs layer [2021-02-23T09:46:56.709Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T09:46:56.709Z] 7c6f9722023f: Pulling fs layer [2021-02-23T09:46:56.709Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T09:46:56.709Z] 93359f2a8cfa: Waiting [2021-02-23T09:46:56.709Z] a35cf1a2eb13: Waiting [2021-02-23T09:46:56.709Z] 7c6f9722023f: Waiting [2021-02-23T09:46:56.709Z] bca2f99d35d6: Waiting [2021-02-23T09:46:56.709Z] de9db76c5a1d: Verifying Checksum [2021-02-23T09:46:56.709Z] de9db76c5a1d: Download complete [2021-02-23T09:46:56.709Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T09:46:56.709Z] 0ef7d3d256c8: Download complete [2021-02-23T09:46:56.709Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T09:46:56.709Z] 93359f2a8cfa: Download complete [2021-02-23T09:46:56.972Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T09:46:56.972Z] 188c0c94c7c5: Download complete [2021-02-23T09:46:56.972Z] 7c6f9722023f: Verifying Checksum [2021-02-23T09:46:56.972Z] 7c6f9722023f: Download complete [2021-02-23T09:46:56.972Z] 188c0c94c7c5: Pull complete [2021-02-23T09:46:57.239Z] 0ef7d3d256c8: Pull complete [2021-02-23T09:46:57.502Z] de9db76c5a1d: Pull complete [2021-02-23T09:46:58.340Z] using credential edgex-jenkins-ssh [2021-02-23T09:46:58.393Z] Cloning the remote Git repository [2021-02-23T09:46:58.445Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:46:59.435Z] a35cf1a2eb13: Download complete [2021-02-23T09:46:59.707Z] bca2f99d35d6: Verifying Checksum [2021-02-23T09:46:59.707Z] bca2f99d35d6: Download complete [2021-02-23T09:46:58.565Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-02-23T09:46:58.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:46:58.650Z] > git --version # timeout=10 [2021-02-23T09:46:58.679Z] > git --version # 'git version 2.17.1' [2021-02-23T09:46:58.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:46:58.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:47:01.031Z] Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit afe0d46bd1de02231c9e8fc276185ce2c1d69257 [2021-02-23T09:47:00.185Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:47:00.205Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:47:00.239Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:47:00.273Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:47:00.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:47:00.286Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T09:47:01.427Z] Merge succeeded, producing afe0d46bd1de02231c9e8fc276185ce2c1d69257 [2021-02-23T09:47:01.428Z] Checking out Revision afe0d46bd1de02231c9e8fc276185ce2c1d69257 (PR-298) [2021-02-23T09:47:01.048Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T09:47:01.062Z] > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 [2021-02-23T09:47:01.345Z] > git remote # timeout=10 [2021-02-23T09:47:01.361Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T09:47:01.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:47:01.386Z] > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T09:47:01.410Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T09:47:01.432Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T09:47:01.446Z] > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 [2021-02-23T09:47:05.064Z] bca2f99d35d6: Pull complete [2021-02-23T09:47:05.064Z] 93359f2a8cfa: Pull complete [2021-02-23T09:47:05.064Z] 7c6f9722023f: Pull complete [2021-02-23T09:47:06.105Z] Commit message: "Merge branch 'master' into issue-#257-4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T09:47:07.718Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:47:08.159Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:47:08.505Z] + true [2021-02-23T09:47:08.505Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:47:11.244Z] provisioning config files... [2021-02-23T09:47:11.289Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4009112596161900228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:47:11.705Z] ---> docker-login.sh [2021-02-23T09:47:11.705Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:47:12.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:47:13.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:47:13.036Z] Configure a credential helper to remove this warning. See [2021-02-23T09:47:13.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:47:13.036Z] [2021-02-23T09:47:13.036Z] Login Succeeded [2021-02-23T09:47:13.036Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:47:13.241Z] a35cf1a2eb13: Pull complete [2021-02-23T09:47:13.241Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T09:47:13.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T09:47:13.241Z] ---> a62c8e92a672 [2021-02-23T09:47:13.241Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T09:47:13.241Z] ---> Running in caa6a026b72f [2021-02-23T09:47:13.241Z] Removing intermediate container caa6a026b72f [2021-02-23T09:47:13.241Z] ---> 58a0dcbfb968 [2021-02-23T09:47:13.241Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:47:13.241Z] ---> Running in 69a1a0ab838b [2021-02-23T09:47:13.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:47:13.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:47:13.640Z] Configure a credential helper to remove this warning. See [2021-02-23T09:47:13.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:47:13.640Z] [2021-02-23T09:47:13.640Z] Login Succeeded [2021-02-23T09:47:13.640Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:47:13.821Z] Removing intermediate container 69a1a0ab838b [2021-02-23T09:47:13.821Z] ---> 2e3409b8215e [2021-02-23T09:47:13.821Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T09:47:13.821Z] ---> Running in 68398cf1a144 [2021-02-23T09:47:13.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:47:14.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:47:14.190Z] Configure a credential helper to remove this warning. See [2021-02-23T09:47:14.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:47:14.190Z] [2021-02-23T09:47:14.190Z] Login Succeeded [2021-02-23T09:47:14.190Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:47:14.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:47:14.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T09:47:14.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:47:14.786Z] Configure a credential helper to remove this warning. See [2021-02-23T09:47:14.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:47:14.786Z] [2021-02-23T09:47:14.786Z] Login Succeeded [2021-02-23T09:47:14.786Z] docker.io [2021-02-23T09:47:15.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:47:15.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:47:15.334Z] Configure a credential helper to remove this warning. See [2021-02-23T09:47:15.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:47:15.334Z] [2021-02-23T09:47:15.334Z] Login Succeeded [2021-02-23T09:47:15.334Z] ---> docker-login.sh ends [2021-02-23T09:47:15.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [2021-02-23T09:47:15.352Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T09:47:15.768Z] ========================================================= [2021-02-23T09:47:15.768Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T09:47:15.768Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:47:15.916Z] OK: 166 MiB in 39 packages [2021-02-23T09:47:16.150Z] + 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-02-23T09:47:16.492Z] Removing intermediate container 68398cf1a144 [2021-02-23T09:47:16.492Z] ---> 4bbfd3d82a26 [2021-02-23T09:47:16.492Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T09:47:16.492Z] ---> Running in c9c0fcc0ada3 [2021-02-23T09:47:16.751Z] Sending build context to Docker daemon 17.08MB [2021-02-23T09:47:16.751Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:47:16.751Z] Step 2/8 : FROM ${BASE} [2021-02-23T09:47:16.753Z] Removing intermediate container c9c0fcc0ada3 [2021-02-23T09:47:16.753Z] ---> f3307fab789d [2021-02-23T09:47:16.753Z] Step 7/8 : COPY . . [2021-02-23T09:47:17.030Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T09:47:17.030Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T09:47:17.030Z] a4357932f1b6: Pulling fs layer [2021-02-23T09:47:17.030Z] 18c013af1878: Pulling fs layer [2021-02-23T09:47:17.030Z] 00ac8860ef70: Pulling fs layer [2021-02-23T09:47:17.030Z] 63d7cb157983: Pulling fs layer [2021-02-23T09:47:17.030Z] b116817d02f9: Pulling fs layer [2021-02-23T09:47:17.030Z] 745a02a5169b: Pulling fs layer [2021-02-23T09:47:17.030Z] 00ac8860ef70: Waiting [2021-02-23T09:47:17.030Z] 63d7cb157983: Waiting [2021-02-23T09:47:17.030Z] b116817d02f9: Waiting [2021-02-23T09:47:17.030Z] 745a02a5169b: Waiting [2021-02-23T09:47:17.030Z] 18c013af1878: Verifying Checksum [2021-02-23T09:47:17.030Z] 18c013af1878: Download complete [2021-02-23T09:47:17.030Z] a4357932f1b6: Verifying Checksum [2021-02-23T09:47:17.030Z] a4357932f1b6: Download complete [2021-02-23T09:47:17.030Z] 63d7cb157983: Verifying Checksum [2021-02-23T09:47:17.030Z] 63d7cb157983: Download complete [2021-02-23T09:47:17.030Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T09:47:17.030Z] 5f621e34cdf4: Download complete [2021-02-23T09:47:17.030Z] b116817d02f9: Verifying Checksum [2021-02-23T09:47:17.030Z] b116817d02f9: Download complete [2021-02-23T09:47:17.636Z] 5f621e34cdf4: Pull complete [2021-02-23T09:47:18.250Z] a4357932f1b6: Pull complete [2021-02-23T09:47:18.526Z] 18c013af1878: Pull complete [2021-02-23T09:47:18.678Z] ---> e7e4ad181a31 [2021-02-23T09:47:18.678Z] Step 8/8 : RUN go mod download [2021-02-23T09:47:18.678Z] ---> Running in dbf394467089 [2021-02-23T09:47:19.982Z] 745a02a5169b: Verifying Checksum [2021-02-23T09:47:19.982Z] 745a02a5169b: Download complete [2021-02-23T09:47:20.976Z] 00ac8860ef70: Verifying Checksum [2021-02-23T09:47:20.977Z] 00ac8860ef70: Download complete [2021-02-23T09:47:31.144Z] 00ac8860ef70: Pull complete [2021-02-23T09:47:31.144Z] 63d7cb157983: Pull complete [2021-02-23T09:47:31.417Z] b116817d02f9: Pull complete [2021-02-23T09:47:34.828Z] 745a02a5169b: Pull complete [2021-02-23T09:47:34.828Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T09:47:34.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T09:47:34.828Z] ---> b7e6874047d6 [2021-02-23T09:47:34.828Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T09:47:38.230Z] ---> Running in ea88fc1076e0 [2021-02-23T09:47:38.230Z] Removing intermediate container ea88fc1076e0 [2021-02-23T09:47:38.230Z] ---> 3470b23b8c89 [2021-02-23T09:47:38.230Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:47:38.505Z] ---> Running in c46abbb04e83 [2021-02-23T09:47:40.731Z] Removing intermediate container dbf394467089 [2021-02-23T09:47:40.731Z] ---> 265b314a2560 [2021-02-23T09:47:40.731Z] Successfully built 265b314a2560 [2021-02-23T09:47:40.731Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:47:41.068Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T09:47:41.068Z] . [Pipeline] withDockerContainer [2021-02-23T09:47:41.165Z] Removing intermediate container c46abbb04e83 [2021-02-23T09:47:41.165Z] ---> 2be5a44f1e2e [2021-02-23T09:47:41.165Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T09:47:41.165Z] ---> Running in 786db2c85f65 [2021-02-23T09:47:41.178Z] prd-centos7-docker-4c-2g-27310 does not seem to be running inside a container [2021-02-23T09:47:41.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T09:47:42.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T09:47:42.580Z] $ docker top 0d83817487e18779d557c79437f883f60b83b15f6f05ba25a13688d78c5ab5c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:47:43.080Z] + go version [2021-02-23T09:47:43.080Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T09:47:43.095Z] $ docker stop --time=1 0d83817487e18779d557c79437f883f60b83b15f6f05ba25a13688d78c5ab5c0 [2021-02-23T09:47:43.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T09:47:43.741Z] OK: 142 MiB in 39 packages [2021-02-23T09:47:44.445Z] $ docker rm -f 0d83817487e18779d557c79437f883f60b83b15f6f05ba25a13688d78c5ab5c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:47:45.182Z] Removing intermediate container 786db2c85f65 [2021-02-23T09:47:45.182Z] ---> c61ed83234dc [2021-02-23T09:47:45.182Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T09:47:45.182Z] ---> Running in 48af0b34a19e [2021-02-23T09:47:45.209Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T09:47:45.209Z] . [Pipeline] withDockerContainer [2021-02-23T09:47:45.304Z] prd-centos7-docker-4c-2g-27310 does not seem to be running inside a container [2021-02-23T09:47:45.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T09:47:45.777Z] Removing intermediate container 48af0b34a19e [2021-02-23T09:47:45.777Z] ---> 18a00e3290e3 [2021-02-23T09:47:45.777Z] Step 7/8 : COPY . . [2021-02-23T09:47:45.910Z] $ docker top b53b6426d300cc9682760a2112eff246fbfc6942e2f1c5e9d318ca68fc83f180 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:47:46.374Z] + make test [2021-02-23T09:47:46.374Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T09:47:47.335Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T09:47:47.767Z] ---> a2fb4fd08762 [2021-02-23T09:47:47.767Z] Step 8/8 : RUN go mod download [2021-02-23T09:47:48.045Z] ---> Running in 25ae117a63ad [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T09:47:54.049Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T09:47:54.049Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T09:47:56.018Z] $ docker stop --time=1 b53b6426d300cc9682760a2112eff246fbfc6942e2f1c5e9d318ca68fc83f180 [2021-02-23T09:47:58.162Z] $ docker rm -f b53b6426d300cc9682760a2112eff246fbfc6942e2f1c5e9d318ca68fc83f180 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T09:47:58.754Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T09:47:59.125Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T09:48:01.630Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T09:48:01.931Z] + ls -al . [2021-02-23T09:48:01.931Z] total 92 [2021-02-23T09:48:01.931Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 09:47 . [2021-02-23T09:48:01.931Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 09:46 .. [2021-02-23T09:48:01.931Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 09:46 assets [2021-02-23T09:48:01.931Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 09:46 bin [2021-02-23T09:48:01.931Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 09:46 cmd [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 09:46 CONTRIBUTING.md [2021-02-23T09:48:01.931Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 09:47 coverage.out [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 09:46 Dockerfile [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 09:46 Dockerfile.build [2021-02-23T09:48:01.931Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 09:46 docs [2021-02-23T09:48:01.931Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 09:46 .git [2021-02-23T09:48:01.931Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 09:46 .github [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 09:46 .gitignore [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 09:46 go.mod [2021-02-23T09:48:01.931Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 09:47 go.sum [2021-02-23T09:48:01.931Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 09:46 internal [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 09:46 Jenkinsfile [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 09:46 LICENSE [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 09:46 Makefile [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 09:46 README.md [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 09:44 VERSION [2021-02-23T09:48:01.931Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 09:46 version.go [2021-02-23T09:48:01.931Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 09:46 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:48:02.240Z] + 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=afe0d46bd1de02231c9e8fc276185ce2c1d69257 --label arch=amd64 --label version=0.0.0 . [2021-02-23T09:48:02.503Z] Sending build context to Docker daemon 17.11MB [2021-02-23T09:48:02.503Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:48:02.503Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T09:48:02.503Z] ---> 265b314a2560 [2021-02-23T09:48:02.503Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T09:48:03.448Z] ---> Running in 7c2968965309 [2021-02-23T09:48:03.448Z] Removing intermediate container 7c2968965309 [2021-02-23T09:48:03.448Z] ---> 85a2e116ec74 [2021-02-23T09:48:03.448Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T09:48:03.448Z] ---> Running in 494da48970b8 [2021-02-23T09:48:03.710Z] Removing intermediate container 494da48970b8 [2021-02-23T09:48:03.710Z] ---> 8246dd095088 [2021-02-23T09:48:03.710Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T09:48:03.710Z] ---> Running in ef92ebf18c5d [2021-02-23T09:48:03.710Z] Removing intermediate container ef92ebf18c5d [2021-02-23T09:48:03.710Z] ---> 0845009e9b56 [2021-02-23T09:48:03.710Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T09:48:03.982Z] ---> Running in 0e03f19fda98 [2021-02-23T09:48:03.982Z] Removing intermediate container 0e03f19fda98 [2021-02-23T09:48:03.982Z] ---> eae66b9f4d0a [2021-02-23T09:48:03.982Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T09:48:04.247Z] ---> Running in fad8166e44f3 [2021-02-23T09:48:04.247Z] Removing intermediate container fad8166e44f3 [2021-02-23T09:48:04.247Z] ---> 8cc8435ec44c [2021-02-23T09:48:04.247Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:48:04.247Z] ---> Running in ed5c432bf083 [2021-02-23T09:48:05.195Z] Removing intermediate container ed5c432bf083 [2021-02-23T09:48:05.195Z] ---> 47c5c4acb027 [2021-02-23T09:48:05.195Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T09:48:05.459Z] ---> Running in 9265653fd65f [2021-02-23T09:48:05.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T09:48:06.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T09:48:06.931Z] OK: 166 MiB in 39 packages [2021-02-23T09:48:07.506Z] Removing intermediate container 9265653fd65f [2021-02-23T09:48:07.506Z] ---> 6702280110c8 [2021-02-23T09:48:07.506Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T09:48:07.506Z] ---> Running in aa713b3eda69 [2021-02-23T09:48:07.769Z] Removing intermediate container aa713b3eda69 [2021-02-23T09:48:07.769Z] ---> 2e8d36796838 [2021-02-23T09:48:07.769Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T09:48:07.769Z] ---> Running in 7df34a693bce [2021-02-23T09:48:08.031Z] Removing intermediate container 7df34a693bce [2021-02-23T09:48:08.031Z] ---> 4455611e9b6a [2021-02-23T09:48:08.031Z] Step 12/24 : COPY go.mod . [2021-02-23T09:48:08.031Z] ---> ce8aef309df5 [2021-02-23T09:48:08.031Z] Step 13/24 : COPY Makefile . [2021-02-23T09:48:08.293Z] ---> 9e52f43ded08 [2021-02-23T09:48:08.293Z] Step 14/24 : RUN make update [2021-02-23T09:48:08.561Z] ---> Running in 9911c427d672 [2021-02-23T09:48:08.831Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T09:48:09.410Z] Removing intermediate container 9911c427d672 [2021-02-23T09:48:09.410Z] ---> 73bf250abb75 [2021-02-23T09:48:09.410Z] Step 15/24 : COPY . . [2021-02-23T09:48:11.341Z] ---> f93bdde6e00f [2021-02-23T09:48:11.341Z] Step 16/24 : RUN ${MAKE} [2021-02-23T09:48:11.341Z] ---> Running in 32d3f59fd159 [2021-02-23T09:48:11.919Z] 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-02-23T09:48:14.834Z] Removing intermediate container 25ae117a63ad [2021-02-23T09:48:14.834Z] ---> 19c64306276a [2021-02-23T09:48:14.834Z] Successfully built 19c64306276a [2021-02-23T09:48:14.834Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:48:15.182Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T09:48:15.182Z] . [Pipeline] withDockerContainer [2021-02-23T09:48:15.429Z] prd-ubuntu18.04-docker-arm64-4c-16g-27309 does not seem to be running inside a container [2021-02-23T09:48:15.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T09:48:16.963Z] $ docker top 2390708c87a13d17fec7e1d64d4e6523b3d38d8f982942dc99ab3afe12bca3e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:48:17.998Z] + go version [2021-02-23T09:48:17.998Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T09:48:18.025Z] $ docker stop --time=1 2390708c87a13d17fec7e1d64d4e6523b3d38d8f982942dc99ab3afe12bca3e6 [2021-02-23T09:48:20.006Z] $ docker rm -f 2390708c87a13d17fec7e1d64d4e6523b3d38d8f982942dc99ab3afe12bca3e6 [2021-02-23T09:48:20.204Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:48:21.059Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T09:48:21.059Z] . [Pipeline] withDockerContainer [2021-02-23T09:48:21.331Z] prd-ubuntu18.04-docker-arm64-4c-16g-27309 does not seem to be running inside a container [2021-02-23T09:48:21.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T09:48:22.129Z] Removing intermediate container 32d3f59fd159 [2021-02-23T09:48:22.129Z] ---> 1be04efaa7fe [2021-02-23T09:48:22.129Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T09:48:22.391Z] 3.12: Pulling from library/alpine [2021-02-23T09:48:22.391Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T09:48:22.653Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T09:48:22.653Z] 801bfaa63ef2: Download complete [2021-02-23T09:48:22.915Z] 801bfaa63ef2: Pull complete [2021-02-23T09:48:22.915Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T09:48:22.915Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T09:48:22.915Z] ---> 389fef711851 [2021-02-23T09:48:22.915Z] Step 18/24 : EXPOSE 4000 [2021-02-23T09:48:22.970Z] $ docker top 96844c3742b3deffffcfd0be95398f3f9c7b11f33cd61d037559c27ffcb8f702 -eo pid,comm [2021-02-23T09:48:23.176Z] ---> Running in 686e096f0217 [2021-02-23T09:48:23.176Z] Removing intermediate container 686e096f0217 [2021-02-23T09:48:23.176Z] ---> 6a7a064a99b9 [2021-02-23T09:48:23.176Z] 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 [Pipeline] { [Pipeline] sh [2021-02-23T09:48:24.007Z] + make test [2021-02-23T09:48:24.007Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T09:48:24.572Z] ---> a4ecd750d80f [2021-02-23T09:48:24.572Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T09:48:24.572Z] ---> Running in 08a142d2314d [2021-02-23T09:48:24.572Z] Removing intermediate container 08a142d2314d [2021-02-23T09:48:24.572Z] ---> 1da588ad23c2 [2021-02-23T09:48:24.572Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T09:48:24.572Z] ---> Running in ea19302ea499 [2021-02-23T09:48:24.835Z] Removing intermediate container ea19302ea499 [2021-02-23T09:48:24.835Z] ---> 46ade93b2481 [2021-02-23T09:48:24.835Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T09:48:24.835Z] ---> Running in 50faf5dbcf48 [2021-02-23T09:48:25.097Z] Removing intermediate container 50faf5dbcf48 [2021-02-23T09:48:25.097Z] ---> ff1fc91c398e [2021-02-23T09:48:25.097Z] Step 23/24 : LABEL git_sha=afe0d46bd1de02231c9e8fc276185ce2c1d69257 [2021-02-23T09:48:25.097Z] ---> Running in e418ac5b3d61 [2021-02-23T09:48:25.097Z] Removing intermediate container e418ac5b3d61 [2021-02-23T09:48:25.097Z] ---> a9e3afcdb251 [2021-02-23T09:48:25.097Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T09:48:25.359Z] ---> Running in 2e5572bb5e3e [2021-02-23T09:48:25.359Z] Removing intermediate container 2e5572bb5e3e [2021-02-23T09:48:25.359Z] ---> 936ed8f36761 [2021-02-23T09:48:25.359Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T09:48:25.359Z] Successfully built 936ed8f36761 [2021-02-23T09:48:25.359Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [2021-02-23T09:48:25.455Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T09:48:52.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T09:48:52.314Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T09:48:54.312Z] $ docker stop --time=1 96844c3742b3deffffcfd0be95398f3f9c7b11f33cd61d037559c27ffcb8f702 [2021-02-23T09:48:56.432Z] $ docker rm -f 96844c3742b3deffffcfd0be95398f3f9c7b11f33cd61d037559c27ffcb8f702 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T09:48:57.241Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T09:48:57.263Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T09:48:58.065Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T09:48:58.793Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T09:48:59.186Z] + ls -al . [2021-02-23T09:48:59.186Z] total 124 [2021-02-23T09:48:59.186Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:48 . [2021-02-23T09:48:59.186Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:46 .. [2021-02-23T09:48:59.186Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 09:47 .git [2021-02-23T09:48:59.186Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:47 .github [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 09:47 .gitignore [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 09:47 CONTRIBUTING.md [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 09:47 Dockerfile [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 09:47 Dockerfile.build [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 09:47 Jenkinsfile [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 09:47 LICENSE [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 09:47 Makefile [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 09:47 README.md [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 09:44 VERSION [2021-02-23T09:48:59.186Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:47 assets [2021-02-23T09:48:59.186Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:47 bin [2021-02-23T09:48:59.186Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:47 cmd [2021-02-23T09:48:59.186Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 09:48 coverage.out [2021-02-23T09:48:59.186Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 09:47 docs [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 09:47 go.mod [2021-02-23T09:48:59.186Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 09:48 go.sum [2021-02-23T09:48:59.186Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:47 internal [2021-02-23T09:48:59.186Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 09:47 version.go [2021-02-23T09:48:59.186Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:47 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:48:59.611Z] + 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=afe0d46bd1de02231c9e8fc276185ce2c1d69257 --label arch=arm64 --label version=0.0.0 . [2021-02-23T09:49:00.603Z] Sending build context to Docker daemon 17.11MB [2021-02-23T09:49:00.603Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:49:00.603Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T09:49:00.603Z] ---> 19c64306276a [2021-02-23T09:49:00.603Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T09:49:00.879Z] ---> Running in 8bcfcadd7594 [2021-02-23T09:49:01.481Z] Removing intermediate container 8bcfcadd7594 [2021-02-23T09:49:01.481Z] ---> 6148df7bcdac [2021-02-23T09:49:01.481Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T09:49:01.481Z] ---> Running in ee8c5f0da441 [2021-02-23T09:49:02.083Z] Removing intermediate container ee8c5f0da441 [2021-02-23T09:49:02.083Z] ---> ca45d683b969 [2021-02-23T09:49:02.083Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T09:49:02.361Z] ---> Running in a022d9ff3988 [2021-02-23T09:49:02.640Z] Removing intermediate container a022d9ff3988 [2021-02-23T09:49:02.640Z] ---> f1b4313ed1ea [2021-02-23T09:49:02.640Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T09:49:02.915Z] ---> Running in 40232fdcc659 [2021-02-23T09:49:03.517Z] Removing intermediate container 40232fdcc659 [2021-02-23T09:49:03.517Z] ---> b89c946cdccb [2021-02-23T09:49:03.517Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T09:49:03.517Z] ---> Running in 0936ae6056bf [2021-02-23T09:49:04.114Z] Removing intermediate container 0936ae6056bf [2021-02-23T09:49:04.114Z] ---> 1c3e8484906b [2021-02-23T09:49:04.114Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:49:04.114Z] ---> Running in 429f22c93010 [2021-02-23T09:49:06.739Z] Removing intermediate container 429f22c93010 [2021-02-23T09:49:06.739Z] ---> f93b0c182730 [2021-02-23T09:49:06.739Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T09:49:06.739Z] ---> Running in 4affcbd49f65 [2021-02-23T09:49:07.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T09:49:08.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T09:49:09.301Z] OK: 142 MiB in 39 packages [2021-02-23T09:49:11.271Z] Removing intermediate container 4affcbd49f65 [2021-02-23T09:49:11.271Z] ---> 050dd7d13bab [2021-02-23T09:49:11.271Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T09:49:11.271Z] ---> Running in 719a5485a4bb [2021-02-23T09:49:11.545Z] Removing intermediate container 719a5485a4bb [2021-02-23T09:49:11.545Z] ---> 7e94164b8de6 [2021-02-23T09:49:11.545Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T09:49:11.818Z] ---> Running in f18e6493f504 [2021-02-23T09:49:12.093Z] Removing intermediate container f18e6493f504 [2021-02-23T09:49:12.093Z] ---> e61b24118539 [2021-02-23T09:49:12.093Z] Step 12/24 : COPY go.mod . [2021-02-23T09:49:12.692Z] ---> ca763c6aaf6a [2021-02-23T09:49:12.692Z] Step 13/24 : COPY Makefile . [2021-02-23T09:49:13.673Z] ---> 1f2d08e29d92 [2021-02-23T09:49:13.673Z] Step 14/24 : RUN make update [2021-02-23T09:49:13.673Z] ---> Running in a8e5cbabcde8 [2021-02-23T09:49:14.674Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T09:49:16.655Z] Removing intermediate container a8e5cbabcde8 [2021-02-23T09:49:16.655Z] ---> 2a26043abe3c [2021-02-23T09:49:16.655Z] Step 15/24 : COPY . . [2021-02-23T09:49:18.657Z] ---> cd524df83756 [2021-02-23T09:49:18.657Z] Step 16/24 : RUN ${MAKE} [2021-02-23T09:49:18.657Z] ---> Running in b1ed200b2034 [2021-02-23T09:49:19.647Z] 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-02-23T09:49:41.919Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T09:49:48.626Z] Removing intermediate container b1ed200b2034 [2021-02-23T09:49:48.626Z] ---> 0f7bb545884c [2021-02-23T09:49:48.626Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T09:49:48.626Z] 3.12: Pulling from library/alpine [2021-02-23T09:49:48.903Z] 159e5727ea61: Pulling fs layer [2021-02-23T09:49:48.903Z] 159e5727ea61: Verifying Checksum [2021-02-23T09:49:48.903Z] 159e5727ea61: Download complete [2021-02-23T09:49:49.530Z] 159e5727ea61: Pull complete [2021-02-23T09:49:49.530Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T09:49:49.530Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T09:49:49.530Z] ---> afeebe901d6b [2021-02-23T09:49:49.530Z] Step 18/24 : EXPOSE 4000 [2021-02-23T09:49:49.816Z] ---> Running in 7a3523dde639 [2021-02-23T09:49:50.414Z] Removing intermediate container 7a3523dde639 [2021-02-23T09:49:50.414Z] ---> ef166f21c53d [2021-02-23T09:49:50.414Z] 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-02-23T09:49:52.376Z] ---> d7858ea54324 [2021-02-23T09:49:52.376Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T09:49:52.376Z] ---> Running in ac0cf9293741 [2021-02-23T09:49:52.645Z] Removing intermediate container ac0cf9293741 [2021-02-23T09:49:52.645Z] ---> f65565e69c88 [2021-02-23T09:49:52.645Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T09:49:52.917Z] ---> Running in 131b2ca59887 [2021-02-23T09:49:53.187Z] Removing intermediate container 131b2ca59887 [2021-02-23T09:49:53.187Z] ---> a77005ad9aec [2021-02-23T09:49:53.187Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T09:49:53.460Z] ---> Running in 25aa4d6de9c9 [2021-02-23T09:49:53.732Z] Removing intermediate container 25aa4d6de9c9 [2021-02-23T09:49:53.732Z] ---> 71273172343b [2021-02-23T09:49:53.732Z] Step 23/24 : LABEL git_sha=afe0d46bd1de02231c9e8fc276185ce2c1d69257 [2021-02-23T09:49:54.004Z] ---> Running in 81a5794827d9 [2021-02-23T09:49:54.276Z] Removing intermediate container 81a5794827d9 [2021-02-23T09:49:54.277Z] ---> afcb94faef00 [2021-02-23T09:49:54.277Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T09:49:54.556Z] ---> Running in 9ea567493ae9 [2021-02-23T09:49:54.830Z] Removing intermediate container 9ea567493ae9 [2021-02-23T09:49:54.830Z] ---> 1bede80d94d5 [2021-02-23T09:49:54.831Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T09:49:55.102Z] Successfully built 1bede80d94d5 [2021-02-23T09:49:55.102Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-23T09:49:56.692Z] provisioning config files... [2021-02-23T09:49:56.703Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/config1367922597091533140tmp [Pipeline] { [Pipeline] sh [2021-02-23T09:49:57.090Z] + set +x [2021-02-23T09:49:57.091Z] + curl -s https://codecov.io/bash [2021-02-23T09:49:57.091Z] + bash -s -- [2021-02-23T09:49:57.354Z] [2021-02-23T09:49:57.354Z] _____ _ [2021-02-23T09:49:57.354Z] / ____| | | [2021-02-23T09:49:57.354Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T09:49:57.354Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T09:49:57.354Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T09:49:57.354Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T09:49:57.354Z] Bash-20210129-7c25fce [2021-02-23T09:49:57.354Z] [2021-02-23T09:49:57.354Z] [2021-02-23T09:49:57.354Z] ==> git version 2.24.3 found [2021-02-23T09:49:57.354Z] ==> 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-02-23T09:49:57.354Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T09:49:57.354Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T09:49:57.354Z] ==> Jenkins CI detected. [2021-02-23T09:49:57.354Z] project root: . [2021-02-23T09:49:57.354Z] --> token set from env [2021-02-23T09:49:57.354Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T09:49:57.354Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T09:49:57.354Z] ==> Python coveragepy not found [2021-02-23T09:49:57.354Z] ==> Searching for coverage reports in: [2021-02-23T09:49:57.354Z] + . [2021-02-23T09:49:57.354Z] -> Found 1 reports [2021-02-23T09:49:57.354Z] ==> Detecting git/mercurial file structure [2021-02-23T09:49:57.354Z] ==> Reading reports [2021-02-23T09:49:57.354Z] + ./coverage.out bytes=10 [2021-02-23T09:49:57.354Z] ==> Appending adjustments [2021-02-23T09:49:57.354Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T09:49:57.616Z] + Found adjustments [2021-02-23T09:49:57.616Z] ==> Gzipping contents [2021-02-23T09:49:57.616Z] 4.0K /tmp/codecov.WCg0vL.gz [2021-02-23T09:49:57.616Z] ==> Uploading reports [2021-02-23T09:49:57.616Z] url: https://codecov.io [2021-02-23T09:49:57.616Z] query: branch=PR-298&commit=afe0d46bd1de02231c9e8fc276185ce2c1d69257&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-298%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=298&job=&cmd_args= [2021-02-23T09:49:57.616Z] -> Pinging Codecov [2021-02-23T09:49:57.616Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-298&commit=afe0d46bd1de02231c9e8fc276185ce2c1d69257&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-298%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=298&job=&cmd_args= [2021-02-23T09:49:57.883Z] -> Uploading to [2021-02-23T09:49:57.883Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/afe0d46bd1de02231c9e8fc276185ce2c1d69257/b09bec5a-8100-4904-a041-cc36d57b2953.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T094957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c8ad5be0dcec10e6e97bd95903fc16c19b6f9a9687a5cc2ceee915ff6db9a09a [2021-02-23T09:49:57.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T09:49:57.883Z] Dload Upload Total Spent Left Speed [2021-02-23T09:49:58.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 5662 --:--:-- --:--:-- --:--:-- 5664 [2021-02-23T09:49:58.458Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/afe0d46bd1de02231c9e8fc276185ce2c1d69257 [Pipeline] } [2021-02-23T09:49:58.467Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:01.155Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:01.459Z] ---> package-listing.sh [2021-02-23T09:50:01.459Z] ++ facter osfamily [2021-02-23T09:50:01.459Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T09:50:01.459Z] + OS_FAMILY=redhat [2021-02-23T09:50:01.459Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-298 [2021-02-23T09:50:01.459Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T09:50:01.459Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T09:50:01.459Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T09:50:01.459Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T09:50:01.459Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-298 ']' [2021-02-23T09:50:01.459Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T09:50:01.459Z] + case "${OS_FAMILY}" in [2021-02-23T09:50:01.459Z] + rpm -qa [2021-02-23T09:50:01.459Z] + sort [2021-02-23T09:50:06.772Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T09:50:06.772Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T09:50:06.772Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T09:50:06.772Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-298 ']' [2021-02-23T09:50:06.772Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-298/archives/ [2021-02-23T09:50:06.772Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-298/archives/ [Pipeline] echo [2021-02-23T09:50:06.784Z] 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-298/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T09:50:07.073Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:50:07.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T09:50:07.379Z] [2021-02-23T09:50:07.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:50:07.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T09:50:07.762Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T09:50:07.762Z] df20fa9351a1: Pulling fs layer [2021-02-23T09:50:07.762Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T09:50:07.762Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T09:50:07.762Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T09:50:07.762Z] 93b61091891f: Pulling fs layer [2021-02-23T09:50:07.762Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T09:50:07.762Z] 5e14af77c1be: Pulling fs layer [2021-02-23T09:50:07.762Z] 01666e4c0597: Pulling fs layer [2021-02-23T09:50:07.762Z] aa168da1d23b: Pulling fs layer [2021-02-23T09:50:07.762Z] 93b9cdb0e59b: Waiting [2021-02-23T09:50:07.762Z] 5e14af77c1be: Waiting [2021-02-23T09:50:07.762Z] 01666e4c0597: Waiting [2021-02-23T09:50:07.762Z] aa168da1d23b: Waiting [2021-02-23T09:50:07.762Z] 46f8f816bc3b: Waiting [2021-02-23T09:50:07.762Z] 93b61091891f: Waiting [2021-02-23T09:50:07.762Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T09:50:07.762Z] 36b3adc4ff6f: Download complete [2021-02-23T09:50:07.762Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T09:50:07.762Z] 46f8f816bc3b: Download complete [2021-02-23T09:50:07.762Z] df20fa9351a1: Verifying Checksum [2021-02-23T09:50:07.762Z] df20fa9351a1: Download complete [2021-02-23T09:50:07.762Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T09:50:07.762Z] 93b9cdb0e59b: Download complete [2021-02-23T09:50:08.025Z] 93b61091891f: Verifying Checksum [2021-02-23T09:50:08.025Z] 93b61091891f: Download complete [2021-02-23T09:50:08.025Z] 5e14af77c1be: Verifying Checksum [2021-02-23T09:50:08.025Z] 5e14af77c1be: Download complete [2021-02-23T09:50:08.025Z] 01666e4c0597: Verifying Checksum [2021-02-23T09:50:08.025Z] 01666e4c0597: Download complete [2021-02-23T09:50:08.025Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T09:50:08.025Z] 8ad3a11d3b57: Download complete [2021-02-23T09:50:08.307Z] df20fa9351a1: Pull complete [2021-02-23T09:50:08.899Z] 36b3adc4ff6f: Pull complete [2021-02-23T09:50:09.860Z] 8ad3a11d3b57: Pull complete [2021-02-23T09:50:09.860Z] aa168da1d23b: Verifying Checksum [2021-02-23T09:50:09.860Z] aa168da1d23b: Download complete [2021-02-23T09:50:10.808Z] 46f8f816bc3b: Pull complete [2021-02-23T09:50:10.808Z] 93b61091891f: Pull complete [2021-02-23T09:50:11.075Z] 93b9cdb0e59b: Pull complete [2021-02-23T09:50:11.075Z] 5e14af77c1be: Pull complete [2021-02-23T09:50:11.339Z] 01666e4c0597: Pull complete [2021-02-23T09:50:17.964Z] aa168da1d23b: Pull complete [2021-02-23T09:50:17.964Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T09:50:17.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T09:50:17.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T09:50:18.175Z] prd-centos7-docker-4c-2g-27308 does not seem to be running inside a container [2021-02-23T09:50:18.229Z] $ 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-298/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-298 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298:/w/workspace/edgexfoundry_edgex-ui-go_PR-298:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T09:50:21.560Z] $ docker top c1cc23aed07020d825ec0646ef8f7f696779f85579925fc3dc2ab41c5f443f7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:50:22.135Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T09:50:22.433Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T09:50:22.732Z] + ls /var/log/sa-host [2021-02-23T09:50:22.732Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T09:50:22.732Z] file_magic: OK [2021-02-23T09:50:22.732Z] HZ: Using current value: 100 [2021-02-23T09:50:22.732Z] file_header: OK [2021-02-23T09:50:22.732Z] 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-02-23T09:50:22.732Z] Statistics: [2021-02-23T09:50:22.732Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T09:50:22.732Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T09:50:23.331Z] provisioning config files... [2021-02-23T09:50:23.375Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/config2173975208451833643tmp [Pipeline] { [Pipeline] echo [2021-02-23T09:50:23.465Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:23.768Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T09:50:23.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T09:50:23.868Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:24.166Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T09:50:24.178Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:24.480Z] ---> sudo-logs.sh [2021-02-23T09:50:24.480Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T09:50:24.541Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:24.842Z] ---> job-cost.sh [2021-02-23T09:50:24.843Z] lf-activate-venv: SKIPPING [2021-02-23T09:50:24.843Z] INFO: No Stack... [2021-02-23T09:50:25.788Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T09:50:26.360Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T09:50:26.399Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:50:26.706Z] ---> logs-deploy.sh [2021-02-23T09:50:26.706Z] lf-activate-venv: SKIPPING [2021-02-23T09:50:26.706Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-298/2 [2021-02-23T09:50:26.706Z] INFO: archiving workspace using pattern(s): [2021-02-23T09:50:28.625Z] Archives upload complete. [2021-02-23T09:50:28.625Z] INFO: archiving logs to Nexus