Pull request #334 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4b984059e715063e903bb92e73cbdc26a9a14341+b243de676507bce5d4d3b934891dea324aa2fec9 (d96a6f0fb54b792e724b9b30c349d985a5fb3929) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-261 in /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-334 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b243de676507bce5d4d3b934891dea324aa2fec9 into PR head commit 4b984059e715063e903bb92e73cbdc26a9a14341 Merge succeeded, producing 4b984059e715063e903bb92e73cbdc26a9a14341 Checking out Revision 4b984059e715063e903bb92e73cbdc26a9a14341 (PR-334) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/334/head:refs/remotes/origin/PR-334 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67" > git rev-list --no-walk 8049571d63ed36342359c29c952c80a0ddb52567 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-15T11:54:27.367Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-15T11:54:27.453Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-15T11:54:27.480Z] ========================================================= [2021-04-15T11:54:27.480Z] EdgeX Global Pipelines Version Info [2021-04-15T11:54:27.481Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-15T11:54:28.864Z] ------------------- [2021-04-15T11:54:28.864Z] stable info: [2021-04-15T11:54:28.864Z] ------------------- [2021-04-15T11:54:28.864Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-15T11:54:28.864Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-15T11:54:28.864Z] Message: update stable to v1.0.186 [2021-04-15T11:54:29.815Z] ------------------- [2021-04-15T11:54:29.815Z] experimental info: [2021-04-15T11:54:29.815Z] ------------------- [2021-04-15T11:54:29.815Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-15T11:54:29.815Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-15T11:54:29.815Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-15T11:54:29.944Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-15T11:54:29.973Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-15T11:54:29.999Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-15T11:54:30.021Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-15T11:54:30.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-15T11:54:30.067Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-15T11:54:30.090Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-15T11:54:30.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-15T11:54:30.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-15T11:54:30.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-15T11:54:30.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-15T11:54:30.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-15T11:54:30.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-15T11:54:30.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-15T11:54:30.295Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-15T11:54:30.319Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-15T11:54:30.343Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T11:54:30.381Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T11:54:30.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-15T11:54:30.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-15T11:54:30.450Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-15T11:54:30.473Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-15T11:54:30.507Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-15T11:54:30.530Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-15T11:54:30.553Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-15T11:54:30.582Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-15T11:54:30.606Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-334 [Pipeline] echo [2021-04-15T11:54:30.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-334 [Pipeline] echo [2021-04-15T11:54:30.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-334 [Pipeline] echo [2021-04-15T11:54:30.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b984059e715063e903bb92e73cbdc26a9a14341 [Pipeline] echo [2021-04-15T11:54:30.696Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b98405 [Pipeline] echo [2021-04-15T11:54:30.731Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T11:54:30.801Z] provisioning config files... [2021-04-15T11:54:30.834Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/config7321992383550885154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T11:54:31.163Z] ---> docker-login.sh [2021-04-15T11:54:31.163Z] nexus3.edgexfoundry.org:10001 [2021-04-15T11:54:31.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:54:31.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:54:31.686Z] Configure a credential helper to remove this warning. See [2021-04-15T11:54:31.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:54:31.686Z] [2021-04-15T11:54:31.686Z] Login Succeeded [2021-04-15T11:54:31.686Z] nexus3.edgexfoundry.org:10002 [2021-04-15T11:54:31.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:54:31.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:54:31.686Z] Configure a credential helper to remove this warning. See [2021-04-15T11:54:31.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:54:31.686Z] [2021-04-15T11:54:31.686Z] Login Succeeded [2021-04-15T11:54:31.686Z] nexus3.edgexfoundry.org:10003 [2021-04-15T11:54:31.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:54:31.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:54:31.949Z] Configure a credential helper to remove this warning. See [2021-04-15T11:54:31.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:54:31.949Z] [2021-04-15T11:54:31.949Z] Login Succeeded [2021-04-15T11:54:31.949Z] nexus3.edgexfoundry.org:10004 [2021-04-15T11:54:32.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:54:32.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:54:32.210Z] Configure a credential helper to remove this warning. See [2021-04-15T11:54:32.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:54:32.210Z] [2021-04-15T11:54:32.210Z] Login Succeeded [2021-04-15T11:54:32.210Z] docker.io [2021-04-15T11:54:32.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:54:32.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:54:32.473Z] Configure a credential helper to remove this warning. See [2021-04-15T11:54:32.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:54:32.473Z] [2021-04-15T11:54:32.473Z] Login Succeeded [2021-04-15T11:54:32.473Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T11:54:32.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T11:54:32.918Z] + git log --format=format:%s -1 4b984059e715063e903bb92e73cbdc26a9a14341 [Pipeline] echo [2021-04-15T11:54:33.014Z] GIT_COMMIT: 4b984059e715063e903bb92e73cbdc26a9a14341, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67 [Pipeline] echo [2021-04-15T11:54:33.028Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:54:33.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T11:54:33.576Z] [2021-04-15T11:54:33.576Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:54:33.896Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T11:54:33.897Z] latest: Pulling from edgex-devops/git-semver [2021-04-15T11:54:33.897Z] 31603596830f: Pulling fs layer [2021-04-15T11:54:33.897Z] 2a8b12db71e7: Pulling fs layer [2021-04-15T11:54:33.897Z] 6ca5941a6612: Pulling fs layer [2021-04-15T11:54:33.897Z] ecc8261a40a4: Pulling fs layer [2021-04-15T11:54:33.897Z] ecc8261a40a4: Waiting [2021-04-15T11:54:33.897Z] 31603596830f: Verifying Checksum [2021-04-15T11:54:33.897Z] 31603596830f: Download complete [2021-04-15T11:54:34.162Z] ecc8261a40a4: Verifying Checksum [2021-04-15T11:54:34.162Z] ecc8261a40a4: Download complete [2021-04-15T11:54:34.162Z] 6ca5941a6612: Verifying Checksum [2021-04-15T11:54:34.162Z] 6ca5941a6612: Download complete [2021-04-15T11:54:34.427Z] 31603596830f: Pull complete [2021-04-15T11:54:34.692Z] 2a8b12db71e7: Pull complete [2021-04-15T11:54:35.274Z] 6ca5941a6612: Pull complete [2021-04-15T11:54:35.536Z] ecc8261a40a4: Pull complete [2021-04-15T11:54:35.536Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-15T11:54:35.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T11:54:35.799Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-15T11:54:35.905Z] prd-centos7-docker-4c-2g-261 does not seem to be running inside a container [2021-04-15T11:54:35.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-334 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334:/w/workspace/edgexfoundry_edgex-ui-go_PR-334:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T11:54:37.881Z] $ docker top 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T11:54:38.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T11:54:38.108Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T11:54:38.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T11:54:38.330Z] $ docker exec 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent [2021-04-15T11:54:38.494Z] SSH_AUTH_SOCK=/tmp/ssh-AXpXUZQnDfbd/agent.11 [2021-04-15T11:54:38.494Z] SSH_AGENT_PID=17 [2021-04-15T11:54:38.504Z] Running ssh-add (command line suppressed) [2021-04-15T11:54:38.620Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_4023141671100284906.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_4023141671100284906.key) [2021-04-15T11:54:38.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T11:54:38.978Z] + git tag --points-at HEAD [Pipeline] } [2021-04-15T11:54:39.002Z] $ docker exec --env ******** --env ******** 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent -k [2021-04-15T11:54:39.114Z] unset SSH_AUTH_SOCK; [2021-04-15T11:54:39.115Z] unset SSH_AGENT_PID; [2021-04-15T11:54:39.115Z] echo Agent pid 17 killed; [2021-04-15T11:54:39.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-15T11:54:39.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T11:54:39.208Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T11:54:39.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T11:54:39.382Z] $ docker exec 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent [2021-04-15T11:54:39.565Z] SSH_AUTH_SOCK=/tmp/ssh-k1faUUEc15Kx/agent.47 [2021-04-15T11:54:39.565Z] SSH_AGENT_PID=52 [2021-04-15T11:54:39.572Z] Running ssh-add (command line suppressed) [2021-04-15T11:54:39.697Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_5664249765458507303.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_5664249765458507303.key) [2021-04-15T11:54:39.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T11:54:40.055Z] + git semver init [2021-04-15T11:54:40.055Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T11:54:40.055Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-334/.git [2021-04-15T11:54:40.055Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [2021-04-15T11:54:40.055Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T11:54:40.055Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T11:54:40.055Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T11:54:40.055Z] # $SEMVER_BRANCH = PR-334 [2021-04-15T11:54:40.055Z] # $SEMVER_TEMP = /tmp/semver-979514989 [2021-04-15T11:54:40.055Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-15T11:54:41.975Z] # '/tmp/semver-979514989' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-334/.semver' [2021-04-15T11:54:41.975Z] # -> Force: false [2021-04-15T11:54:41.975Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-334/.semver [Pipeline] } [2021-04-15T11:54:41.988Z] $ docker exec --env ******** --env ******** 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent -k [2021-04-15T11:54:42.099Z] unset SSH_AUTH_SOCK; [2021-04-15T11:54:42.100Z] unset SSH_AGENT_PID; [2021-04-15T11:54:42.100Z] echo Agent pid 52 killed; [2021-04-15T11:54:42.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T11:54:42.492Z] + git semver [Pipeline] } [2021-04-15T11:54:42.510Z] $ docker stop --time=1 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 [2021-04-15T11:54:43.962Z] $ docker rm -f 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T11:54:44.368Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-15T11:54:44.755Z] Stashed 1 file(s) [Pipeline] echo [2021-04-15T11:54:44.759Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-15T11:54:59.932Z] Still waiting to schedule task [2021-04-15T11:54:59.932Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-15T11:54:59.935Z] Still waiting to schedule task [2021-04-15T11:54:59.935Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-15T11:56:12.696Z] Running on prd-centos7-docker-4c-2g-263 in /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [Pipeline] { [Pipeline] ws [2021-04-15T11:56:12.715Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-15T11:56:15.382Z] using credential edgex-jenkins-ssh [2021-04-15T11:56:15.395Z] Cloning the remote Git repository [2021-04-15T11:56:15.418Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T11:56:15.488Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-15T11:56:15.548Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T11:56:15.548Z] > git --version # timeout=10 [2021-04-15T11:56:15.560Z] > git --version # 'git version 2.24.3' [2021-04-15T11:56:15.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T11:56:15.586Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T11:56:17.061Z] Merging remotes/origin/master commit b243de676507bce5d4d3b934891dea324aa2fec9 into PR head commit 4b984059e715063e903bb92e73cbdc26a9a14341 [2021-04-15T11:56:17.336Z] Merge succeeded, producing 4b984059e715063e903bb92e73cbdc26a9a14341 [2021-04-15T11:56:17.336Z] Checking out Revision 4b984059e715063e903bb92e73cbdc26a9a14341 (PR-334) [2021-04-15T11:56:16.637Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T11:56:16.642Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T11:56:16.650Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T11:56:16.661Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T11:56:16.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T11:56:16.665Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/334/head:refs/remotes/origin/PR-334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T11:56:17.072Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T11:56:17.076Z] > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 [2021-04-15T11:56:17.308Z] > git remote # timeout=10 [2021-04-15T11:56:17.313Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T11:56:17.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T11:56:17.322Z] > git merge b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 [2021-04-15T11:56:17.331Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T11:56:17.340Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T11:56:17.345Z] > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 [2021-04-15T11:56:21.162Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T11:56:22.223Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-15T11:56:22.555Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T11:56:22.850Z] + true [2021-04-15T11:56:22.850Z] + sudo service docker restart [2021-04-15T11:56:22.850Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T11:56:24.267Z] provisioning config files... [2021-04-15T11:56:24.300Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5015850972948755121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T11:56:24.621Z] ---> docker-login.sh [2021-04-15T11:56:24.621Z] nexus3.edgexfoundry.org:10001 [2021-04-15T11:56:24.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:56:24.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:56:24.890Z] Configure a credential helper to remove this warning. See [2021-04-15T11:56:24.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:56:24.890Z] [2021-04-15T11:56:24.890Z] Login Succeeded [2021-04-15T11:56:24.890Z] nexus3.edgexfoundry.org:10002 [2021-04-15T11:56:25.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:56:25.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:56:25.153Z] Configure a credential helper to remove this warning. See [2021-04-15T11:56:25.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:56:25.153Z] [2021-04-15T11:56:25.153Z] Login Succeeded [2021-04-15T11:56:25.153Z] nexus3.edgexfoundry.org:10003 [2021-04-15T11:56:25.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:56:25.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:56:25.416Z] Configure a credential helper to remove this warning. See [2021-04-15T11:56:25.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:56:25.416Z] [2021-04-15T11:56:25.416Z] Login Succeeded [2021-04-15T11:56:25.416Z] nexus3.edgexfoundry.org:10004 [2021-04-15T11:56:25.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:56:25.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:56:25.416Z] Configure a credential helper to remove this warning. See [2021-04-15T11:56:25.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:56:25.416Z] [2021-04-15T11:56:25.416Z] Login Succeeded [2021-04-15T11:56:25.416Z] docker.io [2021-04-15T11:56:25.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:56:25.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:56:25.942Z] Configure a credential helper to remove this warning. See [2021-04-15T11:56:25.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:56:25.942Z] [2021-04-15T11:56:25.942Z] Login Succeeded [2021-04-15T11:56:25.942Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T11:56:25.952Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-15T11:56:26.140Z] ========================================================= [2021-04-15T11:56:26.140Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-15T11:56:26.140Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:56:26.449Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-15T11:56:26.713Z] Sending build context to Docker daemon 34.61MB [2021-04-15T11:56:26.713Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T11:56:26.713Z] Step 2/8 : FROM ${BASE} [2021-04-15T11:56:26.977Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-15T11:56:26.977Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T11:56:26.977Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T11:56:26.977Z] de9db76c5a1d: Pulling fs layer [2021-04-15T11:56:26.977Z] bca2f99d35d6: Pulling fs layer [2021-04-15T11:56:26.977Z] 93359f2a8cfa: Pulling fs layer [2021-04-15T11:56:26.977Z] 7c6f9722023f: Pulling fs layer [2021-04-15T11:56:26.977Z] a35cf1a2eb13: Pulling fs layer [2021-04-15T11:56:26.977Z] bca2f99d35d6: Waiting [2021-04-15T11:56:26.977Z] 7c6f9722023f: Waiting [2021-04-15T11:56:26.977Z] a35cf1a2eb13: Waiting [2021-04-15T11:56:26.978Z] 93359f2a8cfa: Waiting [2021-04-15T11:56:26.978Z] de9db76c5a1d: Download complete [2021-04-15T11:56:26.978Z] 0ef7d3d256c8: Verifying Checksum [2021-04-15T11:56:26.978Z] 0ef7d3d256c8: Download complete [2021-04-15T11:56:26.978Z] 93359f2a8cfa: Verifying Checksum [2021-04-15T11:56:26.978Z] 93359f2a8cfa: Download complete [2021-04-15T11:56:26.978Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T11:56:26.978Z] 188c0c94c7c5: Download complete [2021-04-15T11:56:26.978Z] 7c6f9722023f: Download complete [2021-04-15T11:56:27.240Z] 188c0c94c7c5: Pull complete [2021-04-15T11:56:27.519Z] 0ef7d3d256c8: Pull complete [2021-04-15T11:56:27.519Z] de9db76c5a1d: Pull complete [2021-04-15T11:56:28.925Z] a35cf1a2eb13: Verifying Checksum [2021-04-15T11:56:28.925Z] a35cf1a2eb13: Download complete [2021-04-15T11:56:29.882Z] bca2f99d35d6: Verifying Checksum [2021-04-15T11:56:29.882Z] bca2f99d35d6: Download complete [2021-04-15T11:56:35.191Z] bca2f99d35d6: Pull complete [2021-04-15T11:56:35.191Z] 93359f2a8cfa: Pull complete [2021-04-15T11:56:35.191Z] 7c6f9722023f: Pull complete [2021-04-15T11:56:40.849Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-262 in /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [Pipeline] { [Pipeline] ws [2021-04-15T11:56:40.866Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-15T11:56:43.349Z] a35cf1a2eb13: Pull complete [2021-04-15T11:56:43.349Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-15T11:56:43.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-15T11:56:43.349Z] ---> a62c8e92a672 [2021-04-15T11:56:43.349Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-15T11:56:43.349Z] ---> Running in 67c5ae0352bc [2021-04-15T11:56:43.349Z] Removing intermediate container 67c5ae0352bc [2021-04-15T11:56:43.349Z] ---> 7450b1be854f [2021-04-15T11:56:43.349Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T11:56:43.349Z] ---> Running in 6491064da671 [2021-04-15T11:56:44.296Z] Removing intermediate container 6491064da671 [2021-04-15T11:56:44.296Z] ---> fc12e87cdd02 [2021-04-15T11:56:44.296Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-15T11:56:44.296Z] ---> Running in 8dcbc368ca37 [2021-04-15T11:56:44.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T11:56:45.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T11:56:46.077Z] OK: 166 MiB in 39 packages [2021-04-15T11:56:46.366Z] using credential edgex-jenkins-ssh [2021-04-15T11:56:46.387Z] Cloning the remote Git repository [2021-04-15T11:56:46.658Z] Removing intermediate container 8dcbc368ca37 [2021-04-15T11:56:46.658Z] ---> 4155b8bff9c7 [2021-04-15T11:56:46.658Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-15T11:56:46.658Z] ---> Running in c8aed6e2285e [2021-04-15T11:56:46.924Z] Removing intermediate container c8aed6e2285e [2021-04-15T11:56:46.924Z] ---> b7b373e4175b [2021-04-15T11:56:46.924Z] Step 7/8 : COPY . . [2021-04-15T11:56:46.440Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T11:56:46.551Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-15T11:56:46.613Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T11:56:46.614Z] > git --version # timeout=10 [2021-04-15T11:56:46.635Z] > git --version # 'git version 2.17.1' [2021-04-15T11:56:46.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T11:56:46.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T11:56:49.277Z] Merging remotes/origin/master commit b243de676507bce5d4d3b934891dea324aa2fec9 into PR head commit 4b984059e715063e903bb92e73cbdc26a9a14341 [2021-04-15T11:56:48.676Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T11:56:48.691Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T11:56:48.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-15T11:56:48.754Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-15T11:56:48.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T11:56:48.767Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/334/head:refs/remotes/origin/PR-334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T11:56:49.299Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T11:56:49.311Z] > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 [2021-04-15T11:56:49.822Z] > git remote # timeout=10 [2021-04-15T11:56:49.839Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T11:56:49.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T11:56:49.862Z] > git merge b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 [2021-04-15T11:56:49.892Z] Merge succeeded, producing 4b984059e715063e903bb92e73cbdc26a9a14341 [2021-04-15T11:56:49.893Z] Checking out Revision 4b984059e715063e903bb92e73cbdc26a9a14341 (PR-334) [2021-04-15T11:56:50.234Z] ---> ba9e35130a0e [2021-04-15T11:56:50.234Z] Step 8/8 : RUN go mod download [2021-04-15T11:56:50.234Z] ---> Running in bcead43c6fff [2021-04-15T11:56:49.883Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T11:56:49.902Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T11:56:49.911Z] > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 [2021-04-15T11:56:54.782Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T11:56:56.239Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-15T11:56:56.644Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T11:56:56.986Z] + sudo service docker restart [2021-04-15T11:56:56.986Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T11:56:59.649Z] provisioning config files... [2021-04-15T11:56:59.694Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5658935997261635609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T11:57:00.075Z] ---> docker-login.sh [2021-04-15T11:57:00.075Z] nexus3.edgexfoundry.org:10001 [2021-04-15T11:57:01.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:57:01.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:57:01.340Z] Configure a credential helper to remove this warning. See [2021-04-15T11:57:01.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:57:01.340Z] [2021-04-15T11:57:01.340Z] Login Succeeded [2021-04-15T11:57:01.340Z] nexus3.edgexfoundry.org:10002 [2021-04-15T11:57:01.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:57:01.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:57:01.887Z] Configure a credential helper to remove this warning. See [2021-04-15T11:57:01.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:57:01.887Z] [2021-04-15T11:57:01.887Z] Login Succeeded [2021-04-15T11:57:01.887Z] nexus3.edgexfoundry.org:10003 [2021-04-15T11:57:02.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:57:02.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:57:02.435Z] Configure a credential helper to remove this warning. See [2021-04-15T11:57:02.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:57:02.435Z] [2021-04-15T11:57:02.435Z] Login Succeeded [2021-04-15T11:57:02.435Z] nexus3.edgexfoundry.org:10004 [2021-04-15T11:57:02.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:57:02.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:57:02.980Z] Configure a credential helper to remove this warning. See [2021-04-15T11:57:02.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:57:02.980Z] [2021-04-15T11:57:02.980Z] Login Succeeded [2021-04-15T11:57:02.980Z] docker.io [2021-04-15T11:57:03.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T11:57:03.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T11:57:03.525Z] Configure a credential helper to remove this warning. See [2021-04-15T11:57:03.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T11:57:03.525Z] [2021-04-15T11:57:03.525Z] Login Succeeded [2021-04-15T11:57:03.525Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T11:57:03.541Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-15T11:57:03.838Z] ========================================================= [2021-04-15T11:57:03.838Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-15T11:57:03.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:57:04.212Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-15T11:57:05.206Z] Sending build context to Docker daemon 34.61MB [2021-04-15T11:57:05.206Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T11:57:05.206Z] Step 2/8 : FROM ${BASE} [2021-04-15T11:57:05.206Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-15T11:57:05.206Z] 5f621e34cdf4: Pulling fs layer [2021-04-15T11:57:05.206Z] a4357932f1b6: Pulling fs layer [2021-04-15T11:57:05.206Z] 18c013af1878: Pulling fs layer [2021-04-15T11:57:05.206Z] 00ac8860ef70: Pulling fs layer [2021-04-15T11:57:05.206Z] 63d7cb157983: Pulling fs layer [2021-04-15T11:57:05.206Z] b116817d02f9: Pulling fs layer [2021-04-15T11:57:05.206Z] 745a02a5169b: Pulling fs layer [2021-04-15T11:57:05.206Z] 63d7cb157983: Waiting [2021-04-15T11:57:05.206Z] b116817d02f9: Waiting [2021-04-15T11:57:05.206Z] 745a02a5169b: Waiting [2021-04-15T11:57:05.206Z] 00ac8860ef70: Waiting [2021-04-15T11:57:05.206Z] 18c013af1878: Verifying Checksum [2021-04-15T11:57:05.206Z] 18c013af1878: Download complete [2021-04-15T11:57:05.206Z] a4357932f1b6: Verifying Checksum [2021-04-15T11:57:05.206Z] a4357932f1b6: Download complete [2021-04-15T11:57:05.483Z] 63d7cb157983: Verifying Checksum [2021-04-15T11:57:05.483Z] b116817d02f9: Verifying Checksum [2021-04-15T11:57:05.483Z] b116817d02f9: Download complete [2021-04-15T11:57:05.483Z] 5f621e34cdf4: Verifying Checksum [2021-04-15T11:57:05.483Z] 5f621e34cdf4: Download complete [2021-04-15T11:57:06.104Z] 5f621e34cdf4: Pull complete [2021-04-15T11:57:06.715Z] a4357932f1b6: Pull complete [2021-04-15T11:57:06.994Z] 18c013af1878: Pull complete [2021-04-15T11:57:07.591Z] 745a02a5169b: Verifying Checksum [2021-04-15T11:57:07.591Z] 745a02a5169b: Download complete [2021-04-15T11:57:09.028Z] 00ac8860ef70: Verifying Checksum [2021-04-15T11:57:09.028Z] 00ac8860ef70: Download complete [2021-04-15T11:57:19.195Z] 00ac8860ef70: Pull complete [2021-04-15T11:57:19.195Z] 63d7cb157983: Pull complete [2021-04-15T11:57:19.470Z] b116817d02f9: Pull complete [2021-04-15T11:57:22.401Z] Removing intermediate container bcead43c6fff [2021-04-15T11:57:22.401Z] ---> 0ac2ca158ce3 [2021-04-15T11:57:22.401Z] Successfully built 0ac2ca158ce3 [2021-04-15T11:57:22.401Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:57:22.709Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T11:57:22.709Z] . [Pipeline] withDockerContainer [2021-04-15T11:57:22.826Z] prd-centos7-docker-4c-2g-263 does not seem to be running inside a container [2021-04-15T11:57:22.860Z] 745a02a5169b: Pull complete [2021-04-15T11:57:22.860Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-15T11:57:22.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-15T11:57:22.860Z] ---> b7e6874047d6 [2021-04-15T11:57:22.860Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-15T11:57:22.872Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-15T11:57:23.655Z] $ docker top e8b8dd2ea8112cd21596dc04740b5fb7a3996fac8fe3b9350ab89597fecebc6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T11:57:24.074Z] + go version [2021-04-15T11:57:24.074Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-15T11:57:24.089Z] $ docker stop --time=1 e8b8dd2ea8112cd21596dc04740b5fb7a3996fac8fe3b9350ab89597fecebc6c [2021-04-15T11:57:25.413Z] $ docker rm -f e8b8dd2ea8112cd21596dc04740b5fb7a3996fac8fe3b9350ab89597fecebc6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:57:25.918Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T11:57:25.918Z] . [Pipeline] withDockerContainer [2021-04-15T11:57:26.013Z] prd-centos7-docker-4c-2g-263 does not seem to be running inside a container [2021-04-15T11:57:26.056Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-15T11:57:26.283Z] ---> Running in 906fc4d9da0b [2021-04-15T11:57:26.283Z] Removing intermediate container 906fc4d9da0b [2021-04-15T11:57:26.283Z] ---> 8921725412cb [2021-04-15T11:57:26.283Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T11:57:26.283Z] ---> Running in 0f21f0ea5564 [2021-04-15T11:57:26.660Z] $ docker top a5a7045e86922853cfcb0cf1a195e862f2c4d8be026d6df5bc93e5d1ddf0c927 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T11:57:27.049Z] + make test [2021-04-15T11:57:27.050Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-15T11:57:28.448Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-15T11:57:28.930Z] Removing intermediate container 0f21f0ea5564 [2021-04-15T11:57:28.930Z] ---> 39e2ca7a223b [2021-04-15T11:57:28.930Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-15T11:57:28.930Z] ---> Running in 3af856f18b92 [2021-04-15T11:57:29.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T11:57:30.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T11:57:31.494Z] OK: 142 MiB in 39 packages [2021-04-15T11:57:32.471Z] Removing intermediate container 3af856f18b92 [2021-04-15T11:57:32.471Z] ---> a5250dac6c6d [2021-04-15T11:57:32.471Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-15T11:57:32.471Z] ---> Running in 3587e4650213 [2021-04-15T11:57:33.065Z] Removing intermediate container 3587e4650213 [2021-04-15T11:57:33.065Z] ---> 2caeb60e2617 [2021-04-15T11:57:33.065Z] Step 7/8 : COPY . . [2021-04-15T11:57:36.464Z] ---> a87e7d15aee4 [2021-04-15T11:57:36.464Z] Step 8/8 : RUN go mod download [2021-04-15T11:57:36.464Z] ---> Running in d7b7d3a6550f [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-15T11:57:38.847Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-15T11:57:38.847Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-15T11:57:39.446Z] $ docker stop --time=1 a5a7045e86922853cfcb0cf1a195e862f2c4d8be026d6df5bc93e5d1ddf0c927 [2021-04-15T11:57:41.820Z] $ docker rm -f a5a7045e86922853cfcb0cf1a195e862f2c4d8be026d6df5bc93e5d1ddf0c927 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T11:57:42.289Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T11:57:42.671Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-15T11:57:44.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-15T11:57:45.285Z] + ls -al . [2021-04-15T11:57:45.285Z] total 92 [2021-04-15T11:57:45.285Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 15 11:57 . [2021-04-15T11:57:45.285Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 15 11:56 .. [2021-04-15T11:57:45.285Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 15 11:56 assets [2021-04-15T11:57:45.285Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 15 11:56 bin [2021-04-15T11:57:45.285Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 15 11:56 cmd [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 15 11:56 CONTRIBUTING.md [2021-04-15T11:57:45.285Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 15 11:57 coverage.out [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 15 11:56 Dockerfile [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 15 11:56 Dockerfile.build [2021-04-15T11:57:45.285Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 15 11:56 docs [2021-04-15T11:57:45.285Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 15 11:56 .git [2021-04-15T11:57:45.285Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 15 11:56 .github [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 15 11:56 .gitignore [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 15 11:56 go.mod [2021-04-15T11:57:45.285Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 15 11:57 go.sum [2021-04-15T11:57:45.285Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 15 11:56 internal [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 15 11:56 Jenkinsfile [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 15 11:56 LICENSE [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 15 11:56 Makefile [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 15 11:56 README.md [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 15 11:54 VERSION [2021-04-15T11:57:45.285Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 15 11:56 version.go [2021-04-15T11:57:45.285Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 15 11:56 web [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:57:45.588Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 --label arch=amd64 --label version=0.0.0 . [2021-04-15T11:57:45.852Z] Sending build context to Docker daemon 34.63MB [2021-04-15T11:57:46.114Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T11:57:46.114Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-15T11:57:46.114Z] ---> 0ac2ca158ce3 [2021-04-15T11:57:46.114Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-15T11:57:46.688Z] ---> Running in 578d32ef52e1 [2021-04-15T11:57:46.688Z] Removing intermediate container 578d32ef52e1 [2021-04-15T11:57:46.688Z] ---> 27a7b95c449c [2021-04-15T11:57:46.688Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-15T11:57:46.688Z] ---> Running in 9ca0e52f34a4 [2021-04-15T11:57:46.950Z] Removing intermediate container 9ca0e52f34a4 [2021-04-15T11:57:46.950Z] ---> da7cf0b09314 [2021-04-15T11:57:46.950Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-15T11:57:46.950Z] ---> Running in 83b02b29c239 [2021-04-15T11:57:47.211Z] Removing intermediate container 83b02b29c239 [2021-04-15T11:57:47.211Z] ---> 2eae82245a05 [2021-04-15T11:57:47.211Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-15T11:57:47.211Z] ---> Running in 1d8ecfac9064 [2021-04-15T11:57:47.473Z] Removing intermediate container 1d8ecfac9064 [2021-04-15T11:57:47.473Z] ---> cf48fb3e3ce7 [2021-04-15T11:57:47.473Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-15T11:57:47.473Z] ---> Running in b61c95e44ddb [2021-04-15T11:57:47.739Z] Removing intermediate container b61c95e44ddb [2021-04-15T11:57:47.739Z] ---> 4b2925e80572 [2021-04-15T11:57:47.739Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T11:57:47.739Z] ---> Running in cab460241474 [2021-04-15T11:57:48.684Z] Removing intermediate container cab460241474 [2021-04-15T11:57:48.684Z] ---> 9525e9bffa1b [2021-04-15T11:57:48.684Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-15T11:57:48.684Z] ---> Running in c4ac2d212b3a [2021-04-15T11:57:48.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T11:57:49.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T11:57:50.090Z] OK: 166 MiB in 39 packages [2021-04-15T11:57:50.352Z] Removing intermediate container c4ac2d212b3a [2021-04-15T11:57:50.352Z] ---> da5020a33195 [2021-04-15T11:57:50.352Z] Step 10/24 : ENV GO111MODULE=on [2021-04-15T11:57:50.352Z] ---> Running in e1b2954df2b5 [2021-04-15T11:57:50.614Z] Removing intermediate container e1b2954df2b5 [2021-04-15T11:57:50.614Z] ---> 20d72b5a5cbd [2021-04-15T11:57:50.614Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-15T11:57:50.614Z] ---> Running in 28ca81a62b5b [2021-04-15T11:57:50.877Z] Removing intermediate container 28ca81a62b5b [2021-04-15T11:57:50.877Z] ---> b001c65164ce [2021-04-15T11:57:50.877Z] Step 12/24 : COPY go.mod . [2021-04-15T11:57:51.143Z] ---> 3321b9d4dab1 [2021-04-15T11:57:51.143Z] Step 13/24 : COPY Makefile . [2021-04-15T11:57:51.143Z] ---> 4b85cf17f71c [2021-04-15T11:57:51.143Z] Step 14/24 : RUN make update [2021-04-15T11:57:51.405Z] ---> Running in d5a00afb8549 [2021-04-15T11:57:51.669Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-15T11:57:52.249Z] Removing intermediate container d5a00afb8549 [2021-04-15T11:57:52.249Z] ---> 4731c5f845ec [2021-04-15T11:57:52.249Z] Step 15/24 : COPY . . [2021-04-15T11:57:54.165Z] ---> b423f6166e7a [2021-04-15T11:57:54.165Z] Step 16/24 : RUN ${MAKE} [2021-04-15T11:57:54.166Z] ---> Running in 2a186abbab2e [2021-04-15T11:57:54.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-15T11:58:03.011Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-15T11:58:07.226Z] Removing intermediate container 2a186abbab2e [2021-04-15T11:58:07.226Z] ---> 2bc1d4a8d6b8 [2021-04-15T11:58:07.226Z] Step 17/24 : FROM alpine:3.12 [2021-04-15T11:58:07.226Z] 3.12: Pulling from library/alpine [2021-04-15T11:58:07.226Z] 339de151aab4: Pulling fs layer [2021-04-15T11:58:07.226Z] 339de151aab4: Verifying Checksum [2021-04-15T11:58:07.226Z] 339de151aab4: Download complete [2021-04-15T11:58:07.488Z] 339de151aab4: Pull complete [2021-04-15T11:58:07.488Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-15T11:58:07.488Z] Status: Downloaded newer image for alpine:3.12 [2021-04-15T11:58:07.488Z] ---> 13621d1b12d4 [2021-04-15T11:58:07.488Z] Step 18/24 : EXPOSE 4000 [2021-04-15T11:58:07.488Z] ---> Running in 031f5936c97b [2021-04-15T11:58:07.749Z] Removing intermediate container 031f5936c97b [2021-04-15T11:58:07.749Z] ---> bf68d308aa9e [2021-04-15T11:58:07.749Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T11:58:08.802Z] Removing intermediate container d7b7d3a6550f [2021-04-15T11:58:08.802Z] ---> c0f2f91b2c21 [2021-04-15T11:58:08.802Z] Successfully built c0f2f91b2c21 [2021-04-15T11:58:08.802Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:58:09.149Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T11:58:09.149Z] . [2021-04-15T11:58:09.150Z] ---> 6968fbfec079 [2021-04-15T11:58:09.150Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T11:58:09.150Z] ---> Running in f67420b2a04d [Pipeline] withDockerContainer [2021-04-15T11:58:09.412Z] Removing intermediate container f67420b2a04d [2021-04-15T11:58:09.412Z] ---> 10cf6c539622 [2021-04-15T11:58:09.412Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-15T11:58:09.412Z] ---> Running in ade8222b2bde [2021-04-15T11:58:09.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-262 does not seem to be running inside a container [2021-04-15T11:58:09.495Z] $ 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-04-15T11:58:09.675Z] Removing intermediate container ade8222b2bde [2021-04-15T11:58:09.675Z] ---> 9be37cb09b62 [2021-04-15T11:58:09.675Z] Step 22/24 : LABEL arch=amd64 [2021-04-15T11:58:09.675Z] ---> Running in 767ed89fe5eb [2021-04-15T11:58:09.937Z] Removing intermediate container 767ed89fe5eb [2021-04-15T11:58:09.937Z] ---> a5d7d87516cf [2021-04-15T11:58:09.937Z] Step 23/24 : LABEL git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 [2021-04-15T11:58:09.937Z] ---> Running in da9dbe18a98f [2021-04-15T11:58:09.937Z] Removing intermediate container da9dbe18a98f [2021-04-15T11:58:09.937Z] ---> 3586068a08d4 [2021-04-15T11:58:09.937Z] Step 24/24 : LABEL version=0.0.0 [2021-04-15T11:58:10.200Z] ---> Running in 291166caf7e6 [2021-04-15T11:58:10.200Z] Removing intermediate container 291166caf7e6 [2021-04-15T11:58:10.200Z] ---> 45a1a8974143 [2021-04-15T11:58:10.200Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-15T11:58:10.200Z] Successfully built 45a1a8974143 [2021-04-15T11:58:10.200Z] Successfully tagged docker-edgex-ui-go:latest [2021-04-15T11:58:11.157Z] $ docker top 0ef1de21e44fb431e38bd388882a03948a43284f114e825e64b18fcfc09aadc8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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-04-15T11:58:12.114Z] + go version [2021-04-15T11:58:12.115Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-15T11:58:12.140Z] $ docker stop --time=1 0ef1de21e44fb431e38bd388882a03948a43284f114e825e64b18fcfc09aadc8 [2021-04-15T11:58:12.163Z] ---> job-cost.sh [2021-04-15T11:58:12.163Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-07Os [2021-04-15T11:58:14.046Z] $ docker rm -f 0ef1de21e44fb431e38bd388882a03948a43284f114e825e64b18fcfc09aadc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:58:14.740Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T11:58:14.740Z] . [Pipeline] withDockerContainer [2021-04-15T11:58:15.000Z] prd-ubuntu18.04-docker-arm64-4c-16g-262 does not seem to be running inside a container [2021-04-15T11:58:15.089Z] $ 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-04-15T11:58:16.630Z] $ docker top 494fcdf7ce58ae67015a86a28bcf1f917822a22e03a1ca462db90a10fbfb32c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T11:58:17.576Z] + make test [2021-04-15T11:58:17.576Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-15T11:58:19.042Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-15T11:58:27.091Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T11:58:45.867Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-15T11:58:45.868Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-15T11:58:45.868Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-15T11:58:52.620Z] $ docker stop --time=1 494fcdf7ce58ae67015a86a28bcf1f917822a22e03a1ca462db90a10fbfb32c4 [2021-04-15T11:58:53.722Z] lf-activate-venv(): INFO: Adding /tmp/venv-07Os/bin to PATH [2021-04-15T11:58:53.722Z] INFO: No Stack... [2021-04-15T11:58:53.722Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T11:58:53.985Z] INFO: Archiving Costs [2021-04-15T11:58:54.884Z] $ docker rm -f 494fcdf7ce58ae67015a86a28bcf1f917822a22e03a1ca462db90a10fbfb32c4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-04-15T11:58:55.634Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-15T11:58:55.634Z] + cut -d, -f6 [2021-04-15T11:58:55.703Z] + sudo chown -R jenkins:jenkins . [Pipeline] lock [2021-04-15T11:58:55.714Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [2021-04-15T11:58:55.728Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] did not exist. Created. [2021-04-15T11:58:55.728Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] { [Pipeline] stash [2021-04-15T11:58:55.751Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] unstash [Pipeline] sh [2021-04-15T11:58:56.063Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-15T11:58:56.201Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T11:58:56.215Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-15T11:58:56.791Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T11:58:57.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-15T11:58:57.810Z] + ls -al . [2021-04-15T11:58:57.810Z] total 124 [2021-04-15T11:58:57.810Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 11:58 . [2021-04-15T11:58:57.810Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 11:56 .. [2021-04-15T11:58:57.810Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 11:56 .git [2021-04-15T11:58:57.810Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 11:56 .github [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 15 11:56 .gitignore [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 15 11:56 CONTRIBUTING.md [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 15 11:56 Dockerfile [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 15 11:56 Dockerfile.build [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 15 11:56 Jenkinsfile [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 15 11:56 LICENSE [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 15 11:56 Makefile [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 15 11:56 README.md [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 11:54 VERSION [2021-04-15T11:58:57.810Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 11:56 assets [2021-04-15T11:58:57.810Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 11:56 bin [2021-04-15T11:58:57.810Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 11:56 cmd [2021-04-15T11:58:57.810Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 15 11:58 coverage.out [2021-04-15T11:58:57.810Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 11:56 docs [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 15 11:56 go.mod [2021-04-15T11:58:57.810Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 15 11:58 go.sum [2021-04-15T11:58:57.810Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 11:56 internal [2021-04-15T11:58:57.810Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 15 11:56 version.go [2021-04-15T11:58:57.810Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 11:56 web [Pipeline] isUnix [Pipeline] sh [2021-04-15T11:58:58.224Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 --label arch=arm64 --label version=0.0.0 . [2021-04-15T11:58:59.201Z] Sending build context to Docker daemon 34.63MB [2021-04-15T11:58:59.472Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T11:58:59.473Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-15T11:58:59.473Z] ---> c0f2f91b2c21 [2021-04-15T11:58:59.473Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-15T11:59:00.076Z] ---> Running in 08f8672bca76 [2021-04-15T11:59:00.348Z] Removing intermediate container 08f8672bca76 [2021-04-15T11:59:00.348Z] ---> 1bf4eb5ebcd9 [2021-04-15T11:59:00.348Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-15T11:59:00.348Z] ---> Running in 911ff0502853 [2021-04-15T11:59:00.951Z] Removing intermediate container 911ff0502853 [2021-04-15T11:59:00.951Z] ---> 6610b6f971fb [2021-04-15T11:59:00.951Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-15T11:59:00.951Z] ---> Running in b9c5f64cbff0 [2021-04-15T11:59:01.558Z] Removing intermediate container b9c5f64cbff0 [2021-04-15T11:59:01.558Z] ---> 0ffbbc50b9f2 [2021-04-15T11:59:01.558Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-15T11:59:01.558Z] ---> Running in c1831ad9b2ef [2021-04-15T11:59:02.161Z] Removing intermediate container c1831ad9b2ef [2021-04-15T11:59:02.161Z] ---> 6fb9f0ef1da1 [2021-04-15T11:59:02.161Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-15T11:59:02.433Z] ---> Running in bc7e1d3a183f [2021-04-15T11:59:02.705Z] Removing intermediate container bc7e1d3a183f [2021-04-15T11:59:02.705Z] ---> 5c4339a0a911 [2021-04-15T11:59:02.705Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T11:59:02.992Z] ---> Running in 2aa4664f034f [2021-04-15T11:59:04.973Z] Removing intermediate container 2aa4664f034f [2021-04-15T11:59:04.973Z] ---> de915b6a3b65 [2021-04-15T11:59:04.973Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-15T11:59:04.973Z] ---> Running in 0e924e036823 [2021-04-15T11:59:06.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T11:59:06.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T11:59:07.593Z] OK: 142 MiB in 39 packages [2021-04-15T11:59:08.572Z] Removing intermediate container 0e924e036823 [2021-04-15T11:59:08.572Z] ---> 08aeb4bb7348 [2021-04-15T11:59:08.572Z] Step 10/24 : ENV GO111MODULE=on [2021-04-15T11:59:08.845Z] ---> Running in bbfd6f2d8a52 [2021-04-15T11:59:09.117Z] Removing intermediate container bbfd6f2d8a52 [2021-04-15T11:59:09.117Z] ---> bd1f022d152a [2021-04-15T11:59:09.117Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-15T11:59:09.390Z] ---> Running in 0dadfb38f88e [2021-04-15T11:59:09.981Z] Removing intermediate container 0dadfb38f88e [2021-04-15T11:59:09.981Z] ---> f404c85ca221 [2021-04-15T11:59:09.981Z] Step 12/24 : COPY go.mod . [2021-04-15T11:59:10.580Z] ---> 0539f0767ca2 [2021-04-15T11:59:10.580Z] Step 13/24 : COPY Makefile . [2021-04-15T11:59:11.175Z] ---> d3279e237fef [2021-04-15T11:59:11.175Z] Step 14/24 : RUN make update [2021-04-15T11:59:11.452Z] ---> Running in 450a308cafa4 [2021-04-15T11:59:12.434Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-15T11:59:13.868Z] Removing intermediate container 450a308cafa4 [2021-04-15T11:59:13.868Z] ---> 6e171d636a77 [2021-04-15T11:59:13.868Z] Step 15/24 : COPY . . [2021-04-15T11:59:17.258Z] ---> b30a0cb59e3b [2021-04-15T11:59:17.258Z] Step 16/24 : RUN ${MAKE} [2021-04-15T11:59:17.258Z] ---> Running in 71561c7d4215 [2021-04-15T11:59:18.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-15T11:59:45.041Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-15T11:59:50.436Z] Removing intermediate container 71561c7d4215 [2021-04-15T11:59:50.436Z] ---> bc7321ed0d5a [2021-04-15T11:59:50.436Z] Step 17/24 : FROM alpine:3.12 [2021-04-15T11:59:50.436Z] 3.12: Pulling from library/alpine [2021-04-15T11:59:50.710Z] d2f70382dc9a: Pulling fs layer [2021-04-15T11:59:50.988Z] d2f70382dc9a: Verifying Checksum [2021-04-15T11:59:50.988Z] d2f70382dc9a: Download complete [2021-04-15T11:59:51.583Z] d2f70382dc9a: Pull complete [2021-04-15T11:59:51.583Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-15T11:59:51.583Z] Status: Downloaded newer image for alpine:3.12 [2021-04-15T11:59:51.583Z] ---> 9852663dfa18 [2021-04-15T11:59:51.583Z] Step 18/24 : EXPOSE 4000 [2021-04-15T11:59:51.583Z] ---> Running in e389b017701f [2021-04-15T11:59:52.177Z] Removing intermediate container e389b017701f [2021-04-15T11:59:52.177Z] ---> 44ad24192cc4 [2021-04-15T11:59:52.177Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T11:59:54.783Z] ---> d89a806cee64 [2021-04-15T11:59:54.783Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-15T11:59:54.783Z] ---> Running in a81b94f01a44 [2021-04-15T11:59:55.055Z] Removing intermediate container a81b94f01a44 [2021-04-15T11:59:55.055Z] ---> 85ca54f99a22 [2021-04-15T11:59:55.055Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-15T11:59:55.055Z] ---> Running in 4338b35bdc3d [2021-04-15T11:59:55.659Z] Removing intermediate container 4338b35bdc3d [2021-04-15T11:59:55.659Z] ---> c96ef23c97a7 [2021-04-15T11:59:55.659Z] Step 22/24 : LABEL arch=arm64 [2021-04-15T11:59:55.659Z] ---> Running in 817ce32d2f2a [2021-04-15T11:59:55.934Z] Removing intermediate container 817ce32d2f2a [2021-04-15T11:59:55.934Z] ---> a35f1545e3dd [2021-04-15T11:59:55.934Z] Step 23/24 : LABEL git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 [2021-04-15T11:59:56.210Z] ---> Running in 7caf583c0893 [2021-04-15T11:59:56.813Z] Removing intermediate container 7caf583c0893 [2021-04-15T11:59:56.813Z] ---> 8e8ecf6bacb8 [2021-04-15T11:59:56.813Z] Step 24/24 : LABEL version=0.0.0 [2021-04-15T11:59:56.813Z] ---> Running in b109d98b99b0 [2021-04-15T11:59:57.406Z] Removing intermediate container b109d98b99b0 [2021-04-15T11:59:57.406Z] ---> cb6c3ad55519 [2021-04-15T11:59:57.406Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-15T11:59:57.406Z] Successfully built cb6c3ad55519 [2021-04-15T11:59:57.406Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-15T11:59:57.867Z] ---> job-cost.sh [2021-04-15T11:59:57.867Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HXO1 [2021-04-15T12:00:36.844Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T12:02:13.623Z] lf-activate-venv(): INFO: Adding /tmp/venv-HXO1/bin to PATH [2021-04-15T12:02:13.623Z] INFO: No Stack... [2021-04-15T12:02:13.623Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-15T12:02:13.623Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T12:02:13.955Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-04-15T12:02:13.955Z] + cut -d, -f6 [Pipeline] lock [2021-04-15T12:02:14.067Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [2021-04-15T12:02:14.079Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] did not exist. Created. [2021-04-15T12:02:14.079Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T12:02:14.436Z] /w/workspace/edgex-ui-go/2@tmp/durable-27c7cbef/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-27c7cbef/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-15T12:02:14.782Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-15T12:02:14.800Z] Warning: overwriting stash ‘stack-cost’ [2021-04-15T12:02:15.017Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T12:02:15.032Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-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] wrap [2021-04-15T12:02:15.543Z] provisioning config files... [2021-04-15T12:02:15.554Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/config1715738208599278157tmp [Pipeline] { [Pipeline] sh [2021-04-15T12:02:15.885Z] + set +x [2021-04-15T12:02:15.885Z] + bash -s -- [2021-04-15T12:02:15.885Z] + curl -s https://codecov.io/bash [2021-04-15T12:02:16.151Z] [2021-04-15T12:02:16.151Z] _____ _ [2021-04-15T12:02:16.151Z] / ____| | | [2021-04-15T12:02:16.151Z] | | ___ __| | ___ ___ _____ __ [2021-04-15T12:02:16.151Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-15T12:02:16.151Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-15T12:02:16.151Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-15T12:02:16.151Z] Bash-1.0.1 [2021-04-15T12:02:16.151Z] [2021-04-15T12:02:16.151Z] [2021-04-15T12:02:16.151Z] ==> git version 2.24.3 found [2021-04-15T12:02:16.151Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-15T12:02:16.151Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-15T12:02:16.151Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-15T12:02:16.151Z] ==> Jenkins CI detected. [2021-04-15T12:02:16.151Z] project root: . [2021-04-15T12:02:16.151Z] --> token set from env [2021-04-15T12:02:16.151Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-15T12:02:16.151Z] ==> Running gcov in . (disable via -X gcov) [2021-04-15T12:02:16.151Z] ==> Python coveragepy not found [2021-04-15T12:02:16.151Z] ==> Searching for coverage reports in: [2021-04-15T12:02:16.151Z] + . [2021-04-15T12:02:16.151Z] -> Found 1 reports [2021-04-15T12:02:16.151Z] ==> Detecting git/mercurial file structure [2021-04-15T12:02:16.151Z] ==> Reading reports [2021-04-15T12:02:16.151Z] + ./coverage.out bytes=10 [2021-04-15T12:02:16.151Z] ==> Appending adjustments [2021-04-15T12:02:16.151Z] https://docs.codecov.io/docs/fixing-reports [2021-04-15T12:02:16.414Z] + Found adjustments [2021-04-15T12:02:16.414Z] ==> Gzipping contents [2021-04-15T12:02:16.414Z] 4.0K /tmp/codecov.Pbix5x.gz [2021-04-15T12:02:16.414Z] ==> Uploading reports [2021-04-15T12:02:16.414Z] url: https://codecov.io [2021-04-15T12:02:16.414Z] query: branch=PR-334&commit=4b984059e715063e903bb92e73cbdc26a9a14341&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-334%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=334&job=&cmd_args= [2021-04-15T12:02:16.414Z] -> Pinging Codecov [2021-04-15T12:02:16.414Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-334&commit=4b984059e715063e903bb92e73cbdc26a9a14341&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-334%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=334&job=&cmd_args= [2021-04-15T12:02:16.990Z] -> Uploading to [2021-04-15T12:02:16.990Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-15/FB506323287CE973F263BFD2A0EB1F37/4b984059e715063e903bb92e73cbdc26a9a14341/27a1023c-de76-432c-9d1f-e697db8b06b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T120216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5bdb85981d1261958f67c118903c69d10e33497047ade26abadd93a6f966464 [2021-04-15T12:02:16.990Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T12:02:16.990Z] Dload Upload Total Spent Left Speed [2021-04-15T12:02:17.565Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3886 0 0 100 3886 0 9717 --:--:-- --:--:-- --:--:-- 9739 [2021-04-15T12:02:17.565Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/4b984059e715063e903bb92e73cbdc26a9a14341 [Pipeline] } [2021-04-15T12:02:17.575Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:18.578Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:18.885Z] ---> package-listing.sh [2021-04-15T12:02:18.885Z] ++ facter osfamily [2021-04-15T12:02:18.885Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-15T12:02:18.885Z] + OS_FAMILY=redhat [2021-04-15T12:02:18.885Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-334 [2021-04-15T12:02:18.885Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-15T12:02:18.885Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-15T12:02:18.885Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-15T12:02:18.885Z] + PACKAGES=/tmp/packages_start.txt [2021-04-15T12:02:18.885Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-334 ']' [2021-04-15T12:02:18.885Z] + PACKAGES=/tmp/packages_end.txt [2021-04-15T12:02:18.885Z] + case "${OS_FAMILY}" in [2021-04-15T12:02:18.885Z] + rpm -qa [2021-04-15T12:02:18.885Z] + sort [2021-04-15T12:02:24.214Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-15T12:02:24.214Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-15T12:02:24.214Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-15T12:02:24.214Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-334 ']' [2021-04-15T12:02:24.214Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-334/archives/ [2021-04-15T12:02:24.214Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-334/archives/ [Pipeline] echo [2021-04-15T12:02:24.229Z] 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-334/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-15T12:02:24.532Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:02:24.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T12:02:24.846Z] [2021-04-15T12:02:24.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-15T12:02:25.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T12:02:25.161Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-15T12:02:25.161Z] df20fa9351a1: Pulling fs layer [2021-04-15T12:02:25.161Z] 36b3adc4ff6f: Pulling fs layer [2021-04-15T12:02:25.161Z] 8ad3a11d3b57: Pulling fs layer [2021-04-15T12:02:25.161Z] 46f8f816bc3b: Pulling fs layer [2021-04-15T12:02:25.161Z] 93b61091891f: Pulling fs layer [2021-04-15T12:02:25.161Z] 93b9cdb0e59b: Pulling fs layer [2021-04-15T12:02:25.161Z] 5e14af77c1be: Pulling fs layer [2021-04-15T12:02:25.161Z] 01666e4c0597: Pulling fs layer [2021-04-15T12:02:25.161Z] aa168da1d23b: Pulling fs layer [2021-04-15T12:02:25.161Z] 93b9cdb0e59b: Waiting [2021-04-15T12:02:25.161Z] 5e14af77c1be: Waiting [2021-04-15T12:02:25.161Z] 01666e4c0597: Waiting [2021-04-15T12:02:25.161Z] aa168da1d23b: Waiting [2021-04-15T12:02:25.161Z] 46f8f816bc3b: Waiting [2021-04-15T12:02:25.161Z] 93b61091891f: Waiting [2021-04-15T12:02:25.161Z] 36b3adc4ff6f: Download complete [2021-04-15T12:02:25.161Z] 46f8f816bc3b: Download complete [2021-04-15T12:02:25.431Z] df20fa9351a1: Verifying Checksum [2021-04-15T12:02:25.431Z] 93b9cdb0e59b: Verifying Checksum [2021-04-15T12:02:25.431Z] 93b9cdb0e59b: Download complete [2021-04-15T12:02:25.431Z] 93b61091891f: Download complete [2021-04-15T12:02:25.431Z] 5e14af77c1be: Verifying Checksum [2021-04-15T12:02:25.431Z] 5e14af77c1be: Download complete [2021-04-15T12:02:25.431Z] 01666e4c0597: Verifying Checksum [2021-04-15T12:02:25.431Z] 01666e4c0597: Download complete [2021-04-15T12:02:25.431Z] 8ad3a11d3b57: Verifying Checksum [2021-04-15T12:02:25.431Z] 8ad3a11d3b57: Download complete [2021-04-15T12:02:25.696Z] df20fa9351a1: Pull complete [2021-04-15T12:02:25.959Z] 36b3adc4ff6f: Pull complete [2021-04-15T12:02:26.930Z] 8ad3a11d3b57: Pull complete [2021-04-15T12:02:26.930Z] 46f8f816bc3b: Pull complete [2021-04-15T12:02:27.515Z] 93b61091891f: Pull complete [2021-04-15T12:02:27.515Z] 93b9cdb0e59b: Pull complete [2021-04-15T12:02:27.776Z] 5e14af77c1be: Pull complete [2021-04-15T12:02:27.776Z] aa168da1d23b: Verifying Checksum [2021-04-15T12:02:27.776Z] aa168da1d23b: Download complete [2021-04-15T12:02:27.776Z] 01666e4c0597: Pull complete [2021-04-15T12:02:35.946Z] aa168da1d23b: Pull complete [2021-04-15T12:02:35.946Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-15T12:02:35.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T12:02:35.946Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-15T12:02:36.071Z] prd-centos7-docker-4c-2g-261 does not seem to be running inside a container [2021-04-15T12:02:36.113Z] $ 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-334/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-334 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334:/w/workspace/edgexfoundry_edgex-ui-go_PR-334:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-15T12:02:39.362Z] $ docker top d344da3c4895a894733fa495321cd4d7b0e0e3a552ce211107f84f8cced2dcb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T12:02:39.856Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-15T12:02:40.234Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-15T12:02:40.582Z] + ls /var/log/sa-host [2021-04-15T12:02:40.582Z] + sadf -c /var/log/sa-host/sa15 [2021-04-15T12:02:40.582Z] file_magic: OK [2021-04-15T12:02:40.582Z] HZ: Using current value: 100 [2021-04-15T12:02:40.582Z] file_header: OK [2021-04-15T12:02:40.582Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T12:02:40.582Z] Statistics: [2021-04-15T12:02:40.582Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-15T12:02:40.582Z] File successfully converted to sysstat format version 12.2.1 [2021-04-15T12:02:40.582Z] + sadf -c /var/log/sa-host/sa23 [2021-04-15T12:02:40.582Z] file_magic: OK [2021-04-15T12:02:40.582Z] HZ: Using current value: 100 [2021-04-15T12:02:40.582Z] file_header: OK [2021-04-15T12:02:40.582Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T12:02:40.582Z] Statistics: [2021-04-15T12:02:40.582Z] Hnuu...uuuununununu... [2021-04-15T12:02:40.582Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-15T12:02:41.190Z] provisioning config files... [2021-04-15T12:02:41.208Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/config8326257367772197052tmp [Pipeline] { [Pipeline] echo [2021-04-15T12:02:41.254Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:41.567Z] ---> create-netrc.sh [Pipeline] } [2021-04-15T12:02:41.577Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-15T12:02:41.603Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:41.904Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-15T12:02:41.915Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:42.214Z] ---> sudo-logs.sh [2021-04-15T12:02:42.214Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-15T12:02:42.246Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:42.544Z] ---> job-cost.sh [2021-04-15T12:02:42.544Z] lf-activate-venv: SKIPPING [2021-04-15T12:02:42.544Z] DEBUG: total: 0.20999999344348907 [2021-04-15T12:02:42.544Z] INFO: Retrieving Stack Cost... [2021-04-15T12:02:43.951Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T12:02:44.525Z] INFO: Archiving Costs [Pipeline] echo [2021-04-15T12:02:44.540Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T12:02:44.844Z] ---> logs-deploy.sh [2021-04-15T12:02:44.844Z] lf-activate-venv: SKIPPING [2021-04-15T12:02:44.844Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-334/2 [2021-04-15T12:02:44.844Z] INFO: archiving workspace using pattern(s): [2021-04-15T12:02:46.775Z] Archives upload complete. [2021-04-15T12:02:46.775Z] INFO: archiving logs to Nexus