Pull request #370 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d44152d4f46daa59e870ef5ef00cb8d0b139b389+2b2b445aae4e80239e684dcececaac268628f05f (b0376e6a6716ac98033fc3e7e88db329fed95315) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2696606005780651411.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4203100430008432013.key > 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 c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2154523002212030311.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd # timeout=10 Commit message: "Merge pull request #338 from ernestojeda/add-latest-tag" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3977728035954645518.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-370/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8814882844290067523.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-837 in /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-370 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/jenkins-gitclient-ssh5449766944042152439.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2b2b445aae4e80239e684dcececaac268628f05f into PR head commit d44152d4f46daa59e870ef5ef00cb8d0b139b389 Merge succeeded, producing d44152d4f46daa59e870ef5ef00cb8d0b139b389 Checking out Revision d44152d4f46daa59e870ef5ef00cb8d0b139b389 (PR-370) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/jenkins-gitclient-ssh7893136491436198493.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/jenkins-gitclient-ssh2250638721346534982.key > git merge 2b2b445aae4e80239e684dcececaac268628f05f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98" > git rev-list --no-walk 7e5859e48d1de0a2bb5cc93ad10442a3a4b038a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-08T05:22:32.259Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-08T05:22:32.355Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-08T05:22:32.424Z] ========================================================= [2021-06-08T05:22:32.424Z] EdgeX Global Pipelines Version Info [2021-06-08T05:22:32.424Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:22:33.947Z] ------------------- [2021-06-08T05:22:33.947Z] stable info: [2021-06-08T05:22:33.947Z] ------------------- [2021-06-08T05:22:33.947Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-08T05:22:33.947Z] Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd [2021-06-08T05:22:33.947Z] Message: update stable to v1.0.193 [2021-06-08T05:22:34.525Z] ------------------- [2021-06-08T05:22:34.525Z] experimental info: [2021-06-08T05:22:34.525Z] ------------------- [2021-06-08T05:22:34.525Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-08T05:22:34.525Z] Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd [2021-06-08T05:22:34.525Z] Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-08T05:22:34.663Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-06-08T05:22:34.690Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-06-08T05:22:34.719Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-08T05:22:34.747Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-08T05:22:34.773Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-08T05:22:34.800Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-08T05:22:34.828Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-08T05:22:34.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-08T05:22:34.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-08T05:22:34.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-08T05:22:34.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-08T05:22:34.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-06-08T05:22:34.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-08T05:22:35.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-08T05:22:35.031Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-08T05:22:35.055Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-08T05:22:35.078Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T05:22:35.100Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T05:22:35.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-08T05:22:35.146Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-08T05:22:35.169Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-08T05:22:35.191Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-08T05:22:35.215Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-08T05:22:35.239Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-08T05:22:35.262Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-08T05:22:35.285Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-08T05:22:35.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-370 [Pipeline] echo [2021-06-08T05:22:35.332Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-370 [Pipeline] echo [2021-06-08T05:22:35.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-370 [Pipeline] echo [2021-06-08T05:22:35.377Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d44152d4f46daa59e870ef5ef00cb8d0b139b389 [Pipeline] echo [2021-06-08T05:22:35.400Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d44152d [Pipeline] echo [2021-06-08T05:22:35.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:22:35.496Z] provisioning config files... [2021-06-08T05:22:35.512Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/config5069973301246686213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:22:35.848Z] ---> docker-login.sh [2021-06-08T05:22:35.849Z] nexus3.edgexfoundry.org:10001 [2021-06-08T05:22:36.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:22:36.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:22:36.114Z] Configure a credential helper to remove this warning. See [2021-06-08T05:22:36.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:22:36.114Z] [2021-06-08T05:22:36.114Z] Login Succeeded [2021-06-08T05:22:36.114Z] nexus3.edgexfoundry.org:10002 [2021-06-08T05:22:36.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:22:36.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:22:36.379Z] Configure a credential helper to remove this warning. See [2021-06-08T05:22:36.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:22:36.379Z] [2021-06-08T05:22:36.379Z] Login Succeeded [2021-06-08T05:22:36.379Z] nexus3.edgexfoundry.org:10003 [2021-06-08T05:22:36.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:22:36.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:22:36.379Z] Configure a credential helper to remove this warning. See [2021-06-08T05:22:36.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:22:36.379Z] [2021-06-08T05:22:36.379Z] Login Succeeded [2021-06-08T05:22:36.379Z] nexus3.edgexfoundry.org:10004 [2021-06-08T05:22:36.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:22:36.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:22:36.644Z] Configure a credential helper to remove this warning. See [2021-06-08T05:22:36.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:22:36.644Z] [2021-06-08T05:22:36.644Z] Login Succeeded [2021-06-08T05:22:36.644Z] docker.io [2021-06-08T05:22:36.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:22:36.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:22:36.914Z] Configure a credential helper to remove this warning. See [2021-06-08T05:22:36.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:22:36.914Z] [2021-06-08T05:22:36.914Z] Login Succeeded [2021-06-08T05:22:36.914Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T05:22:36.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:22:37.456Z] + git log --format=format:%s -1 d44152d4f46daa59e870ef5ef00cb8d0b139b389 [Pipeline] echo [2021-06-08T05:22:37.502Z] GIT_COMMIT: d44152d4f46daa59e870ef5ef00cb8d0b139b389, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98 [Pipeline] echo [2021-06-08T05:22:37.516Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:22:38.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T05:22:38.128Z] [2021-06-08T05:22:38.128Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:22:38.446Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T05:22:38.446Z] latest: Pulling from edgex-devops/git-semver [2021-06-08T05:22:38.446Z] 31603596830f: Pulling fs layer [2021-06-08T05:22:38.446Z] 54011a49482f: Pulling fs layer [2021-06-08T05:22:38.446Z] a6820b24f6d8: Pulling fs layer [2021-06-08T05:22:38.446Z] f581987b2513: Pulling fs layer [2021-06-08T05:22:38.446Z] f581987b2513: Waiting [2021-06-08T05:22:38.446Z] 54011a49482f: Verifying Checksum [2021-06-08T05:22:38.446Z] 54011a49482f: Download complete [2021-06-08T05:22:38.446Z] 31603596830f: Verifying Checksum [2021-06-08T05:22:38.446Z] 31603596830f: Download complete [2021-06-08T05:22:38.707Z] a6820b24f6d8: Verifying Checksum [2021-06-08T05:22:38.707Z] a6820b24f6d8: Download complete [2021-06-08T05:22:38.707Z] f581987b2513: Verifying Checksum [2021-06-08T05:22:38.707Z] f581987b2513: Download complete [2021-06-08T05:22:38.707Z] 31603596830f: Pull complete [2021-06-08T05:22:38.975Z] 54011a49482f: Pull complete [2021-06-08T05:22:39.550Z] a6820b24f6d8: Pull complete [2021-06-08T05:22:39.550Z] f581987b2513: Pull complete [2021-06-08T05:22:39.550Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-08T05:22:39.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T05:22:39.815Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-08T05:22:39.885Z] prd-centos7-docker-4c-2g-837 does not seem to be running inside a container [2021-06-08T05:22:39.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-370 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370:/w/workspace/edgexfoundry_edgex-ui-go_PR-370:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-08T05:22:41.330Z] $ docker top 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-08T05:22:41.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T05:22:41.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T05:22:41.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T05:22:41.566Z] $ docker exec 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent [2021-06-08T05:22:41.671Z] SSH_AUTH_SOCK=/tmp/ssh-gNMxKsh9rxxK/agent.15 [2021-06-08T05:22:41.671Z] SSH_AGENT_PID=22 [2021-06-08T05:22:41.679Z] Running ssh-add (command line suppressed) [2021-06-08T05:22:41.770Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_1774468084485738849.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_1774468084485738849.key) [2021-06-08T05:22:41.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T05:22:42.099Z] + git tag --points-at HEAD [Pipeline] } [2021-06-08T05:22:42.110Z] $ docker exec --env ******** --env ******** 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent -k [2021-06-08T05:22:42.201Z] unset SSH_AUTH_SOCK; [2021-06-08T05:22:42.201Z] unset SSH_AGENT_PID; [2021-06-08T05:22:42.202Z] echo Agent pid 22 killed; [2021-06-08T05:22:42.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-08T05:22:42.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T05:22:42.259Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T05:22:42.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T05:22:42.373Z] $ docker exec 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent [2021-06-08T05:22:42.476Z] SSH_AUTH_SOCK=/tmp/ssh-OBzYlCjeUZmh/agent.55 [2021-06-08T05:22:42.476Z] SSH_AGENT_PID=61 [2021-06-08T05:22:42.482Z] Running ssh-add (command line suppressed) [2021-06-08T05:22:42.578Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_8194156238408129207.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/private_key_8194156238408129207.key) [2021-06-08T05:22:42.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T05:22:42.896Z] + git semver init [2021-06-08T05:22:42.896Z] # -> Open(): unable to determine branch for HEAD [2021-06-08T05:22:42.896Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-370/.git [2021-06-08T05:22:42.896Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [2021-06-08T05:22:42.896Z] # $SEMVER_REMOTE_NAME = origin [2021-06-08T05:22:42.896Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-08T05:22:42.896Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-08T05:22:42.896Z] # $SEMVER_BRANCH = PR-370 [2021-06-08T05:22:42.896Z] # $SEMVER_TEMP = /tmp/semver-090552669 [2021-06-08T05:22:42.896Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-06-08T05:22:44.290Z] # '/tmp/semver-090552669' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-370/.semver' [2021-06-08T05:22:44.290Z] # -> Force: false [2021-06-08T05:22:44.290Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-370/.semver [Pipeline] } [2021-06-08T05:22:44.298Z] $ docker exec --env ******** --env ******** 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c ssh-agent -k [2021-06-08T05:22:44.390Z] unset SSH_AUTH_SOCK; [2021-06-08T05:22:44.391Z] unset SSH_AGENT_PID; [2021-06-08T05:22:44.391Z] echo Agent pid 61 killed; [2021-06-08T05:22:44.406Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-08T05:22:44.738Z] + git semver [Pipeline] } [2021-06-08T05:22:44.749Z] $ docker stop --time=1 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c [2021-06-08T05:22:46.127Z] $ docker rm -f 76ce67c34590d94a03afe1857a4f41053f1c7b3bca3a6fde86dbb1ae13d8cf4c [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T05:22:46.502Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-08T05:22:46.750Z] Stashed 1 file(s) [Pipeline] echo [2021-06-08T05:22:46.753Z] [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-06-08T05:23:02.025Z] Still waiting to schedule task [2021-06-08T05:23:02.025Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-08T05:23:02.028Z] Still waiting to schedule task [2021-06-08T05:23:02.028Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-834’ is offline [2021-06-08T05:24:49.236Z] Running on prd-centos7-docker-4c-2g-840 in /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [Pipeline] { [Pipeline] ws [2021-06-08T05:24:49.254Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-06-08T05:24:49.359Z] The recommended git tool is: git [2021-06-08T05:24:51.615Z] using credential edgex-jenkins-ssh [2021-06-08T05:24:51.637Z] Cloning the remote Git repository [2021-06-08T05:24:51.330Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:24:51.404Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-06-08T05:24:51.444Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:24:51.445Z] > git --version # timeout=10 [2021-06-08T05:24:51.453Z] > git --version # 'git version 2.24.4' [2021-06-08T05:24:51.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:24:51.495Z] [INFO] Currently running in a labeled security context [2021-06-08T05:24:51.495Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T05:24:51.495Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh426397800951914507.key [2021-06-08T05:24:51.510Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:24:53.225Z] Merging remotes/origin/master commit 2b2b445aae4e80239e684dcececaac268628f05f into PR head commit d44152d4f46daa59e870ef5ef00cb8d0b139b389 [2021-06-08T05:24:53.457Z] Merge succeeded, producing d44152d4f46daa59e870ef5ef00cb8d0b139b389 [2021-06-08T05:24:53.458Z] Checking out Revision d44152d4f46daa59e870ef5ef00cb8d0b139b389 (PR-370) [2021-06-08T05:24:52.523Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:24:52.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:24:52.550Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:24:52.569Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:24:52.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:24:52.570Z] [INFO] Currently running in a labeled security context [2021-06-08T05:24:52.572Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T05:24:52.572Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh8697182753998268507.key [2021-06-08T05:24:52.581Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-08T05:24:53.038Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:24:53.047Z] > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 [2021-06-08T05:24:53.215Z] > git remote # timeout=10 [2021-06-08T05:24:53.221Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T05:24:53.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:24:53.239Z] [INFO] Currently running in a labeled security context [2021-06-08T05:24:53.240Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T05:24:53.240Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh2964384017383810901.key [2021-06-08T05:24:53.258Z] > git merge 2b2b445aae4e80239e684dcececaac268628f05f # timeout=10 [2021-06-08T05:24:53.269Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T05:24:53.282Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:24:53.287Z] > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 [2021-06-08T05:24:57.067Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:24:58.194Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:24:58.516Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:24:58.820Z] + sudo service docker restart [2021-06-08T05:24:58.820Z] + true [2021-06-08T05:24:58.820Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:25:16.997Z] provisioning config files... [2021-06-08T05:25:17.021Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8475861874919129433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:25:17.367Z] ---> docker-login.sh [2021-06-08T05:25:17.367Z] nexus3.edgexfoundry.org:10001 [2021-06-08T05:25:17.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:25:17.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:25:17.635Z] Configure a credential helper to remove this warning. See [2021-06-08T05:25:17.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:25:17.635Z] [2021-06-08T05:25:17.635Z] Login Succeeded [2021-06-08T05:25:17.635Z] nexus3.edgexfoundry.org:10002 [2021-06-08T05:25:17.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:25:17.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:25:17.897Z] Configure a credential helper to remove this warning. See [2021-06-08T05:25:17.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:25:17.897Z] [2021-06-08T05:25:17.897Z] Login Succeeded [2021-06-08T05:25:17.897Z] nexus3.edgexfoundry.org:10003 [2021-06-08T05:25:17.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:25:17.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:25:17.897Z] Configure a credential helper to remove this warning. See [2021-06-08T05:25:17.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:25:17.897Z] [2021-06-08T05:25:17.897Z] Login Succeeded [2021-06-08T05:25:17.897Z] nexus3.edgexfoundry.org:10004 [2021-06-08T05:25:17.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:25:18.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:25:18.161Z] Configure a credential helper to remove this warning. See [2021-06-08T05:25:18.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:25:18.161Z] [2021-06-08T05:25:18.161Z] Login Succeeded [2021-06-08T05:25:18.161Z] docker.io [2021-06-08T05:25:18.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:25:18.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:25:18.422Z] Configure a credential helper to remove this warning. See [2021-06-08T05:25:18.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:25:18.422Z] [2021-06-08T05:25:18.422Z] Login Succeeded [2021-06-08T05:25:18.422Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T05:25:18.431Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-08T05:25:18.610Z] ========================================================= [2021-06-08T05:25:18.610Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-08T05:25:18.610Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:25:18.948Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-08T05:25:19.212Z] Sending build context to Docker daemon 35.74MB [2021-06-08T05:25:19.213Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:25:19.213Z] Step 2/8 : FROM ${BASE} [2021-06-08T05:25:19.213Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-08T05:25:19.213Z] 540db60ca938: Pulling fs layer [2021-06-08T05:25:19.213Z] adcc1eea9eea: Pulling fs layer [2021-06-08T05:25:19.213Z] 4c4ab2625f07: Pulling fs layer [2021-06-08T05:25:19.213Z] 0510c868ecb4: Pulling fs layer [2021-06-08T05:25:19.213Z] afea3b2eda06: Pulling fs layer [2021-06-08T05:25:19.213Z] 7809a108b3ef: Pulling fs layer [2021-06-08T05:25:19.213Z] f706445af74f: Pulling fs layer [2021-06-08T05:25:19.213Z] afea3b2eda06: Waiting [2021-06-08T05:25:19.213Z] 7809a108b3ef: Waiting [2021-06-08T05:25:19.213Z] f706445af74f: Waiting [2021-06-08T05:25:19.213Z] 0510c868ecb4: Waiting [2021-06-08T05:25:19.213Z] 4c4ab2625f07: Verifying Checksum [2021-06-08T05:25:19.213Z] 4c4ab2625f07: Download complete [2021-06-08T05:25:19.213Z] adcc1eea9eea: Verifying Checksum [2021-06-08T05:25:19.213Z] adcc1eea9eea: Download complete [2021-06-08T05:25:19.477Z] afea3b2eda06: Verifying Checksum [2021-06-08T05:25:19.477Z] afea3b2eda06: Download complete [2021-06-08T05:25:19.477Z] 540db60ca938: Verifying Checksum [2021-06-08T05:25:19.477Z] 540db60ca938: Pull complete [2021-06-08T05:25:19.739Z] 7809a108b3ef: Verifying Checksum [2021-06-08T05:25:19.739Z] 7809a108b3ef: Download complete [2021-06-08T05:25:19.739Z] adcc1eea9eea: Pull complete [2021-06-08T05:25:19.739Z] 4c4ab2625f07: Pull complete [2021-06-08T05:25:21.128Z] f706445af74f: Verifying Checksum [2021-06-08T05:25:21.128Z] f706445af74f: Download complete [2021-06-08T05:25:21.397Z] 0510c868ecb4: Verifying Checksum [2021-06-08T05:25:21.397Z] 0510c868ecb4: Download complete [2021-06-08T05:25:24.761Z] 0510c868ecb4: Pull complete [2021-06-08T05:25:24.761Z] afea3b2eda06: Pull complete [2021-06-08T05:25:24.761Z] 7809a108b3ef: Pull complete [2021-06-08T05:25:26.187Z] f706445af74f: Pull complete [2021-06-08T05:25:26.187Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-08T05:25:26.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-08T05:25:26.187Z] ---> b068be0155e3 [2021-06-08T05:25:26.187Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-08T05:25:28.115Z] ---> Running in 9a10f5f413c4 [2021-06-08T05:25:28.115Z] Removing intermediate container 9a10f5f413c4 [2021-06-08T05:25:28.115Z] ---> b461cef1f069 [2021-06-08T05:25:28.115Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:25:28.115Z] ---> Running in ee1bf86aae7d [2021-06-08T05:25:28.691Z] Removing intermediate container ee1bf86aae7d [2021-06-08T05:25:28.691Z] ---> 0a37ddf27b05 [2021-06-08T05:25:28.691Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-08T05:25:28.691Z] ---> Running in 5d5911ff73a0 [2021-06-08T05:25:28.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T05:25:29.904Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T05:25:30.479Z] OK: 149 MiB in 40 packages [2021-06-08T05:25:30.479Z] Removing intermediate container 5d5911ff73a0 [2021-06-08T05:25:30.479Z] ---> 213cfe4010c5 [2021-06-08T05:25:30.479Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-08T05:25:30.479Z] ---> Running in d6819939dc7a [2021-06-08T05:25:30.740Z] Removing intermediate container d6819939dc7a [2021-06-08T05:25:30.740Z] ---> 5face5be10df [2021-06-08T05:25:30.740Z] Step 7/8 : COPY . . [2021-06-08T05:25:31.691Z] ---> 4176fb5b012b [2021-06-08T05:25:31.691Z] Step 8/8 : RUN go mod download [2021-06-08T05:25:31.691Z] ---> Running in 807518f74fb2 [2021-06-08T05:25:43.980Z] Removing intermediate container 807518f74fb2 [2021-06-08T05:25:43.980Z] ---> 5e9b79cf8854 [2021-06-08T05:25:43.980Z] Successfully built 5e9b79cf8854 [2021-06-08T05:25:43.980Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:25:44.292Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T05:25:44.292Z] . [Pipeline] withDockerContainer [2021-06-08T05:25:44.376Z] prd-centos7-docker-4c-2g-840 does not seem to be running inside a container [2021-06-08T05:25:44.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-08T05:25:44.881Z] $ docker top 0fa5eaa0895c85fd33ff1dc2f85bd989b2045474534ef0d648fba1eb21b39f73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:25:45.267Z] + go version [2021-06-08T05:25:45.268Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-08T05:25:45.278Z] $ docker stop --time=1 0fa5eaa0895c85fd33ff1dc2f85bd989b2045474534ef0d648fba1eb21b39f73 [2021-06-08T05:25:46.456Z] $ docker rm -f 0fa5eaa0895c85fd33ff1dc2f85bd989b2045474534ef0d648fba1eb21b39f73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:25:47.055Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T05:25:47.055Z] . [Pipeline] withDockerContainer [2021-06-08T05:25:47.133Z] prd-centos7-docker-4c-2g-840 does not seem to be running inside a container [2021-06-08T05:25:47.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-08T05:25:47.626Z] $ docker top f77f91e7e4209de6c93a550d6f2ed627a3da4d53ef80bc91f3ec5ab4374b638c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:25:48.037Z] + go mod tidy [Pipeline] sh [2021-06-08T05:25:48.605Z] + make test [2021-06-08T05:25:48.605Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-08T05:25:48.873Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-08T05:25:59.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-08T05:25:59.025Z] GO111MODULE=on go vet ./... [2021-06-08T05:26:02.833Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-841 in /w/workspace/edgexfoundry_edgex-ui-go_PR-370 [Pipeline] { [Pipeline] ws [2021-06-08T05:26:02.851Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-06-08T05:26:03.071Z] The recommended git tool is: git [Pipeline] } [2021-06-08T05:26:03.275Z] $ docker stop --time=1 f77f91e7e4209de6c93a550d6f2ed627a3da4d53ef80bc91f3ec5ab4374b638c [2021-06-08T05:26:04.639Z] $ docker rm -f f77f91e7e4209de6c93a550d6f2ed627a3da4d53ef80bc91f3ec5ab4374b638c [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T05:26:05.051Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-08T05:26:05.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-06-08T05:26:06.523Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-08T05:26:06.824Z] + ls -al . [2021-06-08T05:26:06.824Z] total 92 [2021-06-08T05:26:06.824Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 8 05:25 . [2021-06-08T05:26:06.824Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 8 05:24 .. [2021-06-08T05:26:06.824Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 8 05:24 assets [2021-06-08T05:26:06.824Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 8 05:24 bin [2021-06-08T05:26:06.824Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 8 05:24 cmd [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 8 05:24 CONTRIBUTING.md [2021-06-08T05:26:06.824Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 8 05:25 coverage.out [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jun 8 05:24 Dockerfile [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 8 05:24 Dockerfile.build [2021-06-08T05:26:06.824Z] drwxrwxr-x. 5 jenkins jenkins 104 Jun 8 05:24 docs [2021-06-08T05:26:06.824Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 8 05:24 .git [2021-06-08T05:26:06.824Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 8 05:24 .github [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 162 Jun 8 05:24 .gitignore [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 971 Jun 8 05:24 go.mod [2021-06-08T05:26:06.824Z] -rw-r--r--. 1 jenkins jenkins 23959 Jun 8 05:25 go.sum [2021-06-08T05:26:06.824Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 8 05:24 internal [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 652 Jun 8 05:24 Jenkinsfile [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 8 05:24 LICENSE [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 941 Jun 8 05:24 Makefile [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 6012 Jun 8 05:24 README.md [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 8 05:22 VERSION [2021-06-08T05:26:06.824Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 8 05:24 version.go [2021-06-08T05:26:06.824Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jun 8 05:24 web [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:26:07.133Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 --label arch=amd64 --label version=0.0.0 . [2021-06-08T05:26:07.398Z] Sending build context to Docker daemon 35.77MB [2021-06-08T05:26:07.398Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:26:07.398Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-08T05:26:07.398Z] ---> 5e9b79cf8854 [2021-06-08T05:26:07.398Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-08T05:26:07.398Z] ---> Running in ffd5f55190eb [2021-06-08T05:26:07.664Z] Removing intermediate container ffd5f55190eb [2021-06-08T05:26:07.664Z] ---> 41ef33cb0339 [2021-06-08T05:26:07.664Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-08T05:26:07.664Z] ---> Running in f3a03a4ba530 [2021-06-08T05:26:07.664Z] Removing intermediate container f3a03a4ba530 [2021-06-08T05:26:07.664Z] ---> 5986b9b12e2e [2021-06-08T05:26:07.664Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-08T05:26:07.664Z] ---> Running in 74c4683a68fa [2021-06-08T05:26:07.927Z] Removing intermediate container 74c4683a68fa [2021-06-08T05:26:07.927Z] ---> 4412aaef41be [2021-06-08T05:26:07.927Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-08T05:26:07.927Z] ---> Running in 069d05f54d7e [2021-06-08T05:26:07.927Z] Removing intermediate container 069d05f54d7e [2021-06-08T05:26:07.927Z] ---> 29c0e806fdea [2021-06-08T05:26:07.927Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-08T05:26:07.927Z] ---> Running in 6d4c569924bd [2021-06-08T05:26:07.927Z] Removing intermediate container 6d4c569924bd [2021-06-08T05:26:07.927Z] ---> ccc0163d79bb [2021-06-08T05:26:07.927Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:26:08.188Z] ---> Running in 8ba634e4ab6c [2021-06-08T05:26:08.448Z] Removing intermediate container 8ba634e4ab6c [2021-06-08T05:26:08.448Z] ---> a96fbdb6421d [2021-06-08T05:26:08.448Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-08T05:26:08.448Z] ---> Running in 7cb6fca17e75 [2021-06-08T05:26:08.477Z] using credential edgex-jenkins-ssh [2021-06-08T05:26:08.500Z] Cloning the remote Git repository [2021-06-08T05:26:08.708Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T05:26:08.617Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:26:08.809Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-06-08T05:26:08.901Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:26:08.902Z] > git --version # timeout=10 [2021-06-08T05:26:08.922Z] > git --version # 'git version 2.17.1' [2021-06-08T05:26:08.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:26:09.014Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:26:09.654Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T05:26:10.227Z] OK: 149 MiB in 40 packages [2021-06-08T05:26:10.489Z] Removing intermediate container 7cb6fca17e75 [2021-06-08T05:26:10.489Z] ---> cd832afb967b [2021-06-08T05:26:10.489Z] Step 10/24 : ENV GO111MODULE=on [2021-06-08T05:26:10.489Z] ---> Running in 2c256826e5f9 [2021-06-08T05:26:10.489Z] Removing intermediate container 2c256826e5f9 [2021-06-08T05:26:10.489Z] ---> 41d7799d9e68 [2021-06-08T05:26:10.489Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-08T05:26:10.752Z] ---> Running in e38f81ecaa4c [2021-06-08T05:26:10.752Z] Removing intermediate container e38f81ecaa4c [2021-06-08T05:26:10.752Z] ---> a4a123a9c998 [2021-06-08T05:26:10.752Z] Step 12/24 : COPY go.mod . [2021-06-08T05:26:10.752Z] ---> 6763df57a6fc [2021-06-08T05:26:10.752Z] Step 13/24 : COPY Makefile . [2021-06-08T05:26:11.014Z] ---> b400e013e505 [2021-06-08T05:26:11.014Z] Step 14/24 : RUN make update [2021-06-08T05:26:11.014Z] ---> Running in 5986fbb96267 [2021-06-08T05:26:11.274Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-08T05:26:11.544Z] Removing intermediate container 5986fbb96267 [2021-06-08T05:26:11.544Z] ---> 07061fe437ca [2021-06-08T05:26:11.544Z] Step 15/24 : COPY . . [2021-06-08T05:26:11.735Z] Merging remotes/origin/master commit 2b2b445aae4e80239e684dcececaac268628f05f into PR head commit d44152d4f46daa59e870ef5ef00cb8d0b139b389 [2021-06-08T05:26:11.154Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:26:11.175Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:26:11.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:26:11.234Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:26:11.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:26:11.248Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-08T05:26:12.411Z] Merge succeeded, producing d44152d4f46daa59e870ef5ef00cb8d0b139b389 [2021-06-08T05:26:12.411Z] Checking out Revision d44152d4f46daa59e870ef5ef00cb8d0b139b389 (PR-370) [2021-06-08T05:26:12.945Z] ---> 650a1f5d52fd [2021-06-08T05:26:12.946Z] Step 16/24 : RUN ${MAKE} [2021-06-08T05:26:12.946Z] ---> Running in cbf94b35c738 [2021-06-08T05:26:12.946Z] 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-06-08T05:26:11.756Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:26:11.779Z] > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 [2021-06-08T05:26:12.319Z] > git remote # timeout=10 [2021-06-08T05:26:12.340Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T05:26:12.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:26:12.372Z] > git merge 2b2b445aae4e80239e684dcececaac268628f05f # timeout=10 [2021-06-08T05:26:12.396Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T05:26:12.422Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:26:12.432Z] > git checkout -f d44152d4f46daa59e870ef5ef00cb8d0b139b389 # timeout=10 [2021-06-08T05:26:17.094Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.98" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:26:18.495Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:26:18.985Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:26:19.333Z] + true [2021-06-08T05:26:19.333Z] + sudo service docker restart [2021-06-08T05:26:21.231Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-08T05:26:22.629Z] Removing intermediate container cbf94b35c738 [2021-06-08T05:26:22.630Z] ---> 4d548bc8b8c4 [2021-06-08T05:26:22.630Z] Step 17/24 : FROM alpine:3.12 [2021-06-08T05:26:23.574Z] 3.12: Pulling from library/alpine [2021-06-08T05:26:23.574Z] 339de151aab4: Pulling fs layer [2021-06-08T05:26:23.835Z] 339de151aab4: Verifying Checksum [2021-06-08T05:26:23.835Z] 339de151aab4: Download complete [2021-06-08T05:26:23.835Z] 339de151aab4: Pull complete [2021-06-08T05:26:23.835Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T05:26:23.835Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T05:26:23.835Z] ---> 13621d1b12d4 [2021-06-08T05:26:23.835Z] Step 18/24 : EXPOSE 4000 [2021-06-08T05:26:24.099Z] ---> Running in eea625c3738c [2021-06-08T05:26:24.099Z] Removing intermediate container eea625c3738c [2021-06-08T05:26:24.099Z] ---> 1d2b48634380 [2021-06-08T05:26:24.099Z] 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-06-08T05:26:25.039Z] ---> 28d7ddd599ad [2021-06-08T05:26:25.039Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-08T05:26:25.039Z] ---> Running in a346423aa818 [2021-06-08T05:26:25.039Z] Removing intermediate container a346423aa818 [2021-06-08T05:26:25.039Z] ---> 771950a590fd [2021-06-08T05:26:25.039Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-08T05:26:25.039Z] ---> Running in 1323030515d0 [2021-06-08T05:26:25.039Z] Removing intermediate container 1323030515d0 [2021-06-08T05:26:25.039Z] ---> fa034455114a [2021-06-08T05:26:25.039Z] Step 22/24 : LABEL arch=amd64 [2021-06-08T05:26:25.039Z] ---> Running in 6aeda082e8d1 [2021-06-08T05:26:25.039Z] Removing intermediate container 6aeda082e8d1 [2021-06-08T05:26:25.039Z] ---> ae6a451bf0d3 [2021-06-08T05:26:25.039Z] Step 23/24 : LABEL git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 [2021-06-08T05:26:25.300Z] ---> Running in 1774cdcfae15 [2021-06-08T05:26:25.300Z] Removing intermediate container 1774cdcfae15 [2021-06-08T05:26:25.300Z] ---> 83ad9b619dca [2021-06-08T05:26:25.300Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T05:26:25.300Z] ---> Running in 5d66ca0aa91d [2021-06-08T05:26:25.300Z] Removing intermediate container 5d66ca0aa91d [2021-06-08T05:26:25.300Z] ---> 1bbcb02b664a [2021-06-08T05:26:25.300Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-08T05:26:25.300Z] Successfully built 1bbcb02b664a [2021-06-08T05:26:25.300Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:26:26.023Z] ---> job-cost.sh [2021-06-08T05:26:26.024Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FIRW [2021-06-08T05:26:36.067Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:26:37.687Z] provisioning config files... [2021-06-08T05:26:37.712Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3533013975879605627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:26:38.085Z] ---> docker-login.sh [2021-06-08T05:26:38.085Z] nexus3.edgexfoundry.org:10001 [2021-06-08T05:26:39.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:26:39.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:26:39.343Z] Configure a credential helper to remove this warning. See [2021-06-08T05:26:39.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:26:39.343Z] [2021-06-08T05:26:39.343Z] Login Succeeded [2021-06-08T05:26:39.618Z] nexus3.edgexfoundry.org:10002 [2021-06-08T05:26:39.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:26:40.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:26:40.167Z] Configure a credential helper to remove this warning. See [2021-06-08T05:26:40.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:26:40.167Z] [2021-06-08T05:26:40.167Z] Login Succeeded [2021-06-08T05:26:40.167Z] nexus3.edgexfoundry.org:10003 [2021-06-08T05:26:40.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:26:40.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:26:40.721Z] Configure a credential helper to remove this warning. See [2021-06-08T05:26:40.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:26:40.721Z] [2021-06-08T05:26:40.721Z] Login Succeeded [2021-06-08T05:26:40.721Z] nexus3.edgexfoundry.org:10004 [2021-06-08T05:26:40.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:26:41.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:26:41.271Z] Configure a credential helper to remove this warning. See [2021-06-08T05:26:41.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:26:41.271Z] [2021-06-08T05:26:41.271Z] Login Succeeded [2021-06-08T05:26:41.271Z] docker.io [2021-06-08T05:26:41.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:26:42.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:26:42.146Z] Configure a credential helper to remove this warning. See [2021-06-08T05:26:42.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:26:42.146Z] [2021-06-08T05:26:42.146Z] Login Succeeded [2021-06-08T05:26:42.146Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T05:26:42.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-08T05:26:42.458Z] ========================================================= [2021-06-08T05:26:42.458Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-08T05:26:42.458Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:26:42.801Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-08T05:26:43.787Z] Sending build context to Docker daemon 35.74MB [2021-06-08T05:26:43.787Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:26:43.787Z] Step 2/8 : FROM ${BASE} [2021-06-08T05:26:44.061Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-08T05:26:44.061Z] 595b0fe564bb: Pulling fs layer [2021-06-08T05:26:44.061Z] 7186ed65a4f7: Pulling fs layer [2021-06-08T05:26:44.061Z] 316046926c0a: Pulling fs layer [2021-06-08T05:26:44.061Z] 4ebd0625c992: Pulling fs layer [2021-06-08T05:26:44.061Z] 207e8628e3a3: Pulling fs layer [2021-06-08T05:26:44.061Z] c791037a9be2: Pulling fs layer [2021-06-08T05:26:44.061Z] ffd874e62e21: Pulling fs layer [2021-06-08T05:26:44.061Z] 207e8628e3a3: Waiting [2021-06-08T05:26:44.061Z] c791037a9be2: Waiting [2021-06-08T05:26:44.061Z] ffd874e62e21: Waiting [2021-06-08T05:26:44.061Z] 4ebd0625c992: Waiting [2021-06-08T05:26:44.061Z] 316046926c0a: Verifying Checksum [2021-06-08T05:26:44.061Z] 316046926c0a: Download complete [2021-06-08T05:26:44.061Z] 7186ed65a4f7: Verifying Checksum [2021-06-08T05:26:44.061Z] 7186ed65a4f7: Download complete [2021-06-08T05:26:44.061Z] 207e8628e3a3: Download complete [2021-06-08T05:26:44.061Z] c791037a9be2: Verifying Checksum [2021-06-08T05:26:44.061Z] c791037a9be2: Download complete [2021-06-08T05:26:44.337Z] 595b0fe564bb: Download complete [2021-06-08T05:26:44.950Z] 595b0fe564bb: Pull complete [2021-06-08T05:26:45.557Z] 7186ed65a4f7: Pull complete [2021-06-08T05:26:46.162Z] 316046926c0a: Pull complete [2021-06-08T05:26:46.759Z] ffd874e62e21: Verifying Checksum [2021-06-08T05:26:46.759Z] ffd874e62e21: Download complete [2021-06-08T05:26:48.334Z] lf-activate-venv(): INFO: Adding /tmp/venv-FIRW/bin to PATH [2021-06-08T05:26:48.334Z] INFO: No Stack... [2021-06-08T05:26:48.334Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T05:26:48.826Z] 4ebd0625c992: Verifying Checksum [2021-06-08T05:26:48.826Z] 4ebd0625c992: Download complete [2021-06-08T05:26:48.905Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T05:26:49.206Z] + cut -d, -f6 [2021-06-08T05:26:49.207Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-06-08T05:26:49.238Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [2021-06-08T05:26:49.245Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] did not exist. Created. [2021-06-08T05:26:49.245Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T05:26:49.571Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-08T05:26:49.631Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T05:26:49.642Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-08T05:27:01.263Z] 4ebd0625c992: Pull complete [2021-06-08T05:27:01.263Z] 207e8628e3a3: Pull complete [2021-06-08T05:27:01.263Z] c791037a9be2: Pull complete [2021-06-08T05:27:03.249Z] ffd874e62e21: Pull complete [2021-06-08T05:27:03.249Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-08T05:27:03.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-08T05:27:03.249Z] ---> cfc18b08335c [2021-06-08T05:27:03.249Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-08T05:27:05.867Z] ---> Running in 27d2ecfc62ee [2021-06-08T05:27:05.867Z] Removing intermediate container 27d2ecfc62ee [2021-06-08T05:27:05.867Z] ---> 4b9bc2561953 [2021-06-08T05:27:05.867Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:27:06.141Z] ---> Running in 177bc1baff9d [2021-06-08T05:27:08.765Z] Removing intermediate container 177bc1baff9d [2021-06-08T05:27:08.765Z] ---> eb7ec3e6b5dc [2021-06-08T05:27:08.765Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-08T05:27:08.765Z] ---> Running in 41a4405e63d5 [2021-06-08T05:27:09.742Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T05:27:10.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T05:27:11.697Z] OK: 138 MiB in 40 packages [2021-06-08T05:27:12.682Z] Removing intermediate container 41a4405e63d5 [2021-06-08T05:27:12.682Z] ---> 4520350bfa36 [2021-06-08T05:27:12.682Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-08T05:27:12.682Z] ---> Running in 4aefab89458b [2021-06-08T05:27:13.284Z] Removing intermediate container 4aefab89458b [2021-06-08T05:27:13.284Z] ---> 577d38aaf640 [2021-06-08T05:27:13.284Z] Step 7/8 : COPY . . [2021-06-08T05:27:16.703Z] ---> 10e212a2360b [2021-06-08T05:27:16.703Z] Step 8/8 : RUN go mod download [2021-06-08T05:27:16.703Z] ---> Running in 8dc90e149a94 [2021-06-08T05:27:49.111Z] Removing intermediate container 8dc90e149a94 [2021-06-08T05:27:49.111Z] ---> 490bfc927909 [2021-06-08T05:27:49.111Z] Successfully built 490bfc927909 [2021-06-08T05:27:49.111Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:27:49.450Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T05:27:49.450Z] . [Pipeline] withDockerContainer [2021-06-08T05:27:49.926Z] prd-ubuntu18.04-docker-arm64-4c-16g-841 does not seem to be running inside a container [2021-06-08T05:27:50.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-08T05:27:51.780Z] $ docker top c6c72e838630de659a9aa564599bc2c708ceaacc8b21a4cc946ff9680a79a7bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:27:52.856Z] + go version [2021-06-08T05:27:52.857Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-08T05:27:52.881Z] $ docker stop --time=1 c6c72e838630de659a9aa564599bc2c708ceaacc8b21a4cc946ff9680a79a7bf [2021-06-08T05:27:54.751Z] $ docker rm -f c6c72e838630de659a9aa564599bc2c708ceaacc8b21a4cc946ff9680a79a7bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:27:55.556Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T05:27:55.557Z] . [Pipeline] withDockerContainer [2021-06-08T05:27:55.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-841 does not seem to be running inside a container [2021-06-08T05:27:55.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-08T05:27:57.581Z] $ docker top c0ba2202009c0378d9074a12a388180998098f51226574ab8489106c73752ddf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:27:58.575Z] + go mod tidy [Pipeline] sh [2021-06-08T05:27:59.846Z] + make test [2021-06-08T05:27:59.846Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-08T05:28:00.846Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-08T05:28:33.265Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-08T05:28:33.265Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-06-08T05:28:55.475Z] $ docker stop --time=1 c0ba2202009c0378d9074a12a388180998098f51226574ab8489106c73752ddf [2021-06-08T05:28:57.373Z] $ docker rm -f c0ba2202009c0378d9074a12a388180998098f51226574ab8489106c73752ddf [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T05:28:58.177Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-08T05:28:58.198Z] Warning: overwriting stash ‘coverage-report’ [2021-06-08T05:28:58.782Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:28:59.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-08T05:28:59.676Z] + ls -al . [2021-06-08T05:28:59.676Z] total 124 [2021-06-08T05:28:59.676Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:28 . [2021-06-08T05:28:59.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:26 .. [2021-06-08T05:28:59.676Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 05:26 .git [2021-06-08T05:28:59.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:26 .github [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 162 Jun 8 05:26 .gitignore [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 8 05:26 CONTRIBUTING.md [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jun 8 05:26 Dockerfile [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 8 05:26 Dockerfile.build [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 652 Jun 8 05:26 Jenkinsfile [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 8 05:26 LICENSE [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 941 Jun 8 05:26 Makefile [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 6012 Jun 8 05:26 README.md [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 05:22 VERSION [2021-06-08T05:28:59.676Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:26 assets [2021-06-08T05:28:59.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:26 bin [2021-06-08T05:28:59.676Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:26 cmd [2021-06-08T05:28:59.676Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 8 05:28 coverage.out [2021-06-08T05:28:59.676Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 8 05:26 docs [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 971 Jun 8 05:26 go.mod [2021-06-08T05:28:59.676Z] -rw-r--r-- 1 jenkins jenkins 23959 Jun 8 05:27 go.sum [2021-06-08T05:28:59.676Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:26 internal [2021-06-08T05:28:59.676Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 8 05:26 version.go [2021-06-08T05:28:59.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:26 web [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:29:00.015Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 --label arch=arm64 --label version=0.0.0 . [2021-06-08T05:29:01.002Z] Sending build context to Docker daemon 35.77MB [2021-06-08T05:29:01.002Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:29:01.002Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-08T05:29:01.002Z] ---> 490bfc927909 [2021-06-08T05:29:01.002Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-08T05:29:01.602Z] ---> Running in c624ad018466 [2021-06-08T05:29:02.202Z] Removing intermediate container c624ad018466 [2021-06-08T05:29:02.202Z] ---> 51c2187bad5b [2021-06-08T05:29:02.202Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-08T05:29:02.202Z] ---> Running in dde0807eab9e [2021-06-08T05:29:02.800Z] Removing intermediate container dde0807eab9e [2021-06-08T05:29:02.800Z] ---> fdffe30fa311 [2021-06-08T05:29:02.800Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-08T05:29:02.800Z] ---> Running in 37014de7de9c [2021-06-08T05:29:03.398Z] Removing intermediate container 37014de7de9c [2021-06-08T05:29:03.398Z] ---> f455bc82b025 [2021-06-08T05:29:03.398Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-08T05:29:03.398Z] ---> Running in deeea988f6ee [2021-06-08T05:29:03.999Z] Removing intermediate container deeea988f6ee [2021-06-08T05:29:03.999Z] ---> ebecb09ffafc [2021-06-08T05:29:03.999Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-08T05:29:03.999Z] ---> Running in 4ba65fb0ef63 [2021-06-08T05:29:04.602Z] Removing intermediate container 4ba65fb0ef63 [2021-06-08T05:29:04.602Z] ---> 15b594d9515e [2021-06-08T05:29:04.602Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:29:04.602Z] ---> Running in 9108f4f4a462 [2021-06-08T05:29:07.241Z] Removing intermediate container 9108f4f4a462 [2021-06-08T05:29:07.241Z] ---> da090c1357af [2021-06-08T05:29:07.241Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-08T05:29:07.241Z] ---> Running in 436d97b0aadb [2021-06-08T05:29:08.220Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T05:29:09.654Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T05:29:11.633Z] OK: 138 MiB in 40 packages [2021-06-08T05:29:13.080Z] Removing intermediate container 436d97b0aadb [2021-06-08T05:29:13.080Z] ---> 1deaf5059c04 [2021-06-08T05:29:13.080Z] Step 10/24 : ENV GO111MODULE=on [2021-06-08T05:29:13.080Z] ---> Running in cf788b0e9910 [2021-06-08T05:29:13.355Z] Removing intermediate container cf788b0e9910 [2021-06-08T05:29:13.355Z] ---> 0e58b73b8d24 [2021-06-08T05:29:13.355Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-08T05:29:13.631Z] ---> Running in b879842366ec [2021-06-08T05:29:14.245Z] Removing intermediate container b879842366ec [2021-06-08T05:29:14.245Z] ---> dd125fa3078f [2021-06-08T05:29:14.245Z] Step 12/24 : COPY go.mod . [2021-06-08T05:29:14.850Z] ---> f5cf1f492879 [2021-06-08T05:29:14.850Z] Step 13/24 : COPY Makefile . [2021-06-08T05:29:15.831Z] ---> 673bca0296a3 [2021-06-08T05:29:15.831Z] Step 14/24 : RUN make update [2021-06-08T05:29:15.831Z] ---> Running in dddcb1f73c0c [2021-06-08T05:29:17.266Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-08T05:29:18.242Z] Removing intermediate container dddcb1f73c0c [2021-06-08T05:29:18.242Z] ---> 4589656944d4 [2021-06-08T05:29:18.242Z] Step 15/24 : COPY . . [2021-06-08T05:29:21.649Z] ---> 9635bdcaf97a [2021-06-08T05:29:21.649Z] Step 16/24 : RUN ${MAKE} [2021-06-08T05:29:21.649Z] ---> Running in 31ca335f809c [2021-06-08T05:29:22.633Z] 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-06-08T05:29:49.445Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-08T05:29:52.868Z] Removing intermediate container 31ca335f809c [2021-06-08T05:29:52.868Z] ---> 36254ea7bfcb [2021-06-08T05:29:52.868Z] Step 17/24 : FROM alpine:3.12 [2021-06-08T05:29:53.141Z] 3.12: Pulling from library/alpine [2021-06-08T05:29:53.414Z] d2f70382dc9a: Pulling fs layer [2021-06-08T05:29:53.414Z] d2f70382dc9a: Verifying Checksum [2021-06-08T05:29:54.009Z] d2f70382dc9a: Pull complete [2021-06-08T05:29:54.280Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T05:29:54.280Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T05:29:54.280Z] ---> 9852663dfa18 [2021-06-08T05:29:54.280Z] Step 18/24 : EXPOSE 4000 [2021-06-08T05:29:54.554Z] ---> Running in 6e14f7a271d4 [2021-06-08T05:29:54.829Z] Removing intermediate container 6e14f7a271d4 [2021-06-08T05:29:54.829Z] ---> 841c06ba05c5 [2021-06-08T05:29:54.829Z] 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-06-08T05:29:57.454Z] ---> e42916c674b0 [2021-06-08T05:29:57.454Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-08T05:29:57.454Z] ---> Running in b0e4d67bd222 [2021-06-08T05:29:58.053Z] Removing intermediate container b0e4d67bd222 [2021-06-08T05:29:58.053Z] ---> cd8ab00a3726 [2021-06-08T05:29:58.053Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-08T05:29:58.053Z] ---> Running in 7a1459623e77 [2021-06-08T05:29:58.656Z] Removing intermediate container 7a1459623e77 [2021-06-08T05:29:58.656Z] ---> 5ebf5fb59a87 [2021-06-08T05:29:58.656Z] Step 22/24 : LABEL arch=arm64 [2021-06-08T05:29:58.656Z] ---> Running in 3e9bb7d7b18b [2021-06-08T05:29:59.251Z] Removing intermediate container 3e9bb7d7b18b [2021-06-08T05:29:59.251Z] ---> 2596f2b25930 [2021-06-08T05:29:59.251Z] Step 23/24 : LABEL git_sha=d44152d4f46daa59e870ef5ef00cb8d0b139b389 [2021-06-08T05:29:59.251Z] ---> Running in 8e23bc9723f4 [2021-06-08T05:29:59.850Z] Removing intermediate container 8e23bc9723f4 [2021-06-08T05:29:59.850Z] ---> adae790c85c9 [2021-06-08T05:29:59.850Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T05:29:59.850Z] ---> Running in 42044a266a88 [2021-06-08T05:30:00.446Z] Removing intermediate container 42044a266a88 [2021-06-08T05:30:00.446Z] ---> 242e97b67af3 [2021-06-08T05:30:00.446Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-08T05:30:00.446Z] Successfully built 242e97b67af3 [2021-06-08T05:30:00.446Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:30:01.234Z] ---> job-cost.sh [2021-06-08T05:30:01.234Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-l1KK [2021-06-08T05:30:40.251Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-08T05:32:17.061Z] lf-activate-venv(): INFO: Adding /tmp/venv-l1KK/bin to PATH [2021-06-08T05:32:17.061Z] INFO: No Stack... [2021-06-08T05:32:17.061Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-08T05:32:17.061Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T05:32:17.413Z] + cut -d, -f6 [2021-06-08T05:32:17.413Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-06-08T05:32:17.489Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [2021-06-08T05:32:17.501Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] did not exist. Created. [2021-06-08T05:32:17.501Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T05:32:17.890Z] /w/workspace/edgex-ui-go/2@tmp/durable-4d044650/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-4d044650/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-08T05:32:18.244Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-08T05:32:18.282Z] Warning: overwriting stash ‘stack-cost’ [2021-06-08T05:32:18.524Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T05:32:18.593Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-370-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-08T05:32:19.179Z] provisioning config files... [2021-06-08T05:32:19.189Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/config3370579096152264341tmp [Pipeline] { [Pipeline] sh [2021-06-08T05:32:19.506Z] + set +x [2021-06-08T05:32:19.506Z] + bash -s -- [2021-06-08T05:32:19.506Z] + curl -s https://codecov.io/bash [2021-06-08T05:32:19.506Z] [2021-06-08T05:32:19.506Z] _____ _ [2021-06-08T05:32:19.506Z] / ____| | | [2021-06-08T05:32:19.506Z] | | ___ __| | ___ ___ _____ __ [2021-06-08T05:32:19.506Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-08T05:32:19.506Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-08T05:32:19.506Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-08T05:32:19.506Z] Bash-1.0.3 [2021-06-08T05:32:19.506Z] [2021-06-08T05:32:19.506Z] [2021-06-08T05:32:19.506Z] ==> git version 2.24.4 found [2021-06-08T05:32:19.506Z] ==> 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-06-08T05:32:19.506Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-08T05:32:19.506Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-08T05:32:19.506Z] ==> Jenkins CI detected. [2021-06-08T05:32:19.506Z] project root: . [2021-06-08T05:32:19.506Z] --> token set from env [2021-06-08T05:32:19.506Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-08T05:32:19.506Z] ==> Running gcov in . (disable via -X gcov) [2021-06-08T05:32:19.506Z] ==> Python coveragepy not found [2021-06-08T05:32:19.506Z] ==> Searching for coverage reports in: [2021-06-08T05:32:19.506Z] + . [2021-06-08T05:32:19.770Z] -> Found 1 reports [2021-06-08T05:32:19.770Z] ==> Detecting git/mercurial file structure [2021-06-08T05:32:19.770Z] ==> Reading reports [2021-06-08T05:32:19.770Z] + ./coverage.out bytes=10 [2021-06-08T05:32:19.770Z] ==> Appending adjustments [2021-06-08T05:32:19.770Z] https://docs.codecov.io/docs/fixing-reports [2021-06-08T05:32:19.770Z] + Found adjustments [2021-06-08T05:32:19.770Z] ==> Gzipping contents [2021-06-08T05:32:19.770Z] 4.0K /tmp/codecov.H3LQ2C.gz [2021-06-08T05:32:19.770Z] ==> Uploading reports [2021-06-08T05:32:19.770Z] url: https://codecov.io [2021-06-08T05:32:19.770Z] query: branch=PR-370&commit=d44152d4f46daa59e870ef5ef00cb8d0b139b389&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-370%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=370&job=&cmd_args= [2021-06-08T05:32:19.770Z] -> Pinging Codecov [2021-06-08T05:32:19.770Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-370&commit=d44152d4f46daa59e870ef5ef00cb8d0b139b389&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-370%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=370&job=&cmd_args= [2021-06-08T05:32:20.344Z] -> Uploading to [2021-06-08T05:32:20.344Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-08/FB506323287CE973F263BFD2A0EB1F37/d44152d4f46daa59e870ef5ef00cb8d0b139b389/33c48df7-598c-401c-821a-c64234f53d82.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T053220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e64ebfcd932b7245884d3621be1009e1bed734f1ef0521d99cf3d3f0cf4247f [2021-06-08T05:32:20.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-08T05:32:20.344Z] Dload Upload Total Spent Left Speed [2021-06-08T05:32:20.867Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3930 0 0 100 3930 0 8669 --:--:-- --:--:-- --:--:-- 8656 [2021-06-08T05:32:20.867Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d44152d4f46daa59e870ef5ef00cb8d0b139b389 [Pipeline] } [2021-06-08T05:32:20.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:22.381Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:22.970Z] ---> package-listing.sh [2021-06-08T05:32:22.970Z] ++ facter osfamily [2021-06-08T05:32:22.970Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-08T05:32:23.236Z] + OS_FAMILY=redhat [2021-06-08T05:32:23.236Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-370 [2021-06-08T05:32:23.236Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-08T05:32:23.236Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-08T05:32:23.236Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-08T05:32:23.236Z] + PACKAGES=/tmp/packages_start.txt [2021-06-08T05:32:23.236Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-370 ']' [2021-06-08T05:32:23.236Z] + PACKAGES=/tmp/packages_end.txt [2021-06-08T05:32:23.236Z] + case "${OS_FAMILY}" in [2021-06-08T05:32:23.236Z] + rpm -qa [2021-06-08T05:32:23.236Z] + sort [2021-06-08T05:32:23.815Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-08T05:32:23.815Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-08T05:32:23.815Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-08T05:32:23.815Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-370 ']' [2021-06-08T05:32:23.815Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-370/archives/ [2021-06-08T05:32:23.815Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-370/archives/ [Pipeline] echo [2021-06-08T05:32:23.833Z] 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-370/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-08T05:32:24.121Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:32:24.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T05:32:24.695Z] [2021-06-08T05:32:24.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:32:25.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T05:32:25.012Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-08T05:32:25.012Z] df20fa9351a1: Pulling fs layer [2021-06-08T05:32:25.012Z] 36b3adc4ff6f: Pulling fs layer [2021-06-08T05:32:25.012Z] 8ad3a11d3b57: Pulling fs layer [2021-06-08T05:32:25.012Z] 46f8f816bc3b: Pulling fs layer [2021-06-08T05:32:25.012Z] 93b61091891f: Pulling fs layer [2021-06-08T05:32:25.012Z] 93b9cdb0e59b: Pulling fs layer [2021-06-08T05:32:25.012Z] 5e14af77c1be: Pulling fs layer [2021-06-08T05:32:25.012Z] 01666e4c0597: Pulling fs layer [2021-06-08T05:32:25.012Z] aa168da1d23b: Pulling fs layer [2021-06-08T05:32:25.012Z] 93b9cdb0e59b: Waiting [2021-06-08T05:32:25.012Z] 5e14af77c1be: Waiting [2021-06-08T05:32:25.012Z] 01666e4c0597: Waiting [2021-06-08T05:32:25.012Z] aa168da1d23b: Waiting [2021-06-08T05:32:25.012Z] 46f8f816bc3b: Waiting [2021-06-08T05:32:25.012Z] 93b61091891f: Waiting [2021-06-08T05:32:25.012Z] 36b3adc4ff6f: Verifying Checksum [2021-06-08T05:32:25.012Z] 36b3adc4ff6f: Download complete [2021-06-08T05:32:25.012Z] 46f8f816bc3b: Verifying Checksum [2021-06-08T05:32:25.012Z] 46f8f816bc3b: Download complete [2021-06-08T05:32:25.012Z] df20fa9351a1: Verifying Checksum [2021-06-08T05:32:25.012Z] df20fa9351a1: Download complete [2021-06-08T05:32:25.280Z] 93b9cdb0e59b: Verifying Checksum [2021-06-08T05:32:25.280Z] 93b9cdb0e59b: Download complete [2021-06-08T05:32:25.280Z] 5e14af77c1be: Verifying Checksum [2021-06-08T05:32:25.280Z] 5e14af77c1be: Download complete [2021-06-08T05:32:25.280Z] 93b61091891f: Verifying Checksum [2021-06-08T05:32:25.280Z] 93b61091891f: Download complete [2021-06-08T05:32:25.280Z] 01666e4c0597: Verifying Checksum [2021-06-08T05:32:25.280Z] 01666e4c0597: Download complete [2021-06-08T05:32:25.280Z] df20fa9351a1: Pull complete [2021-06-08T05:32:25.550Z] 36b3adc4ff6f: Pull complete [2021-06-08T05:32:25.550Z] 8ad3a11d3b57: Verifying Checksum [2021-06-08T05:32:25.550Z] 8ad3a11d3b57: Download complete [2021-06-08T05:32:26.130Z] 8ad3a11d3b57: Pull complete [2021-06-08T05:32:26.130Z] 46f8f816bc3b: Pull complete [2021-06-08T05:32:26.389Z] 93b61091891f: Pull complete [2021-06-08T05:32:26.654Z] 93b9cdb0e59b: Pull complete [2021-06-08T05:32:26.654Z] 5e14af77c1be: Pull complete [2021-06-08T05:32:26.915Z] 01666e4c0597: Pull complete [2021-06-08T05:32:27.492Z] aa168da1d23b: Verifying Checksum [2021-06-08T05:32:27.492Z] aa168da1d23b: Download complete [2021-06-08T05:32:31.735Z] aa168da1d23b: Pull complete [2021-06-08T05:32:31.735Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-08T05:32:31.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T05:32:31.735Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-08T05:32:31.811Z] prd-centos7-docker-4c-2g-837 does not seem to be running inside a container [2021-06-08T05:32:31.859Z] $ 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-370/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-370 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370:/w/workspace/edgexfoundry_edgex-ui-go_PR-370:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-08T05:32:43.351Z] $ docker top 14c5b523f88d250b72509b1719a3d8532e41e210cd305740773afd285bb0df47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:32:43.730Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-08T05:32:44.027Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-08T05:32:44.356Z] + ls /var/log/sa-host [2021-06-08T05:32:44.357Z] + sadf -c /var/log/sa-host/sa05 [2021-06-08T05:32:44.357Z] file_magic: OK [2021-06-08T05:32:44.357Z] HZ: Using current value: 100 [2021-06-08T05:32:44.357Z] file_header: OK [2021-06-08T05:32:44.357Z] 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-06-08T05:32:44.357Z] Statistics: [2021-06-08T05:32:44.357Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-08T05:32:44.357Z] File successfully converted to sysstat format version 12.2.1 [2021-06-08T05:32:44.357Z] + sadf -c /var/log/sa-host/sa08 [2021-06-08T05:32:44.357Z] file_magic: OK [2021-06-08T05:32:44.357Z] HZ: Using current value: 100 [2021-06-08T05:32:44.357Z] file_header: OK [2021-06-08T05:32:44.357Z] 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-06-08T05:32:44.357Z] Statistics: [2021-06-08T05:32:44.357Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-08T05:32:44.357Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:32:44.525Z] provisioning config files... [2021-06-08T05:32:44.537Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-370@tmp/config5365634423212996289tmp [Pipeline] { [Pipeline] echo [2021-06-08T05:32:44.558Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:44.855Z] ---> create-netrc.sh [Pipeline] } [2021-06-08T05:32:44.864Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:45.248Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-08T05:32:45.258Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:45.563Z] ---> sudo-logs.sh [2021-06-08T05:32:45.563Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-08T05:32:45.599Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:45.924Z] ---> job-cost.sh [2021-06-08T05:32:45.924Z] lf-activate-venv: SKIPPING [2021-06-08T05:32:45.924Z] DEBUG: total: 0.18000000715255737 [2021-06-08T05:32:45.924Z] INFO: Retrieving Stack Cost... [2021-06-08T05:32:46.870Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T05:32:47.131Z] INFO: Archiving Costs [Pipeline] echo [2021-06-08T05:32:47.145Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:32:47.448Z] ---> logs-deploy.sh [2021-06-08T05:32:47.449Z] lf-activate-venv: SKIPPING [2021-06-08T05:32:47.449Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-370/2 [2021-06-08T05:32:47.449Z] INFO: archiving workspace using pattern(s): [2021-06-08T05:32:48.394Z] Archives upload complete. [2021-06-08T05:32:48.394Z] INFO: archiving logs to Nexus [2021-06-08T05:32:48.969Z] ---> uname -a: [2021-06-08T05:32:48.969Z] Linux prd-centos7-docker-4c-2g-837.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-08T05:32:48.969Z] [2021-06-08T05:32:48.969Z]