Pull request #322 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc+67cde7ba2ef045a9c51b5781a16f2c9526065c00 (29b06bb96595291aa0f08c12f889fc8b8953adb8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32887 in /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [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-322 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 67cde7ba2ef045a9c51b5781a16f2c9526065c00 into PR head commit db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc Merge succeeded, producing db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc Checking out Revision db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc (PR-322) > 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/322/head:refs/remotes/origin/PR-322 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # 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 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" > git rev-list --no-walk 65341170abdd3277ab574c3651828631df56968a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T04:53:26.857Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T04:53:27.139Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T04:53:27.230Z] ========================================================= [2021-04-06T04:53:27.231Z] EdgeX Global Pipelines Version Info [2021-04-06T04:53:27.231Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:28.818Z] ------------------- [2021-04-06T04:53:28.818Z] stable info: [2021-04-06T04:53:28.818Z] ------------------- [2021-04-06T04:53:28.818Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T04:53:28.818Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T04:53:28.818Z] Message: update stable to v1.0.186 [2021-04-06T04:53:29.764Z] ------------------- [2021-04-06T04:53:29.764Z] experimental info: [2021-04-06T04:53:29.764Z] ------------------- [2021-04-06T04:53:29.764Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T04:53:29.764Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T04:53:29.764Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T04:53:30.012Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-06T04:53:30.153Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-06T04:53:30.261Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T04:53:30.361Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T04:53:30.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T04:53:30.585Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T04:53:30.682Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T04:53:30.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T04:53:30.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-06T04:53:31.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T04:53:31.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T04:53:31.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-06T04:53:31.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T04:53:31.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T04:53:31.575Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T04:53:31.665Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T04:53:31.761Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T04:53:31.865Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T04:53:31.950Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T04:53:32.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T04:53:32.143Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-06T04:53:32.225Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-06T04:53:32.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T04:53:32.430Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T04:53:32.518Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T04:53:32.606Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T04:53:32.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-322 [Pipeline] echo [2021-04-06T04:53:32.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-322 [Pipeline] echo [2021-04-06T04:53:32.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-322 [Pipeline] echo [2021-04-06T04:53:32.996Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [Pipeline] echo [2021-04-06T04:53:33.093Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = db8d3d2 [Pipeline] echo [2021-04-06T04:53:33.174Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:53:33.336Z] provisioning config files... [2021-04-06T04:53:33.369Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/config4994337306160785454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:33.715Z] ---> docker-login.sh [2021-04-06T04:53:33.715Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:53:33.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:53:34.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:53:34.242Z] Configure a credential helper to remove this warning. See [2021-04-06T04:53:34.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:53:34.242Z] [2021-04-06T04:53:34.242Z] Login Succeeded [2021-04-06T04:53:34.242Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:53:34.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:53:34.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:53:34.242Z] Configure a credential helper to remove this warning. See [2021-04-06T04:53:34.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:53:34.242Z] [2021-04-06T04:53:34.242Z] Login Succeeded [2021-04-06T04:53:34.242Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:53:34.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:53:34.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:53:34.506Z] Configure a credential helper to remove this warning. See [2021-04-06T04:53:34.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:53:34.506Z] [2021-04-06T04:53:34.506Z] Login Succeeded [2021-04-06T04:53:34.506Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:53:34.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:53:34.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:53:34.768Z] Configure a credential helper to remove this warning. See [2021-04-06T04:53:34.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:53:34.768Z] [2021-04-06T04:53:34.768Z] Login Succeeded [2021-04-06T04:53:34.768Z] docker.io [2021-04-06T04:53:34.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:53:35.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:53:35.030Z] Configure a credential helper to remove this warning. See [2021-04-06T04:53:35.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:53:35.030Z] [2021-04-06T04:53:35.030Z] Login Succeeded [2021-04-06T04:53:35.030Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:53:35.040Z] 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-06T04:53:35.853Z] + git log --format=format:%s -1 db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [Pipeline] echo [2021-04-06T04:53:35.919Z] GIT_COMMIT: db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64 [Pipeline] echo [2021-04-06T04:53:35.990Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:53:36.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:53:36.587Z] [2021-04-06T04:53:36.588Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:53:36.947Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:53:36.947Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T04:53:36.947Z] 31603596830f: Pulling fs layer [2021-04-06T04:53:36.947Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T04:53:36.947Z] 6ca5941a6612: Pulling fs layer [2021-04-06T04:53:36.947Z] ecc8261a40a4: Pulling fs layer [2021-04-06T04:53:36.947Z] ecc8261a40a4: Waiting [2021-04-06T04:53:36.947Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T04:53:36.947Z] 2a8b12db71e7: Download complete [2021-04-06T04:53:36.947Z] 31603596830f: Download complete [2021-04-06T04:53:37.216Z] ecc8261a40a4: Verifying Checksum [2021-04-06T04:53:37.216Z] ecc8261a40a4: Download complete [2021-04-06T04:53:37.216Z] 6ca5941a6612: Verifying Checksum [2021-04-06T04:53:37.216Z] 6ca5941a6612: Download complete [2021-04-06T04:53:37.216Z] 31603596830f: Pull complete [2021-04-06T04:53:37.479Z] 2a8b12db71e7: Pull complete [2021-04-06T04:53:38.432Z] 6ca5941a6612: Pull complete [2021-04-06T04:53:38.432Z] ecc8261a40a4: Pull complete [2021-04-06T04:53:38.432Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T04:53:38.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:53:38.696Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T04:53:38.835Z] prd-centos7-docker-4c-2g-32887 does not seem to be running inside a container [2021-04-06T04:53:38.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-322 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322:/w/workspace/edgexfoundry_edgex-ui-go_PR-322:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T04:53:41.124Z] $ docker top 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T04:53:41.484Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:53:41.484Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:53:41.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:53:41.719Z] $ docker exec 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent [2021-04-06T04:53:41.903Z] SSH_AUTH_SOCK=/tmp/ssh-krMarBgEPcfN/agent.11 [2021-04-06T04:53:41.903Z] SSH_AGENT_PID=16 [2021-04-06T04:53:41.918Z] Running ssh-add (command line suppressed) [2021-04-06T04:53:42.036Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_5878902914563126125.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_5878902914563126125.key) [2021-04-06T04:53:42.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:53:42.430Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T04:53:42.453Z] $ docker exec --env ******** --env ******** 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent -k [2021-04-06T04:53:42.580Z] unset SSH_AUTH_SOCK; [2021-04-06T04:53:42.581Z] unset SSH_AGENT_PID; [2021-04-06T04:53:42.581Z] echo Agent pid 16 killed; [2021-04-06T04:53:42.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T04:53:42.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:53:42.812Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:53:42.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:53:43.000Z] $ docker exec 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent [2021-04-06T04:53:43.179Z] SSH_AUTH_SOCK=/tmp/ssh-rTyqw9rRrFxT/agent.46 [2021-04-06T04:53:43.179Z] SSH_AGENT_PID=52 [2021-04-06T04:53:43.186Z] Running ssh-add (command line suppressed) [2021-04-06T04:53:43.301Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_3056119717012477838.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_3056119717012477838.key) [2021-04-06T04:53:43.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:53:43.694Z] + git semver init [2021-04-06T04:53:43.694Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T04:53:43.694Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-322/.git [2021-04-06T04:53:43.694Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [2021-04-06T04:53:43.694Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T04:53:43.694Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T04:53:43.694Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T04:53:43.694Z] # $SEMVER_BRANCH = PR-322 [2021-04-06T04:53:43.694Z] # $SEMVER_TEMP = /tmp/semver-733429700 [2021-04-06T04:53:43.694Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-06T04:53:45.091Z] # '/tmp/semver-733429700' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-322/.semver' [2021-04-06T04:53:45.091Z] # -> Force: false [2021-04-06T04:53:45.091Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-322/.semver [Pipeline] } [2021-04-06T04:53:45.102Z] $ docker exec --env ******** --env ******** 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent -k [2021-04-06T04:53:45.250Z] unset SSH_AUTH_SOCK; [2021-04-06T04:53:45.252Z] unset SSH_AGENT_PID; [2021-04-06T04:53:45.252Z] echo Agent pid 52 killed; [2021-04-06T04:53:45.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T04:53:45.794Z] + git semver [Pipeline] } [2021-04-06T04:53:45.810Z] $ docker stop --time=1 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e [2021-04-06T04:53:47.454Z] $ docker rm -f 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T04:53:47.934Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T04:53:48.359Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T04:53:48.362Z] [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-06T04:54:03.928Z] Still waiting to schedule task [2021-04-06T04:54:03.928Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-06T04:54:03.930Z] Still waiting to schedule task [2021-04-06T04:54:03.930Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-06T04:55:50.070Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32888 in /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [Pipeline] { [Pipeline] ws [2021-04-06T04:55:50.157Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-06T04:55:55.366Z] using credential edgex-jenkins-ssh [2021-04-06T04:55:55.427Z] Cloning the remote Git repository [2021-04-06T04:55:55.481Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:55:55.591Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-06T04:55:55.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:55:55.653Z] > git --version # timeout=10 [2021-04-06T04:55:55.667Z] > git --version # 'git version 2.17.1' [2021-04-06T04:55:55.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:55:55.758Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:55:57.775Z] Merging remotes/origin/master commit 67cde7ba2ef045a9c51b5781a16f2c9526065c00 into PR head commit db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [2021-04-06T04:55:57.216Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:55:57.236Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:55:57.272Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:55:57.300Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:55:57.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:55:57.312Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/322/head:refs/remotes/origin/PR-322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T04:55:57.791Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T04:55:58.308Z] Merge succeeded, producing db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [2021-04-06T04:55:58.309Z] Checking out Revision db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc (PR-322) [2021-04-06T04:55:57.858Z] > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 [2021-04-06T04:55:58.216Z] > git remote # timeout=10 [2021-04-06T04:55:58.231Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T04:55:58.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:55:58.255Z] > git merge 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 [2021-04-06T04:55:58.278Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T04:55:58.311Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T04:55:58.342Z] > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 [2021-04-06T04:55:59.234Z] Running on prd-centos7-docker-4c-2g-32889 in /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [Pipeline] { [Pipeline] ws [2021-04-06T04:55:59.287Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-06T04:56:01.592Z] using credential edgex-jenkins-ssh [2021-04-06T04:56:01.644Z] Cloning the remote Git repository [2021-04-06T04:56:01.667Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:56:01.732Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-06T04:56:01.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:56:01.797Z] > git --version # timeout=10 [2021-04-06T04:56:01.806Z] > git --version # 'git version 2.24.3' [2021-04-06T04:56:01.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:56:01.842Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:56:02.833Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T04:56:03.741Z] Merging remotes/origin/master commit 67cde7ba2ef045a9c51b5781a16f2c9526065c00 into PR head commit db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [2021-04-06T04:56:03.964Z] Merge succeeded, producing db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [2021-04-06T04:56:03.965Z] Checking out Revision db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc (PR-322) [2021-04-06T04:56:03.259Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:56:03.268Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:56:03.283Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:56:03.309Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:56:03.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:56:03.316Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/322/head:refs/remotes/origin/PR-322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T04:56:03.748Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T04:56:03.757Z] > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 [2021-04-06T04:56:03.921Z] > git remote # timeout=10 [2021-04-06T04:56:03.929Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T04:56:03.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:56:03.940Z] > git merge 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 [2021-04-06T04:56:03.956Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T04:56:03.967Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T04:56:03.972Z] > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 [2021-04-06T04:56:04.612Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:56:05.089Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:56:05.436Z] + true [2021-04-06T04:56:05.436Z] + sudo service docker restart [2021-04-06T04:56:07.712Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:56:08.166Z] provisioning config files... [2021-04-06T04:56:08.207Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config600108882832498205tmp [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-06T04:56:08.600Z] ---> docker-login.sh [2021-04-06T04:56:08.600Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2021-04-06T04:56:09.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:09.271Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:56:09.608Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:56:09.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:09.821Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:09.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:09.821Z] [2021-04-06T04:56:09.821Z] Login Succeeded [2021-04-06T04:56:09.821Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:56:09.912Z] + sudo service docker restart [2021-04-06T04:56:09.912Z] + true [2021-04-06T04:56:09.912Z] Redirecting to /bin/systemctl restart docker.service [2021-04-06T04:56:10.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:10.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:10.370Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:10.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:10.370Z] [2021-04-06T04:56:10.370Z] Login Succeeded [2021-04-06T04:56:10.370Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:56:10.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:10.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:10.642Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:10.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:10.642Z] [2021-04-06T04:56:10.642Z] Login Succeeded [2021-04-06T04:56:10.642Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:56:11.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:11.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:11.237Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:11.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:11.237Z] [2021-04-06T04:56:11.237Z] Login Succeeded [2021-04-06T04:56:11.237Z] docker.io [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:56:11.374Z] provisioning config files... [2021-04-06T04:56:11.407Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4772970319730742220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:56:11.802Z] ---> docker-login.sh [2021-04-06T04:56:11.802Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:56:11.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:12.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:12.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:12.065Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:12.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:12.065Z] [2021-04-06T04:56:12.065Z] Login Succeeded [2021-04-06T04:56:12.065Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:56:12.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:12.107Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:12.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:12.107Z] [2021-04-06T04:56:12.107Z] Login Succeeded [2021-04-06T04:56:12.107Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:56:12.125Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-06T04:56:12.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:12.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:12.328Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:12.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:12.328Z] [2021-04-06T04:56:12.328Z] Login Succeeded [2021-04-06T04:56:12.328Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:56:12.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:12.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:12.594Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:12.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:12.594Z] [2021-04-06T04:56:12.594Z] Login Succeeded [2021-04-06T04:56:12.594Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:56:12.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:12.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:12.594Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:12.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:12.594Z] [2021-04-06T04:56:12.594Z] Login Succeeded [2021-04-06T04:56:12.594Z] docker.io [Pipeline] echo [2021-04-06T04:56:12.600Z] ========================================================= [2021-04-06T04:56:12.600Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T04:56:12.600Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:56:12.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:56:12.996Z] + 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-06T04:56:13.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:56:13.127Z] Configure a credential helper to remove this warning. See [2021-04-06T04:56:13.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:56:13.127Z] [2021-04-06T04:56:13.127Z] Login Succeeded [2021-04-06T04:56:13.127Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:56:13.137Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T04:56:13.506Z] ========================================================= [2021-04-06T04:56:13.506Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T04:56:13.506Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:56:13.604Z] Sending build context to Docker daemon 17.6MB [2021-04-06T04:56:13.875Z] + 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-06T04:56:13.878Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:56:13.878Z] Step 2/8 : FROM ${BASE} [2021-04-06T04:56:13.878Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T04:56:13.878Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T04:56:13.878Z] a4357932f1b6: Pulling fs layer [2021-04-06T04:56:13.878Z] 18c013af1878: Pulling fs layer [2021-04-06T04:56:13.878Z] 00ac8860ef70: Pulling fs layer [2021-04-06T04:56:13.878Z] 63d7cb157983: Pulling fs layer [2021-04-06T04:56:13.878Z] b116817d02f9: Pulling fs layer [2021-04-06T04:56:13.878Z] 745a02a5169b: Pulling fs layer [2021-04-06T04:56:13.878Z] 00ac8860ef70: Waiting [2021-04-06T04:56:13.878Z] 63d7cb157983: Waiting [2021-04-06T04:56:13.878Z] b116817d02f9: Waiting [2021-04-06T04:56:13.878Z] 745a02a5169b: Waiting [2021-04-06T04:56:13.878Z] 18c013af1878: Verifying Checksum [2021-04-06T04:56:13.878Z] 18c013af1878: Download complete [2021-04-06T04:56:13.878Z] a4357932f1b6: Verifying Checksum [2021-04-06T04:56:13.878Z] a4357932f1b6: Download complete [2021-04-06T04:56:13.878Z] 63d7cb157983: Verifying Checksum [2021-04-06T04:56:13.878Z] 63d7cb157983: Download complete [2021-04-06T04:56:14.154Z] Sending build context to Docker daemon 17.6MB [2021-04-06T04:56:14.154Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:56:14.154Z] Step 2/8 : FROM ${BASE} [2021-04-06T04:56:14.173Z] b116817d02f9: Download complete [2021-04-06T04:56:14.173Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T04:56:14.173Z] 5f621e34cdf4: Download complete [2021-04-06T04:56:14.417Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T04:56:14.417Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T04:56:14.417Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T04:56:14.417Z] de9db76c5a1d: Pulling fs layer [2021-04-06T04:56:14.417Z] bca2f99d35d6: Pulling fs layer [2021-04-06T04:56:14.417Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T04:56:14.417Z] 7c6f9722023f: Pulling fs layer [2021-04-06T04:56:14.417Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T04:56:14.417Z] bca2f99d35d6: Waiting [2021-04-06T04:56:14.417Z] 93359f2a8cfa: Waiting [2021-04-06T04:56:14.417Z] a35cf1a2eb13: Waiting [2021-04-06T04:56:14.417Z] 7c6f9722023f: Waiting [2021-04-06T04:56:14.417Z] de9db76c5a1d: Verifying Checksum [2021-04-06T04:56:14.417Z] de9db76c5a1d: Download complete [2021-04-06T04:56:14.680Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T04:56:14.680Z] 0ef7d3d256c8: Download complete [2021-04-06T04:56:14.778Z] 5f621e34cdf4: Pull complete [2021-04-06T04:56:14.942Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T04:56:14.943Z] 93359f2a8cfa: Download complete [2021-04-06T04:56:15.205Z] 7c6f9722023f: Verifying Checksum [2021-04-06T04:56:15.205Z] 7c6f9722023f: Download complete [2021-04-06T04:56:15.378Z] a4357932f1b6: Pull complete [2021-04-06T04:56:15.664Z] 18c013af1878: Pull complete [2021-04-06T04:56:15.783Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T04:56:15.783Z] 188c0c94c7c5: Download complete [2021-04-06T04:56:15.783Z] 188c0c94c7c5: Pull complete [2021-04-06T04:56:16.046Z] 0ef7d3d256c8: Pull complete [2021-04-06T04:56:16.311Z] de9db76c5a1d: Pull complete [2021-04-06T04:56:17.649Z] 745a02a5169b: Verifying Checksum [2021-04-06T04:56:17.649Z] 745a02a5169b: Download complete [2021-04-06T04:56:18.874Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T04:56:18.874Z] a35cf1a2eb13: Download complete [2021-04-06T04:56:19.457Z] bca2f99d35d6: Verifying Checksum [2021-04-06T04:56:19.457Z] bca2f99d35d6: Download complete [2021-04-06T04:56:19.640Z] 00ac8860ef70: Verifying Checksum [2021-04-06T04:56:19.640Z] 00ac8860ef70: Download complete [2021-04-06T04:56:24.787Z] bca2f99d35d6: Pull complete [2021-04-06T04:56:24.787Z] 93359f2a8cfa: Pull complete [2021-04-06T04:56:24.787Z] 7c6f9722023f: Pull complete [2021-04-06T04:56:29.808Z] 00ac8860ef70: Pull complete [2021-04-06T04:56:29.808Z] 63d7cb157983: Pull complete [2021-04-06T04:56:30.080Z] b116817d02f9: Pull complete [2021-04-06T04:56:30.116Z] a35cf1a2eb13: Pull complete [2021-04-06T04:56:30.117Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T04:56:30.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T04:56:30.117Z] ---> a62c8e92a672 [2021-04-06T04:56:30.117Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T04:56:30.703Z] ---> Running in 8604469db675 [2021-04-06T04:56:30.703Z] Removing intermediate container 8604469db675 [2021-04-06T04:56:30.703Z] ---> 4979a9aecfdb [2021-04-06T04:56:30.703Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:56:30.703Z] ---> Running in bafb5d8eefaa [2021-04-06T04:56:32.101Z] Removing intermediate container bafb5d8eefaa [2021-04-06T04:56:32.101Z] ---> 340f809515b8 [2021-04-06T04:56:32.101Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T04:56:32.101Z] ---> Running in e644420f41b1 [2021-04-06T04:56:33.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T04:56:33.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T04:56:33.888Z] OK: 166 MiB in 39 packages [2021-04-06T04:56:34.398Z] 745a02a5169b: Pull complete [2021-04-06T04:56:34.398Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T04:56:34.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T04:56:34.398Z] ---> b7e6874047d6 [2021-04-06T04:56:34.398Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T04:56:34.463Z] Removing intermediate container e644420f41b1 [2021-04-06T04:56:34.463Z] ---> e3d531fe0202 [2021-04-06T04:56:34.463Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T04:56:34.463Z] ---> Running in b7c10834c7b6 [2021-04-06T04:56:34.725Z] Removing intermediate container b7c10834c7b6 [2021-04-06T04:56:34.725Z] ---> 8459327e415a [2021-04-06T04:56:34.725Z] Step 7/8 : COPY . . [2021-04-06T04:56:36.399Z] ---> Running in c947a326e1ce [2021-04-06T04:56:36.673Z] Removing intermediate container c947a326e1ce [2021-04-06T04:56:36.673Z] ---> f69d9a8495c5 [2021-04-06T04:56:36.673Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:56:36.946Z] ---> Running in cb9c4581281b [2021-04-06T04:56:37.285Z] ---> e9f925c7ee3d [2021-04-06T04:56:37.285Z] Step 8/8 : RUN go mod download [2021-04-06T04:56:37.285Z] ---> Running in e7137a1f4b03 [2021-04-06T04:56:39.577Z] Removing intermediate container cb9c4581281b [2021-04-06T04:56:39.577Z] ---> 851a01db6f65 [2021-04-06T04:56:39.577Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T04:56:39.577Z] ---> Running in 30fb768562af [2021-04-06T04:56:40.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T04:56:41.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T04:56:41.728Z] OK: 142 MiB in 39 packages [2021-04-06T04:56:42.705Z] Removing intermediate container 30fb768562af [2021-04-06T04:56:42.705Z] ---> a9c5ddab7e8c [2021-04-06T04:56:42.705Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T04:56:42.978Z] ---> Running in 76d05b43c673 [2021-04-06T04:56:43.250Z] Removing intermediate container 76d05b43c673 [2021-04-06T04:56:43.250Z] ---> ac22d5ea4b52 [2021-04-06T04:56:43.250Z] Step 7/8 : COPY . . [2021-04-06T04:56:45.868Z] ---> 35a7eb206ea5 [2021-04-06T04:56:45.868Z] Step 8/8 : RUN go mod download [2021-04-06T04:56:45.868Z] ---> Running in 4db065cb8b42 [2021-04-06T04:57:03.975Z] Removing intermediate container e7137a1f4b03 [2021-04-06T04:57:03.975Z] ---> 05a8e8a955f7 [2021-04-06T04:57:03.975Z] Successfully built 05a8e8a955f7 [2021-04-06T04:57:03.975Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:57:04.312Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T04:57:04.312Z] . [Pipeline] withDockerContainer [2021-04-06T04:57:04.526Z] prd-centos7-docker-4c-2g-32889 does not seem to be running inside a container [2021-04-06T04:57:04.577Z] $ 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-06T04:57:05.504Z] $ docker top 87ff961ee845dd6829f7f538ee8da373fe0f83356e6773246e0c4b55bc81300a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:57:06.032Z] + go version [2021-04-06T04:57:06.032Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T04:57:06.045Z] $ docker stop --time=1 87ff961ee845dd6829f7f538ee8da373fe0f83356e6773246e0c4b55bc81300a [2021-04-06T04:57:07.394Z] $ docker rm -f 87ff961ee845dd6829f7f538ee8da373fe0f83356e6773246e0c4b55bc81300a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:57:08.218Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T04:57:08.218Z] . [Pipeline] withDockerContainer [2021-04-06T04:57:08.320Z] prd-centos7-docker-4c-2g-32889 does not seem to be running inside a container [2021-04-06T04:57:08.359Z] $ 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-06T04:57:08.930Z] $ docker top f6dc04a5f6fa317c315363882028622dbea2da7b5c67e18dd53508c2cd311653 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:57:09.444Z] + make test [2021-04-06T04:57:09.444Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T04:57:10.851Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T04:57:18.207Z] Removing intermediate container 4db065cb8b42 [2021-04-06T04:57:18.207Z] ---> ccc3f1fa9c96 [2021-04-06T04:57:18.207Z] Successfully built ccc3f1fa9c96 [2021-04-06T04:57:18.207Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:57:18.551Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T04:57:18.551Z] . [Pipeline] withDockerContainer [2021-04-06T04:57:18.829Z] prd-ubuntu18.04-docker-arm64-4c-16g-32888 does not seem to be running inside a container [2021-04-06T04:57:18.918Z] $ 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-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T04:57:19.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T04:57:19.385Z] GO111MODULE=on go vet ./... [2021-04-06T04:57:20.426Z] $ docker top a854b2d2fad2b255f257f8d1f3e8bd05ed76937ef6ade7335c7ff3b7ec439ebd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } [2021-04-06T04:57:21.340Z] $ docker stop --time=1 f6dc04a5f6fa317c315363882028622dbea2da7b5c67e18dd53508c2cd311653 [2021-04-06T04:57:21.473Z] + go version [2021-04-06T04:57:21.473Z] go version go1.15.5 linux/arm64 [2021-04-06T04:57:24.506Z] $ docker rm -f f6dc04a5f6fa317c315363882028622dbea2da7b5c67e18dd53508c2cd311653 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-04-06T04:57:24.780Z] $ docker stop --time=1 a854b2d2fad2b255f257f8d1f3e8bd05ed76937ef6ade7335c7ff3b7ec439ebd [2021-04-06T04:57:25.037Z] + sudo chown -R jenkins:jenkins . [2021-04-06T04:57:26.755Z] $ docker rm -f a854b2d2fad2b255f257f8d1f3e8bd05ed76937ef6ade7335c7ff3b7ec439ebd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2021-04-06T04:57:27.482Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-06T04:57:27.801Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T04:57:27.801Z] . [Pipeline] withDockerContainer [2021-04-06T04:57:28.097Z] prd-ubuntu18.04-docker-arm64-4c-16g-32888 does not seem to be running inside a container [2021-04-06T04:57:28.172Z] $ 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-06T04:57:29.704Z] $ docker top b225150849fe1bb94fd92ae81b799bba591cb06b4a29ccf42b91b8d9240630c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:57:30.714Z] + make test [2021-04-06T04:57:30.714Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh [2021-04-06T04:57:32.172Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T04:57:32.190Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T04:57:32.487Z] + ls -al . [2021-04-06T04:57:32.487Z] total 92 [2021-04-06T04:57:32.487Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 04:57 . [2021-04-06T04:57:32.487Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 6 04:56 .. [2021-04-06T04:57:32.487Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 04:56 assets [2021-04-06T04:57:32.487Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 04:56 bin [2021-04-06T04:57:32.487Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 04:56 cmd [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 04:56 CONTRIBUTING.md [2021-04-06T04:57:32.487Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 6 04:57 coverage.out [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 04:56 Dockerfile [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 04:56 Dockerfile.build [2021-04-06T04:57:32.487Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 04:56 docs [2021-04-06T04:57:32.487Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 6 04:56 .git [2021-04-06T04:57:32.487Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 04:56 .github [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 04:56 .gitignore [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 04:56 go.mod [2021-04-06T04:57:32.487Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 04:57 go.sum [2021-04-06T04:57:32.487Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 04:56 internal [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 04:56 Jenkinsfile [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 04:56 LICENSE [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 04:56 Makefile [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 04:56 README.md [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 6 04:53 VERSION [2021-04-06T04:57:32.487Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 04:56 version.go [2021-04-06T04:57:32.487Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 04:56 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:57:32.794Z] + 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=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc --label arch=amd64 --label version=0.0.0 . [2021-04-06T04:57:33.058Z] Sending build context to Docker daemon 17.62MB [2021-04-06T04:57:33.058Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:57:33.058Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T04:57:33.058Z] ---> 05a8e8a955f7 [2021-04-06T04:57:33.058Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T04:57:34.003Z] ---> Running in a3ffa0db6d36 [2021-04-06T04:57:34.003Z] Removing intermediate container a3ffa0db6d36 [2021-04-06T04:57:34.003Z] ---> 14547c0f11be [2021-04-06T04:57:34.003Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T04:57:34.003Z] ---> Running in eefc66c6dbcd [2021-04-06T04:57:34.266Z] Removing intermediate container eefc66c6dbcd [2021-04-06T04:57:34.266Z] ---> 59cbf5690f6d [2021-04-06T04:57:34.266Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T04:57:34.266Z] ---> Running in f1efef53a4db [2021-04-06T04:57:34.530Z] Removing intermediate container f1efef53a4db [2021-04-06T04:57:34.530Z] ---> b6ad2567a095 [2021-04-06T04:57:34.530Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T04:57:34.530Z] ---> Running in 2e0eac9c8907 [2021-04-06T04:57:34.530Z] Removing intermediate container 2e0eac9c8907 [2021-04-06T04:57:34.530Z] ---> 6a72597cdccf [2021-04-06T04:57:34.530Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T04:57:34.792Z] ---> Running in 0d4103761d59 [2021-04-06T04:57:34.792Z] Removing intermediate container 0d4103761d59 [2021-04-06T04:57:34.792Z] ---> e7d10be4efc2 [2021-04-06T04:57:34.792Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:57:35.056Z] ---> Running in 4f1f62bc8dcd [2021-04-06T04:57:36.006Z] Removing intermediate container 4f1f62bc8dcd [2021-04-06T04:57:36.006Z] ---> f04e7e7b12c5 [2021-04-06T04:57:36.006Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T04:57:36.006Z] ---> Running in b7b3f392b81e [2021-04-06T04:57:36.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T04:57:37.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T04:57:37.479Z] OK: 166 MiB in 39 packages [2021-04-06T04:57:37.741Z] Removing intermediate container b7b3f392b81e [2021-04-06T04:57:37.741Z] ---> af080f1d2d84 [2021-04-06T04:57:37.741Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T04:57:38.005Z] ---> Running in dd31f3e9565b [2021-04-06T04:57:38.005Z] Removing intermediate container dd31f3e9565b [2021-04-06T04:57:38.005Z] ---> 2d49f81c8525 [2021-04-06T04:57:38.005Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T04:57:38.268Z] ---> Running in 008f5c0318c1 [2021-04-06T04:57:38.269Z] Removing intermediate container 008f5c0318c1 [2021-04-06T04:57:38.269Z] ---> 17da96acd01c [2021-04-06T04:57:38.269Z] Step 12/24 : COPY go.mod . [2021-04-06T04:57:38.534Z] ---> 47041424126c [2021-04-06T04:57:38.534Z] Step 13/24 : COPY Makefile . [2021-04-06T04:57:38.821Z] ---> f43e31bbe73c [2021-04-06T04:57:38.821Z] Step 14/24 : RUN make update [2021-04-06T04:57:38.821Z] ---> Running in 1a1c0d38d769 [2021-04-06T04:57:39.396Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T04:57:39.975Z] Removing intermediate container 1a1c0d38d769 [2021-04-06T04:57:39.975Z] ---> 4b2e14c5a5e6 [2021-04-06T04:57:39.975Z] Step 15/24 : COPY . . [2021-04-06T04:57:41.910Z] ---> 25181772dc72 [2021-04-06T04:57:41.910Z] Step 16/24 : RUN ${MAKE} [2021-04-06T04:57:41.910Z] ---> Running in 73153effd574 [2021-04-06T04:57:42.494Z] 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-06T04:57:50.767Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T04:57:55.003Z] Removing intermediate container 73153effd574 [2021-04-06T04:57:55.003Z] ---> 60402e5cf547 [2021-04-06T04:57:55.003Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T04:57:55.272Z] 3.12: Pulling from library/alpine [2021-04-06T04:57:55.272Z] 532819f3e44c: Pulling fs layer [2021-04-06T04:57:55.534Z] 532819f3e44c: Download complete [2021-04-06T04:57:55.808Z] 532819f3e44c: Pull complete [2021-04-06T04:57:55.808Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T04:57:55.808Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T04:57:55.808Z] ---> 7230e588e954 [2021-04-06T04:57:55.808Z] Step 18/24 : EXPOSE 4000 [2021-04-06T04:57:56.074Z] ---> Running in db0c6695168f [2021-04-06T04:57:56.074Z] Removing intermediate container db0c6695168f [2021-04-06T04:57:56.074Z] ---> e927e31664f0 [2021-04-06T04:57:56.074Z] 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-06T04:57:57.023Z] ---> 18f2c2345599 [2021-04-06T04:57:57.023Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T04:57:57.286Z] ---> Running in 174a56573a8b [2021-04-06T04:57:57.286Z] Removing intermediate container 174a56573a8b [2021-04-06T04:57:57.286Z] ---> 550a2d3a4944 [2021-04-06T04:57:57.286Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T04:57:57.548Z] ---> Running in 895a4b6c344f [2021-04-06T04:57:57.548Z] Removing intermediate container 895a4b6c344f [2021-04-06T04:57:57.548Z] ---> 463891c8660f [2021-04-06T04:57:57.548Z] Step 22/24 : LABEL arch=amd64 [2021-04-06T04:57:57.548Z] ---> Running in 368405ee63bc [2021-04-06T04:57:57.814Z] Removing intermediate container 368405ee63bc [2021-04-06T04:57:57.814Z] ---> 80c7183f8614 [2021-04-06T04:57:57.814Z] Step 23/24 : LABEL git_sha=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [2021-04-06T04:57:57.814Z] ---> Running in 27f53bab2a87 [2021-04-06T04:57:58.076Z] Removing intermediate container 27f53bab2a87 [2021-04-06T04:57:58.076Z] ---> d19079a153a2 [2021-04-06T04:57:58.076Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T04:57:58.076Z] ---> Running in 2bbd1afe052d [2021-04-06T04:57:58.339Z] Removing intermediate container 2bbd1afe052d [2021-04-06T04:57:58.339Z] ---> 46c2ec4a11f7 [2021-04-06T04:57:58.339Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T04:57:58.339Z] Successfully built 46c2ec4a11f7 [2021-04-06T04:57:58.339Z] 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] } [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T04:57:58.992Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T04:57:58.992Z] GO111MODULE=on go vet ./... [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:57:59.475Z] ---> job-cost.sh [2021-04-06T04:57:59.475Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YIPq [Pipeline] } [2021-04-06T04:58:05.749Z] $ docker stop --time=1 b225150849fe1bb94fd92ae81b799bba591cb06b4a29ccf42b91b8d9240630c7 [2021-04-06T04:58:07.988Z] $ docker rm -f b225150849fe1bb94fd92ae81b799bba591cb06b4a29ccf42b91b8d9240630c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T04:58:08.832Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T04:58:08.900Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T04:58:09.811Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T04:58:10.568Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T04:58:10.949Z] + ls -al . [2021-04-06T04:58:10.949Z] total 124 [2021-04-06T04:58:10.949Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 04:57 . [2021-04-06T04:58:10.949Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 04:55 .. [2021-04-06T04:58:10.949Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 04:56 .git [2021-04-06T04:58:10.949Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 04:55 .github [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 04:55 .gitignore [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 04:55 CONTRIBUTING.md [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 04:55 Dockerfile [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 04:55 Dockerfile.build [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 04:55 Jenkinsfile [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 04:55 LICENSE [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 04:55 Makefile [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 04:55 README.md [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 6 04:53 VERSION [2021-04-06T04:58:10.949Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 04:55 assets [2021-04-06T04:58:10.949Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 04:55 bin [2021-04-06T04:58:10.949Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 04:55 cmd [2021-04-06T04:58:10.949Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 6 04:57 coverage.out [2021-04-06T04:58:10.949Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 04:55 docs [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 04:55 go.mod [2021-04-06T04:58:10.949Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 04:57 go.sum [2021-04-06T04:58:10.949Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 04:55 internal [2021-04-06T04:58:10.949Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 04:55 version.go [2021-04-06T04:58:10.949Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 04:55 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:58:11.321Z] + 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=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc --label arch=arm64 --label version=0.0.0 . [2021-04-06T04:58:12.351Z] Sending build context to Docker daemon 17.62MB [2021-04-06T04:58:12.351Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:58:12.351Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T04:58:12.351Z] ---> ccc3f1fa9c96 [2021-04-06T04:58:12.351Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T04:58:12.644Z] ---> Running in f9c77b07134e [2021-04-06T04:58:13.243Z] Removing intermediate container f9c77b07134e [2021-04-06T04:58:13.243Z] ---> c6c9e3e30d27 [2021-04-06T04:58:13.243Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T04:58:13.243Z] ---> Running in 7a0b7b38c12d [2021-04-06T04:58:13.837Z] Removing intermediate container 7a0b7b38c12d [2021-04-06T04:58:13.837Z] ---> cf6235a7ebeb [2021-04-06T04:58:13.837Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T04:58:13.837Z] ---> Running in 06ce43bde952 [2021-04-06T04:58:14.115Z] Removing intermediate container 06ce43bde952 [2021-04-06T04:58:14.115Z] ---> 4e2973c0801d [2021-04-06T04:58:14.115Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T04:58:14.391Z] ---> Running in 6b4aae144a17 [2021-04-06T04:58:14.442Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T04:58:14.995Z] Removing intermediate container 6b4aae144a17 [2021-04-06T04:58:14.995Z] ---> 4f3f500f1661 [2021-04-06T04:58:14.995Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T04:58:14.995Z] ---> Running in 83b75034064e [2021-04-06T04:58:15.595Z] Removing intermediate container 83b75034064e [2021-04-06T04:58:15.595Z] ---> 5359161a7134 [2021-04-06T04:58:15.595Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:58:15.595Z] ---> Running in 85dadc228baa [2021-04-06T04:58:17.574Z] Removing intermediate container 85dadc228baa [2021-04-06T04:58:17.574Z] ---> 840aae3c95e6 [2021-04-06T04:58:17.574Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T04:58:17.850Z] ---> Running in 6ac203692843 [2021-04-06T04:58:18.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T04:58:19.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T04:58:20.790Z] OK: 142 MiB in 39 packages [2021-04-06T04:58:21.778Z] Removing intermediate container 6ac203692843 [2021-04-06T04:58:21.779Z] ---> e37882a4ab49 [2021-04-06T04:58:21.779Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T04:58:21.779Z] ---> Running in badcef34d77a [2021-04-06T04:58:22.376Z] Removing intermediate container badcef34d77a [2021-04-06T04:58:22.376Z] ---> ce33d10fe48a [2021-04-06T04:58:22.376Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T04:58:22.376Z] ---> Running in eacab5afbeb0 [2021-04-06T04:58:22.981Z] Removing intermediate container eacab5afbeb0 [2021-04-06T04:58:22.981Z] ---> df42c7468568 [2021-04-06T04:58:22.981Z] Step 12/24 : COPY go.mod . [2021-04-06T04:58:23.580Z] ---> 291680000b9a [2021-04-06T04:58:23.580Z] Step 13/24 : COPY Makefile . [2021-04-06T04:58:24.218Z] ---> c4c0109b4a83 [2021-04-06T04:58:24.218Z] Step 14/24 : RUN make update [2021-04-06T04:58:24.494Z] ---> Running in a9d20f0304e9 [2021-04-06T04:58:25.474Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T04:58:26.903Z] Removing intermediate container a9d20f0304e9 [2021-04-06T04:58:26.903Z] ---> 99eb40869efd [2021-04-06T04:58:26.903Z] Step 15/24 : COPY . . [2021-04-06T04:58:29.523Z] ---> 09e6237eb35d [2021-04-06T04:58:29.523Z] Step 16/24 : RUN ${MAKE} [2021-04-06T04:58:29.523Z] ---> Running in 602a22ea13e7 [2021-04-06T04:58:30.504Z] 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-06T04:58:41.298Z] lf-activate-venv(): INFO: Adding /tmp/venv-YIPq/bin to PATH [2021-04-06T04:58:41.298Z] INFO: No Stack... [2021-04-06T04:58:41.298Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T04:58:41.562Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T04:58:41.891Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-06T04:58:41.891Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T04:58:41.977Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [2021-04-06T04:58:41.990Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] did not exist. Created. [2021-04-06T04:58:41.991Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T04:58:42.399Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T04:58:42.532Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T04:58:42.546Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T04:58:57.371Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T04:59:01.689Z] Removing intermediate container 602a22ea13e7 [2021-04-06T04:59:01.689Z] ---> 5cb2799c5b10 [2021-04-06T04:59:01.689Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T04:59:01.689Z] 3.12: Pulling from library/alpine [2021-04-06T04:59:01.689Z] 9a219e8acc52: Pulling fs layer [2021-04-06T04:59:01.964Z] 9a219e8acc52: Verifying Checksum [2021-04-06T04:59:01.964Z] 9a219e8acc52: Download complete [2021-04-06T04:59:02.558Z] 9a219e8acc52: Pull complete [2021-04-06T04:59:02.558Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T04:59:02.558Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T04:59:02.558Z] ---> d75e27dfc0a0 [2021-04-06T04:59:02.558Z] Step 18/24 : EXPOSE 4000 [2021-04-06T04:59:02.828Z] ---> Running in 7286ce466f94 [2021-04-06T04:59:03.102Z] Removing intermediate container 7286ce466f94 [2021-04-06T04:59:03.102Z] ---> 916d3e64ab34 [2021-04-06T04:59:03.102Z] 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-06T04:59:05.071Z] ---> 89bb79e2b080 [2021-04-06T04:59:05.071Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T04:59:05.071Z] ---> Running in 9727d5a3965e [2021-04-06T04:59:05.665Z] Removing intermediate container 9727d5a3965e [2021-04-06T04:59:05.665Z] ---> 5246ebf45fcd [2021-04-06T04:59:05.665Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T04:59:05.665Z] ---> Running in b6f7eba3bd3d [2021-04-06T04:59:06.259Z] Removing intermediate container b6f7eba3bd3d [2021-04-06T04:59:06.259Z] ---> b43d45a5d11b [2021-04-06T04:59:06.259Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T04:59:06.259Z] ---> Running in d82c7e470b94 [2021-04-06T04:59:06.867Z] Removing intermediate container d82c7e470b94 [2021-04-06T04:59:06.867Z] ---> 7e70fcba6b13 [2021-04-06T04:59:06.867Z] Step 23/24 : LABEL git_sha=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [2021-04-06T04:59:06.867Z] ---> Running in 9f66b6ea7890 [2021-04-06T04:59:07.467Z] Removing intermediate container 9f66b6ea7890 [2021-04-06T04:59:07.467Z] ---> 699ccda636c3 [2021-04-06T04:59:07.467Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T04:59:07.467Z] ---> Running in f1b9f7d411fa [2021-04-06T04:59:08.069Z] Removing intermediate container f1b9f7d411fa [2021-04-06T04:59:08.069Z] ---> 7ab50f105f49 [2021-04-06T04:59:08.069Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T04:59:08.069Z] Successfully built 7ab50f105f49 [2021-04-06T04:59:08.069Z] 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-06T04:59:08.833Z] ---> job-cost.sh [2021-04-06T04:59:08.833Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tTTe [2021-04-06T04:59:47.828Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T05:01:09.593Z] lf-activate-venv(): INFO: Adding /tmp/venv-tTTe/bin to PATH [2021-04-06T05:01:09.593Z] INFO: No Stack... [2021-04-06T05:01:09.864Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T05:01:10.454Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T05:01:10.794Z] + + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-06T05:01:10.795Z] cut -d, -f6 [Pipeline] lock [2021-04-06T05:01:10.929Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [2021-04-06T05:01:10.939Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] did not exist. Created. [2021-04-06T05:01:10.939Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T05:01:11.436Z] /w/workspace/edgex-ui-go/2@tmp/durable-30dae2c8/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-30dae2c8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T05:01:11.786Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T05:01:11.861Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T05:01:12.073Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T05:01:12.088Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-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-06T05:01:13.511Z] provisioning config files... [2021-04-06T05:01:13.524Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/config6475515258921447352tmp [Pipeline] { [Pipeline] sh [2021-04-06T05:01:13.941Z] + set +x [2021-04-06T05:01:13.941Z] + curl -s https://codecov.io/bash [2021-04-06T05:01:13.941Z] + bash -s -- [2021-04-06T05:01:14.205Z] [2021-04-06T05:01:14.205Z] _____ _ [2021-04-06T05:01:14.205Z] / ____| | | [2021-04-06T05:01:14.205Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T05:01:14.205Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T05:01:14.205Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T05:01:14.205Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T05:01:14.205Z] Bash-20210309-2b87ace [2021-04-06T05:01:14.205Z] [2021-04-06T05:01:14.205Z] [2021-04-06T05:01:14.205Z] ==> git version 2.24.3 found [2021-04-06T05:01:14.205Z] ==> 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-06T05:01:14.205Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T05:01:14.205Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T05:01:14.205Z] ==> Jenkins CI detected. [2021-04-06T05:01:14.205Z] project root: . [2021-04-06T05:01:14.205Z] --> token set from env [2021-04-06T05:01:14.205Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T05:01:14.205Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T05:01:14.205Z] ==> Python coveragepy not found [2021-04-06T05:01:14.205Z] ==> Searching for coverage reports in: [2021-04-06T05:01:14.205Z] + . [2021-04-06T05:01:14.206Z] -> Found 1 reports [2021-04-06T05:01:14.206Z] ==> Detecting git/mercurial file structure [2021-04-06T05:01:14.206Z] ==> Reading reports [2021-04-06T05:01:14.206Z] + ./coverage.out bytes=10 [2021-04-06T05:01:14.206Z] ==> Appending adjustments [2021-04-06T05:01:14.206Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T05:01:14.468Z] + Found adjustments [2021-04-06T05:01:14.468Z] ==> Gzipping contents [2021-04-06T05:01:14.468Z] 4.0K /tmp/codecov.03RD02.gz [2021-04-06T05:01:14.468Z] ==> Uploading reports [2021-04-06T05:01:14.468Z] url: https://codecov.io [2021-04-06T05:01:14.468Z] query: branch=PR-322&commit=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-322%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=322&job=&cmd_args= [2021-04-06T05:01:14.469Z] -> Pinging Codecov [2021-04-06T05:01:14.469Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-322&commit=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-322%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=322&job=&cmd_args= [2021-04-06T05:01:14.732Z] -> Uploading to [2021-04-06T05:01:14.732Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc/afb5c721-8a91-4500-88e3-dc253f830df9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T050114Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5361f7148cec43bfb702d9916c5b55bb857dbe98d09270a7ef163529f515b47 [2021-04-06T05:01:14.732Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T05:01:14.732Z] Dload Upload Total Spent Left Speed [2021-04-06T05:01:15.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 4932 --:--:-- --:--:-- --:--:-- 4937 [2021-04-06T05:01:15.681Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [Pipeline] } [2021-04-06T05:01:15.691Z] 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-06T05:01:17.939Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T05:01:18.513Z] ---> package-listing.sh [2021-04-06T05:01:18.513Z] ++ facter osfamily [2021-04-06T05:01:18.513Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T05:01:18.513Z] + OS_FAMILY=redhat [2021-04-06T05:01:18.513Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-322 [2021-04-06T05:01:18.513Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T05:01:18.513Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T05:01:18.513Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T05:01:18.513Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T05:01:18.513Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-322 ']' [2021-04-06T05:01:18.513Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T05:01:18.513Z] + case "${OS_FAMILY}" in [2021-04-06T05:01:18.513Z] + rpm -qa [2021-04-06T05:01:18.513Z] + sort [2021-04-06T05:01:23.834Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T05:01:23.834Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T05:01:23.834Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T05:01:23.834Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-322 ']' [2021-04-06T05:01:23.834Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-322/archives/ [2021-04-06T05:01:23.834Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-322/archives/ [Pipeline] echo [2021-04-06T05:01:23.849Z] 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-322/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T05:01:24.149Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T05:01:24.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T05:01:24.460Z] [2021-04-06T05:01:24.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T05:01:24.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T05:01:24.809Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T05:01:24.809Z] df20fa9351a1: Pulling fs layer [2021-04-06T05:01:24.809Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T05:01:24.809Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T05:01:24.809Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T05:01:24.809Z] 93b61091891f: Pulling fs layer [2021-04-06T05:01:24.809Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T05:01:24.809Z] 5e14af77c1be: Pulling fs layer [2021-04-06T05:01:24.809Z] 01666e4c0597: Pulling fs layer [2021-04-06T05:01:24.809Z] aa168da1d23b: Pulling fs layer [2021-04-06T05:01:24.809Z] 01666e4c0597: Waiting [2021-04-06T05:01:24.809Z] 93b9cdb0e59b: Waiting [2021-04-06T05:01:24.809Z] aa168da1d23b: Waiting [2021-04-06T05:01:24.809Z] 5e14af77c1be: Waiting [2021-04-06T05:01:24.809Z] 93b61091891f: Waiting [2021-04-06T05:01:24.809Z] 46f8f816bc3b: Waiting [2021-04-06T05:01:24.809Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T05:01:24.809Z] 36b3adc4ff6f: Download complete [2021-04-06T05:01:25.074Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T05:01:25.074Z] 46f8f816bc3b: Download complete [2021-04-06T05:01:25.074Z] df20fa9351a1: Verifying Checksum [2021-04-06T05:01:25.074Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T05:01:25.074Z] 93b9cdb0e59b: Download complete [2021-04-06T05:01:25.074Z] 5e14af77c1be: Verifying Checksum [2021-04-06T05:01:25.074Z] 5e14af77c1be: Download complete [2021-04-06T05:01:25.074Z] 01666e4c0597: Verifying Checksum [2021-04-06T05:01:25.074Z] 01666e4c0597: Download complete [2021-04-06T05:01:25.074Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T05:01:25.074Z] 8ad3a11d3b57: Download complete [2021-04-06T05:01:25.074Z] 93b61091891f: Verifying Checksum [2021-04-06T05:01:25.074Z] 93b61091891f: Download complete [2021-04-06T05:01:25.337Z] df20fa9351a1: Pull complete [2021-04-06T05:01:25.600Z] 36b3adc4ff6f: Pull complete [2021-04-06T05:01:26.181Z] 8ad3a11d3b57: Pull complete [2021-04-06T05:01:26.444Z] 46f8f816bc3b: Pull complete [2021-04-06T05:01:26.708Z] 93b61091891f: Pull complete [2021-04-06T05:01:27.660Z] aa168da1d23b: Verifying Checksum [2021-04-06T05:01:27.660Z] aa168da1d23b: Download complete [2021-04-06T05:01:27.931Z] 93b9cdb0e59b: Pull complete [2021-04-06T05:01:28.516Z] 5e14af77c1be: Pull complete [2021-04-06T05:01:28.516Z] 01666e4c0597: Pull complete [2021-04-06T05:01:35.162Z] aa168da1d23b: Pull complete [2021-04-06T05:01:35.163Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T05:01:35.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T05:01:35.163Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T05:01:35.305Z] prd-centos7-docker-4c-2g-32887 does not seem to be running inside a container [2021-04-06T05:01:35.348Z] $ 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-322/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-322 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322:/w/workspace/edgexfoundry_edgex-ui-go_PR-322:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T05:01:38.634Z] $ docker top 7332e2d3fc8741c8acd63115e198dbce3f4c4efd3bc4f7ad882a57d5a1a95a72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T05:01:39.275Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T05:01:39.576Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T05:01:39.876Z] + ls /var/log/sa-host [2021-04-06T05:01:39.876Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T05:01:39.876Z] file_magic: OK [2021-04-06T05:01:39.876Z] HZ: Using current value: 100 [2021-04-06T05:01:39.876Z] file_header: OK [2021-04-06T05:01:39.876Z] 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-06T05:01:39.876Z] Statistics: [2021-04-06T05:01:39.876Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T05:01:39.876Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T05:01:39.876Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T05:01:39.876Z] file_magic: OK [2021-04-06T05:01:39.876Z] HZ: Using current value: 100 [2021-04-06T05:01:39.876Z] file_header: OK [2021-04-06T05:01:39.876Z] 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-06T05:01:39.876Z] Statistics: [2021-04-06T05:01:39.876Z] Hnuu...uuuununununu... [2021-04-06T05:01:39.876Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T05:01:40.117Z] provisioning config files... [2021-04-06T05:01:40.136Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/config2810278462625589651tmp [Pipeline] { [Pipeline] echo [2021-04-06T05:01:40.218Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T05:01:40.513Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T05:01:40.522Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T05:01:40.617Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T05:01:40.910Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T05:01:40.921Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T05:01:41.215Z] ---> sudo-logs.sh [2021-04-06T05:01:41.215Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T05:01:41.290Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T05:01:41.586Z] ---> job-cost.sh [2021-04-06T05:01:41.586Z] lf-activate-venv: SKIPPING [2021-04-06T05:01:41.586Z] DEBUG: total: 0.20999999344348907 [2021-04-06T05:01:41.586Z] INFO: Retrieving Stack Cost... [2021-04-06T05:01:42.530Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T05:01:43.114Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T05:01:43.127Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T05:01:43.426Z] ---> logs-deploy.sh [2021-04-06T05:01:43.426Z] lf-activate-venv: SKIPPING [2021-04-06T05:01:43.426Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-322/2 [2021-04-06T05:01:43.426Z] INFO: archiving workspace using pattern(s): [2021-04-06T05:01:45.353Z] Archives upload complete. [2021-04-06T05:01:45.353Z] INFO: archiving logs to Nexus