Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at e433474030406e4455aec061f47cc2693067360d rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from e433474030406e4455aec061f47cc2693067360d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32393 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-297 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e433474030406e4455aec061f47cc2693067360d into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 6c9603837b329da7c141e1685b76e36f0b3f3eb3 Checking out Revision 6c9603837b329da7c141e1685b76e36f0b3f3eb3 (PR-297) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e433474030406e4455aec061f47cc2693067360d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c9603837b329da7c141e1685b76e36f0b3f3eb3 # timeout=10 Commit message: "Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T02:09:36.472Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T02:09:36.779Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T02:09:36.883Z] ========================================================= [2021-04-01T02:09:36.883Z] EdgeX Global Pipelines Version Info [2021-04-01T02:09:36.883Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:09:38.286Z] ------------------- [2021-04-01T02:09:38.286Z] stable info: [2021-04-01T02:09:38.286Z] ------------------- [2021-04-01T02:09:38.286Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T02:09:38.286Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T02:09:38.286Z] Message: update stable to v1.0.186 [2021-04-01T02:09:39.231Z] ------------------- [2021-04-01T02:09:39.231Z] experimental info: [2021-04-01T02:09:39.231Z] ------------------- [2021-04-01T02:09:39.231Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T02:09:39.231Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T02:09:39.231Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T02:09:39.509Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-01T02:09:39.604Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-01T02:09:39.698Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T02:09:39.793Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T02:09:39.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T02:09:39.993Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T02:09:40.123Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T02:09:40.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T02:09:40.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-01T02:09:40.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T02:09:40.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T02:09:40.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-01T02:09:40.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T02:09:40.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T02:09:41.008Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T02:09:41.128Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T02:09:41.256Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T02:09:41.355Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T02:09:41.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T02:09:41.584Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-01T02:09:41.693Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-01T02:09:41.837Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-01T02:09:41.994Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-01T02:09:42.087Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-01T02:09:42.188Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-01T02:09:42.280Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T02:09:42.371Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-04-01T02:09:42.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-04-01T02:09:42.550Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-04-01T02:09:42.680Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c9603837b329da7c141e1685b76e36f0b3f3eb3 [Pipeline] echo [2021-04-01T02:09:42.787Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c96038 [Pipeline] echo [2021-04-01T02:09:42.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T02:09:43.068Z] provisioning config files... [2021-04-01T02:09:43.112Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config1043331151104096296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:09:43.479Z] ---> docker-login.sh [2021-04-01T02:09:43.479Z] nexus3.edgexfoundry.org:10001 [2021-04-01T02:09:43.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:09:44.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:09:44.003Z] Configure a credential helper to remove this warning. See [2021-04-01T02:09:44.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:09:44.003Z] [2021-04-01T02:09:44.003Z] Login Succeeded [2021-04-01T02:09:44.003Z] nexus3.edgexfoundry.org:10002 [2021-04-01T02:09:44.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:09:44.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:09:44.003Z] Configure a credential helper to remove this warning. See [2021-04-01T02:09:44.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:09:44.003Z] [2021-04-01T02:09:44.003Z] Login Succeeded [2021-04-01T02:09:44.003Z] nexus3.edgexfoundry.org:10003 [2021-04-01T02:09:44.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:09:44.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:09:44.268Z] Configure a credential helper to remove this warning. See [2021-04-01T02:09:44.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:09:44.268Z] [2021-04-01T02:09:44.268Z] Login Succeeded [2021-04-01T02:09:44.268Z] nexus3.edgexfoundry.org:10004 [2021-04-01T02:09:44.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:09:44.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:09:44.529Z] Configure a credential helper to remove this warning. See [2021-04-01T02:09:44.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:09:44.529Z] [2021-04-01T02:09:44.529Z] Login Succeeded [2021-04-01T02:09:44.529Z] docker.io [2021-04-01T02:09:44.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:09:44.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:09:44.792Z] Configure a credential helper to remove this warning. See [2021-04-01T02:09:44.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:09:44.792Z] [2021-04-01T02:09:44.792Z] Login Succeeded [2021-04-01T02:09:44.792Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T02:09:44.802Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T02:09:45.624Z] + git log --format=format:%s -1 6c9603837b329da7c141e1685b76e36f0b3f3eb3 [Pipeline] echo [2021-04-01T02:09:45.690Z] GIT_COMMIT: 6c9603837b329da7c141e1685b76e36f0b3f3eb3, Commit Message: Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD [Pipeline] echo [2021-04-01T02:09:45.735Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:09:47.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T02:09:47.050Z] [2021-04-01T02:09:47.050Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:09:47.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T02:09:47.404Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T02:09:47.404Z] 31603596830f: Pulling fs layer [2021-04-01T02:09:47.404Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T02:09:47.404Z] 6ca5941a6612: Pulling fs layer [2021-04-01T02:09:47.404Z] ecc8261a40a4: Pulling fs layer [2021-04-01T02:09:47.404Z] ecc8261a40a4: Waiting [2021-04-01T02:09:47.404Z] 2a8b12db71e7: Download complete [2021-04-01T02:09:47.404Z] 31603596830f: Verifying Checksum [2021-04-01T02:09:47.404Z] 31603596830f: Download complete [2021-04-01T02:09:47.666Z] ecc8261a40a4: Verifying Checksum [2021-04-01T02:09:47.666Z] 6ca5941a6612: Verifying Checksum [2021-04-01T02:09:47.666Z] 6ca5941a6612: Download complete [2021-04-01T02:09:47.929Z] 31603596830f: Pull complete [2021-04-01T02:09:48.194Z] 2a8b12db71e7: Pull complete [2021-04-01T02:09:48.770Z] 6ca5941a6612: Pull complete [2021-04-01T02:09:49.032Z] ecc8261a40a4: Pull complete [2021-04-01T02:09:49.032Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T02:09:49.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T02:09:49.294Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T02:09:49.400Z] prd-centos7-docker-4c-2g-32393 does not seem to be running inside a container [2021-04-01T02:09:49.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T02:09:51.943Z] $ docker top 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T02:09:52.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T02:09:52.317Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T02:09:52.538Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T02:09:52.546Z] $ docker exec 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent [2021-04-01T02:09:52.708Z] SSH_AUTH_SOCK=/tmp/ssh-geulc3YRXBzG/agent.12 [2021-04-01T02:09:52.708Z] SSH_AGENT_PID=18 [2021-04-01T02:09:52.721Z] Running ssh-add (command line suppressed) [2021-04-01T02:09:52.843Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1194308670903366767.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1194308670903366767.key) [2021-04-01T02:09:52.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T02:09:53.243Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T02:09:53.269Z] $ docker exec --env ******** --env ******** 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent -k [2021-04-01T02:09:53.378Z] unset SSH_AUTH_SOCK; [2021-04-01T02:09:53.378Z] unset SSH_AGENT_PID; [2021-04-01T02:09:53.378Z] echo Agent pid 18 killed; [2021-04-01T02:09:53.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T02:09:53.567Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T02:09:53.567Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T02:09:53.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T02:09:53.744Z] $ docker exec 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent [2021-04-01T02:09:53.900Z] SSH_AUTH_SOCK=/tmp/ssh-330gG4znWqxK/agent.48 [2021-04-01T02:09:53.900Z] SSH_AGENT_PID=54 [2021-04-01T02:09:53.907Z] Running ssh-add (command line suppressed) [2021-04-01T02:09:54.025Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4883000630552435187.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4883000630552435187.key) [2021-04-01T02:09:54.077Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T02:09:54.414Z] + git semver init [2021-04-01T02:09:54.414Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T02:09:54.414Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-04-01T02:09:54.414Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-04-01T02:09:54.414Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T02:09:54.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T02:09:54.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T02:09:54.414Z] # $SEMVER_BRANCH = PR-297 [2021-04-01T02:09:54.414Z] # $SEMVER_TEMP = /tmp/semver-748364265 [2021-04-01T02:09:54.414Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-01T02:09:55.810Z] # '/tmp/semver-748364265' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-04-01T02:09:55.810Z] # -> Force: false [2021-04-01T02:09:55.810Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-04-01T02:09:55.828Z] $ docker exec --env ******** --env ******** 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 ssh-agent -k [2021-04-01T02:09:55.956Z] unset SSH_AUTH_SOCK; [2021-04-01T02:09:55.957Z] unset SSH_AGENT_PID; [2021-04-01T02:09:55.957Z] echo Agent pid 54 killed; [2021-04-01T02:09:56.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T02:09:56.467Z] + git semver [Pipeline] } [2021-04-01T02:09:56.489Z] $ docker stop --time=1 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 [2021-04-01T02:09:58.118Z] $ docker rm -f 39badf9d40592ecf463c9245c518602f2e75985acb7fbc9bad4998d5d3c58081 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T02:09:58.608Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T02:09:59.173Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T02:09:59.176Z] [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-01T02:10:14.660Z] Still waiting to schedule task [2021-04-01T02:10:14.660Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-01T02:10:14.662Z] Still waiting to schedule task [2021-04-01T02:10:14.662Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-01T02:13:26.201Z] Running on prd-centos7-docker-4c-2g-32394 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-04-01T02:13:26.253Z] Running in /w/workspace/edgex-ui-go/13 [Pipeline] { [Pipeline] checkout [2021-04-01T02:13:29.134Z] using credential edgex-jenkins-ssh [2021-04-01T02:13:29.188Z] Cloning the remote Git repository [2021-04-01T02:13:29.217Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-01T02:13:29.297Z] > git init /w/workspace/edgex-ui-go/13 # timeout=10 [2021-04-01T02:13:29.359Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-01T02:13:29.360Z] > git --version # timeout=10 [2021-04-01T02:13:29.367Z] > git --version # 'git version 2.24.3' [2021-04-01T02:13:29.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:13:29.399Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T02:13:30.843Z] Merging remotes/origin/master commit e433474030406e4455aec061f47cc2693067360d into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-04-01T02:13:31.227Z] Merge succeeded, producing a219d44131be2a14f267de978399e3f3ab41489b [2021-04-01T02:13:31.228Z] Checking out Revision a219d44131be2a14f267de978399e3f3ab41489b (PR-297) [2021-04-01T02:13:30.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-01T02:13:30.349Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T02:13:30.360Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-01T02:13:30.375Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-01T02:13:30.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:13:30.391Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T02:13:30.851Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T02:13:30.856Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-04-01T02:13:30.999Z] > git remote # timeout=10 [2021-04-01T02:13:31.006Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T02:13:31.012Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:13:31.016Z] > git merge e433474030406e4455aec061f47cc2693067360d # timeout=10 [2021-04-01T02:13:31.220Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T02:13:31.230Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T02:13:31.235Z] > git checkout -f a219d44131be2a14f267de978399e3f3ab41489b # timeout=10 [2021-04-01T02:13:34.823Z] Commit message: "Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD" [2021-04-01T02:13:34.834Z] First time build. Skipping changelog. [2021-04-01T02:13:34.826Z] > git rev-list --no-walk 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T02:13:36.312Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T02:13:36.650Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T02:13:36.951Z] + sudo service docker restart [2021-04-01T02:13:36.952Z] + true [2021-04-01T02:13:36.952Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T02:13:37.988Z] provisioning config files... [2021-04-01T02:13:38.014Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/13@tmp/config3698000198940240113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:38.392Z] ---> docker-login.sh [2021-04-01T02:13:38.392Z] nexus3.edgexfoundry.org:10001 [2021-04-01T02:13:38.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:13:38.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:13:38.916Z] Configure a credential helper to remove this warning. See [2021-04-01T02:13:38.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:13:38.916Z] [2021-04-01T02:13:38.916Z] Login Succeeded [2021-04-01T02:13:38.916Z] nexus3.edgexfoundry.org:10002 [2021-04-01T02:13:38.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:13:39.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:13:39.179Z] Configure a credential helper to remove this warning. See [2021-04-01T02:13:39.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:13:39.179Z] [2021-04-01T02:13:39.179Z] Login Succeeded [2021-04-01T02:13:39.179Z] nexus3.edgexfoundry.org:10003 [2021-04-01T02:13:39.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:13:39.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:13:39.179Z] Configure a credential helper to remove this warning. See [2021-04-01T02:13:39.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:13:39.179Z] [2021-04-01T02:13:39.179Z] Login Succeeded [2021-04-01T02:13:39.179Z] nexus3.edgexfoundry.org:10004 [2021-04-01T02:13:39.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:13:39.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:13:39.442Z] Configure a credential helper to remove this warning. See [2021-04-01T02:13:39.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:13:39.442Z] [2021-04-01T02:13:39.442Z] Login Succeeded [2021-04-01T02:13:39.442Z] docker.io [2021-04-01T02:13:39.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:13:39.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:13:39.969Z] Configure a credential helper to remove this warning. See [2021-04-01T02:13:39.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:13:39.969Z] [2021-04-01T02:13:39.969Z] Login Succeeded [2021-04-01T02:13:39.969Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T02:13:39.979Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T02:13:40.373Z] ========================================================= [2021-04-01T02:13:40.373Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T02:13:40.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:13:40.717Z] + 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-01T02:13:40.978Z] Sending build context to Docker daemon 17.38MB [2021-04-01T02:13:40.978Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T02:13:40.978Z] Step 2/8 : FROM ${BASE} [2021-04-01T02:13:41.249Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T02:13:41.249Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T02:13:41.249Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T02:13:41.249Z] de9db76c5a1d: Pulling fs layer [2021-04-01T02:13:41.249Z] bca2f99d35d6: Pulling fs layer [2021-04-01T02:13:41.249Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T02:13:41.249Z] 7c6f9722023f: Pulling fs layer [2021-04-01T02:13:41.249Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T02:13:41.249Z] a35cf1a2eb13: Waiting [2021-04-01T02:13:41.249Z] 93359f2a8cfa: Waiting [2021-04-01T02:13:41.249Z] 7c6f9722023f: Waiting [2021-04-01T02:13:41.249Z] bca2f99d35d6: Waiting [2021-04-01T02:13:41.249Z] de9db76c5a1d: Download complete [2021-04-01T02:13:41.249Z] 0ef7d3d256c8: Download complete [2021-04-01T02:13:41.249Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T02:13:41.249Z] 188c0c94c7c5: Download complete [2021-04-01T02:13:41.249Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T02:13:41.249Z] 93359f2a8cfa: Download complete [2021-04-01T02:13:41.249Z] 7c6f9722023f: Verifying Checksum [2021-04-01T02:13:41.249Z] 7c6f9722023f: Download complete [2021-04-01T02:13:41.515Z] 188c0c94c7c5: Pull complete [2021-04-01T02:13:41.777Z] 0ef7d3d256c8: Pull complete [2021-04-01T02:13:41.777Z] de9db76c5a1d: Pull complete [2021-04-01T02:13:43.729Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T02:13:43.729Z] a35cf1a2eb13: Download complete [2021-04-01T02:13:43.996Z] bca2f99d35d6: Verifying Checksum [2021-04-01T02:13:43.996Z] bca2f99d35d6: Download complete [2021-04-01T02:13:49.361Z] bca2f99d35d6: Pull complete [2021-04-01T02:13:49.627Z] 93359f2a8cfa: Pull complete [2021-04-01T02:13:50.582Z] 7c6f9722023f: Pull complete [2021-04-01T02:13:53.911Z] a35cf1a2eb13: Pull complete [2021-04-01T02:13:53.911Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T02:13:53.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T02:13:53.911Z] ---> a62c8e92a672 [2021-04-01T02:13:53.911Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T02:13:54.187Z] ---> Running in 4d826e5d6def [2021-04-01T02:13:54.774Z] Removing intermediate container 4d826e5d6def [2021-04-01T02:13:54.774Z] ---> 46eb84c6bced [2021-04-01T02:13:54.774Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:13:54.774Z] ---> Running in 0b4880b761d0 [2021-04-01T02:13:56.179Z] Removing intermediate container 0b4880b761d0 [2021-04-01T02:13:56.179Z] ---> 2851848498c9 [2021-04-01T02:13:56.179Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-01T02:13:56.179Z] ---> Running in c44d19175abc [2021-04-01T02:13:57.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:13:57.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:13:58.277Z] OK: 166 MiB in 39 packages [2021-04-01T02:13:58.539Z] Removing intermediate container c44d19175abc [2021-04-01T02:13:58.539Z] ---> 273b78ee6e83 [2021-04-01T02:13:58.539Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-01T02:13:58.802Z] ---> Running in dd86d560b5c4 [2021-04-01T02:13:58.802Z] Removing intermediate container dd86d560b5c4 [2021-04-01T02:13:58.802Z] ---> 154c6c9c8b86 [2021-04-01T02:13:58.802Z] Step 7/8 : COPY . . [2021-04-01T02:14:01.383Z] ---> 7eb77c4cc6c7 [2021-04-01T02:14:01.383Z] Step 8/8 : RUN go mod download [2021-04-01T02:14:01.383Z] ---> Running in 52307b7eb067 [2021-04-01T02:14:33.604Z] Removing intermediate container 52307b7eb067 [2021-04-01T02:14:33.604Z] ---> edbe13dc2005 [2021-04-01T02:14:33.604Z] Successfully built edbe13dc2005 [2021-04-01T02:14:33.604Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:14:33.935Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T02:14:33.935Z] . [Pipeline] withDockerContainer [2021-04-01T02:14:34.473Z] prd-centos7-docker-4c-2g-32394 does not seem to be running inside a container [2021-04-01T02:14:34.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T02:14:35.606Z] $ docker top d672266ba04997f1b9a6bc74d5cb0a40112df3f72767c1f38c0e16a326192262 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:14:36.102Z] + go version [2021-04-01T02:14:36.102Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T02:14:36.118Z] $ docker stop --time=1 d672266ba04997f1b9a6bc74d5cb0a40112df3f72767c1f38c0e16a326192262 [2021-04-01T02:14:37.479Z] $ docker rm -f d672266ba04997f1b9a6bc74d5cb0a40112df3f72767c1f38c0e16a326192262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:14:38.338Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T02:14:38.338Z] . [Pipeline] withDockerContainer [2021-04-01T02:14:38.443Z] prd-centos7-docker-4c-2g-32394 does not seem to be running inside a container [2021-04-01T02:14:38.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T02:14:39.246Z] $ docker top 8f8ba1ca14891a208a6622cf8876fe1fa5724c85a5600cb80dd968da619d880b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:14:39.782Z] + make test [2021-04-01T02:14:39.782Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-01T02:14:41.200Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-01T02:14:51.336Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-01T02:14:51.336Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-01T02:14:52.773Z] $ docker stop --time=1 8f8ba1ca14891a208a6622cf8876fe1fa5724c85a5600cb80dd968da619d880b [2021-04-01T02:14:55.104Z] $ docker rm -f 8f8ba1ca14891a208a6622cf8876fe1fa5724c85a5600cb80dd968da619d880b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T02:14:55.734Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T02:14:56.190Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-01T02:14:59.149Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T02:14:59.450Z] + ls -al . [2021-04-01T02:14:59.450Z] total 92 [2021-04-01T02:14:59.450Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 1 02:14 . [2021-04-01T02:14:59.450Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 1 02:13 .. [2021-04-01T02:14:59.450Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 1 02:13 assets [2021-04-01T02:14:59.450Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 1 02:13 bin [2021-04-01T02:14:59.450Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 1 02:13 cmd [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 1 02:13 CONTRIBUTING.md [2021-04-01T02:14:59.450Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 1 02:14 coverage.out [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 1 02:13 Dockerfile [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 1 02:13 Dockerfile.build [2021-04-01T02:14:59.450Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 1 02:13 docs [2021-04-01T02:14:59.450Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 1 02:13 .git [2021-04-01T02:14:59.450Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 1 02:13 .github [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 1 02:13 .gitignore [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 1 02:13 go.mod [2021-04-01T02:14:59.450Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 1 02:14 go.sum [2021-04-01T02:14:59.450Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 1 02:13 internal [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 1 02:13 Jenkinsfile [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 1 02:13 LICENSE [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 1 02:13 Makefile [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 1 02:13 README.md [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 1 02:09 VERSION [2021-04-01T02:14:59.450Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 1 02:13 version.go [2021-04-01T02:14:59.450Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 1 02:13 web [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:14:59.762Z] + 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=6c9603837b329da7c141e1685b76e36f0b3f3eb3 --label arch=amd64 --label version=0.0.0 . [2021-04-01T02:15:00.024Z] Sending build context to Docker daemon 17.4MB [2021-04-01T02:15:00.286Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T02:15:00.286Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-01T02:15:00.286Z] ---> edbe13dc2005 [2021-04-01T02:15:00.286Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-01T02:15:00.549Z] ---> Running in 834f18f6399c [2021-04-01T02:15:00.813Z] Removing intermediate container 834f18f6399c [2021-04-01T02:15:00.813Z] ---> a43810c61323 [2021-04-01T02:15:00.813Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-01T02:15:00.813Z] ---> Running in 0045e7279d5b [2021-04-01T02:15:01.076Z] Removing intermediate container 0045e7279d5b [2021-04-01T02:15:01.076Z] ---> 58c8d497243f [2021-04-01T02:15:01.076Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-01T02:15:01.076Z] ---> Running in 9af569f4f469 [2021-04-01T02:15:01.340Z] Removing intermediate container 9af569f4f469 [2021-04-01T02:15:01.340Z] ---> 15954a26e14e [2021-04-01T02:15:01.340Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-01T02:15:01.340Z] ---> Running in e617df4f1f69 [2021-04-01T02:15:01.604Z] Removing intermediate container e617df4f1f69 [2021-04-01T02:15:01.604Z] ---> 617d1c6e5397 [2021-04-01T02:15:01.604Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-01T02:15:01.604Z] ---> Running in 2c6446b35475 [2021-04-01T02:15:01.873Z] Removing intermediate container 2c6446b35475 [2021-04-01T02:15:01.873Z] ---> 6dcd120fb5aa [2021-04-01T02:15:01.873Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:15:01.873Z] ---> Running in 1462f076f1e4 [2021-04-01T02:15:03.308Z] Removing intermediate container 1462f076f1e4 [2021-04-01T02:15:03.308Z] ---> 0325b5883ad5 [2021-04-01T02:15:03.308Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-01T02:15:03.308Z] ---> Running in ca4407a3680a [2021-04-01T02:15:03.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:15:04.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:15:04.736Z] OK: 166 MiB in 39 packages [2021-04-01T02:15:05.314Z] Removing intermediate container ca4407a3680a [2021-04-01T02:15:05.314Z] ---> 0839e78c6f45 [2021-04-01T02:15:05.314Z] Step 10/24 : ENV GO111MODULE=on [2021-04-01T02:15:05.314Z] ---> Running in 2c608059bb30 [2021-04-01T02:15:05.577Z] Removing intermediate container 2c608059bb30 [2021-04-01T02:15:05.577Z] ---> 4784b29f6e62 [2021-04-01T02:15:05.577Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-01T02:15:05.577Z] ---> Running in 0bae308e9e70 [2021-04-01T02:15:05.577Z] Removing intermediate container 0bae308e9e70 [2021-04-01T02:15:05.577Z] ---> 7ca376e80aaf [2021-04-01T02:15:05.577Z] Step 12/24 : COPY go.mod . [2021-04-01T02:15:05.842Z] ---> 659cf7663d65 [2021-04-01T02:15:05.842Z] Step 13/24 : COPY Makefile . [2021-04-01T02:15:06.105Z] ---> c8d21f8a3670 [2021-04-01T02:15:06.106Z] Step 14/24 : RUN make update [2021-04-01T02:15:06.376Z] ---> Running in a2e5a25584c6 [2021-04-01T02:15:06.964Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-01T02:15:07.915Z] Removing intermediate container a2e5a25584c6 [2021-04-01T02:15:07.915Z] ---> 40d56a5bef71 [2021-04-01T02:15:07.915Z] Step 15/24 : COPY . . [2021-04-01T02:15:09.856Z] ---> c6d2fb637808 [2021-04-01T02:15:09.856Z] Step 16/24 : RUN ${MAKE} [2021-04-01T02:15:09.856Z] ---> Running in b5407d69b229 [2021-04-01T02:15:10.126Z] 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-01T02:15:12.354Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32395 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-04-01T02:15:12.410Z] Running in /w/workspace/edgex-ui-go/13 [Pipeline] { [Pipeline] checkout [2021-04-01T02:15:17.708Z] using credential edgex-jenkins-ssh [2021-04-01T02:15:17.791Z] Cloning the remote Git repository [2021-04-01T02:15:17.873Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-01T02:15:17.999Z] > git init /w/workspace/edgex-ui-go/13 # timeout=10 [2021-04-01T02:15:18.124Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-01T02:15:18.125Z] > git --version # timeout=10 [2021-04-01T02:15:18.150Z] > git --version # 'git version 2.17.1' [2021-04-01T02:15:18.152Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:15:18.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T02:15:19.996Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-01T02:15:20.256Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-01T02:15:20.741Z] Merging remotes/origin/master commit e433474030406e4455aec061f47cc2693067360d into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-04-01T02:15:20.030Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T02:15:20.078Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-01T02:15:20.126Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-01T02:15:20.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:15:20.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T02:15:20.765Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T02:15:20.791Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-04-01T02:15:21.111Z] > git remote # timeout=10 [2021-04-01T02:15:21.136Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T02:15:21.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:15:21.164Z] > git merge e433474030406e4455aec061f47cc2693067360d # timeout=10 [2021-04-01T02:15:21.388Z] Merge succeeded, producing 3506b46bd4596dc66dcfc62efd9c16895079fffa [2021-04-01T02:15:21.388Z] Checking out Revision 3506b46bd4596dc66dcfc62efd9c16895079fffa (PR-297) [2021-04-01T02:15:21.371Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T02:15:21.397Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T02:15:21.412Z] > git checkout -f 3506b46bd4596dc66dcfc62efd9c16895079fffa # timeout=10 [2021-04-01T02:15:22.834Z] Removing intermediate container b5407d69b229 [2021-04-01T02:15:22.834Z] ---> f7b20f23ba57 [2021-04-01T02:15:22.834Z] Step 17/24 : FROM alpine:3.12 [2021-04-01T02:15:23.410Z] 3.12: Pulling from library/alpine [2021-04-01T02:15:23.673Z] 532819f3e44c: Pulling fs layer [2021-04-01T02:15:23.673Z] 532819f3e44c: Download complete [2021-04-01T02:15:23.938Z] 532819f3e44c: Pull complete [2021-04-01T02:15:23.938Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T02:15:23.938Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T02:15:23.938Z] ---> 7230e588e954 [2021-04-01T02:15:23.938Z] Step 18/24 : EXPOSE 4000 [2021-04-01T02:15:24.513Z] ---> Running in ed508f1a3a28 [2021-04-01T02:15:24.513Z] Removing intermediate container ed508f1a3a28 [2021-04-01T02:15:24.513Z] ---> 2ad3c9855975 [2021-04-01T02:15:24.513Z] 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-01T02:15:25.908Z] ---> ed4285e4a78d [2021-04-01T02:15:25.908Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-01T02:15:25.908Z] ---> Running in 24dcc81a654a [2021-04-01T02:15:25.908Z] Removing intermediate container 24dcc81a654a [2021-04-01T02:15:25.908Z] ---> 2f4dd8df0199 [2021-04-01T02:15:25.908Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-01T02:15:25.908Z] ---> Running in fc8f743cd9da [2021-04-01T02:15:25.968Z] Commit message: "Merge commit 'e433474030406e4455aec061f47cc2693067360d' into HEAD" [2021-04-01T02:15:25.994Z] First time build. Skipping changelog. [2021-04-01T02:15:26.171Z] Removing intermediate container fc8f743cd9da [2021-04-01T02:15:26.171Z] ---> 1f8879389930 [2021-04-01T02:15:26.171Z] Step 22/24 : LABEL arch=amd64 [2021-04-01T02:15:26.171Z] ---> Running in ab144c78b09e [2021-04-01T02:15:26.435Z] Removing intermediate container ab144c78b09e [2021-04-01T02:15:26.435Z] ---> 86cb0d6683d2 [2021-04-01T02:15:26.435Z] Step 23/24 : LABEL git_sha=6c9603837b329da7c141e1685b76e36f0b3f3eb3 [2021-04-01T02:15:26.435Z] ---> Running in 504f1681e0e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-01T02:15:26.699Z] Removing intermediate container 504f1681e0e3 [2021-04-01T02:15:26.699Z] ---> 013aa72d9000 [2021-04-01T02:15:26.699Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T02:15:26.699Z] ---> Running in ba8dc9b069bd [2021-04-01T02:15:26.699Z] Removing intermediate container ba8dc9b069bd [2021-04-01T02:15:26.699Z] ---> d994a015043b [2021-04-01T02:15:26.699Z] [Warning] One or more build-args [ARCH] were not consumed [Pipeline] sh [2021-04-01T02:15:26.963Z] Successfully built d994a015043b [2021-04-01T02:15:26.963Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [2021-04-01T02:15:25.980Z] > git rev-list --no-walk 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-04-01T02:15:27.613Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:15:28.056Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T02:15:28.319Z] ---> job-cost.sh [2021-04-01T02:15:28.319Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-w16C [2021-04-01T02:15:28.436Z] + sudo service docker restart [2021-04-01T02:15:28.436Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T02:15:30.498Z] provisioning config files... [2021-04-01T02:15:30.539Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/13@tmp/config7776698016840160771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:15:30.953Z] ---> docker-login.sh [2021-04-01T02:15:30.953Z] nexus3.edgexfoundry.org:10001 [2021-04-01T02:15:31.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:15:32.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:15:32.214Z] Configure a credential helper to remove this warning. See [2021-04-01T02:15:32.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:15:32.214Z] [2021-04-01T02:15:32.214Z] Login Succeeded [2021-04-01T02:15:32.214Z] nexus3.edgexfoundry.org:10002 [2021-04-01T02:15:32.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:15:32.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:15:32.810Z] Configure a credential helper to remove this warning. See [2021-04-01T02:15:32.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:15:32.810Z] [2021-04-01T02:15:32.810Z] Login Succeeded [2021-04-01T02:15:32.810Z] nexus3.edgexfoundry.org:10003 [2021-04-01T02:15:33.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:15:33.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:15:33.408Z] Configure a credential helper to remove this warning. See [2021-04-01T02:15:33.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:15:33.408Z] [2021-04-01T02:15:33.408Z] Login Succeeded [2021-04-01T02:15:33.408Z] nexus3.edgexfoundry.org:10004 [2021-04-01T02:15:34.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:15:34.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:15:34.009Z] Configure a credential helper to remove this warning. See [2021-04-01T02:15:34.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:15:34.009Z] [2021-04-01T02:15:34.009Z] Login Succeeded [2021-04-01T02:15:34.009Z] docker.io [2021-04-01T02:15:34.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T02:15:34.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T02:15:34.901Z] Configure a credential helper to remove this warning. See [2021-04-01T02:15:34.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T02:15:34.901Z] [2021-04-01T02:15:34.901Z] Login Succeeded [2021-04-01T02:15:34.901Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T02:15:34.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T02:15:35.435Z] ========================================================= [2021-04-01T02:15:35.435Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T02:15:35.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:15:35.832Z] + 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-01T02:15:36.836Z] Sending build context to Docker daemon 17.38MB [2021-04-01T02:15:36.836Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T02:15:36.836Z] Step 2/8 : FROM ${BASE} [2021-04-01T02:15:36.836Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T02:15:36.836Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T02:15:36.836Z] a4357932f1b6: Pulling fs layer [2021-04-01T02:15:36.836Z] 18c013af1878: Pulling fs layer [2021-04-01T02:15:36.836Z] 00ac8860ef70: Pulling fs layer [2021-04-01T02:15:36.836Z] 63d7cb157983: Pulling fs layer [2021-04-01T02:15:36.836Z] b116817d02f9: Pulling fs layer [2021-04-01T02:15:36.836Z] 745a02a5169b: Pulling fs layer [2021-04-01T02:15:36.836Z] 00ac8860ef70: Waiting [2021-04-01T02:15:36.836Z] 63d7cb157983: Waiting [2021-04-01T02:15:36.836Z] b116817d02f9: Waiting [2021-04-01T02:15:36.836Z] 745a02a5169b: Waiting [2021-04-01T02:15:36.836Z] 18c013af1878: Verifying Checksum [2021-04-01T02:15:36.836Z] 18c013af1878: Download complete [2021-04-01T02:15:36.836Z] a4357932f1b6: Verifying Checksum [2021-04-01T02:15:36.836Z] a4357932f1b6: Download complete [2021-04-01T02:15:36.836Z] 63d7cb157983: Verifying Checksum [2021-04-01T02:15:36.836Z] 63d7cb157983: Download complete [2021-04-01T02:15:37.110Z] b116817d02f9: Verifying Checksum [2021-04-01T02:15:37.110Z] b116817d02f9: Download complete [2021-04-01T02:15:37.385Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T02:15:37.385Z] 5f621e34cdf4: Download complete [2021-04-01T02:15:38.398Z] 5f621e34cdf4: Pull complete [2021-04-01T02:15:39.002Z] a4357932f1b6: Pull complete [2021-04-01T02:15:39.276Z] 18c013af1878: Pull complete [2021-04-01T02:15:39.550Z] 745a02a5169b: Verifying Checksum [2021-04-01T02:15:39.550Z] 745a02a5169b: Download complete [2021-04-01T02:15:40.993Z] 00ac8860ef70: Verifying Checksum [2021-04-01T02:15:40.993Z] 00ac8860ef70: Download complete [2021-04-01T02:15:43.261Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T02:15:51.180Z] 00ac8860ef70: Pull complete [2021-04-01T02:15:51.180Z] 63d7cb157983: Pull complete [2021-04-01T02:15:51.180Z] b116817d02f9: Pull complete [2021-04-01T02:15:54.577Z] 745a02a5169b: Pull complete [2021-04-01T02:15:54.577Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T02:15:54.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T02:15:54.577Z] ---> b7e6874047d6 [2021-04-01T02:15:54.577Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T02:15:57.992Z] ---> Running in d45e341e8b50 [2021-04-01T02:15:57.992Z] Removing intermediate container d45e341e8b50 [2021-04-01T02:15:57.992Z] ---> 7d3439ef1b7e [2021-04-01T02:15:57.992Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:15:57.992Z] ---> Running in 7b44d913c475 [2021-04-01T02:16:00.625Z] Removing intermediate container 7b44d913c475 [2021-04-01T02:16:00.625Z] ---> 287b96063342 [2021-04-01T02:16:00.625Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-01T02:16:00.625Z] ---> Running in da0d7e3eed53 [2021-04-01T02:16:02.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:02.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:03.350Z] OK: 142 MiB in 39 packages [2021-04-01T02:16:04.331Z] Removing intermediate container da0d7e3eed53 [2021-04-01T02:16:04.331Z] ---> 6a72b59b5f49 [2021-04-01T02:16:04.331Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-01T02:16:04.605Z] ---> Running in 682b2d2a1ddc [2021-04-01T02:16:05.203Z] Removing intermediate container 682b2d2a1ddc [2021-04-01T02:16:05.203Z] ---> 2b2f62fddf5a [2021-04-01T02:16:05.203Z] Step 7/8 : COPY . . [2021-04-01T02:16:07.823Z] ---> 39d94074a2b7 [2021-04-01T02:16:07.823Z] Step 8/8 : RUN go mod download [2021-04-01T02:16:07.823Z] ---> Running in 63d99e66b79f [2021-04-01T02:16:15.471Z] lf-activate-venv(): INFO: Adding /tmp/venv-w16C/bin to PATH [2021-04-01T02:16:15.471Z] INFO: No Stack... [2021-04-01T02:16:15.471Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T02:16:15.471Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T02:16:15.792Z] + cat /w/workspace/edgex-ui-go/13/archives/cost.csv [2021-04-01T02:16:15.792Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T02:16:15.869Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [2021-04-01T02:16:15.878Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] did not exist. Created. [2021-04-01T02:16:15.878Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T02:16:16.284Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-01T02:16:16.447Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T02:16:16.463Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T02:16:40.168Z] Removing intermediate container 63d99e66b79f [2021-04-01T02:16:40.168Z] ---> e1c6ac8aa46c [2021-04-01T02:16:40.168Z] Successfully built e1c6ac8aa46c [2021-04-01T02:16:40.168Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:16:40.518Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T02:16:40.518Z] . [Pipeline] withDockerContainer [2021-04-01T02:16:40.789Z] prd-ubuntu18.04-docker-arm64-4c-16g-32395 does not seem to be running inside a container [2021-04-01T02:16:40.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T02:16:42.379Z] $ docker top f636588d76e87520e204c9a5c93c4dc2b941ff8287e568ad781f0d9cf3ebb208 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:16:43.383Z] + go version [2021-04-01T02:16:43.383Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T02:16:43.414Z] $ docker stop --time=1 f636588d76e87520e204c9a5c93c4dc2b941ff8287e568ad781f0d9cf3ebb208 [2021-04-01T02:16:45.249Z] $ docker rm -f f636588d76e87520e204c9a5c93c4dc2b941ff8287e568ad781f0d9cf3ebb208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:16:46.415Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T02:16:46.416Z] . [Pipeline] withDockerContainer [2021-04-01T02:16:46.636Z] prd-ubuntu18.04-docker-arm64-4c-16g-32395 does not seem to be running inside a container [2021-04-01T02:16:46.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/13 -v /w/workspace/edgex-ui-go/13:/w/workspace/edgex-ui-go/13:rw,z -v /w/workspace/edgex-ui-go/13@tmp:/w/workspace/edgex-ui-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T02:16:48.215Z] $ docker top d9ca93bc3626adb560eb95c85bf1f0d97b2acf98ce6deb5dab56c50debff5d61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:16:49.301Z] + make test [2021-04-01T02:16:49.301Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-01T02:16:50.735Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-01T02:17:23.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-01T02:17:23.102Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-01T02:17:24.143Z] $ docker stop --time=1 d9ca93bc3626adb560eb95c85bf1f0d97b2acf98ce6deb5dab56c50debff5d61 [2021-04-01T02:17:26.325Z] $ docker rm -f d9ca93bc3626adb560eb95c85bf1f0d97b2acf98ce6deb5dab56c50debff5d61 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T02:17:27.162Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T02:17:27.243Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T02:17:28.071Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T02:17:28.774Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T02:17:29.164Z] + ls -al . [2021-04-01T02:17:29.164Z] total 124 [2021-04-01T02:17:29.164Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 02:16 . [2021-04-01T02:17:29.164Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 02:15 .. [2021-04-01T02:17:29.164Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 02:15 .git [2021-04-01T02:17:29.164Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 02:15 .github [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 1 02:15 .gitignore [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 02:15 CONTRIBUTING.md [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 1 02:15 Dockerfile [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 1 02:15 Dockerfile.build [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 02:15 Jenkinsfile [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 02:15 LICENSE [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 1 02:15 Makefile [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 1 02:15 README.md [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 1 02:09 VERSION [2021-04-01T02:17:29.164Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 02:15 assets [2021-04-01T02:17:29.164Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 02:15 bin [2021-04-01T02:17:29.164Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 02:15 cmd [2021-04-01T02:17:29.164Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 1 02:16 coverage.out [2021-04-01T02:17:29.164Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 1 02:15 docs [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 1 02:15 go.mod [2021-04-01T02:17:29.164Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 1 02:16 go.sum [2021-04-01T02:17:29.164Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 02:15 internal [2021-04-01T02:17:29.164Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 02:15 version.go [2021-04-01T02:17:29.164Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 02:15 web [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:17:29.515Z] + 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=6c9603837b329da7c141e1685b76e36f0b3f3eb3 --label arch=arm64 --label version=0.0.0 . [2021-04-01T02:17:30.126Z] Sending build context to Docker daemon 17.4MB [2021-04-01T02:17:30.126Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T02:17:30.126Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-01T02:17:30.126Z] ---> e1c6ac8aa46c [2021-04-01T02:17:30.126Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-01T02:17:30.723Z] ---> Running in 6e708e2f6242 [2021-04-01T02:17:31.010Z] Removing intermediate container 6e708e2f6242 [2021-04-01T02:17:31.010Z] ---> 46d4d5a7fc11 [2021-04-01T02:17:31.010Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-01T02:17:31.285Z] ---> Running in 478f1c08e957 [2021-04-01T02:17:31.882Z] Removing intermediate container 478f1c08e957 [2021-04-01T02:17:31.882Z] ---> 33ae8491247a [2021-04-01T02:17:31.882Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-01T02:17:31.882Z] ---> Running in 8af5e2d405fc [2021-04-01T02:17:32.479Z] Removing intermediate container 8af5e2d405fc [2021-04-01T02:17:32.479Z] ---> 79eb4e00b000 [2021-04-01T02:17:32.479Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-01T02:17:32.479Z] ---> Running in dc47becdef16 [2021-04-01T02:17:33.081Z] Removing intermediate container dc47becdef16 [2021-04-01T02:17:33.082Z] ---> 3cf428fb063b [2021-04-01T02:17:33.082Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-01T02:17:33.082Z] ---> Running in 6998e93f056c [2021-04-01T02:17:33.677Z] Removing intermediate container 6998e93f056c [2021-04-01T02:17:33.677Z] ---> 0870271e328d [2021-04-01T02:17:33.677Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:17:33.677Z] ---> Running in 124f4f6e117c [2021-04-01T02:17:35.657Z] Removing intermediate container 124f4f6e117c [2021-04-01T02:17:35.657Z] ---> 831e1d36ae49 [2021-04-01T02:17:35.657Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-01T02:17:35.932Z] ---> Running in c6e60bfe0985 [2021-04-01T02:17:36.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:17:37.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:17:39.320Z] OK: 142 MiB in 39 packages [2021-04-01T02:17:40.296Z] Removing intermediate container c6e60bfe0985 [2021-04-01T02:17:40.296Z] ---> 455c5c7e95fb [2021-04-01T02:17:40.296Z] Step 10/24 : ENV GO111MODULE=on [2021-04-01T02:17:40.568Z] ---> Running in 8bc7ce34b8e9 [2021-04-01T02:17:40.838Z] Removing intermediate container 8bc7ce34b8e9 [2021-04-01T02:17:40.838Z] ---> 1db324953667 [2021-04-01T02:17:40.838Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-01T02:17:41.108Z] ---> Running in c76116ae2377 [2021-04-01T02:17:41.380Z] Removing intermediate container c76116ae2377 [2021-04-01T02:17:41.380Z] ---> bbdb12adc649 [2021-04-01T02:17:41.380Z] Step 12/24 : COPY go.mod . [2021-04-01T02:17:41.971Z] ---> 6e638c6268a9 [2021-04-01T02:17:41.971Z] Step 13/24 : COPY Makefile . [2021-04-01T02:17:42.563Z] ---> e06acbf7bc6d [2021-04-01T02:17:42.563Z] Step 14/24 : RUN make update [2021-04-01T02:17:42.834Z] ---> Running in fb5e6e4d8b1d [2021-04-01T02:17:43.812Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-01T02:17:45.245Z] Removing intermediate container fb5e6e4d8b1d [2021-04-01T02:17:45.245Z] ---> 991a097965ab [2021-04-01T02:17:45.245Z] Step 15/24 : COPY . . [2021-04-01T02:17:47.871Z] ---> 16f50c3e7adf [2021-04-01T02:17:47.871Z] Step 16/24 : RUN ${MAKE} [2021-04-01T02:17:47.871Z] ---> Running in 8295d4fbf816 [2021-04-01T02:17:48.856Z] 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-01T02:18:15.700Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-01T02:18:21.097Z] Removing intermediate container 8295d4fbf816 [2021-04-01T02:18:21.097Z] ---> 57125a0f4ba2 [2021-04-01T02:18:21.097Z] Step 17/24 : FROM alpine:3.12 [2021-04-01T02:18:21.097Z] 3.12: Pulling from library/alpine [2021-04-01T02:18:21.097Z] 9a219e8acc52: Pulling fs layer [2021-04-01T02:18:21.371Z] 9a219e8acc52: Verifying Checksum [2021-04-01T02:18:21.371Z] 9a219e8acc52: Download complete [2021-04-01T02:18:21.964Z] 9a219e8acc52: Pull complete [2021-04-01T02:18:21.964Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T02:18:21.964Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T02:18:21.964Z] ---> d75e27dfc0a0 [2021-04-01T02:18:21.964Z] Step 18/24 : EXPOSE 4000 [2021-04-01T02:18:22.236Z] ---> Running in 37cee8da816c [2021-04-01T02:18:22.510Z] Removing intermediate container 37cee8da816c [2021-04-01T02:18:22.510Z] ---> bf57a5c47617 [2021-04-01T02:18:22.511Z] 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-01T02:18:24.483Z] ---> 8df022667415 [2021-04-01T02:18:24.483Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-01T02:18:24.483Z] ---> Running in 348c4695b3f2 [2021-04-01T02:18:25.076Z] Removing intermediate container 348c4695b3f2 [2021-04-01T02:18:25.077Z] ---> 2af390670db5 [2021-04-01T02:18:25.077Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-01T02:18:25.077Z] ---> Running in 1435b04805ac [2021-04-01T02:18:25.349Z] Removing intermediate container 1435b04805ac [2021-04-01T02:18:25.349Z] ---> d3c8299d34c9 [2021-04-01T02:18:25.349Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T02:18:25.624Z] ---> Running in b0923a8d2f18 [2021-04-01T02:18:25.914Z] Removing intermediate container b0923a8d2f18 [2021-04-01T02:18:25.914Z] ---> 1cc682976515 [2021-04-01T02:18:25.914Z] Step 23/24 : LABEL git_sha=6c9603837b329da7c141e1685b76e36f0b3f3eb3 [2021-04-01T02:18:26.188Z] ---> Running in 9f915a57fc92 [2021-04-01T02:18:26.470Z] Removing intermediate container 9f915a57fc92 [2021-04-01T02:18:26.470Z] ---> a29eb09b6b0b [2021-04-01T02:18:26.470Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T02:18:26.741Z] ---> Running in 761a39ecbf85 [2021-04-01T02:18:27.336Z] Removing intermediate container 761a39ecbf85 [2021-04-01T02:18:27.336Z] ---> 9e29624821a8 [2021-04-01T02:18:27.336Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-01T02:18:27.336Z] Successfully built 9e29624821a8 [2021-04-01T02:18:27.336Z] 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-01T02:18:28.123Z] ---> job-cost.sh [2021-04-01T02:18:28.123Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iLZW [2021-04-01T02:19:07.154Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T02:20:44.111Z] lf-activate-venv(): INFO: Adding /tmp/venv-iLZW/bin to PATH [2021-04-01T02:20:44.111Z] INFO: No Stack... [2021-04-01T02:20:44.111Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T02:20:44.111Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T02:20:44.559Z] + cat /w/workspace/edgex-ui-go/13/archives/cost.csv [2021-04-01T02:20:44.559Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T02:20:44.694Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [2021-04-01T02:20:44.703Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] did not exist. Created. [2021-04-01T02:20:44.703Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T02:20:45.266Z] /w/workspace/edgex-ui-go/13@tmp/durable-d1d772e5/script.sh: 1: /w/workspace/edgex-ui-go/13@tmp/durable-d1d772e5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-01T02:20:45.647Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T02:20:45.715Z] Warning: overwriting stash ‘stack-cost’ [2021-04-01T02:20:46.048Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T02:20:46.069Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-13-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-01T02:20:47.400Z] provisioning config files... [2021-04-01T02:20:47.667Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config2333770243941493475tmp [Pipeline] { [Pipeline] sh [2021-04-01T02:20:48.135Z] + set +x [2021-04-01T02:20:48.135Z] + curl -s https://codecov.io/bash [2021-04-01T02:20:48.135Z] + bash -s -- [2021-04-01T02:20:48.135Z] [2021-04-01T02:20:48.135Z] _____ _ [2021-04-01T02:20:48.135Z] / ____| | | [2021-04-01T02:20:48.135Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T02:20:48.135Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T02:20:48.135Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T02:20:48.135Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T02:20:48.135Z] Bash-20210309-2b87ace [2021-04-01T02:20:48.135Z] [2021-04-01T02:20:48.135Z] [2021-04-01T02:20:48.431Z] ==> git version 2.24.3 found [2021-04-01T02:20:48.431Z] ==> 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-01T02:20:48.431Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T02:20:48.431Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T02:20:48.431Z] ==> Jenkins CI detected. [2021-04-01T02:20:48.431Z] project root: . [2021-04-01T02:20:48.431Z] --> token set from env [2021-04-01T02:20:48.431Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T02:20:48.431Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T02:20:48.431Z] ==> Python coveragepy not found [2021-04-01T02:20:48.431Z] ==> Searching for coverage reports in: [2021-04-01T02:20:48.431Z] + . [2021-04-01T02:20:48.431Z] -> Found 1 reports [2021-04-01T02:20:48.431Z] ==> Detecting git/mercurial file structure [2021-04-01T02:20:48.431Z] ==> Reading reports [2021-04-01T02:20:48.431Z] + ./coverage.out bytes=10 [2021-04-01T02:20:48.431Z] ==> Appending adjustments [2021-04-01T02:20:48.431Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T02:20:48.431Z] + Found adjustments [2021-04-01T02:20:48.431Z] ==> Gzipping contents [2021-04-01T02:20:48.431Z] 4.0K /tmp/codecov.RrntFx.gz [2021-04-01T02:20:48.701Z] ==> Uploading reports [2021-04-01T02:20:48.701Z] url: https://codecov.io [2021-04-01T02:20:48.701Z] query: branch=PR-297&commit=6c9603837b329da7c141e1685b76e36f0b3f3eb3&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-04-01T02:20:48.701Z] -> Pinging Codecov [2021-04-01T02:20:48.701Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=6c9603837b329da7c141e1685b76e36f0b3f3eb3&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-04-01T02:20:49.302Z] -> Uploading to [2021-04-01T02:20:49.302Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/FB506323287CE973F263BFD2A0EB1F37/6c9603837b329da7c141e1685b76e36f0b3f3eb3/0405ac36-a580-46e1-9f0f-51c053f080ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T022049Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4cea854eb089637361c72357fb6ecc6ed2ede48feac2d354b91e22fd89ad3e1c [2021-04-01T02:20:49.302Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T02:20:49.302Z] Dload Upload Total Spent Left Speed [2021-04-01T02:20:49.571Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3336 0 0 100 3336 0 8353 --:--:-- --:--:-- --:--:-- 8360 [2021-04-01T02:20:49.571Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6c9603837b329da7c141e1685b76e36f0b3f3eb3 [Pipeline] } [2021-04-01T02:20:49.583Z] 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-01T02:20:52.256Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:20:52.577Z] ---> package-listing.sh [2021-04-01T02:20:52.578Z] ++ facter osfamily [2021-04-01T02:20:52.578Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T02:20:52.578Z] + OS_FAMILY=redhat [2021-04-01T02:20:52.578Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-04-01T02:20:52.578Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T02:20:52.578Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T02:20:52.578Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T02:20:52.578Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T02:20:52.578Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-04-01T02:20:52.578Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T02:20:52.578Z] + case "${OS_FAMILY}" in [2021-04-01T02:20:52.578Z] + rpm -qa [2021-04-01T02:20:52.578Z] + sort [2021-04-01T02:20:58.017Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T02:20:58.017Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T02:20:58.017Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T02:20:58.017Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-04-01T02:20:58.017Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-04-01T02:20:58.017Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo [2021-04-01T02:20:58.035Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T02:20:58.339Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:20:58.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:20:58.674Z] [2021-04-01T02:20:58.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:20:59.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:20:59.145Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T02:20:59.145Z] df20fa9351a1: Pulling fs layer [2021-04-01T02:20:59.145Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T02:20:59.145Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T02:20:59.145Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T02:20:59.145Z] 93b61091891f: Pulling fs layer [2021-04-01T02:20:59.145Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T02:20:59.145Z] 5e14af77c1be: Pulling fs layer [2021-04-01T02:20:59.145Z] 01666e4c0597: Pulling fs layer [2021-04-01T02:20:59.145Z] aa168da1d23b: Pulling fs layer [2021-04-01T02:20:59.145Z] 93b9cdb0e59b: Waiting [2021-04-01T02:20:59.145Z] aa168da1d23b: Waiting [2021-04-01T02:20:59.145Z] 46f8f816bc3b: Waiting [2021-04-01T02:20:59.145Z] 93b61091891f: Waiting [2021-04-01T02:20:59.145Z] 01666e4c0597: Waiting [2021-04-01T02:20:59.145Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T02:20:59.145Z] 36b3adc4ff6f: Download complete [2021-04-01T02:20:59.431Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T02:20:59.432Z] 46f8f816bc3b: Download complete [2021-04-01T02:20:59.432Z] df20fa9351a1: Verifying Checksum [2021-04-01T02:20:59.432Z] df20fa9351a1: Download complete [2021-04-01T02:20:59.432Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T02:20:59.432Z] 93b9cdb0e59b: Download complete [2021-04-01T02:20:59.432Z] 5e14af77c1be: Verifying Checksum [2021-04-01T02:20:59.432Z] 5e14af77c1be: Download complete [2021-04-01T02:20:59.432Z] 93b61091891f: Download complete [2021-04-01T02:20:59.432Z] 01666e4c0597: Verifying Checksum [2021-04-01T02:20:59.432Z] 01666e4c0597: Download complete [2021-04-01T02:20:59.733Z] df20fa9351a1: Pull complete [2021-04-01T02:20:59.997Z] 36b3adc4ff6f: Pull complete [2021-04-01T02:21:00.585Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T02:21:00.585Z] 8ad3a11d3b57: Download complete [2021-04-01T02:21:01.176Z] 8ad3a11d3b57: Pull complete [2021-04-01T02:21:01.492Z] 46f8f816bc3b: Pull complete [2021-04-01T02:21:01.772Z] 93b61091891f: Pull complete [2021-04-01T02:21:02.990Z] 93b9cdb0e59b: Pull complete [2021-04-01T02:21:02.990Z] aa168da1d23b: Verifying Checksum [2021-04-01T02:21:02.990Z] aa168da1d23b: Download complete [2021-04-01T02:21:03.594Z] 5e14af77c1be: Pull complete [2021-04-01T02:21:03.594Z] 01666e4c0597: Pull complete [2021-04-01T02:21:10.568Z] aa168da1d23b: Pull complete [2021-04-01T02:21:10.568Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T02:21:10.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:21:10.568Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T02:21:10.801Z] prd-centos7-docker-4c-2g-32393 does not seem to be running inside a container [2021-04-01T02:21:10.929Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T02:21:16.856Z] $ docker top f24a3bd734c0a1db57c24772f3d6024254433eec5d7adfde2c920ec9235e1700 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:21:17.573Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T02:21:17.914Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T02:21:18.243Z] + ls /var/log/sa-host [2021-04-01T02:21:18.243Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T02:21:18.243Z] file_magic: OK [2021-04-01T02:21:18.243Z] HZ: Using current value: 100 [2021-04-01T02:21:18.243Z] file_header: OK [2021-04-01T02:21:18.243Z] 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-01T02:21:18.243Z] Statistics: [2021-04-01T02:21:18.243Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-01T02:21:18.243Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T02:21:18.243Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T02:21:18.243Z] file_magic: OK [2021-04-01T02:21:18.243Z] HZ: Using current value: 100 [2021-04-01T02:21:18.243Z] file_header: OK [2021-04-01T02:21:18.243Z] 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-01T02:21:18.243Z] Statistics: [2021-04-01T02:21:18.243Z] Hnuu...uuuununununu... [2021-04-01T02:21:18.243Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T02:21:18.481Z] provisioning config files... [2021-04-01T02:21:18.501Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8493735235623944704tmp [Pipeline] { [Pipeline] echo [2021-04-01T02:21:18.604Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:21:18.953Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T02:21:18.977Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T02:21:19.077Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:21:19.429Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T02:21:19.456Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:21:20.021Z] ---> sudo-logs.sh [2021-04-01T02:21:20.021Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T02:21:20.096Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:21:20.445Z] ---> job-cost.sh [2021-04-01T02:21:20.445Z] lf-activate-venv: SKIPPING [2021-04-01T02:21:20.445Z] DEBUG: total: 0.20999999344348907 [2021-04-01T02:21:20.445Z] INFO: Retrieving Stack Cost... [2021-04-01T02:21:21.413Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T02:21:21.677Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T02:21:21.694Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:21:22.041Z] ---> logs-deploy.sh [2021-04-01T02:21:22.041Z] lf-activate-venv: SKIPPING [2021-04-01T02:21:22.041Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/13 [2021-04-01T02:21:22.041Z] INFO: archiving workspace using pattern(s): [2021-04-01T02:21:24.270Z] Archives upload complete. [2021-04-01T02:21:24.271Z] INFO: archiving logs to Nexus