Pull request #291 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0b6447dd194a707b0d330730b331e47fa7f00ad3+f24d25d81141c2eca5b0f08cb81992033eaf0707 (fa47a562bf0fa437622d616aa68965eeb8e29bbc) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21566 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 0b6447dd194a707b0d330730b331e47fa7f00ad3 Merge succeeded, producing 0b6447dd194a707b0d330730b331e47fa7f00ad3 Checking out Revision 0b6447dd194a707b0d330730b331e47fa7f00ad3 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # 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-20T09:46:31.159Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 5309de6609b6e3e7d2eedb79284dbb76d504bad0 # timeout=10 [Pipeline] withCredentials [2021-01-20T09:46:31.399Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T09:46:31.515Z] ========================================================= [2021-01-20T09:46:31.515Z] EdgeX Global Pipelines Version Info [2021-01-20T09:46:31.515Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:46:32.958Z] ------------------- [2021-01-20T09:46:32.958Z] stable info: [2021-01-20T09:46:32.958Z] ------------------- [2021-01-20T09:46:32.958Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:46:32.958Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:46:32.958Z] Message: update stable to v1.0.179 [2021-01-20T09:46:33.907Z] ------------------- [2021-01-20T09:46:33.907Z] experimental info: [2021-01-20T09:46:33.907Z] ------------------- [2021-01-20T09:46:33.907Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:46:33.907Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:46:33.908Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T09:46:34.135Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T09:46:34.215Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T09:46:34.295Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T09:46:34.374Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T09:46:34.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T09:46:34.566Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T09:46:34.648Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T09:46:34.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T09:46:34.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T09:46:34.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T09:46:34.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T09:46:35.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T09:46:35.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T09:46:35.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T09:46:35.337Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:46:35.421Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:46:35.502Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:46:35.584Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:46:35.665Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T09:46:35.754Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T09:46:35.844Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T09:46:35.931Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T09:46:36.012Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T09:46:36.105Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T09:46:36.188Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T09:46:36.270Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T09:46:36.370Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T09:46:36.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2021-01-20T09:46:36.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2021-01-20T09:46:36.632Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2021-01-20T09:46:36.720Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b6447dd194a707b0d330730b331e47fa7f00ad3 [Pipeline] echo [2021-01-20T09:46:36.855Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b6447d [Pipeline] echo [2021-01-20T09:46:36.946Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:46:37.106Z] provisioning config files... [2021-01-20T09:46:37.134Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config1977414897809537715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:46:37.506Z] ---> docker-login.sh [2021-01-20T09:46:37.506Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:46:37.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:37.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:37.767Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:37.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:37.767Z] [2021-01-20T09:46:37.767Z] Login Succeeded [2021-01-20T09:46:37.767Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:46:38.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:38.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:38.029Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:38.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:38.029Z] [2021-01-20T09:46:38.029Z] Login Succeeded [2021-01-20T09:46:38.029Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:46:38.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:38.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:38.029Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:38.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:38.029Z] [2021-01-20T09:46:38.029Z] Login Succeeded [2021-01-20T09:46:38.290Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:46:38.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:38.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:38.290Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:38.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:38.290Z] [2021-01-20T09:46:38.290Z] Login Succeeded [2021-01-20T09:46:38.290Z] docker.io [2021-01-20T09:46:38.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:38.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:38.815Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:38.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:38.815Z] [2021-01-20T09:46:38.815Z] Login Succeeded [2021-01-20T09:46:38.815Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:46:38.823Z] 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-20T09:46:39.602Z] + git log --format=format:%s -1 0b6447dd194a707b0d330730b331e47fa7f00ad3 [Pipeline] echo [2021-01-20T09:46:39.661Z] GIT_COMMIT: 0b6447dd194a707b0d330730b331e47fa7f00ad3, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1 [Pipeline] echo [2021-01-20T09:46:39.706Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:46:40.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:46:40.301Z] [2021-01-20T09:46:40.301Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:46:40.723Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:46:40.723Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T09:46:40.723Z] 31603596830f: Pulling fs layer [2021-01-20T09:46:40.723Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T09:46:40.723Z] 6ca5941a6612: Pulling fs layer [2021-01-20T09:46:40.723Z] ecc8261a40a4: Pulling fs layer [2021-01-20T09:46:40.723Z] ecc8261a40a4: Waiting [2021-01-20T09:46:40.723Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T09:46:40.723Z] 2a8b12db71e7: Download complete [2021-01-20T09:46:40.723Z] 31603596830f: Verifying Checksum [2021-01-20T09:46:40.724Z] 31603596830f: Download complete [2021-01-20T09:46:40.984Z] 6ca5941a6612: Verifying Checksum [2021-01-20T09:46:40.984Z] 6ca5941a6612: Download complete [2021-01-20T09:46:40.984Z] ecc8261a40a4: Verifying Checksum [2021-01-20T09:46:40.984Z] ecc8261a40a4: Download complete [2021-01-20T09:46:40.984Z] 31603596830f: Pull complete [2021-01-20T09:46:41.252Z] 2a8b12db71e7: Pull complete [2021-01-20T09:46:42.206Z] 6ca5941a6612: Pull complete [2021-01-20T09:46:42.206Z] ecc8261a40a4: Pull complete [2021-01-20T09:46:42.206Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T09:46:42.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:46:42.206Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T09:46:42.343Z] prd-centos7-docker-4c-2g-21566 does not seem to be running inside a container [2021-01-20T09:46:42.386Z] $ 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-20T09:46:44.870Z] $ docker top f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:46:45.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:46:45.158Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:46:45.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:46:45.385Z] $ docker exec f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent [2021-01-20T09:46:45.573Z] SSH_AUTH_SOCK=/tmp/ssh-NgrMpJ24v5ID/agent.11 [2021-01-20T09:46:45.573Z] SSH_AGENT_PID=16 [2021-01-20T09:46:45.587Z] Running ssh-add (command line suppressed) [2021-01-20T09:46:45.700Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_514621750318275582.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_514621750318275582.key) [2021-01-20T09:46:45.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:46:46.153Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T09:46:46.171Z] $ docker exec --env ******** --env ******** f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent -k [2021-01-20T09:46:46.280Z] unset SSH_AUTH_SOCK; [2021-01-20T09:46:46.280Z] unset SSH_AGENT_PID; [2021-01-20T09:46:46.281Z] echo Agent pid 16 killed; [2021-01-20T09:46:46.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T09:46:46.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:46:46.468Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:46:46.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:46:46.630Z] $ docker exec f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent [2021-01-20T09:46:46.789Z] SSH_AUTH_SOCK=/tmp/ssh-OQHuUxhRKAdS/agent.45 [2021-01-20T09:46:46.789Z] SSH_AGENT_PID=50 [2021-01-20T09:46:46.796Z] Running ssh-add (command line suppressed) [2021-01-20T09:46:46.911Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_2124446949566394435.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_2124446949566394435.key) [2021-01-20T09:46:46.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:46:47.298Z] + git semver init [2021-01-20T09:46:47.298Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:46:47.298Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git [2021-01-20T09:46:47.298Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-20T09:46:47.298Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:46:47.298Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:46:47.298Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:46:47.298Z] # $SEMVER_BRANCH = PR-291 [2021-01-20T09:46:47.298Z] # $SEMVER_TEMP = /tmp/semver-839252831 [2021-01-20T09:46:47.298Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T09:46:48.689Z] # '/tmp/semver-839252831' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' [2021-01-20T09:46:48.689Z] # -> Force: false [2021-01-20T09:46:48.689Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } [2021-01-20T09:46:48.700Z] $ docker exec --env ******** --env ******** f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent -k [2021-01-20T09:46:48.808Z] unset SSH_AUTH_SOCK; [2021-01-20T09:46:48.808Z] unset SSH_AGENT_PID; [2021-01-20T09:46:48.808Z] echo Agent pid 50 killed; [2021-01-20T09:46:48.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:46:49.305Z] + git semver [Pipeline] } [2021-01-20T09:46:49.320Z] $ docker stop --time=1 f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 [2021-01-20T09:46:50.733Z] $ docker rm -f f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:46:51.194Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T09:46:51.722Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T09:46:51.725Z] [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-20T09:47:07.322Z] Still waiting to schedule task [2021-01-20T09:47:07.322Z] ‘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-21563’ is offline; ‘prd-centos7-docker-4c-2g-21568’ is offline; ‘prd-centos7-docker-4c-2g-21569’ is offline; ‘prd-centos7-docker-4c-2g-21570’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21565’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-20T09:47:07.324Z] Still waiting to schedule task [2021-01-20T09:47:07.325Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T09:48:21.907Z] Running on prd-centos7-docker-4c-2g-21573 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-20T09:48:21.959Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T09:48:25.103Z] using credential edgex-jenkins-ssh [2021-01-20T09:48:25.153Z] Cloning the remote Git repository [2021-01-20T09:48:25.187Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:25.262Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2021-01-20T09:48:25.332Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:25.332Z] > git --version # timeout=10 [2021-01-20T09:48:25.342Z] > git --version # 'git version 2.24.3' [2021-01-20T09:48:25.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:25.376Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:48:26.741Z] Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 0b6447dd194a707b0d330730b331e47fa7f00ad3 [2021-01-20T09:48:26.314Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:48:26.325Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:48:26.341Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:48:26.368Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:26.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:26.377Z] > 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-20T09:48:26.750Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:48:26.760Z] > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 [2021-01-20T09:48:26.962Z] Merge succeeded, producing 0b6447dd194a707b0d330730b331e47fa7f00ad3 [2021-01-20T09:48:26.962Z] Checking out Revision 0b6447dd194a707b0d330730b331e47fa7f00ad3 (PR-291) [2021-01-20T09:48:26.915Z] > git remote # timeout=10 [2021-01-20T09:48:26.923Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T09:48:26.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:26.937Z] > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:48:26.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T09:48:26.965Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:48:26.971Z] > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 [2021-01-20T09:48:30.778Z] 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-20T09:48:32.437Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:48:32.796Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:48:33.112Z] + sudo service docker restart [2021-01-20T09:48:33.112Z] + true [2021-01-20T09:48:33.112Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:48:34.587Z] provisioning config files... [2021-01-20T09:48:34.614Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config8953577961097646285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:48:34.990Z] ---> docker-login.sh [2021-01-20T09:48:34.991Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:48:35.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:35.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:35.255Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:35.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:35.255Z] [2021-01-20T09:48:35.255Z] Login Succeeded [2021-01-20T09:48:35.255Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:48:35.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:35.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:35.519Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:35.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:35.519Z] [2021-01-20T09:48:35.519Z] Login Succeeded [2021-01-20T09:48:35.519Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:48:35.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:35.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:35.783Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:35.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:35.783Z] [2021-01-20T09:48:35.783Z] Login Succeeded [2021-01-20T09:48:35.783Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:48:35.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:36.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:36.051Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:36.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:36.051Z] [2021-01-20T09:48:36.051Z] Login Succeeded [2021-01-20T09:48:36.051Z] docker.io [2021-01-20T09:48:36.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:36.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:36.315Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:36.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:36.315Z] [2021-01-20T09:48:36.315Z] Login Succeeded [2021-01-20T09:48:36.315Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:48:36.326Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:48:36.687Z] ========================================================= [2021-01-20T09:48:36.687Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T09:48:36.687Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:37.069Z] + 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-20T09:48:37.344Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:48:37.608Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:48:37.608Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:48:37.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T09:48:37.608Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T09:48:37.608Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T09:48:37.608Z] de9db76c5a1d: Pulling fs layer [2021-01-20T09:48:37.608Z] bca2f99d35d6: Pulling fs layer [2021-01-20T09:48:37.608Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T09:48:37.608Z] 7c6f9722023f: Pulling fs layer [2021-01-20T09:48:37.608Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T09:48:37.608Z] 93359f2a8cfa: Waiting [2021-01-20T09:48:37.608Z] 7c6f9722023f: Waiting [2021-01-20T09:48:37.608Z] a35cf1a2eb13: Waiting [2021-01-20T09:48:37.608Z] bca2f99d35d6: Waiting [2021-01-20T09:48:37.608Z] de9db76c5a1d: Verifying Checksum [2021-01-20T09:48:37.608Z] de9db76c5a1d: Download complete [2021-01-20T09:48:37.608Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T09:48:37.608Z] 0ef7d3d256c8: Download complete [2021-01-20T09:48:37.608Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T09:48:37.608Z] 93359f2a8cfa: Download complete [2021-01-20T09:48:37.608Z] 7c6f9722023f: Verifying Checksum [2021-01-20T09:48:37.608Z] 7c6f9722023f: Download complete [2021-01-20T09:48:37.608Z] 188c0c94c7c5: Download complete [2021-01-20T09:48:37.873Z] 188c0c94c7c5: Pull complete [2021-01-20T09:48:38.144Z] 0ef7d3d256c8: Pull complete [2021-01-20T09:48:38.144Z] de9db76c5a1d: Pull complete [2021-01-20T09:48:39.552Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T09:48:39.552Z] a35cf1a2eb13: Download complete [2021-01-20T09:48:40.136Z] bca2f99d35d6: Verifying Checksum [2021-01-20T09:48:40.136Z] bca2f99d35d6: Download complete [2021-01-20T09:48:46.815Z] bca2f99d35d6: Pull complete [2021-01-20T09:48:46.815Z] 93359f2a8cfa: Pull complete [2021-01-20T09:48:46.815Z] 7c6f9722023f: Pull complete [2021-01-20T09:48:53.524Z] a35cf1a2eb13: Pull complete [2021-01-20T09:48:53.524Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T09:48:53.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T09:48:53.524Z] ---> a62c8e92a672 [2021-01-20T09:48:53.524Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:48:53.524Z] ---> Running in 477170e8e2d9 [2021-01-20T09:48:53.524Z] Removing intermediate container 477170e8e2d9 [2021-01-20T09:48:53.524Z] ---> 68455192cf94 [2021-01-20T09:48:53.524Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:48:53.524Z] ---> Running in 7aac5ed0f36f [2021-01-20T09:48:54.481Z] Removing intermediate container 7aac5ed0f36f [2021-01-20T09:48:54.481Z] ---> 384296882672 [2021-01-20T09:48:54.481Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:48:54.481Z] ---> Running in 0ddfe54a71af [2021-01-20T09:48:55.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:48:55.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:48:56.237Z] OK: 166 MiB in 39 packages [2021-01-20T09:48:56.827Z] Removing intermediate container 0ddfe54a71af [2021-01-20T09:48:56.827Z] ---> 607fca4b6021 [2021-01-20T09:48:56.827Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:48:56.827Z] ---> Running in ab014cf81cff [2021-01-20T09:48:57.090Z] Removing intermediate container ab014cf81cff [2021-01-20T09:48:57.090Z] ---> 287b0902826a [2021-01-20T09:48:57.090Z] Step 7/8 : COPY . . [2021-01-20T09:48:59.029Z] ---> 6a9bacd9b06c [2021-01-20T09:48:59.029Z] Step 8/8 : RUN go mod download [2021-01-20T09:48:59.029Z] ---> Running in bc4111ed7c3e [2021-01-20T09:49:21.145Z] Removing intermediate container bc4111ed7c3e [2021-01-20T09:49:21.145Z] ---> 5828b36a9c98 [2021-01-20T09:49:21.145Z] Successfully built 5828b36a9c98 [2021-01-20T09:49:21.145Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:21.478Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:49:21.478Z] . [Pipeline] withDockerContainer [2021-01-20T09:49:21.603Z] prd-centos7-docker-4c-2g-21573 does not seem to be running inside a container [2021-01-20T09:49:21.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T09:49:22.538Z] $ docker top 544600c5c64f047bf9a9e5ddde02f5a9626bacd861297a01c94031d659a1bbdf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:49:23.070Z] + go version [2021-01-20T09:49:23.070Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T09:49:23.084Z] $ docker stop --time=1 544600c5c64f047bf9a9e5ddde02f5a9626bacd861297a01c94031d659a1bbdf [2021-01-20T09:49:24.445Z] $ docker rm -f 544600c5c64f047bf9a9e5ddde02f5a9626bacd861297a01c94031d659a1bbdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:25.360Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:49:25.360Z] . [Pipeline] withDockerContainer [2021-01-20T09:49:25.470Z] prd-centos7-docker-4c-2g-21573 does not seem to be running inside a container [2021-01-20T09:49:25.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T09:49:26.266Z] $ docker top 7f87effed8fc28ccc2b2887816a972b7a54c1f29080518da12c9ebc33e2df066 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:49:26.834Z] + make test [2021-01-20T09:49:26.834Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:49:28.245Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T09:49:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T09:49:36.526Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T09:49:37.120Z] $ docker stop --time=1 7f87effed8fc28ccc2b2887816a972b7a54c1f29080518da12c9ebc33e2df066 [2021-01-20T09:49:39.306Z] $ docker rm -f 7f87effed8fc28ccc2b2887816a972b7a54c1f29080518da12c9ebc33e2df066 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:49:39.909Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T09:49:40.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T09:49:41.583Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T09:49:41.889Z] + ls -al . [2021-01-20T09:49:41.889Z] total 88 [2021-01-20T09:49:41.889Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 09:49 . [2021-01-20T09:49:41.889Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 09:48 .. [2021-01-20T09:49:41.889Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 09:48 assets [2021-01-20T09:49:41.889Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 09:48 bin [2021-01-20T09:49:41.889Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 09:48 cmd [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 09:48 CONTRIBUTING.md [2021-01-20T09:49:41.889Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 09:49 coverage.out [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 09:48 Dockerfile [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 09:48 Dockerfile.build [2021-01-20T09:49:41.889Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 09:48 docs [2021-01-20T09:49:41.889Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 09:48 .git [2021-01-20T09:49:41.889Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 09:48 .github [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 09:48 .gitignore [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 09:48 go.mod [2021-01-20T09:49:41.889Z] -rw-r--r--. 1 jenkins jenkins 20843 Jan 20 09:49 go.sum [2021-01-20T09:49:41.889Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 09:48 internal [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 09:48 Jenkinsfile [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 09:48 LICENSE [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 09:48 Makefile [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 09:48 README.md [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 09:46 VERSION [2021-01-20T09:49:41.889Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 09:48 version.go [2021-01-20T09:49:41.889Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 09:48 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:42.203Z] + 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=0b6447dd194a707b0d330730b331e47fa7f00ad3 --label arch=amd64 --label version=0.0.0 . [2021-01-20T09:49:42.468Z] Sending build context to Docker daemon 16.61MB [2021-01-20T09:49:42.468Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:49:42.468Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T09:49:42.468Z] ---> 5828b36a9c98 [2021-01-20T09:49:42.468Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T09:49:43.418Z] ---> Running in 2e944668444a [2021-01-20T09:49:43.418Z] Removing intermediate container 2e944668444a [2021-01-20T09:49:43.418Z] ---> 74befeecc294 [2021-01-20T09:49:43.418Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T09:49:43.418Z] ---> Running in 222f86c06e7d [2021-01-20T09:49:43.683Z] Removing intermediate container 222f86c06e7d [2021-01-20T09:49:43.683Z] ---> 287ff2ed4b97 [2021-01-20T09:49:43.683Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T09:49:43.683Z] ---> Running in f768cb0dfe8d [2021-01-20T09:49:43.948Z] Removing intermediate container f768cb0dfe8d [2021-01-20T09:49:43.948Z] ---> 0043b79230ac [2021-01-20T09:49:43.948Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T09:49:43.948Z] ---> Running in c01c13e4bcca [2021-01-20T09:49:44.213Z] Removing intermediate container c01c13e4bcca [2021-01-20T09:49:44.213Z] ---> 2535c9d05821 [2021-01-20T09:49:44.213Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T09:49:44.213Z] ---> Running in e850d41d5700 [2021-01-20T09:49:44.477Z] Removing intermediate container e850d41d5700 [2021-01-20T09:49:44.477Z] ---> 56d2ea8b22a0 [2021-01-20T09:49:44.477Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:49:44.477Z] ---> Running in b38ac8af345b [2021-01-20T09:49:45.428Z] Removing intermediate container b38ac8af345b [2021-01-20T09:49:45.428Z] ---> 1eb79dd93ade [2021-01-20T09:49:45.428Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T09:49:45.428Z] ---> Running in a2ee44eacae7 [2021-01-20T09:49:46.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:49:46.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:49:47.544Z] OK: 166 MiB in 39 packages [2021-01-20T09:49:47.809Z] Removing intermediate container a2ee44eacae7 [2021-01-20T09:49:47.809Z] ---> 682df8652e25 [2021-01-20T09:49:47.809Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T09:49:48.073Z] ---> Running in ac04076725f4 [2021-01-20T09:49:48.073Z] Removing intermediate container ac04076725f4 [2021-01-20T09:49:48.073Z] ---> 3293b0cedcbf [2021-01-20T09:49:48.073Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T09:49:48.340Z] ---> Running in 4c78f569f751 [2021-01-20T09:49:48.340Z] Removing intermediate container 4c78f569f751 [2021-01-20T09:49:48.340Z] ---> 51b5c37f1bc3 [2021-01-20T09:49:48.340Z] Step 12/24 : COPY go.mod . [2021-01-20T09:49:48.603Z] ---> e759fb9c14ea [2021-01-20T09:49:48.603Z] Step 13/24 : COPY Makefile . [2021-01-20T09:49:48.869Z] ---> c62cf2780fcb [2021-01-20T09:49:48.869Z] Step 14/24 : RUN make update [2021-01-20T09:49:48.869Z] ---> Running in 9c16dd305b87 [2021-01-20T09:49:49.448Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T09:49:50.024Z] Removing intermediate container 9c16dd305b87 [2021-01-20T09:49:50.024Z] ---> 2e16a30a15e4 [2021-01-20T09:49:50.024Z] Step 15/24 : COPY . . [2021-01-20T09:49:51.949Z] ---> 6ac79cbe9cd1 [2021-01-20T09:49:51.949Z] Step 16/24 : RUN ${MAKE} [2021-01-20T09:49:51.949Z] ---> Running in aab383ada473 [2021-01-20T09:49:52.214Z] 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-20T09:50:00.525Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T09:50:02.613Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21575 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-20T09:50:02.666Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T09:50:03.100Z] Removing intermediate container aab383ada473 [2021-01-20T09:50:03.100Z] ---> a1a91ed8989f [2021-01-20T09:50:03.100Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T09:50:03.674Z] 3.12: Pulling from library/alpine [2021-01-20T09:50:03.938Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T09:50:03.938Z] 801bfaa63ef2: Download complete [2021-01-20T09:50:04.523Z] 801bfaa63ef2: Pull complete [2021-01-20T09:50:04.523Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T09:50:04.523Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T09:50:04.523Z] ---> 389fef711851 [2021-01-20T09:50:04.523Z] Step 18/24 : EXPOSE 4000 [2021-01-20T09:50:04.523Z] ---> Running in c091f178269f [2021-01-20T09:50:04.786Z] Removing intermediate container c091f178269f [2021-01-20T09:50:04.786Z] ---> 9422e2b92512 [2021-01-20T09:50:04.786Z] 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-20T09:50:05.746Z] ---> 3bc055c084be [2021-01-20T09:50:05.746Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:50:05.746Z] ---> Running in a74cf0728e04 [2021-01-20T09:50:06.010Z] Removing intermediate container a74cf0728e04 [2021-01-20T09:50:06.010Z] ---> b623445bfd38 [2021-01-20T09:50:06.010Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T09:50:06.010Z] ---> Running in ca7450a5902a [2021-01-20T09:50:06.273Z] Removing intermediate container ca7450a5902a [2021-01-20T09:50:06.273Z] ---> e5068c952358 [2021-01-20T09:50:06.273Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T09:50:06.273Z] ---> Running in 37675bc43742 [2021-01-20T09:50:06.538Z] Removing intermediate container 37675bc43742 [2021-01-20T09:50:06.538Z] ---> 4bf8e36ae391 [2021-01-20T09:50:06.538Z] Step 23/24 : LABEL git_sha=0b6447dd194a707b0d330730b331e47fa7f00ad3 [2021-01-20T09:50:06.538Z] ---> Running in 611e46ed4b83 [2021-01-20T09:50:06.538Z] Removing intermediate container 611e46ed4b83 [2021-01-20T09:50:06.538Z] ---> 80e5dadd8021 [2021-01-20T09:50:06.538Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T09:50:06.800Z] ---> Running in 65f71c19455f [2021-01-20T09:50:06.801Z] Removing intermediate container 65f71c19455f [2021-01-20T09:50:06.801Z] ---> 59af5ec01122 [2021-01-20T09:50:06.801Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T09:50:06.801Z] Successfully built 59af5ec01122 [2021-01-20T09:50:07.063Z] 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-20T09:50:08.218Z] using credential edgex-jenkins-ssh [2021-01-20T09:50:08.299Z] Cloning the remote Git repository [2021-01-20T09:50:08.456Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:50:08.570Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2021-01-20T09:50:08.662Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:50:08.663Z] > git --version # timeout=10 [2021-01-20T09:50:08.684Z] > git --version # 'git version 2.17.1' [2021-01-20T09:50:08.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:50:08.767Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:50:10.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:50:10.430Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:50:10.463Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:50:10.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:50:10.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:50:10.512Z] > 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-20T09:50:11.003Z] Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 0b6447dd194a707b0d330730b331e47fa7f00ad3 [2021-01-20T09:50:11.603Z] Merge succeeded, producing 0b6447dd194a707b0d330730b331e47fa7f00ad3 [2021-01-20T09:50:11.603Z] Checking out Revision 0b6447dd194a707b0d330730b331e47fa7f00ad3 (PR-291) [2021-01-20T09:50:11.025Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:50:11.058Z] > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 [2021-01-20T09:50:11.410Z] > git remote # timeout=10 [2021-01-20T09:50:11.438Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T09:50:11.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:50:11.483Z] > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:50:11.545Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T09:50:11.610Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:50:11.638Z] > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 [2021-01-20T09:50:16.415Z] 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-20T09:50:18.123Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:50:18.560Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:50:18.904Z] + sudo service docker restart+ [2021-01-20T09:50:18.904Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:50:21.612Z] provisioning config files... [2021-01-20T09:50:21.657Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config7564492123074493286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:50:22.069Z] ---> docker-login.sh [2021-01-20T09:50:22.069Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:50:23.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:23.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:23.337Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:23.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:23.337Z] [2021-01-20T09:50:23.337Z] Login Succeeded [2021-01-20T09:50:23.337Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:50:23.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:23.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:23.946Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:23.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:23.946Z] [2021-01-20T09:50:23.946Z] Login Succeeded [2021-01-20T09:50:23.946Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:50:24.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:24.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:24.516Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:24.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:24.516Z] [2021-01-20T09:50:24.516Z] Login Succeeded [2021-01-20T09:50:24.516Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:50:24.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:25.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:25.071Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:25.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:25.071Z] [2021-01-20T09:50:25.071Z] Login Succeeded [2021-01-20T09:50:25.071Z] docker.io [2021-01-20T09:50:25.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:25.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:25.964Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:25.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:25.964Z] [2021-01-20T09:50:25.964Z] Login Succeeded [2021-01-20T09:50:25.964Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:50:25.988Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:50:26.450Z] ========================================================= [2021-01-20T09:50:26.450Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T09:50:26.450Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:26.833Z] + 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-20T09:50:27.438Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:50:27.438Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:50:27.438Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:50:27.718Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T09:50:27.718Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T09:50:27.718Z] a4357932f1b6: Pulling fs layer [2021-01-20T09:50:27.718Z] 18c013af1878: Pulling fs layer [2021-01-20T09:50:27.718Z] 00ac8860ef70: Pulling fs layer [2021-01-20T09:50:27.718Z] 63d7cb157983: Pulling fs layer [2021-01-20T09:50:27.718Z] b116817d02f9: Pulling fs layer [2021-01-20T09:50:27.718Z] 745a02a5169b: Pulling fs layer [2021-01-20T09:50:27.718Z] 00ac8860ef70: Waiting [2021-01-20T09:50:27.718Z] 63d7cb157983: Waiting [2021-01-20T09:50:27.718Z] b116817d02f9: Waiting [2021-01-20T09:50:27.718Z] 745a02a5169b: Waiting [2021-01-20T09:50:27.718Z] 18c013af1878: Verifying Checksum [2021-01-20T09:50:27.718Z] 18c013af1878: Download complete [2021-01-20T09:50:27.718Z] a4357932f1b6: Verifying Checksum [2021-01-20T09:50:27.718Z] a4357932f1b6: Download complete [2021-01-20T09:50:27.718Z] 63d7cb157983: Download complete [2021-01-20T09:50:27.718Z] b116817d02f9: Download complete [2021-01-20T09:50:27.718Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T09:50:27.718Z] 5f621e34cdf4: Download complete [2021-01-20T09:50:28.344Z] 5f621e34cdf4: Pull complete [2021-01-20T09:50:28.960Z] a4357932f1b6: Pull complete [2021-01-20T09:50:29.573Z] 18c013af1878: Pull complete [2021-01-20T09:50:32.211Z] 745a02a5169b: Verifying Checksum [2021-01-20T09:50:32.211Z] 745a02a5169b: Download complete [2021-01-20T09:50:32.818Z] 00ac8860ef70: Verifying Checksum [2021-01-20T09:50:32.818Z] 00ac8860ef70: Download complete [2021-01-20T09:50:43.002Z] 00ac8860ef70: Pull complete [2021-01-20T09:50:43.002Z] 63d7cb157983: Pull complete [2021-01-20T09:50:43.277Z] b116817d02f9: Pull complete [2021-01-20T09:50:46.667Z] 745a02a5169b: Pull complete [2021-01-20T09:50:46.667Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T09:50:46.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T09:50:46.667Z] ---> b7e6874047d6 [2021-01-20T09:50:46.667Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:50:50.089Z] ---> Running in 849133a88584 [2021-01-20T09:50:50.692Z] Removing intermediate container 849133a88584 [2021-01-20T09:50:50.692Z] ---> 1bcce52ffcb8 [2021-01-20T09:50:50.692Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:50:50.692Z] ---> Running in 02fdc2644b76 [2021-01-20T09:50:53.339Z] Removing intermediate container 02fdc2644b76 [2021-01-20T09:50:53.339Z] ---> 699f49b35fc7 [2021-01-20T09:50:53.339Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:50:53.339Z] ---> Running in 18ddc67f4c69 [2021-01-20T09:50:54.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:50:55.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:50:55.911Z] OK: 142 MiB in 39 packages [2021-01-20T09:50:56.892Z] Removing intermediate container 18ddc67f4c69 [2021-01-20T09:50:56.892Z] ---> 9eed2c45627c [2021-01-20T09:50:56.892Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:50:56.892Z] ---> Running in 66359395d853 [2021-01-20T09:50:57.486Z] Removing intermediate container 66359395d853 [2021-01-20T09:50:57.486Z] ---> c63bc1ddf46d [2021-01-20T09:50:57.486Z] Step 7/8 : COPY . . [2021-01-20T09:50:59.449Z] ---> 7c5db849bf56 [2021-01-20T09:50:59.449Z] Step 8/8 : RUN go mod download [2021-01-20T09:50:59.733Z] ---> Running in 3b1bcaac4366 [2021-01-20T09:51:26.584Z] Removing intermediate container 3b1bcaac4366 [2021-01-20T09:51:26.584Z] ---> da4f01e68c9f [2021-01-20T09:51:26.584Z] Successfully built da4f01e68c9f [2021-01-20T09:51:26.584Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:26.936Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:51:26.936Z] . [Pipeline] withDockerContainer [2021-01-20T09:51:27.194Z] prd-ubuntu18.04-docker-arm64-4c-16g-21575 does not seem to be running inside a container [2021-01-20T09:51:27.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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-20T09:51:28.929Z] $ docker top dec8725920cd96c22c97ba8f3565447a7fca691e0ee26ba2a4208b0937f33852 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:51:29.939Z] + go version [2021-01-20T09:51:29.939Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T09:51:29.972Z] $ docker stop --time=1 dec8725920cd96c22c97ba8f3565447a7fca691e0ee26ba2a4208b0937f33852 [2021-01-20T09:51:31.962Z] $ docker rm -f dec8725920cd96c22c97ba8f3565447a7fca691e0ee26ba2a4208b0937f33852 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:32.984Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:51:32.984Z] . [Pipeline] withDockerContainer [2021-01-20T09:51:33.262Z] prd-ubuntu18.04-docker-arm64-4c-16g-21575 does not seem to be running inside a container [2021-01-20T09:51:33.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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-20T09:51:34.871Z] $ docker top 44401101e21435c8422933a46be22c40dc92bc24888330fe5eb024acfc5727cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:51:35.931Z] + make test [2021-01-20T09:51:35.931Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:51:36.921Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T09:52:03.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T09:52:03.793Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T09:52:06.476Z] $ docker stop --time=1 44401101e21435c8422933a46be22c40dc92bc24888330fe5eb024acfc5727cf [2021-01-20T09:52:08.662Z] $ docker rm -f 44401101e21435c8422933a46be22c40dc92bc24888330fe5eb024acfc5727cf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:52:09.454Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T09:52:09.519Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T09:52:10.398Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:52:11.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T09:52:11.510Z] + ls -al . [2021-01-20T09:52:11.510Z] total 124 [2021-01-20T09:52:11.510Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:51 . [2021-01-20T09:52:11.510Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:50 .. [2021-01-20T09:52:11.511Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 09:50 .git [2021-01-20T09:52:11.511Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:50 .github [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 09:50 .gitignore [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 09:50 CONTRIBUTING.md [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 09:50 Dockerfile [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 09:50 Dockerfile.build [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 09:50 Jenkinsfile [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 09:50 LICENSE [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 09:50 Makefile [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 09:50 README.md [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 09:46 VERSION [2021-01-20T09:52:11.511Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:50 assets [2021-01-20T09:52:11.511Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:50 bin [2021-01-20T09:52:11.511Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:50 cmd [2021-01-20T09:52:11.511Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 09:51 coverage.out [2021-01-20T09:52:11.511Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 09:50 docs [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 09:50 go.mod [2021-01-20T09:52:11.511Z] -rw-r--r-- 1 jenkins jenkins 20843 Jan 20 09:51 go.sum [2021-01-20T09:52:11.511Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:50 internal [2021-01-20T09:52:11.511Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 09:50 version.go [2021-01-20T09:52:11.511Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:50 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:52:11.909Z] + 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=0b6447dd194a707b0d330730b331e47fa7f00ad3 --label arch=arm64 --label version=0.0.0 . [2021-01-20T09:52:12.522Z] Sending build context to Docker daemon 16.61MB [2021-01-20T09:52:12.839Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:52:12.839Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T09:52:12.839Z] ---> da4f01e68c9f [2021-01-20T09:52:12.839Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T09:52:13.114Z] ---> Running in 42f1848b7125 [2021-01-20T09:52:13.387Z] Removing intermediate container 42f1848b7125 [2021-01-20T09:52:13.387Z] ---> 0c8808a06df9 [2021-01-20T09:52:13.387Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T09:52:13.670Z] ---> Running in d3e0fd5d0520 [2021-01-20T09:52:13.950Z] Removing intermediate container d3e0fd5d0520 [2021-01-20T09:52:13.950Z] ---> 6dc12d0d5b54 [2021-01-20T09:52:13.950Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T09:52:14.224Z] ---> Running in d7ee525a5448 [2021-01-20T09:52:14.511Z] Removing intermediate container d7ee525a5448 [2021-01-20T09:52:14.511Z] ---> 3db86ed74a5f [2021-01-20T09:52:14.511Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T09:52:14.788Z] ---> Running in f6c671f6cfe6 [2021-01-20T09:52:15.397Z] Removing intermediate container f6c671f6cfe6 [2021-01-20T09:52:15.397Z] ---> f25aedb5d72c [2021-01-20T09:52:15.397Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T09:52:15.397Z] ---> Running in fa756f44cd4d [2021-01-20T09:52:15.999Z] Removing intermediate container fa756f44cd4d [2021-01-20T09:52:15.999Z] ---> fbc130923595 [2021-01-20T09:52:15.999Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:52:15.999Z] ---> Running in 34f06b56121f [2021-01-20T09:52:18.002Z] Removing intermediate container 34f06b56121f [2021-01-20T09:52:18.002Z] ---> f6bcf0304b32 [2021-01-20T09:52:18.002Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T09:52:18.279Z] ---> Running in 7332182a710c [2021-01-20T09:52:19.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:52:20.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:52:20.841Z] OK: 142 MiB in 39 packages [2021-01-20T09:52:21.842Z] Removing intermediate container 7332182a710c [2021-01-20T09:52:21.842Z] ---> de25f7e90482 [2021-01-20T09:52:21.842Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T09:52:22.124Z] ---> Running in ac9af5f347db [2021-01-20T09:52:22.397Z] Removing intermediate container ac9af5f347db [2021-01-20T09:52:22.397Z] ---> 7e3d851486ed [2021-01-20T09:52:22.397Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T09:52:22.671Z] ---> Running in ed9704e06771 [2021-01-20T09:52:23.266Z] Removing intermediate container ed9704e06771 [2021-01-20T09:52:23.266Z] ---> c559fb974dbf [2021-01-20T09:52:23.266Z] Step 12/24 : COPY go.mod . [2021-01-20T09:52:23.861Z] ---> 0bb0d6e6306a [2021-01-20T09:52:23.861Z] Step 13/24 : COPY Makefile . [2021-01-20T09:52:24.457Z] ---> ac9fd592386e [2021-01-20T09:52:24.457Z] Step 14/24 : RUN make update [2021-01-20T09:52:24.736Z] ---> Running in 195b07b75e57 [2021-01-20T09:52:25.719Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T09:52:27.153Z] Removing intermediate container 195b07b75e57 [2021-01-20T09:52:27.153Z] ---> 147ebcb5d1bb [2021-01-20T09:52:27.153Z] Step 15/24 : COPY . . [2021-01-20T09:52:29.118Z] ---> dc83b06561f2 [2021-01-20T09:52:29.118Z] Step 16/24 : RUN ${MAKE} [2021-01-20T09:52:29.118Z] ---> Running in 73964f8ca5d7 [2021-01-20T09:52:30.096Z] 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-20T09:52:52.299Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T09:52:57.699Z] Removing intermediate container 73964f8ca5d7 [2021-01-20T09:52:57.699Z] ---> 26350abe6143 [2021-01-20T09:52:57.699Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T09:52:57.970Z] 3.12: Pulling from library/alpine [2021-01-20T09:52:58.240Z] 159e5727ea61: Pulling fs layer [2021-01-20T09:52:58.240Z] 159e5727ea61: Verifying Checksum [2021-01-20T09:52:58.837Z] 159e5727ea61: Pull complete [2021-01-20T09:52:58.837Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T09:52:58.837Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T09:52:58.837Z] ---> afeebe901d6b [2021-01-20T09:52:58.837Z] Step 18/24 : EXPOSE 4000 [2021-01-20T09:52:59.110Z] ---> Running in 9fadc028fc7f [2021-01-20T09:52:59.702Z] Removing intermediate container 9fadc028fc7f [2021-01-20T09:52:59.702Z] ---> ba2733c1a746 [2021-01-20T09:52:59.702Z] 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-20T09:53:01.127Z] ---> 597ef86b626c [2021-01-20T09:53:01.127Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:53:01.413Z] ---> Running in f5563494cac9 [2021-01-20T09:53:01.685Z] Removing intermediate container f5563494cac9 [2021-01-20T09:53:01.685Z] ---> 5cf82d07d24a [2021-01-20T09:53:01.685Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T09:53:01.957Z] ---> Running in 5365346fac88 [2021-01-20T09:53:02.228Z] Removing intermediate container 5365346fac88 [2021-01-20T09:53:02.228Z] ---> 0b213584900f [2021-01-20T09:53:02.228Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T09:53:02.501Z] ---> Running in e8b52701fc37 [2021-01-20T09:53:03.095Z] Removing intermediate container e8b52701fc37 [2021-01-20T09:53:03.095Z] ---> b8b0345658df [2021-01-20T09:53:03.095Z] Step 23/24 : LABEL git_sha=0b6447dd194a707b0d330730b331e47fa7f00ad3 [2021-01-20T09:53:03.095Z] ---> Running in 64aa5ffdd0ef [2021-01-20T09:53:03.690Z] Removing intermediate container 64aa5ffdd0ef [2021-01-20T09:53:03.690Z] ---> b40a957211dd [2021-01-20T09:53:03.690Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T09:53:03.690Z] ---> Running in f90b94eaaf31 [2021-01-20T09:53:03.970Z] Removing intermediate container f90b94eaaf31 [2021-01-20T09:53:03.970Z] ---> 2dc504382764 [2021-01-20T09:53:03.970Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T09:53:04.243Z] Successfully built 2dc504382764 [2021-01-20T09:53:04.243Z] 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-20T09:53:05.600Z] provisioning config files... [2021-01-20T09:53:05.610Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config6195940500671540370tmp [Pipeline] { [Pipeline] sh [2021-01-20T09:53:05.987Z] + set +x [2021-01-20T09:53:05.987Z] + curl -s https://codecov.io/bash [2021-01-20T09:53:05.987Z] + bash -s -- [2021-01-20T09:53:05.987Z] [2021-01-20T09:53:05.987Z] _____ _ [2021-01-20T09:53:05.987Z] / ____| | | [2021-01-20T09:53:05.987Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T09:53:05.987Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T09:53:05.987Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T09:53:05.987Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T09:53:05.987Z] Bash-20210115-cec3c92 [2021-01-20T09:53:05.987Z] [2021-01-20T09:53:05.987Z] [2021-01-20T09:53:05.987Z] ==> git version 2.24.3 found [2021-01-20T09:53:05.987Z] ==> 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-20T09:53:05.987Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T09:53:05.987Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T09:53:06.250Z] ==> Jenkins CI detected. [2021-01-20T09:53:06.250Z] project root: . [2021-01-20T09:53:06.250Z] --> token set from env [2021-01-20T09:53:06.250Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T09:53:06.250Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T09:53:06.250Z] ==> Python coveragepy not found [2021-01-20T09:53:06.250Z] ==> Searching for coverage reports in: [2021-01-20T09:53:06.250Z] + . [2021-01-20T09:53:06.250Z] -> Found 1 reports [2021-01-20T09:53:06.250Z] ==> Detecting git/mercurial file structure [2021-01-20T09:53:06.250Z] ==> Reading reports [2021-01-20T09:53:06.250Z] + ./coverage.out bytes=10 [2021-01-20T09:53:06.250Z] ==> Appending adjustments [2021-01-20T09:53:06.250Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T09:53:06.250Z] + Found adjustments [2021-01-20T09:53:06.250Z] ==> Gzipping contents [2021-01-20T09:53:06.250Z] 4.0K /tmp/codecov.QANb0o.gz [2021-01-20T09:53:06.250Z] ==> Uploading reports [2021-01-20T09:53:06.250Z] url: https://codecov.io [2021-01-20T09:53:06.250Z] query: branch=PR-291&commit=0b6447dd194a707b0d330730b331e47fa7f00ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-20T09:53:06.250Z] -> Pinging Codecov [2021-01-20T09:53:06.250Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=0b6447dd194a707b0d330730b331e47fa7f00ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-20T09:53:06.824Z] -> Uploading to [2021-01-20T09:53:06.824Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/0b6447dd194a707b0d330730b331e47fa7f00ad3/543819ae-fb25-4352-9123-caf561cd5535.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T095306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0dc7bfa7ef003f00dd1e9b29452ac8fefde39fec697bd03a7fcdee11d8a6ca9 [2021-01-20T09:53:06.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T09:53:06.824Z] Dload Upload Total Spent Left Speed [2021-01-20T09:53:07.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 6322 --:--:-- --:--:-- --:--:-- 6324 100 2378 0 0 100 2378 0 6319 --:--:-- --:--:-- --:--:-- 6307 [2021-01-20T09:53:07.086Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0b6447dd194a707b0d330730b331e47fa7f00ad3 [Pipeline] } [2021-01-20T09:53:07.096Z] 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-20T09:53:09.330Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:53:09.642Z] ---> package-listing.sh [2021-01-20T09:53:09.642Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T09:53:09.642Z] ++ facter osfamily [2021-01-20T09:53:09.642Z] + OS_FAMILY=redhat [2021-01-20T09:53:09.642Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-20T09:53:09.642Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T09:53:09.642Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T09:53:09.642Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T09:53:09.642Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T09:53:09.642Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-20T09:53:09.642Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T09:53:09.642Z] + case "${OS_FAMILY}" in [2021-01-20T09:53:09.642Z] + rpm -qa [2021-01-20T09:53:09.642Z] + sort [2021-01-20T09:53:14.953Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T09:53:14.953Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T09:53:14.953Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T09:53:14.953Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-20T09:53:14.953Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [2021-01-20T09:53:14.953Z] + 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-20T09:53:14.968Z] 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-20T09:53:15.256Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:53:15.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:53:15.557Z] [2021-01-20T09:53:15.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:53:15.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:53:15.900Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T09:53:15.900Z] df20fa9351a1: Pulling fs layer [2021-01-20T09:53:15.900Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T09:53:15.900Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T09:53:15.900Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T09:53:15.900Z] 93b61091891f: Pulling fs layer [2021-01-20T09:53:15.900Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T09:53:15.900Z] 5e14af77c1be: Pulling fs layer [2021-01-20T09:53:15.900Z] 01666e4c0597: Pulling fs layer [2021-01-20T09:53:15.900Z] aa168da1d23b: Pulling fs layer [2021-01-20T09:53:15.900Z] 93b9cdb0e59b: Waiting [2021-01-20T09:53:15.900Z] 5e14af77c1be: Waiting [2021-01-20T09:53:15.900Z] aa168da1d23b: Waiting [2021-01-20T09:53:15.900Z] 01666e4c0597: Waiting [2021-01-20T09:53:15.900Z] 46f8f816bc3b: Waiting [2021-01-20T09:53:15.900Z] 93b61091891f: Waiting [2021-01-20T09:53:15.900Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T09:53:15.900Z] 36b3adc4ff6f: Download complete [2021-01-20T09:53:15.900Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T09:53:15.900Z] 46f8f816bc3b: Download complete [2021-01-20T09:53:15.900Z] df20fa9351a1: Download complete [2021-01-20T09:53:15.900Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T09:53:15.900Z] 93b9cdb0e59b: Download complete [2021-01-20T09:53:16.164Z] 93b61091891f: Verifying Checksum [2021-01-20T09:53:16.164Z] 93b61091891f: Download complete [2021-01-20T09:53:16.164Z] 5e14af77c1be: Verifying Checksum [2021-01-20T09:53:16.164Z] 5e14af77c1be: Download complete [2021-01-20T09:53:16.164Z] 01666e4c0597: Verifying Checksum [2021-01-20T09:53:16.164Z] 01666e4c0597: Download complete [2021-01-20T09:53:16.164Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T09:53:16.164Z] 8ad3a11d3b57: Download complete [2021-01-20T09:53:16.164Z] df20fa9351a1: Pull complete [2021-01-20T09:53:16.430Z] 36b3adc4ff6f: Pull complete [2021-01-20T09:53:17.393Z] 8ad3a11d3b57: Pull complete [2021-01-20T09:53:17.393Z] 46f8f816bc3b: Pull complete [2021-01-20T09:53:17.657Z] 93b61091891f: Pull complete [2021-01-20T09:53:17.919Z] aa168da1d23b: Verifying Checksum [2021-01-20T09:53:17.919Z] aa168da1d23b: Download complete [2021-01-20T09:53:17.919Z] 93b9cdb0e59b: Pull complete [2021-01-20T09:53:18.182Z] 5e14af77c1be: Pull complete [2021-01-20T09:53:18.182Z] 01666e4c0597: Pull complete [2021-01-20T09:53:24.806Z] aa168da1d23b: Pull complete [2021-01-20T09:53:24.806Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T09:53:24.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:53:24.806Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T09:53:24.938Z] prd-centos7-docker-4c-2g-21566 does not seem to be running inside a container [2021-01-20T09:53:24.983Z] $ 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-20T09:53:28.737Z] $ docker top 3165ce3e24f1eb290fccc4425086e23f4eb69225560ea9655f4479dc560c8e5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:53:29.208Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T09:53:29.505Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T09:53:29.802Z] + ls /var/log/sa-host [2021-01-20T09:53:29.802Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T09:53:29.802Z] file_magic: OK [2021-01-20T09:53:29.802Z] HZ: Using current value: 100 [2021-01-20T09:53:29.802Z] file_header: OK [2021-01-20T09:53:29.802Z] 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-20T09:53:29.802Z] Statistics: [2021-01-20T09:53:29.802Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T09:53:29.802Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T09:53:29.802Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T09:53:29.802Z] file_magic: OK [2021-01-20T09:53:29.802Z] HZ: Using current value: 100 [2021-01-20T09:53:29.802Z] file_header: OK [2021-01-20T09:53:29.802Z] 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-20T09:53:29.802Z] Statistics: [2021-01-20T09:53:29.802Z] Hnuu...uuuununununu... [2021-01-20T09:53:29.802Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T09:53:30.001Z] provisioning config files... [2021-01-20T09:53:30.017Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config3911899995666203340tmp [Pipeline] { [Pipeline] echo [2021-01-20T09:53:30.116Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:53:30.418Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T09:53:30.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T09:53:30.534Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:53:30.838Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T09:53:30.849Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:53:31.145Z] ---> sudo-logs.sh [2021-01-20T09:53:31.145Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T09:53:31.156Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:53:31.451Z] ---> job-cost.sh [2021-01-20T09:53:31.451Z] lf-activate-venv: SKIPPING [2021-01-20T09:53:31.451Z] INFO: No Stack... [2021-01-20T09:53:32.843Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T09:53:33.113Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T09:53:33.142Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:53:33.445Z] ---> logs-deploy.sh [2021-01-20T09:53:33.445Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/3 [2021-01-20T09:53:33.445Z] INFO: archiving workspace using pattern(s): [2021-01-20T09:53:34.831Z] Archives upload complete. [2021-01-20T09:53:35.093Z] INFO: archiving logs to Nexus [2021-01-20T09:53:36.036Z] ---> uname -a: [2021-01-20T09:53:36.036Z] Linux prd-centos7-docker-4c-2g-21566.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> lscpu: [2021-01-20T09:53:36.036Z] Architecture: x86_64 [2021-01-20T09:53:36.036Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-20T09:53:36.036Z] Byte Order: Little Endian [2021-01-20T09:53:36.036Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-20T09:53:36.036Z] CPU(s): 4 [2021-01-20T09:53:36.036Z] On-line CPU(s) list: 0-3 [2021-01-20T09:53:36.036Z] Thread(s) per core: 1 [2021-01-20T09:53:36.036Z] Core(s) per socket: 1 [2021-01-20T09:53:36.036Z] Socket(s): 4 [2021-01-20T09:53:36.036Z] NUMA node(s): 1 [2021-01-20T09:53:36.036Z] Vendor ID: GenuineIntel [2021-01-20T09:53:36.036Z] CPU family: 6 [2021-01-20T09:53:36.036Z] Model: 44 [2021-01-20T09:53:36.036Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-20T09:53:36.036Z] Stepping: 1 [2021-01-20T09:53:36.036Z] CPU MHz: 2933.442 [2021-01-20T09:53:36.036Z] BogoMIPS: 5866.88 [2021-01-20T09:53:36.036Z] Virtualization: VT-x [2021-01-20T09:53:36.036Z] Hypervisor vendor: KVM [2021-01-20T09:53:36.036Z] Virtualization type: full [2021-01-20T09:53:36.036Z] L1d cache: 128 KiB [2021-01-20T09:53:36.036Z] L1i cache: 128 KiB [2021-01-20T09:53:36.036Z] L2 cache: 16 MiB [2021-01-20T09:53:36.036Z] L3 cache: 64 MiB [2021-01-20T09:53:36.036Z] NUMA node0 CPU(s): 0-3 [2021-01-20T09:53:36.036Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-20T09:53:36.036Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-20T09:53:36.036Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-20T09:53:36.036Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-20T09:53:36.036Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-20T09:53:36.036Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-20T09:53:36.036Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-20T09:53:36.036Z] Vulnerability Srbds: Not affected [2021-01-20T09:53:36.036Z] Vulnerability Tsx async abort: Not affected [2021-01-20T09:53:36.036Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> nproc: [2021-01-20T09:53:36.036Z] 4 [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> df -h: [2021-01-20T09:53:36.036Z] Filesystem Size Used Available Use% Mounted on [2021-01-20T09:53:36.036Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-20T09:53:36.036Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-20T09:53:36.036Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-20T09:53:36.036Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-20T09:53:36.036Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> free -m: [2021-01-20T09:53:36.036Z] total used free shared buff/cache available [2021-01-20T09:53:36.036Z] Mem: 1837 696 106 0 1034 1036 [2021-01-20T09:53:36.036Z] Swap: 1023 0 1023 [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> ip addr: [2021-01-20T09:53:36.036Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-20T09:53:36.036Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-20T09:53:36.036Z] inet 127.0.0.1/8 scope host lo [2021-01-20T09:53:36.036Z] valid_lft forever preferred_lft forever [2021-01-20T09:53:36.036Z] inet6 ::1/128 scope host [2021-01-20T09:53:36.036Z] valid_lft forever preferred_lft forever [2021-01-20T09:53:36.036Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-20T09:53:36.036Z] link/ether fa:16:3e:48:77:84 brd ff:ff:ff:ff:ff:ff [2021-01-20T09:53:36.036Z] inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-20T09:53:36.036Z] valid_lft 85942sec preferred_lft 85942sec [2021-01-20T09:53:36.036Z] inet6 fe80::f816:3eff:fe48:7784/64 scope link [2021-01-20T09:53:36.036Z] valid_lft forever preferred_lft forever [2021-01-20T09:53:36.036Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-20T09:53:36.036Z] link/ether 02:42:07:ae:fc:7a brd ff:ff:ff:ff:ff:ff [2021-01-20T09:53:36.036Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-20T09:53:36.036Z] valid_lft forever preferred_lft forever [2021-01-20T09:53:36.036Z] inet6 fe80::42:7ff:feae:fc7a/64 scope link [2021-01-20T09:53:36.036Z] valid_lft forever preferred_lft forever [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> sar -b -r -n DEV: [2021-01-20T09:53:36.036Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] 09:45:45 LINUX RESTART (4 CPU) [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] 09:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-20T09:53:36.036Z] 09:48:01 2.55 0.00 2.55 0.00 0.00 59.45 0.00 [2021-01-20T09:53:36.036Z] 09:49:01 0.47 0.00 0.47 0.00 0.00 6.78 0.00 [2021-01-20T09:53:36.036Z] 09:50:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-01-20T09:53:36.036Z] 09:51:01 0.17 0.00 0.17 0.00 0.00 2.15 0.00 [2021-01-20T09:53:36.036Z] 09:52:01 0.28 0.00 0.28 0.00 0.00 4.36 0.00 [2021-01-20T09:53:36.036Z] 09:53:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 [2021-01-20T09:53:36.036Z] Average: 0.67 0.00 0.67 0.00 0.00 13.19 0.00 [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] 09:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-20T09:53:36.036Z] 09:48:01 131600 0 593976 31.57 2620 1153348 1106284 37.76 411204 1138276 16 [2021-01-20T09:53:36.036Z] 09:49:01 133928 0 591644 31.44 2620 1153352 1094436 37.35 408912 1138760 8 [2021-01-20T09:53:36.036Z] 09:50:01 132372 0 593192 31.53 2620 1153360 1094424 37.35 412864 1136396 8 [2021-01-20T09:53:36.036Z] 09:51:01 132492 0 593072 31.52 2620 1153360 1094448 37.35 409132 1140416 8 [2021-01-20T09:53:36.036Z] 09:52:01 133460 0 592096 31.47 2620 1153368 1091328 37.25 408584 1140164 8 [2021-01-20T09:53:36.036Z] 09:53:01 134084 0 591468 31.44 2620 1153372 1085156 37.03 408636 1139764 8 [2021-01-20T09:53:36.036Z] Average: 132989 0 592575 31.49 2620 1153360 1094346 37.35 409889 1138963 9 [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] 09:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-20T09:53:36.036Z] 09:48:01 eth0 4.11 1.28 2.37 0.45 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:49:01 eth0 2.48 0.55 0.64 0.36 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:50:01 eth0 1.87 0.30 0.40 0.23 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:51:01 eth0 1.45 0.90 0.83 0.60 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:52:01 eth0 0.38 0.23 0.15 0.07 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:53:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] Average: eth0 1.74 0.56 0.73 0.29 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] ---> sar -P ALL: [2021-01-20T09:53:36.036Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] 09:45:45 LINUX RESTART (4 CPU) [2021-01-20T09:53:36.036Z] [2021-01-20T09:53:36.036Z] 09:47:01 CPU %user %nice %system %iowait %steal %idle [2021-01-20T09:53:36.036Z] 09:48:01 all 0.19 0.00 0.05 0.00 0.00 99.75 [2021-01-20T09:53:36.036Z] 09:48:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T09:53:36.036Z] 09:48:01 1 0.53 0.00 0.05 0.00 0.02 99.40 [2021-01-20T09:53:36.036Z] 09:48:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-20T09:53:36.036Z] 09:48:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-20T09:53:36.036Z] 09:49:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-01-20T09:53:36.036Z] 09:49:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-20T09:53:36.036Z] 09:49:01 1 0.48 0.00 0.02 0.00 0.00 99.50 [2021-01-20T09:53:36.036Z] 09:49:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2021-01-20T09:53:36.036Z] 09:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-20T09:53:36.036Z] 09:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-20T09:53:36.036Z] 09:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-20T09:53:36.036Z] 09:50:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-20T09:53:36.037Z] 09:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-20T09:53:36.037Z] 09:50:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2021-01-20T09:53:36.037Z] 09:51:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-20T09:53:36.037Z] 09:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-20T09:53:36.037Z] 09:51:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-20T09:53:36.037Z] 09:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T09:53:36.037Z] 09:51:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-20T09:53:36.037Z] 09:52:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-01-20T09:53:36.037Z] 09:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-01-20T09:53:36.037Z] 09:52:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-20T09:53:36.037Z] 09:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T09:53:36.037Z] 09:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T09:53:36.037Z] 09:53:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2021-01-20T09:53:36.037Z] 09:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T09:53:36.037Z] 09:53:01 1 0.50 0.00 0.00 0.00 0.00 99.50 [2021-01-20T09:53:36.037Z] 09:53:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-20T09:53:36.037Z] 09:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-01-20T09:53:36.037Z] Average: all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-20T09:53:36.037Z] Average: 0 0.05 0.00 0.04 0.00 0.00 99.91 [2021-01-20T09:53:36.037Z] Average: 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-20T09:53:36.037Z] Average: 2 0.06 0.00 0.04 0.00 0.00 99.91 [2021-01-20T09:53:36.037Z] Average: 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-20T09:53:36.037Z] [2021-01-20T09:53:36.037Z] [2021-01-20T09:53:36.037Z]