Pull request #331 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from fcafc9e129a30e91db2366c027cd18030f76131e+f3d832780459d13231503a8fc399caf5bd23089c (b2202047728094897b24b4dc5bf495f0bdb28bed) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33685 in /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [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-331 # 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 f3d832780459d13231503a8fc399caf5bd23089c into PR head commit fcafc9e129a30e91db2366c027cd18030f76131e > 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/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing fcafc9e129a30e91db2366c027cd18030f76131e Checking out Revision fcafc9e129a30e91db2366c027cd18030f76131e (PR-331) > git merge f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 Commit message: "Merge branch 'master' into issue-#275-11-scheduler" First time build. Skipping changelog. > git rev-list --no-walk a889987168bba87e5f56b713e23ac9a435e7923c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-12T14:11:00.352Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-12T14:11:00.651Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-12T14:11:00.798Z] ========================================================= [2021-04-12T14:11:00.798Z] EdgeX Global Pipelines Version Info [2021-04-12T14:11:00.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:11:02.306Z] ------------------- [2021-04-12T14:11:02.307Z] stable info: [2021-04-12T14:11:02.307Z] ------------------- [2021-04-12T14:11:02.307Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-12T14:11:02.307Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-12T14:11:02.307Z] Message: update stable to v1.0.186 [2021-04-12T14:11:03.265Z] ------------------- [2021-04-12T14:11:03.265Z] experimental info: [2021-04-12T14:11:03.265Z] ------------------- [2021-04-12T14:11:03.265Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-12T14:11:03.265Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-12T14:11:03.265Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-12T14:11:03.502Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-12T14:11:03.594Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-12T14:11:03.675Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-12T14:11:03.757Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-12T14:11:03.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-12T14:11:03.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-12T14:11:04.018Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-12T14:11:04.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-12T14:11:04.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-12T14:11:04.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-12T14:11:04.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-12T14:11:04.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-12T14:11:04.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-12T14:11:04.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-12T14:11:04.979Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T14:11:05.075Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T14:11:05.435Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T14:11:05.523Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T14:11:05.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-12T14:11:05.694Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-12T14:11:05.778Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-12T14:11:05.861Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-12T14:11:05.942Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-12T14:11:06.034Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-12T14:11:06.118Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-12T14:11:06.216Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-12T14:11:06.297Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-331 [Pipeline] echo [2021-04-12T14:11:06.379Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-331 [Pipeline] echo [2021-04-12T14:11:06.458Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-331 [Pipeline] echo [2021-04-12T14:11:06.538Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcafc9e129a30e91db2366c027cd18030f76131e [Pipeline] echo [2021-04-12T14:11:06.638Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcafc9e [Pipeline] echo [2021-04-12T14:11:06.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T14:11:06.887Z] provisioning config files... [2021-04-12T14:11:06.917Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/config543495238045560399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:11:07.273Z] ---> docker-login.sh [2021-04-12T14:11:07.273Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:11:07.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:11:07.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:11:07.539Z] Configure a credential helper to remove this warning. See [2021-04-12T14:11:07.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:11:07.539Z] [2021-04-12T14:11:07.539Z] Login Succeeded [2021-04-12T14:11:07.539Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:11:07.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:11:07.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:11:07.802Z] Configure a credential helper to remove this warning. See [2021-04-12T14:11:07.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:11:07.802Z] [2021-04-12T14:11:07.802Z] Login Succeeded [2021-04-12T14:11:07.802Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:11:08.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:11:08.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:11:08.066Z] Configure a credential helper to remove this warning. See [2021-04-12T14:11:08.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:11:08.066Z] [2021-04-12T14:11:08.066Z] Login Succeeded [2021-04-12T14:11:08.066Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:11:08.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:11:08.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:11:08.329Z] Configure a credential helper to remove this warning. See [2021-04-12T14:11:08.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:11:08.329Z] [2021-04-12T14:11:08.329Z] Login Succeeded [2021-04-12T14:11:08.329Z] docker.io [2021-04-12T14:11:08.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:11:08.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:11:08.592Z] Configure a credential helper to remove this warning. See [2021-04-12T14:11:08.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:11:08.592Z] [2021-04-12T14:11:08.592Z] Login Succeeded [2021-04-12T14:11:08.592Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:11:08.606Z] 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-12T14:11:09.714Z] + git log --format=format:%s -1 fcafc9e129a30e91db2366c027cd18030f76131e [Pipeline] echo [2021-04-12T14:11:09.779Z] GIT_COMMIT: fcafc9e129a30e91db2366c027cd18030f76131e, Commit Message: Merge branch 'master' into issue-#275-11-scheduler [Pipeline] echo [2021-04-12T14:11:09.828Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:11:10.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:11:10.416Z] [2021-04-12T14:11:10.416Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:11:10.762Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:11:10.762Z] latest: Pulling from edgex-devops/git-semver [2021-04-12T14:11:10.762Z] 31603596830f: Pulling fs layer [2021-04-12T14:11:10.762Z] 2a8b12db71e7: Pulling fs layer [2021-04-12T14:11:10.762Z] 6ca5941a6612: Pulling fs layer [2021-04-12T14:11:10.762Z] ecc8261a40a4: Pulling fs layer [2021-04-12T14:11:10.762Z] ecc8261a40a4: Waiting [2021-04-12T14:11:10.762Z] 2a8b12db71e7: Download complete [2021-04-12T14:11:11.027Z] ecc8261a40a4: Verifying Checksum [2021-04-12T14:11:11.027Z] ecc8261a40a4: Download complete [2021-04-12T14:11:11.027Z] 6ca5941a6612: Download complete [2021-04-12T14:11:11.293Z] 31603596830f: Verifying Checksum [2021-04-12T14:11:11.293Z] 31603596830f: Download complete [2021-04-12T14:11:11.872Z] 31603596830f: Pull complete [2021-04-12T14:11:11.872Z] 2a8b12db71e7: Pull complete [2021-04-12T14:11:12.823Z] 6ca5941a6612: Pull complete [2021-04-12T14:11:12.823Z] ecc8261a40a4: Pull complete [2021-04-12T14:11:12.823Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-12T14:11:12.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:11:12.823Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-12T14:11:12.921Z] prd-centos7-docker-4c-2g-33685 does not seem to be running inside a container [2021-04-12T14:11:12.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-331 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331:/w/workspace/edgexfoundry_edgex-ui-go_PR-331:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@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-12T14:11:14.901Z] $ docker top 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T14:11:15.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:11:15.180Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:11:15.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:11:15.388Z] $ docker exec 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent [2021-04-12T14:11:15.552Z] SSH_AUTH_SOCK=/tmp/ssh-FT8A2jQnWssS/agent.11 [2021-04-12T14:11:15.552Z] SSH_AGENT_PID=16 [2021-04-12T14:11:15.563Z] Running ssh-add (command line suppressed) [2021-04-12T14:11:15.677Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_4508157955198837431.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_4508157955198837431.key) [2021-04-12T14:11:15.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:11:16.075Z] + git tag --points-at HEAD [Pipeline] } [2021-04-12T14:11:16.114Z] $ docker exec --env ******** --env ******** 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent -k [2021-04-12T14:11:16.229Z] unset SSH_AUTH_SOCK; [2021-04-12T14:11:16.229Z] unset SSH_AGENT_PID; [2021-04-12T14:11:16.229Z] echo Agent pid 16 killed; [2021-04-12T14:11:16.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-12T14:11:16.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:11:16.478Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:11:16.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:11:16.640Z] $ docker exec 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent [2021-04-12T14:11:16.800Z] SSH_AUTH_SOCK=/tmp/ssh-P9e093v5L7e8/agent.45 [2021-04-12T14:11:16.801Z] SSH_AGENT_PID=50 [2021-04-12T14:11:16.807Z] Running ssh-add (command line suppressed) [2021-04-12T14:11:16.925Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_1563214643757895085.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_1563214643757895085.key) [2021-04-12T14:11:16.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:11:17.308Z] + git semver init [2021-04-12T14:11:17.308Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T14:11:17.308Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-331/.git [2021-04-12T14:11:17.308Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [2021-04-12T14:11:17.308Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T14:11:17.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T14:11:17.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T14:11:17.308Z] # $SEMVER_BRANCH = PR-331 [2021-04-12T14:11:17.308Z] # $SEMVER_TEMP = /tmp/semver-586079804 [2021-04-12T14:11:17.308Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-12T14:11:18.696Z] # '/tmp/semver-586079804' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-331/.semver' [2021-04-12T14:11:18.696Z] # -> Force: false [2021-04-12T14:11:18.696Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-331/.semver [Pipeline] } [2021-04-12T14:11:18.708Z] $ docker exec --env ******** --env ******** 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent -k [2021-04-12T14:11:18.832Z] unset SSH_AUTH_SOCK; [2021-04-12T14:11:18.833Z] unset SSH_AGENT_PID; [2021-04-12T14:11:18.833Z] echo Agent pid 50 killed; [2021-04-12T14:11:18.886Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T14:11:19.426Z] + git semver [Pipeline] } [2021-04-12T14:11:19.442Z] $ docker stop --time=1 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 [2021-04-12T14:11:20.848Z] $ docker rm -f 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T14:11:21.371Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-12T14:11:21.927Z] Stashed 1 file(s) [Pipeline] echo [2021-04-12T14:11:21.930Z] [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-12T14:11:37.456Z] Still waiting to schedule task [2021-04-12T14:11:37.456Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-12T14:11:37.458Z] Still waiting to schedule task [2021-04-12T14:11:37.458Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-12T14:13:48.931Z] Running on prd-centos7-docker-4c-2g-33689 in /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [Pipeline] { [Pipeline] ws [2021-04-12T14:13:48.985Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-12T14:13:51.386Z] using credential edgex-jenkins-ssh [2021-04-12T14:13:51.440Z] Cloning the remote Git repository [2021-04-12T14:13:51.474Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:13:51.545Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-12T14:13:51.612Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:13:51.612Z] > git --version # timeout=10 [2021-04-12T14:13:51.618Z] > git --version # 'git version 2.24.3' [2021-04-12T14:13:51.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:13:51.649Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:13:52.523Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:13:52.534Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:13:52.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:13:52.560Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:13:52.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:13:52.565Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T14:13:53.061Z] Merging remotes/origin/master commit f3d832780459d13231503a8fc399caf5bd23089c into PR head commit fcafc9e129a30e91db2366c027cd18030f76131e [2021-04-12T14:13:53.290Z] Merge succeeded, producing fcafc9e129a30e91db2366c027cd18030f76131e [2021-04-12T14:13:53.290Z] Checking out Revision fcafc9e129a30e91db2366c027cd18030f76131e (PR-331) [2021-04-12T14:13:53.068Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T14:13:53.074Z] > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 [2021-04-12T14:13:53.247Z] > git remote # timeout=10 [2021-04-12T14:13:53.254Z] > git config --get remote.origin.url # timeout=10 [2021-04-12T14:13:53.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:13:53.268Z] > git merge f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 [2021-04-12T14:13:53.280Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-12T14:13:53.292Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T14:13:53.316Z] > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 [2021-04-12T14:13:57.013Z] Commit message: "Merge branch 'master' into issue-#275-11-scheduler" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T14:13:58.262Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:13:58.590Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:13:58.892Z] + sudo service docker restart [2021-04-12T14:13:58.893Z] + true [2021-04-12T14:13:58.893Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T14:14:00.895Z] provisioning config files... [2021-04-12T14:14:00.923Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2980934553836556901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:14:01.299Z] ---> docker-login.sh [2021-04-12T14:14:01.299Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:14:01.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:01.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:01.565Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:01.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:01.565Z] [2021-04-12T14:14:01.565Z] Login Succeeded [2021-04-12T14:14:01.565Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:14:01.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:01.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:01.829Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:01.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:01.829Z] [2021-04-12T14:14:01.829Z] Login Succeeded [2021-04-12T14:14:01.829Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:14:02.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:02.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:02.094Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:02.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:02.095Z] [2021-04-12T14:14:02.095Z] Login Succeeded [2021-04-12T14:14:02.095Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:14:02.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:02.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:02.357Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:02.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:02.357Z] [2021-04-12T14:14:02.357Z] Login Succeeded [2021-04-12T14:14:02.357Z] docker.io [2021-04-12T14:14:02.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:02.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:02.618Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:02.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:02.618Z] [2021-04-12T14:14:02.618Z] Login Succeeded [2021-04-12T14:14:02.618Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:14:02.628Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-12T14:14:03.034Z] ========================================================= [2021-04-12T14:14:03.034Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-12T14:14:03.034Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:14:03.438Z] + 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-12T14:14:03.700Z] Sending build context to Docker daemon 17.76MB [2021-04-12T14:14:03.700Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:14:03.700Z] Step 2/8 : FROM ${BASE} [2021-04-12T14:14:03.700Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-12T14:14:03.700Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T14:14:03.700Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T14:14:03.700Z] de9db76c5a1d: Pulling fs layer [2021-04-12T14:14:03.700Z] bca2f99d35d6: Pulling fs layer [2021-04-12T14:14:03.700Z] 93359f2a8cfa: Pulling fs layer [2021-04-12T14:14:03.700Z] 7c6f9722023f: Pulling fs layer [2021-04-12T14:14:03.700Z] a35cf1a2eb13: Pulling fs layer [2021-04-12T14:14:03.700Z] bca2f99d35d6: Waiting [2021-04-12T14:14:03.700Z] 93359f2a8cfa: Waiting [2021-04-12T14:14:03.700Z] 7c6f9722023f: Waiting [2021-04-12T14:14:03.700Z] a35cf1a2eb13: Waiting [2021-04-12T14:14:03.963Z] de9db76c5a1d: Verifying Checksum [2021-04-12T14:14:03.963Z] de9db76c5a1d: Download complete [2021-04-12T14:14:03.963Z] 0ef7d3d256c8: Verifying Checksum [2021-04-12T14:14:03.963Z] 0ef7d3d256c8: Download complete [2021-04-12T14:14:03.963Z] 93359f2a8cfa: Verifying Checksum [2021-04-12T14:14:03.963Z] 93359f2a8cfa: Download complete [2021-04-12T14:14:04.535Z] 7c6f9722023f: Download complete [2021-04-12T14:14:04.797Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T14:14:04.797Z] 188c0c94c7c5: Download complete [2021-04-12T14:14:05.059Z] 188c0c94c7c5: Pull complete [2021-04-12T14:14:05.059Z] 0ef7d3d256c8: Pull complete [2021-04-12T14:14:05.321Z] de9db76c5a1d: Pull complete [2021-04-12T14:14:07.240Z] a35cf1a2eb13: Verifying Checksum [2021-04-12T14:14:07.240Z] a35cf1a2eb13: Download complete [2021-04-12T14:14:07.817Z] bca2f99d35d6: Verifying Checksum [2021-04-12T14:14:07.817Z] bca2f99d35d6: Download complete [2021-04-12T14:14:14.441Z] bca2f99d35d6: Pull complete [2021-04-12T14:14:14.441Z] 93359f2a8cfa: Pull complete [2021-04-12T14:14:14.441Z] 7c6f9722023f: Pull complete [2021-04-12T14:14:19.604Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33688 in /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [Pipeline] { [Pipeline] ws [2021-04-12T14:14:19.664Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-12T14:14:21.072Z] a35cf1a2eb13: Pull complete [2021-04-12T14:14:21.072Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-12T14:14:21.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-12T14:14:21.072Z] ---> a62c8e92a672 [2021-04-12T14:14:21.072Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-12T14:14:21.072Z] ---> Running in 23ba3137da99 [2021-04-12T14:14:21.072Z] Removing intermediate container 23ba3137da99 [2021-04-12T14:14:21.072Z] ---> ec18a533c502 [2021-04-12T14:14:21.072Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:14:21.072Z] ---> Running in bbc6f39241c5 [2021-04-12T14:14:22.467Z] Removing intermediate container bbc6f39241c5 [2021-04-12T14:14:22.467Z] ---> 28b07e62854c [2021-04-12T14:14:22.467Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-12T14:14:22.467Z] ---> Running in 5399965c1591 [2021-04-12T14:14:23.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T14:14:23.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T14:14:24.563Z] OK: 166 MiB in 39 packages [2021-04-12T14:14:24.830Z] Removing intermediate container 5399965c1591 [2021-04-12T14:14:24.830Z] ---> 0c19f921ab6e [2021-04-12T14:14:24.830Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-12T14:14:24.830Z] ---> Running in 3edbc2c7ddc7 [2021-04-12T14:14:24.908Z] using credential edgex-jenkins-ssh [2021-04-12T14:14:24.970Z] Cloning the remote Git repository [2021-04-12T14:14:25.093Z] Removing intermediate container 3edbc2c7ddc7 [2021-04-12T14:14:25.093Z] ---> 27b1cd9f2549 [2021-04-12T14:14:25.093Z] Step 7/8 : COPY . . [2021-04-12T14:14:25.025Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:14:25.143Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-12T14:14:25.218Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:14:25.219Z] > git --version # timeout=10 [2021-04-12T14:14:25.253Z] > git --version # 'git version 2.17.1' [2021-04-12T14:14:25.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:14:25.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:14:26.884Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:14:26.912Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:14:26.953Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:14:26.998Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:14:26.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:14:27.012Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T14:14:27.634Z] Merging remotes/origin/master commit f3d832780459d13231503a8fc399caf5bd23089c into PR head commit fcafc9e129a30e91db2366c027cd18030f76131e [2021-04-12T14:14:27.662Z] ---> 3205b8d878f3 [2021-04-12T14:14:27.662Z] Step 8/8 : RUN go mod download [2021-04-12T14:14:27.662Z] ---> Running in 53f124607ae4 [2021-04-12T14:14:28.086Z] Merge succeeded, producing fcafc9e129a30e91db2366c027cd18030f76131e [2021-04-12T14:14:28.086Z] Checking out Revision fcafc9e129a30e91db2366c027cd18030f76131e (PR-331) [2021-04-12T14:14:27.654Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T14:14:27.677Z] > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 [2021-04-12T14:14:28.002Z] > git remote # timeout=10 [2021-04-12T14:14:28.021Z] > git config --get remote.origin.url # timeout=10 [2021-04-12T14:14:28.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:14:28.046Z] > git merge f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 [2021-04-12T14:14:28.069Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-12T14:14:28.099Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T14:14:28.111Z] > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 [2021-04-12T14:14:32.997Z] Commit message: "Merge branch 'master' into issue-#275-11-scheduler" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T14:14:34.566Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:14:34.986Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:14:35.337Z] + sudo service docker restart [2021-04-12T14:14:35.337Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T14:14:38.059Z] provisioning config files... [2021-04-12T14:14:38.113Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3042904410728073641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:14:38.534Z] ---> docker-login.sh [2021-04-12T14:14:38.534Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:14:39.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:39.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:39.802Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:39.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:39.802Z] [2021-04-12T14:14:39.802Z] Login Succeeded [2021-04-12T14:14:39.802Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:14:40.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:40.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:40.403Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:40.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:40.403Z] [2021-04-12T14:14:40.403Z] Login Succeeded [2021-04-12T14:14:40.403Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:14:40.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:40.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:40.955Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:40.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:40.955Z] [2021-04-12T14:14:40.955Z] Login Succeeded [2021-04-12T14:14:40.955Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:14:41.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:41.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:41.502Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:41.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:41.502Z] [2021-04-12T14:14:41.502Z] Login Succeeded [2021-04-12T14:14:41.502Z] docker.io [2021-04-12T14:14:41.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:14:42.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:14:42.047Z] Configure a credential helper to remove this warning. See [2021-04-12T14:14:42.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:14:42.047Z] [2021-04-12T14:14:42.047Z] Login Succeeded [2021-04-12T14:14:42.047Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:14:42.065Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-12T14:14:42.649Z] ========================================================= [2021-04-12T14:14:42.649Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-12T14:14:42.649Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:14:43.056Z] + 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-12T14:14:44.192Z] Sending build context to Docker daemon 17.76MB [2021-04-12T14:14:44.192Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:14:44.192Z] Step 2/8 : FROM ${BASE} [2021-04-12T14:14:44.192Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-12T14:14:44.192Z] 5f621e34cdf4: Pulling fs layer [2021-04-12T14:14:44.192Z] a4357932f1b6: Pulling fs layer [2021-04-12T14:14:44.192Z] 18c013af1878: Pulling fs layer [2021-04-12T14:14:44.192Z] 00ac8860ef70: Pulling fs layer [2021-04-12T14:14:44.192Z] 63d7cb157983: Pulling fs layer [2021-04-12T14:14:44.192Z] b116817d02f9: Pulling fs layer [2021-04-12T14:14:44.192Z] 745a02a5169b: Pulling fs layer [2021-04-12T14:14:44.192Z] 00ac8860ef70: Waiting [2021-04-12T14:14:44.192Z] 63d7cb157983: Waiting [2021-04-12T14:14:44.192Z] b116817d02f9: Waiting [2021-04-12T14:14:44.192Z] 745a02a5169b: Waiting [2021-04-12T14:14:44.192Z] 18c013af1878: Verifying Checksum [2021-04-12T14:14:44.192Z] 18c013af1878: Download complete [2021-04-12T14:14:44.192Z] a4357932f1b6: Verifying Checksum [2021-04-12T14:14:44.192Z] a4357932f1b6: Download complete [2021-04-12T14:14:44.192Z] 63d7cb157983: Verifying Checksum [2021-04-12T14:14:44.192Z] 63d7cb157983: Download complete [2021-04-12T14:14:44.469Z] b116817d02f9: Verifying Checksum [2021-04-12T14:14:44.469Z] b116817d02f9: Download complete [2021-04-12T14:14:44.745Z] 5f621e34cdf4: Download complete [2021-04-12T14:14:45.357Z] 5f621e34cdf4: Pull complete [2021-04-12T14:14:45.959Z] a4357932f1b6: Pull complete [2021-04-12T14:14:46.237Z] 18c013af1878: Pull complete [2021-04-12T14:14:47.227Z] 745a02a5169b: Verifying Checksum [2021-04-12T14:14:47.227Z] 745a02a5169b: Download complete [2021-04-12T14:14:48.209Z] 00ac8860ef70: Download complete [2021-04-12T14:14:54.302Z] Removing intermediate container 53f124607ae4 [2021-04-12T14:14:54.302Z] ---> 96ec82bfc77f [2021-04-12T14:14:54.302Z] Successfully built 96ec82bfc77f [2021-04-12T14:14:54.302Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:14:54.619Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T14:14:54.619Z] . [Pipeline] withDockerContainer [2021-04-12T14:14:54.733Z] prd-centos7-docker-4c-2g-33689 does not seem to be running inside a container [2021-04-12T14:14:54.786Z] $ 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-12T14:14:55.661Z] $ docker top 18a04d33c3bb8cf99d3ea58cc9a1a232488012cd55e462212a4b2b5cd294778c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:14:56.149Z] + go version [2021-04-12T14:14:56.149Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-12T14:14:56.162Z] $ docker stop --time=1 18a04d33c3bb8cf99d3ea58cc9a1a232488012cd55e462212a4b2b5cd294778c [2021-04-12T14:14:57.498Z] $ docker rm -f 18a04d33c3bb8cf99d3ea58cc9a1a232488012cd55e462212a4b2b5cd294778c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:14:58.302Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T14:14:58.302Z] . [Pipeline] withDockerContainer [2021-04-12T14:14:58.388Z] 00ac8860ef70: Pull complete [2021-04-12T14:14:58.388Z] 63d7cb157983: Pull complete [2021-04-12T14:14:58.388Z] b116817d02f9: Pull complete [2021-04-12T14:14:58.406Z] prd-centos7-docker-4c-2g-33689 does not seem to be running inside a container [2021-04-12T14:14:58.451Z] $ 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-12T14:14:59.004Z] $ docker top c65a53dd6337f3f9ddb8f63a8e207266c0234daa8d0b46eff05a6a7d7825f895 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:14:59.467Z] + make test [2021-04-12T14:14:59.467Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-12T14:15:00.872Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-12T14:15:01.795Z] 745a02a5169b: Pull complete [2021-04-12T14:15:01.795Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-12T14:15:01.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-12T14:15:01.795Z] ---> b7e6874047d6 [2021-04-12T14:15:01.795Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-12T14:15:05.234Z] ---> Running in c3be4e0cc9dd [2021-04-12T14:15:05.509Z] Removing intermediate container c3be4e0cc9dd [2021-04-12T14:15:05.509Z] ---> 0092afca8ef5 [2021-04-12T14:15:05.509Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:15:05.509Z] ---> Running in af6d0570835d [2021-04-12T14:15:08.149Z] Removing intermediate container af6d0570835d [2021-04-12T14:15:08.149Z] ---> 70eea1af1a5f [2021-04-12T14:15:08.149Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-12T14:15:08.149Z] ---> Running in f3e2a5c644eb [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-12T14:15:09.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-12T14:15:09.161Z] GO111MODULE=on go vet ./... [2021-04-12T14:15:09.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T14:15:10.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T14:15:10.797Z] OK: 142 MiB in 39 packages [Pipeline] } [2021-04-12T14:15:11.763Z] $ docker stop --time=1 c65a53dd6337f3f9ddb8f63a8e207266c0234daa8d0b46eff05a6a7d7825f895 [2021-04-12T14:15:12.247Z] Removing intermediate container f3e2a5c644eb [2021-04-12T14:15:12.247Z] ---> ceea715396d0 [2021-04-12T14:15:12.247Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-12T14:15:12.522Z] ---> Running in a4e0354e19cf [2021-04-12T14:15:13.117Z] Removing intermediate container a4e0354e19cf [2021-04-12T14:15:13.117Z] ---> cc6b93aad418 [2021-04-12T14:15:13.117Z] Step 7/8 : COPY . . [2021-04-12T14:15:14.172Z] $ docker rm -f c65a53dd6337f3f9ddb8f63a8e207266c0234daa8d0b46eff05a6a7d7825f895 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T14:15:14.745Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T14:15:15.155Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-12T14:15:15.744Z] ---> f1c4b2cb6481 [2021-04-12T14:15:15.744Z] Step 8/8 : RUN go mod download [2021-04-12T14:15:15.744Z] ---> Running in 1053e52a23e6 [Pipeline] sh [2021-04-12T14:15:18.199Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-12T14:15:18.503Z] + ls -al . [2021-04-12T14:15:18.503Z] total 92 [2021-04-12T14:15:18.503Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 12 14:15 . [2021-04-12T14:15:18.503Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 12 14:13 .. [2021-04-12T14:15:18.503Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 12 14:13 assets [2021-04-12T14:15:18.503Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 12 14:13 bin [2021-04-12T14:15:18.503Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 12 14:13 cmd [2021-04-12T14:15:18.503Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 12 14:13 CONTRIBUTING.md [2021-04-12T14:15:18.503Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 12 14:15 coverage.out [2021-04-12T14:15:18.503Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 12 14:13 Dockerfile [2021-04-12T14:15:18.503Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 12 14:13 Dockerfile.build [2021-04-12T14:15:18.503Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 12 14:13 docs [2021-04-12T14:15:18.503Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 12 14:13 .git [2021-04-12T14:15:18.504Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 12 14:13 .github [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 12 14:13 .gitignore [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 12 14:13 go.mod [2021-04-12T14:15:18.504Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 12 14:14 go.sum [2021-04-12T14:15:18.504Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 12 14:13 internal [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 12 14:13 Jenkinsfile [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 12 14:13 LICENSE [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 12 14:13 Makefile [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 12 14:13 README.md [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 12 14:11 VERSION [2021-04-12T14:15:18.504Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 12 14:13 version.go [2021-04-12T14:15:18.504Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 12 14:13 web [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:15:18.819Z] + 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=fcafc9e129a30e91db2366c027cd18030f76131e --label arch=amd64 --label version=0.0.0 . [2021-04-12T14:15:19.082Z] Sending build context to Docker daemon 17.79MB [2021-04-12T14:15:19.082Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:15:19.082Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-12T14:15:19.082Z] ---> 96ec82bfc77f [2021-04-12T14:15:19.082Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-12T14:15:19.662Z] ---> Running in 1332cd876879 [2021-04-12T14:15:19.925Z] Removing intermediate container 1332cd876879 [2021-04-12T14:15:19.925Z] ---> 9d4c3dcb7d27 [2021-04-12T14:15:19.925Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-12T14:15:19.925Z] ---> Running in fea88ab82fab [2021-04-12T14:15:20.190Z] Removing intermediate container fea88ab82fab [2021-04-12T14:15:20.190Z] ---> c917f1ecadbc [2021-04-12T14:15:20.190Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-12T14:15:20.190Z] ---> Running in 200898b888ef [2021-04-12T14:15:20.454Z] Removing intermediate container 200898b888ef [2021-04-12T14:15:20.454Z] ---> a8f5b16bb201 [2021-04-12T14:15:20.454Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-12T14:15:20.454Z] ---> Running in a368872e915e [2021-04-12T14:15:20.716Z] Removing intermediate container a368872e915e [2021-04-12T14:15:20.716Z] ---> 0bc4624afe5e [2021-04-12T14:15:20.716Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-12T14:15:20.716Z] ---> Running in 6f6caaa03db3 [2021-04-12T14:15:20.716Z] Removing intermediate container 6f6caaa03db3 [2021-04-12T14:15:20.716Z] ---> 827147ca0e69 [2021-04-12T14:15:20.716Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:15:20.978Z] ---> Running in b2769ebc0806 [2021-04-12T14:15:21.553Z] Removing intermediate container b2769ebc0806 [2021-04-12T14:15:21.553Z] ---> 63f2d0b0ccd9 [2021-04-12T14:15:21.553Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-12T14:15:21.815Z] ---> Running in 0f24fc116e82 [2021-04-12T14:15:22.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T14:15:23.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T14:15:23.732Z] OK: 166 MiB in 39 packages [2021-04-12T14:15:23.995Z] Removing intermediate container 0f24fc116e82 [2021-04-12T14:15:23.995Z] ---> f3e9a6858f89 [2021-04-12T14:15:23.995Z] Step 10/24 : ENV GO111MODULE=on [2021-04-12T14:15:24.257Z] ---> Running in 0e7ca421ef20 [2021-04-12T14:15:24.257Z] Removing intermediate container 0e7ca421ef20 [2021-04-12T14:15:24.257Z] ---> 9d42cfb80a50 [2021-04-12T14:15:24.257Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-12T14:15:24.520Z] ---> Running in 8757c085e2eb [2021-04-12T14:15:24.520Z] Removing intermediate container 8757c085e2eb [2021-04-12T14:15:24.520Z] ---> 75614ba4566f [2021-04-12T14:15:24.520Z] Step 12/24 : COPY go.mod . [2021-04-12T14:15:24.785Z] ---> 83dd8ca229c8 [2021-04-12T14:15:24.785Z] Step 13/24 : COPY Makefile . [2021-04-12T14:15:25.050Z] ---> 48d8196cc0db [2021-04-12T14:15:25.050Z] Step 14/24 : RUN make update [2021-04-12T14:15:25.050Z] ---> Running in 849c0424a267 [2021-04-12T14:15:25.633Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-12T14:15:26.211Z] Removing intermediate container 849c0424a267 [2021-04-12T14:15:26.211Z] ---> abebbe2bcdf6 [2021-04-12T14:15:26.211Z] Step 15/24 : COPY . . [2021-04-12T14:15:28.781Z] ---> 5ab09f8ee79c [2021-04-12T14:15:28.781Z] Step 16/24 : RUN ${MAKE} [2021-04-12T14:15:28.781Z] ---> Running in b443ac8757b7 [2021-04-12T14:15:28.781Z] 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-12T14:15:37.090Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-12T14:15:41.310Z] Removing intermediate container b443ac8757b7 [2021-04-12T14:15:41.310Z] ---> f352826e8dad [2021-04-12T14:15:41.310Z] Step 17/24 : FROM alpine:3.12 [2021-04-12T14:15:41.572Z] 3.12: Pulling from library/alpine [2021-04-12T14:15:41.834Z] 532819f3e44c: Pulling fs layer [2021-04-12T14:15:42.096Z] 532819f3e44c: Verifying Checksum [2021-04-12T14:15:42.096Z] 532819f3e44c: Download complete [2021-04-12T14:15:42.358Z] 532819f3e44c: Pull complete [2021-04-12T14:15:42.358Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T14:15:42.358Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T14:15:42.358Z] ---> 7230e588e954 [2021-04-12T14:15:42.358Z] Step 18/24 : EXPOSE 4000 [2021-04-12T14:15:42.620Z] ---> Running in 99172938098d [2021-04-12T14:15:42.620Z] Removing intermediate container 99172938098d [2021-04-12T14:15:42.620Z] ---> 500af0b16b0b [2021-04-12T14:15:42.620Z] 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-12T14:15:43.575Z] ---> d6704c04460e [2021-04-12T14:15:43.575Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-12T14:15:43.837Z] ---> Running in 183823f2ed00 [2021-04-12T14:15:43.837Z] Removing intermediate container 183823f2ed00 [2021-04-12T14:15:43.837Z] ---> a52bb9930c77 [2021-04-12T14:15:43.837Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-12T14:15:43.837Z] ---> Running in 8a465fa2a628 [2021-04-12T14:15:44.099Z] Removing intermediate container 8a465fa2a628 [2021-04-12T14:15:44.099Z] ---> 5741ff5aa67f [2021-04-12T14:15:44.099Z] Step 22/24 : LABEL arch=amd64 [2021-04-12T14:15:44.099Z] ---> Running in 2fe0db052a6c [2021-04-12T14:15:44.361Z] Removing intermediate container 2fe0db052a6c [2021-04-12T14:15:44.361Z] ---> c8de09543fe1 [2021-04-12T14:15:44.361Z] Step 23/24 : LABEL git_sha=fcafc9e129a30e91db2366c027cd18030f76131e [2021-04-12T14:15:44.361Z] ---> Running in d040232ab56d [2021-04-12T14:15:44.623Z] Removing intermediate container d040232ab56d [2021-04-12T14:15:44.623Z] ---> 23ef1961f4fa [2021-04-12T14:15:44.623Z] Step 24/24 : LABEL version=0.0.0 [2021-04-12T14:15:44.623Z] ---> Running in 52af2ca10168 [2021-04-12T14:15:44.886Z] Removing intermediate container 52af2ca10168 [2021-04-12T14:15:44.886Z] ---> af67aafbaae8 [2021-04-12T14:15:44.886Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-12T14:15:44.886Z] Successfully built af67aafbaae8 [2021-04-12T14:15:44.886Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:15:45.929Z] ---> job-cost.sh [2021-04-12T14:15:45.929Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EkcK [2021-04-12T14:15:48.109Z] Removing intermediate container 1053e52a23e6 [2021-04-12T14:15:48.109Z] ---> 636a7d1049c0 [2021-04-12T14:15:48.109Z] Successfully built 636a7d1049c0 [2021-04-12T14:15:48.109Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:15:48.463Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T14:15:48.463Z] . [Pipeline] withDockerContainer [2021-04-12T14:15:48.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-33688 does not seem to be running inside a container [2021-04-12T14:15:48.815Z] $ 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-arm64 cat [2021-04-12T14:15:50.333Z] $ docker top 4aa86055e687c106fafd09b54abfd201818bb49adccbbab8909f31f75a22a14d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:15:51.386Z] + go version [2021-04-12T14:15:51.386Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-12T14:15:51.412Z] $ docker stop --time=1 4aa86055e687c106fafd09b54abfd201818bb49adccbbab8909f31f75a22a14d [2021-04-12T14:15:53.432Z] $ docker rm -f 4aa86055e687c106fafd09b54abfd201818bb49adccbbab8909f31f75a22a14d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:15:54.423Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T14:15:54.423Z] . [Pipeline] withDockerContainer [2021-04-12T14:15:54.689Z] prd-ubuntu18.04-docker-arm64-4c-16g-33688 does not seem to be running inside a container [2021-04-12T14:15:54.770Z] $ 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-arm64 cat [2021-04-12T14:15:56.431Z] $ docker top 0f4bbefaef92134650e6e04a4d83b71cafe81b2a319a55b2145b508a0dcb2937 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:15:57.468Z] + make test [2021-04-12T14:15:57.468Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-12T14:15:58.907Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-12T14:16:00.865Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-12T14:16:25.738Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-12T14:16:25.738Z] GO111MODULE=on go vet ./... [2021-04-12T14:16:27.486Z] lf-activate-venv(): INFO: Adding /tmp/venv-EkcK/bin to PATH [2021-04-12T14:16:27.486Z] INFO: No Stack... [2021-04-12T14:16:27.486Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T14:16:27.486Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T14:16:27.792Z] + cut -d, -f6 [2021-04-12T14:16:27.792Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-04-12T14:16:27.874Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [2021-04-12T14:16:27.882Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] did not exist. Created. [2021-04-12T14:16:27.883Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T14:16:28.283Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-12T14:16:28.436Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T14:16:28.448Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-04-12T14:16:32.475Z] $ docker stop --time=1 0f4bbefaef92134650e6e04a4d83b71cafe81b2a319a55b2145b508a0dcb2937 [2021-04-12T14:16:34.851Z] $ docker rm -f 0f4bbefaef92134650e6e04a4d83b71cafe81b2a319a55b2145b508a0dcb2937 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T14:16:35.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T14:16:35.785Z] Warning: overwriting stash ‘coverage-report’ [2021-04-12T14:16:36.740Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T14:16:37.471Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-12T14:16:37.846Z] + ls -al . [2021-04-12T14:16:37.846Z] total 124 [2021-04-12T14:16:37.846Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:15 . [2021-04-12T14:16:37.846Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:14 .. [2021-04-12T14:16:37.846Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 14:14 .git [2021-04-12T14:16:37.846Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:14 .github [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 12 14:14 .gitignore [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 12 14:14 CONTRIBUTING.md [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 12 14:14 Dockerfile [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 12 14:14 Dockerfile.build [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 12 14:14 Jenkinsfile [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 12 14:14 LICENSE [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 12 14:14 Makefile [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 12 14:14 README.md [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 12 14:11 VERSION [2021-04-12T14:16:37.846Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:14 assets [2021-04-12T14:16:37.846Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:14 bin [2021-04-12T14:16:37.846Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:14 cmd [2021-04-12T14:16:37.846Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 12 14:15 coverage.out [2021-04-12T14:16:37.846Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 14:14 docs [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 12 14:14 go.mod [2021-04-12T14:16:37.846Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 12 14:15 go.sum [2021-04-12T14:16:37.846Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:14 internal [2021-04-12T14:16:37.846Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 12 14:14 version.go [2021-04-12T14:16:37.846Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:14 web [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:16:38.248Z] + 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=fcafc9e129a30e91db2366c027cd18030f76131e --label arch=arm64 --label version=0.0.0 . [2021-04-12T14:16:39.242Z] Sending build context to Docker daemon 17.79MB [2021-04-12T14:16:39.242Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:16:39.242Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-12T14:16:39.242Z] ---> 636a7d1049c0 [2021-04-12T14:16:39.242Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-12T14:16:39.518Z] ---> Running in 24f888ea7ff6 [2021-04-12T14:16:40.121Z] Removing intermediate container 24f888ea7ff6 [2021-04-12T14:16:40.121Z] ---> 559e4524bf34 [2021-04-12T14:16:40.121Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-12T14:16:40.121Z] ---> Running in e51a691041d9 [2021-04-12T14:16:40.718Z] Removing intermediate container e51a691041d9 [2021-04-12T14:16:40.718Z] ---> 6dd68c23491f [2021-04-12T14:16:40.718Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-12T14:16:40.718Z] ---> Running in 88602d51348c [2021-04-12T14:16:41.316Z] Removing intermediate container 88602d51348c [2021-04-12T14:16:41.316Z] ---> 9cf2703097b7 [2021-04-12T14:16:41.316Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-12T14:16:41.589Z] ---> Running in dbddcee625a7 [2021-04-12T14:16:41.862Z] Removing intermediate container dbddcee625a7 [2021-04-12T14:16:41.862Z] ---> a6134fb76506 [2021-04-12T14:16:41.862Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-12T14:16:42.135Z] ---> Running in 9893bfb560f1 [2021-04-12T14:16:42.413Z] Removing intermediate container 9893bfb560f1 [2021-04-12T14:16:42.413Z] ---> 8b0305e8fc07 [2021-04-12T14:16:42.413Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:16:42.686Z] ---> Running in 1c56798ff5e7 [2021-04-12T14:16:44.663Z] Removing intermediate container 1c56798ff5e7 [2021-04-12T14:16:44.663Z] ---> fe39c23dc277 [2021-04-12T14:16:44.663Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-12T14:16:44.937Z] ---> Running in f3bf424c6b6c [2021-04-12T14:16:45.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T14:16:46.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T14:16:47.494Z] OK: 142 MiB in 39 packages [2021-04-12T14:16:48.480Z] Removing intermediate container f3bf424c6b6c [2021-04-12T14:16:48.480Z] ---> 3f6a9af1993d [2021-04-12T14:16:48.480Z] Step 10/24 : ENV GO111MODULE=on [2021-04-12T14:16:48.755Z] ---> Running in c38b4c65c82d [2021-04-12T14:16:49.349Z] Removing intermediate container c38b4c65c82d [2021-04-12T14:16:49.350Z] ---> b50df5a0c6f5 [2021-04-12T14:16:49.350Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-12T14:16:49.350Z] ---> Running in 330b4e9ebce4 [2021-04-12T14:16:49.943Z] Removing intermediate container 330b4e9ebce4 [2021-04-12T14:16:49.943Z] ---> 366be1b64a96 [2021-04-12T14:16:49.943Z] Step 12/24 : COPY go.mod . [2021-04-12T14:16:50.543Z] ---> 29127a3bb03e [2021-04-12T14:16:50.543Z] Step 13/24 : COPY Makefile . [2021-04-12T14:16:51.145Z] ---> 71c9eb47d6fe [2021-04-12T14:16:51.145Z] Step 14/24 : RUN make update [2021-04-12T14:16:51.418Z] ---> Running in 3a70003ccb44 [2021-04-12T14:16:52.401Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-12T14:16:53.836Z] Removing intermediate container 3a70003ccb44 [2021-04-12T14:16:53.836Z] ---> e7f338c3c06a [2021-04-12T14:16:53.836Z] Step 15/24 : COPY . . [2021-04-12T14:16:56.460Z] ---> 9bf5f7199c08 [2021-04-12T14:16:56.460Z] Step 16/24 : RUN ${MAKE} [2021-04-12T14:16:56.460Z] ---> Running in dc0c8c74729b [2021-04-12T14:16:57.440Z] 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-12T14:17:24.257Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-12T14:17:29.646Z] Removing intermediate container dc0c8c74729b [2021-04-12T14:17:29.646Z] ---> 64e679e4337e [2021-04-12T14:17:29.646Z] Step 17/24 : FROM alpine:3.12 [2021-04-12T14:17:30.240Z] 3.12: Pulling from library/alpine [2021-04-12T14:17:30.240Z] 9a219e8acc52: Pulling fs layer [2021-04-12T14:17:30.514Z] 9a219e8acc52: Verifying Checksum [2021-04-12T14:17:30.514Z] 9a219e8acc52: Download complete [2021-04-12T14:17:31.114Z] 9a219e8acc52: Pull complete [2021-04-12T14:17:31.114Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T14:17:31.114Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T14:17:31.114Z] ---> d75e27dfc0a0 [2021-04-12T14:17:31.114Z] Step 18/24 : EXPOSE 4000 [2021-04-12T14:17:31.386Z] ---> Running in e8741c9c52c1 [2021-04-12T14:17:32.005Z] Removing intermediate container e8741c9c52c1 [2021-04-12T14:17:32.005Z] ---> d237e533d085 [2021-04-12T14:17:32.005Z] 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-12T14:17:33.980Z] ---> 773134e5c61b [2021-04-12T14:17:33.980Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-12T14:17:33.980Z] ---> Running in bcebae91a7c7 [2021-04-12T14:17:34.257Z] Removing intermediate container bcebae91a7c7 [2021-04-12T14:17:34.257Z] ---> b97625dc1cc6 [2021-04-12T14:17:34.257Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-12T14:17:34.531Z] ---> Running in 5f197bf2c087 [2021-04-12T14:17:34.810Z] Removing intermediate container 5f197bf2c087 [2021-04-12T14:17:34.810Z] ---> 371c4ccb0486 [2021-04-12T14:17:34.810Z] Step 22/24 : LABEL arch=arm64 [2021-04-12T14:17:35.085Z] ---> Running in 4867d7b14732 [2021-04-12T14:17:35.358Z] Removing intermediate container 4867d7b14732 [2021-04-12T14:17:35.358Z] ---> 6f8c1f80ac67 [2021-04-12T14:17:35.358Z] Step 23/24 : LABEL git_sha=fcafc9e129a30e91db2366c027cd18030f76131e [2021-04-12T14:17:35.632Z] ---> Running in 4e906032c76e [2021-04-12T14:17:35.917Z] Removing intermediate container 4e906032c76e [2021-04-12T14:17:35.917Z] ---> fda57d58a654 [2021-04-12T14:17:35.917Z] Step 24/24 : LABEL version=0.0.0 [2021-04-12T14:17:36.192Z] ---> Running in 611fc904ccb1 [2021-04-12T14:17:36.473Z] Removing intermediate container 611fc904ccb1 [2021-04-12T14:17:36.473Z] ---> a930f305053a [2021-04-12T14:17:36.473Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-12T14:17:36.746Z] Successfully built a930f305053a [2021-04-12T14:17:36.746Z] 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-12T14:17:37.580Z] ---> job-cost.sh [2021-04-12T14:17:37.580Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dqqp [2021-04-12T14:18:16.536Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T14:19:53.295Z] lf-activate-venv(): INFO: Adding /tmp/venv-dqqp/bin to PATH [2021-04-12T14:19:53.295Z] INFO: No Stack... [2021-04-12T14:19:53.295Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-12T14:19:53.295Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T14:19:53.634Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-12T14:19:53.634Z] + cut -d, -f6 [Pipeline] lock [2021-04-12T14:19:53.739Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [2021-04-12T14:19:53.753Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] did not exist. Created. [2021-04-12T14:19:53.753Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T14:19:54.206Z] /w/workspace/edgex-ui-go/2@tmp/durable-27d4b3c6/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-27d4b3c6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-12T14:19:54.552Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-12T14:19:54.614Z] Warning: overwriting stash ‘stack-cost’ [2021-04-12T14:19:54.835Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T14:19:54.847Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-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-12T14:19:55.854Z] provisioning config files... [2021-04-12T14:19:55.865Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/config3488977725330507649tmp [Pipeline] { [Pipeline] sh [2021-04-12T14:19:56.261Z] + set +x [2021-04-12T14:19:56.261Z] + curl -s https://codecov.io/bash [2021-04-12T14:19:56.261Z] + bash -s -- [2021-04-12T14:19:56.261Z] [2021-04-12T14:19:56.261Z] _____ _ [2021-04-12T14:19:56.261Z] / ____| | | [2021-04-12T14:19:56.261Z] | | ___ __| | ___ ___ _____ __ [2021-04-12T14:19:56.261Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-12T14:19:56.261Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-12T14:19:56.261Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-12T14:19:56.261Z] Bash-20210309-2b87ace [2021-04-12T14:19:56.261Z] [2021-04-12T14:19:56.261Z] [2021-04-12T14:19:56.522Z] ==> git version 2.24.3 found [2021-04-12T14:19:56.522Z] ==> 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-12T14:19:56.522Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-12T14:19:56.522Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-12T14:19:56.522Z] ==> Jenkins CI detected. [2021-04-12T14:19:56.522Z] project root: . [2021-04-12T14:19:56.522Z] --> token set from env [2021-04-12T14:19:56.522Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-12T14:19:56.522Z] ==> Running gcov in . (disable via -X gcov) [2021-04-12T14:19:56.522Z] ==> Python coveragepy not found [2021-04-12T14:19:56.522Z] ==> Searching for coverage reports in: [2021-04-12T14:19:56.522Z] + . [2021-04-12T14:19:56.522Z] -> Found 1 reports [2021-04-12T14:19:56.522Z] ==> Detecting git/mercurial file structure [2021-04-12T14:19:56.522Z] ==> Reading reports [2021-04-12T14:19:56.522Z] + ./coverage.out bytes=10 [2021-04-12T14:19:56.522Z] ==> Appending adjustments [2021-04-12T14:19:56.522Z] https://docs.codecov.io/docs/fixing-reports [2021-04-12T14:19:56.785Z] + Found adjustments [2021-04-12T14:19:56.785Z] ==> Gzipping contents [2021-04-12T14:19:56.785Z] 4.0K /tmp/codecov.ZTCsYG.gz [2021-04-12T14:19:56.785Z] ==> Uploading reports [2021-04-12T14:19:56.785Z] url: https://codecov.io [2021-04-12T14:19:56.785Z] query: branch=PR-331&commit=fcafc9e129a30e91db2366c027cd18030f76131e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-331%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=331&job=&cmd_args= [2021-04-12T14:19:56.785Z] -> Pinging Codecov [2021-04-12T14:19:56.785Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-331&commit=fcafc9e129a30e91db2366c027cd18030f76131e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-331%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=331&job=&cmd_args= [2021-04-12T14:19:57.047Z] -> Uploading to [2021-04-12T14:19:57.047Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-12/FB506323287CE973F263BFD2A0EB1F37/fcafc9e129a30e91db2366c027cd18030f76131e/b532aca9-ae61-410d-8f25-7e397a7c5caa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T141956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36471c83153010905597e80548f62b02be88cf606c50d46c5b733983a5947b36 [2021-04-12T14:19:57.047Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-12T14:19:57.047Z] Dload Upload Total Spent Left Speed [2021-04-12T14:19:57.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3621 0 0 100 3621 0 9746 --:--:-- --:--:-- --:--:-- 9760 [2021-04-12T14:19:57.623Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fcafc9e129a30e91db2366c027cd18030f76131e [Pipeline] } [2021-04-12T14:19:57.632Z] 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-12T14:19:59.855Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:20:00.161Z] ---> package-listing.sh [2021-04-12T14:20:00.161Z] ++ facter osfamily [2021-04-12T14:20:00.161Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-12T14:20:00.161Z] + OS_FAMILY=redhat [2021-04-12T14:20:00.161Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-331 [2021-04-12T14:20:00.161Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-12T14:20:00.161Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-12T14:20:00.161Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-12T14:20:00.161Z] + PACKAGES=/tmp/packages_start.txt [2021-04-12T14:20:00.161Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-331 ']' [2021-04-12T14:20:00.161Z] + PACKAGES=/tmp/packages_end.txt [2021-04-12T14:20:00.161Z] + case "${OS_FAMILY}" in [2021-04-12T14:20:00.161Z] + rpm -qa [2021-04-12T14:20:00.161Z] + sort [2021-04-12T14:20:06.770Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-12T14:20:06.770Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-12T14:20:06.770Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-12T14:20:06.770Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-331 ']' [2021-04-12T14:20:06.770Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-331/archives/ [2021-04-12T14:20:06.770Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-331/archives/ [Pipeline] echo [2021-04-12T14:20:06.783Z] 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-331/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-12T14:20:07.075Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:20:07.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T14:20:07.379Z] [2021-04-12T14:20:07.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:20:07.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T14:20:07.729Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-12T14:20:07.729Z] df20fa9351a1: Pulling fs layer [2021-04-12T14:20:07.729Z] 36b3adc4ff6f: Pulling fs layer [2021-04-12T14:20:07.729Z] 8ad3a11d3b57: Pulling fs layer [2021-04-12T14:20:07.729Z] 46f8f816bc3b: Pulling fs layer [2021-04-12T14:20:07.729Z] 93b61091891f: Pulling fs layer [2021-04-12T14:20:07.729Z] 93b9cdb0e59b: Pulling fs layer [2021-04-12T14:20:07.729Z] 5e14af77c1be: Pulling fs layer [2021-04-12T14:20:07.729Z] 01666e4c0597: Pulling fs layer [2021-04-12T14:20:07.729Z] aa168da1d23b: Pulling fs layer [2021-04-12T14:20:07.729Z] 93b61091891f: Waiting [2021-04-12T14:20:07.729Z] 93b9cdb0e59b: Waiting [2021-04-12T14:20:07.729Z] 5e14af77c1be: Waiting [2021-04-12T14:20:07.729Z] 01666e4c0597: Waiting [2021-04-12T14:20:07.729Z] aa168da1d23b: Waiting [2021-04-12T14:20:07.729Z] 46f8f816bc3b: Waiting [2021-04-12T14:20:07.729Z] 36b3adc4ff6f: Verifying Checksum [2021-04-12T14:20:07.729Z] 46f8f816bc3b: Verifying Checksum [2021-04-12T14:20:07.729Z] 46f8f816bc3b: Download complete [2021-04-12T14:20:07.993Z] df20fa9351a1: Verifying Checksum [2021-04-12T14:20:07.993Z] df20fa9351a1: Download complete [2021-04-12T14:20:07.993Z] 93b61091891f: Verifying Checksum [2021-04-12T14:20:07.993Z] 93b61091891f: Download complete [2021-04-12T14:20:07.993Z] 93b9cdb0e59b: Verifying Checksum [2021-04-12T14:20:07.993Z] 93b9cdb0e59b: Download complete [2021-04-12T14:20:07.993Z] 5e14af77c1be: Verifying Checksum [2021-04-12T14:20:07.993Z] 5e14af77c1be: Download complete [2021-04-12T14:20:07.993Z] 01666e4c0597: Verifying Checksum [2021-04-12T14:20:07.993Z] 01666e4c0597: Download complete [2021-04-12T14:20:07.993Z] 8ad3a11d3b57: Verifying Checksum [2021-04-12T14:20:07.993Z] 8ad3a11d3b57: Download complete [2021-04-12T14:20:08.254Z] df20fa9351a1: Pull complete [2021-04-12T14:20:08.524Z] 36b3adc4ff6f: Pull complete [2021-04-12T14:20:09.114Z] 8ad3a11d3b57: Pull complete [2021-04-12T14:20:09.392Z] 46f8f816bc3b: Pull complete [2021-04-12T14:20:09.980Z] 93b61091891f: Pull complete [2021-04-12T14:20:09.980Z] aa168da1d23b: Verifying Checksum [2021-04-12T14:20:09.980Z] aa168da1d23b: Download complete [2021-04-12T14:20:10.555Z] 93b9cdb0e59b: Pull complete [2021-04-12T14:20:10.555Z] 5e14af77c1be: Pull complete [2021-04-12T14:20:10.555Z] 01666e4c0597: Pull complete [2021-04-12T14:20:17.223Z] aa168da1d23b: Pull complete [2021-04-12T14:20:17.223Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-12T14:20:17.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T14:20:17.223Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-12T14:20:17.411Z] prd-centos7-docker-4c-2g-33685 does not seem to be running inside a container [2021-04-12T14:20:17.457Z] $ 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-331/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-331 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331:/w/workspace/edgexfoundry_edgex-ui-go_PR-331:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@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-12T14:20:21.735Z] $ docker top e4ce69baa78311b8c8cb6c0ca38eeb58924067678a414e86681abc39e780698b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:20:22.339Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-12T14:20:22.641Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-12T14:20:22.947Z] + ls /var/log/sa-host [2021-04-12T14:20:22.947Z] + sadf -c /var/log/sa-host/sa12 [2021-04-12T14:20:22.947Z] file_magic: OK [2021-04-12T14:20:22.947Z] HZ: Using current value: 100 [2021-04-12T14:20:22.947Z] file_header: OK [2021-04-12T14:20:22.947Z] 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-12T14:20:22.947Z] Statistics: [2021-04-12T14:20:22.947Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-12T14:20:22.947Z] File successfully converted to sysstat format version 12.2.1 [2021-04-12T14:20:22.947Z] + sadf -c /var/log/sa-host/sa23 [2021-04-12T14:20:22.947Z] file_magic: OK [2021-04-12T14:20:22.947Z] HZ: Using current value: 100 [2021-04-12T14:20:22.947Z] file_header: OK [2021-04-12T14:20:22.947Z] 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-12T14:20:22.947Z] Statistics: [2021-04-12T14:20:22.947Z] Hnuu...uuuununununu... [2021-04-12T14:20:22.947Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-12T14:20:23.218Z] provisioning config files... [2021-04-12T14:20:23.236Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/config204016632368528883tmp [Pipeline] { [Pipeline] echo [2021-04-12T14:20:23.337Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:20:23.681Z] ---> create-netrc.sh [Pipeline] } [2021-04-12T14:20:23.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-12T14:20:23.814Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:20:24.124Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-12T14:20:24.140Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:20:24.462Z] ---> sudo-logs.sh [2021-04-12T14:20:24.462Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-12T14:20:24.537Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:20:24.834Z] ---> job-cost.sh [2021-04-12T14:20:24.834Z] lf-activate-venv: SKIPPING [2021-04-12T14:20:24.834Z] DEBUG: total: 0.20999999344348907 [2021-04-12T14:20:24.834Z] INFO: Retrieving Stack Cost... [2021-04-12T14:20:25.783Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T14:20:26.373Z] INFO: Archiving Costs [Pipeline] echo [2021-04-12T14:20:26.392Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:20:26.700Z] ---> logs-deploy.sh [2021-04-12T14:20:26.700Z] lf-activate-venv: SKIPPING [2021-04-12T14:20:26.700Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-331/2 [2021-04-12T14:20:26.700Z] INFO: archiving workspace using pattern(s): [2021-04-12T14:20:28.652Z] Archives upload complete. [2021-04-12T14:20:28.652Z] INFO: archiving logs to Nexus