jpwhitemn commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cecdf9c347817c1eefba2c6bd3a516a37707d8c0+8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (7b60663f81f52f8d5a4b6db95b7ae0806a3d00bf) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30734 in /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [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-313 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit cecdf9c347817c1eefba2c6bd3a516a37707d8c0 Merge succeeded, producing cecdf9c347817c1eefba2c6bd3a516a37707d8c0 Checking out Revision cecdf9c347817c1eefba2c6bd3a516a37707d8c0 (PR-313) > git config core.sparsecheckout # timeout=10 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # 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 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:24:16.677Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-20T17:24:16.913Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:24:17.052Z] ========================================================= [2021-03-20T17:24:17.052Z] EdgeX Global Pipelines Version Info [2021-03-20T17:24:17.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:24:19.692Z] ------------------- [2021-03-20T17:24:19.692Z] stable info: [2021-03-20T17:24:19.692Z] ------------------- [2021-03-20T17:24:19.692Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:24:19.692Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:24:19.692Z] Message: update stable to v1.0.186 [2021-03-20T17:24:21.163Z] ------------------- [2021-03-20T17:24:21.163Z] experimental info: [2021-03-20T17:24:21.163Z] ------------------- [2021-03-20T17:24:21.163Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:24:21.163Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:24:21.163Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:24:21.470Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-20T17:24:21.565Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-20T17:24:21.656Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:24:21.745Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:24:21.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:24:21.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:24:22.020Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:24:22.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:24:22.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-20T17:24:22.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:24:22.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:24:22.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-20T17:24:22.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:24:22.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:24:22.735Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:24:22.843Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:24:22.954Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-20T17:24:23.036Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-20T17:24:23.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:24:23.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-20T17:24:23.324Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-20T17:24:23.406Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-20T17:24:23.487Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-20T17:24:23.580Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-20T17:24:23.659Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-20T17:24:23.739Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:24:23.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-313 [Pipeline] echo [2021-03-20T17:24:23.916Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-313 [Pipeline] echo [2021-03-20T17:24:24.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-313 [Pipeline] echo [2021-03-20T17:24:24.144Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [Pipeline] echo [2021-03-20T17:24:24.232Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cecdf9c [Pipeline] echo [2021-03-20T17:24:24.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:24:24.488Z] provisioning config files... [2021-03-20T17:24:24.532Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/config8451093820341985478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:24:24.922Z] ---> docker-login.sh [2021-03-20T17:24:24.922Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:24:25.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:26.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:26.188Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:26.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:26.188Z] [2021-03-20T17:24:26.188Z] Login Succeeded [2021-03-20T17:24:26.188Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:24:26.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:26.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:26.487Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:26.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:26.487Z] [2021-03-20T17:24:26.487Z] Login Succeeded [2021-03-20T17:24:26.487Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:24:27.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:27.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:27.417Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:27.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:27.417Z] [2021-03-20T17:24:27.417Z] Login Succeeded [2021-03-20T17:24:27.417Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:24:27.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:27.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:27.725Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:27.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:27.725Z] [2021-03-20T17:24:27.725Z] Login Succeeded [2021-03-20T17:24:27.725Z] docker.io [2021-03-20T17:24:28.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:28.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:28.284Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:28.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:28.284Z] [2021-03-20T17:24:28.284Z] Login Succeeded [2021-03-20T17:24:28.284Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:24:28.341Z] 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-20T17:24:29.155Z] + git log --format=format:%s -1 cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [Pipeline] echo [2021-03-20T17:24:29.274Z] GIT_COMMIT: cecdf9c347817c1eefba2c6bd3a516a37707d8c0, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-20T17:24:29.333Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:30.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:24:30.414Z] [2021-03-20T17:24:30.414Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:30.855Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:24:31.153Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:24:31.153Z] 31603596830f: Pulling fs layer [2021-03-20T17:24:31.153Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:24:31.153Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:24:31.153Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:24:31.153Z] ecc8261a40a4: Waiting [2021-03-20T17:24:31.153Z] 2a8b12db71e7: Download complete [2021-03-20T17:24:31.453Z] 31603596830f: Verifying Checksum [2021-03-20T17:24:31.453Z] 31603596830f: Download complete [2021-03-20T17:24:31.453Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:24:31.453Z] 6ca5941a6612: Download complete [2021-03-20T17:24:31.453Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:24:31.453Z] ecc8261a40a4: Download complete [2021-03-20T17:24:32.059Z] 31603596830f: Pull complete [2021-03-20T17:24:32.345Z] 2a8b12db71e7: Pull complete [2021-03-20T17:24:33.858Z] 6ca5941a6612: Pull complete [2021-03-20T17:24:34.863Z] ecc8261a40a4: Pull complete [2021-03-20T17:24:34.863Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:24:34.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:24:34.863Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:24:35.134Z] prd-centos7-docker-4c-2g-30734 does not seem to be running inside a container [2021-03-20T17:24:35.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-313 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313:/w/workspace/edgexfoundry_edgex-ui-go_PR-313:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@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-20T17:24:39.057Z] $ docker top 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:24:39.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:24:39.696Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:24:40.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:24:40.674Z] $ docker exec 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent [2021-03-20T17:24:41.391Z] SSH_AUTH_SOCK=/tmp/ssh-ajIvhr1a8HTx/agent.11 [2021-03-20T17:24:41.391Z] SSH_AGENT_PID=16 [2021-03-20T17:24:41.416Z] Running ssh-add (command line suppressed) [2021-03-20T17:24:41.748Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_3694810279808054020.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_3694810279808054020.key) [2021-03-20T17:24:42.013Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:24:43.494Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:24:43.539Z] $ docker exec --env ******** --env ******** 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent -k [2021-03-20T17:24:43.788Z] unset SSH_AUTH_SOCK; [2021-03-20T17:24:43.789Z] unset SSH_AGENT_PID; [2021-03-20T17:24:43.789Z] echo Agent pid 16 killed; [2021-03-20T17:24:43.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:24:44.075Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:24:44.075Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:24:44.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:24:44.350Z] $ docker exec 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent [2021-03-20T17:24:44.820Z] SSH_AUTH_SOCK=/tmp/ssh-uJ33viPPeqLu/agent.44 [2021-03-20T17:24:44.820Z] SSH_AGENT_PID=49 [2021-03-20T17:24:44.829Z] Running ssh-add (command line suppressed) [2021-03-20T17:24:45.056Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_8084295190183597425.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/private_key_8084295190183597425.key) [2021-03-20T17:24:45.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:24:45.695Z] + git semver init [2021-03-20T17:24:45.695Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:24:45.695Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-313/.git [2021-03-20T17:24:45.695Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [2021-03-20T17:24:45.695Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:24:45.695Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:24:45.695Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:24:45.695Z] # $SEMVER_BRANCH = PR-313 [2021-03-20T17:24:45.695Z] # $SEMVER_TEMP = /tmp/semver-834991656 [2021-03-20T17:24:45.695Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-20T17:24:47.664Z] # '/tmp/semver-834991656' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-313/.semver' [2021-03-20T17:24:47.664Z] # -> Force: false [2021-03-20T17:24:47.664Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-313/.semver [Pipeline] } [2021-03-20T17:24:47.683Z] $ docker exec --env ******** --env ******** 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 ssh-agent -k [2021-03-20T17:24:47.923Z] unset SSH_AUTH_SOCK; [2021-03-20T17:24:47.926Z] unset SSH_AGENT_PID; [2021-03-20T17:24:47.926Z] echo Agent pid 49 killed; [2021-03-20T17:24:48.037Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:24:48.558Z] + git semver [Pipeline] } [2021-03-20T17:24:48.613Z] $ docker stop --time=1 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 [2021-03-20T17:24:50.564Z] $ docker rm -f 64878739f87c928313a7fe090bcfce6bc7ce94e5d4560436d7f0283ec69c2c59 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:24:51.103Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:24:53.053Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:24:53.056Z] [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-20T17:25:08.619Z] Still waiting to schedule task [2021-03-20T17:25:08.619Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30732’ is offline; ‘prd-centos7-docker-4c-2g-30737’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30736’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-20T17:25:08.622Z] Still waiting to schedule task [2021-03-20T17:25:08.622Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30732’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30737’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30736’ is offline [2021-03-20T17:26:14.210Z] Running on prd-centos7-docker-4c-2g-30741 in /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [Pipeline] { [Pipeline] ws [2021-03-20T17:26:14.282Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-03-20T17:26:17.551Z] using credential edgex-jenkins-ssh [2021-03-20T17:26:17.603Z] Cloning the remote Git repository [2021-03-20T17:26:17.642Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-20T17:26:17.717Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-03-20T17:26:17.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-20T17:26:17.795Z] > git --version # timeout=10 [2021-03-20T17:26:17.802Z] > git --version # 'git version 2.24.3' [2021-03-20T17:26:17.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:26:17.834Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:26:19.115Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-20T17:26:19.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:26:19.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-20T17:26:19.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-20T17:26:19.173Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:26:19.179Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:26:19.527Z] Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [2021-03-20T17:26:19.824Z] Merge succeeded, producing cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [2021-03-20T17:26:19.824Z] Checking out Revision cecdf9c347817c1eefba2c6bd3a516a37707d8c0 (PR-313) [2021-03-20T17:26:19.540Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:26:19.548Z] > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 [2021-03-20T17:26:19.781Z] > git remote # timeout=10 [2021-03-20T17:26:19.789Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:26:19.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:26:19.810Z] > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-20T17:26:19.821Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:26:19.832Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:26:19.838Z] > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 [2021-03-20T17:26:23.985Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:26:25.333Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:26:25.686Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:26:25.997Z] + sudo service docker restart [2021-03-20T17:26:25.997Z] + true [2021-03-20T17:26:25.997Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:26:27.478Z] provisioning config files... [2021-03-20T17:26:27.510Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2145549087251100234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:26:27.890Z] ---> docker-login.sh [2021-03-20T17:26:27.891Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:26:28.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:28.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:28.474Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:28.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:28.474Z] [2021-03-20T17:26:28.474Z] Login Succeeded [2021-03-20T17:26:28.474Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:26:28.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:28.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:28.740Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:28.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:28.740Z] [2021-03-20T17:26:28.740Z] Login Succeeded [2021-03-20T17:26:28.740Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:26:29.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:29.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:29.012Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:29.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:29.012Z] [2021-03-20T17:26:29.012Z] Login Succeeded [2021-03-20T17:26:29.012Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:26:29.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:29.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:29.287Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:29.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:29.287Z] [2021-03-20T17:26:29.287Z] Login Succeeded [2021-03-20T17:26:29.287Z] docker.io [2021-03-20T17:26:29.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:29.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:29.552Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:29.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:29.552Z] [2021-03-20T17:26:29.552Z] Login Succeeded [2021-03-20T17:26:29.552Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:26:29.564Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-20T17:26:29.906Z] ========================================================= [2021-03-20T17:26:29.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:26:29.906Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:26:30.275Z] + 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-20T17:26:30.860Z] Sending build context to Docker daemon 17.41MB [2021-03-20T17:26:30.860Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:30.860Z] Step 2/8 : FROM ${BASE} [2021-03-20T17:26:30.860Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:26:30.860Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:26:30.860Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:26:30.860Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:26:30.860Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:26:30.860Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:26:30.860Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:26:30.860Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:26:30.860Z] 93359f2a8cfa: Waiting [2021-03-20T17:26:30.860Z] 7c6f9722023f: Waiting [2021-03-20T17:26:30.860Z] a35cf1a2eb13: Waiting [2021-03-20T17:26:30.860Z] bca2f99d35d6: Waiting [2021-03-20T17:26:30.860Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:26:30.860Z] de9db76c5a1d: Download complete [2021-03-20T17:26:30.860Z] 0ef7d3d256c8: Verifying Checksum [2021-03-20T17:26:30.860Z] 0ef7d3d256c8: Download complete [2021-03-20T17:26:30.860Z] 93359f2a8cfa: Verifying Checksum [2021-03-20T17:26:30.860Z] 93359f2a8cfa: Download complete [2021-03-20T17:26:31.128Z] 7c6f9722023f: Verifying Checksum [2021-03-20T17:26:31.128Z] 7c6f9722023f: Download complete [2021-03-20T17:26:31.128Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:26:31.128Z] 188c0c94c7c5: Download complete [2021-03-20T17:26:31.392Z] 188c0c94c7c5: Pull complete [2021-03-20T17:26:31.392Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:26:31.656Z] de9db76c5a1d: Pull complete [2021-03-20T17:26:33.609Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:26:33.609Z] a35cf1a2eb13: Download complete [2021-03-20T17:26:33.876Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:26:33.876Z] bca2f99d35d6: Download complete [2021-03-20T17:26:40.546Z] bca2f99d35d6: Pull complete [2021-03-20T17:26:40.546Z] 93359f2a8cfa: Pull complete [2021-03-20T17:26:40.546Z] 7c6f9722023f: Pull complete [2021-03-20T17:26:47.210Z] a35cf1a2eb13: Pull complete [2021-03-20T17:26:47.210Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:26:47.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:26:47.210Z] ---> a62c8e92a672 [2021-03-20T17:26:47.210Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-20T17:26:47.478Z] ---> Running in 7a43527ca53f [2021-03-20T17:26:47.743Z] Removing intermediate container 7a43527ca53f [2021-03-20T17:26:47.743Z] ---> 86b60a0c0f1d [2021-03-20T17:26:47.743Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:26:47.743Z] ---> Running in b3259a7e612c [2021-03-20T17:26:49.147Z] Removing intermediate container b3259a7e612c [2021-03-20T17:26:49.147Z] ---> c4937a4b41e6 [2021-03-20T17:26:49.147Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-20T17:26:49.147Z] ---> Running in 2c9a412cf665 [2021-03-20T17:26:50.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:51.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:51.836Z] OK: 166 MiB in 39 packages [2021-03-20T17:26:52.100Z] Removing intermediate container 2c9a412cf665 [2021-03-20T17:26:52.100Z] ---> 24bccc6b2985 [2021-03-20T17:26:52.100Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-20T17:26:52.364Z] ---> Running in 4af14e268445 [2021-03-20T17:26:52.364Z] Removing intermediate container 4af14e268445 [2021-03-20T17:26:52.364Z] ---> c8a6b0c9b3c6 [2021-03-20T17:26:52.364Z] Step 7/8 : COPY . . [2021-03-20T17:26:54.937Z] ---> 72590786e8ee [2021-03-20T17:26:54.937Z] Step 8/8 : RUN go mod download [2021-03-20T17:26:54.937Z] ---> Running in 2a021ef99dfa [2021-03-20T17:27:09.427Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30743 in /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [Pipeline] { [Pipeline] ws [2021-03-20T17:27:09.500Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-03-20T17:27:14.648Z] using credential edgex-jenkins-ssh [2021-03-20T17:27:14.704Z] Cloning the remote Git repository [2021-03-20T17:27:14.758Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-20T17:27:14.863Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-03-20T17:27:14.934Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-20T17:27:14.935Z] > git --version # timeout=10 [2021-03-20T17:27:14.952Z] > git --version # 'git version 2.17.1' [2021-03-20T17:27:14.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:27:15.047Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:27:18.042Z] Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [2021-03-20T17:27:17.463Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-20T17:27:17.484Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:27:17.508Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-20T17:27:17.547Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-20T17:27:17.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:27:17.559Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:27:18.060Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:27:18.071Z] > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 [2021-03-20T17:27:18.355Z] > git remote # timeout=10 [2021-03-20T17:27:18.371Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:27:18.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:27:18.393Z] > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-20T17:27:18.413Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:27:18.463Z] Merge succeeded, producing cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [2021-03-20T17:27:18.464Z] Checking out Revision cecdf9c347817c1eefba2c6bd3a516a37707d8c0 (PR-313) [2021-03-20T17:27:18.471Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:27:18.493Z] > git checkout -f cecdf9c347817c1eefba2c6bd3a516a37707d8c0 # timeout=10 [2021-03-20T17:27:22.933Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:27:24.290Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:27:24.697Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:27:25.057Z] + + truesudo [2021-03-20T17:27:25.057Z] service docker restart [2021-03-20T17:27:27.158Z] Removing intermediate container 2a021ef99dfa [2021-03-20T17:27:27.158Z] ---> f609031ce77d [2021-03-20T17:27:27.158Z] Successfully built f609031ce77d [2021-03-20T17:27:27.158Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:27.484Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:27:27.484Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:27.610Z] prd-centos7-docker-4c-2g-30741 does not seem to be running inside a container [2021-03-20T17:27:27.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-20T17:27:28.589Z] $ docker top 77cf2f3770582e9590aceb0fcfa90c01e7d9b4993d786b0d60ee40e6adc6942f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-03-20T17:27:28.945Z] provisioning config files... [2021-03-20T17:27:28.986Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4196452213329625264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:27:29.158Z] + go version [2021-03-20T17:27:29.158Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:27:29.180Z] $ docker stop --time=1 77cf2f3770582e9590aceb0fcfa90c01e7d9b4993d786b0d60ee40e6adc6942f [2021-03-20T17:27:29.391Z] ---> docker-login.sh [2021-03-20T17:27:29.391Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:27:29.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:30.552Z] $ docker rm -f 77cf2f3770582e9590aceb0fcfa90c01e7d9b4993d786b0d60ee40e6adc6942f [2021-03-20T17:27:30.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:30.599Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:30.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:30.599Z] [2021-03-20T17:27:30.599Z] Login Succeeded [2021-03-20T17:27:30.599Z] nexus3.edgexfoundry.org:10002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-20T17:27:30.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:31.409Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:27:31.409Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:31.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:31.475Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:31.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:31.475Z] [2021-03-20T17:27:31.475Z] Login Succeeded [2021-03-20T17:27:31.475Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:27:31.512Z] prd-centos7-docker-4c-2g-30741 does not seem to be running inside a container [2021-03-20T17:27:31.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-20T17:27:31.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:32.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:32.027Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:32.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:32.027Z] [2021-03-20T17:27:32.027Z] Login Succeeded [2021-03-20T17:27:32.027Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:27:32.209Z] $ docker top 4a98ddbc59625842c76950df951c5854e711132d242a3ee2241febc6501af5fb -eo pid,comm [2021-03-20T17:27:32.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:32.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:32.308Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:32.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:32.308Z] [2021-03-20T17:27:32.308Z] Login Succeeded [2021-03-20T17:27:32.308Z] docker.io [Pipeline] { [Pipeline] sh [2021-03-20T17:27:32.682Z] + make test [2021-03-20T17:27:32.682Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-20T17:27:32.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:33.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:33.182Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:33.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:33.182Z] [2021-03-20T17:27:33.182Z] Login Succeeded [2021-03-20T17:27:33.182Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:27:33.200Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-20T17:27:33.652Z] ========================================================= [2021-03-20T17:27:33.652Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-20T17:27:33.652Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:34.025Z] + 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-20T17:27:34.096Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-20T17:27:34.629Z] Sending build context to Docker daemon 17.41MB [2021-03-20T17:27:34.629Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:27:34.629Z] Step 2/8 : FROM ${BASE} [2021-03-20T17:27:34.920Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-20T17:27:34.920Z] 5f621e34cdf4: Pulling fs layer [2021-03-20T17:27:34.920Z] a4357932f1b6: Pulling fs layer [2021-03-20T17:27:34.920Z] 18c013af1878: Pulling fs layer [2021-03-20T17:27:34.920Z] 00ac8860ef70: Pulling fs layer [2021-03-20T17:27:34.920Z] 63d7cb157983: Pulling fs layer [2021-03-20T17:27:34.920Z] b116817d02f9: Pulling fs layer [2021-03-20T17:27:34.920Z] 745a02a5169b: Pulling fs layer [2021-03-20T17:27:34.920Z] b116817d02f9: Waiting [2021-03-20T17:27:34.920Z] 745a02a5169b: Waiting [2021-03-20T17:27:34.920Z] 00ac8860ef70: Waiting [2021-03-20T17:27:34.920Z] 63d7cb157983: Waiting [2021-03-20T17:27:34.920Z] 18c013af1878: Verifying Checksum [2021-03-20T17:27:34.920Z] a4357932f1b6: Verifying Checksum [2021-03-20T17:27:34.920Z] a4357932f1b6: Download complete [2021-03-20T17:27:34.920Z] 18c013af1878: Download complete [2021-03-20T17:27:34.920Z] 63d7cb157983: Download complete [2021-03-20T17:27:34.920Z] b116817d02f9: Verifying Checksum [2021-03-20T17:27:34.920Z] b116817d02f9: Download complete [2021-03-20T17:27:34.920Z] 5f621e34cdf4: Download complete [2021-03-20T17:27:35.523Z] 5f621e34cdf4: Pull complete [2021-03-20T17:27:36.124Z] a4357932f1b6: Pull complete [2021-03-20T17:27:36.734Z] 18c013af1878: Pull complete [2021-03-20T17:27:39.354Z] 745a02a5169b: Verifying Checksum [2021-03-20T17:27:40.346Z] 00ac8860ef70: Download complete [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-20T17:27:44.252Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-20T17:27:44.252Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-20T17:27:45.232Z] $ docker stop --time=1 4a98ddbc59625842c76950df951c5854e711132d242a3ee2241febc6501af5fb [2021-03-20T17:27:47.615Z] $ docker rm -f 4a98ddbc59625842c76950df951c5854e711132d242a3ee2241febc6501af5fb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:27:48.250Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-20T17:27:48.732Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-20T17:27:49.873Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-20T17:27:50.179Z] + ls -al . [2021-03-20T17:27:50.179Z] total 92 [2021-03-20T17:27:50.179Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 20 17:27 . [2021-03-20T17:27:50.179Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 20 17:26 .. [2021-03-20T17:27:50.179Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 20 17:26 assets [2021-03-20T17:27:50.179Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 20 17:26 bin [2021-03-20T17:27:50.179Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 20 17:26 cmd [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 20 17:26 CONTRIBUTING.md [2021-03-20T17:27:50.179Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 20 17:27 coverage.out [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 20 17:26 Dockerfile [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 20 17:26 Dockerfile.build [2021-03-20T17:27:50.179Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 20 17:26 docs [2021-03-20T17:27:50.179Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 20 17:26 .git [2021-03-20T17:27:50.179Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 20 17:26 .github [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 20 17:26 .gitignore [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 20 17:26 go.mod [2021-03-20T17:27:50.179Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 20 17:27 go.sum [2021-03-20T17:27:50.179Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 20 17:26 internal [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 20 17:26 Jenkinsfile [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 20 17:26 LICENSE [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 20 17:26 Makefile [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 20 17:26 README.md [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 20 17:24 VERSION [2021-03-20T17:27:50.179Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 20 17:26 version.go [2021-03-20T17:27:50.179Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 20 17:26 web [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:50.495Z] + 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=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 --label arch=amd64 --label version=0.0.0 . [2021-03-20T17:27:50.524Z] 00ac8860ef70: Pull complete [2021-03-20T17:27:50.762Z] Sending build context to Docker daemon 17.44MB [2021-03-20T17:27:50.762Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:27:50.762Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-20T17:27:50.762Z] ---> f609031ce77d [2021-03-20T17:27:50.762Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-20T17:27:50.797Z] 63d7cb157983: Pull complete [2021-03-20T17:27:51.069Z] b116817d02f9: Pull complete [2021-03-20T17:27:51.729Z] ---> Running in b3668d0cbf82 [2021-03-20T17:27:51.729Z] Removing intermediate container b3668d0cbf82 [2021-03-20T17:27:51.729Z] ---> 9802969164b2 [2021-03-20T17:27:51.729Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-20T17:27:51.997Z] ---> Running in 68744ee157ad [2021-03-20T17:27:51.997Z] Removing intermediate container 68744ee157ad [2021-03-20T17:27:51.997Z] ---> 01b907e059c6 [2021-03-20T17:27:51.997Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-20T17:27:51.997Z] ---> Running in fb0a1ebcffc4 [2021-03-20T17:27:52.263Z] Removing intermediate container fb0a1ebcffc4 [2021-03-20T17:27:52.263Z] ---> 06aaab332594 [2021-03-20T17:27:52.263Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-20T17:27:52.263Z] ---> Running in e2698e44dfe5 [2021-03-20T17:27:52.529Z] Removing intermediate container e2698e44dfe5 [2021-03-20T17:27:52.529Z] ---> 6db9c155bf9c [2021-03-20T17:27:52.529Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-20T17:27:52.529Z] ---> Running in 7af567f02be5 [2021-03-20T17:27:52.794Z] Removing intermediate container 7af567f02be5 [2021-03-20T17:27:52.794Z] ---> 22f99cc035ed [2021-03-20T17:27:52.794Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:27:52.794Z] ---> Running in 3c9eaca9fb76 [2021-03-20T17:27:53.749Z] Removing intermediate container 3c9eaca9fb76 [2021-03-20T17:27:53.749Z] ---> c8111cc6971d [2021-03-20T17:27:53.749Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-20T17:27:53.749Z] ---> Running in b4f0f62ad0f2 [2021-03-20T17:27:54.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:54.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:55.410Z] 745a02a5169b: Pull complete [2021-03-20T17:27:55.410Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-20T17:27:55.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-20T17:27:55.410Z] ---> b7e6874047d6 [2021-03-20T17:27:55.410Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-20T17:27:55.868Z] OK: 166 MiB in 39 packages [2021-03-20T17:27:56.135Z] Removing intermediate container b4f0f62ad0f2 [2021-03-20T17:27:56.135Z] ---> e6761030a3bc [2021-03-20T17:27:56.135Z] Step 10/24 : ENV GO111MODULE=on [2021-03-20T17:27:56.135Z] ---> Running in a28d591d4db4 [2021-03-20T17:27:56.400Z] Removing intermediate container a28d591d4db4 [2021-03-20T17:27:56.400Z] ---> 451962f16a21 [2021-03-20T17:27:56.400Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-20T17:27:56.400Z] ---> Running in 12d23b95fe19 [2021-03-20T17:27:56.667Z] Removing intermediate container 12d23b95fe19 [2021-03-20T17:27:56.667Z] ---> 7903992f81f5 [2021-03-20T17:27:56.667Z] Step 12/24 : COPY go.mod . [2021-03-20T17:27:56.944Z] ---> 62b1520eeef8 [2021-03-20T17:27:56.944Z] Step 13/24 : COPY Makefile . [2021-03-20T17:27:56.944Z] ---> b9d60f67493e [2021-03-20T17:27:56.944Z] Step 14/24 : RUN make update [2021-03-20T17:27:57.208Z] ---> Running in 5995e873dc75 [2021-03-20T17:27:57.790Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-20T17:27:58.056Z] ---> Running in e60c6a95b161 [2021-03-20T17:27:58.337Z] Removing intermediate container e60c6a95b161 [2021-03-20T17:27:58.337Z] ---> 593b030aa4c3 [2021-03-20T17:27:58.337Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:27:58.337Z] ---> Running in b0011cc92966 [2021-03-20T17:27:58.372Z] Removing intermediate container 5995e873dc75 [2021-03-20T17:27:58.372Z] ---> 8ead1a7a6d6a [2021-03-20T17:27:58.372Z] Step 15/24 : COPY . . [2021-03-20T17:28:00.312Z] ---> c63803910d74 [2021-03-20T17:28:00.312Z] Step 16/24 : RUN ${MAKE} [2021-03-20T17:28:00.312Z] ---> Running in a23b748e2959 [2021-03-20T17:28:00.583Z] 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-20T17:28:00.973Z] Removing intermediate container b0011cc92966 [2021-03-20T17:28:00.973Z] ---> 43b99a31702d [2021-03-20T17:28:00.973Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-20T17:28:00.973Z] ---> Running in cfa2f32cad6c [2021-03-20T17:28:01.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:02.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:03.568Z] OK: 142 MiB in 39 packages [2021-03-20T17:28:05.017Z] Removing intermediate container cfa2f32cad6c [2021-03-20T17:28:05.017Z] ---> b96d0677e65d [2021-03-20T17:28:05.017Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-20T17:28:05.017Z] ---> Running in dbc78bcef2b8 [2021-03-20T17:28:05.611Z] Removing intermediate container dbc78bcef2b8 [2021-03-20T17:28:05.611Z] ---> 944a8ea3ff5c [2021-03-20T17:28:05.611Z] Step 7/8 : COPY . . [2021-03-20T17:28:08.250Z] ---> 43d445d2a85a [2021-03-20T17:28:08.250Z] Step 8/8 : RUN go mod download [2021-03-20T17:28:08.250Z] ---> Running in 64449469a7d4 [2021-03-20T17:28:13.013Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-20T17:28:14.992Z] Removing intermediate container a23b748e2959 [2021-03-20T17:28:14.992Z] ---> 87ee5ac7e370 [2021-03-20T17:28:14.992Z] Step 17/24 : FROM alpine:3.12 [2021-03-20T17:28:15.265Z] 3.12: Pulling from library/alpine [2021-03-20T17:28:15.535Z] f84cab65f19f: Pulling fs layer [2021-03-20T17:28:15.798Z] f84cab65f19f: Verifying Checksum [2021-03-20T17:28:15.798Z] f84cab65f19f: Download complete [2021-03-20T17:28:15.798Z] f84cab65f19f: Pull complete [2021-03-20T17:28:15.798Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:28:16.081Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:28:16.081Z] ---> 88dd2752d2ea [2021-03-20T17:28:16.081Z] Step 18/24 : EXPOSE 4000 [2021-03-20T17:28:16.081Z] ---> Running in a37f22a894df [2021-03-20T17:28:16.081Z] Removing intermediate container a37f22a894df [2021-03-20T17:28:16.081Z] ---> 76a5949af58c [2021-03-20T17:28:16.081Z] 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-20T17:28:17.476Z] ---> 6fe567f63c46 [2021-03-20T17:28:17.476Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-20T17:28:17.476Z] ---> Running in 856f227aa6fa [2021-03-20T17:28:17.476Z] Removing intermediate container 856f227aa6fa [2021-03-20T17:28:17.476Z] ---> e7afed19384a [2021-03-20T17:28:17.476Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-20T17:28:17.476Z] ---> Running in 352fc96a3dfa [2021-03-20T17:28:17.740Z] Removing intermediate container 352fc96a3dfa [2021-03-20T17:28:17.740Z] ---> 3f13581bb4d9 [2021-03-20T17:28:17.740Z] Step 22/24 : LABEL arch=amd64 [2021-03-20T17:28:17.740Z] ---> Running in 90e34abb9196 [2021-03-20T17:28:18.006Z] Removing intermediate container 90e34abb9196 [2021-03-20T17:28:18.006Z] ---> 1c02b4fdec6f [2021-03-20T17:28:18.006Z] Step 23/24 : LABEL git_sha=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [2021-03-20T17:28:18.006Z] ---> Running in 690ea264fce2 [2021-03-20T17:28:18.270Z] Removing intermediate container 690ea264fce2 [2021-03-20T17:28:18.270Z] ---> 8eec20e60d36 [2021-03-20T17:28:18.270Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:28:18.270Z] ---> Running in c2051b3f44e3 [2021-03-20T17:28:18.270Z] Removing intermediate container c2051b3f44e3 [2021-03-20T17:28:18.270Z] ---> efb69a1b049d [2021-03-20T17:28:18.270Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-20T17:28:18.534Z] Successfully built efb69a1b049d [2021-03-20T17:28:18.535Z] 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-20T17:28:19.509Z] ---> job-cost.sh [2021-03-20T17:28:19.509Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m0Z1 [2021-03-20T17:28:35.710Z] Removing intermediate container 64449469a7d4 [2021-03-20T17:28:35.710Z] ---> 523c6fca141e [2021-03-20T17:28:35.710Z] Successfully built 523c6fca141e [2021-03-20T17:28:35.710Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:36.054Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:28:36.054Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:36.292Z] prd-ubuntu18.04-docker-arm64-4c-16g-30743 does not seem to be running inside a container [2021-03-20T17:28:36.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:28:37.732Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:28:37.867Z] $ docker top bc7df6746b131a454c281319341a3a6aa4f0d8bbe9746010f1467c6a0c157c3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:28:38.979Z] + go version [2021-03-20T17:28:38.979Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-20T17:28:39.003Z] $ docker stop --time=1 bc7df6746b131a454c281319341a3a6aa4f0d8bbe9746010f1467c6a0c157c3b [2021-03-20T17:28:41.035Z] $ docker rm -f bc7df6746b131a454c281319341a3a6aa4f0d8bbe9746010f1467c6a0c157c3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:42.041Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:28:42.041Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:42.280Z] prd-ubuntu18.04-docker-arm64-4c-16g-30743 does not seem to be running inside a container [2021-03-20T17:28:42.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:28:43.905Z] $ docker top a3c3faa7fccee1ae2a1e8b1df3b2159ec7ff0f3f5f7108384c638c8a36e4f47f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:28:44.926Z] + make test [2021-03-20T17:28:44.926Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-20T17:28:46.363Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-20T17:29:04.435Z] lf-activate-venv(): INFO: Adding /tmp/venv-m0Z1/bin to PATH [2021-03-20T17:29:04.435Z] INFO: No Stack... [2021-03-20T17:29:04.435Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:29:04.435Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:29:04.754Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-03-20T17:29:04.754Z] + cut -d, -f6 [Pipeline] lock [2021-03-20T17:29:04.832Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [2021-03-20T17:29:04.840Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] did not exist. Created. [2021-03-20T17:29:04.840Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:29:05.232Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-20T17:29:05.522Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:29:05.547Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-20T17:29:13.204Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-20T17:29:13.204Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-20T17:29:18.679Z] $ docker stop --time=1 a3c3faa7fccee1ae2a1e8b1df3b2159ec7ff0f3f5f7108384c638c8a36e4f47f [2021-03-20T17:29:20.965Z] $ docker rm -f a3c3faa7fccee1ae2a1e8b1df3b2159ec7ff0f3f5f7108384c638c8a36e4f47f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:29:21.812Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-20T17:29:21.833Z] Warning: overwriting stash ‘coverage-report’ [2021-03-20T17:29:22.663Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:29:23.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-20T17:29:23.716Z] + ls -al . [2021-03-20T17:29:23.716Z] total 124 [2021-03-20T17:29:23.716Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 20 17:28 . [2021-03-20T17:29:23.716Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 17:27 .. [2021-03-20T17:29:23.716Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 20 17:27 .git [2021-03-20T17:29:23.716Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 20 17:27 .github [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 20 17:27 .gitignore [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 20 17:27 CONTRIBUTING.md [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 20 17:27 Dockerfile [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 20 17:27 Dockerfile.build [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 20 17:27 Jenkinsfile [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 20 17:27 LICENSE [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 20 17:27 Makefile [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 20 17:27 README.md [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 20 17:24 VERSION [2021-03-20T17:29:23.716Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 20 17:27 assets [2021-03-20T17:29:23.716Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 20 17:27 bin [2021-03-20T17:29:23.716Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 20 17:27 cmd [2021-03-20T17:29:23.716Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 20 17:28 coverage.out [2021-03-20T17:29:23.716Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 20 17:27 docs [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 20 17:27 go.mod [2021-03-20T17:29:23.716Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 20 17:28 go.sum [2021-03-20T17:29:23.716Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 20 17:27 internal [2021-03-20T17:29:23.716Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 20 17:27 version.go [2021-03-20T17:29:23.716Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 17:27 web [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:29:24.115Z] + 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=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 --label arch=arm64 --label version=0.0.0 . [2021-03-20T17:29:24.750Z] Sending build context to Docker daemon 17.44MB [2021-03-20T17:29:25.026Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:29:25.026Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-20T17:29:25.026Z] ---> 523c6fca141e [2021-03-20T17:29:25.026Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-20T17:29:25.325Z] ---> Running in 6458c3c02c14 [2021-03-20T17:29:25.919Z] Removing intermediate container 6458c3c02c14 [2021-03-20T17:29:25.919Z] ---> 2ceec76c6ac7 [2021-03-20T17:29:25.919Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-20T17:29:25.919Z] ---> Running in 6970a0d8d862 [2021-03-20T17:29:26.516Z] Removing intermediate container 6970a0d8d862 [2021-03-20T17:29:26.516Z] ---> f5a96c333257 [2021-03-20T17:29:26.516Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-20T17:29:26.516Z] ---> Running in f18b817ca16a [2021-03-20T17:29:27.114Z] Removing intermediate container f18b817ca16a [2021-03-20T17:29:27.114Z] ---> 8b6fac703663 [2021-03-20T17:29:27.114Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-20T17:29:27.114Z] ---> Running in af5a21917ff4 [2021-03-20T17:29:27.709Z] Removing intermediate container af5a21917ff4 [2021-03-20T17:29:27.710Z] ---> e89bab78b83f [2021-03-20T17:29:27.710Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-20T17:29:27.710Z] ---> Running in 6362dd4caeec [2021-03-20T17:29:28.307Z] Removing intermediate container 6362dd4caeec [2021-03-20T17:29:28.307Z] ---> b187e3de8000 [2021-03-20T17:29:28.307Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:29:28.307Z] ---> Running in 4ade889293b7 [2021-03-20T17:29:30.935Z] Removing intermediate container 4ade889293b7 [2021-03-20T17:29:30.935Z] ---> 4ff0ba32a284 [2021-03-20T17:29:30.935Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-20T17:29:30.935Z] ---> Running in 6b707b12c98e [2021-03-20T17:29:31.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:29:32.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:29:33.868Z] OK: 142 MiB in 39 packages [2021-03-20T17:29:35.308Z] Removing intermediate container 6b707b12c98e [2021-03-20T17:29:35.308Z] ---> 90756f3eb1bc [2021-03-20T17:29:35.308Z] Step 10/24 : ENV GO111MODULE=on [2021-03-20T17:29:35.308Z] ---> Running in f918a4707b61 [2021-03-20T17:29:35.904Z] Removing intermediate container f918a4707b61 [2021-03-20T17:29:35.904Z] ---> 1308b2bcdf62 [2021-03-20T17:29:35.904Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-20T17:29:35.904Z] ---> Running in c040d1bfa289 [2021-03-20T17:29:36.498Z] Removing intermediate container c040d1bfa289 [2021-03-20T17:29:36.498Z] ---> c5b4086790e1 [2021-03-20T17:29:36.498Z] Step 12/24 : COPY go.mod . [2021-03-20T17:29:37.099Z] ---> 9ee7f04806b7 [2021-03-20T17:29:37.099Z] Step 13/24 : COPY Makefile . [2021-03-20T17:29:37.695Z] ---> 47ff245539aa [2021-03-20T17:29:37.695Z] Step 14/24 : RUN make update [2021-03-20T17:29:37.967Z] ---> Running in c26259fe3167 [2021-03-20T17:29:39.399Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-20T17:29:40.826Z] Removing intermediate container c26259fe3167 [2021-03-20T17:29:40.826Z] ---> 6888f182bfd9 [2021-03-20T17:29:40.826Z] Step 15/24 : COPY . . [2021-03-20T17:29:42.799Z] ---> d888713cbdee [2021-03-20T17:29:42.799Z] Step 16/24 : RUN ${MAKE} [2021-03-20T17:29:43.071Z] ---> Running in cf50d1fe28f6 [2021-03-20T17:29:44.506Z] 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-20T17:30:11.345Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-20T17:30:15.670Z] Removing intermediate container cf50d1fe28f6 [2021-03-20T17:30:15.670Z] ---> 90a09bca88a7 [2021-03-20T17:30:15.670Z] Step 17/24 : FROM alpine:3.12 [2021-03-20T17:30:15.942Z] 3.12: Pulling from library/alpine [2021-03-20T17:30:16.229Z] dce8679b510e: Pulling fs layer [2021-03-20T17:30:16.229Z] dce8679b510e: Download complete [2021-03-20T17:30:16.836Z] dce8679b510e: Pull complete [2021-03-20T17:30:16.836Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:30:16.836Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:30:16.836Z] ---> d10569e2745f [2021-03-20T17:30:16.836Z] Step 18/24 : EXPOSE 4000 [2021-03-20T17:30:17.110Z] ---> Running in c1b59521d15b [2021-03-20T17:30:17.707Z] Removing intermediate container c1b59521d15b [2021-03-20T17:30:17.707Z] ---> 772ed59facab [2021-03-20T17:30:17.707Z] 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-20T17:30:19.142Z] ---> c2cc2fe2a15b [2021-03-20T17:30:19.142Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-20T17:30:19.416Z] ---> Running in e5ac78602b89 [2021-03-20T17:30:20.010Z] Removing intermediate container e5ac78602b89 [2021-03-20T17:30:20.010Z] ---> 050631f472f7 [2021-03-20T17:30:20.010Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-20T17:30:20.010Z] ---> Running in c4ab0a8414d5 [2021-03-20T17:30:20.604Z] Removing intermediate container c4ab0a8414d5 [2021-03-20T17:30:20.604Z] ---> 3322b214cd21 [2021-03-20T17:30:20.604Z] Step 22/24 : LABEL arch=arm64 [2021-03-20T17:30:20.604Z] ---> Running in 5d7eecad966d [2021-03-20T17:30:21.196Z] Removing intermediate container 5d7eecad966d [2021-03-20T17:30:21.196Z] ---> 5134f05eeff2 [2021-03-20T17:30:21.196Z] Step 23/24 : LABEL git_sha=cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [2021-03-20T17:30:21.196Z] ---> Running in 87b886a3eef2 [2021-03-20T17:30:21.786Z] Removing intermediate container 87b886a3eef2 [2021-03-20T17:30:21.786Z] ---> 51e4c933f4c9 [2021-03-20T17:30:21.786Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:30:21.786Z] ---> Running in 77075df83707 [2021-03-20T17:30:22.377Z] Removing intermediate container 77075df83707 [2021-03-20T17:30:22.377Z] ---> a18fe3739fe7 [2021-03-20T17:30:22.377Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-20T17:30:22.378Z] Successfully built a18fe3739fe7 [2021-03-20T17:30:22.378Z] 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-20T17:30:23.122Z] ---> job-cost.sh [2021-03-20T17:30:23.122Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vDCa [2021-03-20T17:31:02.059Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:32:38.800Z] lf-activate-venv(): INFO: Adding /tmp/venv-vDCa/bin to PATH [2021-03-20T17:32:38.800Z] INFO: No Stack... [2021-03-20T17:32:38.800Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-20T17:32:38.800Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:32:39.130Z] + cut -d, -f6 [2021-03-20T17:32:39.130Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-03-20T17:32:39.236Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [2021-03-20T17:32:39.246Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] did not exist. Created. [2021-03-20T17:32:39.246Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:32:39.672Z] /w/workspace/edgex-ui-go/2@tmp/durable-f9b1281f/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-f9b1281f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-20T17:32:40.009Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-20T17:32:40.087Z] Warning: overwriting stash ‘stack-cost’ [2021-03-20T17:32:40.374Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:32:40.385Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-313-2-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-20T17:32:41.837Z] provisioning config files... [2021-03-20T17:32:41.849Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/config1500016621626514726tmp [Pipeline] { [Pipeline] sh [2021-03-20T17:32:42.276Z] + set +x [2021-03-20T17:32:42.276Z] + curl -s https://codecov.io/bash [2021-03-20T17:32:42.276Z] + bash -s -- [2021-03-20T17:32:42.542Z] [2021-03-20T17:32:42.542Z] _____ _ [2021-03-20T17:32:42.542Z] / ____| | | [2021-03-20T17:32:42.542Z] | | ___ __| | ___ ___ _____ __ [2021-03-20T17:32:42.542Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-20T17:32:42.542Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-20T17:32:42.542Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-20T17:32:42.542Z] Bash-20210309-2b87ace [2021-03-20T17:32:42.542Z] [2021-03-20T17:32:42.542Z] [2021-03-20T17:32:42.542Z] ==> git version 2.24.3 found [2021-03-20T17:32:42.542Z] ==> 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-20T17:32:42.542Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-20T17:32:42.542Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-20T17:32:42.542Z] ==> Jenkins CI detected. [2021-03-20T17:32:42.542Z] project root: . [2021-03-20T17:32:42.542Z] --> token set from env [2021-03-20T17:32:42.542Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-20T17:32:42.542Z] ==> Running gcov in . (disable via -X gcov) [2021-03-20T17:32:42.542Z] ==> Python coveragepy not found [2021-03-20T17:32:42.542Z] ==> Searching for coverage reports in: [2021-03-20T17:32:42.542Z] + . [2021-03-20T17:32:42.813Z] -> Found 1 reports [2021-03-20T17:32:42.813Z] ==> Detecting git/mercurial file structure [2021-03-20T17:32:42.813Z] ==> Reading reports [2021-03-20T17:32:42.813Z] + ./coverage.out bytes=10 [2021-03-20T17:32:42.813Z] ==> Appending adjustments [2021-03-20T17:32:42.813Z] https://docs.codecov.io/docs/fixing-reports [2021-03-20T17:32:43.094Z] + Found adjustments [2021-03-20T17:32:43.094Z] ==> Gzipping contents [2021-03-20T17:32:43.094Z] 4.0K /tmp/codecov.WorJzk.gz [2021-03-20T17:32:43.094Z] ==> Uploading reports [2021-03-20T17:32:43.094Z] url: https://codecov.io [2021-03-20T17:32:43.094Z] query: branch=PR-313&commit=cecdf9c347817c1eefba2c6bd3a516a37707d8c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-313%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=313&job=&cmd_args= [2021-03-20T17:32:43.406Z] -> Pinging Codecov [2021-03-20T17:32:43.406Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-313&commit=cecdf9c347817c1eefba2c6bd3a516a37707d8c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-313%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=313&job=&cmd_args= [2021-03-20T17:32:44.025Z] -> Uploading to [2021-03-20T17:32:44.025Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-20/FB506323287CE973F263BFD2A0EB1F37/cecdf9c347817c1eefba2c6bd3a516a37707d8c0/7f366cee-d6ce-4547-b03b-055318e069ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T173243Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=24b21f471079a70d770723e2ff1b37faad6d785236220259103a9b8408c909f7 [2021-03-20T17:32:44.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:32:44.025Z] Dload Upload Total Spent Left Speed [2021-03-20T17:32:44.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 5961 --:--:-- --:--:-- --:--:-- 5961 100 3219 0 0 100 3219 0 5959 --:--:-- --:--:-- --:--:-- 5961 [2021-03-20T17:32:44.614Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/cecdf9c347817c1eefba2c6bd3a516a37707d8c0 [Pipeline] } [2021-03-20T17:32:44.629Z] 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-20T17:32:46.824Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:32:47.798Z] ---> package-listing.sh [2021-03-20T17:32:47.798Z] ++ facter osfamily [2021-03-20T17:32:47.798Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:32:48.087Z] + OS_FAMILY=redhat [2021-03-20T17:32:48.087Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-313 [2021-03-20T17:32:48.087Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:32:48.087Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:32:48.087Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:32:48.087Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:32:48.087Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-313 ']' [2021-03-20T17:32:48.087Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:32:48.087Z] + case "${OS_FAMILY}" in [2021-03-20T17:32:48.087Z] + rpm -qa [2021-03-20T17:32:48.087Z] + sort [2021-03-20T17:32:58.363Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:32:58.363Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:32:58.363Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:32:58.363Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-313 ']' [2021-03-20T17:32:58.363Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-313/archives/ [2021-03-20T17:32:58.363Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-313/archives/ [Pipeline] echo [2021-03-20T17:32:58.387Z] 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-313/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-20T17:32:58.720Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:32:59.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:32:59.406Z] [2021-03-20T17:32:59.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:32:59.794Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:33:00.070Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:33:00.070Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:33:00.070Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:33:00.070Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:33:00.070Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:33:00.070Z] 93b61091891f: Pulling fs layer [2021-03-20T17:33:00.070Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:33:00.070Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:33:00.070Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:33:00.070Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:33:00.070Z] 93b9cdb0e59b: Waiting [2021-03-20T17:33:00.070Z] 5e14af77c1be: Waiting [2021-03-20T17:33:00.070Z] 01666e4c0597: Waiting [2021-03-20T17:33:00.070Z] aa168da1d23b: Waiting [2021-03-20T17:33:00.070Z] 46f8f816bc3b: Waiting [2021-03-20T17:33:00.070Z] 93b61091891f: Waiting [2021-03-20T17:33:00.070Z] 36b3adc4ff6f: Download complete [2021-03-20T17:33:00.070Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:33:00.070Z] 46f8f816bc3b: Download complete [2021-03-20T17:33:00.070Z] df20fa9351a1: Verifying Checksum [2021-03-20T17:33:00.070Z] 93b9cdb0e59b: Verifying Checksum [2021-03-20T17:33:00.070Z] 93b9cdb0e59b: Download complete [2021-03-20T17:33:00.070Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:33:00.070Z] 5e14af77c1be: Download complete [2021-03-20T17:33:00.070Z] 01666e4c0597: Verifying Checksum [2021-03-20T17:33:00.070Z] 01666e4c0597: Download complete [2021-03-20T17:33:00.070Z] 93b61091891f: Verifying Checksum [2021-03-20T17:33:00.070Z] 93b61091891f: Download complete [2021-03-20T17:33:01.102Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:33:01.102Z] 8ad3a11d3b57: Download complete [2021-03-20T17:33:01.102Z] df20fa9351a1: Pull complete [2021-03-20T17:33:02.420Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:33:05.196Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:33:06.409Z] 46f8f816bc3b: Pull complete [2021-03-20T17:33:07.514Z] 93b61091891f: Pull complete [2021-03-20T17:33:07.514Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:33:07.514Z] aa168da1d23b: Download complete [2021-03-20T17:33:07.820Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:33:08.108Z] 5e14af77c1be: Pull complete [2021-03-20T17:33:08.390Z] 01666e4c0597: Pull complete [2021-03-20T17:33:27.417Z] aa168da1d23b: Pull complete [2021-03-20T17:33:27.417Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:33:27.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:33:27.417Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:33:28.403Z] prd-centos7-docker-4c-2g-30734 does not seem to be running inside a container [2021-03-20T17:33:28.645Z] $ 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-313/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-313 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313:/w/workspace/edgexfoundry_edgex-ui-go_PR-313:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@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-20T17:33:31.455Z] $ docker top 7d83b83c11abdb066ed1b19d1a5c1b4f6675c3164d75dd1025fca34567d75a47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:33:32.444Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:33:32.812Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:33:34.014Z] + ls /var/log/sa-host [2021-03-20T17:33:34.014Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:33:34.014Z] file_magic: OK [2021-03-20T17:33:34.014Z] HZ: Using current value: 100 [2021-03-20T17:33:34.014Z] file_header: OK [2021-03-20T17:33:34.014Z] 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-20T17:33:34.014Z] Statistics: [2021-03-20T17:33:34.014Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-20T17:33:34.014Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:33:34.014Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:33:34.014Z] file_magic: OK [2021-03-20T17:33:34.014Z] HZ: Using current value: 100 [2021-03-20T17:33:34.014Z] file_header: OK [2021-03-20T17:33:34.014Z] 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-20T17:33:34.014Z] Statistics: [2021-03-20T17:33:34.014Z] Hnuu...uuuununununu... [2021-03-20T17:33:34.014Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:33:34.382Z] provisioning config files... [2021-03-20T17:33:34.435Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp/config3704539034858051669tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:33:34.527Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:35.173Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:33:35.185Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:33:35.283Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:35.696Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:33:35.718Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:36.498Z] ---> sudo-logs.sh [2021-03-20T17:33:36.498Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:33:36.591Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:37.311Z] ---> job-cost.sh [2021-03-20T17:33:37.311Z] lf-activate-venv: SKIPPING [2021-03-20T17:33:37.311Z] DEBUG: total: 0.20999999344348907 [2021-03-20T17:33:37.311Z] INFO: Retrieving Stack Cost... [2021-03-20T17:33:38.276Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:33:38.854Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:33:38.872Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:39.207Z] ---> logs-deploy.sh [2021-03-20T17:33:39.208Z] lf-activate-venv: SKIPPING [2021-03-20T17:33:39.208Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-313/2 [2021-03-20T17:33:39.208Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:33:43.055Z] Archives upload complete. [2021-03-20T17:33:43.055Z] INFO: archiving logs to Nexus [2021-03-20T17:33:45.754Z] ---> uname -a: [2021-03-20T17:33:45.754Z] Linux prd-centos7-docker-4c-2g-30734.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] ---> lscpu: [2021-03-20T17:33:45.754Z] Architecture: x86_64 [2021-03-20T17:33:45.754Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-20T17:33:45.754Z] Byte Order: Little Endian [2021-03-20T17:33:45.754Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-20T17:33:45.754Z] CPU(s): 4 [2021-03-20T17:33:45.754Z] On-line CPU(s) list: 0-3 [2021-03-20T17:33:45.754Z] Thread(s) per core: 1 [2021-03-20T17:33:45.754Z] Core(s) per socket: 1 [2021-03-20T17:33:45.754Z] Socket(s): 4 [2021-03-20T17:33:45.754Z] NUMA node(s): 1 [2021-03-20T17:33:45.754Z] Vendor ID: GenuineIntel [2021-03-20T17:33:45.754Z] CPU family: 6 [2021-03-20T17:33:45.754Z] Model: 44 [2021-03-20T17:33:45.754Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-20T17:33:45.754Z] Stepping: 1 [2021-03-20T17:33:45.754Z] CPU MHz: 2933.438 [2021-03-20T17:33:45.754Z] BogoMIPS: 5866.87 [2021-03-20T17:33:45.754Z] Virtualization: VT-x [2021-03-20T17:33:45.754Z] Hypervisor vendor: KVM [2021-03-20T17:33:45.754Z] Virtualization type: full [2021-03-20T17:33:45.754Z] L1d cache: 128 KiB [2021-03-20T17:33:45.754Z] L1i cache: 128 KiB [2021-03-20T17:33:45.754Z] L2 cache: 16 MiB [2021-03-20T17:33:45.754Z] L3 cache: 64 MiB [2021-03-20T17:33:45.754Z] NUMA node0 CPU(s): 0-3 [2021-03-20T17:33:45.754Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-20T17:33:45.754Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-20T17:33:45.754Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-20T17:33:45.754Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-20T17:33:45.754Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-20T17:33:45.754Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-20T17:33:45.754Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-20T17:33:45.754Z] Vulnerability Srbds: Not affected [2021-03-20T17:33:45.754Z] Vulnerability Tsx async abort: Not affected [2021-03-20T17:33:45.754Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] ---> nproc: [2021-03-20T17:33:45.754Z] 4 [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] ---> df -h: [2021-03-20T17:33:45.754Z] Filesystem Size Used Available Use% Mounted on [2021-03-20T17:33:45.754Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-20T17:33:45.754Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-20T17:33:45.754Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-20T17:33:45.754Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-313 [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-313@tmp [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-20T17:33:45.754Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] ---> free -m: [2021-03-20T17:33:45.754Z] total used free shared buff/cache available [2021-03-20T17:33:45.754Z] Mem: 1837 698 105 0 1033 1034 [2021-03-20T17:33:45.754Z] Swap: 1023 1 1022 [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z] ---> ip addr: [2021-03-20T17:33:45.754Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-20T17:33:45.754Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-20T17:33:45.754Z] inet 127.0.0.1/8 scope host lo [2021-03-20T17:33:45.754Z] valid_lft forever preferred_lft forever [2021-03-20T17:33:45.754Z] inet6 ::1/128 scope host [2021-03-20T17:33:45.754Z] valid_lft forever preferred_lft forever [2021-03-20T17:33:45.754Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-20T17:33:45.754Z] link/ether fa:16:3e:f5:7f:c4 brd ff:ff:ff:ff:ff:ff [2021-03-20T17:33:45.754Z] inet 10.30.123.124/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-20T17:33:45.754Z] valid_lft 85754sec preferred_lft 85754sec [2021-03-20T17:33:45.754Z] inet6 fe80::f816:3eff:fef5:7fc4/64 scope link [2021-03-20T17:33:45.754Z] valid_lft forever preferred_lft forever [2021-03-20T17:33:45.754Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-20T17:33:45.754Z] link/ether 02:42:c0:9d:53:fc brd ff:ff:ff:ff:ff:ff [2021-03-20T17:33:45.754Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-20T17:33:45.754Z] valid_lft forever preferred_lft forever [2021-03-20T17:33:45.754Z] inet6 fe80::42:c0ff:fe9d:53fc/64 scope link [2021-03-20T17:33:45.754Z] valid_lft forever preferred_lft forever [2021-03-20T17:33:45.754Z] [2021-03-20T17:33:45.754Z]