Pull request #297 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at e5cb8e831f0d9734d8f8d47071e82da6adc916ee rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from e5cb8e831f0d9734d8f8d47071e82da6adc916ee 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27255 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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Checking out Revision 3a20ff873eee8ef8a82befaa7e50bf075731bd29 (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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 Commit message: "Merge pull request #2 from edgexfoundry/master" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T01:36:26.563Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 3b7bfa631b3ec9c2eff5d13704b97fdb3fc17c86 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T01:36:26.832Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T01:36:26.928Z] ========================================================= [2021-02-23T01:36:26.928Z] EdgeX Global Pipelines Version Info [2021-02-23T01:36:26.929Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:36:28.421Z] ------------------- [2021-02-23T01:36:28.422Z] stable info: [2021-02-23T01:36:28.422Z] ------------------- [2021-02-23T01:36:28.422Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T01:36:28.422Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T01:36:28.422Z] Message: update stable to v1.0.179 [2021-02-23T01:36:29.369Z] ------------------- [2021-02-23T01:36:29.369Z] experimental info: [2021-02-23T01:36:29.369Z] ------------------- [2021-02-23T01:36:29.369Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T01:36:29.369Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T01:36:29.369Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T01:36:29.650Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T01:36:29.748Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T01:36:29.867Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T01:36:29.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T01:36:30.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T01:36:30.202Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T01:36:30.317Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T01:36:30.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T01:36:30.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T01:36:30.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T01:36:30.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T01:36:30.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T01:36:30.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T01:36:31.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T01:36:31.191Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T01:36:31.299Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T01:36:31.384Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T01:36:31.466Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T01:36:31.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T01:36:31.651Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T01:36:31.752Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T01:36:31.837Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T01:36:31.920Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T01:36:32.005Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T01:36:32.091Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T01:36:32.227Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T01:36:32.311Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T01:36:32.395Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-02-23T01:36:32.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-02-23T01:36:32.590Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-02-23T01:36:32.673Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [Pipeline] echo [2021-02-23T01:36:32.755Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a20ff8 [Pipeline] echo [2021-02-23T01:36:32.840Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T01:36:33.032Z] provisioning config files... [2021-02-23T01:36:33.066Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6158792379024365129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:36:33.421Z] ---> docker-login.sh [2021-02-23T01:36:33.421Z] nexus3.edgexfoundry.org:10001 [2021-02-23T01:36:33.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:36:33.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:36:33.946Z] Configure a credential helper to remove this warning. See [2021-02-23T01:36:33.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:36:33.946Z] [2021-02-23T01:36:33.946Z] Login Succeeded [2021-02-23T01:36:33.946Z] nexus3.edgexfoundry.org:10002 [2021-02-23T01:36:33.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:36:33.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:36:33.946Z] Configure a credential helper to remove this warning. See [2021-02-23T01:36:33.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:36:33.946Z] [2021-02-23T01:36:34.208Z] Login Succeeded [2021-02-23T01:36:34.208Z] nexus3.edgexfoundry.org:10003 [2021-02-23T01:36:34.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:36:34.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:36:34.208Z] Configure a credential helper to remove this warning. See [2021-02-23T01:36:34.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:36:34.208Z] [2021-02-23T01:36:34.208Z] Login Succeeded [2021-02-23T01:36:34.208Z] nexus3.edgexfoundry.org:10004 [2021-02-23T01:36:34.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:36:34.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:36:34.470Z] Configure a credential helper to remove this warning. See [2021-02-23T01:36:34.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:36:34.470Z] [2021-02-23T01:36:34.470Z] Login Succeeded [2021-02-23T01:36:34.470Z] docker.io [2021-02-23T01:36:34.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:36:34.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:36:34.733Z] Configure a credential helper to remove this warning. See [2021-02-23T01:36:34.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:36:34.733Z] [2021-02-23T01:36:34.733Z] Login Succeeded [2021-02-23T01:36:34.733Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T01:36:34.743Z] 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-02-23T01:36:35.516Z] + git log --format=format:%s -1 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [Pipeline] echo [2021-02-23T01:36:35.583Z] GIT_COMMIT: 3a20ff873eee8ef8a82befaa7e50bf075731bd29, Commit Message: Merge pull request #2 from edgexfoundry/master [Pipeline] echo [2021-02-23T01:36:35.626Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:36:36.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T01:36:36.235Z] [2021-02-23T01:36:36.235Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:36:36.583Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T01:36:36.584Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T01:36:36.584Z] 31603596830f: Pulling fs layer [2021-02-23T01:36:36.584Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T01:36:36.584Z] 6ca5941a6612: Pulling fs layer [2021-02-23T01:36:36.584Z] ecc8261a40a4: Pulling fs layer [2021-02-23T01:36:36.584Z] ecc8261a40a4: Waiting [2021-02-23T01:36:36.584Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T01:36:36.584Z] 2a8b12db71e7: Download complete [2021-02-23T01:36:36.847Z] 31603596830f: Verifying Checksum [2021-02-23T01:36:36.847Z] 31603596830f: Download complete [2021-02-23T01:36:36.847Z] 6ca5941a6612: Verifying Checksum [2021-02-23T01:36:36.848Z] 6ca5941a6612: Download complete [2021-02-23T01:36:36.848Z] ecc8261a40a4: Verifying Checksum [2021-02-23T01:36:36.848Z] ecc8261a40a4: Download complete [2021-02-23T01:36:37.111Z] 31603596830f: Pull complete [2021-02-23T01:36:37.373Z] 2a8b12db71e7: Pull complete [2021-02-23T01:36:38.331Z] 6ca5941a6612: Pull complete [2021-02-23T01:36:38.331Z] ecc8261a40a4: Pull complete [2021-02-23T01:36:38.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T01:36:38.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T01:36:38.595Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T01:36:38.791Z] prd-centos7-docker-4c-2g-27255 does not seem to be running inside a container [2021-02-23T01:36:38.844Z] $ 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-02-23T01:36:41.427Z] $ docker top 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T01:36:41.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T01:36:41.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T01:36:41.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T01:36:41.962Z] $ docker exec 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent [2021-02-23T01:36:42.144Z] SSH_AUTH_SOCK=/tmp/ssh-CnTEEJDTk3Bt/agent.11 [2021-02-23T01:36:42.144Z] SSH_AGENT_PID=16 [2021-02-23T01:36:42.156Z] Running ssh-add (command line suppressed) [2021-02-23T01:36:42.277Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4982551783522148505.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4982551783522148505.key) [2021-02-23T01:36:42.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T01:36:42.687Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T01:36:42.712Z] $ docker exec --env ******** --env ******** 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent -k [2021-02-23T01:36:42.827Z] unset SSH_AUTH_SOCK; [2021-02-23T01:36:42.827Z] unset SSH_AGENT_PID; [2021-02-23T01:36:42.827Z] echo Agent pid 16 killed; [2021-02-23T01:36:42.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T01:36:43.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T01:36:43.044Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T01:36:43.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T01:36:43.214Z] $ docker exec 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent [2021-02-23T01:36:43.378Z] SSH_AUTH_SOCK=/tmp/ssh-v82xrlIMkwmI/agent.46 [2021-02-23T01:36:43.378Z] SSH_AGENT_PID=51 [2021-02-23T01:36:43.386Z] Running ssh-add (command line suppressed) [2021-02-23T01:36:43.510Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3063622275765406383.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3063622275765406383.key) [2021-02-23T01:36:43.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T01:36:43.901Z] + git semver init [2021-02-23T01:36:43.901Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T01:36:43.901Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-02-23T01:36:43.901Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-02-23T01:36:43.901Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T01:36:43.901Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T01:36:43.901Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T01:36:43.901Z] # $SEMVER_BRANCH = PR-297 [2021-02-23T01:36:43.901Z] # $SEMVER_TEMP = /tmp/semver-973958620 [2021-02-23T01:36:43.901Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T01:36:45.294Z] # '/tmp/semver-973958620' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-02-23T01:36:45.294Z] # -> Force: false [2021-02-23T01:36:45.294Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-02-23T01:36:45.308Z] $ docker exec --env ******** --env ******** 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent -k [2021-02-23T01:36:45.431Z] unset SSH_AUTH_SOCK; [2021-02-23T01:36:45.432Z] unset SSH_AGENT_PID; [2021-02-23T01:36:45.432Z] echo Agent pid 51 killed; [2021-02-23T01:36:45.483Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T01:36:45.942Z] + git semver [Pipeline] } [2021-02-23T01:36:45.961Z] $ docker stop --time=1 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa [2021-02-23T01:36:47.333Z] $ docker rm -f 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T01:36:47.809Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T01:36:48.418Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T01:36:48.421Z] [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-02-23T01:37:03.890Z] Still waiting to schedule task [2021-02-23T01:37:03.890Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T01:37:03.893Z] Still waiting to schedule task [2021-02-23T01:37:03.893Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-23T01:38:55.969Z] Running on prd-centos7-docker-4c-2g-27259 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-02-23T01:38:56.031Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-02-23T01:38:58.313Z] using credential edgex-jenkins-ssh [2021-02-23T01:38:58.381Z] Cloning the remote Git repository [2021-02-23T01:38:58.404Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T01:38:58.466Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-02-23T01:38:58.524Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T01:38:58.524Z] > git --version # timeout=10 [2021-02-23T01:38:58.533Z] > git --version # 'git version 2.24.3' [2021-02-23T01:38:58.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T01:38:58.562Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T01:39:01.970Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T01:39:01.976Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T01:39:01.987Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T01:39:01.999Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T01:39:01.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T01:39:02.004Z] > 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-02-23T01:39:04.750Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-23T01:39:04.926Z] Merge succeeded, producing 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-23T01:39:04.926Z] Checking out Revision 3a20ff873eee8ef8a82befaa7e50bf075731bd29 (PR-297) [2021-02-23T01:39:04.757Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T01:39:04.763Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-23T01:39:04.874Z] > git remote # timeout=10 [2021-02-23T01:39:04.879Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T01:39:04.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T01:39:04.891Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-02-23T01:39:04.911Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T01:39:04.928Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T01:39:04.933Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-23T01:39:08.598Z] Commit message: "Merge pull request #2 from edgexfoundry/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T01:39:10.004Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T01:39:10.334Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T01:39:10.637Z] + sudo service docker restart [2021-02-23T01:39:10.637Z] + true [2021-02-23T01:39:10.637Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T01:39:12.116Z] provisioning config files... [2021-02-23T01:39:12.150Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3825694701247479567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:39:12.548Z] ---> docker-login.sh [2021-02-23T01:39:12.548Z] nexus3.edgexfoundry.org:10001 [2021-02-23T01:39:12.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:39:12.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:39:12.811Z] Configure a credential helper to remove this warning. See [2021-02-23T01:39:12.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:39:12.811Z] [2021-02-23T01:39:12.811Z] Login Succeeded [2021-02-23T01:39:12.811Z] nexus3.edgexfoundry.org:10002 [2021-02-23T01:39:13.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:39:13.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:39:13.073Z] Configure a credential helper to remove this warning. See [2021-02-23T01:39:13.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:39:13.073Z] [2021-02-23T01:39:13.073Z] Login Succeeded [2021-02-23T01:39:13.073Z] nexus3.edgexfoundry.org:10003 [2021-02-23T01:39:13.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:39:13.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:39:13.336Z] Configure a credential helper to remove this warning. See [2021-02-23T01:39:13.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:39:13.336Z] [2021-02-23T01:39:13.336Z] Login Succeeded [2021-02-23T01:39:13.336Z] nexus3.edgexfoundry.org:10004 [2021-02-23T01:39:13.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:39:13.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:39:13.336Z] Configure a credential helper to remove this warning. See [2021-02-23T01:39:13.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:39:13.336Z] [2021-02-23T01:39:13.336Z] Login Succeeded [2021-02-23T01:39:13.336Z] docker.io [2021-02-23T01:39:13.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:39:13.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:39:13.872Z] Configure a credential helper to remove this warning. See [2021-02-23T01:39:13.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:39:13.872Z] [2021-02-23T01:39:13.872Z] Login Succeeded [2021-02-23T01:39:13.872Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T01:39:13.881Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T01:39:14.199Z] ========================================================= [2021-02-23T01:39:14.199Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T01:39:14.199Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:39:14.582Z] + 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-02-23T01:39:14.844Z] Sending build context to Docker daemon 16.78MB [2021-02-23T01:39:14.844Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T01:39:14.844Z] Step 2/8 : FROM ${BASE} [2021-02-23T01:39:14.844Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T01:39:14.844Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T01:39:14.844Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T01:39:14.844Z] de9db76c5a1d: Pulling fs layer [2021-02-23T01:39:14.844Z] bca2f99d35d6: Pulling fs layer [2021-02-23T01:39:14.844Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T01:39:14.844Z] 7c6f9722023f: Pulling fs layer [2021-02-23T01:39:14.844Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T01:39:14.844Z] 93359f2a8cfa: Waiting [2021-02-23T01:39:14.844Z] 7c6f9722023f: Waiting [2021-02-23T01:39:14.844Z] a35cf1a2eb13: Waiting [2021-02-23T01:39:14.844Z] bca2f99d35d6: Waiting [2021-02-23T01:39:14.844Z] de9db76c5a1d: Verifying Checksum [2021-02-23T01:39:14.844Z] de9db76c5a1d: Download complete [2021-02-23T01:39:14.844Z] 0ef7d3d256c8: Download complete [2021-02-23T01:39:14.844Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T01:39:14.844Z] 93359f2a8cfa: Download complete [2021-02-23T01:39:14.844Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T01:39:14.844Z] 188c0c94c7c5: Download complete [2021-02-23T01:39:14.844Z] 7c6f9722023f: Verifying Checksum [2021-02-23T01:39:14.844Z] 7c6f9722023f: Download complete [2021-02-23T01:39:15.111Z] 188c0c94c7c5: Pull complete [2021-02-23T01:39:15.375Z] 0ef7d3d256c8: Pull complete [2021-02-23T01:39:15.638Z] de9db76c5a1d: Pull complete [2021-02-23T01:39:17.029Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T01:39:17.029Z] a35cf1a2eb13: Download complete [2021-02-23T01:39:17.293Z] bca2f99d35d6: Verifying Checksum [2021-02-23T01:39:17.293Z] bca2f99d35d6: Download complete [2021-02-23T01:39:22.627Z] bca2f99d35d6: Pull complete [2021-02-23T01:39:22.627Z] 93359f2a8cfa: Pull complete [2021-02-23T01:39:22.627Z] 7c6f9722023f: Pull complete [2021-02-23T01:39:26.858Z] a35cf1a2eb13: Pull complete [2021-02-23T01:39:26.858Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T01:39:26.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T01:39:26.858Z] ---> a62c8e92a672 [2021-02-23T01:39:26.858Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T01:39:27.123Z] ---> Running in 63ed92bfe675 [2021-02-23T01:39:27.395Z] Removing intermediate container 63ed92bfe675 [2021-02-23T01:39:27.395Z] ---> 4325af6e8135 [2021-02-23T01:39:27.395Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T01:39:27.395Z] ---> Running in defec61b8bd2 [2021-02-23T01:39:28.795Z] Removing intermediate container defec61b8bd2 [2021-02-23T01:39:28.795Z] ---> 8a42f8855009 [2021-02-23T01:39:28.795Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T01:39:28.795Z] ---> Running in c704fce5144f [2021-02-23T01:39:29.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T01:39:36.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T01:39:39.639Z] OK: 166 MiB in 39 packages [2021-02-23T01:39:39.639Z] Removing intermediate container c704fce5144f [2021-02-23T01:39:39.639Z] ---> b6fd0797484e [2021-02-23T01:39:39.639Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T01:39:39.639Z] ---> Running in e07ded92263d [2021-02-23T01:39:39.900Z] Removing intermediate container e07ded92263d [2021-02-23T01:39:39.900Z] ---> 9d2ba7124150 [2021-02-23T01:39:39.900Z] Step 7/8 : COPY . . [2021-02-23T01:39:41.819Z] ---> 85e9567f8bcc [2021-02-23T01:39:41.819Z] Step 8/8 : RUN go mod download [2021-02-23T01:39:41.819Z] ---> Running in ea7f9f9e35c7 [2021-02-23T01:39:53.889Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27260 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-02-23T01:39:53.958Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-02-23T01:39:59.007Z] using credential edgex-jenkins-ssh [2021-02-23T01:39:59.062Z] Cloning the remote Git repository [2021-02-23T01:39:59.121Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T01:39:59.236Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-02-23T01:39:59.327Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T01:39:59.328Z] > git --version # timeout=10 [2021-02-23T01:39:59.349Z] > git --version # 'git version 2.17.1' [2021-02-23T01:39:59.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T01:39:59.404Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T01:40:01.791Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T01:40:01.813Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T01:40:01.842Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T01:40:01.876Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T01:40:01.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T01:40:01.890Z] > 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-02-23T01:40:03.813Z] Removing intermediate container ea7f9f9e35c7 [2021-02-23T01:40:03.813Z] ---> 38c913cad34b [2021-02-23T01:40:03.813Z] Successfully built 38c913cad34b [2021-02-23T01:40:03.813Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:40:04.121Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T01:40:04.121Z] . [Pipeline] withDockerContainer [2021-02-23T01:40:04.224Z] prd-centos7-docker-4c-2g-27259 does not seem to be running inside a container [2021-02-23T01:40:04.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T01:40:04.896Z] $ docker top 79a7906b245f04b4a065fe7738cb95be61d589cc10002abec32a8d6b9f1432b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T01:40:05.376Z] + go version [2021-02-23T01:40:05.376Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T01:40:05.389Z] $ docker stop --time=1 79a7906b245f04b4a065fe7738cb95be61d589cc10002abec32a8d6b9f1432b3 [2021-02-23T01:40:06.034Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-23T01:40:06.482Z] Merge succeeded, producing 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-23T01:40:06.483Z] Checking out Revision 3a20ff873eee8ef8a82befaa7e50bf075731bd29 (PR-297) [2021-02-23T01:40:06.738Z] $ docker rm -f 79a7906b245f04b4a065fe7738cb95be61d589cc10002abec32a8d6b9f1432b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:40:06.056Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T01:40:06.111Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-23T01:40:06.409Z] > git remote # timeout=10 [2021-02-23T01:40:06.429Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T01:40:06.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T01:40:06.449Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-02-23T01:40:06.471Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T01:40:06.493Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T01:40:06.503Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-23T01:40:07.842Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T01:40:07.842Z] . [Pipeline] withDockerContainer [2021-02-23T01:40:07.932Z] prd-centos7-docker-4c-2g-27259 does not seem to be running inside a container [2021-02-23T01:40:07.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T01:40:08.550Z] $ docker top 55030e3ee2b49139e16f8dfb3a29c86505cd87b62a41ecf71a61bc2b0b3cdfce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T01:40:09.018Z] + make test [2021-02-23T01:40:09.018Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T01:40:09.599Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T01:40:11.047Z] Commit message: "Merge pull request #2 from edgexfoundry/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T01:40:12.651Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T01:40:13.116Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T01:40:13.490Z] + sudo service docker restart+ [2021-02-23T01:40:13.490Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T01:40:15.545Z] provisioning config files... [2021-02-23T01:40:15.586Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4778242200169188412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:40:15.994Z] ---> docker-login.sh [2021-02-23T01:40:15.994Z] nexus3.edgexfoundry.org:10001 [2021-02-23T01:40:16.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:40:17.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:40:17.251Z] Configure a credential helper to remove this warning. See [2021-02-23T01:40:17.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:40:17.251Z] [2021-02-23T01:40:17.251Z] Login Succeeded [2021-02-23T01:40:17.251Z] nexus3.edgexfoundry.org:10002 [2021-02-23T01:40:17.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:40:17.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:40:17.804Z] Configure a credential helper to remove this warning. See [2021-02-23T01:40:17.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:40:17.804Z] [2021-02-23T01:40:17.804Z] Login Succeeded [2021-02-23T01:40:17.804Z] nexus3.edgexfoundry.org:10003 [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T01:40:17.827Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T01:40:17.827Z] GO111MODULE=on go vet ./... [2021-02-23T01:40:18.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:40:18.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:40:18.351Z] Configure a credential helper to remove this warning. See [2021-02-23T01:40:18.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:40:18.351Z] [2021-02-23T01:40:18.351Z] Login Succeeded [2021-02-23T01:40:18.351Z] nexus3.edgexfoundry.org:10004 [2021-02-23T01:40:18.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-02-23T01:40:18.786Z] $ docker stop --time=1 55030e3ee2b49139e16f8dfb3a29c86505cd87b62a41ecf71a61bc2b0b3cdfce [2021-02-23T01:40:18.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:40:18.899Z] Configure a credential helper to remove this warning. See [2021-02-23T01:40:18.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:40:18.899Z] [2021-02-23T01:40:18.899Z] Login Succeeded [2021-02-23T01:40:18.899Z] docker.io [2021-02-23T01:40:19.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T01:40:19.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T01:40:19.770Z] Configure a credential helper to remove this warning. See [2021-02-23T01:40:19.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T01:40:19.770Z] [2021-02-23T01:40:19.770Z] Login Succeeded [2021-02-23T01:40:19.770Z] ---> docker-login.sh ends [2021-02-23T01:40:20.950Z] $ docker rm -f 55030e3ee2b49139e16f8dfb3a29c86505cd87b62a41ecf71a61bc2b0b3cdfce [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-02-23T01:40:21.727Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-23T01:40:21.985Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo [2021-02-23T01:40:22.141Z] ========================================================= [2021-02-23T01:40:22.141Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T01:40:22.141Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:40:22.315Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-23T01:40:22.515Z] + 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 . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-23T01:40:23.126Z] Sending build context to Docker daemon 16.78MB [2021-02-23T01:40:23.126Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T01:40:23.126Z] Step 2/8 : FROM ${BASE} [2021-02-23T01:40:23.402Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T01:40:23.402Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T01:40:23.402Z] a4357932f1b6: Pulling fs layer [2021-02-23T01:40:23.402Z] 18c013af1878: Pulling fs layer [2021-02-23T01:40:23.402Z] 00ac8860ef70: Pulling fs layer [2021-02-23T01:40:23.402Z] 63d7cb157983: Pulling fs layer [2021-02-23T01:40:23.402Z] b116817d02f9: Pulling fs layer [2021-02-23T01:40:23.402Z] 745a02a5169b: Pulling fs layer [2021-02-23T01:40:23.402Z] 00ac8860ef70: Waiting [2021-02-23T01:40:23.402Z] 63d7cb157983: Waiting [2021-02-23T01:40:23.402Z] b116817d02f9: Waiting [2021-02-23T01:40:23.402Z] 745a02a5169b: Waiting [2021-02-23T01:40:23.402Z] 18c013af1878: Verifying Checksum [2021-02-23T01:40:23.402Z] 18c013af1878: Download complete [2021-02-23T01:40:23.402Z] a4357932f1b6: Verifying Checksum [2021-02-23T01:40:23.402Z] a4357932f1b6: Download complete [2021-02-23T01:40:23.402Z] 63d7cb157983: Verifying Checksum [2021-02-23T01:40:23.402Z] 63d7cb157983: Download complete [2021-02-23T01:40:23.402Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T01:40:23.402Z] b116817d02f9: Verifying Checksum [2021-02-23T01:40:23.402Z] b116817d02f9: Download complete [2021-02-23T01:40:24.025Z] 5f621e34cdf4: Pull complete [Pipeline] sh [2021-02-23T01:40:24.639Z] a4357932f1b6: Pull complete [2021-02-23T01:40:24.765Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T01:40:25.058Z] + ls -al . [2021-02-23T01:40:25.058Z] total 92 [2021-02-23T01:40:25.058Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 01:40 . [2021-02-23T01:40:25.058Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 01:38 .. [2021-02-23T01:40:25.058Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 01:39 assets [2021-02-23T01:40:25.058Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 01:39 bin [2021-02-23T01:40:25.058Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 01:39 cmd [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 01:39 CONTRIBUTING.md [2021-02-23T01:40:25.058Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 01:40 coverage.out [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 01:39 Dockerfile [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 01:39 Dockerfile.build [2021-02-23T01:40:25.058Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 01:39 docs [2021-02-23T01:40:25.058Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 01:39 .git [2021-02-23T01:40:25.058Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 01:39 .github [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 01:39 .gitignore [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 01:39 go.mod [2021-02-23T01:40:25.058Z] -rw-r--r--. 1 jenkins jenkins 20629 Feb 23 01:40 go.sum [2021-02-23T01:40:25.058Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 01:39 internal [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 01:39 Jenkinsfile [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 01:39 LICENSE [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 01:39 Makefile [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 01:39 README.md [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 01:36 VERSION [2021-02-23T01:40:25.058Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 01:39 version.go [2021-02-23T01:40:25.058Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 01:39 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:40:25.245Z] 18c013af1878: Pull complete [2021-02-23T01:40:25.362Z] + 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=3a20ff873eee8ef8a82befaa7e50bf075731bd29 --label arch=amd64 --label version=0.0.0 . [2021-02-23T01:40:25.622Z] Sending build context to Docker daemon 16.8MB [2021-02-23T01:40:25.622Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T01:40:25.622Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T01:40:25.622Z] ---> 38c913cad34b [2021-02-23T01:40:25.622Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T01:40:25.843Z] 745a02a5169b: Verifying Checksum [2021-02-23T01:40:25.843Z] 745a02a5169b: Download complete [2021-02-23T01:40:25.882Z] ---> Running in 94b347bd550a [2021-02-23T01:40:26.143Z] Removing intermediate container 94b347bd550a [2021-02-23T01:40:26.143Z] ---> 46460bc6dacf [2021-02-23T01:40:26.143Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T01:40:26.143Z] ---> Running in 75486a52a0fd [2021-02-23T01:40:26.404Z] Removing intermediate container 75486a52a0fd [2021-02-23T01:40:26.404Z] ---> 3247b5765c5d [2021-02-23T01:40:26.404Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T01:40:26.404Z] ---> Running in 21adb123cf63 [2021-02-23T01:40:26.666Z] Removing intermediate container 21adb123cf63 [2021-02-23T01:40:26.666Z] ---> 1f47cd78b1c0 [2021-02-23T01:40:26.666Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T01:40:26.666Z] ---> Running in 2650fc62c796 [2021-02-23T01:40:26.666Z] Removing intermediate container 2650fc62c796 [2021-02-23T01:40:26.666Z] ---> 08c341853c06 [2021-02-23T01:40:26.666Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T01:40:26.927Z] ---> Running in a66ba95841f4 [2021-02-23T01:40:26.927Z] Removing intermediate container a66ba95841f4 [2021-02-23T01:40:26.927Z] ---> fdd97b0cca45 [2021-02-23T01:40:26.927Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T01:40:27.189Z] ---> Running in c0b9cb78c37b [2021-02-23T01:40:27.278Z] 00ac8860ef70: Verifying Checksum [2021-02-23T01:40:27.278Z] 00ac8860ef70: Download complete [2021-02-23T01:40:27.761Z] Removing intermediate container c0b9cb78c37b [2021-02-23T01:40:27.761Z] ---> a3189b787a2f [2021-02-23T01:40:27.761Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T01:40:28.021Z] ---> Running in 0d022fa17397 [2021-02-23T01:40:28.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T01:40:30.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T01:40:34.133Z] OK: 166 MiB in 39 packages [2021-02-23T01:40:34.394Z] Removing intermediate container 0d022fa17397 [2021-02-23T01:40:34.394Z] ---> 52f2b92dd189 [2021-02-23T01:40:34.394Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T01:40:34.394Z] ---> Running in b99ba5bf2953 [2021-02-23T01:40:34.655Z] Removing intermediate container b99ba5bf2953 [2021-02-23T01:40:34.655Z] ---> b72b1a6a8a68 [2021-02-23T01:40:34.655Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T01:40:34.655Z] ---> Running in 106a700e1aab [2021-02-23T01:40:34.916Z] Removing intermediate container 106a700e1aab [2021-02-23T01:40:34.916Z] ---> 54e110351687 [2021-02-23T01:40:34.916Z] Step 12/24 : COPY go.mod . [2021-02-23T01:40:34.916Z] ---> 7f85c8c084b4 [2021-02-23T01:40:34.916Z] Step 13/24 : COPY Makefile . [2021-02-23T01:40:35.177Z] ---> a1605dacd020 [2021-02-23T01:40:35.177Z] Step 14/24 : RUN make update [2021-02-23T01:40:35.177Z] ---> Running in f1cd4b2c184c [2021-02-23T01:40:35.761Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T01:40:36.334Z] Removing intermediate container f1cd4b2c184c [2021-02-23T01:40:36.334Z] ---> 3b34e901c768 [2021-02-23T01:40:36.334Z] Step 15/24 : COPY . . [2021-02-23T01:40:37.436Z] 00ac8860ef70: Pull complete [2021-02-23T01:40:37.436Z] 63d7cb157983: Pull complete [2021-02-23T01:40:37.436Z] b116817d02f9: Pull complete [2021-02-23T01:40:37.722Z] ---> 19fd902c7b03 [2021-02-23T01:40:37.722Z] Step 16/24 : RUN ${MAKE} [2021-02-23T01:40:37.722Z] ---> Running in 3406d335fb28 [2021-02-23T01:40:37.986Z] 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-02-23T01:40:40.043Z] 745a02a5169b: Pull complete [2021-02-23T01:40:40.043Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T01:40:40.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T01:40:40.043Z] ---> b7e6874047d6 [2021-02-23T01:40:40.043Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T01:40:43.484Z] ---> Running in 230f2ed1eb51 [2021-02-23T01:40:43.484Z] Removing intermediate container 230f2ed1eb51 [2021-02-23T01:40:43.484Z] ---> 739c7c4b9e8c [2021-02-23T01:40:43.484Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T01:40:43.758Z] ---> Running in 13eec0feb948 [2021-02-23T01:40:44.638Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T01:40:46.380Z] Removing intermediate container 13eec0feb948 [2021-02-23T01:40:46.380Z] ---> b3492302bd70 [2021-02-23T01:40:46.380Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T01:40:46.380Z] ---> Running in c05a12a83947 [2021-02-23T01:40:47.192Z] Removing intermediate container 3406d335fb28 [2021-02-23T01:40:47.192Z] ---> 77159e375091 [2021-02-23T01:40:47.192Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T01:40:47.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T01:40:47.777Z] 3.12: Pulling from library/alpine [2021-02-23T01:40:47.777Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T01:40:48.043Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T01:40:48.043Z] 801bfaa63ef2: Download complete [2021-02-23T01:40:48.043Z] 801bfaa63ef2: Pull complete [2021-02-23T01:40:48.043Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T01:40:48.043Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T01:40:48.043Z] ---> 389fef711851 [2021-02-23T01:40:48.043Z] Step 18/24 : EXPOSE 4000 [2021-02-23T01:40:48.306Z] ---> Running in fbd3dc153554 [2021-02-23T01:40:48.567Z] Removing intermediate container fbd3dc153554 [2021-02-23T01:40:48.567Z] ---> 545422b7f4a5 [2021-02-23T01:40:48.567Z] 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-02-23T01:40:49.512Z] ---> b2561a850502 [2021-02-23T01:40:49.512Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T01:40:49.512Z] ---> Running in cf24a01489f0 [2021-02-23T01:40:49.512Z] Removing intermediate container cf24a01489f0 [2021-02-23T01:40:49.512Z] ---> ba51ff5bd6b1 [2021-02-23T01:40:49.512Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T01:40:49.773Z] ---> Running in 7d068c128431 [2021-02-23T01:40:49.774Z] Removing intermediate container 7d068c128431 [2021-02-23T01:40:49.774Z] ---> 8c8eae36610b [2021-02-23T01:40:49.774Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T01:40:49.774Z] ---> Running in 211bddccad2c [2021-02-23T01:40:49.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T01:40:50.034Z] Removing intermediate container 211bddccad2c [2021-02-23T01:40:50.034Z] ---> 8c1cb3152e9d [2021-02-23T01:40:50.034Z] Step 23/24 : LABEL git_sha=3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-23T01:40:50.034Z] ---> Running in 02a49830a1af [2021-02-23T01:40:50.296Z] Removing intermediate container 02a49830a1af [2021-02-23T01:40:50.296Z] ---> b7061545bf50 [2021-02-23T01:40:50.296Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T01:40:50.296Z] ---> Running in a4c4cb5b2d8f [2021-02-23T01:40:50.559Z] Removing intermediate container a4c4cb5b2d8f [2021-02-23T01:40:50.559Z] ---> 73607b0ec7c7 [2021-02-23T01:40:50.559Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T01:40:50.559Z] Successfully built 73607b0ec7c7 [2021-02-23T01:40:50.559Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T01:40:51.941Z] OK: 142 MiB in 39 packages [2021-02-23T01:40:52.920Z] Removing intermediate container c05a12a83947 [2021-02-23T01:40:52.920Z] ---> daf9ebfb90c8 [2021-02-23T01:40:52.920Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T01:40:53.194Z] ---> Running in 647cc2f75f04 [2021-02-23T01:40:53.792Z] Removing intermediate container 647cc2f75f04 [2021-02-23T01:40:53.792Z] ---> ca0fabb983ed [2021-02-23T01:40:53.792Z] Step 7/8 : COPY . . [2021-02-23T01:40:55.767Z] ---> 631f20ea5b43 [2021-02-23T01:40:55.767Z] Step 8/8 : RUN go mod download [2021-02-23T01:40:56.042Z] ---> Running in 0e7015200ce6 [2021-02-23T01:41:22.860Z] Removing intermediate container 0e7015200ce6 [2021-02-23T01:41:22.860Z] ---> fad90ff49c6e [2021-02-23T01:41:22.860Z] Successfully built fad90ff49c6e [2021-02-23T01:41:22.860Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:41:23.204Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T01:41:23.204Z] . [Pipeline] withDockerContainer [2021-02-23T01:41:23.486Z] prd-ubuntu18.04-docker-arm64-4c-16g-27260 does not seem to be running inside a container [2021-02-23T01:41:23.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T01:41:25.071Z] $ docker top 406a5ec13f47136c6143b5204e7baceee270d3459c4fd6893fae9cc775c2972e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T01:41:26.138Z] + go version [2021-02-23T01:41:26.138Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T01:41:26.163Z] $ docker stop --time=1 406a5ec13f47136c6143b5204e7baceee270d3459c4fd6893fae9cc775c2972e [2021-02-23T01:41:28.040Z] $ docker rm -f 406a5ec13f47136c6143b5204e7baceee270d3459c4fd6893fae9cc775c2972e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:41:29.013Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T01:41:29.013Z] . [Pipeline] withDockerContainer [2021-02-23T01:41:29.248Z] prd-ubuntu18.04-docker-arm64-4c-16g-27260 does not seem to be running inside a container [2021-02-23T01:41:29.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T01:41:30.844Z] $ docker top 875bbaaa29a34e4f97eedf35cecdd3b99527144bb3931275d6c9d7f2ef7815d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T01:41:31.859Z] + make test [2021-02-23T01:41:31.859Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T01:41:33.308Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T01:41:55.502Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T01:41:55.503Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T01:41:55.503Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T01:41:55.503Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T01:41:55.503Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T01:41:55.503Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T01:41:55.778Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T01:42:01.208Z] $ docker stop --time=1 875bbaaa29a34e4f97eedf35cecdd3b99527144bb3931275d6c9d7f2ef7815d3 [2021-02-23T01:42:03.459Z] $ docker rm -f 875bbaaa29a34e4f97eedf35cecdd3b99527144bb3931275d6c9d7f2ef7815d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T01:42:04.298Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T01:42:04.321Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T01:42:05.271Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T01:42:06.022Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T01:42:06.442Z] + ls -al . [2021-02-23T01:42:06.442Z] total 124 [2021-02-23T01:42:06.442Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 01:41 . [2021-02-23T01:42:06.442Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 01:39 .. [2021-02-23T01:42:06.442Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 01:40 .git [2021-02-23T01:42:06.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 01:40 .github [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 01:40 .gitignore [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 01:40 CONTRIBUTING.md [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 01:40 Dockerfile [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 01:40 Dockerfile.build [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 01:40 Jenkinsfile [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 01:40 LICENSE [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 01:40 Makefile [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 01:40 README.md [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 01:36 VERSION [2021-02-23T01:42:06.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 01:40 assets [2021-02-23T01:42:06.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 01:40 bin [2021-02-23T01:42:06.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 01:40 cmd [2021-02-23T01:42:06.442Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 01:41 coverage.out [2021-02-23T01:42:06.442Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 01:40 docs [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 01:40 go.mod [2021-02-23T01:42:06.442Z] -rw-r--r-- 1 jenkins jenkins 20629 Feb 23 01:41 go.sum [2021-02-23T01:42:06.442Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 01:40 internal [2021-02-23T01:42:06.442Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 01:40 version.go [2021-02-23T01:42:06.442Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 01:40 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:42:06.830Z] + 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=3a20ff873eee8ef8a82befaa7e50bf075731bd29 --label arch=arm64 --label version=0.0.0 . [2021-02-23T01:42:07.452Z] Sending build context to Docker daemon 16.8MB [2021-02-23T01:42:07.736Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T01:42:07.736Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T01:42:07.736Z] ---> fad90ff49c6e [2021-02-23T01:42:07.736Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T01:42:08.008Z] ---> Running in 5c0688d98f9c [2021-02-23T01:42:08.603Z] Removing intermediate container 5c0688d98f9c [2021-02-23T01:42:08.603Z] ---> 332612c2c49f [2021-02-23T01:42:08.603Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T01:42:08.603Z] ---> Running in a38cbd55637d [2021-02-23T01:42:09.200Z] Removing intermediate container a38cbd55637d [2021-02-23T01:42:09.200Z] ---> 78c40380965c [2021-02-23T01:42:09.200Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T01:42:09.200Z] ---> Running in 2016cd94808a [2021-02-23T01:42:09.801Z] Removing intermediate container 2016cd94808a [2021-02-23T01:42:09.801Z] ---> dfd3bb726f6a [2021-02-23T01:42:09.801Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T01:42:09.801Z] ---> Running in fc2a2dc959fe [2021-02-23T01:42:10.402Z] Removing intermediate container fc2a2dc959fe [2021-02-23T01:42:10.402Z] ---> de0ca689cb82 [2021-02-23T01:42:10.402Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T01:42:10.402Z] ---> Running in 3a2310f5e174 [2021-02-23T01:42:11.003Z] Removing intermediate container 3a2310f5e174 [2021-02-23T01:42:11.003Z] ---> 5646ac9a6e10 [2021-02-23T01:42:11.003Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T01:42:11.277Z] ---> Running in e324d451b3e8 [2021-02-23T01:42:13.261Z] Removing intermediate container e324d451b3e8 [2021-02-23T01:42:13.261Z] ---> 31586c4a73a9 [2021-02-23T01:42:13.261Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T01:42:13.261Z] ---> Running in a9eb123ff289 [2021-02-23T01:42:14.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T01:42:16.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T01:42:18.655Z] OK: 142 MiB in 39 packages [2021-02-23T01:42:20.093Z] Removing intermediate container a9eb123ff289 [2021-02-23T01:42:20.093Z] ---> 4951ed0a17be [2021-02-23T01:42:20.093Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T01:42:20.093Z] ---> Running in 933af4b57058 [2021-02-23T01:42:20.365Z] Removing intermediate container 933af4b57058 [2021-02-23T01:42:20.365Z] ---> f534995a38fd [2021-02-23T01:42:20.365Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T01:42:20.639Z] ---> Running in 24acbba11e3b [2021-02-23T01:42:20.912Z] Removing intermediate container 24acbba11e3b [2021-02-23T01:42:20.912Z] ---> 3cb956b8f383 [2021-02-23T01:42:20.912Z] Step 12/24 : COPY go.mod . [2021-02-23T01:42:21.895Z] ---> 0743243fd463 [2021-02-23T01:42:21.895Z] Step 13/24 : COPY Makefile . [2021-02-23T01:42:22.493Z] ---> 7d06717357e8 [2021-02-23T01:42:22.493Z] Step 14/24 : RUN make update [2021-02-23T01:42:22.493Z] ---> Running in 358d4467134e [2021-02-23T01:42:23.928Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T01:42:24.909Z] Removing intermediate container 358d4467134e [2021-02-23T01:42:24.910Z] ---> 53c3d6cea235 [2021-02-23T01:42:24.910Z] Step 15/24 : COPY . . [2021-02-23T01:42:27.560Z] ---> 2e815779b4db [2021-02-23T01:42:27.560Z] Step 16/24 : RUN ${MAKE} [2021-02-23T01:42:27.560Z] ---> Running in 310586ac15f4 [2021-02-23T01:42:28.158Z] 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-02-23T01:42:50.342Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T01:42:57.046Z] Removing intermediate container 310586ac15f4 [2021-02-23T01:42:57.046Z] ---> cfa3b42ead15 [2021-02-23T01:42:57.046Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T01:42:57.046Z] 3.12: Pulling from library/alpine [2021-02-23T01:42:57.046Z] 159e5727ea61: Pulling fs layer [2021-02-23T01:42:57.046Z] 159e5727ea61: Verifying Checksum [2021-02-23T01:42:57.046Z] 159e5727ea61: Download complete [2021-02-23T01:42:57.644Z] 159e5727ea61: Pull complete [2021-02-23T01:42:57.644Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T01:42:57.644Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T01:42:57.644Z] ---> afeebe901d6b [2021-02-23T01:42:57.644Z] Step 18/24 : EXPOSE 4000 [2021-02-23T01:42:57.644Z] ---> Running in a58f3b419fc0 [2021-02-23T01:42:58.243Z] Removing intermediate container a58f3b419fc0 [2021-02-23T01:42:58.243Z] ---> cf7adc954940 [2021-02-23T01:42:58.243Z] 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-02-23T01:42:59.675Z] ---> e8e32ed56684 [2021-02-23T01:42:59.675Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T01:42:59.948Z] ---> Running in f08cc862a62c [2021-02-23T01:43:00.547Z] Removing intermediate container f08cc862a62c [2021-02-23T01:43:00.547Z] ---> 25ee18bae3c9 [2021-02-23T01:43:00.547Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T01:43:00.547Z] ---> Running in ec85e3dd804c [2021-02-23T01:43:01.142Z] Removing intermediate container ec85e3dd804c [2021-02-23T01:43:01.142Z] ---> 69d7d43c014a [2021-02-23T01:43:01.142Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T01:43:01.142Z] ---> Running in 81defbe327a4 [2021-02-23T01:43:01.738Z] Removing intermediate container 81defbe327a4 [2021-02-23T01:43:01.738Z] ---> 18757a8eb619 [2021-02-23T01:43:01.738Z] Step 23/24 : LABEL git_sha=3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-23T01:43:01.738Z] ---> Running in de0a32b1db64 [2021-02-23T01:43:02.334Z] Removing intermediate container de0a32b1db64 [2021-02-23T01:43:02.334Z] ---> 6ca5f3bf54fb [2021-02-23T01:43:02.334Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T01:43:02.334Z] ---> Running in 18f82b2125ba [2021-02-23T01:43:02.931Z] Removing intermediate container 18f82b2125ba [2021-02-23T01:43:02.931Z] ---> af73440ff545 [2021-02-23T01:43:02.931Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T01:43:02.931Z] Successfully built af73440ff545 [2021-02-23T01:43:02.931Z] 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 [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-02-23T01:43:04.855Z] provisioning config files... [2021-02-23T01:43:04.872Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config5616672191260400759tmp [Pipeline] { [Pipeline] sh [2021-02-23T01:43:05.285Z] + set +x [2021-02-23T01:43:05.285Z] + curl -s https://codecov.io/bash [2021-02-23T01:43:05.285Z] + bash -s -- [2021-02-23T01:43:05.548Z] [2021-02-23T01:43:05.548Z] _____ _ [2021-02-23T01:43:05.548Z] / ____| | | [2021-02-23T01:43:05.548Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T01:43:05.548Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T01:43:05.548Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T01:43:05.548Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T01:43:05.548Z] Bash-20210129-7c25fce [2021-02-23T01:43:05.548Z] [2021-02-23T01:43:05.548Z] [2021-02-23T01:43:05.548Z] ==> git version 2.24.3 found [2021-02-23T01:43:05.548Z] ==> 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-02-23T01:43:05.548Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T01:43:05.548Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T01:43:05.548Z] ==> Jenkins CI detected. [2021-02-23T01:43:05.548Z] project root: . [2021-02-23T01:43:05.548Z] --> token set from env [2021-02-23T01:43:05.548Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T01:43:05.548Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T01:43:05.548Z] ==> Python coveragepy not found [2021-02-23T01:43:05.548Z] ==> Searching for coverage reports in: [2021-02-23T01:43:05.548Z] + . [2021-02-23T01:43:05.548Z] -> Found 1 reports [2021-02-23T01:43:05.548Z] ==> Detecting git/mercurial file structure [2021-02-23T01:43:05.548Z] ==> Reading reports [2021-02-23T01:43:05.548Z] + ./coverage.out bytes=10 [2021-02-23T01:43:05.548Z] ==> Appending adjustments [2021-02-23T01:43:05.548Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T01:43:05.812Z] + Found adjustments [2021-02-23T01:43:05.812Z] ==> Gzipping contents [2021-02-23T01:43:05.812Z] 4.0K /tmp/codecov.1AuV4n.gz [2021-02-23T01:43:05.812Z] ==> Uploading reports [2021-02-23T01:43:05.812Z] url: https://codecov.io [2021-02-23T01:43:05.812Z] query: branch=PR-297&commit=3a20ff873eee8ef8a82befaa7e50bf075731bd29&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-02-23T01:43:05.812Z] -> Pinging Codecov [2021-02-23T01:43:05.812Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-297&commit=3a20ff873eee8ef8a82befaa7e50bf075731bd29&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-02-23T01:43:06.076Z] -> Uploading to [2021-02-23T01:43:06.076Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/3a20ff873eee8ef8a82befaa7e50bf075731bd29/1b5d4980-49f8-46fd-ac06-03ebe8df4c61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T014306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4de2d45ffc8299eae53fb1b519112e8ff93f075046658376c8b482434a0d94f5 [2021-02-23T01:43:06.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T01:43:06.076Z] Dload Upload Total Spent Left Speed [2021-02-23T01:43:06.651Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5279 --:--:-- --:--:-- --:--:-- 5283 [2021-02-23T01:43:06.651Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3a20ff873eee8ef8a82befaa7e50bf075731bd29 [Pipeline] } [2021-02-23T01:43:06.661Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-23T01:43:09.179Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:43:09.487Z] ---> package-listing.sh [2021-02-23T01:43:09.487Z] ++ facter osfamily [2021-02-23T01:43:09.487Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T01:43:09.487Z] + OS_FAMILY=redhat [2021-02-23T01:43:09.487Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-02-23T01:43:09.487Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T01:43:09.487Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T01:43:09.487Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T01:43:09.487Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T01:43:09.488Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-02-23T01:43:09.488Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T01:43:09.488Z] + case "${OS_FAMILY}" in [2021-02-23T01:43:09.488Z] + rpm -qa [2021-02-23T01:43:09.488Z] + sort [2021-02-23T01:43:14.207Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T01:43:14.207Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T01:43:14.207Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T01:43:14.207Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-02-23T01:43:14.207Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-02-23T01:43:14.207Z] + 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-02-23T01:43:14.221Z] 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-02-23T01:43:14.513Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:43:14.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T01:43:14.818Z] [2021-02-23T01:43:14.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T01:43:15.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T01:43:15.182Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T01:43:15.182Z] df20fa9351a1: Pulling fs layer [2021-02-23T01:43:15.182Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T01:43:15.182Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T01:43:15.182Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T01:43:15.182Z] 93b61091891f: Pulling fs layer [2021-02-23T01:43:15.182Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T01:43:15.182Z] 5e14af77c1be: Pulling fs layer [2021-02-23T01:43:15.182Z] 01666e4c0597: Pulling fs layer [2021-02-23T01:43:15.182Z] aa168da1d23b: Pulling fs layer [2021-02-23T01:43:15.182Z] 46f8f816bc3b: Waiting [2021-02-23T01:43:15.182Z] 93b61091891f: Waiting [2021-02-23T01:43:15.182Z] 93b9cdb0e59b: Waiting [2021-02-23T01:43:15.182Z] 5e14af77c1be: Waiting [2021-02-23T01:43:15.182Z] 01666e4c0597: Waiting [2021-02-23T01:43:15.182Z] aa168da1d23b: Waiting [2021-02-23T01:43:15.182Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T01:43:15.182Z] 36b3adc4ff6f: Download complete [2021-02-23T01:43:15.182Z] 46f8f816bc3b: Download complete [2021-02-23T01:43:15.455Z] df20fa9351a1: Verifying Checksum [2021-02-23T01:43:15.455Z] df20fa9351a1: Download complete [2021-02-23T01:43:15.455Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T01:43:15.455Z] 93b9cdb0e59b: Download complete [2021-02-23T01:43:15.455Z] 5e14af77c1be: Verifying Checksum [2021-02-23T01:43:15.455Z] 5e14af77c1be: Download complete [2021-02-23T01:43:15.455Z] 93b61091891f: Verifying Checksum [2021-02-23T01:43:15.455Z] 93b61091891f: Download complete [2021-02-23T01:43:15.455Z] 01666e4c0597: Verifying Checksum [2021-02-23T01:43:15.455Z] 01666e4c0597: Download complete [2021-02-23T01:43:15.719Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T01:43:15.719Z] 8ad3a11d3b57: Download complete [2021-02-23T01:43:15.719Z] df20fa9351a1: Pull complete [2021-02-23T01:43:15.982Z] 36b3adc4ff6f: Pull complete [2021-02-23T01:43:16.937Z] 8ad3a11d3b57: Pull complete [2021-02-23T01:43:16.937Z] 46f8f816bc3b: Pull complete [2021-02-23T01:43:17.210Z] 93b61091891f: Pull complete [2021-02-23T01:43:18.168Z] aa168da1d23b: Verifying Checksum [2021-02-23T01:43:18.168Z] aa168da1d23b: Download complete [2021-02-23T01:43:18.168Z] 93b9cdb0e59b: Pull complete [2021-02-23T01:43:18.168Z] 5e14af77c1be: Pull complete [2021-02-23T01:43:18.435Z] 01666e4c0597: Pull complete [2021-02-23T01:43:26.627Z] aa168da1d23b: Pull complete [2021-02-23T01:43:26.628Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T01:43:26.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T01:43:26.628Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T01:43:26.810Z] prd-centos7-docker-4c-2g-27255 does not seem to be running inside a container [2021-02-23T01:43:26.855Z] $ 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-02-23T01:43:30.761Z] $ docker top a754f54b4cc9b27b75b3a064bed3d0ed12e230f19e1053d54a1a8c5991c8cc38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T01:43:31.320Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T01:43:31.622Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T01:43:31.923Z] + ls /var/log/sa-host [2021-02-23T01:43:31.924Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T01:43:31.924Z] file_magic: OK [2021-02-23T01:43:31.924Z] HZ: Using current value: 100 [2021-02-23T01:43:31.924Z] file_header: OK [2021-02-23T01:43:31.924Z] 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-02-23T01:43:31.924Z] Statistics: [2021-02-23T01:43:31.924Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T01:43:31.924Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T01:43:32.160Z] provisioning config files... [2021-02-23T01:43:32.176Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config5381283815736491580tmp [Pipeline] { [Pipeline] echo [2021-02-23T01:43:32.250Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:43:32.554Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T01:43:32.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T01:43:32.655Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:43:32.954Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T01:43:32.965Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:43:33.261Z] ---> sudo-logs.sh [2021-02-23T01:43:33.261Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T01:43:33.321Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:43:33.622Z] ---> job-cost.sh [2021-02-23T01:43:33.622Z] lf-activate-venv: SKIPPING [2021-02-23T01:43:33.622Z] INFO: No Stack... [2021-02-23T01:43:34.571Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T01:43:34.834Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T01:43:34.847Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T01:43:35.141Z] ---> logs-deploy.sh [2021-02-23T01:43:35.141Z] lf-activate-venv: SKIPPING [2021-02-23T01:43:35.141Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/2 [2021-02-23T01:43:35.141Z] INFO: archiving workspace using pattern(s): [2021-02-23T01:43:37.060Z] Archives upload complete. [2021-02-23T01:43:37.060Z] INFO: archiving logs to Nexus