Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e4fe839cfd02516ce84b673224157d3cf8eaa6e+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (1bf40d94cd0c64026e89973e71e2f5cfec50a055) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27283 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [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-289 # 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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 1e4fe839cfd02516ce84b673224157d3cf8eaa6e Merge succeeded, producing 1e4fe839cfd02516ce84b673224157d3cf8eaa6e Checking out Revision 1e4fe839cfd02516ce84b673224157d3cf8eaa6e (PR-289) > 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/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" First time build. Skipping changelog. > git rev-list --no-walk 07578eca39e83751994501bf10cbeecfadecca3f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T06:03:39.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T06:03:40.030Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T06:03:40.163Z] ========================================================= [2021-02-23T06:03:40.163Z] EdgeX Global Pipelines Version Info [2021-02-23T06:03:40.163Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:03:41.601Z] ------------------- [2021-02-23T06:03:41.602Z] stable info: [2021-02-23T06:03:41.602Z] ------------------- [2021-02-23T06:03:41.602Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T06:03:41.602Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T06:03:41.602Z] Message: update stable to v1.0.179 [2021-02-23T06:03:42.173Z] ------------------- [2021-02-23T06:03:42.173Z] experimental info: [2021-02-23T06:03:42.173Z] ------------------- [2021-02-23T06:03:42.173Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T06:03:42.173Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T06:03:42.173Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T06:03:42.415Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T06:03:42.501Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T06:03:42.585Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T06:03:42.673Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T06:03:42.766Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T06:03:42.859Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T06:03:42.943Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T06:03:43.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T06:03:43.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T06:03:43.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T06:03:43.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T06:03:43.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T06:03:43.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T06:03:43.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T06:03:43.675Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T06:03:43.761Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T06:03:43.847Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T06:03:43.935Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T06:03:44.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T06:03:44.149Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T06:03:44.260Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T06:03:44.387Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T06:03:44.471Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T06:03:44.553Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T06:03:44.636Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T06:03:44.721Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T06:03:44.811Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T06:03:44.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2021-02-23T06:03:44.988Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2021-02-23T06:03:45.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2021-02-23T06:03:45.213Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] echo [2021-02-23T06:03:45.299Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e4fe83 [Pipeline] echo [2021-02-23T06:03:45.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T06:03:45.566Z] provisioning config files... [2021-02-23T06:03:45.595Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config5496786493314144413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:03:45.953Z] ---> docker-login.sh [2021-02-23T06:03:45.953Z] nexus3.edgexfoundry.org:10001 [2021-02-23T06:03:45.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:03:46.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:03:46.215Z] Configure a credential helper to remove this warning. See [2021-02-23T06:03:46.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:03:46.215Z] [2021-02-23T06:03:46.215Z] Login Succeeded [2021-02-23T06:03:46.215Z] nexus3.edgexfoundry.org:10002 [2021-02-23T06:03:46.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:03:46.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:03:46.477Z] Configure a credential helper to remove this warning. See [2021-02-23T06:03:46.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:03:46.477Z] [2021-02-23T06:03:46.477Z] Login Succeeded [2021-02-23T06:03:46.477Z] nexus3.edgexfoundry.org:10003 [2021-02-23T06:03:46.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:03:46.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:03:46.477Z] Configure a credential helper to remove this warning. See [2021-02-23T06:03:46.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:03:46.477Z] [2021-02-23T06:03:46.477Z] Login Succeeded [2021-02-23T06:03:46.477Z] nexus3.edgexfoundry.org:10004 [2021-02-23T06:03:46.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:03:46.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:03:46.737Z] Configure a credential helper to remove this warning. See [2021-02-23T06:03:46.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:03:46.737Z] [2021-02-23T06:03:46.737Z] Login Succeeded [2021-02-23T06:03:46.737Z] docker.io [2021-02-23T06:03:46.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:03:47.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:03:47.001Z] Configure a credential helper to remove this warning. See [2021-02-23T06:03:47.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:03:47.001Z] [2021-02-23T06:03:47.001Z] Login Succeeded [2021-02-23T06:03:47.001Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T06:03:47.011Z] 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-23T06:03:47.898Z] + git log --format=format:%s -1 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] echo [2021-02-23T06:03:47.957Z] GIT_COMMIT: 1e4fe839cfd02516ce84b673224157d3cf8eaa6e, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo [2021-02-23T06:03:48.001Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:03:48.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T06:03:48.591Z] [2021-02-23T06:03:48.591Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:03:48.999Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T06:03:48.999Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T06:03:48.999Z] 31603596830f: Pulling fs layer [2021-02-23T06:03:48.999Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T06:03:48.999Z] 6ca5941a6612: Pulling fs layer [2021-02-23T06:03:48.999Z] ecc8261a40a4: Pulling fs layer [2021-02-23T06:03:48.999Z] ecc8261a40a4: Waiting [2021-02-23T06:03:48.999Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T06:03:48.999Z] 2a8b12db71e7: Download complete [2021-02-23T06:03:48.999Z] 31603596830f: Verifying Checksum [2021-02-23T06:03:48.999Z] 31603596830f: Download complete [2021-02-23T06:03:49.261Z] ecc8261a40a4: Verifying Checksum [2021-02-23T06:03:49.261Z] ecc8261a40a4: Download complete [2021-02-23T06:03:49.261Z] 6ca5941a6612: Verifying Checksum [2021-02-23T06:03:49.261Z] 6ca5941a6612: Download complete [2021-02-23T06:03:49.261Z] 31603596830f: Pull complete [2021-02-23T06:03:49.527Z] 2a8b12db71e7: Pull complete [2021-02-23T06:03:50.486Z] 6ca5941a6612: Pull complete [2021-02-23T06:03:50.486Z] ecc8261a40a4: Pull complete [2021-02-23T06:03:50.486Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T06:03:50.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T06:03:50.486Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T06:03:50.587Z] prd-centos7-docker-4c-2g-27283 does not seem to be running inside a container [2021-02-23T06:03:50.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T06:03:52.507Z] $ docker top ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T06:03:52.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T06:03:52.762Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T06:03:52.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T06:03:52.962Z] $ docker exec ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent [2021-02-23T06:03:53.120Z] SSH_AUTH_SOCK=/tmp/ssh-wAUX0SGG0EEg/agent.12 [2021-02-23T06:03:53.120Z] SSH_AGENT_PID=18 [2021-02-23T06:03:53.130Z] Running ssh-add (command line suppressed) [2021-02-23T06:03:53.250Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_4398155222424381786.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_4398155222424381786.key) [2021-02-23T06:03:53.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T06:03:53.984Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T06:03:54.003Z] $ docker exec --env ******** --env ******** ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent -k [2021-02-23T06:03:54.105Z] unset SSH_AUTH_SOCK; [2021-02-23T06:03:54.105Z] unset SSH_AGENT_PID; [2021-02-23T06:03:54.105Z] echo Agent pid 18 killed; [2021-02-23T06:03:54.146Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T06:03:54.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T06:03:54.274Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T06:03:54.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T06:03:54.424Z] $ docker exec ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent [2021-02-23T06:03:54.570Z] SSH_AUTH_SOCK=/tmp/ssh-VkS0RSzbr0BH/agent.46 [2021-02-23T06:03:54.570Z] SSH_AGENT_PID=51 [2021-02-23T06:03:54.576Z] Running ssh-add (command line suppressed) [2021-02-23T06:03:54.695Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5369887362552876310.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5369887362552876310.key) [2021-02-23T06:03:54.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T06:03:55.070Z] + git semver init [2021-02-23T06:03:55.071Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T06:03:55.071Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git [2021-02-23T06:03:55.071Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T06:03:55.071Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T06:03:55.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T06:03:55.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T06:03:55.071Z] # $SEMVER_BRANCH = PR-289 [2021-02-23T06:03:55.071Z] # $SEMVER_TEMP = /tmp/semver-286523905 [2021-02-23T06:03:55.071Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T06:03:56.020Z] # '/tmp/semver-286523905' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' [2021-02-23T06:03:56.020Z] # -> Force: false [2021-02-23T06:03:56.020Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } [2021-02-23T06:03:56.031Z] $ docker exec --env ******** --env ******** ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent -k [2021-02-23T06:03:56.133Z] unset SSH_AUTH_SOCK; [2021-02-23T06:03:56.136Z] unset SSH_AGENT_PID; [2021-02-23T06:03:56.136Z] echo Agent pid 51 killed; [2021-02-23T06:03:56.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T06:03:56.660Z] + git semver [Pipeline] } [2021-02-23T06:03:56.679Z] $ docker stop --time=1 ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 [2021-02-23T06:03:58.050Z] $ docker rm -f ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T06:03:58.505Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T06:03:59.003Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T06:03:59.006Z] [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-23T06:04:14.847Z] Still waiting to schedule task [2021-02-23T06:04:14.847Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T06:04:14.852Z] Still waiting to schedule task [2021-02-23T06:04:14.852Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T06:06:35.749Z] Running on prd-centos7-docker-4c-2g-27287 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-02-23T06:06:35.807Z] Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout [2021-02-23T06:06:38.136Z] using credential edgex-jenkins-ssh [2021-02-23T06:06:38.199Z] Cloning the remote Git repository [2021-02-23T06:06:37.925Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T06:06:37.995Z] > git init /w/workspace/edgex-ui-go/6 # timeout=10 [2021-02-23T06:06:38.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T06:06:38.057Z] > git --version # timeout=10 [2021-02-23T06:06:38.069Z] > git --version # 'git version 2.24.3' [2021-02-23T06:06:38.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T06:06:38.100Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T06:06:39.672Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [2021-02-23T06:06:39.923Z] Merge succeeded, producing 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [2021-02-23T06:06:39.923Z] Checking out Revision 1e4fe839cfd02516ce84b673224157d3cf8eaa6e (PR-289) [2021-02-23T06:06:39.028Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T06:06:39.039Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T06:06:39.050Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T06:06:39.062Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T06:06:39.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T06:06:39.066Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T06:06:39.506Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T06:06:39.513Z] > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 [2021-02-23T06:06:39.645Z] > git remote # timeout=10 [2021-02-23T06:06:39.674Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T06:06:39.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T06:06:39.702Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-02-23T06:06:39.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T06:06:39.773Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T06:06:39.781Z] > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 [2021-02-23T06:06:43.445Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T06:06:44.826Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T06:06:45.156Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T06:06:45.457Z] + sudo service docker restart [2021-02-23T06:06:45.457Z] + true [2021-02-23T06:06:45.457Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T06:06:46.476Z] provisioning config files... [2021-02-23T06:06:46.504Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config934307454000029777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:06:46.870Z] ---> docker-login.sh [2021-02-23T06:06:46.870Z] nexus3.edgexfoundry.org:10001 [2021-02-23T06:06:46.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:06:47.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:06:47.136Z] Configure a credential helper to remove this warning. See [2021-02-23T06:06:47.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:06:47.136Z] [2021-02-23T06:06:47.136Z] Login Succeeded [2021-02-23T06:06:47.136Z] nexus3.edgexfoundry.org:10002 [2021-02-23T06:06:47.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:06:47.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:06:47.401Z] Configure a credential helper to remove this warning. See [2021-02-23T06:06:47.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:06:47.401Z] [2021-02-23T06:06:47.401Z] Login Succeeded [2021-02-23T06:06:47.401Z] nexus3.edgexfoundry.org:10003 [2021-02-23T06:06:47.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:06:47.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:06:47.401Z] Configure a credential helper to remove this warning. See [2021-02-23T06:06:47.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:06:47.401Z] [2021-02-23T06:06:47.401Z] Login Succeeded [2021-02-23T06:06:47.401Z] nexus3.edgexfoundry.org:10004 [2021-02-23T06:06:47.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:06:47.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:06:47.664Z] Configure a credential helper to remove this warning. See [2021-02-23T06:06:47.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:06:47.664Z] [2021-02-23T06:06:47.664Z] Login Succeeded [2021-02-23T06:06:47.664Z] docker.io [2021-02-23T06:06:47.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:06:47.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:06:47.924Z] Configure a credential helper to remove this warning. See [2021-02-23T06:06:47.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:06:47.924Z] [2021-02-23T06:06:47.924Z] Login Succeeded [2021-02-23T06:06:47.924Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T06:06:47.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T06:06:48.273Z] ========================================================= [2021-02-23T06:06:48.273Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T06:06:48.273Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:06:48.612Z] + 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-23T06:06:48.873Z] Sending build context to Docker daemon 16.78MB [2021-02-23T06:06:48.873Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T06:06:48.873Z] Step 2/8 : FROM ${BASE} [2021-02-23T06:06:48.873Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T06:06:48.873Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T06:06:48.873Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T06:06:48.873Z] de9db76c5a1d: Pulling fs layer [2021-02-23T06:06:48.873Z] bca2f99d35d6: Pulling fs layer [2021-02-23T06:06:48.873Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T06:06:48.873Z] 7c6f9722023f: Pulling fs layer [2021-02-23T06:06:48.873Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T06:06:48.873Z] 93359f2a8cfa: Waiting [2021-02-23T06:06:48.873Z] 7c6f9722023f: Waiting [2021-02-23T06:06:48.873Z] a35cf1a2eb13: Waiting [2021-02-23T06:06:48.873Z] bca2f99d35d6: Waiting [2021-02-23T06:06:48.873Z] de9db76c5a1d: Download complete [2021-02-23T06:06:48.873Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T06:06:48.873Z] 0ef7d3d256c8: Download complete [2021-02-23T06:06:48.873Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T06:06:48.873Z] 93359f2a8cfa: Download complete [2021-02-23T06:06:48.873Z] 7c6f9722023f: Verifying Checksum [2021-02-23T06:06:48.873Z] 7c6f9722023f: Download complete [2021-02-23T06:06:48.873Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T06:06:48.873Z] 188c0c94c7c5: Download complete [2021-02-23T06:06:49.144Z] 188c0c94c7c5: Pull complete [2021-02-23T06:06:49.407Z] 0ef7d3d256c8: Pull complete [2021-02-23T06:06:49.407Z] de9db76c5a1d: Pull complete [2021-02-23T06:06:50.797Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T06:06:50.797Z] a35cf1a2eb13: Download complete [2021-02-23T06:06:52.189Z] bca2f99d35d6: Verifying Checksum [2021-02-23T06:06:52.189Z] bca2f99d35d6: Download complete [2021-02-23T06:06:56.459Z] bca2f99d35d6: Pull complete [2021-02-23T06:06:56.459Z] 93359f2a8cfa: Pull complete [2021-02-23T06:06:56.459Z] 7c6f9722023f: Pull complete [2021-02-23T06:07:06.485Z] a35cf1a2eb13: Pull complete [2021-02-23T06:07:06.485Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T06:07:06.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T06:07:06.485Z] ---> a62c8e92a672 [2021-02-23T06:07:06.485Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T06:07:06.485Z] ---> Running in 6f4bd86d9b4a [2021-02-23T06:07:06.485Z] Removing intermediate container 6f4bd86d9b4a [2021-02-23T06:07:06.485Z] ---> 7fa36f94d341 [2021-02-23T06:07:06.485Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T06:07:06.485Z] ---> Running in 41ed738600eb [2021-02-23T06:07:06.485Z] Removing intermediate container 41ed738600eb [2021-02-23T06:07:06.485Z] ---> 271cba383805 [2021-02-23T06:07:06.485Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T06:07:06.749Z] ---> Running in 248f9f1832a2 [2021-02-23T06:07:07.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T06:07:08.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T06:07:08.842Z] OK: 166 MiB in 39 packages [2021-02-23T06:07:09.104Z] Removing intermediate container 248f9f1832a2 [2021-02-23T06:07:09.104Z] ---> c903a8bc1f7c [2021-02-23T06:07:09.104Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T06:07:09.366Z] ---> Running in f6af0ba41945 [2021-02-23T06:07:09.366Z] Removing intermediate container f6af0ba41945 [2021-02-23T06:07:09.366Z] ---> 6e0a0a276b2f [2021-02-23T06:07:09.366Z] Step 7/8 : COPY . . [2021-02-23T06:07:11.287Z] ---> 80e9d1769f55 [2021-02-23T06:07:11.288Z] Step 8/8 : RUN go mod download [2021-02-23T06:07:11.288Z] ---> Running in 68f05f76bf4d [2021-02-23T06:07:28.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27286 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-02-23T06:07:28.517Z] Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout [2021-02-23T06:07:33.305Z] Removing intermediate container 68f05f76bf4d [2021-02-23T06:07:33.305Z] ---> 9db1bbac8f02 [2021-02-23T06:07:33.305Z] Successfully built 9db1bbac8f02 [2021-02-23T06:07:33.305Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:07:33.628Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T06:07:33.628Z] . [Pipeline] withDockerContainer [2021-02-23T06:07:33.739Z] prd-centos7-docker-4c-2g-27287 does not seem to be running inside a container [2021-02-23T06:07:33.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T06:07:34.222Z] using credential edgex-jenkins-ssh [2021-02-23T06:07:34.282Z] Cloning the remote Git repository [2021-02-23T06:07:34.398Z] $ docker top b1770cc99ccbc9f60220b4c16302daa1cbbc78d79f8518feb399b10b993d6578 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T06:07:34.909Z] + go version [2021-02-23T06:07:34.909Z] go version go1.15.5 linux/amd64 [2021-02-23T06:07:34.342Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T06:07:34.458Z] > git init /w/workspace/edgex-ui-go/6 # timeout=10 [2021-02-23T06:07:34.557Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T06:07:34.558Z] > git --version # timeout=10 [2021-02-23T06:07:34.585Z] > git --version # 'git version 2.17.1' [2021-02-23T06:07:34.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T06:07:34.686Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-02-23T06:07:34.925Z] $ docker stop --time=1 b1770cc99ccbc9f60220b4c16302daa1cbbc78d79f8518feb399b10b993d6578 [2021-02-23T06:07:36.164Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T06:07:36.180Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T06:07:36.255Z] $ docker rm -f b1770cc99ccbc9f60220b4c16302daa1cbbc78d79f8518feb399b10b993d6578 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-23T06:07:36.684Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:07:37.062Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T06:07:37.062Z] . [Pipeline] withDockerContainer [2021-02-23T06:07:37.101Z] Merge succeeded, producing 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [2021-02-23T06:07:37.102Z] Checking out Revision 1e4fe839cfd02516ce84b673224157d3cf8eaa6e (PR-289) [2021-02-23T06:07:37.147Z] prd-centos7-docker-4c-2g-27287 does not seem to be running inside a container [2021-02-23T06:07:37.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T06:07:36.210Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T06:07:36.238Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T06:07:36.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T06:07:36.252Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T06:07:36.708Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T06:07:36.720Z] > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 [2021-02-23T06:07:37.009Z] > git remote # timeout=10 [2021-02-23T06:07:37.026Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T06:07:37.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T06:07:37.056Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-02-23T06:07:37.079Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T06:07:37.111Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T06:07:37.131Z] > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 [2021-02-23T06:07:37.705Z] $ docker top fea030cca746a5813f1635c69fb028c0b444f36666dae2a0a4f72a4eae5cd394 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T06:07:38.159Z] + make test [2021-02-23T06:07:38.159Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T06:07:38.734Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T06:07:41.783Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T06:07:43.280Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T06:07:43.703Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T06:07:44.067Z] + sudo service docker restart [2021-02-23T06:07:44.067Z] + true [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T06:07:45.419Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T06:07:45.419Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T06:07:46.848Z] provisioning config files... [Pipeline] } [2021-02-23T06:07:46.934Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config1458632518712915974tmp [2021-02-23T06:07:46.929Z] $ docker stop --time=1 fea030cca746a5813f1635c69fb028c0b444f36666dae2a0a4f72a4eae5cd394 [2021-02-23T06:07:49.024Z] $ docker rm -f fea030cca746a5813f1635c69fb028c0b444f36666dae2a0a4f72a4eae5cd394 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:07:49.521Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T06:07:49.658Z] ---> docker-login.sh [2021-02-23T06:07:49.658Z] nexus3.edgexfoundry.org:10001 [2021-02-23T06:07:49.808Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-23T06:07:50.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:07:50.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:07:50.970Z] Configure a credential helper to remove this warning. See [2021-02-23T06:07:50.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:07:50.970Z] [2021-02-23T06:07:50.970Z] Login Succeeded [2021-02-23T06:07:51.246Z] nexus3.edgexfoundry.org:10002 [2021-02-23T06:07:51.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:07:51.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:07:51.522Z] Configure a credential helper to remove this warning. See [2021-02-23T06:07:51.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:07:51.522Z] [2021-02-23T06:07:51.522Z] Login Succeeded [2021-02-23T06:07:51.522Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2021-02-23T06:07:52.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:07:52.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:07:52.123Z] Configure a credential helper to remove this warning. See [2021-02-23T06:07:52.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:07:52.123Z] [2021-02-23T06:07:52.123Z] Login Succeeded [2021-02-23T06:07:52.123Z] nexus3.edgexfoundry.org:10004 [2021-02-23T06:07:52.232Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T06:07:52.528Z] + ls -al . [2021-02-23T06:07:52.529Z] total 92 [2021-02-23T06:07:52.529Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 06:07 . [2021-02-23T06:07:52.529Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 06:06 .. [2021-02-23T06:07:52.529Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 06:06 assets [2021-02-23T06:07:52.529Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 06:06 bin [2021-02-23T06:07:52.529Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 06:06 cmd [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 06:06 CONTRIBUTING.md [2021-02-23T06:07:52.529Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 06:07 coverage.out [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 06:06 Dockerfile [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 06:06 Dockerfile.build [2021-02-23T06:07:52.529Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 06:06 docs [2021-02-23T06:07:52.529Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 06:06 .git [2021-02-23T06:07:52.529Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 06:06 .github [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 06:06 .gitignore [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 06:06 go.mod [2021-02-23T06:07:52.529Z] -rw-r--r--. 1 jenkins jenkins 20629 Feb 23 06:07 go.sum [2021-02-23T06:07:52.529Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 06:06 internal [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 06:06 Jenkinsfile [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 06:06 LICENSE [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 06:06 Makefile [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 06:06 README.md [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 06:03 VERSION [2021-02-23T06:07:52.529Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 06:06 version.go [2021-02-23T06:07:52.529Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 06:06 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:07:52.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:07:52.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:07:52.722Z] Configure a credential helper to remove this warning. See [2021-02-23T06:07:52.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:07:52.722Z] [2021-02-23T06:07:52.722Z] Login Succeeded [2021-02-23T06:07:52.722Z] docker.io [2021-02-23T06:07:52.850Z] + 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=1e4fe839cfd02516ce84b673224157d3cf8eaa6e --label arch=amd64 --label version=0.0.0 . [2021-02-23T06:07:53.111Z] Sending build context to Docker daemon 16.8MB [2021-02-23T06:07:53.111Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T06:07:53.111Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T06:07:53.111Z] ---> 9db1bbac8f02 [2021-02-23T06:07:53.111Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T06:07:53.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T06:07:53.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T06:07:53.592Z] Configure a credential helper to remove this warning. See [2021-02-23T06:07:53.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T06:07:53.592Z] [2021-02-23T06:07:53.592Z] Login Succeeded [2021-02-23T06:07:53.592Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T06:07:53.610Z] Deleting 1 temporary files [Pipeline] // wrap [2021-02-23T06:07:53.681Z] ---> Running in 57a8f76bad12 [2021-02-23T06:07:53.681Z] Removing intermediate container 57a8f76bad12 [2021-02-23T06:07:53.681Z] ---> 4a02a36bac87 [2021-02-23T06:07:53.681Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-23T06:07:53.942Z] ---> Running in 2a548a524055 [2021-02-23T06:07:53.943Z] Removing intermediate container 2a548a524055 [2021-02-23T06:07:53.943Z] ---> 8eaf7f3ea6df [2021-02-23T06:07:53.943Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [Pipeline] echo [2021-02-23T06:07:54.021Z] ========================================================= [2021-02-23T06:07:54.021Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T06:07:54.021Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:07:54.204Z] ---> Running in 42703e6c61b3 [2021-02-23T06:07:54.204Z] Removing intermediate container 42703e6c61b3 [2021-02-23T06:07:54.204Z] ---> 825f6ad28849 [2021-02-23T06:07:54.204Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T06:07:54.204Z] ---> Running in ab1cc653f16c [2021-02-23T06:07:54.410Z] + 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-23T06:07:54.465Z] Removing intermediate container ab1cc653f16c [2021-02-23T06:07:54.465Z] ---> 29dfaf3ce052 [2021-02-23T06:07:54.465Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T06:07:54.465Z] ---> Running in b393db141ca2 [2021-02-23T06:07:54.726Z] Removing intermediate container b393db141ca2 [2021-02-23T06:07:54.726Z] ---> d9ebc7132b62 [2021-02-23T06:07:54.726Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T06:07:54.727Z] ---> Running in 98052393c3b6 [2021-02-23T06:07:55.018Z] Sending build context to Docker daemon 16.78MB [2021-02-23T06:07:55.018Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T06:07:55.018Z] Step 2/8 : FROM ${BASE} [2021-02-23T06:07:55.292Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T06:07:55.292Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T06:07:55.292Z] a4357932f1b6: Pulling fs layer [2021-02-23T06:07:55.292Z] 18c013af1878: Pulling fs layer [2021-02-23T06:07:55.292Z] 00ac8860ef70: Pulling fs layer [2021-02-23T06:07:55.292Z] 63d7cb157983: Pulling fs layer [2021-02-23T06:07:55.292Z] b116817d02f9: Pulling fs layer [2021-02-23T06:07:55.292Z] 745a02a5169b: Pulling fs layer [2021-02-23T06:07:55.292Z] b116817d02f9: Waiting [2021-02-23T06:07:55.292Z] 745a02a5169b: Waiting [2021-02-23T06:07:55.292Z] 00ac8860ef70: Waiting [2021-02-23T06:07:55.292Z] a4357932f1b6: Download complete [2021-02-23T06:07:55.673Z] Removing intermediate container 98052393c3b6 [2021-02-23T06:07:55.673Z] ---> 300d8be67483 [2021-02-23T06:07:55.673Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T06:07:55.673Z] ---> Running in 3b5add825656 [2021-02-23T06:07:55.901Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T06:07:55.901Z] 5f621e34cdf4: Download complete [2021-02-23T06:07:55.901Z] 63d7cb157983: Verifying Checksum [2021-02-23T06:07:55.901Z] 63d7cb157983: Download complete [2021-02-23T06:07:55.901Z] b116817d02f9: Verifying Checksum [2021-02-23T06:07:55.901Z] b116817d02f9: Download complete [2021-02-23T06:07:55.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T06:07:56.190Z] 18c013af1878: Verifying Checksum [2021-02-23T06:07:56.190Z] 18c013af1878: Download complete [2021-02-23T06:07:56.468Z] 5f621e34cdf4: Pull complete [2021-02-23T06:07:57.075Z] a4357932f1b6: Pull complete [2021-02-23T06:07:57.354Z] 18c013af1878: Pull complete [2021-02-23T06:07:57.958Z] 745a02a5169b: Verifying Checksum [2021-02-23T06:07:57.958Z] 745a02a5169b: Download complete [2021-02-23T06:07:58.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T06:07:59.394Z] 00ac8860ef70: Verifying Checksum [2021-02-23T06:07:59.394Z] 00ac8860ef70: Download complete [2021-02-23T06:08:01.022Z] OK: 166 MiB in 39 packages [2021-02-23T06:08:01.022Z] Removing intermediate container 3b5add825656 [2021-02-23T06:08:01.022Z] ---> 74b93b7f6cd9 [2021-02-23T06:08:01.022Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T06:08:01.284Z] ---> Running in beb6ce989a70 [2021-02-23T06:08:01.284Z] Removing intermediate container beb6ce989a70 [2021-02-23T06:08:01.284Z] ---> 120de107d186 [2021-02-23T06:08:01.284Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T06:08:01.284Z] ---> Running in 1136da5a80de [2021-02-23T06:08:01.545Z] Removing intermediate container 1136da5a80de [2021-02-23T06:08:01.545Z] ---> e1bfdfee61da [2021-02-23T06:08:01.545Z] Step 12/24 : COPY go.mod . [2021-02-23T06:08:01.806Z] ---> b415b316fbfb [2021-02-23T06:08:01.806Z] Step 13/24 : COPY Makefile . [2021-02-23T06:08:02.067Z] ---> df65d908460c [2021-02-23T06:08:02.067Z] Step 14/24 : RUN make update [2021-02-23T06:08:02.067Z] ---> Running in 9ef46d074d2b [2021-02-23T06:08:02.337Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T06:08:02.910Z] Removing intermediate container 9ef46d074d2b [2021-02-23T06:08:02.910Z] ---> f13d2b5cf2b8 [2021-02-23T06:08:02.910Z] Step 15/24 : COPY . . [2021-02-23T06:08:04.825Z] ---> 3a26198840c4 [2021-02-23T06:08:04.825Z] Step 16/24 : RUN ${MAKE} [2021-02-23T06:08:04.825Z] ---> Running in 1bf5985f609d [2021-02-23T06:08:05.089Z] 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-23T06:08:08.411Z] 00ac8860ef70: Pull complete [2021-02-23T06:08:09.007Z] 63d7cb157983: Pull complete [2021-02-23T06:08:09.282Z] b116817d02f9: Pull complete [2021-02-23T06:08:12.468Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T06:08:12.696Z] 745a02a5169b: Pull complete [2021-02-23T06:08:12.696Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T06:08:12.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T06:08:12.696Z] ---> b7e6874047d6 [2021-02-23T06:08:12.696Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T06:08:15.014Z] Removing intermediate container 1bf5985f609d [2021-02-23T06:08:15.015Z] ---> 1d0aa1ba71cf [2021-02-23T06:08:15.015Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T06:08:15.015Z] 3.12: Pulling from library/alpine [2021-02-23T06:08:15.274Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T06:08:15.274Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T06:08:15.274Z] 801bfaa63ef2: Download complete [2021-02-23T06:08:15.536Z] 801bfaa63ef2: Pull complete [2021-02-23T06:08:15.536Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T06:08:15.536Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T06:08:15.536Z] ---> 389fef711851 [2021-02-23T06:08:15.536Z] Step 18/24 : EXPOSE 4000 [2021-02-23T06:08:15.797Z] ---> Running in adbdceb66514 [2021-02-23T06:08:15.797Z] Removing intermediate container adbdceb66514 [2021-02-23T06:08:15.797Z] ---> d79b440894c0 [2021-02-23T06:08:15.797Z] 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-23T06:08:16.120Z] ---> Running in 1ce183789983 [2021-02-23T06:08:16.394Z] Removing intermediate container 1ce183789983 [2021-02-23T06:08:16.394Z] ---> 1026c1f33073 [2021-02-23T06:08:16.394Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T06:08:16.674Z] ---> Running in 5b425b42ff2f [2021-02-23T06:08:16.739Z] ---> de57b11077a6 [2021-02-23T06:08:16.740Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T06:08:16.740Z] ---> Running in 1604f8cf7266 [2021-02-23T06:08:17.002Z] Removing intermediate container 1604f8cf7266 [2021-02-23T06:08:17.002Z] ---> 73778218da7d [2021-02-23T06:08:17.002Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T06:08:17.002Z] ---> Running in 9ded22bc9b5d [2021-02-23T06:08:17.264Z] Removing intermediate container 9ded22bc9b5d [2021-02-23T06:08:17.264Z] ---> 9fe7b5a56007 [2021-02-23T06:08:17.264Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T06:08:17.264Z] ---> Running in 759946697c21 [2021-02-23T06:08:17.525Z] Removing intermediate container 759946697c21 [2021-02-23T06:08:17.525Z] ---> 476d5ee995b2 [2021-02-23T06:08:17.525Z] Step 23/24 : LABEL git_sha=1e4fe839cfd02516ce84b673224157d3cf8eaa6e [2021-02-23T06:08:17.525Z] ---> Running in ed27ec2601f1 [2021-02-23T06:08:17.786Z] Removing intermediate container ed27ec2601f1 [2021-02-23T06:08:17.786Z] ---> cf0b17092198 [2021-02-23T06:08:17.786Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T06:08:17.786Z] ---> Running in 7cbc93537f4f [2021-02-23T06:08:18.046Z] Removing intermediate container 7cbc93537f4f [2021-02-23T06:08:18.046Z] ---> 5bc30dd94f0b [2021-02-23T06:08:18.046Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T06:08:18.046Z] Successfully built 5bc30dd94f0b [2021-02-23T06:08:18.046Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T06:08:19.311Z] Removing intermediate container 5b425b42ff2f [2021-02-23T06:08:19.311Z] ---> 675b7c408bf6 [2021-02-23T06:08:19.311Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T06:08:19.311Z] ---> Running in 0eec66dfd0aa [2021-02-23T06:08:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T06:08:22.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T06:08:23.696Z] OK: 142 MiB in 39 packages [2021-02-23T06:08:24.673Z] Removing intermediate container 0eec66dfd0aa [2021-02-23T06:08:24.673Z] ---> 21e3e4531527 [2021-02-23T06:08:24.673Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T06:08:24.946Z] ---> Running in 99d42352bb56 [2021-02-23T06:08:25.542Z] Removing intermediate container 99d42352bb56 [2021-02-23T06:08:25.542Z] ---> b3231983eaf5 [2021-02-23T06:08:25.542Z] Step 7/8 : COPY . . [2021-02-23T06:08:27.527Z] ---> 9b6dac364635 [2021-02-23T06:08:27.527Z] Step 8/8 : RUN go mod download [2021-02-23T06:08:27.527Z] ---> Running in d4b8c84e724c [2021-02-23T06:08:54.354Z] Removing intermediate container d4b8c84e724c [2021-02-23T06:08:54.354Z] ---> 0afc2ac74250 [2021-02-23T06:08:54.354Z] Successfully built 0afc2ac74250 [2021-02-23T06:08:54.354Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:08:54.698Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T06:08:54.698Z] . [Pipeline] withDockerContainer [2021-02-23T06:08:54.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-27286 does not seem to be running inside a container [2021-02-23T06:08:55.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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-23T06:08:56.657Z] $ docker top 80c283010a3c374391c6959b48013f0d9d7d31b60184fab57d43cd2c1dcaceb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T06:08:57.714Z] + go version [2021-02-23T06:08:57.714Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T06:08:57.738Z] $ docker stop --time=1 80c283010a3c374391c6959b48013f0d9d7d31b60184fab57d43cd2c1dcaceb2 [2021-02-23T06:08:59.688Z] $ docker rm -f 80c283010a3c374391c6959b48013f0d9d7d31b60184fab57d43cd2c1dcaceb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:09:00.799Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T06:09:00.799Z] . [Pipeline] withDockerContainer [2021-02-23T06:09:01.080Z] prd-ubuntu18.04-docker-arm64-4c-16g-27286 does not seem to be running inside a container [2021-02-23T06:09:01.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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-23T06:09:02.718Z] $ docker top f38f62ef33f77e4ce7417ba606b3780cb4fb80711efd5194712a471557d3cbb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T06:09:03.801Z] + make test [2021-02-23T06:09:03.801Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T06:09:05.258Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T06:09:32.129Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T06:09:32.129Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T06:09:35.559Z] $ docker stop --time=1 f38f62ef33f77e4ce7417ba606b3780cb4fb80711efd5194712a471557d3cbb4 [2021-02-23T06:09:37.824Z] $ docker rm -f f38f62ef33f77e4ce7417ba606b3780cb4fb80711efd5194712a471557d3cbb4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T06:09:38.723Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T06:09:38.743Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T06:09:39.671Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T06:09:40.455Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T06:09:40.861Z] + ls -al . [2021-02-23T06:09:40.861Z] total 124 [2021-02-23T06:09:40.861Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 06:09 . [2021-02-23T06:09:40.861Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 06:07 .. [2021-02-23T06:09:40.861Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 06:07 .git [2021-02-23T06:09:40.861Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 06:07 .github [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 06:07 .gitignore [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 06:07 CONTRIBUTING.md [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 06:07 Dockerfile [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 06:07 Dockerfile.build [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 06:07 Jenkinsfile [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 06:07 LICENSE [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 06:07 Makefile [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 06:07 README.md [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 06:03 VERSION [2021-02-23T06:09:40.861Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 06:07 assets [2021-02-23T06:09:40.861Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 06:07 bin [2021-02-23T06:09:40.861Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 06:07 cmd [2021-02-23T06:09:40.861Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 06:09 coverage.out [2021-02-23T06:09:40.861Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 06:07 docs [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 06:07 go.mod [2021-02-23T06:09:40.861Z] -rw-r--r-- 1 jenkins jenkins 20629 Feb 23 06:09 go.sum [2021-02-23T06:09:40.861Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 06:07 internal [2021-02-23T06:09:40.861Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 06:07 version.go [2021-02-23T06:09:40.861Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 06:07 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:09:41.264Z] + 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=1e4fe839cfd02516ce84b673224157d3cf8eaa6e --label arch=arm64 --label version=0.0.0 . [2021-02-23T06:09:42.256Z] Sending build context to Docker daemon 16.8MB [2021-02-23T06:09:42.256Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T06:09:42.256Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T06:09:42.256Z] ---> 0afc2ac74250 [2021-02-23T06:09:42.256Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T06:09:42.532Z] ---> Running in c0556cd7507c [2021-02-23T06:09:43.134Z] Removing intermediate container c0556cd7507c [2021-02-23T06:09:43.135Z] ---> 2204bd75225d [2021-02-23T06:09:43.135Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T06:09:43.135Z] ---> Running in ea6a64a005f7 [2021-02-23T06:09:43.734Z] Removing intermediate container ea6a64a005f7 [2021-02-23T06:09:43.734Z] ---> 4a9a7f21a63e [2021-02-23T06:09:43.734Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T06:09:43.734Z] ---> Running in 848785787a4a [2021-02-23T06:09:44.338Z] Removing intermediate container 848785787a4a [2021-02-23T06:09:44.338Z] ---> 230a2b96c4a0 [2021-02-23T06:09:44.338Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T06:09:44.338Z] ---> Running in f308ab5cac27 [2021-02-23T06:09:44.944Z] Removing intermediate container f308ab5cac27 [2021-02-23T06:09:44.944Z] ---> db751a60aaa6 [2021-02-23T06:09:44.944Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T06:09:44.944Z] ---> Running in acfc08eae11a [2021-02-23T06:09:45.554Z] Removing intermediate container acfc08eae11a [2021-02-23T06:09:45.554Z] ---> 375ae9cf29ed [2021-02-23T06:09:45.554Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T06:09:45.554Z] ---> Running in 01221b176d75 [2021-02-23T06:09:47.557Z] Removing intermediate container 01221b176d75 [2021-02-23T06:09:47.557Z] ---> 07090167b864 [2021-02-23T06:09:47.557Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T06:09:47.557Z] ---> Running in 6949a54a2e28 [2021-02-23T06:09:49.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T06:09:49.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T06:09:50.584Z] OK: 142 MiB in 39 packages [2021-02-23T06:09:52.021Z] Removing intermediate container 6949a54a2e28 [2021-02-23T06:09:52.021Z] ---> 2cd51834c899 [2021-02-23T06:09:52.021Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T06:09:52.021Z] ---> Running in 820837d68044 [2021-02-23T06:09:52.298Z] Removing intermediate container 820837d68044 [2021-02-23T06:09:52.298Z] ---> a347db8462f2 [2021-02-23T06:09:52.298Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T06:09:52.582Z] ---> Running in 06d8b908e829 [2021-02-23T06:09:53.183Z] Removing intermediate container 06d8b908e829 [2021-02-23T06:09:53.183Z] ---> 0978c66c8fee [2021-02-23T06:09:53.183Z] Step 12/24 : COPY go.mod . [2021-02-23T06:09:53.786Z] ---> 566157fbdada [2021-02-23T06:09:53.786Z] Step 13/24 : COPY Makefile . [2021-02-23T06:09:54.387Z] ---> 46d2b63c1bea [2021-02-23T06:09:54.388Z] Step 14/24 : RUN make update [2021-02-23T06:09:54.667Z] ---> Running in 7baf5d1195cd [2021-02-23T06:09:56.104Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T06:09:57.090Z] Removing intermediate container 7baf5d1195cd [2021-02-23T06:09:57.090Z] ---> a680546ae70b [2021-02-23T06:09:57.090Z] Step 15/24 : COPY . . [2021-02-23T06:09:59.714Z] ---> 3e5501c6e713 [2021-02-23T06:09:59.714Z] Step 16/24 : RUN ${MAKE} [2021-02-23T06:09:59.714Z] ---> Running in cd028ac5a911 [2021-02-23T06:10:00.706Z] 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-23T06:10:27.609Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T06:10:31.919Z] Removing intermediate container cd028ac5a911 [2021-02-23T06:10:31.919Z] ---> 2b57fe8e3c46 [2021-02-23T06:10:31.919Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T06:10:31.919Z] 3.12: Pulling from library/alpine [2021-02-23T06:10:31.919Z] 159e5727ea61: Pulling fs layer [2021-02-23T06:10:31.919Z] 159e5727ea61: Verifying Checksum [2021-02-23T06:10:31.919Z] 159e5727ea61: Download complete [2021-02-23T06:10:32.899Z] 159e5727ea61: Pull complete [2021-02-23T06:10:32.899Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T06:10:32.899Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T06:10:32.899Z] ---> afeebe901d6b [2021-02-23T06:10:32.899Z] Step 18/24 : EXPOSE 4000 [2021-02-23T06:10:32.899Z] ---> Running in fa8e9ea67466 [2021-02-23T06:10:33.495Z] Removing intermediate container fa8e9ea67466 [2021-02-23T06:10:33.495Z] ---> af274e140d51 [2021-02-23T06:10:33.495Z] 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-23T06:10:34.930Z] ---> ccc4afa74e79 [2021-02-23T06:10:34.930Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T06:10:35.204Z] ---> Running in fc66b8504417 [2021-02-23T06:10:35.799Z] Removing intermediate container fc66b8504417 [2021-02-23T06:10:35.799Z] ---> 98eb43781a72 [2021-02-23T06:10:35.799Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T06:10:36.075Z] ---> Running in 39075bb0d889 [2021-02-23T06:10:36.350Z] Removing intermediate container 39075bb0d889 [2021-02-23T06:10:36.350Z] ---> 4f52f3eea6db [2021-02-23T06:10:36.350Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T06:10:36.624Z] ---> Running in 1779459e6dca [2021-02-23T06:10:36.898Z] Removing intermediate container 1779459e6dca [2021-02-23T06:10:36.899Z] ---> 227e7bef96d2 [2021-02-23T06:10:36.899Z] Step 23/24 : LABEL git_sha=1e4fe839cfd02516ce84b673224157d3cf8eaa6e [2021-02-23T06:10:37.173Z] ---> Running in 3c29f3287269 [2021-02-23T06:10:37.449Z] Removing intermediate container 3c29f3287269 [2021-02-23T06:10:37.449Z] ---> e5167bc11dd7 [2021-02-23T06:10:37.449Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T06:10:37.729Z] ---> Running in 349fa6541bc2 [2021-02-23T06:10:38.327Z] Removing intermediate container 349fa6541bc2 [2021-02-23T06:10:38.327Z] ---> 1abdd97358ec [2021-02-23T06:10:38.327Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T06:10:38.327Z] Successfully built 1abdd97358ec [2021-02-23T06:10:38.327Z] 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-23T06:10:40.027Z] provisioning config files... [2021-02-23T06:10:40.037Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config9069983658758428484tmp [Pipeline] { [Pipeline] sh [2021-02-23T06:10:40.496Z] + set +x [2021-02-23T06:10:40.496Z] + curl -s https://codecov.io/bash [2021-02-23T06:10:40.496Z] + bash -s -- [2021-02-23T06:10:40.757Z] [2021-02-23T06:10:40.757Z] _____ _ [2021-02-23T06:10:40.757Z] / ____| | | [2021-02-23T06:10:40.757Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T06:10:40.757Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T06:10:40.757Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T06:10:40.757Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T06:10:40.757Z] Bash-20210129-7c25fce [2021-02-23T06:10:40.757Z] [2021-02-23T06:10:40.757Z] [2021-02-23T06:10:40.757Z] ==> git version 2.24.3 found [2021-02-23T06:10:40.757Z] ==> 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-23T06:10:40.757Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T06:10:40.757Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T06:10:40.757Z] ==> Jenkins CI detected. [2021-02-23T06:10:40.757Z] project root: . [2021-02-23T06:10:40.757Z] --> token set from env [2021-02-23T06:10:40.757Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T06:10:40.757Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T06:10:40.757Z] ==> Python coveragepy not found [2021-02-23T06:10:40.757Z] ==> Searching for coverage reports in: [2021-02-23T06:10:40.757Z] + . [2021-02-23T06:10:40.757Z] -> Found 1 reports [2021-02-23T06:10:40.757Z] ==> Detecting git/mercurial file structure [2021-02-23T06:10:40.757Z] ==> Reading reports [2021-02-23T06:10:40.757Z] + ./coverage.out bytes=10 [2021-02-23T06:10:40.757Z] ==> Appending adjustments [2021-02-23T06:10:40.757Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T06:10:40.757Z] + Found adjustments [2021-02-23T06:10:40.757Z] ==> Gzipping contents [2021-02-23T06:10:40.757Z] 4.0K /tmp/codecov.j69MIN.gz [2021-02-23T06:10:41.017Z] ==> Uploading reports [2021-02-23T06:10:41.017Z] url: https://codecov.io [2021-02-23T06:10:41.017Z] query: branch=PR-289&commit=1e4fe839cfd02516ce84b673224157d3cf8eaa6e&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-02-23T06:10:41.017Z] -> Pinging Codecov [2021-02-23T06:10:41.017Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-289&commit=1e4fe839cfd02516ce84b673224157d3cf8eaa6e&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-02-23T06:10:41.591Z] -> Uploading to [2021-02-23T06:10:41.591Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/1e4fe839cfd02516ce84b673224157d3cf8eaa6e/82c0967e-c4ef-48e7-9679-ce51cc9d9962.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T061041Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=30cd3b549ef5ece651741a89c8d97fad7195acf5cb365eecebd74b011d3a3db2 [2021-02-23T06:10:41.591Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T06:10:41.592Z] Dload Upload Total Spent Left Speed [2021-02-23T06:10:41.853Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 6461 --:--:-- --:--:-- --:--:-- 6477 [2021-02-23T06:10:41.853Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] } [2021-02-23T06:10:41.861Z] 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-23T06:10:45.230Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:10:45.531Z] ---> package-listing.sh [2021-02-23T06:10:45.531Z] ++ facter osfamily [2021-02-23T06:10:45.531Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T06:10:45.531Z] + OS_FAMILY=redhat [2021-02-23T06:10:45.531Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T06:10:45.531Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T06:10:45.531Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T06:10:45.531Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T06:10:45.531Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T06:10:45.531Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-02-23T06:10:45.531Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T06:10:45.531Z] + case "${OS_FAMILY}" in [2021-02-23T06:10:45.531Z] + rpm -qa [2021-02-23T06:10:45.531Z] + sort [2021-02-23T06:10:50.817Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T06:10:50.817Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T06:10:50.818Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T06:10:50.818Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-02-23T06:10:50.818Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [2021-02-23T06:10:50.818Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo [2021-02-23T06:10:50.830Z] 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-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T06:10:51.112Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:10:51.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T06:10:51.412Z] [2021-02-23T06:10:51.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T06:10:51.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T06:10:51.755Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T06:10:51.755Z] df20fa9351a1: Pulling fs layer [2021-02-23T06:10:51.755Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T06:10:51.755Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T06:10:51.755Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T06:10:51.755Z] 93b61091891f: Pulling fs layer [2021-02-23T06:10:51.755Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T06:10:51.755Z] 5e14af77c1be: Pulling fs layer [2021-02-23T06:10:51.755Z] 01666e4c0597: Pulling fs layer [2021-02-23T06:10:51.755Z] aa168da1d23b: Pulling fs layer [2021-02-23T06:10:51.755Z] 46f8f816bc3b: Waiting [2021-02-23T06:10:51.755Z] 93b61091891f: Waiting [2021-02-23T06:10:51.755Z] 93b9cdb0e59b: Waiting [2021-02-23T06:10:51.755Z] 5e14af77c1be: Waiting [2021-02-23T06:10:51.755Z] 01666e4c0597: Waiting [2021-02-23T06:10:51.755Z] aa168da1d23b: Waiting [2021-02-23T06:10:51.755Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T06:10:51.755Z] 36b3adc4ff6f: Download complete [2021-02-23T06:10:51.755Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T06:10:51.755Z] 46f8f816bc3b: Download complete [2021-02-23T06:10:51.755Z] df20fa9351a1: Verifying Checksum [2021-02-23T06:10:51.755Z] df20fa9351a1: Download complete [2021-02-23T06:10:52.019Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T06:10:52.019Z] 93b9cdb0e59b: Download complete [2021-02-23T06:10:52.019Z] 93b61091891f: Verifying Checksum [2021-02-23T06:10:52.019Z] 93b61091891f: Download complete [2021-02-23T06:10:52.019Z] 01666e4c0597: Verifying Checksum [2021-02-23T06:10:52.019Z] 01666e4c0597: Download complete [2021-02-23T06:10:52.019Z] 5e14af77c1be: Verifying Checksum [2021-02-23T06:10:52.019Z] 5e14af77c1be: Download complete [2021-02-23T06:10:52.019Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T06:10:52.019Z] 8ad3a11d3b57: Download complete [2021-02-23T06:10:52.285Z] df20fa9351a1: Pull complete [2021-02-23T06:10:52.547Z] 36b3adc4ff6f: Pull complete [2021-02-23T06:10:53.127Z] 8ad3a11d3b57: Pull complete [2021-02-23T06:10:53.127Z] 46f8f816bc3b: Pull complete [2021-02-23T06:10:53.390Z] 93b61091891f: Pull complete [2021-02-23T06:10:53.651Z] 93b9cdb0e59b: Pull complete [2021-02-23T06:10:54.595Z] aa168da1d23b: Verifying Checksum [2021-02-23T06:10:54.595Z] aa168da1d23b: Download complete [2021-02-23T06:10:54.860Z] 5e14af77c1be: Pull complete [2021-02-23T06:10:54.860Z] 01666e4c0597: Pull complete [2021-02-23T06:11:03.024Z] aa168da1d23b: Pull complete [2021-02-23T06:11:03.024Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T06:11:03.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T06:11:03.024Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T06:11:03.152Z] prd-centos7-docker-4c-2g-27283 does not seem to be running inside a container [2021-02-23T06:11:03.191Z] $ 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-289/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-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T06:11:06.431Z] $ docker top fce52a4a0da77f06ebe622e5bc9bc7ef1adb302c827f99a66bb90666f4a9b85c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T06:11:06.932Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T06:11:07.250Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T06:11:07.543Z] + ls /var/log/sa-host [2021-02-23T06:11:07.543Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T06:11:07.543Z] file_magic: OK [2021-02-23T06:11:07.543Z] HZ: Using current value: 100 [2021-02-23T06:11:07.543Z] file_header: OK [2021-02-23T06:11:07.543Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-23T06:11:07.543Z] Statistics: [2021-02-23T06:11:07.543Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T06:11:07.543Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T06:11:07.792Z] provisioning config files... [2021-02-23T06:11:07.813Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config3149041945464137051tmp [Pipeline] { [Pipeline] echo [2021-02-23T06:11:07.883Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:11:08.176Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T06:11:08.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T06:11:08.273Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:11:08.574Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T06:11:08.584Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:11:08.876Z] ---> sudo-logs.sh [2021-02-23T06:11:08.876Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T06:11:08.933Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:11:09.224Z] ---> job-cost.sh [2021-02-23T06:11:09.224Z] lf-activate-venv: SKIPPING [2021-02-23T06:11:09.224Z] INFO: No Stack... [2021-02-23T06:11:10.608Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T06:11:10.869Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T06:11:10.884Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T06:11:11.185Z] ---> logs-deploy.sh [2021-02-23T06:11:11.185Z] lf-activate-venv: SKIPPING [2021-02-23T06:11:11.185Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/6 [2021-02-23T06:11:11.185Z] INFO: archiving workspace using pattern(s): [2021-02-23T06:11:12.570Z] Archives upload complete. [2021-02-23T06:11:12.831Z] INFO: archiving logs to Nexus