Pull request #280 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at ad4a8559929426805d5df875db8eb26b12ca9048 rather than a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Obtained Jenkinsfile from ad4a8559929426805d5df875db8eb26b12ca9048 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16341 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [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-280 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ad4a8559929426805d5df875db8eb26b12ca9048 into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Merge succeeded, producing a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Checking out Revision a69c54c209a4e3d1ed6c28225f7b27db404d29e2 (PR-280) > git config core.sparsecheckout # timeout=10 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # 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 ad4a8559929426805d5df875db8eb26b12ca9048 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 Commit message: "core data view page complete" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T13:45:35.785Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T13:45:36.100Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T13:45:36.202Z] ========================================================= [2020-12-16T13:45:36.202Z] EdgeX Global Pipelines Version Info [2020-12-16T13:45:36.202Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:45:37.703Z] ------------------- [2020-12-16T13:45:37.703Z] stable info: [2020-12-16T13:45:37.703Z] ------------------- [2020-12-16T13:45:37.703Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T13:45:37.703Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T13:45:37.703Z] Message: update stable to v1.0.172 [2020-12-16T13:45:38.650Z] ------------------- [2020-12-16T13:45:38.650Z] experimental info: [2020-12-16T13:45:38.650Z] ------------------- [2020-12-16T13:45:38.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T13:45:38.650Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T13:45:38.650Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T13:45:38.931Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-12-16T13:45:39.043Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-12-16T13:45:39.140Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T13:45:39.270Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T13:45:39.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T13:45:39.473Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T13:45:39.602Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T13:45:39.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T13:45:39.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-16T13:45:39.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T13:45:40.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T13:45:40.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-12-16T13:45:40.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T13:45:40.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T13:45:40.710Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T13:45:40.831Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T13:45:40.931Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T13:45:41.048Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T13:45:41.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T13:45:41.264Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-16T13:45:41.360Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-16T13:45:41.461Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-16T13:45:41.560Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-16T13:45:41.668Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-16T13:45:41.771Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-16T13:45:41.865Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T13:45:41.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-280 [Pipeline] echo [2020-12-16T13:45:42.094Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-280 [Pipeline] echo [2020-12-16T13:45:42.207Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-280 [Pipeline] echo [2020-12-16T13:45:42.304Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [Pipeline] echo [2020-12-16T13:45:42.398Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a69c54c [Pipeline] echo [2020-12-16T13:45:42.490Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T13:45:42.673Z] provisioning config files... [2020-12-16T13:45:42.705Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config1501858387706366450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:45:43.095Z] ---> docker-login.sh [2020-12-16T13:45:43.095Z] nexus3.edgexfoundry.org:10001 [2020-12-16T13:45:43.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:45:43.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:45:43.619Z] Configure a credential helper to remove this warning. See [2020-12-16T13:45:43.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:45:43.619Z] [2020-12-16T13:45:43.619Z] Login Succeeded [2020-12-16T13:45:43.619Z] nexus3.edgexfoundry.org:10002 [2020-12-16T13:45:43.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:45:43.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:45:43.885Z] Configure a credential helper to remove this warning. See [2020-12-16T13:45:43.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:45:43.885Z] [2020-12-16T13:45:43.885Z] Login Succeeded [2020-12-16T13:45:43.885Z] nexus3.edgexfoundry.org:10003 [2020-12-16T13:45:43.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:45:43.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:45:43.885Z] Configure a credential helper to remove this warning. See [2020-12-16T13:45:43.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:45:43.885Z] [2020-12-16T13:45:43.885Z] Login Succeeded [2020-12-16T13:45:43.885Z] nexus3.edgexfoundry.org:10004 [2020-12-16T13:45:44.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:45:44.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:45:44.150Z] Configure a credential helper to remove this warning. See [2020-12-16T13:45:44.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:45:44.150Z] [2020-12-16T13:45:44.150Z] Login Succeeded [2020-12-16T13:45:44.150Z] docker.io [2020-12-16T13:45:44.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:45:44.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:45:44.414Z] Configure a credential helper to remove this warning. See [2020-12-16T13:45:44.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:45:44.414Z] [2020-12-16T13:45:44.414Z] Login Succeeded [2020-12-16T13:45:44.677Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T13:45:44.687Z] 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 [2020-12-16T13:45:45.634Z] + git log --format=format:%s -1 a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [Pipeline] echo [2020-12-16T13:45:45.702Z] GIT_COMMIT: a69c54c209a4e3d1ed6c28225f7b27db404d29e2, Commit Message: core data view page complete [Pipeline] echo [2020-12-16T13:45:45.751Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:45:46.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T13:45:46.822Z] [2020-12-16T13:45:46.822Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:45:47.170Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T13:45:47.170Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T13:45:47.170Z] 31603596830f: Pulling fs layer [2020-12-16T13:45:47.170Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T13:45:47.170Z] 6ca5941a6612: Pulling fs layer [2020-12-16T13:45:47.170Z] ecc8261a40a4: Pulling fs layer [2020-12-16T13:45:47.170Z] ecc8261a40a4: Waiting [2020-12-16T13:45:47.170Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T13:45:47.170Z] 2a8b12db71e7: Download complete [2020-12-16T13:45:47.170Z] 31603596830f: Verifying Checksum [2020-12-16T13:45:47.170Z] 31603596830f: Download complete [2020-12-16T13:45:47.433Z] 6ca5941a6612: Verifying Checksum [2020-12-16T13:45:47.433Z] 6ca5941a6612: Download complete [2020-12-16T13:45:47.433Z] ecc8261a40a4: Verifying Checksum [2020-12-16T13:45:47.433Z] ecc8261a40a4: Download complete [2020-12-16T13:45:47.697Z] 31603596830f: Pull complete [2020-12-16T13:45:47.697Z] 2a8b12db71e7: Pull complete [2020-12-16T13:45:48.655Z] 6ca5941a6612: Pull complete [2020-12-16T13:45:48.921Z] ecc8261a40a4: Pull complete [2020-12-16T13:45:48.921Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T13:45:48.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T13:45:48.921Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T13:45:49.127Z] prd-centos7-docker-4c-2g-16341 does not seem to be running inside a container [2020-12-16T13:45:49.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T13:45:51.220Z] $ docker top 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T13:45:51.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T13:45:51.541Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T13:45:51.764Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T13:45:51.771Z] $ docker exec 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent [2020-12-16T13:45:51.943Z] SSH_AUTH_SOCK=/tmp/ssh-7It3GCD0lA4A/agent.11 [2020-12-16T13:45:51.943Z] SSH_AGENT_PID=16 [2020-12-16T13:45:51.956Z] Running ssh-add (command line suppressed) [2020-12-16T13:45:52.072Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4530512301101016811.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4530512301101016811.key) [2020-12-16T13:45:52.123Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T13:45:52.495Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T13:45:52.520Z] $ docker exec --env ******** --env ******** 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent -k [2020-12-16T13:45:52.632Z] unset SSH_AUTH_SOCK; [2020-12-16T13:45:52.633Z] unset SSH_AGENT_PID; [2020-12-16T13:45:52.633Z] echo Agent pid 16 killed; [2020-12-16T13:45:52.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T13:45:52.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T13:45:52.818Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T13:45:52.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T13:45:52.993Z] $ docker exec 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent [2020-12-16T13:45:53.153Z] SSH_AUTH_SOCK=/tmp/ssh-CjS70Exw9tp0/agent.46 [2020-12-16T13:45:53.153Z] SSH_AGENT_PID=52 [2020-12-16T13:45:53.160Z] Running ssh-add (command line suppressed) [2020-12-16T13:45:53.275Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_6606462206654261615.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_6606462206654261615.key) [2020-12-16T13:45:53.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T13:45:53.669Z] + git semver init [2020-12-16T13:45:53.669Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T13:45:53.669Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.git [2020-12-16T13:45:53.669Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [2020-12-16T13:45:53.669Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T13:45:53.669Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T13:45:53.669Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T13:45:53.669Z] # $SEMVER_BRANCH = PR-280 [2020-12-16T13:45:53.669Z] # $SEMVER_TEMP = /tmp/semver-844265074 [2020-12-16T13:45:53.669Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-12-16T13:45:54.623Z] # '/tmp/semver-844265074' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver' [2020-12-16T13:45:54.884Z] # -> Force: false [2020-12-16T13:45:54.884Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver [Pipeline] } [2020-12-16T13:45:54.900Z] $ docker exec --env ******** --env ******** 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent -k [2020-12-16T13:45:55.009Z] unset SSH_AUTH_SOCK; [2020-12-16T13:45:55.010Z] unset SSH_AGENT_PID; [2020-12-16T13:45:55.010Z] echo Agent pid 52 killed; [2020-12-16T13:45:55.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T13:45:55.546Z] + git semver [Pipeline] } [2020-12-16T13:45:55.565Z] $ docker stop --time=1 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 [2020-12-16T13:45:56.966Z] $ docker rm -f 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T13:45:57.425Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T13:45:58.025Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T13:45:58.028Z] [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 [2020-12-16T13:46:13.554Z] Still waiting to schedule task [2020-12-16T13:46:13.554Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-16T13:46:13.556Z] Still waiting to schedule task [2020-12-16T13:46:13.556Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-16T13:48:02.828Z] Running on prd-centos7-docker-4c-2g-16343 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws [2020-12-16T13:48:02.972Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-12-16T13:48:05.686Z] using credential edgex-jenkins-ssh [2020-12-16T13:48:05.744Z] Cloning the remote Git repository [2020-12-16T13:48:05.237Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-16T13:48:05.315Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-12-16T13:48:05.374Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-16T13:48:05.375Z] > git --version # timeout=10 [2020-12-16T13:48:05.383Z] > git --version # 'git version 2.24.3' [2020-12-16T13:48:05.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T13:48:05.410Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T13:48:07.365Z] Merging remotes/origin/master commit ad4a8559929426805d5df875db8eb26b12ca9048 into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-16T13:48:06.398Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-16T13:48:06.404Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T13:48:06.416Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-16T13:48:06.431Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-16T13:48:06.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T13:48:06.435Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T13:48:06.974Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T13:48:06.981Z] > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-16T13:48:07.561Z] Merge succeeded, producing a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-16T13:48:07.561Z] Checking out Revision a69c54c209a4e3d1ed6c28225f7b27db404d29e2 (PR-280) [2020-12-16T13:48:08.328Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16342 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws [2020-12-16T13:48:08.383Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-12-16T13:48:07.138Z] > git remote # timeout=10 [2020-12-16T13:48:07.145Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T13:48:07.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T13:48:07.158Z] > git merge ad4a8559929426805d5df875db8eb26b12ca9048 # timeout=10 [2020-12-16T13:48:07.169Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T13:48:07.179Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T13:48:07.184Z] > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-16T13:48:10.998Z] Commit message: "core data view page complete" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T13:48:12.586Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T13:48:12.913Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T13:48:13.213Z] + sudo service docker restart [2020-12-16T13:48:13.213Z] + true [2020-12-16T13:48:13.213Z] Redirecting to /bin/systemctl restart docker.service [2020-12-16T13:48:13.629Z] using credential edgex-jenkins-ssh [2020-12-16T13:48:13.706Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [2020-12-16T13:48:13.765Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-16T13:48:13.889Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-12-16T13:48:13.969Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-16T13:48:13.970Z] > git --version # timeout=10 [2020-12-16T13:48:13.989Z] > git --version # 'git version 2.17.1' [2020-12-16T13:48:13.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T13:48:14.088Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] wrap [2020-12-16T13:48:14.674Z] provisioning config files... [2020-12-16T13:48:14.701Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8871165958036459919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:48:15.068Z] ---> docker-login.sh [2020-12-16T13:48:15.068Z] nexus3.edgexfoundry.org:10001 [2020-12-16T13:48:15.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:15.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:15.331Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:15.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:15.331Z] [2020-12-16T13:48:15.331Z] Login Succeeded [2020-12-16T13:48:15.331Z] nexus3.edgexfoundry.org:10002 [2020-12-16T13:48:15.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:15.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:15.593Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:15.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:15.593Z] [2020-12-16T13:48:15.593Z] Login Succeeded [2020-12-16T13:48:15.593Z] nexus3.edgexfoundry.org:10003 [2020-12-16T13:48:15.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:15.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:15.855Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:15.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:15.855Z] [2020-12-16T13:48:15.855Z] Login Succeeded [2020-12-16T13:48:15.855Z] nexus3.edgexfoundry.org:10004 [2020-12-16T13:48:15.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:15.495Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-16T13:48:15.517Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T13:48:15.550Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-16T13:48:15.591Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-16T13:48:15.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T13:48:15.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T13:48:16.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:16.117Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:16.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:16.117Z] [2020-12-16T13:48:16.117Z] Login Succeeded [2020-12-16T13:48:16.117Z] docker.io [2020-12-16T13:48:16.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:16.193Z] Merging remotes/origin/master commit ad4a8559929426805d5df875db8eb26b12ca9048 into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-16T13:48:16.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:16.379Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:16.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:16.379Z] [2020-12-16T13:48:16.379Z] Login Succeeded [2020-12-16T13:48:16.379Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T13:48:16.388Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-16T13:48:16.650Z] Merge succeeded, producing a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-16T13:48:16.651Z] Checking out Revision a69c54c209a4e3d1ed6c28225f7b27db404d29e2 (PR-280) [Pipeline] echo [2020-12-16T13:48:16.685Z] ========================================================= [2020-12-16T13:48:16.685Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T13:48:16.685Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:48:17.028Z] + 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 . [2020-12-16T13:48:16.213Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T13:48:16.227Z] > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-16T13:48:16.508Z] > git remote # timeout=10 [2020-12-16T13:48:16.528Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T13:48:16.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T13:48:16.601Z] > git merge ad4a8559929426805d5df875db8eb26b12ca9048 # timeout=10 [2020-12-16T13:48:16.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T13:48:16.657Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T13:48:16.700Z] > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-16T13:48:17.290Z] Sending build context to Docker daemon 16.58MB [2020-12-16T13:48:17.290Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-16T13:48:17.290Z] Step 2/8 : FROM ${BASE} [2020-12-16T13:48:17.290Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T13:48:17.290Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T13:48:17.290Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T13:48:17.290Z] de9db76c5a1d: Pulling fs layer [2020-12-16T13:48:17.290Z] bca2f99d35d6: Pulling fs layer [2020-12-16T13:48:17.290Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T13:48:17.290Z] 7c6f9722023f: Pulling fs layer [2020-12-16T13:48:17.290Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T13:48:17.290Z] bca2f99d35d6: Waiting [2020-12-16T13:48:17.290Z] 93359f2a8cfa: Waiting [2020-12-16T13:48:17.290Z] 7c6f9722023f: Waiting [2020-12-16T13:48:17.290Z] a35cf1a2eb13: Waiting [2020-12-16T13:48:17.290Z] de9db76c5a1d: Verifying Checksum [2020-12-16T13:48:17.290Z] de9db76c5a1d: Download complete [2020-12-16T13:48:17.290Z] 0ef7d3d256c8: Download complete [2020-12-16T13:48:17.290Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T13:48:17.290Z] 93359f2a8cfa: Download complete [2020-12-16T13:48:17.552Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T13:48:17.552Z] 188c0c94c7c5: Download complete [2020-12-16T13:48:17.552Z] 7c6f9722023f: Verifying Checksum [2020-12-16T13:48:17.552Z] 7c6f9722023f: Download complete [2020-12-16T13:48:17.552Z] 188c0c94c7c5: Pull complete [2020-12-16T13:48:17.813Z] 0ef7d3d256c8: Pull complete [2020-12-16T13:48:18.075Z] de9db76c5a1d: Pull complete [2020-12-16T13:48:19.471Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T13:48:19.471Z] a35cf1a2eb13: Download complete [2020-12-16T13:48:20.420Z] bca2f99d35d6: Verifying Checksum [2020-12-16T13:48:20.420Z] bca2f99d35d6: Download complete [2020-12-16T13:48:21.202Z] Commit message: "core data view page complete" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T13:48:22.719Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T13:48:23.189Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T13:48:23.530Z] + sudo service docker restart [2020-12-16T13:48:23.530Z] + true [2020-12-16T13:48:25.747Z] bca2f99d35d6: Pull complete [2020-12-16T13:48:25.748Z] 93359f2a8cfa: Pull complete [2020-12-16T13:48:25.748Z] 7c6f9722023f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T13:48:26.278Z] provisioning config files... [2020-12-16T13:48:26.314Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6346346889221961349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:48:26.717Z] ---> docker-login.sh [2020-12-16T13:48:26.717Z] nexus3.edgexfoundry.org:10001 [2020-12-16T13:48:27.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:28.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:28.001Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:28.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:28.001Z] [2020-12-16T13:48:28.001Z] Login Succeeded [2020-12-16T13:48:28.001Z] nexus3.edgexfoundry.org:10002 [2020-12-16T13:48:28.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:28.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:28.552Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:28.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:28.552Z] [2020-12-16T13:48:28.552Z] Login Succeeded [2020-12-16T13:48:28.552Z] nexus3.edgexfoundry.org:10003 [2020-12-16T13:48:28.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:29.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:29.112Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:29.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:29.112Z] [2020-12-16T13:48:29.112Z] Login Succeeded [2020-12-16T13:48:29.112Z] nexus3.edgexfoundry.org:10004 [2020-12-16T13:48:29.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:29.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:29.659Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:29.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:29.659Z] [2020-12-16T13:48:29.659Z] Login Succeeded [2020-12-16T13:48:29.659Z] docker.io [2020-12-16T13:48:29.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T13:48:30.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T13:48:30.530Z] Configure a credential helper to remove this warning. See [2020-12-16T13:48:30.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T13:48:30.530Z] [2020-12-16T13:48:30.530Z] Login Succeeded [2020-12-16T13:48:30.530Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T13:48:30.547Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T13:48:31.114Z] ========================================================= [2020-12-16T13:48:31.115Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T13:48:31.115Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:48:31.508Z] + 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 . [2020-12-16T13:48:32.119Z] Sending build context to Docker daemon 16.58MB [2020-12-16T13:48:32.119Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-16T13:48:32.119Z] Step 2/8 : FROM ${BASE} [2020-12-16T13:48:32.396Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T13:48:32.396Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T13:48:32.396Z] a4357932f1b6: Pulling fs layer [2020-12-16T13:48:32.396Z] 18c013af1878: Pulling fs layer [2020-12-16T13:48:32.396Z] 00ac8860ef70: Pulling fs layer [2020-12-16T13:48:32.396Z] 63d7cb157983: Pulling fs layer [2020-12-16T13:48:32.396Z] b116817d02f9: Pulling fs layer [2020-12-16T13:48:32.396Z] 745a02a5169b: Pulling fs layer [2020-12-16T13:48:32.396Z] 63d7cb157983: Waiting [2020-12-16T13:48:32.396Z] b116817d02f9: Waiting [2020-12-16T13:48:32.396Z] 745a02a5169b: Waiting [2020-12-16T13:48:32.396Z] 00ac8860ef70: Waiting [2020-12-16T13:48:32.396Z] 18c013af1878: Download complete [2020-12-16T13:48:32.396Z] a4357932f1b6: Verifying Checksum [2020-12-16T13:48:32.396Z] 63d7cb157983: Verifying Checksum [2020-12-16T13:48:32.396Z] 63d7cb157983: Download complete [2020-12-16T13:48:32.396Z] b116817d02f9: Verifying Checksum [2020-12-16T13:48:32.396Z] b116817d02f9: Download complete [2020-12-16T13:48:32.396Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T13:48:32.396Z] 5f621e34cdf4: Download complete [2020-12-16T13:48:33.394Z] 5f621e34cdf4: Pull complete [2020-12-16T13:48:33.671Z] a4357932f1b6: Pull complete [2020-12-16T13:48:33.920Z] a35cf1a2eb13: Pull complete [2020-12-16T13:48:33.920Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T13:48:33.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T13:48:33.920Z] ---> a62c8e92a672 [2020-12-16T13:48:33.920Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T13:48:33.920Z] ---> Running in c1d9d295cfd3 [2020-12-16T13:48:33.920Z] Removing intermediate container c1d9d295cfd3 [2020-12-16T13:48:33.920Z] ---> 34a3573c4f1b [2020-12-16T13:48:33.920Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T13:48:33.920Z] ---> Running in a554227917f8 [2020-12-16T13:48:34.277Z] 18c013af1878: Pull complete [2020-12-16T13:48:34.550Z] 745a02a5169b: Verifying Checksum [2020-12-16T13:48:34.550Z] 745a02a5169b: Download complete [2020-12-16T13:48:34.879Z] Removing intermediate container a554227917f8 [2020-12-16T13:48:34.879Z] ---> 919a3cdd0a18 [2020-12-16T13:48:34.879Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-16T13:48:34.879Z] ---> Running in dd586eb291ad [2020-12-16T13:48:35.534Z] 00ac8860ef70: Verifying Checksum [2020-12-16T13:48:35.535Z] 00ac8860ef70: Download complete [2020-12-16T13:48:35.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T13:48:36.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T13:48:36.984Z] OK: 166 MiB in 39 packages [2020-12-16T13:48:37.249Z] Removing intermediate container dd586eb291ad [2020-12-16T13:48:37.249Z] ---> 231fb61cf200 [2020-12-16T13:48:37.249Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-16T13:48:37.511Z] ---> Running in b16270a742a6 [2020-12-16T13:48:37.511Z] Removing intermediate container b16270a742a6 [2020-12-16T13:48:37.511Z] ---> 073c9d20ab1b [2020-12-16T13:48:37.511Z] Step 7/8 : COPY . . [2020-12-16T13:48:39.439Z] ---> 1d2300d43ba3 [2020-12-16T13:48:39.439Z] Step 8/8 : RUN go mod download [2020-12-16T13:48:39.439Z] ---> Running in 10a06f64872f [2020-12-16T13:48:45.725Z] 00ac8860ef70: Pull complete [2020-12-16T13:48:46.005Z] 63d7cb157983: Pull complete [2020-12-16T13:48:46.605Z] b116817d02f9: Pull complete [2020-12-16T13:48:50.026Z] 745a02a5169b: Pull complete [2020-12-16T13:48:50.306Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T13:48:50.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T13:48:50.306Z] ---> b7e6874047d6 [2020-12-16T13:48:50.306Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T13:48:53.755Z] ---> Running in a18fbcc0754e [2020-12-16T13:48:53.755Z] Removing intermediate container a18fbcc0754e [2020-12-16T13:48:53.755Z] ---> 6b4cec46725f [2020-12-16T13:48:53.755Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T13:48:54.034Z] ---> Running in c2a865b5ae69 [2020-12-16T13:48:56.674Z] Removing intermediate container c2a865b5ae69 [2020-12-16T13:48:56.674Z] ---> 32376a6fffbb [2020-12-16T13:48:56.674Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-16T13:48:56.674Z] ---> Running in 12e8cb66c85a [2020-12-16T13:48:57.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T13:48:58.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T13:48:59.253Z] OK: 142 MiB in 39 packages [2020-12-16T13:49:00.248Z] Removing intermediate container 12e8cb66c85a [2020-12-16T13:49:00.248Z] ---> 99c899ea43e6 [2020-12-16T13:49:00.248Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-16T13:49:00.248Z] ---> Running in e323dd896aee [2020-12-16T13:49:00.848Z] Removing intermediate container e323dd896aee [2020-12-16T13:49:00.848Z] ---> 723c9fbacca3 [2020-12-16T13:49:00.848Z] Step 7/8 : COPY . . [2020-12-16T13:49:01.535Z] Removing intermediate container 10a06f64872f [2020-12-16T13:49:01.535Z] ---> 4c73be6733d9 [2020-12-16T13:49:01.535Z] Successfully built 4c73be6733d9 [2020-12-16T13:49:01.535Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:49:01.854Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T13:49:01.854Z] . [Pipeline] withDockerContainer [2020-12-16T13:49:02.086Z] prd-centos7-docker-4c-2g-16343 does not seem to be running inside a container [2020-12-16T13:49:02.197Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T13:49:02.826Z] ---> e8f7bb0525ce [2020-12-16T13:49:02.826Z] Step 8/8 : RUN go mod download [2020-12-16T13:49:03.005Z] $ docker top 4d77fd19ad765d409a681ebc5573bd054f48bc80e72a32015a90c1723ac31379 -eo pid,comm [2020-12-16T13:49:03.099Z] ---> Running in 1b44c4e899cd [Pipeline] { [Pipeline] sh [2020-12-16T13:49:03.533Z] + go version [2020-12-16T13:49:03.533Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T13:49:03.553Z] $ docker stop --time=1 4d77fd19ad765d409a681ebc5573bd054f48bc80e72a32015a90c1723ac31379 [2020-12-16T13:49:04.892Z] $ docker rm -f 4d77fd19ad765d409a681ebc5573bd054f48bc80e72a32015a90c1723ac31379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:49:05.759Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T13:49:05.759Z] . [Pipeline] withDockerContainer [2020-12-16T13:49:05.851Z] prd-centos7-docker-4c-2g-16343 does not seem to be running inside a container [2020-12-16T13:49:05.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T13:49:06.522Z] $ docker top 1aa22272c965f9e2a9f84eebcb31ba501ad7d36e802787ff635e948a108d75de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T13:49:07.070Z] + make test [2020-12-16T13:49:07.070Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-16T13:49:07.656Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-16T13:49:15.947Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-16T13:49:15.947Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-12-16T13:49:16.918Z] $ docker stop --time=1 1aa22272c965f9e2a9f84eebcb31ba501ad7d36e802787ff635e948a108d75de [2020-12-16T13:49:19.090Z] $ docker rm -f 1aa22272c965f9e2a9f84eebcb31ba501ad7d36e802787ff635e948a108d75de [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T13:49:19.705Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T13:49:20.010Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-16T13:49:22.546Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-16T13:49:22.844Z] + ls -al . [2020-12-16T13:49:22.844Z] total 88 [2020-12-16T13:49:22.844Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 16 13:49 . [2020-12-16T13:49:22.844Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 16 13:48 .. [2020-12-16T13:49:22.844Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 16 13:48 assets [2020-12-16T13:49:22.844Z] drwxrwxr-x. 2 jenkins jenkins 35 Dec 16 13:48 bin [2020-12-16T13:49:22.844Z] drwxrwxr-x. 3 jenkins jenkins 29 Dec 16 13:48 cmd [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 3959 Dec 16 13:48 CONTRIBUTING.md [2020-12-16T13:49:22.844Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 16 13:49 coverage.out [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 913 Dec 16 13:48 Dockerfile [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 898 Dec 16 13:48 Dockerfile.build [2020-12-16T13:49:22.844Z] drwxrwxr-x. 5 jenkins jenkins 104 Dec 16 13:48 docs [2020-12-16T13:49:22.844Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 16 13:48 .git [2020-12-16T13:49:22.844Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 16 13:48 .github [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 153 Dec 16 13:48 .gitignore [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 1019 Dec 16 13:48 go.mod [2020-12-16T13:49:22.844Z] -rw-r--r--. 1 jenkins jenkins 20718 Dec 16 13:49 go.sum [2020-12-16T13:49:22.844Z] drwxrwxr-x. 10 jenkins jenkins 139 Dec 16 13:48 internal [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 652 Dec 16 13:48 Jenkinsfile [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 11357 Dec 16 13:48 LICENSE [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 951 Dec 16 13:48 Makefile [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 4535 Dec 16 13:48 README.md [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 16 13:45 VERSION [2020-12-16T13:49:22.844Z] -rw-rw-r--. 1 jenkins jenkins 155 Dec 16 13:48 version.go [2020-12-16T13:49:22.844Z] drwxrwxr-x. 4 jenkins jenkins 266 Dec 16 13:48 web [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:49:23.149Z] + 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=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 --label arch=amd64 --label version=0.0.0 . [2020-12-16T13:49:23.416Z] Sending build context to Docker daemon 16.6MB [2020-12-16T13:49:23.416Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-16T13:49:23.416Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-16T13:49:23.416Z] ---> 4c73be6733d9 [2020-12-16T13:49:23.416Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-16T13:49:23.990Z] ---> Running in 6f828eafce5e [2020-12-16T13:49:24.253Z] Removing intermediate container 6f828eafce5e [2020-12-16T13:49:24.253Z] ---> da2103d8f2af [2020-12-16T13:49:24.253Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-16T13:49:24.253Z] ---> Running in 560c021da6b6 [2020-12-16T13:49:24.516Z] Removing intermediate container 560c021da6b6 [2020-12-16T13:49:24.516Z] ---> b1b14b842001 [2020-12-16T13:49:24.516Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-16T13:49:24.516Z] ---> Running in db0dd44de9cc [2020-12-16T13:49:24.516Z] Removing intermediate container db0dd44de9cc [2020-12-16T13:49:24.516Z] ---> 3c58ece51e2c [2020-12-16T13:49:24.516Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-16T13:49:24.779Z] ---> Running in b7b8ee4d18c4 [2020-12-16T13:49:24.779Z] Removing intermediate container b7b8ee4d18c4 [2020-12-16T13:49:24.779Z] ---> 8b74b2a03d8c [2020-12-16T13:49:24.779Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-16T13:49:24.779Z] ---> Running in 4dffbbe34a80 [2020-12-16T13:49:25.043Z] Removing intermediate container 4dffbbe34a80 [2020-12-16T13:49:25.043Z] ---> 6d81bbeb5c0b [2020-12-16T13:49:25.043Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T13:49:25.043Z] ---> Running in e1b5d53bca1d [2020-12-16T13:49:25.993Z] Removing intermediate container e1b5d53bca1d [2020-12-16T13:49:25.993Z] ---> 77a278507586 [2020-12-16T13:49:25.993Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-16T13:49:25.993Z] ---> Running in 93d78adda4ed [2020-12-16T13:49:26.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T13:49:27.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T13:49:27.777Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T13:49:27.777Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T13:49:27.777Z] OK: 12750 distinct packages available [2020-12-16T13:49:28.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T13:49:28.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T13:49:28.876Z] OK: 166 MiB in 39 packages [2020-12-16T13:49:29.451Z] Removing intermediate container 93d78adda4ed [2020-12-16T13:49:29.451Z] ---> c553338ea114 [2020-12-16T13:49:29.451Z] Step 10/24 : ENV GO111MODULE=on [2020-12-16T13:49:29.451Z] ---> Running in c71166911cf0 [2020-12-16T13:49:29.714Z] Removing intermediate container c71166911cf0 [2020-12-16T13:49:29.714Z] ---> d4779bc3b26d [2020-12-16T13:49:29.714Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-16T13:49:29.714Z] ---> Running in 4bd1042bbed7 [2020-12-16T13:49:29.714Z] Removing intermediate container 4bd1042bbed7 [2020-12-16T13:49:29.714Z] ---> 28302cb4e97d [2020-12-16T13:49:29.714Z] Step 12/24 : COPY go.mod . [2020-12-16T13:49:29.931Z] Removing intermediate container 1b44c4e899cd [2020-12-16T13:49:29.931Z] ---> e21591a3889d [2020-12-16T13:49:29.931Z] Successfully built e21591a3889d [2020-12-16T13:49:29.931Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:49:30.278Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T13:49:30.278Z] . [Pipeline] withDockerContainer [2020-12-16T13:49:30.530Z] prd-ubuntu18.04-docker-arm64-4c-16g-16342 does not seem to be running inside a container [2020-12-16T13:49:30.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T13:49:30.659Z] ---> 22fbb824a479 [2020-12-16T13:49:30.659Z] Step 13/24 : COPY Makefile . [2020-12-16T13:49:30.659Z] ---> b044be284297 [2020-12-16T13:49:30.659Z] Step 14/24 : RUN make update [2020-12-16T13:49:30.659Z] ---> Running in 48ba7cf6b721 [2020-12-16T13:49:31.232Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-16T13:49:31.809Z] Removing intermediate container 48ba7cf6b721 [2020-12-16T13:49:31.809Z] ---> b11fab5cd26c [2020-12-16T13:49:31.809Z] Step 15/24 : COPY . . [2020-12-16T13:49:32.053Z] $ docker top e70548caa97215b4120c045247277f1f659633af34d2f54babb0c4f82b14d9ba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T13:49:33.063Z] + go version [2020-12-16T13:49:33.063Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T13:49:33.086Z] $ docker stop --time=1 e70548caa97215b4120c045247277f1f659633af34d2f54babb0c4f82b14d9ba [2020-12-16T13:49:33.199Z] ---> cbdb23a47ec3 [2020-12-16T13:49:33.199Z] Step 16/24 : RUN ${MAKE} [2020-12-16T13:49:33.199Z] ---> Running in ad45b4a940ef [2020-12-16T13:49:33.777Z] 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 [2020-12-16T13:49:34.909Z] $ docker rm -f e70548caa97215b4120c045247277f1f659633af34d2f54babb0c4f82b14d9ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:49:35.926Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T13:49:35.926Z] . [Pipeline] withDockerContainer [2020-12-16T13:49:36.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-16342 does not seem to be running inside a container [2020-12-16T13:49:36.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T13:49:37.602Z] $ docker top 2f7fa9f7aef8feeae7f4e95ffa279474b5f6580c1ba171232ab25fb85c345dd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T13:49:38.571Z] + make test [2020-12-16T13:49:38.571Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-16T13:49:39.550Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-16T13:49:42.064Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-16T13:49:43.986Z] Removing intermediate container ad45b4a940ef [2020-12-16T13:49:43.986Z] ---> f29d1dff6911 [2020-12-16T13:49:43.986Z] Step 17/24 : FROM alpine [2020-12-16T13:49:44.557Z] latest: Pulling from library/alpine [2020-12-16T13:49:44.557Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T13:49:44.818Z] 05e7bc50f07f: Download complete [2020-12-16T13:49:45.079Z] 05e7bc50f07f: Pull complete [2020-12-16T13:49:45.079Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T13:49:45.079Z] Status: Downloaded newer image for alpine:latest [2020-12-16T13:49:45.079Z] ---> b14afc6dfb98 [2020-12-16T13:49:45.079Z] Step 18/24 : EXPOSE 4000 [2020-12-16T13:49:45.079Z] ---> Running in 2e11aafdd5e1 [2020-12-16T13:49:45.341Z] Removing intermediate container 2e11aafdd5e1 [2020-12-16T13:49:45.341Z] ---> 9160138c0d15 [2020-12-16T13:49:45.341Z] 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 [2020-12-16T13:49:46.286Z] ---> ef2851961431 [2020-12-16T13:49:46.287Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-16T13:49:46.287Z] ---> Running in 59fa1ba2c436 [2020-12-16T13:49:46.287Z] Removing intermediate container 59fa1ba2c436 [2020-12-16T13:49:46.287Z] ---> 5869961b6bde [2020-12-16T13:49:46.287Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-16T13:49:46.287Z] ---> Running in 7e15c96fe395 [2020-12-16T13:49:46.549Z] Removing intermediate container 7e15c96fe395 [2020-12-16T13:49:46.549Z] ---> a20d0eeb7c5f [2020-12-16T13:49:46.549Z] Step 22/24 : LABEL arch=amd64 [2020-12-16T13:49:46.549Z] ---> Running in f6a23034381d [2020-12-16T13:49:46.812Z] Removing intermediate container f6a23034381d [2020-12-16T13:49:46.812Z] ---> 48a73b2ced1e [2020-12-16T13:49:46.812Z] Step 23/24 : LABEL git_sha=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-16T13:49:46.812Z] ---> Running in 2e9c8729a716 [2020-12-16T13:49:47.074Z] Removing intermediate container 2e9c8729a716 [2020-12-16T13:49:47.074Z] ---> 8ed457db603f [2020-12-16T13:49:47.074Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T13:49:47.074Z] ---> Running in ba598e8cb3db [2020-12-16T13:49:47.074Z] Removing intermediate container ba598e8cb3db [2020-12-16T13:49:47.074Z] ---> 9bd0442424ca [2020-12-16T13:49:47.074Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-16T13:49:47.074Z] Successfully built 9bd0442424ca [2020-12-16T13:49:47.337Z] 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] } [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-16T13:50:01.754Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-16T13:50:01.754Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-12-16T13:50:07.219Z] $ docker stop --time=1 2f7fa9f7aef8feeae7f4e95ffa279474b5f6580c1ba171232ab25fb85c345dd6 [2020-12-16T13:50:09.322Z] $ docker rm -f 2f7fa9f7aef8feeae7f4e95ffa279474b5f6580c1ba171232ab25fb85c345dd6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T13:50:10.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T13:50:10.179Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T13:50:10.958Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T13:50:11.725Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-16T13:50:12.088Z] + ls -al . [2020-12-16T13:50:12.088Z] total 124 [2020-12-16T13:50:12.088Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 16 13:49 . [2020-12-16T13:50:12.088Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 13:48 .. [2020-12-16T13:50:12.088Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 16 13:48 .git [2020-12-16T13:50:12.088Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 16 13:48 .github [2020-12-16T13:50:12.088Z] -rw-rw-r-- 1 jenkins jenkins 153 Dec 16 13:48 .gitignore [2020-12-16T13:50:12.088Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 16 13:48 CONTRIBUTING.md [2020-12-16T13:50:12.088Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 16 13:48 Dockerfile [2020-12-16T13:50:12.088Z] -rw-rw-r-- 1 jenkins jenkins 898 Dec 16 13:48 Dockerfile.build [2020-12-16T13:50:12.088Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 16 13:48 Jenkinsfile [2020-12-16T13:50:12.088Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 16 13:48 LICENSE [2020-12-16T13:50:12.089Z] -rw-rw-r-- 1 jenkins jenkins 951 Dec 16 13:48 Makefile [2020-12-16T13:50:12.089Z] -rw-rw-r-- 1 jenkins jenkins 4535 Dec 16 13:48 README.md [2020-12-16T13:50:12.089Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 16 13:45 VERSION [2020-12-16T13:50:12.089Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 16 13:48 assets [2020-12-16T13:50:12.089Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 16 13:48 bin [2020-12-16T13:50:12.089Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 16 13:48 cmd [2020-12-16T13:50:12.089Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 16 13:49 coverage.out [2020-12-16T13:50:12.089Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 16 13:48 docs [2020-12-16T13:50:12.089Z] -rw-rw-r-- 1 jenkins jenkins 1019 Dec 16 13:48 go.mod [2020-12-16T13:50:12.089Z] -rw-r--r-- 1 jenkins jenkins 20718 Dec 16 13:49 go.sum [2020-12-16T13:50:12.089Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 16 13:48 internal [2020-12-16T13:50:12.089Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 16 13:48 version.go [2020-12-16T13:50:12.089Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 13:48 web [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:50:12.457Z] + 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=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 --label arch=arm64 --label version=0.0.0 . [2020-12-16T13:50:13.452Z] Sending build context to Docker daemon 16.6MB [2020-12-16T13:50:13.452Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-16T13:50:13.452Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-16T13:50:13.452Z] ---> e21591a3889d [2020-12-16T13:50:13.452Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-16T13:50:13.724Z] ---> Running in 605f12570ef8 [2020-12-16T13:50:13.996Z] Removing intermediate container 605f12570ef8 [2020-12-16T13:50:13.996Z] ---> cc73d4d64352 [2020-12-16T13:50:13.996Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-16T13:50:14.270Z] ---> Running in a672accd5944 [2020-12-16T13:50:14.549Z] Removing intermediate container a672accd5944 [2020-12-16T13:50:14.549Z] ---> f2490c02b4c5 [2020-12-16T13:50:14.549Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-16T13:50:14.824Z] ---> Running in 088e5313ede5 [2020-12-16T13:50:15.419Z] Removing intermediate container 088e5313ede5 [2020-12-16T13:50:15.419Z] ---> 0d514114af48 [2020-12-16T13:50:15.419Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-16T13:50:15.419Z] ---> Running in 998dc3a6620a [2020-12-16T13:50:16.018Z] Removing intermediate container 998dc3a6620a [2020-12-16T13:50:16.018Z] ---> e0b432cf6df8 [2020-12-16T13:50:16.018Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-16T13:50:16.018Z] ---> Running in fd5d943cf650 [2020-12-16T13:50:16.298Z] Removing intermediate container fd5d943cf650 [2020-12-16T13:50:16.298Z] ---> 66d24caa5b08 [2020-12-16T13:50:16.298Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T13:50:16.573Z] ---> Running in daefc7cc6ff5 [2020-12-16T13:50:18.548Z] Removing intermediate container daefc7cc6ff5 [2020-12-16T13:50:18.548Z] ---> 09829e6881ef [2020-12-16T13:50:18.548Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-16T13:50:18.826Z] ---> Running in 98ec75ad60d6 [2020-12-16T13:50:19.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T13:50:20.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T13:50:21.374Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T13:50:21.374Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T13:50:21.374Z] OK: 12620 distinct packages available [2020-12-16T13:50:21.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T13:50:22.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T13:50:22.944Z] OK: 142 MiB in 39 packages [2020-12-16T13:50:23.931Z] Removing intermediate container 98ec75ad60d6 [2020-12-16T13:50:23.931Z] ---> 7be73a12f264 [2020-12-16T13:50:23.931Z] Step 10/24 : ENV GO111MODULE=on [2020-12-16T13:50:24.203Z] ---> Running in 19b39599d382 [2020-12-16T13:50:24.801Z] Removing intermediate container 19b39599d382 [2020-12-16T13:50:24.801Z] ---> 272105503d29 [2020-12-16T13:50:24.801Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-16T13:50:24.801Z] ---> Running in 24a1cfb0e1ec [2020-12-16T13:50:25.400Z] Removing intermediate container 24a1cfb0e1ec [2020-12-16T13:50:25.400Z] ---> 4edab9190177 [2020-12-16T13:50:25.400Z] Step 12/24 : COPY go.mod . [2020-12-16T13:50:25.997Z] ---> 19fbb453ac02 [2020-12-16T13:50:25.997Z] Step 13/24 : COPY Makefile . [2020-12-16T13:50:26.974Z] ---> 205a5c4f4ba3 [2020-12-16T13:50:26.974Z] Step 14/24 : RUN make update [2020-12-16T13:50:26.974Z] ---> Running in c08d6ae4889d [2020-12-16T13:50:27.956Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-16T13:50:29.390Z] Removing intermediate container c08d6ae4889d [2020-12-16T13:50:29.390Z] ---> 72570e140018 [2020-12-16T13:50:29.390Z] Step 15/24 : COPY . . [2020-12-16T13:50:31.375Z] ---> 464874920fd2 [2020-12-16T13:50:31.375Z] Step 16/24 : RUN ${MAKE} [2020-12-16T13:50:31.375Z] ---> Running in f92fb18f546e [2020-12-16T13:50:32.812Z] 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 [2020-12-16T13:50:55.021Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-16T13:50:59.322Z] Removing intermediate container f92fb18f546e [2020-12-16T13:50:59.322Z] ---> 5477f42dcd20 [2020-12-16T13:50:59.322Z] Step 17/24 : FROM alpine [2020-12-16T13:50:59.593Z] latest: Pulling from library/alpine [2020-12-16T13:50:59.593Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T13:50:59.867Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T13:50:59.867Z] a3cc7d3b244e: Download complete [2020-12-16T13:51:00.465Z] a3cc7d3b244e: Pull complete [2020-12-16T13:51:00.465Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T13:51:00.465Z] Status: Downloaded newer image for alpine:latest [2020-12-16T13:51:00.465Z] ---> dd36a01c3f31 [2020-12-16T13:51:00.465Z] Step 18/24 : EXPOSE 4000 [2020-12-16T13:51:00.746Z] ---> Running in bcb467d093e0 [2020-12-16T13:51:01.019Z] Removing intermediate container bcb467d093e0 [2020-12-16T13:51:01.019Z] ---> 6c5a1f53021d [2020-12-16T13:51:01.019Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-16T13:51:02.992Z] ---> 2929422f9161 [2020-12-16T13:51:02.992Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-16T13:51:02.992Z] ---> Running in f85c08e847f0 [2020-12-16T13:51:03.269Z] Removing intermediate container f85c08e847f0 [2020-12-16T13:51:03.269Z] ---> bfa382713f46 [2020-12-16T13:51:03.269Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-16T13:51:03.541Z] ---> Running in e48f778e24a2 [2020-12-16T13:51:04.136Z] Removing intermediate container e48f778e24a2 [2020-12-16T13:51:04.136Z] ---> 8cfe2412223f [2020-12-16T13:51:04.136Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T13:51:04.136Z] ---> Running in 3ca7d8d44bb0 [2020-12-16T13:51:04.410Z] Removing intermediate container 3ca7d8d44bb0 [2020-12-16T13:51:04.410Z] ---> 4fb3e305cd36 [2020-12-16T13:51:04.410Z] Step 23/24 : LABEL git_sha=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-16T13:51:04.688Z] ---> Running in 72d5cd631158 [2020-12-16T13:51:05.285Z] Removing intermediate container 72d5cd631158 [2020-12-16T13:51:05.285Z] ---> ef308aea41e0 [2020-12-16T13:51:05.285Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T13:51:05.285Z] ---> Running in fc81910785db [2020-12-16T13:51:05.878Z] Removing intermediate container fc81910785db [2020-12-16T13:51:05.878Z] ---> 1ce7cdcf6a5d [2020-12-16T13:51:05.878Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-16T13:51:05.878Z] Successfully built 1ce7cdcf6a5d [2020-12-16T13:51:05.878Z] 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 [2020-12-16T13:51:07.495Z] provisioning config files... [2020-12-16T13:51:07.504Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config765767670090708285tmp [Pipeline] { [Pipeline] sh [2020-12-16T13:51:07.883Z] + set +x [2020-12-16T13:51:07.883Z] + bash -s -- [2020-12-16T13:51:07.883Z] + curl -s https://codecov.io/bash [2020-12-16T13:51:08.147Z] [2020-12-16T13:51:08.147Z] _____ _ [2020-12-16T13:51:08.147Z] / ____| | | [2020-12-16T13:51:08.147Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T13:51:08.147Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T13:51:08.147Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T13:51:08.147Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T13:51:08.147Z] Bash-20201130-cc6d3fe [2020-12-16T13:51:08.147Z] [2020-12-16T13:51:08.147Z] [2020-12-16T13:51:08.147Z] ==> Jenkins CI detected. [2020-12-16T13:51:08.147Z] project root: . [2020-12-16T13:51:08.147Z] --> token set from env [2020-12-16T13:51:08.147Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T13:51:08.147Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T13:51:08.147Z] ==> Python coveragepy not found [2020-12-16T13:51:08.147Z] ==> Searching for coverage reports in: [2020-12-16T13:51:08.147Z] + . [2020-12-16T13:51:08.147Z] -> Found 1 reports [2020-12-16T13:51:08.147Z] ==> Detecting git/mercurial file structure [2020-12-16T13:51:08.147Z] ==> Reading reports [2020-12-16T13:51:08.147Z] + ./coverage.out bytes=10 [2020-12-16T13:51:08.147Z] ==> Appending adjustments [2020-12-16T13:51:08.147Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T13:51:08.412Z] + Found adjustments [2020-12-16T13:51:08.412Z] ==> Gzipping contents [2020-12-16T13:51:08.412Z] 4.0K /tmp/codecov.IPVbEA.gz [2020-12-16T13:51:08.412Z] ==> Uploading reports [2020-12-16T13:51:08.412Z] url: https://codecov.io [2020-12-16T13:51:08.412Z] query: branch=PR-280&commit=a69c54c209a4e3d1ed6c28225f7b27db404d29e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= [2020-12-16T13:51:08.412Z] -> Pinging Codecov [2020-12-16T13:51:08.412Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-280&commit=a69c54c209a4e3d1ed6c28225f7b27db404d29e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= [2020-12-16T13:51:08.679Z] -> Uploading to [2020-12-16T13:51:08.679Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/FB506323287CE973F263BFD2A0EB1F37/a69c54c209a4e3d1ed6c28225f7b27db404d29e2/2b7dd357-e96d-4180-820d-1cdb0a88750b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T135108Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bde57b3b19dd0ac0d20fc2a97a258a5bbb2609145bce0af560e2bba675f8b6cc [2020-12-16T13:51:08.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T13:51:08.679Z] Dload Upload Total Spent Left Speed [2020-12-16T13:51:09.207Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5674 --:--:-- --:--:-- --:--:-- 5675 [2020-12-16T13:51:09.207Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [Pipeline] } [2020-12-16T13:51:09.217Z] 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 [2020-12-16T13:51:12.010Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:51:12.338Z] ---> package-listing.sh [2020-12-16T13:51:12.338Z] ++ facter osfamily [2020-12-16T13:51:12.338Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T13:51:12.338Z] + OS_FAMILY=redhat [2020-12-16T13:51:12.338Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-280 [2020-12-16T13:51:12.338Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T13:51:12.338Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T13:51:12.338Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T13:51:12.338Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T13:51:12.338Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' [2020-12-16T13:51:12.338Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T13:51:12.338Z] + case "${OS_FAMILY}" in [2020-12-16T13:51:12.338Z] + rpm -qa [2020-12-16T13:51:12.338Z] + sort [2020-12-16T13:51:16.565Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T13:51:16.565Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T13:51:16.565Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T13:51:16.565Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' [2020-12-16T13:51:16.565Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ [2020-12-16T13:51:16.565Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ [Pipeline] echo [2020-12-16T13:51:16.578Z] 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-280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T13:51:16.867Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:51:17.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T13:51:17.173Z] [2020-12-16T13:51:17.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T13:51:17.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T13:51:17.523Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T13:51:17.523Z] df20fa9351a1: Pulling fs layer [2020-12-16T13:51:17.523Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T13:51:17.523Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T13:51:17.523Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T13:51:17.523Z] 93b61091891f: Pulling fs layer [2020-12-16T13:51:17.523Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T13:51:17.523Z] 5e14af77c1be: Pulling fs layer [2020-12-16T13:51:17.523Z] 01666e4c0597: Pulling fs layer [2020-12-16T13:51:17.523Z] aa168da1d23b: Pulling fs layer [2020-12-16T13:51:17.523Z] 93b9cdb0e59b: Waiting [2020-12-16T13:51:17.523Z] 5e14af77c1be: Waiting [2020-12-16T13:51:17.523Z] 01666e4c0597: Waiting [2020-12-16T13:51:17.523Z] 46f8f816bc3b: Waiting [2020-12-16T13:51:17.523Z] 93b61091891f: Waiting [2020-12-16T13:51:17.523Z] aa168da1d23b: Waiting [2020-12-16T13:51:17.523Z] 36b3adc4ff6f: Download complete [2020-12-16T13:51:17.523Z] 46f8f816bc3b: Download complete [2020-12-16T13:51:17.523Z] df20fa9351a1: Verifying Checksum [2020-12-16T13:51:17.523Z] df20fa9351a1: Download complete [2020-12-16T13:51:17.523Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T13:51:17.523Z] 93b9cdb0e59b: Download complete [2020-12-16T13:51:17.786Z] 5e14af77c1be: Verifying Checksum [2020-12-16T13:51:17.786Z] 5e14af77c1be: Download complete [2020-12-16T13:51:17.786Z] 93b61091891f: Verifying Checksum [2020-12-16T13:51:17.786Z] 93b61091891f: Download complete [2020-12-16T13:51:17.786Z] 01666e4c0597: Verifying Checksum [2020-12-16T13:51:17.786Z] 01666e4c0597: Download complete [2020-12-16T13:51:18.053Z] df20fa9351a1: Pull complete [2020-12-16T13:51:18.053Z] 36b3adc4ff6f: Pull complete [2020-12-16T13:51:18.638Z] 8ad3a11d3b57: Download complete [2020-12-16T13:51:19.614Z] 8ad3a11d3b57: Pull complete [2020-12-16T13:51:19.614Z] 46f8f816bc3b: Pull complete [2020-12-16T13:51:20.192Z] 93b61091891f: Pull complete [2020-12-16T13:51:20.192Z] 93b9cdb0e59b: Pull complete [2020-12-16T13:51:20.192Z] aa168da1d23b: Verifying Checksum [2020-12-16T13:51:20.192Z] aa168da1d23b: Download complete [2020-12-16T13:51:20.454Z] 5e14af77c1be: Pull complete [2020-12-16T13:51:20.454Z] 01666e4c0597: Pull complete [2020-12-16T13:51:27.098Z] aa168da1d23b: Pull complete [2020-12-16T13:51:27.099Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T13:51:27.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T13:51:27.099Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T13:51:27.338Z] prd-centos7-docker-4c-2g-16341 does not seem to be running inside a container [2020-12-16T13:51:27.387Z] $ 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-280/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-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T13:51:30.776Z] $ docker top e86248a98707b6f045198f868255199afe9b134e1f8b16d19602620820aec2d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T13:51:31.267Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T13:51:31.571Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T13:51:31.873Z] + ls /var/log/sa-host [2020-12-16T13:51:31.873Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T13:51:31.873Z] file_magic: OK [2020-12-16T13:51:31.873Z] HZ: Using current value: 100 [2020-12-16T13:51:31.873Z] file_header: OK [2020-12-16T13:51:31.873Z] 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 [2020-12-16T13:51:31.873Z] Statistics: [2020-12-16T13:51:31.873Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T13:51:31.873Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T13:51:31.873Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T13:51:31.873Z] file_magic: OK [2020-12-16T13:51:31.873Z] HZ: Using current value: 100 [2020-12-16T13:51:31.873Z] file_header: OK [2020-12-16T13:51:31.873Z] 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 [2020-12-16T13:51:31.873Z] Statistics: [2020-12-16T13:51:31.873Z] Hnuu...uuuununununu... [2020-12-16T13:51:31.873Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T13:51:32.491Z] provisioning config files... [2020-12-16T13:51:32.520Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config8360780683872498637tmp [Pipeline] { [Pipeline] echo [2020-12-16T13:51:32.600Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:51:32.910Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T13:51:32.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T13:51:33.025Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:51:33.325Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T13:51:33.336Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:51:33.637Z] ---> sudo-logs.sh [2020-12-16T13:51:33.637Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T13:51:33.648Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:51:33.945Z] ---> job-cost.sh [2020-12-16T13:51:33.945Z] lf-activate-venv: SKIPPING [2020-12-16T13:51:33.945Z] INFO: No Stack... [2020-12-16T13:51:34.890Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T13:51:35.463Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T13:51:35.476Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T13:51:35.773Z] ---> logs-deploy.sh [2020-12-16T13:51:35.773Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-280/2 [2020-12-16T13:51:35.773Z] INFO: archiving workspace using pattern(s): [2020-12-16T13:51:37.693Z] Archives upload complete. [2020-12-16T13:51:37.693Z] INFO: archiving logs to Nexus