Pull request #291 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fbcfcb12aca33ea1091684a020041deec15b3973+21a2d52129729239e47da1045a1c95859bb5ff91 (a9554cfcd2fdbec7df975120768a7ca05a72a479) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21566’ is offline; ‘prd-centos7-docker-4c-2g-21579’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21582 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [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-291 # 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/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 Merge succeeded, producing fbcfcb12aca33ea1091684a020041deec15b3973 Checking out Revision fbcfcb12aca33ea1091684a020041deec15b3973 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # 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 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T10:00:19.879Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T10:00:20.150Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T10:00:20.261Z] ========================================================= [2021-01-20T10:00:20.261Z] EdgeX Global Pipelines Version Info [2021-01-20T10:00:20.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 [2021-01-20T10:00:22.266Z] ------------------- [2021-01-20T10:00:22.266Z] stable info: [2021-01-20T10:00:22.266Z] ------------------- [2021-01-20T10:00:22.266Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:00:22.266Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:00:22.266Z] Message: update stable to v1.0.179 [2021-01-20T10:00:23.218Z] ------------------- [2021-01-20T10:00:23.218Z] experimental info: [2021-01-20T10:00:23.218Z] ------------------- [2021-01-20T10:00:23.218Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:00:23.218Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:00:23.218Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T10:00:23.530Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T10:00:23.621Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T10:00:23.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T10:00:23.800Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T10:00:23.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T10:00:24.026Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T10:00:24.113Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T10:00:24.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T10:00:24.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T10:00:24.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T10:00:24.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T10:00:24.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T10:00:24.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T10:00:24.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T10:00:24.848Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:00:24.947Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:00:25.036Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:00:25.132Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:00:25.221Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T10:00:25.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T10:00:25.439Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T10:00:25.532Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T10:00:25.622Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T10:00:25.716Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T10:00:25.815Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T10:00:26.154Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T10:00:26.257Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T10:00:26.349Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2021-01-20T10:00:26.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2021-01-20T10:00:26.527Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2021-01-20T10:00:26.614Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fbcfcb12aca33ea1091684a020041deec15b3973 [Pipeline] echo [2021-01-20T10:00:26.703Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fbcfcb1 [Pipeline] echo [2021-01-20T10:00:26.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:00:26.982Z] provisioning config files... [2021-01-20T10:00:27.013Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config8930078972564916017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:00:27.381Z] ---> docker-login.sh [2021-01-20T10:00:27.381Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:00:27.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:27.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:27.944Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:27.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:27.944Z] [2021-01-20T10:00:27.944Z] Login Succeeded [2021-01-20T10:00:27.944Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:00:27.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:28.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:28.232Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:28.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:28.232Z] [2021-01-20T10:00:28.232Z] Login Succeeded [2021-01-20T10:00:28.232Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:00:28.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:28.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:28.506Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:28.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:28.506Z] [2021-01-20T10:00:28.506Z] Login Succeeded [2021-01-20T10:00:28.506Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:00:28.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:28.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:28.781Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:28.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:28.781Z] [2021-01-20T10:00:28.781Z] Login Succeeded [2021-01-20T10:00:28.781Z] docker.io [2021-01-20T10:00:28.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:29.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:29.048Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:29.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:29.048Z] [2021-01-20T10:00:29.048Z] Login Succeeded [2021-01-20T10:00:29.048Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:00:29.066Z] 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-01-20T10:00:30.012Z] + git log --format=format:%s -1 fbcfcb12aca33ea1091684a020041deec15b3973 [Pipeline] echo [2021-01-20T10:00:30.079Z] GIT_COMMIT: fbcfcb12aca33ea1091684a020041deec15b3973, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1 [Pipeline] echo [2021-01-20T10:00:30.132Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:31.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:31.286Z] [2021-01-20T10:00:31.286Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:31.644Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:31.644Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T10:00:31.644Z] 31603596830f: Pulling fs layer [2021-01-20T10:00:31.644Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T10:00:31.644Z] 6ca5941a6612: Pulling fs layer [2021-01-20T10:00:31.644Z] ecc8261a40a4: Pulling fs layer [2021-01-20T10:00:31.644Z] ecc8261a40a4: Waiting [2021-01-20T10:00:31.644Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T10:00:31.644Z] 2a8b12db71e7: Download complete [2021-01-20T10:00:31.915Z] 31603596830f: Download complete [2021-01-20T10:00:31.915Z] 6ca5941a6612: Verifying Checksum [2021-01-20T10:00:31.915Z] 6ca5941a6612: Download complete [2021-01-20T10:00:31.915Z] ecc8261a40a4: Verifying Checksum [2021-01-20T10:00:31.915Z] ecc8261a40a4: Download complete [2021-01-20T10:00:32.182Z] 31603596830f: Pull complete [2021-01-20T10:00:32.448Z] 2a8b12db71e7: Pull complete [2021-01-20T10:00:33.403Z] 6ca5941a6612: Pull complete [2021-01-20T10:00:33.403Z] ecc8261a40a4: Pull complete [2021-01-20T10:00:33.403Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T10:00:33.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:33.420Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T10:00:33.531Z] prd-centos7-docker-4c-2g-21582 does not seem to be running inside a container [2021-01-20T10:00:33.593Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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-01-20T10:00:35.581Z] $ docker top e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:00:35.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:00:35.875Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:00:36.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:00:36.138Z] $ docker exec e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent [2021-01-20T10:00:36.326Z] SSH_AUTH_SOCK=/tmp/ssh-Ar13RJvBeVDv/agent.12 [2021-01-20T10:00:36.326Z] SSH_AGENT_PID=17 [2021-01-20T10:00:36.337Z] Running ssh-add (command line suppressed) [2021-01-20T10:00:36.462Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_4319849699003049709.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_4319849699003049709.key) [2021-01-20T10:00:36.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:00:36.881Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T10:00:36.903Z] $ docker exec --env ******** --env ******** e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent -k [2021-01-20T10:00:37.025Z] unset SSH_AUTH_SOCK; [2021-01-20T10:00:37.025Z] unset SSH_AGENT_PID; [2021-01-20T10:00:37.025Z] echo Agent pid 17 killed; [2021-01-20T10:00:37.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T10:00:37.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:00:37.218Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:00:37.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:00:37.396Z] $ docker exec e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent [2021-01-20T10:00:37.571Z] SSH_AUTH_SOCK=/tmp/ssh-NwnOSL81v3Dg/agent.46 [2021-01-20T10:00:37.572Z] SSH_AGENT_PID=52 [2021-01-20T10:00:37.584Z] Running ssh-add (command line suppressed) [2021-01-20T10:00:37.708Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_8472167365732998712.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_8472167365732998712.key) [2021-01-20T10:00:37.771Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:00:38.123Z] + git semver init [2021-01-20T10:00:38.123Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:00:38.123Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git [2021-01-20T10:00:38.123Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-20T10:00:38.123Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:00:38.123Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:00:38.123Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:00:38.123Z] # $SEMVER_BRANCH = PR-291 [2021-01-20T10:00:38.123Z] # $SEMVER_TEMP = /tmp/semver-481194817 [2021-01-20T10:00:38.123Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T10:00:39.580Z] # '/tmp/semver-481194817' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' [2021-01-20T10:00:39.580Z] # -> Force: false [2021-01-20T10:00:39.580Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } [2021-01-20T10:00:39.688Z] $ docker exec --env ******** --env ******** e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent -k [2021-01-20T10:00:39.849Z] unset SSH_AUTH_SOCK; [2021-01-20T10:00:39.849Z] unset SSH_AGENT_PID; [2021-01-20T10:00:39.849Z] echo Agent pid 52 killed; [2021-01-20T10:00:39.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:00:40.428Z] + git semver [Pipeline] } [2021-01-20T10:00:40.445Z] $ docker stop --time=1 e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 [2021-01-20T10:00:41.906Z] $ docker rm -f e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:00:42.520Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T10:00:43.112Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T10:00:43.115Z] [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-01-20T10:00:58.513Z] Running on prd-centos7-docker-4c-2g-21585 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-20T10:00:58.572Z] Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [2021-01-20T10:00:58.632Z] Still waiting to schedule task [2021-01-20T10:00:58.633Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] checkout [2021-01-20T10:01:00.974Z] using credential edgex-jenkins-ssh [2021-01-20T10:01:01.043Z] Cloning the remote Git repository [2021-01-20T10:01:00.941Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:01:01.020Z] > git init /w/workspace/edgex-ui-go/5 # timeout=10 [2021-01-20T10:01:01.089Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:01:01.089Z] > git --version # timeout=10 [2021-01-20T10:01:01.096Z] > git --version # 'git version 2.24.3' [2021-01-20T10:01:01.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:01:01.134Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:01:03.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:01:03.040Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:01:03.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:01:03.070Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:01:03.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:01:03.076Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:01:05.308Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-20T10:01:05.495Z] Merge succeeded, producing fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-20T10:01:05.496Z] Checking out Revision fbcfcb12aca33ea1091684a020041deec15b3973 (PR-291) [2021-01-20T10:01:05.317Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:01:05.324Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-20T10:01:05.461Z] > git remote # timeout=10 [2021-01-20T10:01:05.469Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:01:05.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:01:05.477Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:01:05.488Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:01:05.497Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:01:05.504Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-20T10:01:09.257Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:01:10.642Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:01:10.973Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:01:11.273Z] + sudo service docker restart [2021-01-20T10:01:11.273Z] + true [2021-01-20T10:01:11.273Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:01:12.292Z] provisioning config files... [2021-01-20T10:01:12.323Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config2784579998439013685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:01:12.682Z] ---> docker-login.sh [2021-01-20T10:01:12.682Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:01:12.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:12.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:12.946Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:12.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:12.946Z] [2021-01-20T10:01:12.946Z] Login Succeeded [2021-01-20T10:01:12.946Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:01:13.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:13.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:13.208Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:13.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:13.208Z] [2021-01-20T10:01:13.208Z] Login Succeeded [2021-01-20T10:01:13.208Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:01:13.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:13.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:13.472Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:13.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:13.472Z] [2021-01-20T10:01:13.472Z] Login Succeeded [2021-01-20T10:01:13.472Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:01:13.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:13.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:13.472Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:13.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:13.472Z] [2021-01-20T10:01:13.472Z] Login Succeeded [2021-01-20T10:01:13.472Z] docker.io [2021-01-20T10:01:13.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:13.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:13.998Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:13.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:13.998Z] [2021-01-20T10:01:13.998Z] Login Succeeded [2021-01-20T10:01:13.998Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:01:14.012Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:01:14.352Z] ========================================================= [2021-01-20T10:01:14.352Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T10:01:14.352Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:14.701Z] + 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-01-20T10:01:14.969Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:01:14.969Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:01:14.969Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:01:14.969Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T10:01:14.969Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:01:14.969Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:01:14.969Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:01:14.969Z] bca2f99d35d6: Pulling fs layer [2021-01-20T10:01:14.969Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T10:01:14.969Z] 7c6f9722023f: Pulling fs layer [2021-01-20T10:01:14.969Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T10:01:14.969Z] bca2f99d35d6: Waiting [2021-01-20T10:01:14.969Z] 7c6f9722023f: Waiting [2021-01-20T10:01:14.969Z] 93359f2a8cfa: Waiting [2021-01-20T10:01:14.969Z] a35cf1a2eb13: Waiting [2021-01-20T10:01:14.969Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:01:14.969Z] de9db76c5a1d: Download complete [2021-01-20T10:01:14.969Z] 0ef7d3d256c8: Download complete [2021-01-20T10:01:14.969Z] 93359f2a8cfa: Download complete [2021-01-20T10:01:15.231Z] 7c6f9722023f: Verifying Checksum [2021-01-20T10:01:15.231Z] 7c6f9722023f: Download complete [2021-01-20T10:01:15.231Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:01:15.231Z] 188c0c94c7c5: Download complete [2021-01-20T10:01:15.493Z] 188c0c94c7c5: Pull complete [2021-01-20T10:01:15.493Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:01:15.758Z] de9db76c5a1d: Pull complete [2021-01-20T10:01:17.154Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T10:01:17.154Z] a35cf1a2eb13: Download complete [2021-01-20T10:01:17.419Z] bca2f99d35d6: Verifying Checksum [2021-01-20T10:01:17.419Z] bca2f99d35d6: Download complete [2021-01-20T10:01:22.761Z] bca2f99d35d6: Pull complete [2021-01-20T10:01:22.761Z] 93359f2a8cfa: Pull complete [2021-01-20T10:01:22.761Z] 7c6f9722023f: Pull complete [2021-01-20T10:01:32.798Z] a35cf1a2eb13: Pull complete [2021-01-20T10:01:32.798Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T10:01:32.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T10:01:32.798Z] ---> a62c8e92a672 [2021-01-20T10:01:32.798Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:01:32.798Z] ---> Running in ecd46be4a4a2 [2021-01-20T10:01:32.798Z] Removing intermediate container ecd46be4a4a2 [2021-01-20T10:01:32.798Z] ---> d3a51d33a00d [2021-01-20T10:01:32.798Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:01:32.798Z] ---> Running in f14c72e746b6 [2021-01-20T10:01:33.751Z] Removing intermediate container f14c72e746b6 [2021-01-20T10:01:33.751Z] ---> 5b8b97eaa391 [2021-01-20T10:01:33.751Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:01:33.751Z] ---> Running in 763e27d89042 [2021-01-20T10:01:34.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:01:34.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:01:35.927Z] OK: 166 MiB in 39 packages [2021-01-20T10:01:36.190Z] Removing intermediate container 763e27d89042 [2021-01-20T10:01:36.190Z] ---> a12ce2f18546 [2021-01-20T10:01:36.190Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:01:36.190Z] ---> Running in c11bd6e8dc7a [2021-01-20T10:01:36.455Z] Removing intermediate container c11bd6e8dc7a [2021-01-20T10:01:36.455Z] ---> 5a7f8a8d9268 [2021-01-20T10:01:36.455Z] Step 7/8 : COPY . . [2021-01-20T10:01:38.397Z] ---> 8ee9e4227c8d [2021-01-20T10:01:38.397Z] Step 8/8 : RUN go mod download [2021-01-20T10:01:38.397Z] ---> Running in 5a149ccb9ebc [2021-01-20T10:02:00.500Z] Removing intermediate container 5a149ccb9ebc [2021-01-20T10:02:00.500Z] ---> f8a243e26e6a [2021-01-20T10:02:00.500Z] Successfully built f8a243e26e6a [2021-01-20T10:02:00.500Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:00.840Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:02:00.840Z] . [Pipeline] withDockerContainer [2021-01-20T10:02:00.993Z] prd-centos7-docker-4c-2g-21585 does not seem to be running inside a container [2021-01-20T10:02:01.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-x86_64 cat [2021-01-20T10:02:01.923Z] $ docker top eb609aaa5c0b0180b68a490ec9c08610f0f7a4bcde7323884c8ada40ac3cc37d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:02:02.485Z] + go version [2021-01-20T10:02:02.485Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T10:02:02.496Z] $ docker stop --time=1 eb609aaa5c0b0180b68a490ec9c08610f0f7a4bcde7323884c8ada40ac3cc37d [2021-01-20T10:02:03.876Z] $ docker rm -f eb609aaa5c0b0180b68a490ec9c08610f0f7a4bcde7323884c8ada40ac3cc37d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:04.700Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:02:04.700Z] . [Pipeline] withDockerContainer [2021-01-20T10:02:04.797Z] prd-centos7-docker-4c-2g-21585 does not seem to be running inside a container [2021-01-20T10:02:04.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-x86_64 cat [2021-01-20T10:02:05.458Z] $ docker top 2a89a2b912b2b85ce14970f2bfd94e22caaa12539e8aac32e29bd33f5814e9e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:02:06.000Z] + make test [2021-01-20T10:02:06.001Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:02:06.966Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:02:15.248Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:02:15.248Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:02:15.833Z] $ docker stop --time=1 2a89a2b912b2b85ce14970f2bfd94e22caaa12539e8aac32e29bd33f5814e9e8 [2021-01-20T10:02:18.125Z] $ docker rm -f 2a89a2b912b2b85ce14970f2bfd94e22caaa12539e8aac32e29bd33f5814e9e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:02:18.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:02:19.082Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T10:02:20.351Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:02:20.657Z] + ls -al . [2021-01-20T10:02:20.657Z] total 88 [2021-01-20T10:02:20.657Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:02 . [2021-01-20T10:02:20.657Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 10:01 .. [2021-01-20T10:02:20.657Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:01 assets [2021-01-20T10:02:20.657Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:01 bin [2021-01-20T10:02:20.657Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:01 cmd [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:01 CONTRIBUTING.md [2021-01-20T10:02:20.657Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:02 coverage.out [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:01 Dockerfile [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:01 Dockerfile.build [2021-01-20T10:02:20.657Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:01 docs [2021-01-20T10:02:20.657Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 10:01 .git [2021-01-20T10:02:20.657Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:01 .github [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:01 .gitignore [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:01 go.mod [2021-01-20T10:02:20.657Z] -rw-r--r--. 1 jenkins jenkins 20843 Jan 20 10:02 go.sum [2021-01-20T10:02:20.657Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:01 internal [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:01 Jenkinsfile [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:01 LICENSE [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:01 Makefile [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:01 README.md [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 10:00 VERSION [2021-01-20T10:02:20.657Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:01 version.go [2021-01-20T10:02:20.657Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 10:01 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:20.966Z] + 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=fbcfcb12aca33ea1091684a020041deec15b3973 --label arch=amd64 --label version=0.0.0 . [2021-01-20T10:02:21.229Z] Sending build context to Docker daemon 16.61MB [2021-01-20T10:02:21.229Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:02:21.229Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:02:21.229Z] ---> f8a243e26e6a [2021-01-20T10:02:21.229Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:02:21.805Z] ---> Running in 9f6e087e5067 [2021-01-20T10:02:22.068Z] Removing intermediate container 9f6e087e5067 [2021-01-20T10:02:22.068Z] ---> 606aaaa48255 [2021-01-20T10:02:22.068Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:02:22.068Z] ---> Running in ad1181dc3484 [2021-01-20T10:02:22.330Z] Removing intermediate container ad1181dc3484 [2021-01-20T10:02:22.330Z] ---> 4d73d936d8eb [2021-01-20T10:02:22.330Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:02:22.330Z] ---> Running in 8b7a7d567519 [2021-01-20T10:02:22.594Z] Removing intermediate container 8b7a7d567519 [2021-01-20T10:02:22.595Z] ---> ea27aed8ecd1 [2021-01-20T10:02:22.595Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:02:22.595Z] ---> Running in e4a87360c0ee [2021-01-20T10:02:22.595Z] Removing intermediate container e4a87360c0ee [2021-01-20T10:02:22.595Z] ---> eb8d612cab39 [2021-01-20T10:02:22.595Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:02:22.857Z] ---> Running in d9b0fc80dbf1 [2021-01-20T10:02:22.857Z] Removing intermediate container d9b0fc80dbf1 [2021-01-20T10:02:22.857Z] ---> 2d2cf2aa40fb [2021-01-20T10:02:22.857Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:02:23.118Z] ---> Running in 70eaa61b64de [2021-01-20T10:02:24.069Z] Removing intermediate container 70eaa61b64de [2021-01-20T10:02:24.069Z] ---> eb7e173945d6 [2021-01-20T10:02:24.069Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:02:24.069Z] ---> Running in 54f7c78a8bf6 [2021-01-20T10:02:24.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:02:25.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:02:26.248Z] OK: 166 MiB in 39 packages [2021-01-20T10:02:26.511Z] Removing intermediate container 54f7c78a8bf6 [2021-01-20T10:02:26.511Z] ---> 0f5674193fc7 [2021-01-20T10:02:26.511Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:02:26.773Z] ---> Running in 76b15b09c2f1 [2021-01-20T10:02:26.773Z] Removing intermediate container 76b15b09c2f1 [2021-01-20T10:02:26.773Z] ---> 646af499b4c6 [2021-01-20T10:02:26.773Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:02:26.773Z] ---> Running in 3bb75f5807ab [2021-01-20T10:02:27.036Z] Removing intermediate container 3bb75f5807ab [2021-01-20T10:02:27.036Z] ---> 3fa5edd97eea [2021-01-20T10:02:27.036Z] Step 12/24 : COPY go.mod . [2021-01-20T10:02:27.298Z] ---> b9bf536ec576 [2021-01-20T10:02:27.298Z] Step 13/24 : COPY Makefile . [2021-01-20T10:02:27.574Z] ---> 9f29630e5f63 [2021-01-20T10:02:27.574Z] Step 14/24 : RUN make update [2021-01-20T10:02:27.574Z] ---> Running in 839ea7c1cdf3 [2021-01-20T10:02:28.163Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:02:28.740Z] Removing intermediate container 839ea7c1cdf3 [2021-01-20T10:02:28.740Z] ---> a9095d2977cb [2021-01-20T10:02:28.740Z] Step 15/24 : COPY . . [2021-01-20T10:02:31.303Z] ---> b8f2cccebf5a [2021-01-20T10:02:31.303Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:02:31.303Z] ---> Running in e9eaa0261120 [2021-01-20T10:02:31.573Z] 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-01-20T10:02:39.854Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:02:42.412Z] Removing intermediate container e9eaa0261120 [2021-01-20T10:02:42.412Z] ---> 165081891676 [2021-01-20T10:02:42.412Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:02:42.675Z] 3.12: Pulling from library/alpine [2021-01-20T10:02:42.945Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T10:02:42.945Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T10:02:42.945Z] 801bfaa63ef2: Download complete [2021-01-20T10:02:43.210Z] 801bfaa63ef2: Pull complete [2021-01-20T10:02:43.210Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:02:43.210Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:02:43.210Z] ---> 389fef711851 [2021-01-20T10:02:43.210Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:02:43.473Z] ---> Running in 1694cc2cc47d [2021-01-20T10:02:43.473Z] Removing intermediate container 1694cc2cc47d [2021-01-20T10:02:43.473Z] ---> 2151b8d419a9 [2021-01-20T10:02:43.473Z] 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-01-20T10:02:44.873Z] ---> 087ea268fae1 [2021-01-20T10:02:44.873Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:02:44.873Z] ---> Running in 7ebb5db984ff [2021-01-20T10:02:44.873Z] Removing intermediate container 7ebb5db984ff [2021-01-20T10:02:44.873Z] ---> f3648f8e2a8b [2021-01-20T10:02:44.873Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:02:44.873Z] ---> Running in 39e39b82109c [2021-01-20T10:02:45.135Z] Removing intermediate container 39e39b82109c [2021-01-20T10:02:45.135Z] ---> 08f6d11e9f3f [2021-01-20T10:02:45.135Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T10:02:45.135Z] ---> Running in f637b9728e28 [2021-01-20T10:02:45.398Z] Removing intermediate container f637b9728e28 [2021-01-20T10:02:45.398Z] ---> 53896c04cc31 [2021-01-20T10:02:45.398Z] Step 23/24 : LABEL git_sha=fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-20T10:02:45.398Z] ---> Running in 837728e4ab80 [2021-01-20T10:02:45.398Z] Removing intermediate container 837728e4ab80 [2021-01-20T10:02:45.398Z] ---> 82f1790e2a3d [2021-01-20T10:02:45.398Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T10:02:45.663Z] ---> Running in ee3404e48a94 [2021-01-20T10:02:45.663Z] Removing intermediate container ee3404e48a94 [2021-01-20T10:02:45.663Z] ---> efb2754d9dad [2021-01-20T10:02:45.663Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:02:45.926Z] Successfully built efb2754d9dad [2021-01-20T10:02:45.926Z] 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-01-20T10:03:37.903Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21588 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-20T10:03:37.957Z] Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout [2021-01-20T10:03:43.246Z] using credential edgex-jenkins-ssh [2021-01-20T10:03:43.305Z] Cloning the remote Git repository [2021-01-20T10:03:43.354Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:03:43.461Z] > git init /w/workspace/edgex-ui-go/5 # timeout=10 [2021-01-20T10:03:43.543Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:03:43.544Z] > git --version # timeout=10 [2021-01-20T10:03:43.571Z] > git --version # 'git version 2.17.1' [2021-01-20T10:03:43.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:03:43.621Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:03:45.441Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:03:45.480Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:03:45.504Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:03:45.540Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:03:45.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:03:45.553Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:03:46.052Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-20T10:03:46.592Z] Merge succeeded, producing fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-20T10:03:46.593Z] Checking out Revision fbcfcb12aca33ea1091684a020041deec15b3973 (PR-291) [2021-01-20T10:03:46.058Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:03:46.080Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-20T10:03:46.344Z] > git remote # timeout=10 [2021-01-20T10:03:46.369Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:03:46.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:03:46.472Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:03:46.535Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:03:46.588Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:03:46.628Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-20T10:03:51.182Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:03:53.040Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:03:53.472Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:03:53.822Z] + sudo+ service dockertrue [2021-01-20T10:03:53.822Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:03:56.583Z] provisioning config files... [2021-01-20T10:03:56.623Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config5119797531022090637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:03:57.024Z] ---> docker-login.sh [2021-01-20T10:03:57.024Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:03:57.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:03:58.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:03:58.233Z] Configure a credential helper to remove this warning. See [2021-01-20T10:03:58.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:03:58.233Z] [2021-01-20T10:03:58.233Z] Login Succeeded [2021-01-20T10:03:58.233Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:03:58.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:03:58.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:03:58.788Z] Configure a credential helper to remove this warning. See [2021-01-20T10:03:58.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:03:58.788Z] [2021-01-20T10:03:58.788Z] Login Succeeded [2021-01-20T10:03:58.788Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:03:59.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:03:59.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:03:59.338Z] Configure a credential helper to remove this warning. See [2021-01-20T10:03:59.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:03:59.338Z] [2021-01-20T10:03:59.338Z] Login Succeeded [2021-01-20T10:03:59.338Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:03:59.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:03:59.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:03:59.612Z] Configure a credential helper to remove this warning. See [2021-01-20T10:03:59.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:03:59.612Z] [2021-01-20T10:03:59.612Z] Login Succeeded [2021-01-20T10:03:59.612Z] docker.io [2021-01-20T10:04:00.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:04:00.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:04:00.489Z] Configure a credential helper to remove this warning. See [2021-01-20T10:04:00.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:04:00.489Z] [2021-01-20T10:04:00.489Z] Login Succeeded [2021-01-20T10:04:00.489Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:04:00.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:04:00.986Z] ========================================================= [2021-01-20T10:04:00.986Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T10:04:00.986Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:04:01.395Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-20T10:04:01.992Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:04:01.992Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:04:01.992Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:04:02.266Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T10:04:02.266Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T10:04:02.266Z] a4357932f1b6: Pulling fs layer [2021-01-20T10:04:02.266Z] 18c013af1878: Pulling fs layer [2021-01-20T10:04:02.266Z] 00ac8860ef70: Pulling fs layer [2021-01-20T10:04:02.266Z] 63d7cb157983: Pulling fs layer [2021-01-20T10:04:02.266Z] b116817d02f9: Pulling fs layer [2021-01-20T10:04:02.266Z] 745a02a5169b: Pulling fs layer [2021-01-20T10:04:02.266Z] 63d7cb157983: Waiting [2021-01-20T10:04:02.266Z] b116817d02f9: Waiting [2021-01-20T10:04:02.266Z] 745a02a5169b: Waiting [2021-01-20T10:04:02.266Z] 00ac8860ef70: Waiting [2021-01-20T10:04:02.266Z] 18c013af1878: Download complete [2021-01-20T10:04:02.266Z] a4357932f1b6: Verifying Checksum [2021-01-20T10:04:02.266Z] a4357932f1b6: Download complete [2021-01-20T10:04:02.266Z] 63d7cb157983: Verifying Checksum [2021-01-20T10:04:02.266Z] 63d7cb157983: Download complete [2021-01-20T10:04:02.266Z] b116817d02f9: Download complete [2021-01-20T10:04:02.266Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T10:04:02.266Z] 5f621e34cdf4: Download complete [2021-01-20T10:04:03.245Z] 5f621e34cdf4: Pull complete [2021-01-20T10:04:03.522Z] a4357932f1b6: Pull complete [2021-01-20T10:04:03.794Z] 18c013af1878: Pull complete [2021-01-20T10:04:04.401Z] 745a02a5169b: Verifying Checksum [2021-01-20T10:04:04.401Z] 745a02a5169b: Download complete [2021-01-20T10:04:05.379Z] 00ac8860ef70: Verifying Checksum [2021-01-20T10:04:05.379Z] 00ac8860ef70: Download complete [2021-01-20T10:04:15.537Z] 00ac8860ef70: Pull complete [2021-01-20T10:04:15.537Z] 63d7cb157983: Pull complete [2021-01-20T10:04:15.537Z] b116817d02f9: Pull complete [2021-01-20T10:04:19.878Z] 745a02a5169b: Pull complete [2021-01-20T10:04:19.878Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T10:04:19.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T10:04:19.878Z] ---> b7e6874047d6 [2021-01-20T10:04:19.878Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:04:21.863Z] ---> Running in 7705c137e5fd [2021-01-20T10:04:22.463Z] Removing intermediate container 7705c137e5fd [2021-01-20T10:04:22.463Z] ---> 7e6ae354233b [2021-01-20T10:04:22.463Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:04:22.463Z] ---> Running in b8cba2068cd1 [2021-01-20T10:04:25.094Z] Removing intermediate container b8cba2068cd1 [2021-01-20T10:04:25.094Z] ---> 90b749939a3b [2021-01-20T10:04:25.094Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:04:25.094Z] ---> Running in 05f27b93c609 [2021-01-20T10:04:26.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:04:26.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:04:27.645Z] OK: 142 MiB in 39 packages [2021-01-20T10:04:29.080Z] Removing intermediate container 05f27b93c609 [2021-01-20T10:04:29.080Z] ---> 0266dd0d570b [2021-01-20T10:04:29.080Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:04:29.080Z] ---> Running in 86409c2d4c6c [2021-01-20T10:04:29.678Z] Removing intermediate container 86409c2d4c6c [2021-01-20T10:04:29.678Z] ---> 67ed755569bb [2021-01-20T10:04:29.678Z] Step 7/8 : COPY . . [2021-01-20T10:04:31.664Z] ---> a80e681301c4 [2021-01-20T10:04:31.664Z] Step 8/8 : RUN go mod download [2021-01-20T10:04:31.664Z] ---> Running in 3f4f5e041f25 [2021-01-20T10:04:58.445Z] Removing intermediate container 3f4f5e041f25 [2021-01-20T10:04:58.445Z] ---> 0e0a19b5f88b [2021-01-20T10:04:58.445Z] Successfully built 0e0a19b5f88b [2021-01-20T10:04:58.445Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:04:58.783Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:04:58.783Z] . [Pipeline] withDockerContainer [2021-01-20T10:04:59.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-21588 does not seem to be running inside a container [2021-01-20T10:04:59.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-01-20T10:05:00.409Z] $ docker top 247956b2c99097cc93eb0f9c03aaedd3047efb9c69a6f3598318c0c584fd7913 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:05:01.515Z] + go version [2021-01-20T10:05:01.515Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T10:05:01.514Z] $ docker stop --time=1 247956b2c99097cc93eb0f9c03aaedd3047efb9c69a6f3598318c0c584fd7913 [2021-01-20T10:05:03.424Z] $ docker rm -f 247956b2c99097cc93eb0f9c03aaedd3047efb9c69a6f3598318c0c584fd7913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:05:04.459Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:05:04.459Z] . [Pipeline] withDockerContainer [2021-01-20T10:05:04.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-21588 does not seem to be running inside a container [2021-01-20T10:05:04.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-01-20T10:05:06.265Z] $ docker top cb4fa05bb673bb6003dd2384826334171c4cb644cfb7ff3978c7332afcb84d52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:05:07.375Z] + make test [2021-01-20T10:05:07.375Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:05:08.362Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:05:30.561Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:05:30.561Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:05:35.963Z] $ docker stop --time=1 cb4fa05bb673bb6003dd2384826334171c4cb644cfb7ff3978c7332afcb84d52 [2021-01-20T10:05:38.122Z] $ docker rm -f cb4fa05bb673bb6003dd2384826334171c4cb644cfb7ff3978c7332afcb84d52 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:05:39.003Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:05:39.023Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T10:05:39.867Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:05:40.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:05:41.000Z] + ls -al . [2021-01-20T10:05:41.000Z] total 124 [2021-01-20T10:05:41.000Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:05 . [2021-01-20T10:05:41.000Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:03 .. [2021-01-20T10:05:41.000Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:03 .git [2021-01-20T10:05:41.000Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:03 .github [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:03 .gitignore [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:03 CONTRIBUTING.md [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:03 Dockerfile [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:03 Dockerfile.build [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:03 Jenkinsfile [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:03 LICENSE [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:03 Makefile [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:03 README.md [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 10:00 VERSION [2021-01-20T10:05:41.000Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:03 assets [2021-01-20T10:05:41.000Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:03 bin [2021-01-20T10:05:41.000Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:03 cmd [2021-01-20T10:05:41.000Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:05 coverage.out [2021-01-20T10:05:41.000Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:03 docs [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:03 go.mod [2021-01-20T10:05:41.000Z] -rw-r--r-- 1 jenkins jenkins 20843 Jan 20 10:05 go.sum [2021-01-20T10:05:41.000Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:03 internal [2021-01-20T10:05:41.000Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:03 version.go [2021-01-20T10:05:41.000Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:03 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:05:41.394Z] + 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=fbcfcb12aca33ea1091684a020041deec15b3973 --label arch=arm64 --label version=0.0.0 . [2021-01-20T10:05:41.999Z] Sending build context to Docker daemon 16.61MB [2021-01-20T10:05:42.272Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:05:42.272Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:05:42.272Z] ---> 0e0a19b5f88b [2021-01-20T10:05:42.272Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:05:42.547Z] ---> Running in 22d7470cebcc [2021-01-20T10:05:43.146Z] Removing intermediate container 22d7470cebcc [2021-01-20T10:05:43.146Z] ---> 578fcc761827 [2021-01-20T10:05:43.146Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:05:43.146Z] ---> Running in 5ade966075d6 [2021-01-20T10:05:43.740Z] Removing intermediate container 5ade966075d6 [2021-01-20T10:05:43.740Z] ---> a7215a0c10e5 [2021-01-20T10:05:43.740Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:05:43.740Z] ---> Running in 838b370836b3 [2021-01-20T10:05:44.337Z] Removing intermediate container 838b370836b3 [2021-01-20T10:05:44.337Z] ---> ff890dbec258 [2021-01-20T10:05:44.337Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:05:44.337Z] ---> Running in 6727e856a61b [2021-01-20T10:05:44.934Z] Removing intermediate container 6727e856a61b [2021-01-20T10:05:44.934Z] ---> 9da370b5ff0a [2021-01-20T10:05:44.934Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:05:44.934Z] ---> Running in 1acbb0a6ddf7 [2021-01-20T10:05:45.531Z] Removing intermediate container 1acbb0a6ddf7 [2021-01-20T10:05:45.531Z] ---> a059fb956686 [2021-01-20T10:05:45.531Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:05:45.531Z] ---> Running in 27016538c626 [2021-01-20T10:05:47.507Z] Removing intermediate container 27016538c626 [2021-01-20T10:05:47.507Z] ---> 0ac5368f9c42 [2021-01-20T10:05:47.507Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:05:47.779Z] ---> Running in 9f941e60b285 [2021-01-20T10:05:48.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:05:49.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:05:50.327Z] OK: 142 MiB in 39 packages [2021-01-20T10:05:51.313Z] Removing intermediate container 9f941e60b285 [2021-01-20T10:05:51.313Z] ---> 2c12ef6f17b3 [2021-01-20T10:05:51.313Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:05:51.588Z] ---> Running in 997ab4c47346 [2021-01-20T10:05:52.189Z] Removing intermediate container 997ab4c47346 [2021-01-20T10:05:52.189Z] ---> d8b8e92dc112 [2021-01-20T10:05:52.189Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:05:52.189Z] ---> Running in 0cdf678e92b9 [2021-01-20T10:05:52.785Z] Removing intermediate container 0cdf678e92b9 [2021-01-20T10:05:52.785Z] ---> baabd73e8311 [2021-01-20T10:05:52.785Z] Step 12/24 : COPY go.mod . [2021-01-20T10:05:53.381Z] ---> 223a0004bd62 [2021-01-20T10:05:53.381Z] Step 13/24 : COPY Makefile . [2021-01-20T10:05:53.978Z] ---> b8f4a7aa0469 [2021-01-20T10:05:53.978Z] Step 14/24 : RUN make update [2021-01-20T10:05:54.250Z] ---> Running in 79ed0e3c5128 [2021-01-20T10:05:55.230Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:05:56.670Z] Removing intermediate container 79ed0e3c5128 [2021-01-20T10:05:56.670Z] ---> 4d22cc0ae0fe [2021-01-20T10:05:56.670Z] Step 15/24 : COPY . . [2021-01-20T10:05:58.674Z] ---> 6fc2483e5ca3 [2021-01-20T10:05:58.674Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:05:58.945Z] ---> Running in dc6d33ebbbef [2021-01-20T10:05:59.930Z] 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-01-20T10:06:22.136Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:06:27.531Z] Removing intermediate container dc6d33ebbbef [2021-01-20T10:06:27.531Z] ---> 19f4ed441a8e [2021-01-20T10:06:27.531Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:06:28.124Z] 3.12: Pulling from library/alpine [2021-01-20T10:06:28.124Z] 159e5727ea61: Pulling fs layer [2021-01-20T10:06:28.124Z] 159e5727ea61: Download complete [2021-01-20T10:06:28.724Z] 159e5727ea61: Pull complete [2021-01-20T10:06:28.724Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:06:28.724Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:06:28.724Z] ---> afeebe901d6b [2021-01-20T10:06:28.724Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:06:29.007Z] ---> Running in ccaea1282973 [2021-01-20T10:06:29.602Z] Removing intermediate container ccaea1282973 [2021-01-20T10:06:29.602Z] ---> ca869890ebda [2021-01-20T10:06:29.602Z] 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-01-20T10:06:31.038Z] ---> cdf65dce2487 [2021-01-20T10:06:31.038Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:06:31.311Z] ---> Running in 114c8410a3c4 [2021-01-20T10:06:31.905Z] Removing intermediate container 114c8410a3c4 [2021-01-20T10:06:31.905Z] ---> 8e48dcddd2d7 [2021-01-20T10:06:31.905Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:06:31.905Z] ---> Running in 043b8f0e558a [2021-01-20T10:06:32.180Z] Removing intermediate container 043b8f0e558a [2021-01-20T10:06:32.180Z] ---> 32624474a645 [2021-01-20T10:06:32.180Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T10:06:32.455Z] ---> Running in 2acb72bf1466 [2021-01-20T10:06:33.051Z] Removing intermediate container 2acb72bf1466 [2021-01-20T10:06:33.051Z] ---> 46ab8527d466 [2021-01-20T10:06:33.051Z] Step 23/24 : LABEL git_sha=fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-20T10:06:33.051Z] ---> Running in 71e2610de5e1 [2021-01-20T10:06:33.329Z] Removing intermediate container 71e2610de5e1 [2021-01-20T10:06:33.329Z] ---> b74af9200c85 [2021-01-20T10:06:33.329Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T10:06:33.601Z] ---> Running in 7fc09791033d [2021-01-20T10:06:34.196Z] Removing intermediate container 7fc09791033d [2021-01-20T10:06:34.196Z] ---> 8a5458d92193 [2021-01-20T10:06:34.196Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:06:34.196Z] Successfully built 8a5458d92193 [2021-01-20T10:06:34.196Z] 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-01-20T10:06:35.751Z] provisioning config files... [2021-01-20T10:06:35.762Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config210070160119914745tmp [Pipeline] { [Pipeline] sh [2021-01-20T10:06:36.152Z] + set +x [2021-01-20T10:06:36.152Z] + curl -s https://codecov.io/bash [2021-01-20T10:06:36.152Z] + bash -s -- [2021-01-20T10:06:36.415Z] [2021-01-20T10:06:36.415Z] _____ _ [2021-01-20T10:06:36.415Z] / ____| | | [2021-01-20T10:06:36.415Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T10:06:36.415Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T10:06:36.415Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T10:06:36.415Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T10:06:36.415Z] Bash-20210115-cec3c92 [2021-01-20T10:06:36.415Z] [2021-01-20T10:06:36.415Z] [2021-01-20T10:06:36.415Z] ==> git version 2.24.3 found [2021-01-20T10:06:36.415Z] ==> 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-01-20T10:06:36.415Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T10:06:36.415Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T10:06:36.415Z] ==> Jenkins CI detected. [2021-01-20T10:06:36.415Z] project root: . [2021-01-20T10:06:36.415Z] --> token set from env [2021-01-20T10:06:36.415Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T10:06:36.415Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T10:06:36.415Z] ==> Python coveragepy not found [2021-01-20T10:06:36.415Z] ==> Searching for coverage reports in: [2021-01-20T10:06:36.415Z] + . [2021-01-20T10:06:36.415Z] -> Found 1 reports [2021-01-20T10:06:36.415Z] ==> Detecting git/mercurial file structure [2021-01-20T10:06:36.415Z] ==> Reading reports [2021-01-20T10:06:36.415Z] + ./coverage.out bytes=10 [2021-01-20T10:06:36.415Z] ==> Appending adjustments [2021-01-20T10:06:36.415Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T10:06:36.678Z] + Found adjustments [2021-01-20T10:06:36.678Z] ==> Gzipping contents [2021-01-20T10:06:36.678Z] 4.0K /tmp/codecov.PkhaJu.gz [2021-01-20T10:06:36.678Z] ==> Uploading reports [2021-01-20T10:06:36.678Z] url: https://codecov.io [2021-01-20T10:06:36.678Z] query: branch=PR-291&commit=fbcfcb12aca33ea1091684a020041deec15b3973&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-20T10:06:36.678Z] -> Pinging Codecov [2021-01-20T10:06:36.678Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=fbcfcb12aca33ea1091684a020041deec15b3973&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-20T10:06:37.254Z] -> Uploading to [2021-01-20T10:06:37.254Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/fbcfcb12aca33ea1091684a020041deec15b3973/2ab578a5-55b1-4bbc-966d-76ddc58042fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T100637Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f11f4459fa94a39afe7dd48f7777ccc0a6543f0e98a8d3ce1f960ef77243c410 [2021-01-20T10:06:37.254Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T10:06:37.254Z] Dload Upload Total Spent Left Speed [2021-01-20T10:06:37.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 3866 --:--:-- --:--:-- --:--:-- 3866 100 2378 0 0 100 2378 0 3865 --:--:-- --:--:-- --:--:-- 3860 [2021-01-20T10:06:37.831Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fbcfcb12aca33ea1091684a020041deec15b3973 [Pipeline] } [2021-01-20T10:06:37.841Z] 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-01-20T10:06:40.111Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:40.689Z] ---> package-listing.sh [2021-01-20T10:06:40.689Z] ++ facter osfamily [2021-01-20T10:06:40.689Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T10:06:40.689Z] + OS_FAMILY=redhat [2021-01-20T10:06:40.689Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-20T10:06:40.689Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T10:06:40.689Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T10:06:40.689Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T10:06:40.689Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T10:06:40.689Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-20T10:06:40.689Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T10:06:40.689Z] + case "${OS_FAMILY}" in [2021-01-20T10:06:40.689Z] + rpm -qa [2021-01-20T10:06:40.689Z] + sort [2021-01-20T10:06:46.000Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T10:06:46.000Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T10:06:46.000Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T10:06:46.000Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-20T10:06:46.000Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [2021-01-20T10:06:46.000Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [Pipeline] echo [2021-01-20T10:06:46.018Z] 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-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T10:06:46.311Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:06:46.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:06:46.620Z] [2021-01-20T10:06:46.620Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:06:46.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:06:46.978Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T10:06:46.978Z] df20fa9351a1: Pulling fs layer [2021-01-20T10:06:46.978Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T10:06:46.978Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T10:06:46.978Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T10:06:46.978Z] 93b61091891f: Pulling fs layer [2021-01-20T10:06:46.978Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T10:06:46.978Z] 5e14af77c1be: Pulling fs layer [2021-01-20T10:06:46.978Z] 01666e4c0597: Pulling fs layer [2021-01-20T10:06:46.978Z] aa168da1d23b: Pulling fs layer [2021-01-20T10:06:46.978Z] 46f8f816bc3b: Waiting [2021-01-20T10:06:46.978Z] 93b61091891f: Waiting [2021-01-20T10:06:46.978Z] 93b9cdb0e59b: Waiting [2021-01-20T10:06:46.978Z] 5e14af77c1be: Waiting [2021-01-20T10:06:46.978Z] 01666e4c0597: Waiting [2021-01-20T10:06:46.978Z] aa168da1d23b: Waiting [2021-01-20T10:06:46.978Z] 36b3adc4ff6f: Download complete [2021-01-20T10:06:46.978Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T10:06:46.978Z] 46f8f816bc3b: Download complete [2021-01-20T10:06:46.978Z] df20fa9351a1: Download complete [2021-01-20T10:06:47.245Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T10:06:47.245Z] 93b9cdb0e59b: Download complete [2021-01-20T10:06:47.245Z] 5e14af77c1be: Verifying Checksum [2021-01-20T10:06:47.245Z] 5e14af77c1be: Download complete [2021-01-20T10:06:47.245Z] 93b61091891f: Verifying Checksum [2021-01-20T10:06:47.245Z] 93b61091891f: Download complete [2021-01-20T10:06:47.245Z] 01666e4c0597: Verifying Checksum [2021-01-20T10:06:47.245Z] 01666e4c0597: Download complete [2021-01-20T10:06:47.245Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T10:06:47.245Z] 8ad3a11d3b57: Download complete [2021-01-20T10:06:47.523Z] df20fa9351a1: Pull complete [2021-01-20T10:06:47.790Z] 36b3adc4ff6f: Pull complete [2021-01-20T10:06:48.771Z] 8ad3a11d3b57: Pull complete [2021-01-20T10:06:48.771Z] 46f8f816bc3b: Pull complete [2021-01-20T10:06:49.353Z] 93b61091891f: Pull complete [2021-01-20T10:06:49.353Z] aa168da1d23b: Verifying Checksum [2021-01-20T10:06:49.353Z] aa168da1d23b: Download complete [2021-01-20T10:06:49.617Z] 93b9cdb0e59b: Pull complete [2021-01-20T10:06:49.617Z] 5e14af77c1be: Pull complete [2021-01-20T10:06:49.881Z] 01666e4c0597: Pull complete [2021-01-20T10:06:56.558Z] aa168da1d23b: Pull complete [2021-01-20T10:06:56.558Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T10:06:56.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:06:56.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T10:06:56.759Z] prd-centos7-docker-4c-2g-21582 does not seem to be running inside a container [2021-01-20T10:06:56.812Z] $ 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-291/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-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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-01-20T10:07:02.566Z] $ docker top 74ad9b9a243eb8946e4ca093f830ebbb0bf02cff0486d00e61efe63e2b3f7ee4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:07:03.150Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T10:07:03.455Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T10:07:03.766Z] + ls /var/log/sa-host [2021-01-20T10:07:03.766Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T10:07:03.766Z] file_magic: OK [2021-01-20T10:07:03.766Z] HZ: Using current value: 100 [2021-01-20T10:07:03.766Z] file_header: OK [2021-01-20T10:07:03.766Z] 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-01-20T10:07:03.766Z] Statistics: [2021-01-20T10:07:03.766Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T10:07:03.766Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T10:07:03.766Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T10:07:03.766Z] file_magic: OK [2021-01-20T10:07:03.766Z] HZ: Using current value: 100 [2021-01-20T10:07:03.766Z] file_header: OK [2021-01-20T10:07:03.766Z] 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-01-20T10:07:03.766Z] Statistics: [2021-01-20T10:07:03.766Z] Hnuu...uuuununununu... [2021-01-20T10:07:03.766Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:07:04.069Z] provisioning config files... [2021-01-20T10:07:04.086Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config6331892131796976678tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:07:04.183Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:07:04.487Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T10:07:04.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T10:07:04.593Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:07:04.896Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T10:07:04.908Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:07:05.211Z] ---> sudo-logs.sh [2021-01-20T10:07:05.211Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T10:07:05.225Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:07:05.530Z] ---> job-cost.sh [2021-01-20T10:07:05.530Z] lf-activate-venv: SKIPPING [2021-01-20T10:07:05.530Z] INFO: No Stack... [2021-01-20T10:07:06.481Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T10:07:06.745Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T10:07:06.760Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:07:07.071Z] ---> logs-deploy.sh [2021-01-20T10:07:07.072Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/5 [2021-01-20T10:07:07.072Z] INFO: archiving workspace using pattern(s): [2021-01-20T10:07:09.002Z] Archives upload complete. [2021-01-20T10:07:09.002Z] INFO: archiving logs to Nexus