Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30230 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # 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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 > 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/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 Merge succeeded, producing caffda111efe562b16688516d8089945cc10e8dc Checking out Revision caffda111efe562b16688516d8089945cc10e8dc (PR-297) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f caffda111efe562b16688516d8089945cc10e8dc # timeout=10 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T02:07:22.805Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T02:07:23.061Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T02:07:23.155Z] ========================================================= [2021-03-18T02:07:23.155Z] EdgeX Global Pipelines Version Info [2021-03-18T02:07:23.155Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 [2021-03-18T02:07:24.673Z] ------------------- [2021-03-18T02:07:24.673Z] stable info: [2021-03-18T02:07:24.673Z] ------------------- [2021-03-18T02:07:24.673Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T02:07:24.673Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T02:07:24.673Z] Message: update stable to v1.0.186 [2021-03-18T02:07:25.621Z] ------------------- [2021-03-18T02:07:25.621Z] experimental info: [2021-03-18T02:07:25.621Z] ------------------- [2021-03-18T02:07:25.621Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T02:07:25.621Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T02:07:25.621Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T02:07:25.873Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-18T02:07:25.958Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-18T02:07:26.052Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T02:07:26.139Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T02:07:26.226Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T02:07:26.313Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T02:07:26.418Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T02:07:26.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T02:07:26.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-18T02:07:26.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T02:07:26.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T02:07:26.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-18T02:07:27.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T02:07:27.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T02:07:27.214Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T02:07:27.304Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T02:07:27.435Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T02:07:27.522Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T02:07:27.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T02:07:27.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-18T02:07:27.794Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-18T02:07:27.881Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-18T02:07:27.994Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-18T02:07:28.084Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-18T02:07:28.211Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-18T02:07:28.299Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T02:07:28.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-03-18T02:07:28.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-03-18T02:07:28.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-03-18T02:07:28.696Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = caffda111efe562b16688516d8089945cc10e8dc [Pipeline] echo [2021-03-18T02:07:28.783Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = caffda1 [Pipeline] echo [2021-03-18T02:07:28.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T02:07:29.056Z] provisioning config files... [2021-03-18T02:07:29.091Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3650332904785027246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:07:29.468Z] ---> docker-login.sh [2021-03-18T02:07:29.468Z] nexus3.edgexfoundry.org:10001 [2021-03-18T02:07:29.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:07:29.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:07:29.996Z] Configure a credential helper to remove this warning. See [2021-03-18T02:07:29.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:07:29.996Z] [2021-03-18T02:07:29.996Z] Login Succeeded [2021-03-18T02:07:29.996Z] nexus3.edgexfoundry.org:10002 [2021-03-18T02:07:29.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:07:30.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:07:30.261Z] Configure a credential helper to remove this warning. See [2021-03-18T02:07:30.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:07:30.261Z] [2021-03-18T02:07:30.261Z] Login Succeeded [2021-03-18T02:07:30.261Z] nexus3.edgexfoundry.org:10003 [2021-03-18T02:07:30.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:07:30.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:07:30.261Z] Configure a credential helper to remove this warning. See [2021-03-18T02:07:30.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:07:30.261Z] [2021-03-18T02:07:30.261Z] Login Succeeded [2021-03-18T02:07:30.261Z] nexus3.edgexfoundry.org:10004 [2021-03-18T02:07:30.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:07:30.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:07:30.526Z] Configure a credential helper to remove this warning. See [2021-03-18T02:07:30.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:07:30.526Z] [2021-03-18T02:07:30.526Z] Login Succeeded [2021-03-18T02:07:30.526Z] docker.io [2021-03-18T02:07:30.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:07:30.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:07:30.790Z] Configure a credential helper to remove this warning. See [2021-03-18T02:07:30.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:07:30.790Z] [2021-03-18T02:07:30.790Z] Login Succeeded [2021-03-18T02:07:30.790Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T02:07:30.802Z] 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-03-18T02:07:31.656Z] + git log --format=format:%s -1 caffda111efe562b16688516d8089945cc10e8dc [Pipeline] echo [2021-03-18T02:07:31.731Z] GIT_COMMIT: caffda111efe562b16688516d8089945cc10e8dc, Commit Message: Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD [Pipeline] echo [2021-03-18T02:07:31.776Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:07:32.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T02:07:32.402Z] [2021-03-18T02:07:32.402Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:07:32.749Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T02:07:32.749Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T02:07:32.749Z] 31603596830f: Pulling fs layer [2021-03-18T02:07:32.749Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T02:07:32.749Z] 6ca5941a6612: Pulling fs layer [2021-03-18T02:07:32.749Z] ecc8261a40a4: Pulling fs layer [2021-03-18T02:07:32.749Z] ecc8261a40a4: Waiting [2021-03-18T02:07:32.749Z] 2a8b12db71e7: Verifying Checksum [2021-03-18T02:07:32.749Z] 2a8b12db71e7: Download complete [2021-03-18T02:07:33.012Z] 31603596830f: Verifying Checksum [2021-03-18T02:07:33.012Z] 31603596830f: Download complete [2021-03-18T02:07:33.012Z] ecc8261a40a4: Verifying Checksum [2021-03-18T02:07:33.012Z] ecc8261a40a4: Download complete [2021-03-18T02:07:33.012Z] 6ca5941a6612: Verifying Checksum [2021-03-18T02:07:33.012Z] 6ca5941a6612: Download complete [2021-03-18T02:07:33.277Z] 31603596830f: Pull complete [2021-03-18T02:07:33.542Z] 2a8b12db71e7: Pull complete [2021-03-18T02:07:34.504Z] 6ca5941a6612: Pull complete [2021-03-18T02:07:34.504Z] ecc8261a40a4: Pull complete [2021-03-18T02:07:34.504Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T02:07:34.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T02:07:34.504Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T02:07:34.616Z] prd-centos7-docker-4c-2g-30230 does not seem to be running inside a container [2021-03-18T02:07:34.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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-03-18T02:07:36.642Z] $ docker top de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T02:07:36.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T02:07:36.951Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T02:07:37.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T02:07:37.176Z] $ docker exec de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent [2021-03-18T02:07:37.351Z] SSH_AUTH_SOCK=/tmp/ssh-lpixaEUSoCPp/agent.12 [2021-03-18T02:07:37.351Z] SSH_AGENT_PID=17 [2021-03-18T02:07:37.361Z] Running ssh-add (command line suppressed) [2021-03-18T02:07:37.486Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_7160845057362125402.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_7160845057362125402.key) [2021-03-18T02:07:37.539Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T02:07:37.882Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T02:07:37.905Z] $ docker exec --env ******** --env ******** de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent -k [2021-03-18T02:07:38.032Z] unset SSH_AUTH_SOCK; [2021-03-18T02:07:38.033Z] unset SSH_AGENT_PID; [2021-03-18T02:07:38.033Z] echo Agent pid 17 killed; [2021-03-18T02:07:38.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T02:07:38.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T02:07:38.225Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T02:07:38.397Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T02:07:38.400Z] $ docker exec de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent [2021-03-18T02:07:38.563Z] SSH_AUTH_SOCK=/tmp/ssh-cikWRX37AxUn/agent.47 [2021-03-18T02:07:38.563Z] SSH_AGENT_PID=52 [2021-03-18T02:07:38.569Z] Running ssh-add (command line suppressed) [2021-03-18T02:07:38.689Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6950623751423613399.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6950623751423613399.key) [2021-03-18T02:07:38.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T02:07:39.107Z] + git semver init [2021-03-18T02:07:39.107Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T02:07:39.107Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-03-18T02:07:39.107Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-18T02:07:39.107Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T02:07:39.107Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T02:07:39.107Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T02:07:39.107Z] # $SEMVER_BRANCH = PR-297 [2021-03-18T02:07:39.107Z] # $SEMVER_TEMP = /tmp/semver-422747911 [2021-03-18T02:07:39.107Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-18T02:07:40.504Z] # '/tmp/semver-422747911' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-03-18T02:07:40.504Z] # -> Force: false [2021-03-18T02:07:40.504Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-03-18T02:07:40.518Z] $ docker exec --env ******** --env ******** de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent -k [2021-03-18T02:07:40.639Z] unset SSH_AUTH_SOCK; [2021-03-18T02:07:40.640Z] unset SSH_AGENT_PID; [2021-03-18T02:07:40.640Z] echo Agent pid 52 killed; [2021-03-18T02:07:40.694Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T02:07:41.192Z] + git semver [Pipeline] } [2021-03-18T02:07:41.209Z] $ docker stop --time=1 de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 [2021-03-18T02:07:42.643Z] $ docker rm -f de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T02:07:43.105Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T02:07:43.635Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T02:07:43.638Z] [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-03-18T02:07:59.142Z] Still waiting to schedule task [2021-03-18T02:07:59.143Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-18T02:07:59.145Z] Still waiting to schedule task [2021-03-18T02:07:59.145Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-18T02:09:43.473Z] Running on prd-centos7-docker-4c-2g-30234 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-18T02:09:43.528Z] Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout [2021-03-18T02:09:46.419Z] using credential edgex-jenkins-ssh [2021-03-18T02:09:46.468Z] Cloning the remote Git repository [2021-03-18T02:09:46.493Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:09:46.566Z] > git init /w/workspace/edgex-ui-go/8 # timeout=10 [2021-03-18T02:09:46.628Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:09:46.629Z] > git --version # timeout=10 [2021-03-18T02:09:46.635Z] > git --version # 'git version 2.24.3' [2021-03-18T02:09:46.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:09:46.667Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:09:48.058Z] Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-18T02:09:47.551Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:09:47.559Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:09:47.572Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:09:47.589Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:09:47.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:09:47.593Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T02:09:48.066Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:09:48.072Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-18T02:09:48.241Z] > git remote # timeout=10 [2021-03-18T02:09:48.257Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T02:09:48.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:09:48.310Z] > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-18T02:09:48.551Z] Merge succeeded, producing bcb8d95b06e9833da4b7753b5693f7ed9d08397c [2021-03-18T02:09:48.551Z] Checking out Revision bcb8d95b06e9833da4b7753b5693f7ed9d08397c (PR-297) [2021-03-18T02:09:48.542Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T02:09:48.554Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:09:48.559Z] > git checkout -f bcb8d95b06e9833da4b7753b5693f7ed9d08397c # timeout=10 [2021-03-18T02:09:52.330Z] Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" [2021-03-18T02:09:52.345Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T02:09:53.520Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:09:52.333Z] > git rev-list --no-walk 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 [2021-03-18T02:09:53.859Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:09:54.167Z] + sudo service docker restart [2021-03-18T02:09:54.167Z] + true [2021-03-18T02:09:54.167Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T02:09:55.628Z] provisioning config files... [2021-03-18T02:09:55.656Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config1389225779152200697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:09:56.026Z] ---> docker-login.sh [2021-03-18T02:09:56.026Z] nexus3.edgexfoundry.org:10001 [2021-03-18T02:09:56.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:56.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:56.553Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:56.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:56.553Z] [2021-03-18T02:09:56.553Z] Login Succeeded [2021-03-18T02:09:56.553Z] nexus3.edgexfoundry.org:10002 [2021-03-18T02:09:56.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:56.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:56.829Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:56.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:56.829Z] [2021-03-18T02:09:56.829Z] Login Succeeded [2021-03-18T02:09:56.829Z] nexus3.edgexfoundry.org:10003 [2021-03-18T02:09:56.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:57.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:57.097Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:57.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:57.097Z] [2021-03-18T02:09:57.097Z] Login Succeeded [2021-03-18T02:09:57.097Z] nexus3.edgexfoundry.org:10004 [2021-03-18T02:09:57.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:57.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:57.360Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:57.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:57.360Z] [2021-03-18T02:09:57.360Z] Login Succeeded [2021-03-18T02:09:57.360Z] docker.io [2021-03-18T02:09:57.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:09:57.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:09:57.623Z] Configure a credential helper to remove this warning. See [2021-03-18T02:09:57.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:09:57.623Z] [2021-03-18T02:09:57.623Z] Login Succeeded [2021-03-18T02:09:57.623Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T02:09:57.634Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T02:09:57.983Z] ========================================================= [2021-03-18T02:09:57.983Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T02:09:57.983Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:09:58.340Z] + 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-03-18T02:09:58.604Z] Sending build context to Docker daemon 17.42MB [2021-03-18T02:09:58.866Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:09:58.866Z] Step 2/8 : FROM ${BASE} [2021-03-18T02:09:58.866Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T02:09:58.866Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T02:09:58.866Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T02:09:58.866Z] de9db76c5a1d: Pulling fs layer [2021-03-18T02:09:58.866Z] bca2f99d35d6: Pulling fs layer [2021-03-18T02:09:58.866Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T02:09:58.866Z] 7c6f9722023f: Pulling fs layer [2021-03-18T02:09:58.866Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T02:09:58.866Z] bca2f99d35d6: Waiting [2021-03-18T02:09:58.866Z] 93359f2a8cfa: Waiting [2021-03-18T02:09:58.866Z] 7c6f9722023f: Waiting [2021-03-18T02:09:58.866Z] a35cf1a2eb13: Waiting [2021-03-18T02:09:58.867Z] de9db76c5a1d: Verifying Checksum [2021-03-18T02:09:58.867Z] de9db76c5a1d: Download complete [2021-03-18T02:09:58.867Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T02:09:58.867Z] 0ef7d3d256c8: Download complete [2021-03-18T02:09:58.867Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T02:09:58.867Z] 93359f2a8cfa: Download complete [2021-03-18T02:09:58.867Z] 7c6f9722023f: Verifying Checksum [2021-03-18T02:09:58.867Z] 7c6f9722023f: Download complete [2021-03-18T02:09:58.867Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T02:09:58.867Z] 188c0c94c7c5: Download complete [2021-03-18T02:09:59.134Z] 188c0c94c7c5: Pull complete [2021-03-18T02:09:59.406Z] 0ef7d3d256c8: Pull complete [2021-03-18T02:09:59.671Z] de9db76c5a1d: Pull complete [2021-03-18T02:10:01.072Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T02:10:01.073Z] a35cf1a2eb13: Download complete [2021-03-18T02:10:02.478Z] bca2f99d35d6: Verifying Checksum [2021-03-18T02:10:02.478Z] bca2f99d35d6: Download complete [2021-03-18T02:10:09.133Z] bca2f99d35d6: Pull complete [2021-03-18T02:10:09.133Z] 93359f2a8cfa: Pull complete [2021-03-18T02:10:09.133Z] 7c6f9722023f: Pull complete [2021-03-18T02:10:12.506Z] a35cf1a2eb13: Pull complete [2021-03-18T02:10:12.506Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T02:10:12.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T02:10:12.506Z] ---> a62c8e92a672 [2021-03-18T02:10:12.506Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-18T02:10:12.773Z] ---> Running in 9188f9ad0755 [2021-03-18T02:10:13.039Z] Removing intermediate container 9188f9ad0755 [2021-03-18T02:10:13.039Z] ---> 879318847182 [2021-03-18T02:10:13.039Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:10:13.310Z] ---> Running in 5c1f211eecf6 [2021-03-18T02:10:14.749Z] Removing intermediate container 5c1f211eecf6 [2021-03-18T02:10:14.749Z] ---> 43465583891a [2021-03-18T02:10:14.749Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-18T02:10:15.025Z] ---> Running in b3ee74f01315 [2021-03-18T02:10:15.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T02:10:16.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T02:10:17.146Z] OK: 166 MiB in 39 packages [2021-03-18T02:10:17.723Z] Removing intermediate container b3ee74f01315 [2021-03-18T02:10:17.723Z] ---> edfc8dc02380 [2021-03-18T02:10:17.723Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-18T02:10:17.723Z] ---> Running in 9326fd99c91d [2021-03-18T02:10:17.986Z] Removing intermediate container 9326fd99c91d [2021-03-18T02:10:17.986Z] ---> 668019bf7737 [2021-03-18T02:10:17.986Z] Step 7/8 : COPY . . [2021-03-18T02:10:19.918Z] ---> 23ba0da0481b [2021-03-18T02:10:19.918Z] Step 8/8 : RUN go mod download [2021-03-18T02:10:20.186Z] ---> Running in 70062bf3c2d6 [2021-03-18T02:10:23.264Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30233 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-18T02:10:23.346Z] Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout [2021-03-18T02:10:27.998Z] using credential edgex-jenkins-ssh [2021-03-18T02:10:28.059Z] Cloning the remote Git repository [2021-03-18T02:10:28.141Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:10:28.251Z] > git init /w/workspace/edgex-ui-go/8 # timeout=10 [2021-03-18T02:10:28.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:10:28.348Z] > git --version # timeout=10 [2021-03-18T02:10:28.372Z] > git --version # 'git version 2.17.1' [2021-03-18T02:10:28.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:10:28.467Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:10:30.727Z] Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-18T02:10:30.060Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:10:30.084Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T02:10:30.110Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-18T02:10:30.143Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-18T02:10:30.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:10:30.157Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T02:10:30.774Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:10:30.803Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-18T02:10:31.722Z] Merge succeeded, producing f082936ba14bc9402caabdc319eaae6d8941e940 [2021-03-18T02:10:31.723Z] Checking out Revision f082936ba14bc9402caabdc319eaae6d8941e940 (PR-297) [2021-03-18T02:10:31.233Z] > git remote # timeout=10 [2021-03-18T02:10:31.251Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T02:10:31.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T02:10:31.281Z] > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-18T02:10:31.727Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T02:10:31.754Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T02:10:31.764Z] > git checkout -f f082936ba14bc9402caabdc319eaae6d8941e940 # timeout=10 [2021-03-18T02:10:36.173Z] Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" [2021-03-18T02:10:36.195Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T02:10:36.208Z] > git rev-list --no-walk 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 [2021-03-18T02:10:37.732Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:10:38.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T02:10:38.525Z] + sudo service docker restart [2021-03-18T02:10:38.525Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T02:10:41.237Z] provisioning config files... [2021-03-18T02:10:41.301Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config7065647246236250801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:10:41.716Z] ---> docker-login.sh [2021-03-18T02:10:41.716Z] nexus3.edgexfoundry.org:10001 [2021-03-18T02:10:42.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:10:42.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:10:42.975Z] Configure a credential helper to remove this warning. See [2021-03-18T02:10:42.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:10:42.975Z] [2021-03-18T02:10:42.975Z] Login Succeeded [2021-03-18T02:10:42.975Z] nexus3.edgexfoundry.org:10002 [2021-03-18T02:10:43.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:10:43.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:10:43.249Z] Configure a credential helper to remove this warning. See [2021-03-18T02:10:43.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:10:43.249Z] [2021-03-18T02:10:43.249Z] Login Succeeded [2021-03-18T02:10:43.542Z] nexus3.edgexfoundry.org:10003 [2021-03-18T02:10:43.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:10:43.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:10:43.814Z] Configure a credential helper to remove this warning. See [2021-03-18T02:10:43.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:10:43.814Z] [2021-03-18T02:10:43.814Z] Login Succeeded [2021-03-18T02:10:43.814Z] nexus3.edgexfoundry.org:10004 [2021-03-18T02:10:44.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:10:44.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:10:44.429Z] Configure a credential helper to remove this warning. See [2021-03-18T02:10:44.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:10:44.429Z] [2021-03-18T02:10:44.429Z] Login Succeeded [2021-03-18T02:10:44.429Z] docker.io [2021-03-18T02:10:45.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T02:10:45.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T02:10:45.297Z] Configure a credential helper to remove this warning. See [2021-03-18T02:10:45.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T02:10:45.297Z] [2021-03-18T02:10:45.297Z] Login Succeeded [2021-03-18T02:10:45.297Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T02:10:45.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T02:10:45.787Z] ========================================================= [2021-03-18T02:10:45.787Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T02:10:45.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:46.162Z] + 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-03-18T02:10:46.761Z] Sending build context to Docker daemon 17.42MB [2021-03-18T02:10:46.761Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:10:46.761Z] Step 2/8 : FROM ${BASE} [2021-03-18T02:10:47.032Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T02:10:47.032Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T02:10:47.032Z] a4357932f1b6: Pulling fs layer [2021-03-18T02:10:47.032Z] 18c013af1878: Pulling fs layer [2021-03-18T02:10:47.032Z] 00ac8860ef70: Pulling fs layer [2021-03-18T02:10:47.032Z] 63d7cb157983: Pulling fs layer [2021-03-18T02:10:47.032Z] b116817d02f9: Pulling fs layer [2021-03-18T02:10:47.032Z] 745a02a5169b: Pulling fs layer [2021-03-18T02:10:47.032Z] 00ac8860ef70: Waiting [2021-03-18T02:10:47.032Z] 63d7cb157983: Waiting [2021-03-18T02:10:47.032Z] b116817d02f9: Waiting [2021-03-18T02:10:47.032Z] 745a02a5169b: Waiting [2021-03-18T02:10:47.032Z] 18c013af1878: Verifying Checksum [2021-03-18T02:10:47.032Z] 18c013af1878: Download complete [2021-03-18T02:10:47.032Z] a4357932f1b6: Verifying Checksum [2021-03-18T02:10:47.032Z] a4357932f1b6: Download complete [2021-03-18T02:10:47.032Z] 63d7cb157983: Verifying Checksum [2021-03-18T02:10:47.032Z] 63d7cb157983: Download complete [2021-03-18T02:10:47.626Z] 5f621e34cdf4: Download complete [2021-03-18T02:10:47.626Z] b116817d02f9: Verifying Checksum [2021-03-18T02:10:47.626Z] b116817d02f9: Download complete [2021-03-18T02:10:48.229Z] 5f621e34cdf4: Pull complete [2021-03-18T02:10:48.834Z] a4357932f1b6: Pull complete [2021-03-18T02:10:49.107Z] 18c013af1878: Pull complete [2021-03-18T02:10:49.703Z] 745a02a5169b: Verifying Checksum [2021-03-18T02:10:49.703Z] 745a02a5169b: Download complete [2021-03-18T02:10:51.140Z] 00ac8860ef70: Verifying Checksum [2021-03-18T02:10:51.140Z] 00ac8860ef70: Download complete [2021-03-18T02:10:52.416Z] Removing intermediate container 70062bf3c2d6 [2021-03-18T02:10:52.416Z] ---> 17d55fc637f4 [2021-03-18T02:10:52.416Z] Successfully built 17d55fc637f4 [2021-03-18T02:10:52.416Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:52.736Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T02:10:52.736Z] . [Pipeline] withDockerContainer [2021-03-18T02:10:53.027Z] prd-centos7-docker-4c-2g-30234 does not seem to be running inside a container [2021-03-18T02:10:53.136Z] $ 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-03-18T02:10:54.155Z] $ docker top 4944ecb3f730ea0d163f2228bc537a177be48a31f98c95c13976df65be6cdd06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:10:54.721Z] + go version [2021-03-18T02:10:54.721Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T02:10:54.737Z] $ docker stop --time=1 4944ecb3f730ea0d163f2228bc537a177be48a31f98c95c13976df65be6cdd06 [2021-03-18T02:10:56.144Z] $ docker rm -f 4944ecb3f730ea0d163f2228bc537a177be48a31f98c95c13976df65be6cdd06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:10:56.962Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T02:10:56.962Z] . [Pipeline] withDockerContainer [2021-03-18T02:10:57.088Z] prd-centos7-docker-4c-2g-30234 does not seem to be running inside a container [2021-03-18T02:10:57.161Z] $ 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-03-18T02:10:58.092Z] $ docker top 0079640eeff01afb6b35dd7e2c612d3c1ae3b1032a766cbdf2c3779672659aa8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:10:58.598Z] + make test [2021-03-18T02:10:58.599Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-18T02:11:00.036Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-18T02:11:01.304Z] 00ac8860ef70: Pull complete [2021-03-18T02:11:01.304Z] 63d7cb157983: Pull complete [2021-03-18T02:11:01.576Z] b116817d02f9: Pull complete [2021-03-18T02:11:05.908Z] 745a02a5169b: Pull complete [2021-03-18T02:11:05.908Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T02:11:05.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T02:11:05.908Z] ---> b7e6874047d6 [2021-03-18T02:11:05.908Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-18T02:11:08.529Z] ---> Running in bc2229fd3486 [2021-03-18T02:11:08.529Z] Removing intermediate container bc2229fd3486 [2021-03-18T02:11:08.529Z] ---> 9eebd8dfb965 [2021-03-18T02:11:08.529Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:11:08.529Z] ---> Running in b372cd72aac5 [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-18T02:11:10.212Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-18T02:11:10.212Z] GO111MODULE=on go vet ./... [2021-03-18T02:11:11.153Z] Removing intermediate container b372cd72aac5 [2021-03-18T02:11:11.153Z] ---> edd98ce64728 [2021-03-18T02:11:11.153Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-18T02:11:11.153Z] ---> Running in 1ede71317f31 [2021-03-18T02:11:12.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-03-18T02:11:12.174Z] $ docker stop --time=1 0079640eeff01afb6b35dd7e2c612d3c1ae3b1032a766cbdf2c3779672659aa8 [2021-03-18T02:11:13.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T02:11:13.701Z] OK: 142 MiB in 39 packages [2021-03-18T02:11:14.606Z] $ docker rm -f 0079640eeff01afb6b35dd7e2c612d3c1ae3b1032a766cbdf2c3779672659aa8 [2021-03-18T02:11:14.681Z] Removing intermediate container 1ede71317f31 [2021-03-18T02:11:14.681Z] ---> 355d28444731 [2021-03-18T02:11:14.681Z] Step 6/8 : WORKDIR /edgex-ui-go [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T02:11:14.954Z] ---> Running in 88c1067c57e0 [2021-03-18T02:11:15.204Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T02:11:15.552Z] Removing intermediate container 88c1067c57e0 [2021-03-18T02:11:15.552Z] ---> 8ff0bb047278 [2021-03-18T02:11:15.552Z] Step 7/8 : COPY . . [2021-03-18T02:11:15.623Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-18T02:11:16.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T02:11:17.098Z] + ls -al . [2021-03-18T02:11:17.098Z] total 92 [2021-03-18T02:11:17.098Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 18 02:10 . [2021-03-18T02:11:17.098Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 18 02:09 .. [2021-03-18T02:11:17.098Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 02:09 assets [2021-03-18T02:11:17.098Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 18 02:09 bin [2021-03-18T02:11:17.098Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 18 02:09 cmd [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 18 02:09 CONTRIBUTING.md [2021-03-18T02:11:17.098Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 18 02:10 coverage.out [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 18 02:09 Dockerfile [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 18 02:09 Dockerfile.build [2021-03-18T02:11:17.098Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 18 02:09 docs [2021-03-18T02:11:17.098Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 18 02:09 .git [2021-03-18T02:11:17.098Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 02:09 .github [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 18 02:09 .gitignore [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 18 02:09 go.mod [2021-03-18T02:11:17.098Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 18 02:10 go.sum [2021-03-18T02:11:17.098Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 18 02:09 internal [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 18 02:09 Jenkinsfile [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 18 02:09 LICENSE [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 18 02:09 Makefile [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 18 02:09 README.md [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 18 02:07 VERSION [2021-03-18T02:11:17.098Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 18 02:09 version.go [2021-03-18T02:11:17.098Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 18 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:11:17.408Z] + 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=caffda111efe562b16688516d8089945cc10e8dc --label arch=amd64 --label version=0.0.0 . [2021-03-18T02:11:17.530Z] ---> 4abab3b0c8f1 [2021-03-18T02:11:17.530Z] Step 8/8 : RUN go mod download [2021-03-18T02:11:17.673Z] Sending build context to Docker daemon 17.44MB [2021-03-18T02:11:17.673Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:11:17.673Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-18T02:11:17.673Z] ---> 17d55fc637f4 [2021-03-18T02:11:17.673Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-18T02:11:17.843Z] ---> Running in 1bb9fff1d607 [2021-03-18T02:11:18.620Z] ---> Running in e705ed60ae5c [2021-03-18T02:11:18.883Z] Removing intermediate container e705ed60ae5c [2021-03-18T02:11:18.883Z] ---> 9f37c64715d3 [2021-03-18T02:11:18.883Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-18T02:11:18.883Z] ---> Running in 2bc93d5662e9 [2021-03-18T02:11:19.148Z] Removing intermediate container 2bc93d5662e9 [2021-03-18T02:11:19.148Z] ---> 2ee68e104d05 [2021-03-18T02:11:19.148Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T02:11:19.148Z] ---> Running in 6727150b5a27 [2021-03-18T02:11:19.412Z] Removing intermediate container 6727150b5a27 [2021-03-18T02:11:19.412Z] ---> 285c86335ecb [2021-03-18T02:11:19.412Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-18T02:11:19.412Z] ---> Running in 182705e6afa4 [2021-03-18T02:11:19.676Z] Removing intermediate container 182705e6afa4 [2021-03-18T02:11:19.676Z] ---> fa203676fc86 [2021-03-18T02:11:19.676Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-18T02:11:19.676Z] ---> Running in b7461406168e [2021-03-18T02:11:19.676Z] Removing intermediate container b7461406168e [2021-03-18T02:11:19.676Z] ---> a03de2e39b8c [2021-03-18T02:11:19.676Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:11:19.940Z] ---> Running in 67234fb74eaf [2021-03-18T02:11:20.903Z] Removing intermediate container 67234fb74eaf [2021-03-18T02:11:20.903Z] ---> f10bf8a7ef56 [2021-03-18T02:11:20.903Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T02:11:20.903Z] ---> Running in 6265f556ddf1 [2021-03-18T02:11:21.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T02:11:22.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T02:11:22.648Z] OK: 166 MiB in 39 packages [2021-03-18T02:11:23.232Z] Removing intermediate container 6265f556ddf1 [2021-03-18T02:11:23.232Z] ---> 7c3e0bef15b3 [2021-03-18T02:11:23.232Z] Step 10/24 : ENV GO111MODULE=on [2021-03-18T02:11:23.232Z] ---> Running in 679419674f35 [2021-03-18T02:11:23.232Z] Removing intermediate container 679419674f35 [2021-03-18T02:11:23.232Z] ---> 4474cd146d63 [2021-03-18T02:11:23.232Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-18T02:11:23.496Z] ---> Running in 500feaae320f [2021-03-18T02:11:23.496Z] Removing intermediate container 500feaae320f [2021-03-18T02:11:23.496Z] ---> f78687bc3ab1 [2021-03-18T02:11:23.496Z] Step 12/24 : COPY go.mod . [2021-03-18T02:11:23.760Z] ---> de7a9d629146 [2021-03-18T02:11:23.760Z] Step 13/24 : COPY Makefile . [2021-03-18T02:11:24.047Z] ---> 9e9c6e69ed47 [2021-03-18T02:11:24.047Z] Step 14/24 : RUN make update [2021-03-18T02:11:24.047Z] ---> Running in 61cca457391b [2021-03-18T02:11:24.649Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-18T02:11:25.615Z] Removing intermediate container 61cca457391b [2021-03-18T02:11:25.615Z] ---> 15e2a18df633 [2021-03-18T02:11:25.615Z] Step 15/24 : COPY . . [2021-03-18T02:11:27.549Z] ---> c616b981bd68 [2021-03-18T02:11:27.549Z] Step 16/24 : RUN ${MAKE} [2021-03-18T02:11:27.549Z] ---> Running in e2d34ecd658d [2021-03-18T02:11:27.817Z] 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-03-18T02:11:37.924Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T02:11:41.255Z] Removing intermediate container e2d34ecd658d [2021-03-18T02:11:41.255Z] ---> 0f3416784421 [2021-03-18T02:11:41.255Z] Step 17/24 : FROM alpine:3.12 [2021-03-18T02:11:41.833Z] 3.12: Pulling from library/alpine [2021-03-18T02:11:41.833Z] f84cab65f19f: Pulling fs layer [2021-03-18T02:11:41.833Z] f84cab65f19f: Verifying Checksum [2021-03-18T02:11:41.833Z] f84cab65f19f: Download complete [2021-03-18T02:11:42.094Z] f84cab65f19f: Pull complete [2021-03-18T02:11:42.094Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T02:11:42.356Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T02:11:42.356Z] ---> 88dd2752d2ea [2021-03-18T02:11:42.356Z] Step 18/24 : EXPOSE 4000 [2021-03-18T02:11:42.356Z] ---> Running in 131f66e1e0cf [2021-03-18T02:11:42.619Z] Removing intermediate container 131f66e1e0cf [2021-03-18T02:11:42.619Z] ---> 8e0d2e173fe7 [2021-03-18T02:11:42.619Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:11:43.576Z] ---> 8d085f473742 [2021-03-18T02:11:43.576Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:11:43.576Z] ---> Running in 18ed4b39c8dc [2021-03-18T02:11:43.839Z] Removing intermediate container 18ed4b39c8dc [2021-03-18T02:11:43.839Z] ---> 098214f8dcbc [2021-03-18T02:11:43.839Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-18T02:11:43.839Z] ---> Running in 2a8afd5e0755 [2021-03-18T02:11:44.103Z] Removing intermediate container 2a8afd5e0755 [2021-03-18T02:11:44.103Z] ---> 4aeffb3f19b7 [2021-03-18T02:11:44.103Z] Step 22/24 : LABEL arch=amd64 [2021-03-18T02:11:44.103Z] ---> Running in 1bc3a58e8a29 [2021-03-18T02:11:44.366Z] Removing intermediate container 1bc3a58e8a29 [2021-03-18T02:11:44.366Z] ---> 7ce68ddafff3 [2021-03-18T02:11:44.366Z] Step 23/24 : LABEL git_sha=caffda111efe562b16688516d8089945cc10e8dc [2021-03-18T02:11:44.366Z] ---> Running in 1f466bf687c7 [2021-03-18T02:11:44.366Z] Removing intermediate container 1f466bf687c7 [2021-03-18T02:11:44.366Z] ---> 26a3a8bcc1f1 [2021-03-18T02:11:44.366Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T02:11:44.629Z] ---> Running in 7e1a2240c370 [2021-03-18T02:11:44.629Z] Removing intermediate container 7e1a2240c370 [2021-03-18T02:11:44.629Z] ---> fcbd067b5b26 [2021-03-18T02:11:44.629Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T02:11:44.893Z] Successfully built fcbd067b5b26 [2021-03-18T02:11:44.893Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:11:45.849Z] ---> job-cost.sh [2021-03-18T02:11:45.849Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Cyfb [2021-03-18T02:11:50.156Z] Removing intermediate container 1bb9fff1d607 [2021-03-18T02:11:50.156Z] ---> 40eed0028751 [2021-03-18T02:11:50.156Z] Successfully built 40eed0028751 [2021-03-18T02:11:50.156Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:11:50.503Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T02:11:50.503Z] . [Pipeline] withDockerContainer [2021-03-18T02:11:50.784Z] prd-ubuntu18.04-docker-arm64-4c-16g-30233 does not seem to be running inside a container [2021-03-18T02:11:50.887Z] $ 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 ******** ci-base-image-arm64 cat [2021-03-18T02:11:52.439Z] $ docker top 11b1195c4433f4c00f8c704b8902703a7734b0621f76b90d3931da23ef5285f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:11:53.476Z] + go version [2021-03-18T02:11:53.476Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T02:11:53.517Z] $ docker stop --time=1 11b1195c4433f4c00f8c704b8902703a7734b0621f76b90d3931da23ef5285f9 [2021-03-18T02:11:55.455Z] $ docker rm -f 11b1195c4433f4c00f8c704b8902703a7734b0621f76b90d3931da23ef5285f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:11:56.393Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T02:11:56.393Z] . [Pipeline] withDockerContainer [2021-03-18T02:11:56.651Z] prd-ubuntu18.04-docker-arm64-4c-16g-30233 does not seem to be running inside a container [2021-03-18T02:11:56.749Z] $ 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 ******** ci-base-image-arm64 cat [2021-03-18T02:11:58.192Z] $ docker top eed26c14f859e76e84e48eda51945cc9c0281c36bc0a1d5128287458f52d2e28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:11:59.201Z] + make test [2021-03-18T02:11:59.201Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-18T02:12:00.186Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-18T02:12:00.787Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-18T02:12:27.022Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-18T02:12:27.022Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-18T02:12:32.486Z] $ docker stop --time=1 eed26c14f859e76e84e48eda51945cc9c0281c36bc0a1d5128287458f52d2e28 [2021-03-18T02:12:32.986Z] lf-activate-venv(): INFO: Adding /tmp/venv-Cyfb/bin to PATH [2021-03-18T02:12:32.986Z] INFO: No Stack... [2021-03-18T02:12:32.986Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T02:12:32.986Z] INFO: Archiving Costs [2021-03-18T02:12:34.615Z] $ docker rm -f eed26c14f859e76e84e48eda51945cc9c0281c36bc0a1d5128287458f52d2e28 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-03-18T02:12:35.399Z] + cat /w/workspace/edgex-ui-go/8/archives/cost.csv [2021-03-18T02:12:35.399Z] + cut -d, -f6 [2021-03-18T02:12:35.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T02:12:35.468Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] lock [2021-03-18T02:12:35.539Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [2021-03-18T02:12:35.556Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] did not exist. Created. [2021-03-18T02:12:35.556Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T02:12:35.961Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-18T02:12:36.081Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T02:12:36.097Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-18T02:12:36.354Z] Stashed 1 file(s) [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T02:12:37.495Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T02:12:37.931Z] + ls -al . [2021-03-18T02:12:37.932Z] total 124 [2021-03-18T02:12:37.932Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:11 . [2021-03-18T02:12:37.932Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:10 .. [2021-03-18T02:12:37.932Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 02:10 .git [2021-03-18T02:12:37.932Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:10 .github [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 18 02:10 .gitignore [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 18 02:10 CONTRIBUTING.md [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 18 02:10 Dockerfile [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 18 02:10 Dockerfile.build [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 18 02:10 Jenkinsfile [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 18 02:10 LICENSE [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 18 02:10 Makefile [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 18 02:10 README.md [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 02:07 VERSION [2021-03-18T02:12:37.932Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:10 assets [2021-03-18T02:12:37.932Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:10 bin [2021-03-18T02:12:37.932Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:10 cmd [2021-03-18T02:12:37.932Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 18 02:11 coverage.out [2021-03-18T02:12:37.932Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 02:10 docs [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 18 02:10 go.mod [2021-03-18T02:12:37.932Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 18 02:11 go.sum [2021-03-18T02:12:37.932Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:10 internal [2021-03-18T02:12:37.932Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 18 02:10 version.go [2021-03-18T02:12:37.932Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:10 web [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:12:38.354Z] + 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=caffda111efe562b16688516d8089945cc10e8dc --label arch=arm64 --label version=0.0.0 . [2021-03-18T02:12:38.956Z] Sending build context to Docker daemon 17.44MB [2021-03-18T02:12:39.230Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T02:12:39.230Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-18T02:12:39.230Z] ---> 40eed0028751 [2021-03-18T02:12:39.230Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-18T02:12:39.502Z] ---> Running in 0da5cf83c8fa [2021-03-18T02:12:40.099Z] Removing intermediate container 0da5cf83c8fa [2021-03-18T02:12:40.099Z] ---> b8838d9669fb [2021-03-18T02:12:40.099Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-18T02:12:40.099Z] ---> Running in ef9dec57819b [2021-03-18T02:12:40.700Z] Removing intermediate container ef9dec57819b [2021-03-18T02:12:40.701Z] ---> e8c08d4f3ba2 [2021-03-18T02:12:40.701Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T02:12:40.701Z] ---> Running in 8021aae0b1d4 [2021-03-18T02:12:41.291Z] Removing intermediate container 8021aae0b1d4 [2021-03-18T02:12:41.291Z] ---> 4977f80717a5 [2021-03-18T02:12:41.291Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-18T02:12:41.291Z] ---> Running in 826c5c875734 [2021-03-18T02:12:41.564Z] Removing intermediate container 826c5c875734 [2021-03-18T02:12:41.564Z] ---> d87c7c1c7ffd [2021-03-18T02:12:41.564Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-18T02:12:41.836Z] ---> Running in 9b3a3a6d43ba [2021-03-18T02:12:42.117Z] Removing intermediate container 9b3a3a6d43ba [2021-03-18T02:12:42.117Z] ---> c23dd0ffcf1f [2021-03-18T02:12:42.117Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T02:12:42.394Z] ---> Running in d752c218be1b [2021-03-18T02:12:44.375Z] Removing intermediate container d752c218be1b [2021-03-18T02:12:44.375Z] ---> d605451d2f9a [2021-03-18T02:12:44.375Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T02:12:44.653Z] ---> Running in e48f01e52dd8 [2021-03-18T02:12:45.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T02:12:46.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T02:12:46.811Z] OK: 142 MiB in 39 packages [2021-03-18T02:12:48.234Z] Removing intermediate container e48f01e52dd8 [2021-03-18T02:12:48.234Z] ---> 19846dd18e24 [2021-03-18T02:12:48.234Z] Step 10/24 : ENV GO111MODULE=on [2021-03-18T02:12:48.234Z] ---> Running in 9872517a6d61 [2021-03-18T02:12:48.830Z] Removing intermediate container 9872517a6d61 [2021-03-18T02:12:48.830Z] ---> 1f229c366bff [2021-03-18T02:12:48.830Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-18T02:12:48.830Z] ---> Running in 608c411a8e03 [2021-03-18T02:12:49.425Z] Removing intermediate container 608c411a8e03 [2021-03-18T02:12:49.425Z] ---> 1fcc31cf05e5 [2021-03-18T02:12:49.425Z] Step 12/24 : COPY go.mod . [2021-03-18T02:12:50.018Z] ---> 6e008cc1e275 [2021-03-18T02:12:50.018Z] Step 13/24 : COPY Makefile . [2021-03-18T02:12:51.226Z] ---> 66af0a8b0c0b [2021-03-18T02:12:51.226Z] Step 14/24 : RUN make update [2021-03-18T02:12:51.498Z] ---> Running in 1d475243511f [2021-03-18T02:12:52.477Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-18T02:12:53.907Z] Removing intermediate container 1d475243511f [2021-03-18T02:12:53.907Z] ---> c02566b81dbf [2021-03-18T02:12:53.907Z] Step 15/24 : COPY . . [2021-03-18T02:12:56.521Z] ---> c30a208ce624 [2021-03-18T02:12:56.522Z] Step 16/24 : RUN ${MAKE} [2021-03-18T02:12:56.522Z] ---> Running in 8377099b4c73 [2021-03-18T02:12:57.505Z] 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-03-18T02:13:24.318Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T02:13:28.610Z] Removing intermediate container 8377099b4c73 [2021-03-18T02:13:28.610Z] ---> 52bd590bea11 [2021-03-18T02:13:28.610Z] Step 17/24 : FROM alpine:3.12 [2021-03-18T02:13:28.880Z] 3.12: Pulling from library/alpine [2021-03-18T02:13:28.880Z] dce8679b510e: Pulling fs layer [2021-03-18T02:13:29.151Z] dce8679b510e: Verifying Checksum [2021-03-18T02:13:29.152Z] dce8679b510e: Download complete [2021-03-18T02:13:29.750Z] dce8679b510e: Pull complete [2021-03-18T02:13:29.750Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T02:13:29.750Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T02:13:29.750Z] ---> d10569e2745f [2021-03-18T02:13:29.750Z] Step 18/24 : EXPOSE 4000 [2021-03-18T02:13:30.021Z] ---> Running in 027a4978de95 [2021-03-18T02:13:30.614Z] Removing intermediate container 027a4978de95 [2021-03-18T02:13:30.614Z] ---> d33ab83980c3 [2021-03-18T02:13:30.614Z] 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-03-18T02:13:32.043Z] ---> 6839693a27ab [2021-03-18T02:13:32.043Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-18T02:13:32.316Z] ---> Running in 421994645f43 [2021-03-18T02:13:32.909Z] Removing intermediate container 421994645f43 [2021-03-18T02:13:32.909Z] ---> 50d7d0d3866c [2021-03-18T02:13:32.909Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-18T02:13:32.909Z] ---> Running in 6b270e7508b3 [2021-03-18T02:13:33.498Z] Removing intermediate container 6b270e7508b3 [2021-03-18T02:13:33.498Z] ---> 02a41313ef08 [2021-03-18T02:13:33.498Z] Step 22/24 : LABEL arch=arm64 [2021-03-18T02:13:33.498Z] ---> Running in ba7732c03bde [2021-03-18T02:13:33.767Z] Removing intermediate container ba7732c03bde [2021-03-18T02:13:33.767Z] ---> 622318e34989 [2021-03-18T02:13:33.767Z] Step 23/24 : LABEL git_sha=caffda111efe562b16688516d8089945cc10e8dc [2021-03-18T02:13:34.039Z] ---> Running in f1fd465e54b1 [2021-03-18T02:13:34.312Z] Removing intermediate container f1fd465e54b1 [2021-03-18T02:13:34.312Z] ---> 902823240815 [2021-03-18T02:13:34.586Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T02:13:34.586Z] ---> Running in 9cab44f15dbe [2021-03-18T02:13:34.861Z] Removing intermediate container 9cab44f15dbe [2021-03-18T02:13:34.861Z] ---> 3fdd16be3a2e [2021-03-18T02:13:34.861Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T02:13:35.134Z] Successfully built 3fdd16be3a2e [2021-03-18T02:13:35.134Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:13:35.967Z] ---> job-cost.sh [2021-03-18T02:13:35.967Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cco5 [2021-03-18T02:14:14.925Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T02:15:36.653Z] lf-activate-venv(): INFO: Adding /tmp/venv-cco5/bin to PATH [2021-03-18T02:15:36.653Z] INFO: No Stack... [2021-03-18T02:15:36.924Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T02:15:37.194Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T02:15:37.529Z] + + cut -d, -f6 [2021-03-18T02:15:37.529Z] cat /w/workspace/edgex-ui-go/8/archives/cost.csv [Pipeline] lock [2021-03-18T02:15:37.642Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [2021-03-18T02:15:37.656Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] did not exist. Created. [2021-03-18T02:15:37.656Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T02:15:38.106Z] /w/workspace/edgex-ui-go/8@tmp/durable-f75c00af/script.sh: 1: /w/workspace/edgex-ui-go/8@tmp/durable-f75c00af/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-18T02:15:38.456Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T02:15:38.521Z] Warning: overwriting stash ‘stack-cost’ [2021-03-18T02:15:38.778Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T02:15:38.797Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] // lock [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-03-18T02:15:40.009Z] provisioning config files... [2021-03-18T02:15:40.022Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6996452289853217168tmp [Pipeline] { [Pipeline] sh [2021-03-18T02:15:40.466Z] + set +x [2021-03-18T02:15:40.466Z] + curl -s https://codecov.io/bash [2021-03-18T02:15:40.466Z] + bash -s -- [2021-03-18T02:15:40.730Z] [2021-03-18T02:15:40.730Z] _____ _ [2021-03-18T02:15:40.730Z] / ____| | | [2021-03-18T02:15:40.730Z] | | ___ __| | ___ ___ _____ __ [2021-03-18T02:15:40.730Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-18T02:15:40.730Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-18T02:15:40.730Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-18T02:15:40.730Z] Bash-20210309-2b87ace [2021-03-18T02:15:40.730Z] [2021-03-18T02:15:40.730Z] [2021-03-18T02:15:40.730Z] ==> git version 2.24.3 found [2021-03-18T02:15:40.730Z] ==> 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-03-18T02:15:40.730Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-18T02:15:40.730Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-18T02:15:40.730Z] ==> Jenkins CI detected. [2021-03-18T02:15:40.730Z] project root: . [2021-03-18T02:15:40.730Z] --> token set from env [2021-03-18T02:15:40.730Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-18T02:15:40.730Z] ==> Running gcov in . (disable via -X gcov) [2021-03-18T02:15:40.730Z] ==> Python coveragepy not found [2021-03-18T02:15:40.730Z] ==> Searching for coverage reports in: [2021-03-18T02:15:40.730Z] + . [2021-03-18T02:15:40.730Z] -> Found 1 reports [2021-03-18T02:15:40.730Z] ==> Detecting git/mercurial file structure [2021-03-18T02:15:40.730Z] ==> Reading reports [2021-03-18T02:15:40.730Z] + ./coverage.out bytes=10 [2021-03-18T02:15:40.730Z] ==> Appending adjustments [2021-03-18T02:15:40.730Z] https://docs.codecov.io/docs/fixing-reports [2021-03-18T02:15:40.993Z] + Found adjustments [2021-03-18T02:15:40.993Z] ==> Gzipping contents [2021-03-18T02:15:40.993Z] 4.0K /tmp/codecov.iaaSW3.gz [2021-03-18T02:15:40.993Z] ==> Uploading reports [2021-03-18T02:15:40.993Z] url: https://codecov.io [2021-03-18T02:15:40.993Z] query: branch=PR-297&commit=caffda111efe562b16688516d8089945cc10e8dc&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-18T02:15:40.993Z] -> Pinging Codecov [2021-03-18T02:15:40.993Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=caffda111efe562b16688516d8089945cc10e8dc&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-18T02:15:41.257Z] -> Uploading to [2021-03-18T02:15:41.257Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-18/FB506323287CE973F263BFD2A0EB1F37/caffda111efe562b16688516d8089945cc10e8dc/ba60851f-f36e-4415-8b95-4e1a0677f5c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T021541Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a6c0edbfdc2be1943d7c643369930d350e2283743207a871b3fffb9b2f8db7d [2021-03-18T02:15:41.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-18T02:15:41.257Z] Dload Upload Total Spent Left Speed [2021-03-18T02:15:41.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3220 0 0 100 3220 0 8155 --:--:-- --:--:-- --:--:-- 8172 [2021-03-18T02:15:41.833Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/caffda111efe562b16688516d8089945cc10e8dc [Pipeline] } [2021-03-18T02:15:41.844Z] 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] { (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-03-18T02:15:44.093Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:15:44.404Z] ---> package-listing.sh [2021-03-18T02:15:44.404Z] ++ facter osfamily [2021-03-18T02:15:44.404Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T02:15:44.404Z] + OS_FAMILY=redhat [2021-03-18T02:15:44.404Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-18T02:15:44.404Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T02:15:44.404Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T02:15:44.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T02:15:44.404Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T02:15:44.404Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-18T02:15:44.404Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T02:15:44.404Z] + case "${OS_FAMILY}" in [2021-03-18T02:15:44.404Z] + rpm -qa [2021-03-18T02:15:44.404Z] + sort [2021-03-18T02:15:49.721Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T02:15:49.721Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T02:15:49.721Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T02:15:49.721Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-18T02:15:49.721Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-03-18T02:15:49.721Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo [2021-03-18T02:15:49.740Z] 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-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T02:15:50.062Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:15:50.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T02:15:50.379Z] [2021-03-18T02:15:50.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T02:15:50.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T02:15:50.994Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T02:15:50.994Z] df20fa9351a1: Pulling fs layer [2021-03-18T02:15:50.994Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T02:15:50.994Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T02:15:50.994Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T02:15:50.994Z] 93b61091891f: Pulling fs layer [2021-03-18T02:15:50.994Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T02:15:50.994Z] 5e14af77c1be: Pulling fs layer [2021-03-18T02:15:50.994Z] 01666e4c0597: Pulling fs layer [2021-03-18T02:15:50.994Z] aa168da1d23b: Pulling fs layer [2021-03-18T02:15:50.994Z] 46f8f816bc3b: Waiting [2021-03-18T02:15:50.994Z] 93b61091891f: Waiting [2021-03-18T02:15:50.994Z] 93b9cdb0e59b: Waiting [2021-03-18T02:15:50.994Z] 5e14af77c1be: Waiting [2021-03-18T02:15:50.994Z] 01666e4c0597: Waiting [2021-03-18T02:15:50.994Z] aa168da1d23b: Waiting [2021-03-18T02:15:50.995Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T02:15:50.995Z] 36b3adc4ff6f: Download complete [2021-03-18T02:15:50.995Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T02:15:50.995Z] 46f8f816bc3b: Download complete [2021-03-18T02:15:50.995Z] df20fa9351a1: Verifying Checksum [2021-03-18T02:15:50.995Z] df20fa9351a1: Download complete [2021-03-18T02:15:51.262Z] 93b9cdb0e59b: Download complete [2021-03-18T02:15:51.262Z] 5e14af77c1be: Verifying Checksum [2021-03-18T02:15:51.262Z] 5e14af77c1be: Download complete [2021-03-18T02:15:51.262Z] 93b61091891f: Verifying Checksum [2021-03-18T02:15:51.262Z] 93b61091891f: Download complete [2021-03-18T02:15:51.262Z] 01666e4c0597: Verifying Checksum [2021-03-18T02:15:51.262Z] 01666e4c0597: Download complete [2021-03-18T02:15:51.532Z] df20fa9351a1: Pull complete [2021-03-18T02:15:51.797Z] 36b3adc4ff6f: Pull complete [2021-03-18T02:15:51.797Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T02:15:51.797Z] 8ad3a11d3b57: Download complete [2021-03-18T02:15:52.762Z] 8ad3a11d3b57: Pull complete [2021-03-18T02:15:53.340Z] 46f8f816bc3b: Pull complete [2021-03-18T02:15:53.607Z] aa168da1d23b: Verifying Checksum [2021-03-18T02:15:53.607Z] aa168da1d23b: Download complete [2021-03-18T02:15:53.874Z] 93b61091891f: Pull complete [2021-03-18T02:15:54.137Z] 93b9cdb0e59b: Pull complete [2021-03-18T02:15:54.138Z] 5e14af77c1be: Pull complete [2021-03-18T02:15:54.404Z] 01666e4c0597: Pull complete [2021-03-18T02:16:01.056Z] aa168da1d23b: Pull complete [2021-03-18T02:16:01.056Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T02:16:01.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T02:16:01.056Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T02:16:01.259Z] prd-centos7-docker-4c-2g-30230 does not seem to be running inside a container [2021-03-18T02:16:01.306Z] $ 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-297/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-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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-03-18T02:16:04.935Z] $ docker top ddf4d068c5e8695e80ff56b653a41b70a1e78ca17716fad757822b5e79435174 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T02:16:05.474Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T02:16:05.778Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T02:16:06.083Z] + ls /var/log/sa-host [2021-03-18T02:16:06.084Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T02:16:06.084Z] file_magic: OK [2021-03-18T02:16:06.084Z] HZ: Using current value: 100 [2021-03-18T02:16:06.084Z] file_header: OK [2021-03-18T02:16:06.084Z] 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-03-18T02:16:06.084Z] Statistics: [2021-03-18T02:16:06.084Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T02:16:06.084Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T02:16:06.084Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T02:16:06.084Z] file_magic: OK [2021-03-18T02:16:06.084Z] HZ: Using current value: 100 [2021-03-18T02:16:06.084Z] file_header: OK [2021-03-18T02:16:06.084Z] 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-03-18T02:16:06.084Z] Statistics: [2021-03-18T02:16:06.084Z] Hnuu...uuuununununu... [2021-03-18T02:16:06.084Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T02:16:06.303Z] provisioning config files... [2021-03-18T02:16:06.321Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3358430734794251880tmp [Pipeline] { [Pipeline] echo [2021-03-18T02:16:06.417Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:16:06.723Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T02:16:06.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T02:16:06.942Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:16:07.243Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T02:16:07.255Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:16:07.555Z] ---> sudo-logs.sh [2021-03-18T02:16:07.555Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T02:16:07.630Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:16:07.930Z] ---> job-cost.sh [2021-03-18T02:16:07.930Z] lf-activate-venv: SKIPPING [2021-03-18T02:16:07.930Z] DEBUG: total: 0.20999999344348907 [2021-03-18T02:16:07.930Z] INFO: Retrieving Stack Cost... [2021-03-18T02:16:08.880Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T02:16:09.828Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T02:16:09.843Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T02:16:10.143Z] ---> logs-deploy.sh [2021-03-18T02:16:10.144Z] lf-activate-venv: SKIPPING [2021-03-18T02:16:10.144Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/8 [2021-03-18T02:16:10.144Z] INFO: archiving workspace using pattern(s): [2021-03-18T02:16:12.064Z] Archives upload complete. [2021-03-18T02:16:12.064Z] INFO: archiving logs to Nexus