Pull request #288 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7f1d93869b7056492d090fa1e7f652658dff908f+f24d25d81141c2eca5b0f08cb81992033eaf0707 (9823bb6d8431ccb79ee9dc643ddad00eee0aff17) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21562 in /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [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-288 # 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/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7f1d93869b7056492d090fa1e7f652658dff908f Merge succeeded, producing 7f1d93869b7056492d090fa1e7f652658dff908f Checking out Revision 7f1d93869b7056492d090fa1e7f652658dff908f (PR-288) > git config core.sparsecheckout # timeout=10 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2" > git rev-list --no-walk cdfe376362e4e834e56263b822df517dc9a23ae9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T09:45:28.226Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T09:45:28.551Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T09:45:28.648Z] ========================================================= [2021-01-20T09:45:28.648Z] EdgeX Global Pipelines Version Info [2021-01-20T09:45:28.648Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:45:30.151Z] ------------------- [2021-01-20T09:45:30.151Z] stable info: [2021-01-20T09:45:30.151Z] ------------------- [2021-01-20T09:45:30.151Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:45:30.151Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:45:30.151Z] Message: update stable to v1.0.179 [2021-01-20T09:45:31.102Z] ------------------- [2021-01-20T09:45:31.102Z] experimental info: [2021-01-20T09:45:31.102Z] ------------------- [2021-01-20T09:45:31.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:45:31.102Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:45:31.102Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T09:45:31.368Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T09:45:31.460Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T09:45:31.546Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T09:45:31.715Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T09:45:31.811Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T09:45:31.918Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T09:45:32.011Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T09:45:32.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T09:45:32.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T09:45:32.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T09:45:32.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T09:45:32.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T09:45:32.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T09:45:32.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T09:45:32.904Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:45:32.989Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:45:33.079Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:45:33.164Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:45:33.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T09:45:33.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T09:45:33.552Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T09:45:33.629Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T09:45:33.711Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T09:45:33.801Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T09:45:33.891Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T09:45:34.011Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T09:45:34.107Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T09:45:34.187Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-288 [Pipeline] echo [2021-01-20T09:45:34.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-288 [Pipeline] echo [2021-01-20T09:45:34.355Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-288 [Pipeline] echo [2021-01-20T09:45:34.438Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f1d93869b7056492d090fa1e7f652658dff908f [Pipeline] echo [2021-01-20T09:45:34.521Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f1d938 [Pipeline] echo [2021-01-20T09:45:34.620Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:45:34.789Z] provisioning config files... [2021-01-20T09:45:34.823Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/config7846019286795135974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:45:35.173Z] ---> docker-login.sh [2021-01-20T09:45:35.173Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:45:35.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:45:35.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:45:35.438Z] Configure a credential helper to remove this warning. See [2021-01-20T09:45:35.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:45:35.438Z] [2021-01-20T09:45:35.438Z] Login Succeeded [2021-01-20T09:45:35.438Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:45:35.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:45:35.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:45:35.701Z] Configure a credential helper to remove this warning. See [2021-01-20T09:45:35.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:45:35.701Z] [2021-01-20T09:45:35.701Z] Login Succeeded [2021-01-20T09:45:35.701Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:45:35.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:45:35.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:45:35.964Z] Configure a credential helper to remove this warning. See [2021-01-20T09:45:35.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:45:35.964Z] [2021-01-20T09:45:35.964Z] Login Succeeded [2021-01-20T09:45:35.964Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:45:36.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:45:36.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:45:36.225Z] Configure a credential helper to remove this warning. See [2021-01-20T09:45:36.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:45:36.225Z] [2021-01-20T09:45:36.225Z] Login Succeeded [2021-01-20T09:45:36.225Z] docker.io [2021-01-20T09:45:36.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:45:36.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:45:36.491Z] Configure a credential helper to remove this warning. See [2021-01-20T09:45:36.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:45:36.491Z] [2021-01-20T09:45:36.491Z] Login Succeeded [2021-01-20T09:45:36.491Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:45:36.501Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:45:37.266Z] + git log --format=format:%s -1 7f1d93869b7056492d090fa1e7f652658dff908f [Pipeline] echo [2021-01-20T09:45:37.330Z] GIT_COMMIT: 7f1d93869b7056492d090fa1e7f652658dff908f, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2 [Pipeline] echo [2021-01-20T09:45:37.375Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:45:38.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:45:38.032Z] [2021-01-20T09:45:38.032Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:45:38.372Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:45:38.372Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T09:45:38.372Z] 31603596830f: Pulling fs layer [2021-01-20T09:45:38.372Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T09:45:38.372Z] 6ca5941a6612: Pulling fs layer [2021-01-20T09:45:38.372Z] ecc8261a40a4: Pulling fs layer [2021-01-20T09:45:38.372Z] ecc8261a40a4: Waiting [2021-01-20T09:45:38.372Z] 2a8b12db71e7: Download complete [2021-01-20T09:45:38.637Z] 31603596830f: Download complete [2021-01-20T09:45:38.637Z] ecc8261a40a4: Verifying Checksum [2021-01-20T09:45:38.637Z] ecc8261a40a4: Download complete [2021-01-20T09:45:38.637Z] 6ca5941a6612: Verifying Checksum [2021-01-20T09:45:38.637Z] 6ca5941a6612: Download complete [2021-01-20T09:45:38.899Z] 31603596830f: Pull complete [2021-01-20T09:45:38.899Z] 2a8b12db71e7: Pull complete [2021-01-20T09:45:39.848Z] 6ca5941a6612: Pull complete [2021-01-20T09:45:40.111Z] ecc8261a40a4: Pull complete [2021-01-20T09:45:40.111Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T09:45:40.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:45:40.111Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T09:45:40.215Z] prd-centos7-docker-4c-2g-21562 does not seem to be running inside a container [2021-01-20T09:45:40.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-288 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288:/w/workspace/edgexfoundry_edgex-ui-go_PR-288:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@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 [2021-01-20T09:45:42.781Z] $ docker top 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:45:43.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:45:43.068Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:45:43.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:45:43.288Z] $ docker exec 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent [2021-01-20T09:45:43.450Z] SSH_AUTH_SOCK=/tmp/ssh-fzthz5D2aWKH/agent.12 [2021-01-20T09:45:43.450Z] SSH_AGENT_PID=17 [2021-01-20T09:45:43.459Z] Running ssh-add (command line suppressed) [2021-01-20T09:45:43.573Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_2497277838544488988.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_2497277838544488988.key) [2021-01-20T09:45:43.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:45:43.957Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T09:45:43.979Z] $ docker exec --env ******** --env ******** 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent -k [2021-01-20T09:45:44.091Z] unset SSH_AUTH_SOCK; [2021-01-20T09:45:44.091Z] unset SSH_AGENT_PID; [2021-01-20T09:45:44.091Z] echo Agent pid 17 killed; [2021-01-20T09:45:44.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T09:45:44.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:45:44.282Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:45:44.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:45:44.448Z] $ docker exec 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent [2021-01-20T09:45:44.607Z] SSH_AUTH_SOCK=/tmp/ssh-mrODqtCOOuT2/agent.48 [2021-01-20T09:45:44.608Z] SSH_AGENT_PID=53 [2021-01-20T09:45:44.614Z] Running ssh-add (command line suppressed) [2021-01-20T09:45:44.730Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_8676149493540133251.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_8676149493540133251.key) [2021-01-20T09:45:44.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:45:45.110Z] + git semver init [2021-01-20T09:45:45.110Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:45:45.110Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-288/.git [2021-01-20T09:45:45.110Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [2021-01-20T09:45:45.110Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:45:45.110Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:45:45.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:45:45.111Z] # $SEMVER_BRANCH = PR-288 [2021-01-20T09:45:45.111Z] # $SEMVER_TEMP = /tmp/semver-061568600 [2021-01-20T09:45:45.111Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T09:45:46.513Z] # '/tmp/semver-061568600' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-288/.semver' [2021-01-20T09:45:46.513Z] # -> Force: false [2021-01-20T09:45:46.513Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-288/.semver [Pipeline] } [2021-01-20T09:45:46.524Z] $ docker exec --env ******** --env ******** 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent -k [2021-01-20T09:45:46.635Z] unset SSH_AUTH_SOCK; [2021-01-20T09:45:46.635Z] unset SSH_AGENT_PID; [2021-01-20T09:45:46.635Z] echo Agent pid 53 killed; [2021-01-20T09:45:46.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:45:47.145Z] + git semver [Pipeline] } [2021-01-20T09:45:47.160Z] $ docker stop --time=1 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 [2021-01-20T09:45:48.544Z] $ docker rm -f 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:45:49.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T09:45:49.345Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T09:45:49.348Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-20T09:46:04.848Z] Still waiting to schedule task [2021-01-20T09:46:04.848Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21563’ is offline; ‘prd-centos7-docker-4c-2g-21564’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-20T09:46:04.852Z] Still waiting to schedule task [2021-01-20T09:46:04.852Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-20T09:47:17.443Z] Running on prd-centos7-docker-4c-2g-21569 in /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [Pipeline] { [Pipeline] ws [2021-01-20T09:47:17.499Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T09:47:20.029Z] using credential edgex-jenkins-ssh [2021-01-20T09:47:20.092Z] Cloning the remote Git repository [2021-01-20T09:47:19.622Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:19.695Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-01-20T09:47:19.762Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:19.762Z] > git --version # timeout=10 [2021-01-20T09:47:19.768Z] > git --version # 'git version 2.24.3' [2021-01-20T09:47:19.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:19.801Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:47:21.843Z] Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7f1d93869b7056492d090fa1e7f652658dff908f [2021-01-20T09:47:20.956Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:47:20.963Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:47:20.975Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:47:20.991Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:20.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:20.997Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T09:47:21.494Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:47:21.500Z] > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 [2021-01-20T09:47:22.024Z] Merge succeeded, producing 7f1d93869b7056492d090fa1e7f652658dff908f [2021-01-20T09:47:22.024Z] Checking out Revision 7f1d93869b7056492d090fa1e7f652658dff908f (PR-288) [2021-01-20T09:47:21.642Z] > git remote # timeout=10 [2021-01-20T09:47:21.650Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T09:47:21.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:21.663Z] > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:47:21.674Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T09:47:21.685Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:47:21.690Z] > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 [2021-01-20T09:47:25.592Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:47:26.876Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:47:27.203Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:47:27.516Z] + sudo service docker restart [2021-01-20T09:47:27.516Z] + true [2021-01-20T09:47:27.516Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:47:28.971Z] provisioning config files... [2021-01-20T09:47:29.001Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config270534421416105300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:47:29.359Z] ---> docker-login.sh [2021-01-20T09:47:29.359Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:47:29.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:29.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:29.621Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:29.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:29.621Z] [2021-01-20T09:47:29.621Z] Login Succeeded [2021-01-20T09:47:29.621Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:47:29.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:29.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:29.884Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:29.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:29.884Z] [2021-01-20T09:47:29.884Z] Login Succeeded [2021-01-20T09:47:29.884Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:47:30.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:30.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:30.145Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:30.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:30.145Z] [2021-01-20T09:47:30.145Z] Login Succeeded [2021-01-20T09:47:30.145Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:47:30.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:30.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:30.408Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:30.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:30.408Z] [2021-01-20T09:47:30.408Z] Login Succeeded [2021-01-20T09:47:30.408Z] docker.io [2021-01-20T09:47:30.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:30.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:30.669Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:30.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:30.669Z] [2021-01-20T09:47:30.669Z] Login Succeeded [2021-01-20T09:47:30.669Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:47:30.679Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:47:31.022Z] ========================================================= [2021-01-20T09:47:31.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T09:47:31.022Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:47:31.432Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-20T09:47:31.694Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:47:31.694Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:47:31.694Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:47:31.694Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T09:47:31.694Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T09:47:31.694Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T09:47:31.694Z] de9db76c5a1d: Pulling fs layer [2021-01-20T09:47:31.694Z] bca2f99d35d6: Pulling fs layer [2021-01-20T09:47:31.694Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T09:47:31.694Z] 7c6f9722023f: Pulling fs layer [2021-01-20T09:47:31.694Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T09:47:31.694Z] 93359f2a8cfa: Waiting [2021-01-20T09:47:31.694Z] 7c6f9722023f: Waiting [2021-01-20T09:47:31.694Z] a35cf1a2eb13: Waiting [2021-01-20T09:47:31.694Z] bca2f99d35d6: Waiting [2021-01-20T09:47:31.694Z] de9db76c5a1d: Verifying Checksum [2021-01-20T09:47:31.694Z] de9db76c5a1d: Download complete [2021-01-20T09:47:31.694Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T09:47:31.694Z] 0ef7d3d256c8: Download complete [2021-01-20T09:47:31.694Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T09:47:31.694Z] 93359f2a8cfa: Download complete [2021-01-20T09:47:31.694Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T09:47:31.694Z] 188c0c94c7c5: Download complete [2021-01-20T09:47:31.694Z] 7c6f9722023f: Verifying Checksum [2021-01-20T09:47:31.694Z] 7c6f9722023f: Download complete [2021-01-20T09:47:32.271Z] 188c0c94c7c5: Pull complete [2021-01-20T09:47:32.271Z] 0ef7d3d256c8: Pull complete [2021-01-20T09:47:32.543Z] de9db76c5a1d: Pull complete [2021-01-20T09:47:37.844Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T09:47:37.844Z] a35cf1a2eb13: Download complete [2021-01-20T09:47:38.418Z] bca2f99d35d6: Download complete [2021-01-20T09:47:43.731Z] bca2f99d35d6: Pull complete [2021-01-20T09:47:43.731Z] 93359f2a8cfa: Pull complete [2021-01-20T09:47:43.731Z] 7c6f9722023f: Pull complete [2021-01-20T09:47:50.361Z] a35cf1a2eb13: Pull complete [2021-01-20T09:47:50.361Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T09:47:50.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T09:47:50.361Z] ---> a62c8e92a672 [2021-01-20T09:47:50.361Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:47:50.361Z] ---> Running in 4e549edbfaa2 [2021-01-20T09:47:50.361Z] Removing intermediate container 4e549edbfaa2 [2021-01-20T09:47:50.361Z] ---> bbdb94b3bf8b [2021-01-20T09:47:50.361Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:47:50.361Z] ---> Running in 2e71f7337967 [2021-01-20T09:47:50.936Z] Removing intermediate container 2e71f7337967 [2021-01-20T09:47:50.936Z] ---> a4310d0746a5 [2021-01-20T09:47:50.936Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:47:50.936Z] ---> Running in 0264cb06e62d [2021-01-20T09:47:52.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:47:52.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:47:53.179Z] OK: 166 MiB in 39 packages [2021-01-20T09:47:53.762Z] Removing intermediate container 0264cb06e62d [2021-01-20T09:47:53.762Z] ---> 6616d9e6c7f2 [2021-01-20T09:47:53.762Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:47:53.762Z] ---> Running in e051376ec0bc [2021-01-20T09:47:54.024Z] Removing intermediate container e051376ec0bc [2021-01-20T09:47:54.024Z] ---> 3e54940fcbc5 [2021-01-20T09:47:54.024Z] Step 7/8 : COPY . . [2021-01-20T09:47:55.956Z] ---> 413104f87875 [2021-01-20T09:47:55.956Z] Step 8/8 : RUN go mod download [2021-01-20T09:47:56.220Z] ---> Running in 848ab2704c5d [2021-01-20T09:48:18.257Z] Removing intermediate container 848ab2704c5d [2021-01-20T09:48:18.257Z] ---> 4b7c36d17aa3 [2021-01-20T09:48:18.257Z] Successfully built 4b7c36d17aa3 [2021-01-20T09:48:18.257Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:18.575Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:48:18.575Z] . [Pipeline] withDockerContainer [2021-01-20T09:48:18.688Z] prd-centos7-docker-4c-2g-21569 does not seem to be running inside a container [2021-01-20T09:48:18.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T09:48:19.559Z] $ docker top ffda97cd5f6fc5117c91940d2b3f3c26659a8a1061af58d5eaa67ca91bfcb8ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:48:20.052Z] + go version [2021-01-20T09:48:20.053Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T09:48:20.069Z] $ docker stop --time=1 ffda97cd5f6fc5117c91940d2b3f3c26659a8a1061af58d5eaa67ca91bfcb8ea [2021-01-20T09:48:21.422Z] $ docker rm -f ffda97cd5f6fc5117c91940d2b3f3c26659a8a1061af58d5eaa67ca91bfcb8ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:22.201Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:48:22.202Z] . [Pipeline] withDockerContainer [2021-01-20T09:48:22.301Z] prd-centos7-docker-4c-2g-21569 does not seem to be running inside a container [2021-01-20T09:48:22.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T09:48:22.929Z] $ docker top 5fccdb82e1fc4fb06c1931711c794b99699dea64f3ccd61589fb8c2af5f20ae4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:48:23.400Z] + make test [2021-01-20T09:48:23.401Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:48:24.374Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T09:48:32.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T09:48:32.613Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T09:48:33.585Z] $ docker stop --time=1 5fccdb82e1fc4fb06c1931711c794b99699dea64f3ccd61589fb8c2af5f20ae4 [2021-01-20T09:48:35.815Z] $ docker rm -f 5fccdb82e1fc4fb06c1931711c794b99699dea64f3ccd61589fb8c2af5f20ae4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:48:36.392Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T09:48:36.853Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T09:48:37.965Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T09:48:38.281Z] + ls -al . [2021-01-20T09:48:38.281Z] total 88 [2021-01-20T09:48:38.281Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 09:48 . [2021-01-20T09:48:38.281Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 09:47 .. [2021-01-20T09:48:38.281Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 09:47 assets [2021-01-20T09:48:38.281Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 09:47 bin [2021-01-20T09:48:38.281Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 09:47 cmd [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 09:47 CONTRIBUTING.md [2021-01-20T09:48:38.281Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 09:48 coverage.out [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 09:47 Dockerfile [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 09:47 Dockerfile.build [2021-01-20T09:48:38.281Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 09:47 docs [2021-01-20T09:48:38.281Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 09:47 .git [2021-01-20T09:48:38.281Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 09:47 .github [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 09:47 .gitignore [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 09:47 go.mod [2021-01-20T09:48:38.281Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 09:48 go.sum [2021-01-20T09:48:38.281Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 09:47 internal [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 09:47 Jenkinsfile [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 09:47 LICENSE [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 09:47 Makefile [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 09:47 README.md [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 09:45 VERSION [2021-01-20T09:48:38.281Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 09:47 version.go [2021-01-20T09:48:38.281Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 09:47 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:38.584Z] + 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=7f1d93869b7056492d090fa1e7f652658dff908f --label arch=amd64 --label version=0.0.0 . [2021-01-20T09:48:38.847Z] Sending build context to Docker daemon 16.61MB [2021-01-20T09:48:38.847Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:48:38.847Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T09:48:38.847Z] ---> 4b7c36d17aa3 [2021-01-20T09:48:38.847Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T09:48:39.422Z] ---> Running in 88a3ad7ca983 [2021-01-20T09:48:39.683Z] Removing intermediate container 88a3ad7ca983 [2021-01-20T09:48:39.683Z] ---> 6f91bac8a3f1 [2021-01-20T09:48:39.683Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T09:48:39.683Z] ---> Running in 1ee10cea17c5 [2021-01-20T09:48:39.683Z] Removing intermediate container 1ee10cea17c5 [2021-01-20T09:48:39.683Z] ---> 74b11d4f552d [2021-01-20T09:48:39.683Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T09:48:39.949Z] ---> Running in e3d07a30b5d3 [2021-01-20T09:48:39.949Z] Removing intermediate container e3d07a30b5d3 [2021-01-20T09:48:39.949Z] ---> d7505f151d8c [2021-01-20T09:48:39.949Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T09:48:40.211Z] ---> Running in 80b10fdcc8b8 [2021-01-20T09:48:40.211Z] Removing intermediate container 80b10fdcc8b8 [2021-01-20T09:48:40.211Z] ---> 8f4df324c4b5 [2021-01-20T09:48:40.211Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T09:48:40.211Z] ---> Running in 5a900ca01384 [2021-01-20T09:48:40.474Z] Removing intermediate container 5a900ca01384 [2021-01-20T09:48:40.474Z] ---> 3784824207ef [2021-01-20T09:48:40.474Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:48:40.474Z] ---> Running in 70c25501d9a5 [2021-01-20T09:48:40.943Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21571 in /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [Pipeline] { [Pipeline] ws [2021-01-20T09:48:41.008Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T09:48:41.425Z] Removing intermediate container 70c25501d9a5 [2021-01-20T09:48:41.425Z] ---> 2a0a8d42ac95 [2021-01-20T09:48:41.425Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T09:48:41.425Z] ---> Running in 7ae6c41655a2 [2021-01-20T09:48:41.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:48:42.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:48:42.914Z] OK: 166 MiB in 39 packages [2021-01-20T09:48:43.490Z] Removing intermediate container 7ae6c41655a2 [2021-01-20T09:48:43.490Z] ---> 0efeb86e8f50 [2021-01-20T09:48:43.490Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T09:48:43.490Z] ---> Running in d152df5fcb4d [2021-01-20T09:48:43.753Z] Removing intermediate container d152df5fcb4d [2021-01-20T09:48:43.753Z] ---> 6e089050cf09 [2021-01-20T09:48:43.753Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T09:48:43.753Z] ---> Running in ea4966bf37f7 [2021-01-20T09:48:44.016Z] Removing intermediate container ea4966bf37f7 [2021-01-20T09:48:44.016Z] ---> 28e55ab824df [2021-01-20T09:48:44.016Z] Step 12/24 : COPY go.mod . [2021-01-20T09:48:44.282Z] ---> d4bbaa25f90f [2021-01-20T09:48:44.282Z] Step 13/24 : COPY Makefile . [2021-01-20T09:48:44.282Z] ---> d3d9fae47b66 [2021-01-20T09:48:44.282Z] Step 14/24 : RUN make update [2021-01-20T09:48:44.549Z] ---> Running in d82749d3f95c [2021-01-20T09:48:45.128Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T09:48:45.394Z] Removing intermediate container d82749d3f95c [2021-01-20T09:48:45.394Z] ---> db490612c785 [2021-01-20T09:48:45.394Z] Step 15/24 : COPY . . [2021-01-20T09:48:46.518Z] using credential edgex-jenkins-ssh [2021-01-20T09:48:46.571Z] Cloning the remote Git repository [2021-01-20T09:48:46.625Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:46.749Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-01-20T09:48:46.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:46.866Z] > git --version # timeout=10 [2021-01-20T09:48:46.897Z] > git --version # 'git version 2.17.1' [2021-01-20T09:48:46.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:46.973Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:48:47.314Z] ---> 55c4c1104561 [2021-01-20T09:48:47.314Z] Step 16/24 : RUN ${MAKE} [2021-01-20T09:48:47.314Z] ---> Running in 29cab9d44a60 [2021-01-20T09:48:47.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T09:48:49.381Z] Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7f1d93869b7056492d090fa1e7f652658dff908f [2021-01-20T09:48:49.846Z] Merge succeeded, producing 7f1d93869b7056492d090fa1e7f652658dff908f [2021-01-20T09:48:49.846Z] Checking out Revision 7f1d93869b7056492d090fa1e7f652658dff908f (PR-288) [2021-01-20T09:48:48.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:48:48.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:48:48.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:48:48.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:48.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:48.830Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T09:48:49.394Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:48:49.416Z] > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 [2021-01-20T09:48:49.685Z] > git remote # timeout=10 [2021-01-20T09:48:49.703Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T09:48:49.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:49.739Z] > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:48:49.769Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T09:48:49.853Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:48:49.881Z] > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 [2021-01-20T09:48:54.606Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:48:55.834Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T09:48:56.192Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:48:56.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:48:57.017Z] + true [2021-01-20T09:48:57.017Z] + sudo service docker restart [2021-01-20T09:48:57.756Z] Removing intermediate container 29cab9d44a60 [2021-01-20T09:48:57.756Z] ---> 0b0a79f84e41 [2021-01-20T09:48:57.756Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T09:48:58.702Z] 3.12: Pulling from library/alpine [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:48:59.097Z] provisioning config files... [2021-01-20T09:48:59.147Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4507755358747324894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:48:59.569Z] ---> docker-login.sh [2021-01-20T09:48:59.569Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:49:00.094Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T09:49:00.094Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T09:49:00.094Z] 801bfaa63ef2: Download complete [2021-01-20T09:49:00.095Z] 801bfaa63ef2: Pull complete [2021-01-20T09:49:00.358Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T09:49:00.358Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T09:49:00.358Z] ---> 389fef711851 [2021-01-20T09:49:00.358Z] Step 18/24 : EXPOSE 4000 [2021-01-20T09:49:00.358Z] ---> Running in 7d47aec0d6ee [2021-01-20T09:49:00.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:00.619Z] Removing intermediate container 7d47aec0d6ee [2021-01-20T09:49:00.619Z] ---> 488fe00b2f45 [2021-01-20T09:49:00.619Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:49:01.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:01.176Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:01.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:01.176Z] [2021-01-20T09:49:01.176Z] Login Succeeded [2021-01-20T09:49:01.176Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:49:01.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:01.572Z] ---> c33177eb0a8a [2021-01-20T09:49:01.572Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:49:01.572Z] ---> Running in c8cd747bee1b [2021-01-20T09:49:01.837Z] Removing intermediate container c8cd747bee1b [2021-01-20T09:49:01.837Z] ---> 0e2fbd3d25c5 [2021-01-20T09:49:01.837Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T09:49:01.837Z] ---> Running in 8a26870738e8 [2021-01-20T09:49:01.837Z] Removing intermediate container 8a26870738e8 [2021-01-20T09:49:01.837Z] ---> ab0eaef0c7ab [2021-01-20T09:49:01.837Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T09:49:02.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:02.050Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:02.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:02.050Z] [2021-01-20T09:49:02.050Z] Login Succeeded [2021-01-20T09:49:02.050Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:49:02.099Z] ---> Running in 1f8a771af099 [2021-01-20T09:49:02.099Z] Removing intermediate container 1f8a771af099 [2021-01-20T09:49:02.099Z] ---> 90a264b51f11 [2021-01-20T09:49:02.099Z] Step 23/24 : LABEL git_sha=7f1d93869b7056492d090fa1e7f652658dff908f [2021-01-20T09:49:02.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:02.362Z] ---> Running in d2d9c43f73dd [2021-01-20T09:49:02.362Z] Removing intermediate container d2d9c43f73dd [2021-01-20T09:49:02.362Z] ---> ac099c956aa9 [2021-01-20T09:49:02.362Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T09:49:02.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:02.598Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:02.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:02.598Z] [2021-01-20T09:49:02.598Z] Login Succeeded [2021-01-20T09:49:02.598Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:49:02.623Z] ---> Running in dd4b08cb15a7 [2021-01-20T09:49:02.623Z] Removing intermediate container dd4b08cb15a7 [2021-01-20T09:49:02.623Z] ---> 1b054594d0e2 [2021-01-20T09:49:02.623Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T09:49:02.624Z] Successfully built 1b054594d0e2 [2021-01-20T09:49:02.624Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-20T09:49:02.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-01-20T09:49:03.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:03.154Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:03.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:03.154Z] [2021-01-20T09:49:03.154Z] Login Succeeded [2021-01-20T09:49:03.154Z] docker.io [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-20T09:49:03.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T09:49:04.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:04.032Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:04.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:04.032Z] [2021-01-20T09:49:04.032Z] Login Succeeded [2021-01-20T09:49:04.032Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:49:04.050Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:49:04.572Z] ========================================================= [2021-01-20T09:49:04.572Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T09:49:04.572Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:04.971Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-20T09:49:05.586Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:49:05.586Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:49:05.586Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:49:05.868Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T09:49:05.868Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T09:49:05.868Z] a4357932f1b6: Pulling fs layer [2021-01-20T09:49:05.868Z] 18c013af1878: Pulling fs layer [2021-01-20T09:49:05.868Z] 00ac8860ef70: Pulling fs layer [2021-01-20T09:49:05.868Z] 63d7cb157983: Pulling fs layer [2021-01-20T09:49:05.868Z] 00ac8860ef70: Waiting [2021-01-20T09:49:05.868Z] b116817d02f9: Pulling fs layer [2021-01-20T09:49:05.868Z] 745a02a5169b: Pulling fs layer [2021-01-20T09:49:05.868Z] 63d7cb157983: Waiting [2021-01-20T09:49:05.868Z] 745a02a5169b: Waiting [2021-01-20T09:49:05.868Z] 18c013af1878: Verifying Checksum [2021-01-20T09:49:05.868Z] 18c013af1878: Download complete [2021-01-20T09:49:05.868Z] a4357932f1b6: Verifying Checksum [2021-01-20T09:49:05.868Z] a4357932f1b6: Download complete [2021-01-20T09:49:05.868Z] 63d7cb157983: Verifying Checksum [2021-01-20T09:49:05.868Z] 63d7cb157983: Download complete [2021-01-20T09:49:05.868Z] b116817d02f9: Verifying Checksum [2021-01-20T09:49:05.868Z] b116817d02f9: Download complete [2021-01-20T09:49:06.147Z] 5f621e34cdf4: Download complete [2021-01-20T09:49:07.149Z] 5f621e34cdf4: Pull complete [2021-01-20T09:49:07.428Z] a4357932f1b6: Pull complete [2021-01-20T09:49:08.033Z] 18c013af1878: Pull complete [2021-01-20T09:49:09.041Z] 745a02a5169b: Verifying Checksum [2021-01-20T09:49:09.041Z] 745a02a5169b: Download complete [2021-01-20T09:49:10.048Z] 00ac8860ef70: Verifying Checksum [2021-01-20T09:49:10.048Z] 00ac8860ef70: Download complete [2021-01-20T09:49:20.285Z] 00ac8860ef70: Pull complete [2021-01-20T09:49:20.285Z] 63d7cb157983: Pull complete [2021-01-20T09:49:20.562Z] b116817d02f9: Pull complete [2021-01-20T09:49:23.941Z] 745a02a5169b: Pull complete [2021-01-20T09:49:23.942Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T09:49:23.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T09:49:23.942Z] ---> b7e6874047d6 [2021-01-20T09:49:23.942Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:49:27.336Z] ---> Running in c132007f48aa [2021-01-20T09:49:27.336Z] Removing intermediate container c132007f48aa [2021-01-20T09:49:27.336Z] ---> 458cd8246308 [2021-01-20T09:49:27.336Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:49:27.336Z] ---> Running in 9d9c1352ef5b [2021-01-20T09:49:29.959Z] Removing intermediate container 9d9c1352ef5b [2021-01-20T09:49:29.959Z] ---> 6b1477aa55fd [2021-01-20T09:49:29.959Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:49:29.959Z] ---> Running in 8c1755e135c4 [2021-01-20T09:49:30.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:49:31.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:49:32.132Z] OK: 142 MiB in 39 packages [2021-01-20T09:49:33.580Z] Removing intermediate container 8c1755e135c4 [2021-01-20T09:49:33.580Z] ---> 13fca99bde86 [2021-01-20T09:49:33.580Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:49:33.580Z] ---> Running in 220918ec306c [2021-01-20T09:49:34.188Z] Removing intermediate container 220918ec306c [2021-01-20T09:49:34.188Z] ---> d6395ddefb71 [2021-01-20T09:49:34.188Z] Step 7/8 : COPY . . [2021-01-20T09:49:36.819Z] ---> 9cd4a4c31f41 [2021-01-20T09:49:36.819Z] Step 8/8 : RUN go mod download [2021-01-20T09:49:36.819Z] ---> Running in 89601c054c14 [2021-01-20T09:50:03.635Z] Removing intermediate container 89601c054c14 [2021-01-20T09:50:03.635Z] ---> cef0b067a365 [2021-01-20T09:50:03.635Z] Successfully built cef0b067a365 [2021-01-20T09:50:03.635Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:03.976Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:50:03.976Z] . [Pipeline] withDockerContainer [2021-01-20T09:50:04.221Z] prd-ubuntu18.04-docker-arm64-4c-16g-21571 does not seem to be running inside a container [2021-01-20T09:50:04.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T09:50:06.104Z] $ docker top e352c98f80be4df0b5191678e13ae985dd189d1354ef0bd876372ca2797663dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:50:07.185Z] + go version [2021-01-20T09:50:07.186Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T09:50:07.232Z] $ docker stop --time=1 e352c98f80be4df0b5191678e13ae985dd189d1354ef0bd876372ca2797663dd [2021-01-20T09:50:09.323Z] $ docker rm -f e352c98f80be4df0b5191678e13ae985dd189d1354ef0bd876372ca2797663dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:10.340Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:50:10.340Z] . [Pipeline] withDockerContainer [2021-01-20T09:50:10.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-21571 does not seem to be running inside a container [2021-01-20T09:50:10.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T09:50:12.339Z] $ docker top df1e18df99e980727c2868ed151356db8c6cf86d10a8573bb2378e46a96db1ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:50:13.394Z] + make test [2021-01-20T09:50:13.394Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:50:14.852Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:50:41.707Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T09:50:41.708Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T09:50:41.708Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T09:50:44.389Z] $ docker stop --time=1 df1e18df99e980727c2868ed151356db8c6cf86d10a8573bb2378e46a96db1ce [2021-01-20T09:50:46.574Z] $ docker rm -f df1e18df99e980727c2868ed151356db8c6cf86d10a8573bb2378e46a96db1ce [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:50:47.417Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T09:50:47.437Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T09:50:48.183Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:50:48.904Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T09:50:49.270Z] + ls -al . [2021-01-20T09:50:49.271Z] total 124 [2021-01-20T09:50:49.271Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:50 . [2021-01-20T09:50:49.271Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:48 .. [2021-01-20T09:50:49.271Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 09:48 .git [2021-01-20T09:50:49.271Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:48 .github [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 09:48 .gitignore [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 09:48 CONTRIBUTING.md [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 09:48 Dockerfile [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 09:48 Dockerfile.build [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 09:48 Jenkinsfile [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 09:48 LICENSE [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 09:48 Makefile [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 09:48 README.md [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 09:45 VERSION [2021-01-20T09:50:49.271Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:48 assets [2021-01-20T09:50:49.271Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:48 bin [2021-01-20T09:50:49.271Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:48 cmd [2021-01-20T09:50:49.271Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 09:50 coverage.out [2021-01-20T09:50:49.271Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 09:48 docs [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 09:48 go.mod [2021-01-20T09:50:49.271Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 09:50 go.sum [2021-01-20T09:50:49.271Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:48 internal [2021-01-20T09:50:49.271Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 09:48 version.go [2021-01-20T09:50:49.271Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:48 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:49.680Z] + 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=7f1d93869b7056492d090fa1e7f652658dff908f --label arch=arm64 --label version=0.0.0 . [2021-01-20T09:50:50.293Z] Sending build context to Docker daemon 16.61MB [2021-01-20T09:50:50.571Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:50:50.571Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T09:50:50.571Z] ---> cef0b067a365 [2021-01-20T09:50:50.572Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T09:50:50.866Z] ---> Running in d1774517c701 [2021-01-20T09:50:51.465Z] Removing intermediate container d1774517c701 [2021-01-20T09:50:51.465Z] ---> 5857848df533 [2021-01-20T09:50:51.465Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T09:50:51.747Z] ---> Running in 45ca84c67ac1 [2021-01-20T09:50:52.020Z] Removing intermediate container 45ca84c67ac1 [2021-01-20T09:50:52.020Z] ---> d89a458c3cde [2021-01-20T09:50:52.020Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T09:50:52.292Z] ---> Running in bfb4d2d6d556 [2021-01-20T09:50:52.890Z] Removing intermediate container bfb4d2d6d556 [2021-01-20T09:50:52.890Z] ---> aef540f7aa1a [2021-01-20T09:50:52.890Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T09:50:52.890Z] ---> Running in 20ae17c92cd7 [2021-01-20T09:50:53.491Z] Removing intermediate container 20ae17c92cd7 [2021-01-20T09:50:53.491Z] ---> b217b8e19621 [2021-01-20T09:50:53.491Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T09:50:53.491Z] ---> Running in a47c2dc9c098 [2021-01-20T09:50:54.094Z] Removing intermediate container a47c2dc9c098 [2021-01-20T09:50:54.094Z] ---> 74c79674daa8 [2021-01-20T09:50:54.094Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:50:54.094Z] ---> Running in d2395cb75145 [2021-01-20T09:50:56.721Z] Removing intermediate container d2395cb75145 [2021-01-20T09:50:56.721Z] ---> 0e91c557ba73 [2021-01-20T09:50:56.721Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T09:50:56.721Z] ---> Running in 10454f327ec3 [2021-01-20T09:50:57.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:50:58.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:50:59.310Z] OK: 142 MiB in 39 packages [2021-01-20T09:51:00.746Z] Removing intermediate container 10454f327ec3 [2021-01-20T09:51:00.746Z] ---> bd1f44268add [2021-01-20T09:51:00.746Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T09:51:00.746Z] ---> Running in 2343cbc568a2 [2021-01-20T09:51:01.343Z] Removing intermediate container 2343cbc568a2 [2021-01-20T09:51:01.343Z] ---> 85123508aad5 [2021-01-20T09:51:01.343Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T09:51:01.343Z] ---> Running in 090f22453c09 [2021-01-20T09:51:01.943Z] Removing intermediate container 090f22453c09 [2021-01-20T09:51:01.943Z] ---> 757905abe694 [2021-01-20T09:51:01.943Z] Step 12/24 : COPY go.mod . [2021-01-20T09:51:02.924Z] ---> 2b4c6e10bb6f [2021-01-20T09:51:02.924Z] Step 13/24 : COPY Makefile . [2021-01-20T09:51:03.525Z] ---> 8a2d668148ba [2021-01-20T09:51:03.525Z] Step 14/24 : RUN make update [2021-01-20T09:51:03.525Z] ---> Running in ed0f660f4659 [2021-01-20T09:51:04.510Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T09:51:05.960Z] Removing intermediate container ed0f660f4659 [2021-01-20T09:51:05.960Z] ---> 7712f7ede4da [2021-01-20T09:51:05.960Z] Step 15/24 : COPY . . [2021-01-20T09:51:07.934Z] ---> f428a352f162 [2021-01-20T09:51:07.934Z] Step 16/24 : RUN ${MAKE} [2021-01-20T09:51:08.207Z] ---> Running in 3ecb5728646a [2021-01-20T09:51:09.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T09:51:31.375Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T09:51:38.059Z] Removing intermediate container 3ecb5728646a [2021-01-20T09:51:38.059Z] ---> a2056528794b [2021-01-20T09:51:38.059Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T09:51:39.485Z] 3.12: Pulling from library/alpine [2021-01-20T09:51:39.763Z] 159e5727ea61: Pulling fs layer [2021-01-20T09:51:39.763Z] 159e5727ea61: Verifying Checksum [2021-01-20T09:51:39.763Z] 159e5727ea61: Download complete [2021-01-20T09:51:40.747Z] 159e5727ea61: Pull complete [2021-01-20T09:51:40.747Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T09:51:40.747Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T09:51:40.747Z] ---> afeebe901d6b [2021-01-20T09:51:40.747Z] Step 18/24 : EXPOSE 4000 [2021-01-20T09:51:40.747Z] ---> Running in af747660f4e8 [2021-01-20T09:51:41.345Z] Removing intermediate container af747660f4e8 [2021-01-20T09:51:41.345Z] ---> 461f38a2bc67 [2021-01-20T09:51:41.345Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:51:43.324Z] ---> 460b222b046d [2021-01-20T09:51:43.324Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:51:43.324Z] ---> Running in 4dc766f9853d [2021-01-20T09:51:43.595Z] Removing intermediate container 4dc766f9853d [2021-01-20T09:51:43.595Z] ---> 4456ac2649f2 [2021-01-20T09:51:43.595Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T09:51:43.870Z] ---> Running in a823d9b6d54a [2021-01-20T09:51:44.148Z] Removing intermediate container a823d9b6d54a [2021-01-20T09:51:44.148Z] ---> b5ae440ee72b [2021-01-20T09:51:44.148Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T09:51:44.423Z] ---> Running in 0a0add9b94e9 [2021-01-20T09:51:45.020Z] Removing intermediate container 0a0add9b94e9 [2021-01-20T09:51:45.020Z] ---> 3aa1e29117a6 [2021-01-20T09:51:45.020Z] Step 23/24 : LABEL git_sha=7f1d93869b7056492d090fa1e7f652658dff908f [2021-01-20T09:51:45.020Z] ---> Running in d8ff23d65d32 [2021-01-20T09:51:45.616Z] Removing intermediate container d8ff23d65d32 [2021-01-20T09:51:45.616Z] ---> d306e9fe42ba [2021-01-20T09:51:45.616Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T09:51:45.891Z] ---> Running in 24bd754a0e1d [2021-01-20T09:51:46.162Z] Removing intermediate container 24bd754a0e1d [2021-01-20T09:51:46.162Z] ---> d2e6fa868fd0 [2021-01-20T09:51:46.162Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T09:51:46.162Z] Successfully built d2e6fa868fd0 [2021-01-20T09:51:46.437Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T09:51:47.824Z] provisioning config files... [2021-01-20T09:51:47.840Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/config3887935870324302448tmp [Pipeline] { [Pipeline] sh [2021-01-20T09:51:48.223Z] + set +x [2021-01-20T09:51:48.223Z] + curl -s https://codecov.io/bash [2021-01-20T09:51:48.223Z] + bash -s -- [2021-01-20T09:51:48.486Z] [2021-01-20T09:51:48.486Z] _____ _ [2021-01-20T09:51:48.486Z] / ____| | | [2021-01-20T09:51:48.486Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T09:51:48.486Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T09:51:48.486Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T09:51:48.486Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T09:51:48.486Z] Bash-20210115-cec3c92 [2021-01-20T09:51:48.486Z] [2021-01-20T09:51:48.486Z] [2021-01-20T09:51:48.486Z] ==> git version 2.24.3 found [2021-01-20T09:51:48.486Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-20T09:51:48.486Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T09:51:48.486Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T09:51:48.486Z] ==> Jenkins CI detected. [2021-01-20T09:51:48.486Z] project root: . [2021-01-20T09:51:48.486Z] --> token set from env [2021-01-20T09:51:48.486Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T09:51:48.486Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T09:51:48.486Z] ==> Python coveragepy not found [2021-01-20T09:51:48.486Z] ==> Searching for coverage reports in: [2021-01-20T09:51:48.486Z] + . [2021-01-20T09:51:48.486Z] -> Found 1 reports [2021-01-20T09:51:48.486Z] ==> Detecting git/mercurial file structure [2021-01-20T09:51:48.486Z] ==> Reading reports [2021-01-20T09:51:48.486Z] + ./coverage.out bytes=10 [2021-01-20T09:51:48.486Z] ==> Appending adjustments [2021-01-20T09:51:48.486Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T09:51:48.748Z] + Found adjustments [2021-01-20T09:51:48.748Z] ==> Gzipping contents [2021-01-20T09:51:48.748Z] 4.0K /tmp/codecov.EG7voP.gz [2021-01-20T09:51:48.748Z] ==> Uploading reports [2021-01-20T09:51:48.748Z] url: https://codecov.io [2021-01-20T09:51:48.748Z] query: branch=PR-288&commit=7f1d93869b7056492d090fa1e7f652658dff908f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-288%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=288&job=&cmd_args= [2021-01-20T09:51:48.748Z] -> Pinging Codecov [2021-01-20T09:51:48.748Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-288&commit=7f1d93869b7056492d090fa1e7f652658dff908f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-288%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=288&job=&cmd_args= [2021-01-20T09:51:49.324Z] -> Uploading to [2021-01-20T09:51:49.324Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/7f1d93869b7056492d090fa1e7f652658dff908f/fdd2575e-b1be-4878-bbf0-253254124813.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T095149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6423a3231ae996f4d675f80ea68d0e27fc114abf47a4f3a955a6f63bfcb55bc [2021-01-20T09:51:49.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T09:51:49.324Z] Dload Upload Total Spent Left Speed [2021-01-20T09:51:49.587Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5136 --:--:-- --:--:-- --:--:-- 5147 [2021-01-20T09:51:49.587Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7f1d93869b7056492d090fa1e7f652658dff908f [Pipeline] } [2021-01-20T09:51:49.598Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:51:52.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:51:52.319Z] ---> package-listing.sh [2021-01-20T09:51:52.319Z] ++ facter osfamily [2021-01-20T09:51:52.319Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T09:51:52.319Z] + OS_FAMILY=redhat [2021-01-20T09:51:52.319Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-288 [2021-01-20T09:51:52.319Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T09:51:52.319Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T09:51:52.319Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T09:51:52.319Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T09:51:52.319Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-288 ']' [2021-01-20T09:51:52.319Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T09:51:52.319Z] + case "${OS_FAMILY}" in [2021-01-20T09:51:52.319Z] + rpm -qa [2021-01-20T09:51:52.319Z] + sort [2021-01-20T09:51:57.639Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T09:51:57.639Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T09:51:57.639Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T09:51:57.639Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-288 ']' [2021-01-20T09:51:57.639Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-288/archives/ [2021-01-20T09:51:57.639Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-288/archives/ [Pipeline] echo [2021-01-20T09:51:57.655Z] 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-288/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T09:51:57.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:58.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:51:58.267Z] [2021-01-20T09:51:58.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:58.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:51:58.630Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T09:51:58.630Z] df20fa9351a1: Pulling fs layer [2021-01-20T09:51:58.630Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T09:51:58.630Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T09:51:58.630Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T09:51:58.630Z] 93b61091891f: Pulling fs layer [2021-01-20T09:51:58.630Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T09:51:58.630Z] 5e14af77c1be: Pulling fs layer [2021-01-20T09:51:58.630Z] 01666e4c0597: Pulling fs layer [2021-01-20T09:51:58.630Z] aa168da1d23b: Pulling fs layer [2021-01-20T09:51:58.630Z] 46f8f816bc3b: Waiting [2021-01-20T09:51:58.630Z] 93b61091891f: Waiting [2021-01-20T09:51:58.630Z] 93b9cdb0e59b: Waiting [2021-01-20T09:51:58.630Z] 5e14af77c1be: Waiting [2021-01-20T09:51:58.630Z] 01666e4c0597: Waiting [2021-01-20T09:51:58.630Z] 36b3adc4ff6f: Download complete [2021-01-20T09:51:58.630Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T09:51:58.630Z] 46f8f816bc3b: Download complete [2021-01-20T09:51:58.630Z] df20fa9351a1: Verifying Checksum [2021-01-20T09:51:58.630Z] 93b9cdb0e59b: Download complete [2021-01-20T09:51:58.900Z] 5e14af77c1be: Verifying Checksum [2021-01-20T09:51:58.900Z] 5e14af77c1be: Download complete [2021-01-20T09:51:58.900Z] 93b61091891f: Download complete [2021-01-20T09:51:58.900Z] 01666e4c0597: Verifying Checksum [2021-01-20T09:51:58.900Z] 01666e4c0597: Download complete [2021-01-20T09:51:58.900Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T09:51:58.900Z] 8ad3a11d3b57: Download complete [2021-01-20T09:51:59.170Z] df20fa9351a1: Pull complete [2021-01-20T09:51:59.433Z] 36b3adc4ff6f: Pull complete [2021-01-20T09:52:00.387Z] 8ad3a11d3b57: Pull complete [2021-01-20T09:52:00.649Z] 46f8f816bc3b: Pull complete [2021-01-20T09:52:00.649Z] aa168da1d23b: Verifying Checksum [2021-01-20T09:52:00.649Z] aa168da1d23b: Download complete [2021-01-20T09:52:00.912Z] 93b61091891f: Pull complete [2021-01-20T09:52:00.912Z] 93b9cdb0e59b: Pull complete [2021-01-20T09:52:01.176Z] 5e14af77c1be: Pull complete [2021-01-20T09:52:01.176Z] 01666e4c0597: Pull complete [2021-01-20T09:52:07.818Z] aa168da1d23b: Pull complete [2021-01-20T09:52:07.818Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T09:52:07.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:07.818Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T09:52:08.001Z] prd-centos7-docker-4c-2g-21562 does not seem to be running inside a container [2021-01-20T09:52:08.044Z] $ 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-288/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-288 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288:/w/workspace/edgexfoundry_edgex-ui-go_PR-288:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@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 [2021-01-20T09:52:11.671Z] $ docker top 29eb47cd1cf5663e9da51619cf6acc9283f0efa43eacd42529322f241978deb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:52:12.207Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T09:52:12.510Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T09:52:12.810Z] + ls /var/log/sa-host [2021-01-20T09:52:12.810Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T09:52:12.810Z] file_magic: OK [2021-01-20T09:52:12.810Z] HZ: Using current value: 100 [2021-01-20T09:52:12.810Z] file_header: OK [2021-01-20T09:52:12.810Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T09:52:12.810Z] Statistics: [2021-01-20T09:52:12.810Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T09:52:12.810Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T09:52:12.810Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T09:52:12.810Z] file_magic: OK [2021-01-20T09:52:12.810Z] HZ: Using current value: 100 [2021-01-20T09:52:12.810Z] file_header: OK [2021-01-20T09:52:12.810Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T09:52:12.810Z] Statistics: [2021-01-20T09:52:12.810Z] Hnuu...uuuununununu... [2021-01-20T09:52:12.810Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T09:52:13.442Z] provisioning config files... [2021-01-20T09:52:13.457Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/config6617840666025906717tmp [Pipeline] { [Pipeline] echo [2021-01-20T09:52:13.539Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:13.837Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T09:52:13.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T09:52:13.941Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:14.240Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T09:52:14.253Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:14.553Z] ---> sudo-logs.sh [2021-01-20T09:52:14.553Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T09:52:14.564Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:14.873Z] ---> job-cost.sh [2021-01-20T09:52:14.873Z] lf-activate-venv: SKIPPING [2021-01-20T09:52:14.873Z] INFO: No Stack... [2021-01-20T09:52:15.826Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T09:52:16.440Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T09:52:16.460Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:16.773Z] ---> logs-deploy.sh [2021-01-20T09:52:16.774Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-288/2 [2021-01-20T09:52:16.774Z] INFO: archiving workspace using pattern(s): [2021-01-20T09:52:18.717Z] Archives upload complete. [2021-01-20T09:52:18.717Z] INFO: archiving logs to Nexus