Pull request #337 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from daf306062aa12a6c94ae4b7bf1fbc33176a95319+90967dc4090d37bd76220bfe9e4fc5ca3976471c (b1b4acc73b8d4851d13c40547a9be68d706d1e31) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-788 in /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [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-337 # 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/337/head:refs/remotes/origin/PR-337 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 90967dc4090d37bd76220bfe9e4fc5ca3976471c into PR head commit daf306062aa12a6c94ae4b7bf1fbc33176a95319 Merge succeeded, producing daf306062aa12a6c94ae4b7bf1fbc33176a95319 Checking out Revision daf306062aa12a6c94ae4b7bf1fbc33176a95319 (PR-337) > git config core.sparsecheckout # timeout=10 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # 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 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" > git rev-list --no-walk 44d84db0be904aee2927af4cbe1c31ce462f491f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T14:14:17.078Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T14:14:17.212Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T14:14:17.242Z] ========================================================= [2021-04-19T14:14:17.242Z] EdgeX Global Pipelines Version Info [2021-04-19T14:14:17.242Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:14:19.217Z] ------------------- [2021-04-19T14:14:19.217Z] stable info: [2021-04-19T14:14:19.217Z] ------------------- [2021-04-19T14:14:19.217Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T14:14:19.217Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T14:14:19.217Z] Message: update stable to v1.0.186 [2021-04-19T14:14:19.792Z] ------------------- [2021-04-19T14:14:19.792Z] experimental info: [2021-04-19T14:14:19.792Z] ------------------- [2021-04-19T14:14:19.792Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T14:14:19.792Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T14:14:19.792Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T14:14:19.918Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-19T14:14:19.940Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-19T14:14:19.962Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T14:14:19.985Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T14:14:20.009Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T14:14:20.031Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T14:14:20.054Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T14:14:20.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T14:14:20.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T14:14:20.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T14:14:20.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T14:14:20.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-19T14:14:20.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T14:14:20.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T14:14:20.270Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T14:14:20.295Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T14:14:20.318Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T14:14:20.341Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T14:14:20.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T14:14:20.388Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T14:14:20.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T14:14:20.434Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T14:14:20.457Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T14:14:20.500Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T14:14:20.529Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T14:14:20.551Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T14:14:20.574Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-337 [Pipeline] echo [2021-04-19T14:14:20.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-337 [Pipeline] echo [2021-04-19T14:14:20.621Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-337 [Pipeline] echo [2021-04-19T14:14:20.643Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = daf306062aa12a6c94ae4b7bf1fbc33176a95319 [Pipeline] echo [2021-04-19T14:14:20.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = daf3060 [Pipeline] echo [2021-04-19T14:14:20.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T14:14:20.765Z] provisioning config files... [2021-04-19T14:14:20.803Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/config7867386496366815954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:14:21.135Z] ---> docker-login.sh [2021-04-19T14:14:21.135Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:14:21.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:14:21.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:14:21.671Z] Configure a credential helper to remove this warning. See [2021-04-19T14:14:21.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:14:21.671Z] [2021-04-19T14:14:21.671Z] Login Succeeded [2021-04-19T14:14:21.671Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:14:21.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:14:21.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:14:21.940Z] Configure a credential helper to remove this warning. See [2021-04-19T14:14:21.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:14:21.940Z] [2021-04-19T14:14:21.940Z] Login Succeeded [2021-04-19T14:14:21.940Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:14:21.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:14:22.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:14:22.203Z] Configure a credential helper to remove this warning. See [2021-04-19T14:14:22.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:14:22.203Z] [2021-04-19T14:14:22.203Z] Login Succeeded [2021-04-19T14:14:22.203Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:14:22.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:14:22.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:14:22.203Z] Configure a credential helper to remove this warning. See [2021-04-19T14:14:22.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:14:22.203Z] [2021-04-19T14:14:22.203Z] Login Succeeded [2021-04-19T14:14:22.203Z] docker.io [2021-04-19T14:14:22.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:14:22.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:14:22.732Z] Configure a credential helper to remove this warning. See [2021-04-19T14:14:22.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:14:22.732Z] [2021-04-19T14:14:22.732Z] Login Succeeded [2021-04-19T14:14:22.732Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:14:22.741Z] 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-04-19T14:14:23.220Z] + git log --format=format:%s -1 daf306062aa12a6c94ae4b7bf1fbc33176a95319 [Pipeline] echo [2021-04-19T14:14:23.307Z] GIT_COMMIT: daf306062aa12a6c94ae4b7bf1fbc33176a95319, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71 [Pipeline] echo [2021-04-19T14:14:23.322Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:14:24.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:14:24.228Z] [2021-04-19T14:14:24.228Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:14:24.546Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:14:24.546Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T14:14:24.546Z] 31603596830f: Pulling fs layer [2021-04-19T14:14:24.546Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T14:14:24.546Z] 6ca5941a6612: Pulling fs layer [2021-04-19T14:14:24.546Z] ecc8261a40a4: Pulling fs layer [2021-04-19T14:14:24.546Z] ecc8261a40a4: Waiting [2021-04-19T14:14:24.546Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T14:14:24.546Z] 2a8b12db71e7: Download complete [2021-04-19T14:14:24.811Z] 31603596830f: Verifying Checksum [2021-04-19T14:14:24.811Z] 31603596830f: Download complete [2021-04-19T14:14:24.811Z] ecc8261a40a4: Verifying Checksum [2021-04-19T14:14:24.811Z] ecc8261a40a4: Download complete [2021-04-19T14:14:24.811Z] 6ca5941a6612: Verifying Checksum [2021-04-19T14:14:24.811Z] 6ca5941a6612: Download complete [2021-04-19T14:14:25.075Z] 31603596830f: Pull complete [2021-04-19T14:14:25.339Z] 2a8b12db71e7: Pull complete [2021-04-19T14:14:26.293Z] 6ca5941a6612: Pull complete [2021-04-19T14:14:27.689Z] ecc8261a40a4: Pull complete [2021-04-19T14:14:27.689Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T14:14:27.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:14:27.689Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T14:14:27.820Z] prd-centos7-docker-4c-2g-788 does not seem to be running inside a container [2021-04-19T14:14:27.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-337 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337:/w/workspace/edgexfoundry_edgex-ui-go_PR-337:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T14:14:29.286Z] $ docker top 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T14:14:29.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:14:29.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:14:29.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:14:29.710Z] $ docker exec 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent [2021-04-19T14:14:29.889Z] SSH_AUTH_SOCK=/tmp/ssh-DgsxTW9s4PrG/agent.13 [2021-04-19T14:14:29.890Z] SSH_AGENT_PID=18 [2021-04-19T14:14:30.032Z] Running ssh-add (command line suppressed) [2021-04-19T14:14:30.156Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_8890247713454956718.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_8890247713454956718.key) [2021-04-19T14:14:30.205Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:14:30.510Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T14:14:30.536Z] $ docker exec --env ******** --env ******** 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent -k [2021-04-19T14:14:30.649Z] unset SSH_AUTH_SOCK; [2021-04-19T14:14:30.649Z] unset SSH_AGENT_PID; [2021-04-19T14:14:30.649Z] echo Agent pid 18 killed; [2021-04-19T14:14:30.712Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T14:14:30.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:14:30.750Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:14:30.924Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:14:30.930Z] $ docker exec 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent [2021-04-19T14:14:31.092Z] SSH_AUTH_SOCK=/tmp/ssh-0q3Lov1ZexMY/agent.48 [2021-04-19T14:14:31.092Z] SSH_AGENT_PID=53 [2021-04-19T14:14:31.099Z] Running ssh-add (command line suppressed) [2021-04-19T14:14:31.219Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_4244500488317451435.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_4244500488317451435.key) [2021-04-19T14:14:31.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:14:31.577Z] + git semver init [2021-04-19T14:14:31.577Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T14:14:31.577Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-337/.git [2021-04-19T14:14:31.577Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [2021-04-19T14:14:31.577Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T14:14:31.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T14:14:31.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T14:14:31.577Z] # $SEMVER_BRANCH = PR-337 [2021-04-19T14:14:31.577Z] # $SEMVER_TEMP = /tmp/semver-060435088 [2021-04-19T14:14:31.577Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-19T14:14:33.509Z] # '/tmp/semver-060435088' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-337/.semver' [2021-04-19T14:14:33.509Z] # -> Force: false [2021-04-19T14:14:33.509Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-337/.semver [Pipeline] } [2021-04-19T14:14:33.526Z] $ docker exec --env ******** --env ******** 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent -k [2021-04-19T14:14:33.651Z] unset SSH_AUTH_SOCK; [2021-04-19T14:14:33.651Z] unset SSH_AGENT_PID; [2021-04-19T14:14:33.651Z] echo Agent pid 53 killed; [2021-04-19T14:14:33.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:14:34.035Z] + git semver [Pipeline] } [2021-04-19T14:14:34.057Z] $ docker stop --time=1 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 [2021-04-19T14:14:35.530Z] $ docker rm -f 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T14:14:35.926Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T14:14:36.315Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T14:14:36.318Z] [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-04-19T14:14:51.527Z] Still waiting to schedule task [2021-04-19T14:14:51.527Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-788’ [2021-04-19T14:14:51.529Z] Still waiting to schedule task [2021-04-19T14:14:51.529Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T14:16:40.771Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-789 in /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [Pipeline] { [Pipeline] ws [2021-04-19T14:16:40.792Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T14:16:46.250Z] using credential edgex-jenkins-ssh [2021-04-19T14:16:46.268Z] Cloning the remote Git repository [2021-04-19T14:16:46.322Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T14:16:46.429Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-19T14:16:46.569Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T14:16:46.569Z] > git --version # timeout=10 [2021-04-19T14:16:46.612Z] > git --version # 'git version 2.17.1' [2021-04-19T14:16:46.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:16:46.770Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T14:16:49.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T14:16:49.378Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T14:16:49.406Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T14:16:49.439Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T14:16:49.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:16:49.450Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T14:16:49.988Z] Merging remotes/origin/master commit 90967dc4090d37bd76220bfe9e4fc5ca3976471c into PR head commit daf306062aa12a6c94ae4b7bf1fbc33176a95319 [2021-04-19T14:16:50.612Z] Merge succeeded, producing daf306062aa12a6c94ae4b7bf1fbc33176a95319 [2021-04-19T14:16:50.613Z] Checking out Revision daf306062aa12a6c94ae4b7bf1fbc33176a95319 (PR-337) [2021-04-19T14:16:49.998Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T14:16:50.021Z] > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 [2021-04-19T14:16:50.528Z] > git remote # timeout=10 [2021-04-19T14:16:50.546Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T14:16:50.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:16:50.572Z] > git merge 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 [2021-04-19T14:16:50.592Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T14:16:50.611Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T14:16:50.632Z] > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 [2021-04-19T14:16:55.570Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T14:16:57.184Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:16:57.589Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:16:57.944Z] + true [2021-04-19T14:16:57.944Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T14:17:00.607Z] provisioning config files... [2021-04-19T14:17:00.656Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8362283947149368511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:17:01.031Z] ---> docker-login.sh [2021-04-19T14:17:01.031Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:17:02.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:02.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:02.292Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:02.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:02.292Z] [2021-04-19T14:17:02.292Z] Login Succeeded [2021-04-19T14:17:02.292Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:17:02.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:03.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:03.153Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:03.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:03.153Z] [2021-04-19T14:17:03.153Z] Login Succeeded [2021-04-19T14:17:03.153Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:17:03.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:03.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:03.696Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:03.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:03.696Z] [2021-04-19T14:17:03.696Z] Login Succeeded [2021-04-19T14:17:03.696Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:17:03.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:03.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:03.970Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:03.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:03.970Z] [2021-04-19T14:17:03.970Z] Login Succeeded [2021-04-19T14:17:03.970Z] docker.io [2021-04-19T14:17:04.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:04.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:04.845Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:04.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:04.845Z] [2021-04-19T14:17:04.845Z] Login Succeeded [2021-04-19T14:17:04.845Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:17:04.861Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T14:17:05.155Z] ========================================================= [2021-04-19T14:17:05.155Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T14:17:05.155Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:17:05.504Z] + 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-04-19T14:17:06.491Z] Sending build context to Docker daemon 34.84MB [2021-04-19T14:17:06.491Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T14:17:06.491Z] Step 2/8 : FROM ${BASE} [2021-04-19T14:17:06.491Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T14:17:06.491Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T14:17:06.491Z] a4357932f1b6: Pulling fs layer [2021-04-19T14:17:06.491Z] 18c013af1878: Pulling fs layer [2021-04-19T14:17:06.491Z] 00ac8860ef70: Pulling fs layer [2021-04-19T14:17:06.491Z] 63d7cb157983: Pulling fs layer [2021-04-19T14:17:06.491Z] b116817d02f9: Pulling fs layer [2021-04-19T14:17:06.491Z] 745a02a5169b: Pulling fs layer [2021-04-19T14:17:06.491Z] 00ac8860ef70: Waiting [2021-04-19T14:17:06.491Z] 63d7cb157983: Waiting [2021-04-19T14:17:06.491Z] b116817d02f9: Waiting [2021-04-19T14:17:06.491Z] 18c013af1878: Verifying Checksum [2021-04-19T14:17:06.491Z] 18c013af1878: Download complete [2021-04-19T14:17:06.491Z] a4357932f1b6: Verifying Checksum [2021-04-19T14:17:06.491Z] 63d7cb157983: Download complete [2021-04-19T14:17:06.491Z] b116817d02f9: Verifying Checksum [2021-04-19T14:17:06.491Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T14:17:06.491Z] 5f621e34cdf4: Download complete [2021-04-19T14:17:06.768Z] b116817d02f9: Download complete [2021-04-19T14:17:07.373Z] 5f621e34cdf4: Pull complete [2021-04-19T14:17:07.975Z] a4357932f1b6: Pull complete [2021-04-19T14:17:08.250Z] 18c013af1878: Pull complete [2021-04-19T14:17:08.842Z] 745a02a5169b: Verifying Checksum [2021-04-19T14:17:08.842Z] 745a02a5169b: Download complete [2021-04-19T14:17:10.266Z] 00ac8860ef70: Verifying Checksum [2021-04-19T14:17:10.266Z] 00ac8860ef70: Download complete [2021-04-19T14:17:20.421Z] 00ac8860ef70: Pull complete [2021-04-19T14:17:20.421Z] 63d7cb157983: Pull complete [2021-04-19T14:17:20.694Z] b116817d02f9: Pull complete [2021-04-19T14:17:25.023Z] 745a02a5169b: Pull complete [2021-04-19T14:17:25.023Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T14:17:25.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T14:17:25.023Z] ---> b7e6874047d6 [2021-04-19T14:17:25.023Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T14:17:27.648Z] ---> Running in 1b019bd35329 [2021-04-19T14:17:28.247Z] Removing intermediate container 1b019bd35329 [2021-04-19T14:17:28.247Z] ---> 05400689740e [2021-04-19T14:17:28.247Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:17:28.247Z] ---> Running in db7e9e6d049e [2021-04-19T14:17:30.882Z] Removing intermediate container db7e9e6d049e [2021-04-19T14:17:30.882Z] ---> e0a9bf6743f8 [2021-04-19T14:17:30.882Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T14:17:30.882Z] ---> Running in e7b13fc6330e [2021-04-19T14:17:31.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:17:32.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:17:33.121Z] Running on prd-centos7-docker-4c-2g-790 in /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [Pipeline] { [Pipeline] ws [2021-04-19T14:17:33.141Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T14:17:33.478Z] OK: 142 MiB in 39 packages [2021-04-19T14:17:34.456Z] Removing intermediate container e7b13fc6330e [2021-04-19T14:17:34.456Z] ---> 6c99cfd4d485 [2021-04-19T14:17:34.456Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T14:17:34.729Z] ---> Running in 505aa9338a63 [2021-04-19T14:17:35.326Z] Removing intermediate container 505aa9338a63 [2021-04-19T14:17:35.326Z] ---> b12cbd773cd3 [2021-04-19T14:17:35.326Z] Step 7/8 : COPY . . [2021-04-19T14:17:35.855Z] using credential edgex-jenkins-ssh [2021-04-19T14:17:35.873Z] Cloning the remote Git repository [2021-04-19T14:17:35.902Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T14:17:35.969Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-19T14:17:36.029Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T14:17:36.029Z] > git --version # timeout=10 [2021-04-19T14:17:36.035Z] > git --version # 'git version 2.24.3' [2021-04-19T14:17:36.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:17:36.069Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T14:17:37.678Z] Merging remotes/origin/master commit 90967dc4090d37bd76220bfe9e4fc5ca3976471c into PR head commit daf306062aa12a6c94ae4b7bf1fbc33176a95319 [2021-04-19T14:17:37.269Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T14:17:37.277Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T14:17:37.298Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T14:17:37.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T14:17:37.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:17:37.317Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T14:17:37.689Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T14:17:37.695Z] > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 [2021-04-19T14:17:38.039Z] Merge succeeded, producing daf306062aa12a6c94ae4b7bf1fbc33176a95319 [2021-04-19T14:17:38.040Z] Checking out Revision daf306062aa12a6c94ae4b7bf1fbc33176a95319 (PR-337) [2021-04-19T14:17:38.716Z] ---> f132de05d26b [2021-04-19T14:17:38.716Z] Step 8/8 : RUN go mod download [2021-04-19T14:17:38.716Z] ---> Running in a00c5429eac1 [2021-04-19T14:17:38.005Z] > git remote # timeout=10 [2021-04-19T14:17:38.011Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T14:17:38.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:17:38.022Z] > git merge 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 [2021-04-19T14:17:38.033Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T14:17:38.045Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T14:17:38.050Z] > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 [2021-04-19T14:17:42.001Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T14:17:43.056Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:17:43.390Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:17:43.689Z] + true [2021-04-19T14:17:43.689Z] + sudo service docker restart [2021-04-19T14:17:43.689Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T14:17:45.121Z] provisioning config files... [2021-04-19T14:17:45.157Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2820952753467157779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:17:45.491Z] ---> docker-login.sh [2021-04-19T14:17:45.491Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:17:45.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:46.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:46.020Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:46.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:46.020Z] [2021-04-19T14:17:46.020Z] Login Succeeded [2021-04-19T14:17:46.020Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:17:46.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:46.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:46.020Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:46.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:46.020Z] [2021-04-19T14:17:46.020Z] Login Succeeded [2021-04-19T14:17:46.020Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:17:46.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:46.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:46.284Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:46.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:46.284Z] [2021-04-19T14:17:46.284Z] Login Succeeded [2021-04-19T14:17:46.284Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:17:46.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:46.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:46.548Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:46.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:46.548Z] [2021-04-19T14:17:46.548Z] Login Succeeded [2021-04-19T14:17:46.548Z] docker.io [2021-04-19T14:17:46.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:17:46.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:17:46.814Z] Configure a credential helper to remove this warning. See [2021-04-19T14:17:46.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:17:46.814Z] [2021-04-19T14:17:46.814Z] Login Succeeded [2021-04-19T14:17:46.814Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:17:46.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T14:17:47.026Z] ========================================================= [2021-04-19T14:17:47.026Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T14:17:47.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:17:47.337Z] + 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-04-19T14:17:47.916Z] Sending build context to Docker daemon 34.84MB [2021-04-19T14:17:47.916Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T14:17:47.916Z] Step 2/8 : FROM ${BASE} [2021-04-19T14:17:47.916Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T14:17:47.916Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T14:17:47.916Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T14:17:47.916Z] de9db76c5a1d: Pulling fs layer [2021-04-19T14:17:47.916Z] bca2f99d35d6: Pulling fs layer [2021-04-19T14:17:47.916Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T14:17:47.916Z] 7c6f9722023f: Pulling fs layer [2021-04-19T14:17:47.916Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T14:17:47.916Z] bca2f99d35d6: Waiting [2021-04-19T14:17:47.916Z] 93359f2a8cfa: Waiting [2021-04-19T14:17:47.916Z] 7c6f9722023f: Waiting [2021-04-19T14:17:47.916Z] a35cf1a2eb13: Waiting [2021-04-19T14:17:47.916Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T14:17:47.916Z] 0ef7d3d256c8: Download complete [2021-04-19T14:17:47.916Z] de9db76c5a1d: Verifying Checksum [2021-04-19T14:17:47.916Z] de9db76c5a1d: Download complete [2021-04-19T14:17:47.916Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T14:17:47.916Z] 93359f2a8cfa: Download complete [2021-04-19T14:17:48.186Z] 7c6f9722023f: Verifying Checksum [2021-04-19T14:17:48.186Z] 7c6f9722023f: Download complete [2021-04-19T14:17:48.186Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T14:17:48.186Z] 188c0c94c7c5: Download complete [2021-04-19T14:17:48.453Z] 188c0c94c7c5: Pull complete [2021-04-19T14:17:48.453Z] 0ef7d3d256c8: Pull complete [2021-04-19T14:17:48.718Z] de9db76c5a1d: Pull complete [2021-04-19T14:17:49.684Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T14:17:49.684Z] a35cf1a2eb13: Download complete [2021-04-19T14:17:50.273Z] bca2f99d35d6: Verifying Checksum [2021-04-19T14:17:50.273Z] bca2f99d35d6: Download complete [2021-04-19T14:17:56.902Z] bca2f99d35d6: Pull complete [2021-04-19T14:17:56.902Z] 93359f2a8cfa: Pull complete [2021-04-19T14:17:56.902Z] 7c6f9722023f: Pull complete [2021-04-19T14:18:01.157Z] a35cf1a2eb13: Pull complete [2021-04-19T14:18:01.157Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T14:18:01.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T14:18:01.157Z] ---> a62c8e92a672 [2021-04-19T14:18:01.157Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T14:18:01.157Z] ---> Running in b2f6e32bef56 [2021-04-19T14:18:01.157Z] Removing intermediate container b2f6e32bef56 [2021-04-19T14:18:01.157Z] ---> 817cf3f81fc0 [2021-04-19T14:18:01.157Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:18:01.157Z] ---> Running in fca27a10019d [2021-04-19T14:18:02.119Z] Removing intermediate container fca27a10019d [2021-04-19T14:18:02.119Z] ---> 02f513e36179 [2021-04-19T14:18:02.119Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T14:18:02.387Z] ---> Running in 06c63a2806b2 [2021-04-19T14:18:02.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:18:03.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:18:04.124Z] OK: 166 MiB in 39 packages [2021-04-19T14:18:04.711Z] Removing intermediate container 06c63a2806b2 [2021-04-19T14:18:04.711Z] ---> 042a176e9f2d [2021-04-19T14:18:04.711Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T14:18:04.711Z] ---> Running in 35dbed21b0ed [2021-04-19T14:18:04.711Z] Removing intermediate container 35dbed21b0ed [2021-04-19T14:18:04.711Z] ---> 6cd9b0d0a8a3 [2021-04-19T14:18:04.711Z] Step 7/8 : COPY . . [2021-04-19T14:18:08.942Z] ---> 1690ad607c3b [2021-04-19T14:18:08.942Z] Step 8/8 : RUN go mod download [2021-04-19T14:18:08.942Z] ---> Running in c6c9e078cc42 [2021-04-19T14:18:11.102Z] Removing intermediate container a00c5429eac1 [2021-04-19T14:18:11.102Z] ---> 785dfdaad81d [2021-04-19T14:18:11.102Z] Successfully built 785dfdaad81d [2021-04-19T14:18:11.102Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:18:11.446Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T14:18:11.446Z] . [Pipeline] withDockerContainer [2021-04-19T14:18:11.676Z] prd-ubuntu18.04-docker-arm64-4c-16g-789 does not seem to be running inside a container [2021-04-19T14:18:11.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T14:18:13.233Z] $ docker top 01df8356b09f43596fba178562bf490d97448ed8d0eaacf24d69a8671f76b4d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:18:14.161Z] + go version [2021-04-19T14:18:14.161Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T14:18:14.201Z] $ docker stop --time=1 01df8356b09f43596fba178562bf490d97448ed8d0eaacf24d69a8671f76b4d5 [2021-04-19T14:18:16.079Z] $ docker rm -f 01df8356b09f43596fba178562bf490d97448ed8d0eaacf24d69a8671f76b4d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:18:16.762Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T14:18:16.762Z] . [Pipeline] withDockerContainer [2021-04-19T14:18:17.019Z] prd-ubuntu18.04-docker-arm64-4c-16g-789 does not seem to be running inside a container [2021-04-19T14:18:17.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T14:18:18.572Z] $ docker top 685be47d74b3e2f12192c48a0231449827f4ef8bdeaa801d5e56908d6e81eabd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:18:19.538Z] + make test [2021-04-19T14:18:19.538Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T14:18:20.981Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T14:18:35.600Z] Removing intermediate container c6c9e078cc42 [2021-04-19T14:18:35.600Z] ---> c6d8759eb436 [2021-04-19T14:18:35.600Z] Successfully built c6d8759eb436 [2021-04-19T14:18:35.600Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:18:35.919Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T14:18:35.919Z] . [Pipeline] withDockerContainer [2021-04-19T14:18:36.044Z] prd-centos7-docker-4c-2g-790 does not seem to be running inside a container [2021-04-19T14:18:36.097Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T14:18:37.053Z] $ docker top 0bc126348ffe553519b710fe980f71d746fa149bb987999069c61c2a7c66278c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:18:37.491Z] + go version [2021-04-19T14:18:37.491Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T14:18:37.512Z] $ docker stop --time=1 0bc126348ffe553519b710fe980f71d746fa149bb987999069c61c2a7c66278c [2021-04-19T14:18:38.963Z] $ docker rm -f 0bc126348ffe553519b710fe980f71d746fa149bb987999069c61c2a7c66278c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:18:39.494Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T14:18:39.494Z] . [Pipeline] withDockerContainer [2021-04-19T14:18:39.586Z] prd-centos7-docker-4c-2g-790 does not seem to be running inside a container [2021-04-19T14:18:39.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T14:18:40.467Z] $ docker top 0a11fd229bd96ea086481c5921ef70e7f0f713fea579a8d304e8e7ac57f6e52e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:18:40.927Z] + make test [2021-04-19T14:18:40.927Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T14:18:42.334Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T14:18:47.814Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T14:18:47.814Z] GO111MODULE=on go vet ./... [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T14:18:52.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T14:18:52.502Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-19T14:18:53.923Z] $ docker stop --time=1 0a11fd229bd96ea086481c5921ef70e7f0f713fea579a8d304e8e7ac57f6e52e [2021-04-19T14:18:57.133Z] $ docker rm -f 0a11fd229bd96ea086481c5921ef70e7f0f713fea579a8d304e8e7ac57f6e52e [Pipeline] // withDockerContainer [Pipeline] } [2021-04-19T14:18:57.374Z] $ docker stop --time=1 685be47d74b3e2f12192c48a0231449827f4ef8bdeaa801d5e56908d6e81eabd [2021-04-19T14:18:59.625Z] $ docker rm -f 685be47d74b3e2f12192c48a0231449827f4ef8bdeaa801d5e56908d6e81eabd [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T14:19:00.348Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T14:19:00.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T14:19:00.462Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T14:19:01.071Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-19T14:19:01.490Z] Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T14:19:03.648Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T14:19:03.833Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T14:19:03.974Z] + ls -al . [2021-04-19T14:19:03.974Z] total 92 [2021-04-19T14:19:03.974Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 14:18 . [2021-04-19T14:19:03.974Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 19 14:17 .. [2021-04-19T14:19:03.974Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 14:17 assets [2021-04-19T14:19:03.974Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 14:17 bin [2021-04-19T14:19:03.974Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 14:17 cmd [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 14:17 CONTRIBUTING.md [2021-04-19T14:19:03.974Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 19 14:18 coverage.out [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 14:17 Dockerfile [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 14:17 Dockerfile.build [2021-04-19T14:19:03.974Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 14:17 docs [2021-04-19T14:19:03.974Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 19 14:17 .git [2021-04-19T14:19:03.974Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 14:17 .github [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 14:17 .gitignore [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 14:17 go.mod [2021-04-19T14:19:03.974Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 14:18 go.sum [2021-04-19T14:19:03.974Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 14:17 internal [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 14:17 Jenkinsfile [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 14:17 LICENSE [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 14:17 Makefile [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 19 14:17 README.md [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 19 14:14 VERSION [2021-04-19T14:19:03.974Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 14:17 version.go [2021-04-19T14:19:03.974Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 14:17 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:19:04.216Z] + ls -al . [2021-04-19T14:19:04.216Z] total 124 [2021-04-19T14:19:04.216Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 14:18 . [2021-04-19T14:19:04.216Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:16 .. [2021-04-19T14:19:04.216Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 14:16 .git [2021-04-19T14:19:04.216Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:16 .github [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 14:16 .gitignore [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 14:16 CONTRIBUTING.md [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 14:16 Dockerfile [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 14:16 Dockerfile.build [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 14:16 Jenkinsfile [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 14:16 LICENSE [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 14:16 Makefile [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 19 14:16 README.md [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 14:14 VERSION [2021-04-19T14:19:04.216Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 14:16 assets [2021-04-19T14:19:04.216Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:16 bin [2021-04-19T14:19:04.216Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 14:16 cmd [2021-04-19T14:19:04.216Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 19 14:18 coverage.out [2021-04-19T14:19:04.216Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 14:16 docs [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 14:16 go.mod [2021-04-19T14:19:04.216Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 14:18 go.sum [2021-04-19T14:19:04.216Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 14:16 internal [2021-04-19T14:19:04.216Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 14:16 version.go [2021-04-19T14:19:04.216Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:16 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:19:04.281Z] + 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=daf306062aa12a6c94ae4b7bf1fbc33176a95319 --label arch=amd64 --label version=0.0.0 . [2021-04-19T14:19:04.596Z] + 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=daf306062aa12a6c94ae4b7bf1fbc33176a95319 --label arch=arm64 --label version=0.0.0 . [2021-04-19T14:19:04.863Z] Sending build context to Docker daemon 34.86MB [2021-04-19T14:19:04.864Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T14:19:04.864Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T14:19:04.864Z] ---> c6d8759eb436 [2021-04-19T14:19:04.864Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T14:19:05.442Z] ---> Running in ba8be8d1506b [2021-04-19T14:19:05.442Z] Removing intermediate container ba8be8d1506b [2021-04-19T14:19:05.442Z] ---> 62127a185ed5 [2021-04-19T14:19:05.442Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T14:19:05.647Z] Sending build context to Docker daemon 34.86MB [2021-04-19T14:19:05.704Z] ---> Running in 7e35fd38a813 [2021-04-19T14:19:05.704Z] Removing intermediate container 7e35fd38a813 [2021-04-19T14:19:05.704Z] ---> bdd1db580e67 [2021-04-19T14:19:05.704Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T14:19:05.920Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T14:19:05.920Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T14:19:05.920Z] ---> 785dfdaad81d [2021-04-19T14:19:05.920Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T14:19:05.967Z] ---> Running in 88fe272f8f01 [2021-04-19T14:19:05.967Z] Removing intermediate container 88fe272f8f01 [2021-04-19T14:19:05.967Z] ---> 79fcc47da92a [2021-04-19T14:19:05.967Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T14:19:05.967Z] ---> Running in 2a88b276c9c2 [2021-04-19T14:19:06.193Z] ---> Running in 9ddd5a0f02b8 [2021-04-19T14:19:06.230Z] Removing intermediate container 2a88b276c9c2 [2021-04-19T14:19:06.230Z] ---> d4c89043d806 [2021-04-19T14:19:06.230Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T14:19:06.230Z] ---> Running in cdb6a18fb74f [2021-04-19T14:19:06.493Z] Removing intermediate container cdb6a18fb74f [2021-04-19T14:19:06.493Z] ---> 7e753e1e2086 [2021-04-19T14:19:06.493Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:19:06.493Z] ---> Running in e97f235f860b [2021-04-19T14:19:06.789Z] Removing intermediate container 9ddd5a0f02b8 [2021-04-19T14:19:06.789Z] ---> e25ff3b45f32 [2021-04-19T14:19:06.789Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T14:19:06.789Z] ---> Running in 81ac7f39880d [2021-04-19T14:19:07.063Z] Removing intermediate container 81ac7f39880d [2021-04-19T14:19:07.063Z] ---> befd99df6a60 [2021-04-19T14:19:07.063Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T14:19:07.349Z] ---> Running in 71b58422849c [2021-04-19T14:19:07.450Z] Removing intermediate container e97f235f860b [2021-04-19T14:19:07.450Z] ---> 71a23faa684c [2021-04-19T14:19:07.450Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T14:19:07.450Z] ---> Running in f444a6f4b442 [2021-04-19T14:19:07.948Z] Removing intermediate container 71b58422849c [2021-04-19T14:19:07.948Z] ---> 41803b840c53 [2021-04-19T14:19:07.948Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T14:19:07.948Z] ---> Running in 5da4a1a48093 [2021-04-19T14:19:08.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:19:08.220Z] Removing intermediate container 5da4a1a48093 [2021-04-19T14:19:08.220Z] ---> 4a568c5b5c6f [2021-04-19T14:19:08.220Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T14:19:08.498Z] ---> Running in 56047611d70c [2021-04-19T14:19:08.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:19:08.777Z] Removing intermediate container 56047611d70c [2021-04-19T14:19:08.778Z] ---> 8e1487a3a2bf [2021-04-19T14:19:08.778Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:19:09.063Z] ---> Running in 372b2858c52a [2021-04-19T14:19:09.176Z] OK: 166 MiB in 39 packages [2021-04-19T14:19:09.440Z] Removing intermediate container f444a6f4b442 [2021-04-19T14:19:09.440Z] ---> 410e736926a7 [2021-04-19T14:19:09.440Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T14:19:09.440Z] ---> Running in c68396097aa7 [2021-04-19T14:19:09.707Z] Removing intermediate container c68396097aa7 [2021-04-19T14:19:09.707Z] ---> 710c9d9e0b3f [2021-04-19T14:19:09.707Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T14:19:09.707Z] ---> Running in 73566586f25f [2021-04-19T14:19:09.970Z] Removing intermediate container 73566586f25f [2021-04-19T14:19:09.970Z] ---> 846b0ad31ad9 [2021-04-19T14:19:09.970Z] Step 12/24 : COPY go.mod . [2021-04-19T14:19:10.232Z] ---> bcf4c3030e97 [2021-04-19T14:19:10.232Z] Step 13/24 : COPY Makefile . [2021-04-19T14:19:10.497Z] ---> 11a24c09bc1c [2021-04-19T14:19:10.497Z] Step 14/24 : RUN make update [2021-04-19T14:19:10.497Z] ---> Running in 89beede99766 [2021-04-19T14:19:11.034Z] Removing intermediate container 372b2858c52a [2021-04-19T14:19:11.034Z] ---> 1a6fee0d12a1 [2021-04-19T14:19:11.034Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T14:19:11.086Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T14:19:11.309Z] ---> Running in 3ab841c6c55b [2021-04-19T14:19:11.663Z] Removing intermediate container 89beede99766 [2021-04-19T14:19:11.663Z] ---> 821f9a3e1c93 [2021-04-19T14:19:11.663Z] Step 15/24 : COPY . . [2021-04-19T14:19:12.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:19:13.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:19:13.872Z] OK: 142 MiB in 39 packages [2021-04-19T14:19:14.222Z] ---> e94e4e809745 [2021-04-19T14:19:14.222Z] Step 16/24 : RUN ${MAKE} [2021-04-19T14:19:14.222Z] ---> Running in 11d2fccd54a9 [2021-04-19T14:19:14.222Z] 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-04-19T14:19:15.304Z] Removing intermediate container 3ab841c6c55b [2021-04-19T14:19:15.304Z] ---> 959332073d76 [2021-04-19T14:19:15.304Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T14:19:15.304Z] ---> Running in 1312bcb15c63 [2021-04-19T14:19:15.575Z] Removing intermediate container 1312bcb15c63 [2021-04-19T14:19:15.575Z] ---> 6ebe466a303c [2021-04-19T14:19:15.575Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T14:19:15.848Z] ---> Running in e502933f758f [2021-04-19T14:19:16.442Z] Removing intermediate container e502933f758f [2021-04-19T14:19:16.442Z] ---> 65f22cf1a7d5 [2021-04-19T14:19:16.442Z] Step 12/24 : COPY go.mod . [2021-04-19T14:19:17.036Z] ---> 412a701c872f [2021-04-19T14:19:17.036Z] Step 13/24 : COPY Makefile . [2021-04-19T14:19:17.629Z] ---> b5c7b39c327a [2021-04-19T14:19:17.629Z] Step 14/24 : RUN make update [2021-04-19T14:19:17.629Z] ---> Running in 4684254c7f28 [2021-04-19T14:19:19.078Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T14:19:20.064Z] Removing intermediate container 4684254c7f28 [2021-04-19T14:19:20.064Z] ---> 17f4c151810d [2021-04-19T14:19:20.064Z] Step 15/24 : COPY . . [2021-04-19T14:19:23.450Z] ---> 17629d72c446 [2021-04-19T14:19:23.450Z] Step 16/24 : RUN ${MAKE} [2021-04-19T14:19:23.450Z] ---> Running in a363ac9f1d66 [2021-04-19T14:19:24.373Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T14:19:24.426Z] 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-04-19T14:19:27.697Z] Removing intermediate container 11d2fccd54a9 [2021-04-19T14:19:27.697Z] ---> c5858e31f29e [2021-04-19T14:19:27.697Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T14:19:27.961Z] 3.12: Pulling from library/alpine [2021-04-19T14:19:28.224Z] 339de151aab4: Pulling fs layer [2021-04-19T14:19:28.489Z] 339de151aab4: Verifying Checksum [2021-04-19T14:19:28.489Z] 339de151aab4: Download complete [2021-04-19T14:19:28.751Z] 339de151aab4: Pull complete [2021-04-19T14:19:28.751Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T14:19:28.751Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T14:19:28.751Z] ---> 13621d1b12d4 [2021-04-19T14:19:28.751Z] Step 18/24 : EXPOSE 4000 [2021-04-19T14:19:28.751Z] ---> Running in d57fc387b4e8 [2021-04-19T14:19:29.015Z] Removing intermediate container d57fc387b4e8 [2021-04-19T14:19:29.015Z] ---> 0614582bbed8 [2021-04-19T14:19:29.015Z] 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-04-19T14:19:30.411Z] ---> d33b1edb3085 [2021-04-19T14:19:30.411Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T14:19:30.674Z] ---> Running in c7be984133ea [2021-04-19T14:19:30.674Z] Removing intermediate container c7be984133ea [2021-04-19T14:19:30.674Z] ---> ec14131681a4 [2021-04-19T14:19:30.674Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T14:19:30.938Z] ---> Running in 503cfb5ab99f [2021-04-19T14:19:30.938Z] Removing intermediate container 503cfb5ab99f [2021-04-19T14:19:30.938Z] ---> 1a6d81442d38 [2021-04-19T14:19:30.938Z] Step 22/24 : LABEL arch=amd64 [2021-04-19T14:19:31.201Z] ---> Running in 0411d2d85317 [2021-04-19T14:19:31.201Z] Removing intermediate container 0411d2d85317 [2021-04-19T14:19:31.201Z] ---> d6c938a8c7fd [2021-04-19T14:19:31.201Z] Step 23/24 : LABEL git_sha=daf306062aa12a6c94ae4b7bf1fbc33176a95319 [2021-04-19T14:19:31.201Z] ---> Running in 2fb00ec8597c [2021-04-19T14:19:31.464Z] Removing intermediate container 2fb00ec8597c [2021-04-19T14:19:31.464Z] ---> d339fb80c0e9 [2021-04-19T14:19:31.464Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T14:19:31.464Z] ---> Running in 152959cdfc48 [2021-04-19T14:19:31.726Z] Removing intermediate container 152959cdfc48 [2021-04-19T14:19:31.726Z] ---> b3acee75988b [2021-04-19T14:19:31.726Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T14:19:31.726Z] Successfully built b3acee75988b [2021-04-19T14:19:31.726Z] 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-04-19T14:19:32.393Z] ---> job-cost.sh [2021-04-19T14:19:32.394Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sqjE [2021-04-19T14:19:50.550Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T14:19:51.278Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T14:19:57.977Z] Removing intermediate container a363ac9f1d66 [2021-04-19T14:19:57.977Z] ---> 36582df6b529 [2021-04-19T14:19:57.977Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T14:19:57.977Z] 3.12: Pulling from library/alpine [2021-04-19T14:19:57.977Z] d2f70382dc9a: Pulling fs layer [2021-04-19T14:19:57.977Z] d2f70382dc9a: Verifying Checksum [2021-04-19T14:19:57.977Z] d2f70382dc9a: Download complete [2021-04-19T14:19:58.248Z] d2f70382dc9a: Pull complete [2021-04-19T14:19:58.248Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T14:19:58.248Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T14:19:58.248Z] ---> 9852663dfa18 [2021-04-19T14:19:58.248Z] Step 18/24 : EXPOSE 4000 [2021-04-19T14:19:58.519Z] ---> Running in a7b28313ad7d [2021-04-19T14:19:58.791Z] Removing intermediate container a7b28313ad7d [2021-04-19T14:19:58.791Z] ---> 0acb2a75a272 [2021-04-19T14:19:58.791Z] 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-04-19T14:20:01.405Z] ---> 6fc649c57d99 [2021-04-19T14:20:01.405Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T14:20:01.405Z] ---> Running in d8fc5469552d [2021-04-19T14:20:01.678Z] Removing intermediate container d8fc5469552d [2021-04-19T14:20:01.678Z] ---> 47cd2fc1414d [2021-04-19T14:20:01.678Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T14:20:01.949Z] ---> Running in 02aabc9c2f0f [2021-04-19T14:20:02.221Z] Removing intermediate container 02aabc9c2f0f [2021-04-19T14:20:02.221Z] ---> c46ae824d9c9 [2021-04-19T14:20:02.221Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T14:20:02.492Z] ---> Running in adc4244db4f1 [2021-04-19T14:20:02.770Z] Removing intermediate container adc4244db4f1 [2021-04-19T14:20:02.770Z] ---> fa6d3c17c8ab [2021-04-19T14:20:02.770Z] Step 23/24 : LABEL git_sha=daf306062aa12a6c94ae4b7bf1fbc33176a95319 [2021-04-19T14:20:03.042Z] ---> Running in c2ad28bd6b50 [2021-04-19T14:20:03.634Z] Removing intermediate container c2ad28bd6b50 [2021-04-19T14:20:03.634Z] ---> 2f0229af54bb [2021-04-19T14:20:03.634Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T14:20:03.634Z] ---> Running in 372bad7e9a30 [2021-04-19T14:20:04.227Z] Removing intermediate container 372bad7e9a30 [2021-04-19T14:20:04.227Z] ---> 5c5d3f3008b3 [2021-04-19T14:20:04.227Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T14:20:04.227Z] Successfully built 5c5d3f3008b3 [2021-04-19T14:20:04.227Z] 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-04-19T14:20:04.684Z] ---> job-cost.sh [2021-04-19T14:20:04.685Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W1UV [2021-04-19T14:20:22.733Z] lf-activate-venv(): INFO: Adding /tmp/venv-sqjE/bin to PATH [2021-04-19T14:20:22.733Z] INFO: No Stack... [2021-04-19T14:20:22.733Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T14:20:22.733Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T14:20:23.043Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-19T14:20:23.043Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T14:20:23.131Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [2021-04-19T14:20:23.140Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] did not exist. Created. [2021-04-19T14:20:23.140Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T14:20:23.481Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T14:20:23.631Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T14:20:23.643Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T14:20:43.627Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T14:22:20.365Z] lf-activate-venv(): INFO: Adding /tmp/venv-W1UV/bin to PATH [2021-04-19T14:22:20.365Z] INFO: No Stack... [2021-04-19T14:22:20.365Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T14:22:20.365Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T14:22:20.698Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-19T14:22:20.698Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T14:22:20.817Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [2021-04-19T14:22:20.830Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] did not exist. Created. [2021-04-19T14:22:20.830Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T14:22:21.217Z] /w/workspace/edgex-ui-go/2@tmp/durable-c0fd543a/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-c0fd543a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T14:22:21.561Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T14:22:21.595Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T14:22:21.825Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T14:22:21.845Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-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-04-19T14:22:22.368Z] provisioning config files... [2021-04-19T14:22:22.385Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/config6827886232986783980tmp [Pipeline] { [Pipeline] sh [2021-04-19T14:22:22.728Z] + set +x [2021-04-19T14:22:22.728Z] + curl -s https://codecov.io/bash [2021-04-19T14:22:22.728Z] + bash -s -- [2021-04-19T14:22:22.998Z] [2021-04-19T14:22:22.998Z] _____ _ [2021-04-19T14:22:22.998Z] / ____| | | [2021-04-19T14:22:22.998Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T14:22:22.998Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T14:22:22.998Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T14:22:22.998Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T14:22:22.998Z] Bash-1.0.1 [2021-04-19T14:22:22.998Z] [2021-04-19T14:22:22.998Z] [2021-04-19T14:22:22.998Z] ==> git version 2.24.3 found [2021-04-19T14:22:22.998Z] ==> 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-04-19T14:22:22.998Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T14:22:22.998Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T14:22:22.998Z] ==> Jenkins CI detected. [2021-04-19T14:22:22.998Z] project root: . [2021-04-19T14:22:22.998Z] --> token set from env [2021-04-19T14:22:22.998Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T14:22:22.998Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T14:22:22.998Z] ==> Python coveragepy not found [2021-04-19T14:22:22.998Z] ==> Searching for coverage reports in: [2021-04-19T14:22:22.998Z] + . [2021-04-19T14:22:22.998Z] -> Found 1 reports [2021-04-19T14:22:22.998Z] ==> Detecting git/mercurial file structure [2021-04-19T14:22:22.998Z] ==> Reading reports [2021-04-19T14:22:22.998Z] + ./coverage.out bytes=10 [2021-04-19T14:22:22.998Z] ==> Appending adjustments [2021-04-19T14:22:22.998Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T14:22:23.264Z] + Found adjustments [2021-04-19T14:22:23.264Z] ==> Gzipping contents [2021-04-19T14:22:23.264Z] 4.0K /tmp/codecov.wgc8dJ.gz [2021-04-19T14:22:23.264Z] ==> Uploading reports [2021-04-19T14:22:23.264Z] url: https://codecov.io [2021-04-19T14:22:23.264Z] query: branch=PR-337&commit=daf306062aa12a6c94ae4b7bf1fbc33176a95319&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-337%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=337&job=&cmd_args= [2021-04-19T14:22:23.264Z] -> Pinging Codecov [2021-04-19T14:22:23.264Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-337&commit=daf306062aa12a6c94ae4b7bf1fbc33176a95319&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-337%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=337&job=&cmd_args= [2021-04-19T14:22:23.840Z] -> Uploading to [2021-04-19T14:22:23.840Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/daf306062aa12a6c94ae4b7bf1fbc33176a95319/e6528797-c623-40f3-b834-96db582a5530.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T142223Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7e1c92f7533d09ac297df3c10113b37f13d06a9d2d091b7950ba29f052bd0fa0 [2021-04-19T14:22:23.840Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:22:23.840Z] Dload Upload Total Spent Left Speed [2021-04-19T14:22:24.418Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 7999 --:--:-- --:--:-- --:--:-- 8012 [2021-04-19T14:22:24.418Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/daf306062aa12a6c94ae4b7bf1fbc33176a95319 [Pipeline] } [2021-04-19T14:22:24.429Z] 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-04-19T14:22:25.478Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:22:26.168Z] ---> package-listing.sh [2021-04-19T14:22:26.169Z] ++ facter osfamily [2021-04-19T14:22:26.169Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T14:22:26.169Z] + OS_FAMILY=redhat [2021-04-19T14:22:26.169Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-337 [2021-04-19T14:22:26.169Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T14:22:26.169Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T14:22:26.169Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T14:22:26.169Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T14:22:26.169Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-337 ']' [2021-04-19T14:22:26.169Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T14:22:26.169Z] + case "${OS_FAMILY}" in [2021-04-19T14:22:26.169Z] + rpm -qa [2021-04-19T14:22:26.169Z] + sort [2021-04-19T14:22:31.495Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T14:22:31.495Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T14:22:31.495Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T14:22:31.495Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-337 ']' [2021-04-19T14:22:31.495Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-337/archives/ [2021-04-19T14:22:31.495Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-337/archives/ [Pipeline] echo [2021-04-19T14:22:31.509Z] 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-337/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T14:22:31.807Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:22:32.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T14:22:32.383Z] [2021-04-19T14:22:32.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:22:32.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T14:22:32.704Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T14:22:32.704Z] df20fa9351a1: Pulling fs layer [2021-04-19T14:22:32.704Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T14:22:32.704Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T14:22:32.704Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T14:22:32.704Z] 93b61091891f: Pulling fs layer [2021-04-19T14:22:32.704Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T14:22:32.704Z] 5e14af77c1be: Pulling fs layer [2021-04-19T14:22:32.704Z] 01666e4c0597: Pulling fs layer [2021-04-19T14:22:32.704Z] aa168da1d23b: Pulling fs layer [2021-04-19T14:22:32.704Z] 46f8f816bc3b: Waiting [2021-04-19T14:22:32.704Z] 93b61091891f: Waiting [2021-04-19T14:22:32.704Z] 93b9cdb0e59b: Waiting [2021-04-19T14:22:32.704Z] 5e14af77c1be: Waiting [2021-04-19T14:22:32.704Z] 01666e4c0597: Waiting [2021-04-19T14:22:32.704Z] aa168da1d23b: Waiting [2021-04-19T14:22:32.704Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T14:22:32.704Z] 36b3adc4ff6f: Download complete [2021-04-19T14:22:32.704Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T14:22:32.704Z] 46f8f816bc3b: Download complete [2021-04-19T14:22:32.704Z] df20fa9351a1: Verifying Checksum [2021-04-19T14:22:32.704Z] df20fa9351a1: Download complete [2021-04-19T14:22:32.971Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T14:22:32.971Z] 93b9cdb0e59b: Download complete [2021-04-19T14:22:32.971Z] 5e14af77c1be: Verifying Checksum [2021-04-19T14:22:32.971Z] 5e14af77c1be: Download complete [2021-04-19T14:22:32.971Z] 01666e4c0597: Verifying Checksum [2021-04-19T14:22:32.971Z] 01666e4c0597: Download complete [2021-04-19T14:22:32.971Z] 93b61091891f: Verifying Checksum [2021-04-19T14:22:32.971Z] 93b61091891f: Download complete [2021-04-19T14:22:32.971Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T14:22:32.971Z] 8ad3a11d3b57: Download complete [2021-04-19T14:22:33.235Z] df20fa9351a1: Pull complete [2021-04-19T14:22:33.498Z] 36b3adc4ff6f: Pull complete [2021-04-19T14:22:34.080Z] 8ad3a11d3b57: Pull complete [2021-04-19T14:22:34.346Z] 46f8f816bc3b: Pull complete [2021-04-19T14:22:34.930Z] 93b61091891f: Pull complete [2021-04-19T14:22:34.930Z] 93b9cdb0e59b: Pull complete [2021-04-19T14:22:35.194Z] 5e14af77c1be: Pull complete [2021-04-19T14:22:35.194Z] aa168da1d23b: Verifying Checksum [2021-04-19T14:22:35.194Z] aa168da1d23b: Download complete [2021-04-19T14:22:35.194Z] 01666e4c0597: Pull complete [2021-04-19T14:22:45.303Z] aa168da1d23b: Pull complete [2021-04-19T14:22:45.303Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T14:22:45.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T14:22:45.303Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T14:22:45.549Z] prd-centos7-docker-4c-2g-788 does not seem to be running inside a container [2021-04-19T14:22:45.605Z] $ 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-337/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-337 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337:/w/workspace/edgexfoundry_edgex-ui-go_PR-337:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T14:22:48.511Z] $ docker top ac7950e65a3f8ccd8cd8ba21fbab6bd839415265bb4bcaeb24702c37a1805d0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:22:48.943Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T14:22:49.250Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T14:22:49.561Z] + ls /var/log/sa-host [2021-04-19T14:22:49.561Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T14:22:49.561Z] file_magic: OK [2021-04-19T14:22:49.561Z] HZ: Using current value: 100 [2021-04-19T14:22:49.561Z] file_header: OK [2021-04-19T14:22:49.561Z] 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-04-19T14:22:49.561Z] Statistics: [2021-04-19T14:22:49.561Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T14:22:49.561Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T14:22:49.561Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T14:22:49.561Z] file_magic: OK [2021-04-19T14:22:49.561Z] HZ: Using current value: 100 [2021-04-19T14:22:49.561Z] file_header: OK [2021-04-19T14:22:49.561Z] 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-04-19T14:22:49.561Z] Statistics: [2021-04-19T14:22:49.561Z] Hnuu...uuuununununu... [2021-04-19T14:22:49.561Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T14:22:50.106Z] provisioning config files... [2021-04-19T14:22:50.125Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/config9120450756771962957tmp [Pipeline] { [Pipeline] echo [2021-04-19T14:22:50.148Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:22:50.446Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T14:22:50.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T14:22:50.483Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:22:50.785Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T14:22:50.803Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:22:51.101Z] ---> sudo-logs.sh [2021-04-19T14:22:51.101Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T14:22:51.141Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:22:51.441Z] ---> job-cost.sh [2021-04-19T14:22:51.441Z] lf-activate-venv: SKIPPING [2021-04-19T14:22:51.441Z] DEBUG: total: 0.20999999344348907 [2021-04-19T14:22:51.441Z] INFO: Retrieving Stack Cost... [2021-04-19T14:22:52.391Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T14:22:52.968Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T14:22:52.984Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:22:53.285Z] ---> logs-deploy.sh [2021-04-19T14:22:53.285Z] lf-activate-venv: SKIPPING [2021-04-19T14:22:53.285Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-337/2 [2021-04-19T14:22:53.285Z] INFO: archiving workspace using pattern(s): [2021-04-19T14:22:55.209Z] Archives upload complete. [2021-04-19T14:22:55.209Z] INFO: archiving logs to Nexus [2021-04-19T14:22:56.155Z] ---> uname -a: [2021-04-19T14:22:56.156Z] Linux prd-centos7-docker-4c-2g-788.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-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] ---> lscpu: [2021-04-19T14:22:56.156Z] Architecture: x86_64 [2021-04-19T14:22:56.156Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T14:22:56.156Z] Byte Order: Little Endian [2021-04-19T14:22:56.156Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T14:22:56.156Z] CPU(s): 4 [2021-04-19T14:22:56.156Z] On-line CPU(s) list: 0-3 [2021-04-19T14:22:56.156Z] Thread(s) per core: 1 [2021-04-19T14:22:56.156Z] Core(s) per socket: 1 [2021-04-19T14:22:56.156Z] Socket(s): 4 [2021-04-19T14:22:56.156Z] NUMA node(s): 1 [2021-04-19T14:22:56.156Z] Vendor ID: GenuineIntel [2021-04-19T14:22:56.156Z] CPU family: 6 [2021-04-19T14:22:56.156Z] Model: 44 [2021-04-19T14:22:56.156Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T14:22:56.156Z] Stepping: 1 [2021-04-19T14:22:56.156Z] CPU MHz: 2933.438 [2021-04-19T14:22:56.156Z] BogoMIPS: 5866.87 [2021-04-19T14:22:56.156Z] Virtualization: VT-x [2021-04-19T14:22:56.156Z] Hypervisor vendor: KVM [2021-04-19T14:22:56.156Z] Virtualization type: full [2021-04-19T14:22:56.156Z] L1d cache: 128 KiB [2021-04-19T14:22:56.156Z] L1i cache: 128 KiB [2021-04-19T14:22:56.156Z] L2 cache: 16 MiB [2021-04-19T14:22:56.156Z] L3 cache: 64 MiB [2021-04-19T14:22:56.156Z] NUMA node0 CPU(s): 0-3 [2021-04-19T14:22:56.156Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T14:22:56.156Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T14:22:56.156Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T14:22:56.156Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T14:22:56.156Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T14:22:56.156Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T14:22:56.156Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T14:22:56.156Z] Vulnerability Srbds: Not affected [2021-04-19T14:22:56.156Z] Vulnerability Tsx async abort: Not affected [2021-04-19T14:22:56.156Z] 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-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] ---> nproc: [2021-04-19T14:22:56.156Z] 4 [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] ---> df -h: [2021-04-19T14:22:56.156Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T14:22:56.156Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-19T14:22:56.156Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T14:22:56.156Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T14:22:56.156Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-19T14:22:56.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] ---> free -m: [2021-04-19T14:22:56.156Z] total used free shared buff/cache available [2021-04-19T14:22:56.156Z] Mem: 1837 727 102 0 1007 1005 [2021-04-19T14:22:56.156Z] Swap: 1023 1 1022 [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z] ---> ip addr: [2021-04-19T14:22:56.156Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T14:22:56.156Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T14:22:56.156Z] inet 127.0.0.1/8 scope host lo [2021-04-19T14:22:56.156Z] valid_lft forever preferred_lft forever [2021-04-19T14:22:56.156Z] inet6 ::1/128 scope host [2021-04-19T14:22:56.156Z] valid_lft forever preferred_lft forever [2021-04-19T14:22:56.156Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T14:22:56.156Z] link/ether fa:16:3e:3d:c9:b9 brd ff:ff:ff:ff:ff:ff [2021-04-19T14:22:56.156Z] inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T14:22:56.156Z] valid_lft 85846sec preferred_lft 85846sec [2021-04-19T14:22:56.156Z] inet6 fe80::f816:3eff:fe3d:c9b9/64 scope link [2021-04-19T14:22:56.156Z] valid_lft forever preferred_lft forever [2021-04-19T14:22:56.156Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T14:22:56.156Z] link/ether 02:42:16:3f:51:f8 brd ff:ff:ff:ff:ff:ff [2021-04-19T14:22:56.156Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T14:22:56.156Z] valid_lft forever preferred_lft forever [2021-04-19T14:22:56.156Z] inet6 fe80::42:16ff:fe3f:51f8/64 scope link [2021-04-19T14:22:56.156Z] valid_lft forever preferred_lft forever [2021-04-19T14:22:56.156Z] [2021-04-19T14:22:56.156Z]