Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1020d6c1e9ddeda7f01b4de0df0680deaa148d30+d897271f5bdcc8b47fe99642677f598acc1508a8 (e2b6c0f73ad662163d18a95c57f84312eda77486) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27317 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d897271f5bdcc8b47fe99642677f598acc1508a8 into PR head commit 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 Merge succeeded, producing 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 Checking out Revision 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 (PR-289) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T10:26:22.291Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T10:26:22.583Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T10:26:22.695Z] ========================================================= [2021-02-23T10:26:22.695Z] EdgeX Global Pipelines Version Info [2021-02-23T10:26:22.695Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:26:27.631Z] ------------------- [2021-02-23T10:26:27.631Z] stable info: [2021-02-23T10:26:27.631Z] ------------------- [2021-02-23T10:26:27.631Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T10:26:27.631Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T10:26:27.631Z] Message: update stable to v1.0.179 [2021-02-23T10:26:28.324Z] ------------------- [2021-02-23T10:26:28.324Z] experimental info: [2021-02-23T10:26:28.324Z] ------------------- [2021-02-23T10:26:28.324Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T10:26:28.324Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T10:26:28.324Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T10:26:28.659Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T10:26:28.763Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T10:26:28.858Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T10:26:28.952Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T10:26:29.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T10:26:29.233Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T10:26:29.337Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T10:26:29.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T10:26:29.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T10:26:29.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T10:26:29.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T10:26:29.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T10:26:29.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T10:26:29.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T10:26:30.086Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T10:26:30.195Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T10:26:30.443Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T10:26:30.536Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T10:26:30.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T10:26:30.732Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T10:26:30.833Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T10:26:30.954Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T10:26:31.069Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T10:26:31.170Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T10:26:31.276Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T10:26:31.366Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T10:26:31.463Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T10:26:31.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2021-02-23T10:26:31.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2021-02-23T10:26:31.775Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2021-02-23T10:26:31.889Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [Pipeline] echo [2021-02-23T10:26:32.002Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1020d6c [Pipeline] echo [2021-02-23T10:26:32.114Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:26:32.366Z] provisioning config files... [2021-02-23T10:26:32.449Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config8232547734853503388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:26:33.066Z] ---> docker-login.sh [2021-02-23T10:26:33.066Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:26:34.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:26:35.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:26:35.361Z] Configure a credential helper to remove this warning. See [2021-02-23T10:26:35.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:26:35.361Z] [2021-02-23T10:26:35.361Z] Login Succeeded [2021-02-23T10:26:35.361Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:26:36.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:26:36.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:26:36.842Z] Configure a credential helper to remove this warning. See [2021-02-23T10:26:36.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:26:36.842Z] [2021-02-23T10:26:36.842Z] Login Succeeded [2021-02-23T10:26:36.842Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:26:36.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:26:37.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:26:37.198Z] Configure a credential helper to remove this warning. See [2021-02-23T10:26:37.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:26:37.198Z] [2021-02-23T10:26:37.198Z] Login Succeeded [2021-02-23T10:26:37.198Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:26:38.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:26:38.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:26:38.341Z] Configure a credential helper to remove this warning. See [2021-02-23T10:26:38.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:26:38.341Z] [2021-02-23T10:26:38.341Z] Login Succeeded [2021-02-23T10:26:38.341Z] docker.io [2021-02-23T10:26:39.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:26:39.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:26:39.757Z] Configure a credential helper to remove this warning. See [2021-02-23T10:26:39.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:26:39.757Z] [2021-02-23T10:26:39.757Z] Login Succeeded [2021-02-23T10:26:39.757Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:26:39.956Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:26:41.112Z] + git log --format=format:%s -1 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [Pipeline] echo [2021-02-23T10:26:41.656Z] GIT_COMMIT: 1020d6c1e9ddeda7f01b4de0df0680deaa148d30, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo [2021-02-23T10:26:41.700Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:26:42.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:26:42.770Z] [2021-02-23T10:26:42.770Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:26:43.210Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:26:43.210Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T10:26:43.210Z] 31603596830f: Pulling fs layer [2021-02-23T10:26:43.210Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T10:26:43.210Z] 6ca5941a6612: Pulling fs layer [2021-02-23T10:26:43.210Z] ecc8261a40a4: Pulling fs layer [2021-02-23T10:26:43.210Z] ecc8261a40a4: Waiting [2021-02-23T10:26:43.519Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T10:26:43.519Z] 2a8b12db71e7: Download complete [2021-02-23T10:26:43.956Z] 31603596830f: Verifying Checksum [2021-02-23T10:26:43.956Z] 31603596830f: Download complete [2021-02-23T10:26:45.172Z] ecc8261a40a4: Verifying Checksum [2021-02-23T10:26:45.172Z] ecc8261a40a4: Download complete [2021-02-23T10:26:45.578Z] 6ca5941a6612: Verifying Checksum [2021-02-23T10:26:45.578Z] 6ca5941a6612: Download complete [2021-02-23T10:26:45.939Z] 31603596830f: Pull complete [2021-02-23T10:26:46.643Z] 2a8b12db71e7: Pull complete [2021-02-23T10:26:49.477Z] 6ca5941a6612: Pull complete [2021-02-23T10:26:49.477Z] ecc8261a40a4: Pull complete [2021-02-23T10:26:49.889Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T10:26:49.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:26:49.889Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T10:26:50.746Z] prd-centos7-docker-4c-2g-27317 does not seem to be running inside a container [2021-02-23T10:26:50.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:26:55.497Z] $ docker top 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:26:56.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:26:56.194Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:26:57.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:26:57.398Z] $ docker exec 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent [2021-02-23T10:26:57.807Z] SSH_AUTH_SOCK=/tmp/ssh-tBXfHdiB2kx8/agent.11 [2021-02-23T10:26:57.807Z] SSH_AGENT_PID=17 [2021-02-23T10:26:57.827Z] Running ssh-add (command line suppressed) [2021-02-23T10:26:58.388Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1925832444905450022.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1925832444905450022.key) [2021-02-23T10:26:58.739Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:26:59.673Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T10:26:59.922Z] $ docker exec --env ******** --env ******** 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent -k [2021-02-23T10:27:00.511Z] unset SSH_AUTH_SOCK; [2021-02-23T10:27:00.520Z] unset SSH_AGENT_PID; [2021-02-23T10:27:00.520Z] echo Agent pid 17 killed; [2021-02-23T10:27:00.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T10:27:00.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:27:00.844Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:27:01.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:27:01.767Z] $ docker exec 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent [2021-02-23T10:27:02.064Z] SSH_AUTH_SOCK=/tmp/ssh-eeJlSHgILiLN/agent.45 [2021-02-23T10:27:02.064Z] SSH_AGENT_PID=50 [2021-02-23T10:27:02.075Z] Running ssh-add (command line suppressed) [2021-02-23T10:27:02.733Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5931440882496465875.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5931440882496465875.key) [2021-02-23T10:27:03.076Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:27:03.894Z] + git semver init [2021-02-23T10:27:03.894Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:27:03.894Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git [2021-02-23T10:27:03.894Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T10:27:03.894Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:27:03.894Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:27:03.894Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:27:03.894Z] # $SEMVER_BRANCH = PR-289 [2021-02-23T10:27:03.894Z] # $SEMVER_TEMP = /tmp/semver-510695326 [2021-02-23T10:27:03.894Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T10:27:06.579Z] # '/tmp/semver-510695326' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' [2021-02-23T10:27:06.579Z] # -> Force: false [2021-02-23T10:27:06.579Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } [2021-02-23T10:27:06.608Z] $ docker exec --env ******** --env ******** 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent -k [2021-02-23T10:27:06.792Z] unset SSH_AUTH_SOCK; [2021-02-23T10:27:06.793Z] unset SSH_AGENT_PID; [2021-02-23T10:27:06.793Z] echo Agent pid 50 killed; [2021-02-23T10:27:06.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:27:07.415Z] + git semver [Pipeline] } [2021-02-23T10:27:07.444Z] $ docker stop --time=1 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 [2021-02-23T10:27:09.337Z] $ docker rm -f 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T10:27:10.382Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T10:27:12.911Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T10:27:12.914Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-23T10:27:28.450Z] Still waiting to schedule task [2021-02-23T10:27:28.450Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27317’ [2021-02-23T10:27:28.452Z] Still waiting to schedule task [2021-02-23T10:27:28.452Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T10:29:14.493Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27318 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-02-23T10:29:14.554Z] Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout [2021-02-23T10:29:19.771Z] using credential edgex-jenkins-ssh [2021-02-23T10:29:19.835Z] Cloning the remote Git repository [2021-02-23T10:29:19.905Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:29:20.024Z] > git init /w/workspace/edgex-ui-go/8 # timeout=10 [2021-02-23T10:29:20.103Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:29:20.104Z] > git --version # timeout=10 [2021-02-23T10:29:20.119Z] > git --version # 'git version 2.17.1' [2021-02-23T10:29:20.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:29:20.190Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:29:21.611Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:29:21.639Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:29:21.671Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:29:21.714Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:29:21.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:29:21.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T10:29:22.228Z] Merging remotes/origin/master commit d897271f5bdcc8b47fe99642677f598acc1508a8 into PR head commit 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [2021-02-23T10:29:22.664Z] Merge succeeded, producing 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [2021-02-23T10:29:22.665Z] Checking out Revision 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 (PR-289) [2021-02-23T10:29:22.251Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T10:29:22.266Z] > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 [2021-02-23T10:29:22.550Z] > git remote # timeout=10 [2021-02-23T10:29:22.572Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T10:29:22.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:29:22.611Z] > git merge d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 [2021-02-23T10:29:22.637Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T10:29:22.671Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T10:29:22.682Z] > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 [2021-02-23T10:29:27.418Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:29:29.122Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:29:29.631Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:29:30.000Z] + sudo service docker+ restart [2021-02-23T10:29:30.000Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:29:32.785Z] provisioning config files... [2021-02-23T10:29:32.821Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config5425793568883203403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:29:33.242Z] ---> docker-login.sh [2021-02-23T10:29:33.242Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:29:34.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:34.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:34.504Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:34.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:34.504Z] [2021-02-23T10:29:34.504Z] Login Succeeded [2021-02-23T10:29:34.504Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:29:34.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:35.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:35.050Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:35.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:35.050Z] [2021-02-23T10:29:35.050Z] Login Succeeded [2021-02-23T10:29:35.050Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:29:35.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:35.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:35.607Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:35.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:35.607Z] [2021-02-23T10:29:35.607Z] Login Succeeded [2021-02-23T10:29:35.607Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:29:35.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:36.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:36.161Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:36.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:36.161Z] [2021-02-23T10:29:36.161Z] Login Succeeded [2021-02-23T10:29:36.161Z] docker.io [2021-02-23T10:29:36.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:36.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:36.719Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:36.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:36.719Z] [2021-02-23T10:29:36.719Z] Login Succeeded [2021-02-23T10:29:36.719Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:29:36.737Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T10:29:37.197Z] ========================================================= [2021-02-23T10:29:37.197Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T10:29:37.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:29:37.586Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-23T10:29:38.193Z] Sending build context to Docker daemon 17.08MB [2021-02-23T10:29:38.193Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:29:38.193Z] Step 2/8 : FROM ${BASE} [2021-02-23T10:29:38.487Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T10:29:38.487Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T10:29:38.487Z] a4357932f1b6: Pulling fs layer [2021-02-23T10:29:38.487Z] 18c013af1878: Pulling fs layer [2021-02-23T10:29:38.487Z] 00ac8860ef70: Pulling fs layer [2021-02-23T10:29:38.487Z] 63d7cb157983: Pulling fs layer [2021-02-23T10:29:38.487Z] b116817d02f9: Pulling fs layer [2021-02-23T10:29:38.487Z] 745a02a5169b: Pulling fs layer [2021-02-23T10:29:38.487Z] 63d7cb157983: Waiting [2021-02-23T10:29:38.487Z] b116817d02f9: Waiting [2021-02-23T10:29:38.487Z] 00ac8860ef70: Waiting [2021-02-23T10:29:38.487Z] 745a02a5169b: Waiting [2021-02-23T10:29:38.487Z] 18c013af1878: Verifying Checksum [2021-02-23T10:29:38.487Z] 18c013af1878: Download complete [2021-02-23T10:29:38.487Z] a4357932f1b6: Verifying Checksum [2021-02-23T10:29:38.487Z] a4357932f1b6: Download complete [2021-02-23T10:29:38.487Z] 63d7cb157983: Verifying Checksum [2021-02-23T10:29:38.487Z] 63d7cb157983: Download complete [2021-02-23T10:29:38.487Z] b116817d02f9: Verifying Checksum [2021-02-23T10:29:38.487Z] b116817d02f9: Download complete [2021-02-23T10:29:38.487Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T10:29:38.487Z] 5f621e34cdf4: Download complete [2021-02-23T10:29:39.493Z] 5f621e34cdf4: Pull complete [2021-02-23T10:29:40.110Z] a4357932f1b6: Pull complete [2021-02-23T10:29:40.714Z] 18c013af1878: Pull complete [2021-02-23T10:29:40.988Z] 745a02a5169b: Verifying Checksum [2021-02-23T10:29:40.988Z] 745a02a5169b: Download complete [2021-02-23T10:29:41.986Z] 00ac8860ef70: Verifying Checksum [2021-02-23T10:29:41.986Z] 00ac8860ef70: Download complete [2021-02-23T10:29:43.331Z] Running on prd-centos7-docker-4c-2g-27319 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-02-23T10:29:43.420Z] Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout [2021-02-23T10:29:45.937Z] using credential edgex-jenkins-ssh [2021-02-23T10:29:45.992Z] Cloning the remote Git repository [2021-02-23T10:29:45.844Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:29:45.917Z] > git init /w/workspace/edgex-ui-go/8 # timeout=10 [2021-02-23T10:29:45.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:29:45.986Z] > git --version # timeout=10 [2021-02-23T10:29:45.995Z] > git --version # 'git version 2.24.3' [2021-02-23T10:29:45.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:29:46.036Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:29:47.434Z] Merging remotes/origin/master commit d897271f5bdcc8b47fe99642677f598acc1508a8 into PR head commit 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [2021-02-23T10:29:47.622Z] Merge succeeded, producing 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [2021-02-23T10:29:47.622Z] Checking out Revision 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 (PR-289) [2021-02-23T10:29:46.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:29:46.924Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:29:46.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:29:46.952Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:29:46.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:29:46.957Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T10:29:47.393Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T10:29:47.400Z] > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 [2021-02-23T10:29:47.542Z] > git remote # timeout=10 [2021-02-23T10:29:47.554Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T10:29:47.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:29:47.566Z] > git merge d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 [2021-02-23T10:29:47.576Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T10:29:47.587Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T10:29:47.595Z] > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 [2021-02-23T10:29:51.341Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:29:52.225Z] 00ac8860ef70: Pull complete [2021-02-23T10:29:52.665Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:29:52.823Z] 63d7cb157983: Pull complete [2021-02-23T10:29:53.004Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:29:53.096Z] b116817d02f9: Pull complete [2021-02-23T10:29:53.303Z] + sudo service docker restart [2021-02-23T10:29:53.303Z] + true [2021-02-23T10:29:53.303Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:29:54.846Z] provisioning config files... [2021-02-23T10:29:54.871Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config7808072279452684805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:29:55.240Z] ---> docker-login.sh [2021-02-23T10:29:55.240Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:29:55.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:55.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:55.508Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:55.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:55.508Z] [2021-02-23T10:29:55.508Z] Login Succeeded [2021-02-23T10:29:55.508Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:29:55.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:55.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:55.770Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:55.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:55.770Z] [2021-02-23T10:29:55.770Z] Login Succeeded [2021-02-23T10:29:55.770Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:29:55.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:56.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:56.033Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:56.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:56.033Z] [2021-02-23T10:29:56.033Z] Login Succeeded [2021-02-23T10:29:56.033Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:29:56.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:56.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:56.033Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:56.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:56.033Z] [2021-02-23T10:29:56.033Z] Login Succeeded [2021-02-23T10:29:56.033Z] docker.io [2021-02-23T10:29:56.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:29:56.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:29:56.557Z] Configure a credential helper to remove this warning. See [2021-02-23T10:29:56.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:29:56.557Z] [2021-02-23T10:29:56.557Z] Login Succeeded [2021-02-23T10:29:56.557Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:29:56.566Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T10:29:56.903Z] ========================================================= [2021-02-23T10:29:56.903Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T10:29:56.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:29:57.254Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-23T10:29:57.435Z] 745a02a5169b: Pull complete [2021-02-23T10:29:57.435Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T10:29:57.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T10:29:57.435Z] ---> b7e6874047d6 [2021-02-23T10:29:57.435Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T10:29:57.519Z] Sending build context to Docker daemon 17.08MB [2021-02-23T10:29:57.519Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:29:57.519Z] Step 2/8 : FROM ${BASE} [2021-02-23T10:29:57.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T10:29:57.519Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T10:29:57.519Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T10:29:57.519Z] de9db76c5a1d: Pulling fs layer [2021-02-23T10:29:57.519Z] bca2f99d35d6: Pulling fs layer [2021-02-23T10:29:57.519Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T10:29:57.519Z] 7c6f9722023f: Pulling fs layer [2021-02-23T10:29:57.519Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T10:29:57.519Z] 93359f2a8cfa: Waiting [2021-02-23T10:29:57.519Z] 7c6f9722023f: Waiting [2021-02-23T10:29:57.519Z] a35cf1a2eb13: Waiting [2021-02-23T10:29:57.519Z] bca2f99d35d6: Waiting [2021-02-23T10:29:57.519Z] de9db76c5a1d: Download complete [2021-02-23T10:29:57.519Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T10:29:57.519Z] 0ef7d3d256c8: Download complete [2021-02-23T10:29:57.790Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T10:29:57.790Z] 93359f2a8cfa: Download complete [2021-02-23T10:29:57.790Z] 188c0c94c7c5: Download complete [2021-02-23T10:29:57.790Z] 7c6f9722023f: Verifying Checksum [2021-02-23T10:29:57.790Z] 7c6f9722023f: Download complete [2021-02-23T10:29:58.062Z] 188c0c94c7c5: Pull complete [2021-02-23T10:29:58.326Z] 0ef7d3d256c8: Pull complete [2021-02-23T10:29:58.326Z] de9db76c5a1d: Pull complete [2021-02-23T10:29:59.718Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T10:29:59.718Z] a35cf1a2eb13: Download complete [2021-02-23T10:29:59.718Z] bca2f99d35d6: Verifying Checksum [2021-02-23T10:29:59.718Z] bca2f99d35d6: Download complete [2021-02-23T10:30:00.065Z] ---> Running in 0ab290dd86ba [2021-02-23T10:30:00.065Z] Removing intermediate container 0ab290dd86ba [2021-02-23T10:30:00.065Z] ---> 186d9e19aced [2021-02-23T10:30:00.065Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:30:00.336Z] ---> Running in 9b40f92a55cc [2021-02-23T10:30:02.985Z] Removing intermediate container 9b40f92a55cc [2021-02-23T10:30:02.985Z] ---> 2027dbbad9ff [2021-02-23T10:30:02.985Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T10:30:02.985Z] ---> Running in a3be7c1a527c [2021-02-23T10:30:03.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T10:30:04.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T10:30:05.050Z] bca2f99d35d6: Pull complete [2021-02-23T10:30:05.050Z] 93359f2a8cfa: Pull complete [2021-02-23T10:30:05.050Z] 7c6f9722023f: Pull complete [2021-02-23T10:30:05.550Z] OK: 142 MiB in 39 packages [2021-02-23T10:30:06.532Z] Removing intermediate container a3be7c1a527c [2021-02-23T10:30:06.532Z] ---> bccdd6bcebcf [2021-02-23T10:30:06.532Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T10:30:06.804Z] ---> Running in 5e366128e4c1 [2021-02-23T10:30:07.403Z] Removing intermediate container 5e366128e4c1 [2021-02-23T10:30:07.403Z] ---> 098c473b6bc0 [2021-02-23T10:30:07.403Z] Step 7/8 : COPY . . [2021-02-23T10:30:09.376Z] ---> 4713728bd9cf [2021-02-23T10:30:09.376Z] Step 8/8 : RUN go mod download [2021-02-23T10:30:09.651Z] ---> Running in c7e52f74df3d [2021-02-23T10:30:11.673Z] a35cf1a2eb13: Pull complete [2021-02-23T10:30:11.673Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T10:30:11.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T10:30:11.673Z] ---> a62c8e92a672 [2021-02-23T10:30:11.674Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T10:30:11.943Z] ---> Running in d002b23447fa [2021-02-23T10:30:12.211Z] Removing intermediate container d002b23447fa [2021-02-23T10:30:12.211Z] ---> 0e6c6c50fde9 [2021-02-23T10:30:12.211Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:30:12.211Z] ---> Running in b0858b43d90d [2021-02-23T10:30:13.163Z] Removing intermediate container b0858b43d90d [2021-02-23T10:30:13.163Z] ---> 244ed77956af [2021-02-23T10:30:13.163Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T10:30:13.426Z] ---> Running in aeab2d00f8ef [2021-02-23T10:30:13.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T10:30:14.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T10:30:14.905Z] OK: 166 MiB in 39 packages [2021-02-23T10:30:15.484Z] Removing intermediate container aeab2d00f8ef [2021-02-23T10:30:15.484Z] ---> 7fb1f8b1d8d5 [2021-02-23T10:30:15.484Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T10:30:15.484Z] ---> Running in a2161fa69492 [2021-02-23T10:30:15.747Z] Removing intermediate container a2161fa69492 [2021-02-23T10:30:15.747Z] ---> 29624b506bd5 [2021-02-23T10:30:15.747Z] Step 7/8 : COPY . . [2021-02-23T10:30:17.675Z] ---> cd4478387d29 [2021-02-23T10:30:17.675Z] Step 8/8 : RUN go mod download [2021-02-23T10:30:17.675Z] ---> Running in e5f885b115a5 [2021-02-23T10:30:36.453Z] Removing intermediate container c7e52f74df3d [2021-02-23T10:30:36.453Z] ---> 1f60fca2eba2 [2021-02-23T10:30:36.453Z] Successfully built 1f60fca2eba2 [2021-02-23T10:30:36.453Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:30:36.796Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T10:30:36.797Z] . [Pipeline] withDockerContainer [2021-02-23T10:30:37.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-27318 does not seem to be running inside a container [2021-02-23T10:30:37.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T10:30:38.791Z] $ docker top 3d4537d02bd4277ba9dfd40dd7cd211924feb2c04e4a759afad9f1ee1b82d485 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:30:39.699Z] Removing intermediate container e5f885b115a5 [2021-02-23T10:30:39.699Z] ---> 1a7d2b42750f [2021-02-23T10:30:39.699Z] Successfully built 1a7d2b42750f [2021-02-23T10:30:39.699Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:30:39.819Z] + go version [2021-02-23T10:30:39.819Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T10:30:39.844Z] $ docker stop --time=1 3d4537d02bd4277ba9dfd40dd7cd211924feb2c04e4a759afad9f1ee1b82d485 [2021-02-23T10:30:40.018Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T10:30:40.018Z] . [2021-02-23T10:30:41.827Z] $ docker rm -f 3d4537d02bd4277ba9dfd40dd7cd211924feb2c04e4a759afad9f1ee1b82d485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-02-23T10:30:42.387Z] prd-centos7-docker-4c-2g-27319 does not seem to be running inside a container [2021-02-23T10:30:42.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T10:30:43.410Z] $ docker top 31baf63c0054ab7381e7246999cc1433b1402bb814b7bf1d9148ddfa27358b80 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-02-23T10:30:43.959Z] + go version [2021-02-23T10:30:43.959Z] go version go1.15.5 linux/amd64 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-02-23T10:30:44.163Z] $ docker stop --time=1 31baf63c0054ab7381e7246999cc1433b1402bb814b7bf1d9148ddfa27358b80 [2021-02-23T10:30:44.297Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T10:30:44.297Z] . [2021-02-23T10:30:45.516Z] $ docker rm -f 31baf63c0054ab7381e7246999cc1433b1402bb814b7bf1d9148ddfa27358b80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-02-23T10:30:45.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-27318 does not seem to be running inside a container [2021-02-23T10:30:45.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T10:30:47.517Z] $ docker top eb4ad545275a1ea32652c0b6fda65bd2f5914fad4578cfbe37b2c61a9ac90422 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:30:48.541Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T10:30:48.541Z] . [Pipeline] withDockerContainer [2021-02-23T10:30:48.560Z] + make test [2021-02-23T10:30:48.560Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T10:30:48.639Z] prd-centos7-docker-4c-2g-27319 does not seem to be running inside a container [2021-02-23T10:30:48.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T10:30:49.278Z] $ docker top e98cc33dfaafe82ec7d44d66c1c2c2e649bd706b7f01e4baffedcbad693f4a79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:30:49.552Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T10:30:49.751Z] + make test [2021-02-23T10:30:49.751Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T10:30:50.333Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T10:30:58.578Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T10:30:58.578Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T10:30:59.165Z] $ docker stop --time=1 e98cc33dfaafe82ec7d44d66c1c2c2e649bd706b7f01e4baffedcbad693f4a79 [2021-02-23T10:31:01.314Z] $ docker rm -f e98cc33dfaafe82ec7d44d66c1c2c2e649bd706b7f01e4baffedcbad693f4a79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T10:31:01.925Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T10:31:02.310Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T10:31:04.947Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T10:31:05.247Z] + ls -al . [2021-02-23T10:31:05.248Z] total 92 [2021-02-23T10:31:05.248Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 10:30 . [2021-02-23T10:31:05.248Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 10:29 .. [2021-02-23T10:31:05.248Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 10:29 assets [2021-02-23T10:31:05.248Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 10:29 bin [2021-02-23T10:31:05.248Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 10:29 cmd [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 10:29 CONTRIBUTING.md [2021-02-23T10:31:05.248Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 10:30 coverage.out [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 10:29 Dockerfile [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 10:29 Dockerfile.build [2021-02-23T10:31:05.248Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 10:29 docs [2021-02-23T10:31:05.248Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 10:29 .git [2021-02-23T10:31:05.248Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 10:29 .github [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 10:29 .gitignore [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 10:29 go.mod [2021-02-23T10:31:05.248Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 10:30 go.sum [2021-02-23T10:31:05.248Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 10:29 internal [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 10:29 Jenkinsfile [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 10:29 LICENSE [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 10:29 Makefile [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 10:29 README.md [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 10:27 VERSION [2021-02-23T10:31:05.248Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 10:29 version.go [2021-02-23T10:31:05.248Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 10:29 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:31:05.558Z] + 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=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 --label arch=amd64 --label version=0.0.0 . [2021-02-23T10:31:05.822Z] Sending build context to Docker daemon 17.11MB [2021-02-23T10:31:05.822Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:31:05.822Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T10:31:05.822Z] ---> 1a7d2b42750f [2021-02-23T10:31:05.822Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T10:31:06.400Z] ---> Running in efed32acb7a4 [2021-02-23T10:31:06.663Z] Removing intermediate container efed32acb7a4 [2021-02-23T10:31:06.663Z] ---> 8eafeac77dbd [2021-02-23T10:31:06.663Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T10:31:06.663Z] ---> Running in f5407f908b9a [2021-02-23T10:31:06.663Z] Removing intermediate container f5407f908b9a [2021-02-23T10:31:06.663Z] ---> c59075f11a25 [2021-02-23T10:31:06.663Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T10:31:06.927Z] ---> Running in 4fe81f0f7d92 [2021-02-23T10:31:06.927Z] Removing intermediate container 4fe81f0f7d92 [2021-02-23T10:31:06.927Z] ---> 565bf0d38c02 [2021-02-23T10:31:06.927Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T10:31:06.927Z] ---> Running in 643767fde3ac [2021-02-23T10:31:07.192Z] Removing intermediate container 643767fde3ac [2021-02-23T10:31:07.192Z] ---> 63e606501219 [2021-02-23T10:31:07.192Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T10:31:07.192Z] ---> Running in de8660e0a314 [2021-02-23T10:31:07.455Z] Removing intermediate container de8660e0a314 [2021-02-23T10:31:07.455Z] ---> 0c9c8c3aea6e [2021-02-23T10:31:07.455Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:31:07.455Z] ---> Running in 9e7022240d54 [2021-02-23T10:31:08.409Z] Removing intermediate container 9e7022240d54 [2021-02-23T10:31:08.409Z] ---> 4708f93a056c [2021-02-23T10:31:08.409Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T10:31:08.409Z] ---> Running in a339690d3ff5 [2021-02-23T10:31:08.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T10:31:09.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T10:31:10.138Z] OK: 166 MiB in 39 packages [2021-02-23T10:31:10.717Z] Removing intermediate container a339690d3ff5 [2021-02-23T10:31:10.717Z] ---> dbc7efc5b2b3 [2021-02-23T10:31:10.717Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T10:31:10.717Z] ---> Running in dda7fa36ebd9 [2021-02-23T10:31:10.717Z] Removing intermediate container dda7fa36ebd9 [2021-02-23T10:31:10.717Z] ---> 644d9e9b1da3 [2021-02-23T10:31:10.717Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T10:31:11.296Z] ---> Running in 6307110c1262 [2021-02-23T10:31:11.566Z] Removing intermediate container 6307110c1262 [2021-02-23T10:31:11.566Z] ---> b74bb91ba1fc [2021-02-23T10:31:11.566Z] Step 12/24 : COPY go.mod . [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T10:31:11.797Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T10:31:11.830Z] ---> 4a0b5e9d2f69 [2021-02-23T10:31:11.830Z] Step 13/24 : COPY Makefile . [2021-02-23T10:31:12.087Z] GO111MODULE=on go vet ./... [2021-02-23T10:31:12.094Z] ---> 56e43dd6cee4 [2021-02-23T10:31:12.094Z] Step 14/24 : RUN make update [2021-02-23T10:31:12.094Z] ---> Running in c48b18da4141 [2021-02-23T10:31:12.676Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T10:31:12.940Z] Removing intermediate container c48b18da4141 [2021-02-23T10:31:12.940Z] ---> 56d88df3e4c2 [2021-02-23T10:31:12.940Z] Step 15/24 : COPY . . [2021-02-23T10:31:14.910Z] ---> c59ab1f40f5e [2021-02-23T10:31:14.910Z] Step 16/24 : RUN ${MAKE} [2021-02-23T10:31:14.910Z] ---> Running in 779d79501b2b [2021-02-23T10:31:15.173Z] 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 [Pipeline] } [2021-02-23T10:31:17.559Z] $ docker stop --time=1 eb4ad545275a1ea32652c0b6fda65bd2f5914fad4578cfbe37b2c61a9ac90422 [2021-02-23T10:31:19.704Z] $ docker rm -f eb4ad545275a1ea32652c0b6fda65bd2f5914fad4578cfbe37b2c61a9ac90422 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T10:31:20.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T10:31:20.642Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T10:31:21.540Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:31:22.317Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T10:31:22.723Z] + ls -al . [2021-02-23T10:31:22.723Z] total 124 [2021-02-23T10:31:22.723Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:30 . [2021-02-23T10:31:22.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:29 .. [2021-02-23T10:31:22.723Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 10:29 .git [2021-02-23T10:31:22.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:29 .github [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 10:29 .gitignore [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 10:29 CONTRIBUTING.md [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 10:29 Dockerfile [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 10:29 Dockerfile.build [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 10:29 Jenkinsfile [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 10:29 LICENSE [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 10:29 Makefile [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 10:29 README.md [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 10:27 VERSION [2021-02-23T10:31:22.723Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:29 assets [2021-02-23T10:31:22.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:29 bin [2021-02-23T10:31:22.723Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:29 cmd [2021-02-23T10:31:22.723Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 10:30 coverage.out [2021-02-23T10:31:22.723Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 10:29 docs [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 10:29 go.mod [2021-02-23T10:31:22.723Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 10:30 go.sum [2021-02-23T10:31:22.723Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:29 internal [2021-02-23T10:31:22.723Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 10:29 version.go [2021-02-23T10:31:22.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:29 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:31:23.096Z] + 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=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 --label arch=arm64 --label version=0.0.0 . [2021-02-23T10:31:23.488Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T10:31:24.102Z] Sending build context to Docker daemon 17.1MB [2021-02-23T10:31:24.102Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:31:24.102Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T10:31:24.102Z] ---> 1f60fca2eba2 [2021-02-23T10:31:24.102Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T10:31:24.378Z] ---> Running in ceac25257458 [2021-02-23T10:31:24.974Z] Removing intermediate container ceac25257458 [2021-02-23T10:31:24.974Z] ---> 9844f5e6163d [2021-02-23T10:31:24.974Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T10:31:24.974Z] ---> Running in cf85540df5fe [2021-02-23T10:31:25.247Z] Removing intermediate container cf85540df5fe [2021-02-23T10:31:25.247Z] ---> e4ddea94348a [2021-02-23T10:31:25.247Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T10:31:25.414Z] Removing intermediate container 779d79501b2b [2021-02-23T10:31:25.414Z] ---> 12a4b0cc8267 [2021-02-23T10:31:25.414Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T10:31:25.519Z] ---> Running in 2602cc84356a [2021-02-23T10:31:25.801Z] Removing intermediate container 2602cc84356a [2021-02-23T10:31:25.801Z] ---> 5384ebb4f96b [2021-02-23T10:31:25.801Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T10:31:25.987Z] 3.12: Pulling from library/alpine [2021-02-23T10:31:25.987Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T10:31:26.075Z] ---> Running in 263da9939ff3 [2021-02-23T10:31:26.251Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T10:31:26.251Z] 801bfaa63ef2: Download complete [2021-02-23T10:31:26.348Z] Removing intermediate container 263da9939ff3 [2021-02-23T10:31:26.348Z] ---> 27cd23a4166b [2021-02-23T10:31:26.348Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T10:31:26.512Z] 801bfaa63ef2: Pull complete [2021-02-23T10:31:26.512Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T10:31:26.512Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T10:31:26.512Z] ---> 389fef711851 [2021-02-23T10:31:26.512Z] Step 18/24 : EXPOSE 4000 [2021-02-23T10:31:26.512Z] ---> Running in ad48af256415 [2021-02-23T10:31:26.620Z] ---> Running in e8514625dd52 [2021-02-23T10:31:26.776Z] Removing intermediate container ad48af256415 [2021-02-23T10:31:26.777Z] ---> bea1a14e18ca [2021-02-23T10:31:26.777Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T10:31:26.894Z] Removing intermediate container e8514625dd52 [2021-02-23T10:31:26.894Z] ---> f1c109cdbe4e [2021-02-23T10:31:26.894Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:31:27.166Z] ---> Running in 4265e309bb76 [2021-02-23T10:31:27.733Z] ---> 555842727e61 [2021-02-23T10:31:27.733Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T10:31:27.733Z] ---> Running in 616c1e751ff8 [2021-02-23T10:31:27.994Z] Removing intermediate container 616c1e751ff8 [2021-02-23T10:31:27.994Z] ---> d07a47b77e87 [2021-02-23T10:31:27.994Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T10:31:27.994Z] ---> Running in 8c87f5df2e89 [2021-02-23T10:31:27.994Z] Removing intermediate container 8c87f5df2e89 [2021-02-23T10:31:27.994Z] ---> 602e020997ea [2021-02-23T10:31:27.994Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T10:31:28.257Z] ---> Running in 8a048049ac22 [2021-02-23T10:31:28.257Z] Removing intermediate container 8a048049ac22 [2021-02-23T10:31:28.257Z] ---> a35419dde03f [2021-02-23T10:31:28.257Z] Step 23/24 : LABEL git_sha=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [2021-02-23T10:31:28.519Z] ---> Running in 21b08f32e975 [2021-02-23T10:31:28.519Z] Removing intermediate container 21b08f32e975 [2021-02-23T10:31:28.519Z] ---> f7051d639887 [2021-02-23T10:31:28.519Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T10:31:28.519Z] ---> Running in 508df0c78d66 [2021-02-23T10:31:28.783Z] Removing intermediate container 508df0c78d66 [2021-02-23T10:31:28.783Z] ---> 27b6c3ba6c9e [2021-02-23T10:31:28.783Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T10:31:28.783Z] Successfully built 27b6c3ba6c9e [2021-02-23T10:31:28.783Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [2021-02-23T10:31:29.149Z] Removing intermediate container 4265e309bb76 [2021-02-23T10:31:29.149Z] ---> bbc1df323253 [2021-02-23T10:31:29.149Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T10:31:29.149Z] ---> Running in 05ffbaf31ac2 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-23T10:31:30.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } [2021-02-23T10:31:31.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T10:31:32.085Z] OK: 142 MiB in 39 packages [2021-02-23T10:31:33.527Z] Removing intermediate container 05ffbaf31ac2 [2021-02-23T10:31:33.527Z] ---> 90ce740368ad [2021-02-23T10:31:33.527Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T10:31:33.527Z] ---> Running in 5f76a98423bd [2021-02-23T10:31:33.805Z] Removing intermediate container 5f76a98423bd [2021-02-23T10:31:33.805Z] ---> 66d24fb6c26c [2021-02-23T10:31:33.805Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T10:31:34.079Z] ---> Running in 267e6dc93c3e [2021-02-23T10:31:34.354Z] Removing intermediate container 267e6dc93c3e [2021-02-23T10:31:34.354Z] ---> 19c4d14aeee3 [2021-02-23T10:31:34.354Z] Step 12/24 : COPY go.mod . [2021-02-23T10:31:35.337Z] ---> 2e1ca9af702a [2021-02-23T10:31:35.337Z] Step 13/24 : COPY Makefile . [2021-02-23T10:31:35.936Z] ---> c3324ec7b7a8 [2021-02-23T10:31:35.936Z] Step 14/24 : RUN make update [2021-02-23T10:31:35.936Z] ---> Running in 57fa9f016fb6 [2021-02-23T10:31:37.378Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T10:31:38.373Z] Removing intermediate container 57fa9f016fb6 [2021-02-23T10:31:38.373Z] ---> 88da0176a1f2 [2021-02-23T10:31:38.373Z] Step 15/24 : COPY . . [2021-02-23T10:31:41.005Z] ---> 245d4bc08f16 [2021-02-23T10:31:41.005Z] Step 16/24 : RUN ${MAKE} [2021-02-23T10:31:41.005Z] ---> Running in 5a6a44ae26c5 [2021-02-23T10:31:41.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T10:32:04.208Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T10:32:09.605Z] Removing intermediate container 5a6a44ae26c5 [2021-02-23T10:32:09.605Z] ---> e7edb7143623 [2021-02-23T10:32:09.605Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T10:32:09.605Z] 3.12: Pulling from library/alpine [2021-02-23T10:32:09.605Z] 159e5727ea61: Pulling fs layer [2021-02-23T10:32:09.605Z] 159e5727ea61: Verifying Checksum [2021-02-23T10:32:09.605Z] 159e5727ea61: Download complete [2021-02-23T10:32:10.203Z] 159e5727ea61: Pull complete [2021-02-23T10:32:10.203Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T10:32:10.203Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T10:32:10.203Z] ---> afeebe901d6b [2021-02-23T10:32:10.203Z] Step 18/24 : EXPOSE 4000 [2021-02-23T10:32:10.475Z] ---> Running in 66c1266d7cae [2021-02-23T10:32:11.068Z] Removing intermediate container 66c1266d7cae [2021-02-23T10:32:11.068Z] ---> 39ab18a025e9 [2021-02-23T10:32:11.068Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T10:32:12.524Z] ---> 8b8cbe14042f [2021-02-23T10:32:12.524Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T10:32:12.796Z] ---> Running in 4ce424c6efb4 [2021-02-23T10:32:13.072Z] Removing intermediate container 4ce424c6efb4 [2021-02-23T10:32:13.072Z] ---> e77646a49ab7 [2021-02-23T10:32:13.072Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T10:32:13.344Z] ---> Running in 2e3c2a0c019c [2021-02-23T10:32:13.963Z] Removing intermediate container 2e3c2a0c019c [2021-02-23T10:32:13.963Z] ---> c1f9761ef288 [2021-02-23T10:32:13.963Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T10:32:13.963Z] ---> Running in e13cdebbafc2 [2021-02-23T10:32:14.236Z] Removing intermediate container e13cdebbafc2 [2021-02-23T10:32:14.236Z] ---> e45aa1ef6dea [2021-02-23T10:32:14.236Z] Step 23/24 : LABEL git_sha=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [2021-02-23T10:32:14.510Z] ---> Running in a06b2d423bc1 [2021-02-23T10:32:14.783Z] Removing intermediate container a06b2d423bc1 [2021-02-23T10:32:14.783Z] ---> 01ae9fef30be [2021-02-23T10:32:14.783Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T10:32:15.055Z] ---> Running in 67cc4a1fd74f [2021-02-23T10:32:15.326Z] Removing intermediate container 67cc4a1fd74f [2021-02-23T10:32:15.326Z] ---> 77f13e669785 [2021-02-23T10:32:15.326Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T10:32:15.598Z] Successfully built 77f13e669785 [2021-02-23T10:32:15.598Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-23T10:32:17.420Z] provisioning config files... [2021-02-23T10:32:17.483Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config2271363719457820443tmp [Pipeline] { [Pipeline] sh [2021-02-23T10:32:18.577Z] + set +x [2021-02-23T10:32:18.577Z] + curl -s https://codecov.io/bash [2021-02-23T10:32:18.577Z] + bash -s -- [2021-02-23T10:32:18.874Z] [2021-02-23T10:32:18.874Z] _____ _ [2021-02-23T10:32:18.874Z] / ____| | | [2021-02-23T10:32:18.874Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T10:32:18.874Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T10:32:18.874Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T10:32:18.874Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T10:32:18.874Z] Bash-20210129-7c25fce [2021-02-23T10:32:18.874Z] [2021-02-23T10:32:18.874Z] [2021-02-23T10:32:18.874Z] ==> git version 2.24.3 found [2021-02-23T10:32:18.874Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-23T10:32:18.874Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T10:32:18.874Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T10:32:18.874Z] ==> Jenkins CI detected. [2021-02-23T10:32:18.874Z] project root: . [2021-02-23T10:32:18.874Z] --> token set from env [2021-02-23T10:32:18.874Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T10:32:18.874Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T10:32:18.874Z] ==> Python coveragepy not found [2021-02-23T10:32:18.874Z] ==> Searching for coverage reports in: [2021-02-23T10:32:18.874Z] + . [2021-02-23T10:32:19.164Z] -> Found 1 reports [2021-02-23T10:32:19.164Z] ==> Detecting git/mercurial file structure [2021-02-23T10:32:19.164Z] ==> Reading reports [2021-02-23T10:32:19.164Z] + ./coverage.out bytes=10 [2021-02-23T10:32:19.164Z] ==> Appending adjustments [2021-02-23T10:32:19.164Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T10:32:19.468Z] + Found adjustments [2021-02-23T10:32:19.468Z] ==> Gzipping contents [2021-02-23T10:32:19.468Z] 4.0K /tmp/codecov.QmR2KU.gz [2021-02-23T10:32:19.468Z] ==> Uploading reports [2021-02-23T10:32:19.468Z] url: https://codecov.io [2021-02-23T10:32:19.468Z] query: branch=PR-289&commit=1020d6c1e9ddeda7f01b4de0df0680deaa148d30&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-02-23T10:32:19.814Z] -> Pinging Codecov [2021-02-23T10:32:19.814Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-289&commit=1020d6c1e9ddeda7f01b4de0df0680deaa148d30&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-02-23T10:32:20.484Z] -> Uploading to [2021-02-23T10:32:20.484Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/1020d6c1e9ddeda7f01b4de0df0680deaa148d30/191a0996-da96-438e-b129-33d3c5c5d932.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T103220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c2ee9261ba162618c18bfe42ee39ebcc3bf02ccf4a6038053a466e0e5e4ca943 [2021-02-23T10:32:20.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T10:32:20.484Z] Dload Upload Total Spent Left Speed [2021-02-23T10:32:20.785Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 4734 --:--:-- --:--:-- --:--:-- 4733 100 2651 0 0 100 2651 0 4731 --:--:-- --:--:-- --:--:-- 4733 [2021-02-23T10:32:21.062Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [Pipeline] } [2021-02-23T10:32:21.079Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:32:23.926Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:32:25.284Z] ---> package-listing.sh [2021-02-23T10:32:25.284Z] ++ facter osfamily [2021-02-23T10:32:25.284Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T10:32:25.977Z] + OS_FAMILY=redhat [2021-02-23T10:32:25.977Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T10:32:25.977Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T10:32:25.977Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T10:32:25.977Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T10:32:25.977Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T10:32:25.977Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-02-23T10:32:25.977Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T10:32:25.977Z] + case "${OS_FAMILY}" in [2021-02-23T10:32:25.977Z] + sort [2021-02-23T10:32:25.977Z] + rpm -qa [2021-02-23T10:32:32.940Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T10:32:32.940Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T10:32:32.940Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T10:32:32.940Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-02-23T10:32:32.940Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [2021-02-23T10:32:32.940Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo [2021-02-23T10:32:32.959Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T10:32:33.349Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:32:34.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:32:34.913Z] [2021-02-23T10:32:34.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:32:35.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:32:35.650Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T10:32:35.651Z] df20fa9351a1: Pulling fs layer [2021-02-23T10:32:35.651Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T10:32:35.651Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T10:32:35.651Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T10:32:35.651Z] 93b61091891f: Pulling fs layer [2021-02-23T10:32:35.651Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T10:32:35.651Z] 5e14af77c1be: Pulling fs layer [2021-02-23T10:32:35.651Z] 01666e4c0597: Pulling fs layer [2021-02-23T10:32:35.651Z] aa168da1d23b: Pulling fs layer [2021-02-23T10:32:35.651Z] 46f8f816bc3b: Waiting [2021-02-23T10:32:35.651Z] 93b61091891f: Waiting [2021-02-23T10:32:35.651Z] 93b9cdb0e59b: Waiting [2021-02-23T10:32:35.651Z] 5e14af77c1be: Waiting [2021-02-23T10:32:35.651Z] 01666e4c0597: Waiting [2021-02-23T10:32:35.651Z] aa168da1d23b: Waiting [2021-02-23T10:32:35.651Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T10:32:35.651Z] 36b3adc4ff6f: Download complete [2021-02-23T10:32:35.933Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T10:32:35.933Z] 46f8f816bc3b: Download complete [2021-02-23T10:32:35.933Z] df20fa9351a1: Verifying Checksum [2021-02-23T10:32:35.933Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T10:32:35.933Z] 93b9cdb0e59b: Download complete [2021-02-23T10:32:36.254Z] 93b61091891f: Verifying Checksum [2021-02-23T10:32:36.254Z] 93b61091891f: Download complete [2021-02-23T10:32:36.254Z] 5e14af77c1be: Verifying Checksum [2021-02-23T10:32:36.254Z] 5e14af77c1be: Download complete [2021-02-23T10:32:36.254Z] 01666e4c0597: Verifying Checksum [2021-02-23T10:32:36.254Z] 01666e4c0597: Download complete [2021-02-23T10:32:36.971Z] df20fa9351a1: Pull complete [2021-02-23T10:32:37.726Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T10:32:37.726Z] 8ad3a11d3b57: Download complete [2021-02-23T10:32:37.726Z] 36b3adc4ff6f: Pull complete [2021-02-23T10:32:41.586Z] 8ad3a11d3b57: Pull complete [2021-02-23T10:32:42.585Z] 46f8f816bc3b: Pull complete [2021-02-23T10:32:43.767Z] 93b61091891f: Pull complete [2021-02-23T10:32:44.588Z] 93b9cdb0e59b: Pull complete [2021-02-23T10:32:45.733Z] 5e14af77c1be: Pull complete [2021-02-23T10:32:46.371Z] 01666e4c0597: Pull complete [2021-02-23T10:32:47.409Z] aa168da1d23b: Verifying Checksum [2021-02-23T10:32:47.410Z] aa168da1d23b: Download complete [2021-02-23T10:33:04.504Z] aa168da1d23b: Pull complete [2021-02-23T10:33:04.504Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T10:33:04.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:33:04.504Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T10:33:04.805Z] prd-centos7-docker-4c-2g-27317 does not seem to be running inside a container [2021-02-23T10:33:04.947Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T10:33:10.658Z] $ docker top d6d3fb726259e71d0bde37d6ebd46b05697bcd2a467bf5a0618c11e13c4a0228 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:33:11.672Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T10:33:12.856Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T10:33:13.651Z] + ls /var/log/sa-host [2021-02-23T10:33:13.651Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T10:33:13.651Z] file_magic: OK [2021-02-23T10:33:13.651Z] HZ: Using current value: 100 [2021-02-23T10:33:13.651Z] file_header: OK [2021-02-23T10:33:13.651Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-23T10:33:13.651Z] Statistics: [2021-02-23T10:33:13.651Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T10:33:13.651Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T10:33:14.390Z] provisioning config files... [2021-02-23T10:33:14.422Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config313005358318804827tmp [Pipeline] { [Pipeline] echo [2021-02-23T10:33:14.499Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:33:16.134Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T10:33:16.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T10:33:16.370Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:33:17.947Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T10:33:18.067Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:33:18.872Z] ---> sudo-logs.sh [2021-02-23T10:33:18.872Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T10:33:19.233Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:33:20.099Z] ---> job-cost.sh [2021-02-23T10:33:20.099Z] lf-activate-venv: SKIPPING [2021-02-23T10:33:20.099Z] INFO: No Stack... [2021-02-23T10:33:21.185Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T10:33:21.962Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T10:33:21.978Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:33:22.524Z] ---> logs-deploy.sh [2021-02-23T10:33:22.524Z] lf-activate-venv: SKIPPING [2021-02-23T10:33:22.914Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/8 [2021-02-23T10:33:22.914Z] INFO: archiving workspace using pattern(s): [2021-02-23T10:33:26.767Z] Archives upload complete. [2021-02-23T10:33:26.767Z] INFO: archiving logs to Nexus