Pull request #276 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 5ef9ea294f0e2930baf7169ce94616ce58c32918+bb717a98573fc2f41e9494a67a42c25aa2286931 (9fe6c36fbcbd5472723811b77e025e445b486e7d) 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15067’ Running on prd-centos7-docker-4c-2g-15077 in /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [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-276 # 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/276/head:refs/remotes/origin/PR-276 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bb717a98573fc2f41e9494a67a42c25aa2286931 into PR head commit 5ef9ea294f0e2930baf7169ce94616ce58c32918 Merge succeeded, producing 5ef9ea294f0e2930baf7169ce94616ce58c32918 Checking out Revision 5ef9ea294f0e2930baf7169ce94616ce58c32918 (PR-276) > git config core.sparsecheckout # timeout=10 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # 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 bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 Commit message: "Merge branch 'master' into issue-#275" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 468a132687d7b117f528f8f8a012abaf0a553bba # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T07:58:42.671Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T07:58:42.954Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T07:58:43.057Z] ========================================================= [2020-12-08T07:58:43.057Z] EdgeX Global Pipelines Version Info [2020-12-08T07:58:43.057Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:58:44.564Z] ------------------- [2020-12-08T07:58:44.564Z] stable info: [2020-12-08T07:58:44.564Z] ------------------- [2020-12-08T07:58:44.564Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T07:58:44.564Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T07:58:44.564Z] Message: update stable to v1.0.171 [2020-12-08T07:58:45.513Z] ------------------- [2020-12-08T07:58:45.513Z] experimental info: [2020-12-08T07:58:45.513Z] ------------------- [2020-12-08T07:58:45.513Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-08T07:58:45.513Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T07:58:45.513Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T07:58:45.811Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-12-08T07:58:45.981Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-12-08T07:58:46.076Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T07:58:46.172Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T07:58:46.267Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T07:58:46.359Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T07:58:46.452Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T07:58:46.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T07:58:46.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-08T07:58:46.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T07:58:46.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T07:58:47.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-12-08T07:58:47.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T07:58:47.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T07:58:47.328Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T07:58:47.426Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T07:58:47.520Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:58:47.611Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:58:47.754Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-08T07:58:47.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-08T07:58:47.957Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-08T07:58:48.048Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-08T07:58:48.140Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-08T07:58:48.235Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-08T07:58:48.334Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-08T07:58:48.423Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T07:58:48.518Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-276 [Pipeline] echo [2020-12-08T07:58:48.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-276 [Pipeline] echo [2020-12-08T07:58:48.704Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-276 [Pipeline] echo [2020-12-08T07:58:48.795Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ef9ea294f0e2930baf7169ce94616ce58c32918 [Pipeline] echo [2020-12-08T07:58:48.885Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ef9ea2 [Pipeline] echo [2020-12-08T07:58:49.004Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T07:58:49.181Z] provisioning config files... [2020-12-08T07:58:49.209Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/config1654090081549784304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:58:49.572Z] ---> docker-login.sh [2020-12-08T07:58:49.573Z] nexus3.edgexfoundry.org:10001 [2020-12-08T07:58:49.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T07:58:50.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T07:58:50.096Z] Configure a credential helper to remove this warning. See [2020-12-08T07:58:50.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T07:58:50.096Z] [2020-12-08T07:58:50.096Z] Login Succeeded [2020-12-08T07:58:50.096Z] nexus3.edgexfoundry.org:10002 [2020-12-08T07:58:50.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T07:58:50.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T07:58:50.360Z] Configure a credential helper to remove this warning. See [2020-12-08T07:58:50.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T07:58:50.360Z] [2020-12-08T07:58:50.360Z] Login Succeeded [2020-12-08T07:58:50.360Z] nexus3.edgexfoundry.org:10003 [2020-12-08T07:58:50.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T07:58:50.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T07:58:50.360Z] Configure a credential helper to remove this warning. See [2020-12-08T07:58:50.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T07:58:50.360Z] [2020-12-08T07:58:50.360Z] Login Succeeded [2020-12-08T07:58:50.625Z] nexus3.edgexfoundry.org:10004 [2020-12-08T07:58:50.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T07:58:50.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T07:58:50.625Z] Configure a credential helper to remove this warning. See [2020-12-08T07:58:50.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T07:58:50.625Z] [2020-12-08T07:58:50.625Z] Login Succeeded [2020-12-08T07:58:50.625Z] docker.io [2020-12-08T07:58:50.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T07:58:51.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T07:58:51.151Z] Configure a credential helper to remove this warning. See [2020-12-08T07:58:51.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T07:58:51.151Z] [2020-12-08T07:58:51.151Z] Login Succeeded [2020-12-08T07:58:51.151Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T07:58:51.161Z] 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-08T07:58:52.014Z] + git log --format=format:%s -1 5ef9ea294f0e2930baf7169ce94616ce58c32918 [Pipeline] echo [2020-12-08T07:58:52.078Z] GIT_COMMIT: 5ef9ea294f0e2930baf7169ce94616ce58c32918, Commit Message: Merge branch 'master' into issue-#275 [Pipeline] echo [2020-12-08T07:58:52.131Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:58:52.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:58:52.720Z] [2020-12-08T07:58:52.720Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:58:53.096Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:58:53.096Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T07:58:53.096Z] 31603596830f: Pulling fs layer [2020-12-08T07:58:53.096Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T07:58:53.096Z] 6ca5941a6612: Pulling fs layer [2020-12-08T07:58:53.096Z] ecc8261a40a4: Pulling fs layer [2020-12-08T07:58:53.096Z] ecc8261a40a4: Waiting [2020-12-08T07:58:53.096Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T07:58:53.096Z] 2a8b12db71e7: Download complete [2020-12-08T07:58:53.359Z] 31603596830f: Verifying Checksum [2020-12-08T07:58:53.359Z] 31603596830f: Download complete [2020-12-08T07:58:53.359Z] 6ca5941a6612: Verifying Checksum [2020-12-08T07:58:53.359Z] 6ca5941a6612: Download complete [2020-12-08T07:58:53.359Z] ecc8261a40a4: Verifying Checksum [2020-12-08T07:58:53.359Z] ecc8261a40a4: Download complete [2020-12-08T07:58:53.623Z] 31603596830f: Pull complete [2020-12-08T07:58:53.886Z] 2a8b12db71e7: Pull complete [2020-12-08T07:58:54.461Z] 6ca5941a6612: Pull complete [2020-12-08T07:58:55.037Z] ecc8261a40a4: Pull complete [2020-12-08T07:58:55.037Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T07:58:55.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:58:55.037Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T07:58:55.145Z] prd-centos7-docker-4c-2g-15077 does not seem to be running inside a container [2020-12-08T07:58:55.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-276 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276:/w/workspace/edgexfoundry_edgex-ui-go_PR-276:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@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:10004/edgex-devops/git-semver:latest cat [2020-12-08T07:58:57.319Z] $ docker top 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T07:58:57.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T07:58:57.660Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T07:58:57.876Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T07:58:57.881Z] $ docker exec 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent [2020-12-08T07:58:58.057Z] SSH_AUTH_SOCK=/tmp/ssh-kK3rROjk0nbE/agent.12 [2020-12-08T07:58:58.057Z] SSH_AGENT_PID=17 [2020-12-08T07:58:58.067Z] Running ssh-add (command line suppressed) [2020-12-08T07:58:58.198Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_2302152207570434979.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_2302152207570434979.key) [2020-12-08T07:58:58.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T07:58:58.589Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T07:58:58.613Z] $ docker exec --env ******** --env ******** 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent -k [2020-12-08T07:58:58.730Z] unset SSH_AUTH_SOCK; [2020-12-08T07:58:58.730Z] unset SSH_AGENT_PID; [2020-12-08T07:58:58.730Z] echo Agent pid 17 killed; [2020-12-08T07:58:58.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T07:58:58.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T07:58:58.915Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T07:58:59.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T07:58:59.160Z] $ docker exec 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent [2020-12-08T07:58:59.347Z] SSH_AUTH_SOCK=/tmp/ssh-yohpY5PlHPEb/agent.45 [2020-12-08T07:58:59.347Z] SSH_AGENT_PID=51 [2020-12-08T07:58:59.360Z] Running ssh-add (command line suppressed) [2020-12-08T07:58:59.600Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_9177488765082234278.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_9177488765082234278.key) [2020-12-08T07:58:59.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T07:59:00.000Z] + git semver init [2020-12-08T07:59:00.001Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T07:59:00.001Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-276/.git [2020-12-08T07:59:00.001Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [2020-12-08T07:59:00.001Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T07:59:00.001Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T07:59:00.001Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T07:59:00.001Z] # $SEMVER_BRANCH = PR-276 [2020-12-08T07:59:00.001Z] # $SEMVER_TEMP = /tmp/semver-142077992 [2020-12-08T07:59:00.001Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-12-08T07:59:00.950Z] # '/tmp/semver-142077992' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-276/.semver' [2020-12-08T07:59:00.950Z] # -> Force: false [2020-12-08T07:59:00.950Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-276/.semver [Pipeline] } [2020-12-08T07:59:00.964Z] $ docker exec --env ******** --env ******** 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent -k [2020-12-08T07:59:01.085Z] unset SSH_AUTH_SOCK; [2020-12-08T07:59:01.086Z] unset SSH_AGENT_PID; [2020-12-08T07:59:01.086Z] echo Agent pid 51 killed; [2020-12-08T07:59:01.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T07:59:01.624Z] + git semver [Pipeline] } [2020-12-08T07:59:01.644Z] $ docker stop --time=1 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 [2020-12-08T07:59:03.078Z] $ docker rm -f 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T07:59:03.577Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T07:59:04.159Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T07:59:04.162Z] [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-08T07:59:19.636Z] Still waiting to schedule task [2020-12-08T07:59:19.636Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-08T07:59:19.638Z] Still waiting to schedule task [2020-12-08T07:59:19.638Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-08T08:01:09.807Z] Running on prd-centos7-docker-4c-2g-15080 in /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [Pipeline] { [Pipeline] ws [2020-12-08T08:01:09.920Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-12-08T08:01:12.603Z] using credential edgex-jenkins-ssh [2020-12-08T08:01:12.664Z] Cloning the remote Git repository [2020-12-08T08:01:12.692Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:01:12.767Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-12-08T08:01:12.839Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:01:12.840Z] > git --version # timeout=10 [2020-12-08T08:01:12.852Z] > git --version # 'git version 2.24.3' [2020-12-08T08:01:12.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:01:12.934Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:01:14.285Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:01:14.293Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:01:14.306Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:01:14.321Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:01:14.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:01:14.325Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/276/head:refs/remotes/origin/PR-276 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T08:01:14.806Z] Merging remotes/origin/master commit bb717a98573fc2f41e9494a67a42c25aa2286931 into PR head commit 5ef9ea294f0e2930baf7169ce94616ce58c32918 [2020-12-08T08:01:15.019Z] Merge succeeded, producing 5ef9ea294f0e2930baf7169ce94616ce58c32918 [2020-12-08T08:01:15.020Z] Checking out Revision 5ef9ea294f0e2930baf7169ce94616ce58c32918 (PR-276) [2020-12-08T08:01:14.821Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T08:01:14.827Z] > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 [2020-12-08T08:01:14.964Z] > git remote # timeout=10 [2020-12-08T08:01:14.970Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T08:01:14.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:01:14.980Z] > git merge bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 [2020-12-08T08:01:15.013Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T08:01:15.026Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T08:01:15.036Z] > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 [2020-12-08T08:01:18.744Z] Commit message: "Merge branch 'master' into issue-#275" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T08:01:20.109Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:01:20.471Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:01:20.776Z] + sudo service docker restart [2020-12-08T08:01:20.776Z] + true [2020-12-08T08:01:20.776Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T08:01:22.244Z] provisioning config files... [2020-12-08T08:01:22.277Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config389544332725814432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:01:22.638Z] ---> docker-login.sh [2020-12-08T08:01:22.638Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:01:22.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:01:22.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:01:22.911Z] Configure a credential helper to remove this warning. See [2020-12-08T08:01:22.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:01:22.911Z] [2020-12-08T08:01:22.911Z] Login Succeeded [2020-12-08T08:01:22.911Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:01:23.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:01:23.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:01:23.180Z] Configure a credential helper to remove this warning. See [2020-12-08T08:01:23.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:01:23.180Z] [2020-12-08T08:01:23.180Z] Login Succeeded [2020-12-08T08:01:23.180Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:01:23.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:01:23.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:01:23.444Z] Configure a credential helper to remove this warning. See [2020-12-08T08:01:23.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:01:23.444Z] [2020-12-08T08:01:23.444Z] Login Succeeded [2020-12-08T08:01:23.444Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:01:23.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:01:23.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:01:23.444Z] Configure a credential helper to remove this warning. See [2020-12-08T08:01:23.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:01:23.444Z] [2020-12-08T08:01:23.444Z] Login Succeeded [2020-12-08T08:01:23.444Z] docker.io [2020-12-08T08:01:23.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:01:23.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:01:23.974Z] Configure a credential helper to remove this warning. See [2020-12-08T08:01:23.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:01:23.974Z] [2020-12-08T08:01:23.974Z] Login Succeeded [2020-12-08T08:01:23.974Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:01:23.985Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T08:01:24.319Z] ========================================================= [2020-12-08T08:01:24.319Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T08:01:24.319Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:01:24.698Z] + 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-08T08:01:24.961Z] Sending build context to Docker daemon 15.87MB [2020-12-08T08:01:24.961Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-08T08:01:24.961Z] Step 2/8 : FROM ${BASE} [2020-12-08T08:01:24.961Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T08:01:24.961Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T08:01:24.961Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T08:01:24.961Z] de9db76c5a1d: Pulling fs layer [2020-12-08T08:01:24.961Z] bca2f99d35d6: Pulling fs layer [2020-12-08T08:01:24.961Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T08:01:24.961Z] 7c6f9722023f: Pulling fs layer [2020-12-08T08:01:24.961Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T08:01:24.961Z] bca2f99d35d6: Waiting [2020-12-08T08:01:24.961Z] 93359f2a8cfa: Waiting [2020-12-08T08:01:24.961Z] 7c6f9722023f: Waiting [2020-12-08T08:01:24.961Z] a35cf1a2eb13: Waiting [2020-12-08T08:01:24.961Z] de9db76c5a1d: Download complete [2020-12-08T08:01:24.961Z] 0ef7d3d256c8: Download complete [2020-12-08T08:01:25.224Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T08:01:25.224Z] 93359f2a8cfa: Download complete [2020-12-08T08:01:25.224Z] 7c6f9722023f: Verifying Checksum [2020-12-08T08:01:25.224Z] 7c6f9722023f: Download complete [2020-12-08T08:01:25.224Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T08:01:25.224Z] 188c0c94c7c5: Download complete [2020-12-08T08:01:25.487Z] 188c0c94c7c5: Pull complete [2020-12-08T08:01:25.487Z] 0ef7d3d256c8: Pull complete [2020-12-08T08:01:25.753Z] de9db76c5a1d: Pull complete [2020-12-08T08:01:27.162Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T08:01:27.162Z] a35cf1a2eb13: Download complete [2020-12-08T08:01:27.744Z] bca2f99d35d6: Verifying Checksum [2020-12-08T08:01:27.744Z] bca2f99d35d6: Download complete [2020-12-08T08:01:33.105Z] bca2f99d35d6: Pull complete [2020-12-08T08:01:33.105Z] 93359f2a8cfa: Pull complete [2020-12-08T08:01:33.105Z] 7c6f9722023f: Pull complete [2020-12-08T08:01:41.287Z] a35cf1a2eb13: Pull complete [2020-12-08T08:01:41.287Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T08:01:41.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T08:01:41.287Z] ---> a62c8e92a672 [2020-12-08T08:01:41.287Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-08T08:01:41.287Z] ---> Running in 3c2ad2553875 [2020-12-08T08:01:41.287Z] Removing intermediate container 3c2ad2553875 [2020-12-08T08:01:41.287Z] ---> 42daf8237770 [2020-12-08T08:01:41.287Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:01:41.287Z] ---> Running in 78f02e582dc2 [2020-12-08T08:01:41.583Z] Removing intermediate container 78f02e582dc2 [2020-12-08T08:01:41.584Z] ---> bdac74561ff6 [2020-12-08T08:01:41.584Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-08T08:01:41.853Z] ---> Running in 60fd2acbf434 [2020-12-08T08:01:42.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T08:01:43.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T08:01:43.958Z] OK: 166 MiB in 39 packages [2020-12-08T08:01:44.223Z] Removing intermediate container 60fd2acbf434 [2020-12-08T08:01:44.223Z] ---> 20e2e5ff4485 [2020-12-08T08:01:44.223Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-08T08:01:44.223Z] ---> Running in f497a6b65ad4 [2020-12-08T08:01:44.486Z] Removing intermediate container f497a6b65ad4 [2020-12-08T08:01:44.486Z] ---> 577633831288 [2020-12-08T08:01:44.486Z] Step 7/8 : COPY . . [2020-12-08T08:01:46.414Z] ---> 7a77b17cac35 [2020-12-08T08:01:46.414Z] Step 8/8 : RUN go mod download [2020-12-08T08:01:46.414Z] ---> Running in 513f25ea63fa [2020-12-08T08:02:06.496Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15081 in /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [Pipeline] { [Pipeline] ws [2020-12-08T08:02:06.551Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-12-08T08:02:08.496Z] Removing intermediate container 513f25ea63fa [2020-12-08T08:02:08.496Z] ---> 5008c30c0e21 [2020-12-08T08:02:08.496Z] Successfully built 5008c30c0e21 [2020-12-08T08:02:08.496Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:02:08.838Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T08:02:08.838Z] . [Pipeline] withDockerContainer [2020-12-08T08:02:08.956Z] prd-centos7-docker-4c-2g-15080 does not seem to be running inside a container [2020-12-08T08:02:09.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T08:02:09.883Z] $ docker top cd4cff3d4db34a3beb8828d5d1c931339f14b8720805c5a0c9bbe571fd631624 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:02:10.511Z] + go version [2020-12-08T08:02:10.511Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T08:02:10.530Z] $ docker stop --time=1 cd4cff3d4db34a3beb8828d5d1c931339f14b8720805c5a0c9bbe571fd631624 [2020-12-08T08:02:11.887Z] $ docker rm -f cd4cff3d4db34a3beb8828d5d1c931339f14b8720805c5a0c9bbe571fd631624 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-12-08T08:02:12.383Z] using credential edgex-jenkins-ssh [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:02:12.464Z] Cloning the remote Git repository [2020-12-08T08:02:12.727Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T08:02:12.727Z] . [Pipeline] withDockerContainer [2020-12-08T08:02:12.824Z] prd-centos7-docker-4c-2g-15080 does not seem to be running inside a container [2020-12-08T08:02:12.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T08:02:12.529Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:02:12.640Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-12-08T08:02:12.725Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:02:12.726Z] > git --version # timeout=10 [2020-12-08T08:02:12.743Z] > git --version # 'git version 2.17.1' [2020-12-08T08:02:12.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:02:12.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:02:13.505Z] $ docker top fdcca2b74707027c1c557fa2ac784ddac0156c14de5d61809c14f90e3c3a7491 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:02:13.994Z] + make test [2020-12-08T08:02:13.994Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-08T08:02:14.949Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-08T08:02:15.156Z] Merging remotes/origin/master commit bb717a98573fc2f41e9494a67a42c25aa2286931 into PR head commit 5ef9ea294f0e2930baf7169ce94616ce58c32918 [2020-12-08T08:02:14.382Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:02:14.405Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:02:14.442Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:02:14.489Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:02:14.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:02:14.503Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/276/head:refs/remotes/origin/PR-276 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T08:02:15.183Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T08:02:15.209Z] > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 [2020-12-08T08:02:15.500Z] > git remote # timeout=10 [2020-12-08T08:02:15.522Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T08:02:15.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:02:15.629Z] > git merge bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 [2020-12-08T08:02:15.693Z] Merge succeeded, producing 5ef9ea294f0e2930baf7169ce94616ce58c32918 [2020-12-08T08:02:15.694Z] Checking out Revision 5ef9ea294f0e2930baf7169ce94616ce58c32918 (PR-276) [2020-12-08T08:02:15.660Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T08:02:15.705Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T08:02:15.746Z] > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 [2020-12-08T08:02:20.438Z] Commit message: "Merge branch 'master' into issue-#275" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-08T08:02:21.653Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-08T08:02:21.920Z] GO111MODULE=on go vet ./... [2020-12-08T08:02:22.116Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:02:22.533Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:02:22.955Z] + sudo service docker restart [2020-12-08T08:02:22.955Z] + true [Pipeline] } [2020-12-08T08:02:23.867Z] $ docker stop --time=1 fdcca2b74707027c1c557fa2ac784ddac0156c14de5d61809c14f90e3c3a7491 [2020-12-08T08:02:25.931Z] $ docker rm -f fdcca2b74707027c1c557fa2ac784ddac0156c14de5d61809c14f90e3c3a7491 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T08:02:26.279Z] provisioning config files... [2020-12-08T08:02:26.317Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8821359725904325431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:02:26.433Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T08:02:26.716Z] ---> docker-login.sh [2020-12-08T08:02:26.716Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:02:26.886Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-08T08:02:27.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2020-12-08T08:02:27.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:02:27.922Z] Configure a credential helper to remove this warning. See [2020-12-08T08:02:27.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:02:27.922Z] [2020-12-08T08:02:27.922Z] Login Succeeded [2020-12-08T08:02:27.922Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:02:28.138Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-08T08:02:28.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:02:28.439Z] + ls -al . [2020-12-08T08:02:28.439Z] total 88 [2020-12-08T08:02:28.439Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 8 08:02 . [2020-12-08T08:02:28.439Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 8 08:01 .. [2020-12-08T08:02:28.439Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 8 08:01 assets [2020-12-08T08:02:28.439Z] drwxrwxr-x. 2 jenkins jenkins 35 Dec 8 08:01 bin [2020-12-08T08:02:28.439Z] drwxrwxr-x. 3 jenkins jenkins 29 Dec 8 08:01 cmd [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 3959 Dec 8 08:01 CONTRIBUTING.md [2020-12-08T08:02:28.439Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 8 08:02 coverage.out [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 913 Dec 8 08:01 Dockerfile [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 898 Dec 8 08:01 Dockerfile.build [2020-12-08T08:02:28.439Z] drwxrwxr-x. 5 jenkins jenkins 104 Dec 8 08:01 docs [2020-12-08T08:02:28.439Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 8 08:01 .git [2020-12-08T08:02:28.439Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 8 08:01 .github [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 153 Dec 8 08:01 .gitignore [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 1019 Dec 8 08:01 go.mod [2020-12-08T08:02:28.439Z] -rw-r--r--. 1 jenkins jenkins 20718 Dec 8 08:02 go.sum [2020-12-08T08:02:28.439Z] drwxrwxr-x. 10 jenkins jenkins 139 Dec 8 08:01 internal [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 652 Dec 8 08:01 Jenkinsfile [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 11357 Dec 8 08:01 LICENSE [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 951 Dec 8 08:01 Makefile [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 4535 Dec 8 08:01 README.md [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 8 07:59 VERSION [2020-12-08T08:02:28.439Z] -rw-rw-r--. 1 jenkins jenkins 155 Dec 8 08:01 version.go [2020-12-08T08:02:28.439Z] drwxrwxr-x. 4 jenkins jenkins 259 Dec 8 08:01 web [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:02:28.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:02:28.469Z] Configure a credential helper to remove this warning. See [2020-12-08T08:02:28.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:02:28.469Z] [2020-12-08T08:02:28.469Z] Login Succeeded [2020-12-08T08:02:28.469Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:02:28.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:02:28.745Z] + 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=5ef9ea294f0e2930baf7169ce94616ce58c32918 --label arch=amd64 --label version=0.0.0 . [2020-12-08T08:02:29.007Z] Sending build context to Docker daemon 15.89MB [2020-12-08T08:02:29.007Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-08T08:02:29.007Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-08T08:02:29.007Z] ---> 5008c30c0e21 [2020-12-08T08:02:29.007Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-08T08:02:29.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:02:29.017Z] Configure a credential helper to remove this warning. See [2020-12-08T08:02:29.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:02:29.017Z] [2020-12-08T08:02:29.017Z] Login Succeeded [2020-12-08T08:02:29.017Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:02:29.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:02:29.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:02:29.571Z] Configure a credential helper to remove this warning. See [2020-12-08T08:02:29.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:02:29.571Z] [2020-12-08T08:02:29.571Z] Login Succeeded [2020-12-08T08:02:29.571Z] docker.io [2020-12-08T08:02:29.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:02:29.955Z] ---> Running in c147705139ed [2020-12-08T08:02:29.955Z] Removing intermediate container c147705139ed [2020-12-08T08:02:29.955Z] ---> ddc02a7a683e [2020-12-08T08:02:29.955Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-08T08:02:29.955Z] ---> Running in 0b215e80751f [2020-12-08T08:02:30.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:02:30.118Z] Configure a credential helper to remove this warning. See [2020-12-08T08:02:30.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:02:30.118Z] [2020-12-08T08:02:30.118Z] Login Succeeded [2020-12-08T08:02:30.118Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:02:30.136Z] Deleting 1 temporary files [2020-12-08T08:02:30.218Z] Removing intermediate container 0b215e80751f [2020-12-08T08:02:30.218Z] ---> 192a5948a377 [2020-12-08T08:02:30.218Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-08T08:02:30.218Z] ---> Running in ea8c0fcc1f5f [2020-12-08T08:02:30.218Z] Removing intermediate container ea8c0fcc1f5f [2020-12-08T08:02:30.218Z] ---> 148dd6d8aefb [2020-12-08T08:02:30.218Z] Step 6/24 : LABEL Name=edgex-ui-go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-08T08:02:30.481Z] ---> Running in 46fdbc35d1d5 [2020-12-08T08:02:30.481Z] Removing intermediate container 46fdbc35d1d5 [2020-12-08T08:02:30.481Z] ---> 2b99b9b3f833 [2020-12-08T08:02:30.481Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-08T08:02:30.481Z] ---> Running in 3149ec91767c [Pipeline] echo [2020-12-08T08:02:30.646Z] ========================================================= [2020-12-08T08:02:30.646Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T08:02:30.646Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:02:30.749Z] Removing intermediate container 3149ec91767c [2020-12-08T08:02:30.749Z] ---> 3b9bb48c4a82 [2020-12-08T08:02:30.749Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:02:30.749Z] ---> Running in 4f2bfed492f8 [2020-12-08T08:02:31.028Z] + 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-08T08:02:31.635Z] Sending build context to Docker daemon 15.87MB [2020-12-08T08:02:31.635Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-08T08:02:31.635Z] Step 2/8 : FROM ${BASE} [2020-12-08T08:02:31.700Z] Removing intermediate container 4f2bfed492f8 [2020-12-08T08:02:31.700Z] ---> fd463686fe6c [2020-12-08T08:02:31.700Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-08T08:02:31.700Z] ---> Running in afe1e942e7dc [2020-12-08T08:02:31.909Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T08:02:31.909Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T08:02:31.909Z] a4357932f1b6: Pulling fs layer [2020-12-08T08:02:31.909Z] 18c013af1878: Pulling fs layer [2020-12-08T08:02:31.909Z] 00ac8860ef70: Pulling fs layer [2020-12-08T08:02:31.909Z] 63d7cb157983: Pulling fs layer [2020-12-08T08:02:31.909Z] b116817d02f9: Pulling fs layer [2020-12-08T08:02:31.909Z] 745a02a5169b: Pulling fs layer [2020-12-08T08:02:31.909Z] 00ac8860ef70: Waiting [2020-12-08T08:02:31.909Z] 63d7cb157983: Waiting [2020-12-08T08:02:31.909Z] 745a02a5169b: Waiting [2020-12-08T08:02:31.909Z] 18c013af1878: Verifying Checksum [2020-12-08T08:02:31.909Z] 18c013af1878: Download complete [2020-12-08T08:02:31.909Z] a4357932f1b6: Download complete [2020-12-08T08:02:31.909Z] 63d7cb157983: Verifying Checksum [2020-12-08T08:02:31.909Z] 63d7cb157983: Download complete [2020-12-08T08:02:31.909Z] b116817d02f9: Verifying Checksum [2020-12-08T08:02:31.909Z] b116817d02f9: Download complete [2020-12-08T08:02:32.191Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T08:02:32.191Z] 5f621e34cdf4: Download complete [2020-12-08T08:02:32.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T08:02:32.795Z] 5f621e34cdf4: Pull complete [2020-12-08T08:02:32.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T08:02:33.404Z] a4357932f1b6: Pull complete [2020-12-08T08:02:33.682Z] 18c013af1878: Pull complete [2020-12-08T08:02:33.814Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T08:02:33.814Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T08:02:33.814Z] OK: 12745 distinct packages available [2020-12-08T08:02:33.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T08:02:34.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T08:02:35.665Z] 745a02a5169b: Verifying Checksum [2020-12-08T08:02:35.665Z] 745a02a5169b: Download complete [2020-12-08T08:02:35.665Z] 00ac8860ef70: Verifying Checksum [2020-12-08T08:02:35.665Z] 00ac8860ef70: Download complete [2020-12-08T08:02:35.790Z] OK: 166 MiB in 39 packages [2020-12-08T08:02:36.367Z] Removing intermediate container afe1e942e7dc [2020-12-08T08:02:36.367Z] ---> b68d5282bb15 [2020-12-08T08:02:36.367Z] Step 10/24 : ENV GO111MODULE=on [2020-12-08T08:02:36.367Z] ---> Running in edec60191ba0 [2020-12-08T08:02:36.367Z] Removing intermediate container edec60191ba0 [2020-12-08T08:02:36.367Z] ---> f6d278a6dd7c [2020-12-08T08:02:36.367Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-08T08:02:36.631Z] ---> Running in a12119a3fb25 [2020-12-08T08:02:36.631Z] Removing intermediate container a12119a3fb25 [2020-12-08T08:02:36.631Z] ---> b8279de01439 [2020-12-08T08:02:36.631Z] Step 12/24 : COPY go.mod . [2020-12-08T08:02:36.895Z] ---> 84ec693cc09d [2020-12-08T08:02:36.895Z] Step 13/24 : COPY Makefile . [2020-12-08T08:02:37.157Z] ---> b4cbde4e2226 [2020-12-08T08:02:37.157Z] Step 14/24 : RUN make update [2020-12-08T08:02:37.158Z] ---> Running in 5a3e0d1c829f [2020-12-08T08:02:37.734Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-08T08:02:38.680Z] Removing intermediate container 5a3e0d1c829f [2020-12-08T08:02:38.680Z] ---> a0d76eb91656 [2020-12-08T08:02:38.680Z] Step 15/24 : COPY . . [2020-12-08T08:02:40.620Z] ---> 5c2c60d7ec79 [2020-12-08T08:02:40.620Z] Step 16/24 : RUN ${MAKE} [2020-12-08T08:02:40.620Z] ---> Running in e7957c85d3cd [2020-12-08T08:02:40.890Z] 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-08T08:02:45.835Z] 00ac8860ef70: Pull complete [2020-12-08T08:02:46.440Z] 63d7cb157983: Pull complete [2020-12-08T08:02:46.716Z] b116817d02f9: Pull complete [2020-12-08T08:02:49.138Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-08T08:02:51.038Z] 745a02a5169b: Pull complete [2020-12-08T08:02:51.038Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T08:02:51.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T08:02:51.038Z] ---> b7e6874047d6 [2020-12-08T08:02:51.038Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-08T08:02:51.062Z] Removing intermediate container e7957c85d3cd [2020-12-08T08:02:51.062Z] ---> 269068b25e3b [2020-12-08T08:02:51.062Z] Step 17/24 : FROM alpine [2020-12-08T08:02:51.635Z] latest: Pulling from library/alpine [2020-12-08T08:02:51.898Z] 188c0c94c7c5: Already exists [2020-12-08T08:02:51.898Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T08:02:52.159Z] Status: Downloaded newer image for alpine:latest [2020-12-08T08:02:52.159Z] ---> d6e46aa2470d [2020-12-08T08:02:52.159Z] Step 18/24 : EXPOSE 4000 [2020-12-08T08:02:52.159Z] ---> Running in f30105fbb895 [2020-12-08T08:02:52.159Z] Removing intermediate container f30105fbb895 [2020-12-08T08:02:52.159Z] ---> 80b34ee08648 [2020-12-08T08:02:52.159Z] 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-08T08:02:53.552Z] ---> 0af3264850b7 [2020-12-08T08:02:53.552Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-08T08:02:53.552Z] ---> Running in a1c695158700 [2020-12-08T08:02:53.552Z] Removing intermediate container a1c695158700 [2020-12-08T08:02:53.552Z] ---> 1beb08beaf0f [2020-12-08T08:02:53.552Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-08T08:02:53.552Z] ---> Running in 8f712b563f79 [2020-12-08T08:02:53.672Z] ---> Running in 0e7b87d130da [2020-12-08T08:02:53.814Z] Removing intermediate container 8f712b563f79 [2020-12-08T08:02:53.814Z] ---> 59bd786442ca [2020-12-08T08:02:53.814Z] Step 22/24 : LABEL arch=amd64 [2020-12-08T08:02:53.814Z] ---> Running in 0d61ca5f2719 [2020-12-08T08:02:54.078Z] Removing intermediate container 0d61ca5f2719 [2020-12-08T08:02:54.078Z] ---> dc2dc7dab3e2 [2020-12-08T08:02:54.078Z] Step 23/24 : LABEL git_sha=5ef9ea294f0e2930baf7169ce94616ce58c32918 [2020-12-08T08:02:54.078Z] ---> Running in 74a75e3fbb72 [2020-12-08T08:02:54.078Z] Removing intermediate container 74a75e3fbb72 [2020-12-08T08:02:54.078Z] ---> ad478614fa9e [2020-12-08T08:02:54.078Z] Step 24/24 : LABEL version=0.0.0 [2020-12-08T08:02:54.270Z] Removing intermediate container 0e7b87d130da [2020-12-08T08:02:54.270Z] ---> 3032b3cf7aa8 [2020-12-08T08:02:54.270Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:02:54.270Z] ---> Running in 0938073d4d73 [2020-12-08T08:02:54.341Z] ---> Running in e6ab7c6c6188 [2020-12-08T08:02:54.341Z] Removing intermediate container e6ab7c6c6188 [2020-12-08T08:02:54.341Z] ---> 9243fc268b34 [2020-12-08T08:02:54.341Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-08T08:02:54.341Z] Successfully built 9243fc268b34 [2020-12-08T08:02:54.341Z] 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-08T08:02:56.908Z] Removing intermediate container 0938073d4d73 [2020-12-08T08:02:56.908Z] ---> 89cc7d6ad0a8 [2020-12-08T08:02:56.908Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-08T08:02:56.908Z] ---> Running in 861622f97568 [2020-12-08T08:02:57.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T08:02:58.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T08:02:59.483Z] OK: 142 MiB in 39 packages [2020-12-08T08:03:00.469Z] Removing intermediate container 861622f97568 [2020-12-08T08:03:00.469Z] ---> 2d282ef66be7 [2020-12-08T08:03:00.469Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-08T08:03:00.748Z] ---> Running in 38273885cd71 [2020-12-08T08:03:01.022Z] Removing intermediate container 38273885cd71 [2020-12-08T08:03:01.022Z] ---> 387fa36ffcfe [2020-12-08T08:03:01.022Z] Step 7/8 : COPY . . [2020-12-08T08:03:03.651Z] ---> eab15de7e36b [2020-12-08T08:03:03.651Z] Step 8/8 : RUN go mod download [2020-12-08T08:03:03.651Z] ---> Running in 746e30ac197f [2020-12-08T08:03:30.450Z] Removing intermediate container 746e30ac197f [2020-12-08T08:03:30.450Z] ---> 11d7165376b6 [2020-12-08T08:03:30.450Z] Successfully built 11d7165376b6 [2020-12-08T08:03:30.450Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:03:30.786Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T08:03:30.787Z] . [Pipeline] withDockerContainer [2020-12-08T08:03:31.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-15081 does not seem to be running inside a container [2020-12-08T08:03:31.097Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T08:03:32.534Z] $ docker top 783b887047c76f245c12f7471ff74e4aa2be0c2ac36d85e7ea83f4d383db774b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:03:33.578Z] + go version [2020-12-08T08:03:33.578Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T08:03:33.610Z] $ docker stop --time=1 783b887047c76f245c12f7471ff74e4aa2be0c2ac36d85e7ea83f4d383db774b [2020-12-08T08:03:35.524Z] $ docker rm -f 783b887047c76f245c12f7471ff74e4aa2be0c2ac36d85e7ea83f4d383db774b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:03:36.584Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T08:03:36.584Z] . [Pipeline] withDockerContainer [2020-12-08T08:03:36.848Z] prd-ubuntu18.04-docker-arm64-4c-16g-15081 does not seem to be running inside a container [2020-12-08T08:03:36.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T08:03:38.476Z] $ docker top 081396e63f11510d8920a2cfcca743683d66184ae37aa462bcda3e8cec3d9dae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:03:39.562Z] + make test [2020-12-08T08:03:39.562Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-08T08:03:41.021Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-08T08:04:07.860Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-08T08:04:07.860Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-12-08T08:04:09.320Z] $ docker stop --time=1 081396e63f11510d8920a2cfcca743683d66184ae37aa462bcda3e8cec3d9dae [2020-12-08T08:04:11.460Z] $ docker rm -f 081396e63f11510d8920a2cfcca743683d66184ae37aa462bcda3e8cec3d9dae [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T08:04:12.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T08:04:12.349Z] Warning: overwriting stash ‘coverage-report’ [2020-12-08T08:04:13.258Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T08:04:13.961Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-08T08:04:14.352Z] + ls -al . [2020-12-08T08:04:14.352Z] total 124 [2020-12-08T08:04:14.352Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 08:03 . [2020-12-08T08:04:14.352Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 08:02 .. [2020-12-08T08:04:14.352Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 08:02 .git [2020-12-08T08:04:14.352Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 08:02 .github [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 153 Dec 8 08:02 .gitignore [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 8 08:02 CONTRIBUTING.md [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 08:02 Dockerfile [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 898 Dec 8 08:02 Dockerfile.build [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 8 08:02 Jenkinsfile [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 8 08:02 LICENSE [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 951 Dec 8 08:02 Makefile [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 4535 Dec 8 08:02 README.md [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 8 07:59 VERSION [2020-12-08T08:04:14.352Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 08:02 assets [2020-12-08T08:04:14.352Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 08:02 bin [2020-12-08T08:04:14.352Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 08:02 cmd [2020-12-08T08:04:14.352Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 8 08:03 coverage.out [2020-12-08T08:04:14.352Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 8 08:02 docs [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 1019 Dec 8 08:02 go.mod [2020-12-08T08:04:14.352Z] -rw-r--r-- 1 jenkins jenkins 20718 Dec 8 08:03 go.sum [2020-12-08T08:04:14.352Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 08:02 internal [2020-12-08T08:04:14.352Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 8 08:02 version.go [2020-12-08T08:04:14.352Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 08:02 web [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:04:14.781Z] + 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=5ef9ea294f0e2930baf7169ce94616ce58c32918 --label arch=arm64 --label version=0.0.0 . [2020-12-08T08:04:15.389Z] Sending build context to Docker daemon 15.89MB [2020-12-08T08:04:15.667Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-08T08:04:15.667Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-08T08:04:15.667Z] ---> 11d7165376b6 [2020-12-08T08:04:15.667Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-08T08:04:15.943Z] ---> Running in 8ab9ceeb40dd [2020-12-08T08:04:16.545Z] Removing intermediate container 8ab9ceeb40dd [2020-12-08T08:04:16.545Z] ---> db9b8b7c6f44 [2020-12-08T08:04:16.545Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-08T08:04:16.545Z] ---> Running in 2eb529afe608 [2020-12-08T08:04:17.141Z] Removing intermediate container 2eb529afe608 [2020-12-08T08:04:17.141Z] ---> 4d8dad771eb5 [2020-12-08T08:04:17.141Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-08T08:04:17.141Z] ---> Running in de24287dc5ad [2020-12-08T08:04:17.739Z] Removing intermediate container de24287dc5ad [2020-12-08T08:04:17.739Z] ---> c3f54bb5ff94 [2020-12-08T08:04:17.739Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-08T08:04:17.739Z] ---> Running in d31e9a6446a9 [2020-12-08T08:04:18.336Z] Removing intermediate container d31e9a6446a9 [2020-12-08T08:04:18.336Z] ---> 732d0a3010aa [2020-12-08T08:04:18.336Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-08T08:04:18.336Z] ---> Running in f94265ba1c78 [2020-12-08T08:04:18.933Z] Removing intermediate container f94265ba1c78 [2020-12-08T08:04:18.933Z] ---> c933aa1d5bda [2020-12-08T08:04:18.933Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:04:18.933Z] ---> Running in 6f7b0a1e3b4a [2020-12-08T08:04:20.904Z] Removing intermediate container 6f7b0a1e3b4a [2020-12-08T08:04:20.904Z] ---> 15c65ef51aa0 [2020-12-08T08:04:20.904Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-08T08:04:21.178Z] ---> Running in a45ee6583bff [2020-12-08T08:04:22.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T08:04:23.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T08:04:24.103Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T08:04:24.103Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T08:04:24.103Z] OK: 12616 distinct packages available [2020-12-08T08:04:24.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T08:04:24.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T08:04:25.303Z] OK: 142 MiB in 39 packages [2020-12-08T08:04:26.741Z] Removing intermediate container a45ee6583bff [2020-12-08T08:04:26.741Z] ---> 4986f4ed6eb0 [2020-12-08T08:04:26.741Z] Step 10/24 : ENV GO111MODULE=on [2020-12-08T08:04:26.741Z] ---> Running in 9e51844fd5d1 [2020-12-08T08:04:27.337Z] Removing intermediate container 9e51844fd5d1 [2020-12-08T08:04:27.337Z] ---> 7acb35590759 [2020-12-08T08:04:27.337Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-08T08:04:27.337Z] ---> Running in 8cee8aed1379 [2020-12-08T08:04:27.930Z] Removing intermediate container 8cee8aed1379 [2020-12-08T08:04:27.930Z] ---> 328c67b65aa3 [2020-12-08T08:04:27.930Z] Step 12/24 : COPY go.mod . [2020-12-08T08:04:28.524Z] ---> cf4aa61473b5 [2020-12-08T08:04:28.524Z] Step 13/24 : COPY Makefile . [2020-12-08T08:04:29.125Z] ---> 94f38689f25b [2020-12-08T08:04:29.125Z] Step 14/24 : RUN make update [2020-12-08T08:04:29.401Z] ---> Running in 58148a210c87 [2020-12-08T08:04:30.382Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-08T08:04:31.820Z] Removing intermediate container 58148a210c87 [2020-12-08T08:04:31.820Z] ---> 7a5d446a8dad [2020-12-08T08:04:31.820Z] Step 15/24 : COPY . . [2020-12-08T08:04:33.796Z] ---> 97f926a2644a [2020-12-08T08:04:33.796Z] Step 16/24 : RUN ${MAKE} [2020-12-08T08:04:34.072Z] ---> Running in 52619ccff667 [2020-12-08T08:04:35.057Z] 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-08T08:04:57.288Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-08T08:05:01.592Z] Removing intermediate container 52619ccff667 [2020-12-08T08:05:01.592Z] ---> f3d1343d2a21 [2020-12-08T08:05:01.592Z] Step 17/24 : FROM alpine [2020-12-08T08:05:02.186Z] latest: Pulling from library/alpine [2020-12-08T08:05:02.460Z] 5f621e34cdf4: Already exists [2020-12-08T08:05:02.732Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T08:05:02.732Z] Status: Downloaded newer image for alpine:latest [2020-12-08T08:05:02.732Z] ---> 2e77e061c27f [2020-12-08T08:05:02.732Z] Step 18/24 : EXPOSE 4000 [2020-12-08T08:05:03.007Z] ---> Running in 598f6ea2b4b7 [2020-12-08T08:05:03.280Z] Removing intermediate container 598f6ea2b4b7 [2020-12-08T08:05:03.280Z] ---> 3d637bd64ec2 [2020-12-08T08:05:03.280Z] 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-08T08:05:05.252Z] ---> 86871519cbad [2020-12-08T08:05:05.252Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-08T08:05:05.252Z] ---> Running in 665995b27b8b [2020-12-08T08:05:05.526Z] Removing intermediate container 665995b27b8b [2020-12-08T08:05:05.526Z] ---> 2c1e85661b68 [2020-12-08T08:05:05.526Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-08T08:05:05.526Z] ---> Running in 10aed739728e [2020-12-08T08:05:06.124Z] Removing intermediate container 10aed739728e [2020-12-08T08:05:06.124Z] ---> 7243206bea33 [2020-12-08T08:05:06.124Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T08:05:06.124Z] ---> Running in 9f04379f6239 [2020-12-08T08:05:06.720Z] Removing intermediate container 9f04379f6239 [2020-12-08T08:05:06.720Z] ---> 7a5e91073c0b [2020-12-08T08:05:06.720Z] Step 23/24 : LABEL git_sha=5ef9ea294f0e2930baf7169ce94616ce58c32918 [2020-12-08T08:05:06.720Z] ---> Running in 568c0f0f868e [2020-12-08T08:05:07.315Z] Removing intermediate container 568c0f0f868e [2020-12-08T08:05:07.315Z] ---> 2ae8167480e9 [2020-12-08T08:05:07.315Z] Step 24/24 : LABEL version=0.0.0 [2020-12-08T08:05:07.315Z] ---> Running in 2e20f6dc6028 [2020-12-08T08:05:07.591Z] Removing intermediate container 2e20f6dc6028 [2020-12-08T08:05:07.591Z] ---> a1d429664b3c [2020-12-08T08:05:07.591Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-08T08:05:07.861Z] Successfully built a1d429664b3c [2020-12-08T08:05:07.861Z] 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-08T08:05:09.974Z] provisioning config files... [2020-12-08T08:05:09.985Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/config2559255832533485225tmp [Pipeline] { [Pipeline] sh [2020-12-08T08:05:10.404Z] + set +x [2020-12-08T08:05:10.404Z] + curl -s https://codecov.io/bash [2020-12-08T08:05:10.404Z] + bash -s -- [2020-12-08T08:05:10.667Z] [2020-12-08T08:05:10.667Z] _____ _ [2020-12-08T08:05:10.667Z] / ____| | | [2020-12-08T08:05:10.667Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T08:05:10.667Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T08:05:10.667Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T08:05:10.667Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T08:05:10.667Z] Bash-20201130-cc6d3fe [2020-12-08T08:05:10.667Z] [2020-12-08T08:05:10.667Z] [2020-12-08T08:05:10.667Z] ==> Jenkins CI detected. [2020-12-08T08:05:10.667Z] project root: . [2020-12-08T08:05:10.667Z] --> token set from env [2020-12-08T08:05:10.667Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T08:05:10.667Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T08:05:10.667Z] ==> Python coveragepy not found [2020-12-08T08:05:10.667Z] ==> Searching for coverage reports in: [2020-12-08T08:05:10.667Z] + . [2020-12-08T08:05:10.667Z] -> Found 1 reports [2020-12-08T08:05:10.667Z] ==> Detecting git/mercurial file structure [2020-12-08T08:05:10.667Z] ==> Reading reports [2020-12-08T08:05:10.667Z] + ./coverage.out bytes=10 [2020-12-08T08:05:10.667Z] ==> Appending adjustments [2020-12-08T08:05:10.667Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T08:05:10.667Z] + Found adjustments [2020-12-08T08:05:10.667Z] ==> Gzipping contents [2020-12-08T08:05:10.667Z] 4.0K /tmp/codecov.Rkpa1h.gz [2020-12-08T08:05:10.667Z] ==> Uploading reports [2020-12-08T08:05:10.929Z] url: https://codecov.io [2020-12-08T08:05:10.929Z] query: branch=PR-276&commit=5ef9ea294f0e2930baf7169ce94616ce58c32918&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-276%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=276&job=&cmd_args= [2020-12-08T08:05:10.929Z] -> Pinging Codecov [2020-12-08T08:05:10.929Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-276&commit=5ef9ea294f0e2930baf7169ce94616ce58c32918&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-276%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=276&job=&cmd_args= [2020-12-08T08:05:11.191Z] -> Uploading to [2020-12-08T08:05:11.191Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/FB506323287CE973F263BFD2A0EB1F37/5ef9ea294f0e2930baf7169ce94616ce58c32918/542b4b0a-c582-485b-b981-196966b3336b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T080511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4359ab26f7124d619d3d866a17f402b7deee4cff30a395895b116865abddca3a [2020-12-08T08:05:11.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T08:05:11.191Z] Dload Upload Total Spent Left Speed [2020-12-08T08:05:11.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2207 0 0 100 2207 0 5284 --:--:-- --:--:-- --:--:-- 5292 [2020-12-08T08:05:11.768Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5ef9ea294f0e2930baf7169ce94616ce58c32918 [Pipeline] } [2020-12-08T08:05:11.778Z] 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-08T08:05:14.737Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:05:15.307Z] ---> package-listing.sh [2020-12-08T08:05:15.308Z] ++ facter osfamily [2020-12-08T08:05:15.308Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T08:05:15.308Z] + OS_FAMILY=redhat [2020-12-08T08:05:15.308Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-276 [2020-12-08T08:05:15.308Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T08:05:15.308Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T08:05:15.308Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T08:05:15.308Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T08:05:15.308Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-276 ']' [2020-12-08T08:05:15.308Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T08:05:15.308Z] + case "${OS_FAMILY}" in [2020-12-08T08:05:15.308Z] + rpm -qa [2020-12-08T08:05:15.308Z] + sort [2020-12-08T08:05:20.624Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T08:05:20.624Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T08:05:20.624Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T08:05:20.624Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-276 ']' [2020-12-08T08:05:20.624Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-276/archives/ [2020-12-08T08:05:20.624Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-276/archives/ [Pipeline] echo [2020-12-08T08:05:20.639Z] 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-276/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-08T08:05:20.932Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:05:21.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T08:05:21.242Z] [2020-12-08T08:05:21.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:05:21.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T08:05:21.600Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T08:05:21.600Z] df20fa9351a1: Pulling fs layer [2020-12-08T08:05:21.600Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T08:05:21.600Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T08:05:21.600Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T08:05:21.600Z] 93b61091891f: Pulling fs layer [2020-12-08T08:05:21.600Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T08:05:21.600Z] 5e14af77c1be: Pulling fs layer [2020-12-08T08:05:21.600Z] 01666e4c0597: Pulling fs layer [2020-12-08T08:05:21.600Z] aa168da1d23b: Pulling fs layer [2020-12-08T08:05:21.600Z] 93b9cdb0e59b: Waiting [2020-12-08T08:05:21.600Z] 5e14af77c1be: Waiting [2020-12-08T08:05:21.600Z] 01666e4c0597: Waiting [2020-12-08T08:05:21.600Z] aa168da1d23b: Waiting [2020-12-08T08:05:21.600Z] 46f8f816bc3b: Waiting [2020-12-08T08:05:21.600Z] 93b61091891f: Waiting [2020-12-08T08:05:21.600Z] 36b3adc4ff6f: Verifying Checksum [2020-12-08T08:05:21.600Z] 36b3adc4ff6f: Download complete [2020-12-08T08:05:21.600Z] 46f8f816bc3b: Verifying Checksum [2020-12-08T08:05:21.600Z] 46f8f816bc3b: Download complete [2020-12-08T08:05:21.864Z] 93b61091891f: Verifying Checksum [2020-12-08T08:05:21.864Z] 93b61091891f: Download complete [2020-12-08T08:05:21.864Z] 93b9cdb0e59b: Verifying Checksum [2020-12-08T08:05:21.864Z] 93b9cdb0e59b: Download complete [2020-12-08T08:05:21.864Z] 5e14af77c1be: Verifying Checksum [2020-12-08T08:05:21.864Z] 5e14af77c1be: Download complete [2020-12-08T08:05:21.864Z] 01666e4c0597: Verifying Checksum [2020-12-08T08:05:21.864Z] 01666e4c0597: Download complete [2020-12-08T08:05:21.864Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T08:05:21.864Z] 8ad3a11d3b57: Download complete [2020-12-08T08:05:21.864Z] df20fa9351a1: Download complete [2020-12-08T08:05:22.444Z] df20fa9351a1: Pull complete [2020-12-08T08:05:22.444Z] 36b3adc4ff6f: Pull complete [2020-12-08T08:05:24.396Z] aa168da1d23b: Verifying Checksum [2020-12-08T08:05:24.397Z] aa168da1d23b: Download complete [2020-12-08T08:05:24.397Z] 8ad3a11d3b57: Pull complete [2020-12-08T08:05:24.397Z] 46f8f816bc3b: Pull complete [2020-12-08T08:05:24.662Z] 93b61091891f: Pull complete [2020-12-08T08:05:24.929Z] 93b9cdb0e59b: Pull complete [2020-12-08T08:05:24.929Z] 5e14af77c1be: Pull complete [2020-12-08T08:05:25.201Z] 01666e4c0597: Pull complete [2020-12-08T08:05:31.859Z] aa168da1d23b: Pull complete [2020-12-08T08:05:31.859Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T08:05:31.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T08:05:31.860Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T08:05:32.039Z] prd-centos7-docker-4c-2g-15077 does not seem to be running inside a container [2020-12-08T08:05:32.090Z] $ 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-276/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-276 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276:/w/workspace/edgexfoundry_edgex-ui-go_PR-276:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-08T08:05:35.199Z] $ docker top 8254fe55b1fb3dd44ed5492250f037cf2c6f1b123614e18c71de249fddc26906 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:05:35.737Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T08:05:36.047Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T08:05:36.348Z] + ls /var/log/sa-host [2020-12-08T08:05:36.348Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T08:05:36.348Z] file_magic: OK [2020-12-08T08:05:36.348Z] HZ: Using current value: 100 [2020-12-08T08:05:36.348Z] file_header: OK [2020-12-08T08:05:36.348Z] 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-08T08:05:36.348Z] Statistics: [2020-12-08T08:05:36.348Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-08T08:05:36.348Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T08:05:36.348Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T08:05:36.348Z] file_magic: OK [2020-12-08T08:05:36.348Z] HZ: Using current value: 100 [2020-12-08T08:05:36.348Z] file_header: OK [2020-12-08T08:05:36.348Z] 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-08T08:05:36.348Z] Statistics: [2020-12-08T08:05:36.348Z] Hnuu...uuuununununu... [2020-12-08T08:05:36.348Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T08:05:37.872Z] provisioning config files... [2020-12-08T08:05:37.890Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/config3771864002591276547tmp [Pipeline] { [Pipeline] echo [2020-12-08T08:05:37.971Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:05:38.276Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T08:05:38.287Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T08:05:38.389Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:05:38.694Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T08:05:38.705Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:05:39.005Z] ---> sudo-logs.sh [2020-12-08T08:05:39.005Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T08:05:39.017Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:05:39.318Z] ---> job-cost.sh [2020-12-08T08:05:39.318Z] lf-activate-venv: SKIPPING [2020-12-08T08:05:39.318Z] INFO: No Stack... [2020-12-08T08:05:40.713Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T08:05:40.976Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T08:05:40.990Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:05:41.292Z] ---> logs-deploy.sh [2020-12-08T08:05:41.292Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-276/2 [2020-12-08T08:05:41.292Z] INFO: archiving workspace using pattern(s): [2020-12-08T08:05:43.219Z] Archives upload complete. [2020-12-08T08:05:43.219Z] INFO: archiving logs to Nexus