Pull request #326 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 496597c1a6b922d1ec21c0be156f1ba5d6de8e24+6a62b4630643e9a9217882e0bdb5c333b7f0a58e (d4b6d77ff408cfe778e6413cd3512923dbde553a) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-326/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-326/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32921 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [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-326 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6a62b4630643e9a9217882e0bdb5c333b7f0a58e into PR head commit 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 Merge succeeded, producing 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 Checking out Revision 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 (PR-326) > git config core.sparsecheckout # timeout=10 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # 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 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T06:58:42.710Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T06:58:43.134Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T06:58:43.357Z] ========================================================= [2021-04-06T06:58:43.357Z] EdgeX Global Pipelines Version Info [2021-04-06T06:58:43.357Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:58:44.874Z] ------------------- [2021-04-06T06:58:44.874Z] stable info: [2021-04-06T06:58:44.874Z] ------------------- [2021-04-06T06:58:44.874Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T06:58:44.874Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T06:58:44.874Z] Message: update stable to v1.0.186 [2021-04-06T06:58:45.821Z] ------------------- [2021-04-06T06:58:45.821Z] experimental info: [2021-04-06T06:58:45.821Z] ------------------- [2021-04-06T06:58:45.821Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T06:58:45.821Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T06:58:45.821Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T06:58:46.192Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-06T06:58:46.309Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-06T06:58:46.428Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T06:58:46.581Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T06:58:46.713Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T06:58:46.833Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T06:58:46.976Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T06:58:47.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T06:58:47.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-06T06:58:47.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T06:58:47.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T06:58:47.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-06T06:58:47.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T06:58:48.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T06:58:48.166Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:58:48.299Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:58:48.415Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:58:48.548Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:58:48.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T06:58:48.811Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T06:58:48.926Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-06T06:58:49.083Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-06T06:58:49.204Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T06:58:49.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T06:58:49.432Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T06:58:49.551Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T06:58:49.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-326 [Pipeline] echo [2021-04-06T06:58:49.802Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-326 [Pipeline] echo [2021-04-06T06:58:49.926Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-326 [Pipeline] echo [2021-04-06T06:58:50.079Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [Pipeline] echo [2021-04-06T06:58:50.219Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 496597c [Pipeline] echo [2021-04-06T06:58:50.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:58:50.716Z] provisioning config files... [2021-04-06T06:58:50.746Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config5004454941386699169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:58:51.187Z] ---> docker-login.sh [2021-04-06T06:58:51.187Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:58:51.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:58:51.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:58:51.713Z] Configure a credential helper to remove this warning. See [2021-04-06T06:58:51.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:58:51.714Z] [2021-04-06T06:58:51.714Z] Login Succeeded [2021-04-06T06:58:51.714Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:58:51.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:58:51.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:58:51.714Z] Configure a credential helper to remove this warning. See [2021-04-06T06:58:51.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:58:51.714Z] [2021-04-06T06:58:51.714Z] Login Succeeded [2021-04-06T06:58:51.714Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:58:51.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:58:51.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:58:51.979Z] Configure a credential helper to remove this warning. See [2021-04-06T06:58:51.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:58:51.979Z] [2021-04-06T06:58:51.979Z] Login Succeeded [2021-04-06T06:58:51.979Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:58:51.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:58:52.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:58:52.243Z] Configure a credential helper to remove this warning. See [2021-04-06T06:58:52.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:58:52.243Z] [2021-04-06T06:58:52.243Z] Login Succeeded [2021-04-06T06:58:52.243Z] docker.io [2021-04-06T06:58:52.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:58:52.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:58:52.514Z] Configure a credential helper to remove this warning. See [2021-04-06T06:58:52.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:58:52.514Z] [2021-04-06T06:58:52.514Z] Login Succeeded [2021-04-06T06:58:52.514Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:58:52.544Z] 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-06T06:58:53.572Z] + git log --format=format:%s -1 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [Pipeline] echo [2021-04-06T06:58:53.702Z] GIT_COMMIT: 496597c1a6b922d1ec21c0be156f1ba5d6de8e24, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0 [Pipeline] echo [2021-04-06T06:58:53.787Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:58:54.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:58:54.447Z] [2021-04-06T06:58:54.447Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:58:54.833Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:58:54.833Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T06:58:54.833Z] 31603596830f: Pulling fs layer [2021-04-06T06:58:54.833Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T06:58:54.833Z] 6ca5941a6612: Pulling fs layer [2021-04-06T06:58:54.833Z] ecc8261a40a4: Pulling fs layer [2021-04-06T06:58:54.834Z] ecc8261a40a4: Waiting [2021-04-06T06:58:54.834Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T06:58:54.834Z] 2a8b12db71e7: Download complete [2021-04-06T06:58:55.095Z] 31603596830f: Verifying Checksum [2021-04-06T06:58:55.095Z] 31603596830f: Download complete [2021-04-06T06:58:55.095Z] 6ca5941a6612: Verifying Checksum [2021-04-06T06:58:55.095Z] 6ca5941a6612: Download complete [2021-04-06T06:58:55.095Z] ecc8261a40a4: Verifying Checksum [2021-04-06T06:58:55.095Z] ecc8261a40a4: Download complete [2021-04-06T06:58:55.364Z] 31603596830f: Pull complete [2021-04-06T06:58:55.626Z] 2a8b12db71e7: Pull complete [2021-04-06T06:58:56.207Z] 6ca5941a6612: Pull complete [2021-04-06T06:58:56.478Z] ecc8261a40a4: Pull complete [2021-04-06T06:58:56.744Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T06:58:56.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:58:56.744Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T06:58:56.895Z] prd-centos7-docker-4c-2g-32921 does not seem to be running inside a container [2021-04-06T06:58:56.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T06:58:59.749Z] $ docker top e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:59:00.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:59:00.282Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:59:00.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:59:00.535Z] $ docker exec e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent [2021-04-06T06:59:00.725Z] SSH_AUTH_SOCK=/tmp/ssh-FQyxGvqYfo4w/agent.12 [2021-04-06T06:59:00.725Z] SSH_AGENT_PID=17 [2021-04-06T06:59:00.743Z] Running ssh-add (command line suppressed) [2021-04-06T06:59:00.886Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_6064169566094250823.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_6064169566094250823.key) [2021-04-06T06:59:00.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:59:01.373Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T06:59:01.416Z] $ docker exec --env ******** --env ******** e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent -k [2021-04-06T06:59:01.538Z] unset SSH_AUTH_SOCK; [2021-04-06T06:59:01.538Z] unset SSH_AGENT_PID; [2021-04-06T06:59:01.538Z] echo Agent pid 17 killed; [2021-04-06T06:59:01.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T06:59:01.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:59:01.795Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:59:01.984Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:59:01.986Z] $ docker exec e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent [2021-04-06T06:59:02.151Z] SSH_AUTH_SOCK=/tmp/ssh-rYF9CnDJJuNh/agent.47 [2021-04-06T06:59:02.151Z] SSH_AGENT_PID=52 [2021-04-06T06:59:02.158Z] Running ssh-add (command line suppressed) [2021-04-06T06:59:02.274Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_3298648366827229668.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_3298648366827229668.key) [2021-04-06T06:59:02.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:59:02.706Z] + git semver init [2021-04-06T06:59:02.706Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:59:02.706Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.git [2021-04-06T06:59:02.706Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [2021-04-06T06:59:02.706Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:59:02.706Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:59:02.706Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:59:02.706Z] # $SEMVER_BRANCH = PR-326 [2021-04-06T06:59:02.706Z] # $SEMVER_TEMP = /tmp/semver-099803669 [2021-04-06T06:59:02.706Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-06T06:59:04.666Z] # '/tmp/semver-099803669' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver' [2021-04-06T06:59:04.666Z] # -> Force: false [2021-04-06T06:59:04.666Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver [Pipeline] } [2021-04-06T06:59:04.692Z] $ docker exec --env ******** --env ******** e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent -k [2021-04-06T06:59:04.821Z] unset SSH_AUTH_SOCK; [2021-04-06T06:59:04.822Z] unset SSH_AGENT_PID; [2021-04-06T06:59:04.822Z] echo Agent pid 52 killed; [2021-04-06T06:59:04.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:59:05.450Z] + git semver [Pipeline] } [2021-04-06T06:59:05.484Z] $ docker stop --time=1 e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e [2021-04-06T06:59:06.915Z] $ docker rm -f e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:59:07.476Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T06:59:07.975Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T06:59:07.997Z] [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-06T06:59:23.937Z] Still waiting to schedule task [2021-04-06T06:59:23.938Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-06T06:59:23.969Z] Still waiting to schedule task [2021-04-06T06:59:23.969Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-06T07:02:06.224Z] Running on prd-centos7-docker-4c-2g-32923 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws [2021-04-06T07:02:06.322Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-04-06T07:02:08.803Z] using credential edgex-jenkins-ssh [2021-04-06T07:02:08.857Z] Cloning the remote Git repository [2021-04-06T07:02:08.753Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T07:02:08.835Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-04-06T07:02:08.905Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T07:02:08.905Z] > git --version # timeout=10 [2021-04-06T07:02:08.912Z] > git --version # 'git version 2.24.3' [2021-04-06T07:02:08.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T07:02:08.940Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T07:02:10.384Z] Merging remotes/origin/master commit 6a62b4630643e9a9217882e0bdb5c333b7f0a58e into PR head commit 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [2021-04-06T07:02:10.593Z] Merge succeeded, producing 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [2021-04-06T07:02:10.594Z] Checking out Revision 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 (PR-326) [2021-04-06T07:02:09.931Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T07:02:09.938Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T07:02:09.949Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T07:02:09.964Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T07:02:09.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T07:02:09.970Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T07:02:10.390Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T07:02:10.395Z] > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 [2021-04-06T07:02:10.563Z] > git remote # timeout=10 [2021-04-06T07:02:10.569Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T07:02:10.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T07:02:10.577Z] > git merge 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 [2021-04-06T07:02:10.587Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T07:02:10.597Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T07:02:10.601Z] > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 [2021-04-06T07:02:14.413Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" [2021-04-06T07:02:14.438Z] > git --version # timeout=10 [2021-04-06T07:02:14.443Z] > git --version # 'git version 2.24.3' [2021-04-06T07:02:14.449Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T07:02:16.048Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T07:02:16.402Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T07:02:16.594Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32922 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws [2021-04-06T07:02:16.720Z] Running in /w/workspace/edgex-ui-go/1 [2021-04-06T07:02:16.725Z] + sudo service docker restart [2021-04-06T07:02:16.725Z] + true [2021-04-06T07:02:16.725Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T07:02:18.777Z] provisioning config files... [2021-04-06T07:02:18.809Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7136034840172614137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:19.235Z] ---> docker-login.sh [2021-04-06T07:02:19.235Z] nexus3.edgexfoundry.org:10001 [2021-04-06T07:02:19.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:19.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:19.507Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:19.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:19.507Z] [2021-04-06T07:02:19.507Z] Login Succeeded [2021-04-06T07:02:19.507Z] nexus3.edgexfoundry.org:10002 [2021-04-06T07:02:19.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:19.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:19.772Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:19.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:19.772Z] [2021-04-06T07:02:19.772Z] Login Succeeded [2021-04-06T07:02:19.772Z] nexus3.edgexfoundry.org:10003 [2021-04-06T07:02:20.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:20.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:20.036Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:20.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:20.036Z] [2021-04-06T07:02:20.036Z] Login Succeeded [2021-04-06T07:02:20.036Z] nexus3.edgexfoundry.org:10004 [2021-04-06T07:02:20.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:20.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:20.298Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:20.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:20.298Z] [2021-04-06T07:02:20.298Z] Login Succeeded [2021-04-06T07:02:20.298Z] docker.io [2021-04-06T07:02:20.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:20.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:20.560Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:20.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:20.560Z] [2021-04-06T07:02:20.560Z] Login Succeeded [2021-04-06T07:02:20.560Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T07:02:20.591Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T07:02:21.268Z] ========================================================= [2021-04-06T07:02:21.268Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T07:02:21.268Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:02:21.693Z] + 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-06T07:02:21.955Z] Sending build context to Docker daemon 17.6MB [2021-04-06T07:02:21.955Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T07:02:21.955Z] Step 2/8 : FROM ${BASE} [2021-04-06T07:02:21.965Z] using credential edgex-jenkins-ssh [2021-04-06T07:02:22.027Z] Cloning the remote Git repository [2021-04-06T07:02:22.217Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T07:02:22.217Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T07:02:22.217Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T07:02:22.217Z] de9db76c5a1d: Pulling fs layer [2021-04-06T07:02:22.217Z] bca2f99d35d6: Pulling fs layer [2021-04-06T07:02:22.217Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T07:02:22.217Z] 7c6f9722023f: Pulling fs layer [2021-04-06T07:02:22.217Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T07:02:22.217Z] bca2f99d35d6: Waiting [2021-04-06T07:02:22.217Z] 93359f2a8cfa: Waiting [2021-04-06T07:02:22.217Z] 7c6f9722023f: Waiting [2021-04-06T07:02:22.217Z] a35cf1a2eb13: Waiting [2021-04-06T07:02:22.217Z] de9db76c5a1d: Verifying Checksum [2021-04-06T07:02:22.217Z] de9db76c5a1d: Download complete [2021-04-06T07:02:22.217Z] 0ef7d3d256c8: Download complete [2021-04-06T07:02:22.217Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T07:02:22.217Z] 93359f2a8cfa: Download complete [2021-04-06T07:02:22.217Z] 7c6f9722023f: Verifying Checksum [2021-04-06T07:02:22.217Z] 7c6f9722023f: Download complete [2021-04-06T07:02:22.217Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T07:02:22.217Z] 188c0c94c7c5: Download complete [2021-04-06T07:02:22.480Z] 188c0c94c7c5: Pull complete [2021-04-06T07:02:22.743Z] 0ef7d3d256c8: Pull complete [2021-04-06T07:02:22.743Z] de9db76c5a1d: Pull complete [2021-04-06T07:02:22.084Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T07:02:22.194Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-04-06T07:02:22.274Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T07:02:22.275Z] > git --version # timeout=10 [2021-04-06T07:02:22.295Z] > git --version # 'git version 2.17.1' [2021-04-06T07:02:22.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T07:02:22.381Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T07:02:24.674Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T07:02:24.674Z] a35cf1a2eb13: Download complete [2021-04-06T07:02:24.674Z] bca2f99d35d6: Verifying Checksum [2021-04-06T07:02:24.674Z] bca2f99d35d6: Download complete [2021-04-06T07:02:26.909Z] Merging remotes/origin/master commit 6a62b4630643e9a9217882e0bdb5c333b7f0a58e into PR head commit 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [2021-04-06T07:02:26.219Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T07:02:26.238Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T07:02:26.263Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T07:02:26.294Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T07:02:26.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T07:02:26.314Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T07:02:26.932Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T07:02:26.997Z] > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 [2021-04-06T07:02:27.511Z] Merge succeeded, producing 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [2021-04-06T07:02:27.512Z] Checking out Revision 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 (PR-326) [2021-04-06T07:02:27.426Z] > git remote # timeout=10 [2021-04-06T07:02:27.449Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T07:02:27.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T07:02:27.478Z] > git merge 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 [2021-04-06T07:02:27.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T07:02:27.520Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T07:02:27.531Z] > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 [2021-04-06T07:02:30.012Z] bca2f99d35d6: Pull complete [2021-04-06T07:02:30.012Z] 93359f2a8cfa: Pull complete [2021-04-06T07:02:30.280Z] 7c6f9722023f: Pull complete [2021-04-06T07:02:32.071Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" [2021-04-06T07:02:32.131Z] > git --version # timeout=10 [2021-04-06T07:02:32.149Z] > git --version # 'git version 2.17.1' [2021-04-06T07:02:32.164Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T07:02:33.995Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T07:02:34.407Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T07:02:34.780Z] + sudo service docker restart [2021-04-06T07:02:34.780Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T07:02:37.531Z] provisioning config files... [2021-04-06T07:02:37.568Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1252454560473120244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:38.014Z] ---> docker-login.sh [2021-04-06T07:02:38.014Z] nexus3.edgexfoundry.org:10001 [2021-04-06T07:02:38.504Z] a35cf1a2eb13: Pull complete [2021-04-06T07:02:38.504Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T07:02:38.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T07:02:38.504Z] ---> a62c8e92a672 [2021-04-06T07:02:38.504Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T07:02:38.504Z] ---> Running in 13f25ae458a4 [2021-04-06T07:02:38.504Z] Removing intermediate container 13f25ae458a4 [2021-04-06T07:02:38.504Z] ---> e7f2af497b1e [2021-04-06T07:02:38.504Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T07:02:38.771Z] ---> Running in 8c8bab7d7166 [2021-04-06T07:02:38.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:39.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:39.271Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:39.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:39.271Z] [2021-04-06T07:02:39.271Z] Login Succeeded [2021-04-06T07:02:39.271Z] nexus3.edgexfoundry.org:10002 [2021-04-06T07:02:39.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:39.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:39.549Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:39.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:39.549Z] [2021-04-06T07:02:39.549Z] Login Succeeded [2021-04-06T07:02:39.549Z] nexus3.edgexfoundry.org:10003 [2021-04-06T07:02:39.723Z] Removing intermediate container 8c8bab7d7166 [2021-04-06T07:02:39.723Z] ---> 9d7c6b00dcbf [2021-04-06T07:02:39.723Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T07:02:39.723Z] ---> Running in 200cda02d404 [2021-04-06T07:02:40.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:40.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:40.146Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:40.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:40.146Z] [2021-04-06T07:02:40.146Z] Login Succeeded [2021-04-06T07:02:40.146Z] nexus3.edgexfoundry.org:10004 [2021-04-06T07:02:40.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T07:02:40.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:40.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:40.697Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:40.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:40.697Z] [2021-04-06T07:02:40.697Z] Login Succeeded [2021-04-06T07:02:40.697Z] docker.io [2021-04-06T07:02:40.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T07:02:41.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T07:02:41.252Z] Configure a credential helper to remove this warning. See [2021-04-06T07:02:41.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T07:02:41.252Z] [2021-04-06T07:02:41.252Z] Login Succeeded [2021-04-06T07:02:41.252Z] ---> docker-login.sh ends [2021-04-06T07:02:41.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [2021-04-06T07:02:41.289Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T07:02:41.834Z] OK: 166 MiB in 39 packages [2021-04-06T07:02:41.839Z] ========================================================= [2021-04-06T07:02:41.839Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T07:02:41.839Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:02:42.288Z] + 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-06T07:02:42.425Z] Removing intermediate container 200cda02d404 [2021-04-06T07:02:42.425Z] ---> c52f7f5970e0 [2021-04-06T07:02:42.425Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T07:02:42.425Z] ---> Running in 57847cc578f8 [2021-04-06T07:02:42.690Z] Removing intermediate container 57847cc578f8 [2021-04-06T07:02:42.690Z] ---> b3603d922432 [2021-04-06T07:02:42.690Z] Step 7/8 : COPY . . [2021-04-06T07:02:43.294Z] Sending build context to Docker daemon 17.6MB [2021-04-06T07:02:43.294Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T07:02:43.294Z] Step 2/8 : FROM ${BASE} [2021-04-06T07:02:43.294Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T07:02:43.294Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T07:02:43.294Z] a4357932f1b6: Pulling fs layer [2021-04-06T07:02:43.294Z] 18c013af1878: Pulling fs layer [2021-04-06T07:02:43.294Z] 00ac8860ef70: Pulling fs layer [2021-04-06T07:02:43.294Z] 63d7cb157983: Pulling fs layer [2021-04-06T07:02:43.294Z] b116817d02f9: Pulling fs layer [2021-04-06T07:02:43.294Z] 745a02a5169b: Pulling fs layer [2021-04-06T07:02:43.294Z] 00ac8860ef70: Waiting [2021-04-06T07:02:43.294Z] 63d7cb157983: Waiting [2021-04-06T07:02:43.294Z] 745a02a5169b: Waiting [2021-04-06T07:02:43.294Z] b116817d02f9: Waiting [2021-04-06T07:02:43.294Z] 18c013af1878: Verifying Checksum [2021-04-06T07:02:43.294Z] 18c013af1878: Download complete [2021-04-06T07:02:43.294Z] a4357932f1b6: Verifying Checksum [2021-04-06T07:02:43.294Z] a4357932f1b6: Download complete [2021-04-06T07:02:43.294Z] 63d7cb157983: Verifying Checksum [2021-04-06T07:02:43.294Z] 63d7cb157983: Download complete [2021-04-06T07:02:43.295Z] b116817d02f9: Verifying Checksum [2021-04-06T07:02:43.295Z] b116817d02f9: Download complete [2021-04-06T07:02:43.573Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T07:02:43.573Z] 5f621e34cdf4: Download complete [2021-04-06T07:02:44.570Z] 5f621e34cdf4: Pull complete [2021-04-06T07:02:44.846Z] a4357932f1b6: Pull complete [2021-04-06T07:02:45.264Z] ---> c7c5bb44fd4d [2021-04-06T07:02:45.264Z] Step 8/8 : RUN go mod download [2021-04-06T07:02:45.264Z] ---> Running in de7096b4e2a9 [2021-04-06T07:02:45.449Z] 18c013af1878: Pull complete [2021-04-06T07:02:45.730Z] 745a02a5169b: Verifying Checksum [2021-04-06T07:02:45.730Z] 745a02a5169b: Download complete [2021-04-06T07:02:47.169Z] 00ac8860ef70: Verifying Checksum [2021-04-06T07:02:47.169Z] 00ac8860ef70: Download complete [2021-04-06T07:02:57.347Z] 00ac8860ef70: Pull complete [2021-04-06T07:02:57.347Z] 63d7cb157983: Pull complete [2021-04-06T07:02:57.347Z] b116817d02f9: Pull complete [2021-04-06T07:03:01.701Z] 745a02a5169b: Pull complete [2021-04-06T07:03:01.701Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T07:03:01.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T07:03:01.701Z] ---> b7e6874047d6 [2021-04-06T07:03:01.701Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T07:03:04.363Z] ---> Running in 75683f002975 [2021-04-06T07:03:04.363Z] Removing intermediate container 75683f002975 [2021-04-06T07:03:04.363Z] ---> 9028f950244d [2021-04-06T07:03:04.363Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T07:03:04.640Z] ---> Running in 77d8dc7bacfe [2021-04-06T07:03:06.620Z] Removing intermediate container 77d8dc7bacfe [2021-04-06T07:03:06.620Z] ---> 5b20ee8476e2 [2021-04-06T07:03:06.620Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T07:03:06.901Z] ---> Running in 7f1337c6fafe [2021-04-06T07:03:07.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T07:03:08.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T07:03:09.468Z] OK: 142 MiB in 39 packages [2021-04-06T07:03:10.915Z] Removing intermediate container 7f1337c6fafe [2021-04-06T07:03:10.915Z] ---> 63e9c54e545c [2021-04-06T07:03:10.915Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T07:03:10.915Z] ---> Running in 2b09e8e8f11c [2021-04-06T07:03:11.190Z] Removing intermediate container 2b09e8e8f11c [2021-04-06T07:03:11.190Z] ---> ba014d068ed0 [2021-04-06T07:03:11.190Z] Step 7/8 : COPY . . [2021-04-06T07:03:11.932Z] Removing intermediate container de7096b4e2a9 [2021-04-06T07:03:11.933Z] ---> 3d5a248d5441 [2021-04-06T07:03:11.933Z] Successfully built 3d5a248d5441 [2021-04-06T07:03:11.933Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:03:12.283Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T07:03:12.283Z] . [Pipeline] withDockerContainer [2021-04-06T07:03:12.445Z] prd-centos7-docker-4c-2g-32923 does not seem to be running inside a container [2021-04-06T07:03:12.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-06T07:03:13.404Z] $ docker top c28202c13dd06bd74baf9918dcc88c2112ff868390757227d1be56f8e2a481c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T07:03:13.821Z] ---> 7b1f61b6883d [2021-04-06T07:03:13.821Z] Step 8/8 : RUN go mod download [2021-04-06T07:03:13.821Z] ---> Running in 48e08a87cea7 [2021-04-06T07:03:14.071Z] + go version [2021-04-06T07:03:14.071Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T07:03:14.103Z] $ docker stop --time=1 c28202c13dd06bd74baf9918dcc88c2112ff868390757227d1be56f8e2a481c4 [2021-04-06T07:03:15.823Z] $ docker rm -f c28202c13dd06bd74baf9918dcc88c2112ff868390757227d1be56f8e2a481c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:03:16.918Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T07:03:16.918Z] . [Pipeline] withDockerContainer [2021-04-06T07:03:17.078Z] prd-centos7-docker-4c-2g-32923 does not seem to be running inside a container [2021-04-06T07:03:17.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-06T07:03:17.756Z] $ docker top 06e9b7aa2152812766458826e4059309c4597cc75994dbae8f41b3cdb5377b43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T07:03:18.326Z] + make test [2021-04-06T07:03:18.326Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T07:03:19.742Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T07:03:28.061Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T07:03:28.328Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-06T07:03:30.939Z] $ docker stop --time=1 06e9b7aa2152812766458826e4059309c4597cc75994dbae8f41b3cdb5377b43 [2021-04-06T07:03:33.250Z] $ docker rm -f 06e9b7aa2152812766458826e4059309c4597cc75994dbae8f41b3cdb5377b43 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T07:03:33.933Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T07:03:34.344Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-06T07:03:36.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T07:03:36.576Z] + ls -al . [2021-04-06T07:03:36.576Z] total 92 [2021-04-06T07:03:36.576Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 07:03 . [2021-04-06T07:03:36.576Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 6 07:02 .. [2021-04-06T07:03:36.576Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 07:02 assets [2021-04-06T07:03:36.576Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 07:02 bin [2021-04-06T07:03:36.576Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 07:02 cmd [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 07:02 CONTRIBUTING.md [2021-04-06T07:03:36.576Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 6 07:03 coverage.out [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 07:02 Dockerfile [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 07:02 Dockerfile.build [2021-04-06T07:03:36.576Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 07:02 docs [2021-04-06T07:03:36.576Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 6 07:02 .git [2021-04-06T07:03:36.576Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 07:02 .github [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 07:02 .gitignore [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 07:02 go.mod [2021-04-06T07:03:36.576Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 07:03 go.sum [2021-04-06T07:03:36.576Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 07:02 internal [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 07:02 Jenkinsfile [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 07:02 LICENSE [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 07:02 Makefile [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 07:02 README.md [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 6 06:59 VERSION [2021-04-06T07:03:36.576Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 07:02 version.go [2021-04-06T07:03:36.576Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 07:02 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:03:36.922Z] + 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=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 --label arch=amd64 --label version=0.0.0 . [2021-04-06T07:03:37.186Z] Sending build context to Docker daemon 17.62MB [2021-04-06T07:03:37.186Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T07:03:37.186Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T07:03:37.186Z] ---> 3d5a248d5441 [2021-04-06T07:03:37.186Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T07:03:38.135Z] ---> Running in 9d2169e487fd [2021-04-06T07:03:38.135Z] Removing intermediate container 9d2169e487fd [2021-04-06T07:03:38.135Z] ---> ea0999b31488 [2021-04-06T07:03:38.135Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T07:03:38.135Z] ---> Running in 9dc67bece096 [2021-04-06T07:03:38.397Z] Removing intermediate container 9dc67bece096 [2021-04-06T07:03:38.397Z] ---> 1d5542c2c427 [2021-04-06T07:03:38.397Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T07:03:38.397Z] ---> Running in 4815f6a35781 [2021-04-06T07:03:38.660Z] Removing intermediate container 4815f6a35781 [2021-04-06T07:03:38.660Z] ---> 674d9c5fe938 [2021-04-06T07:03:38.660Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T07:03:38.660Z] ---> Running in 674bc64e58f3 [2021-04-06T07:03:38.660Z] Removing intermediate container 674bc64e58f3 [2021-04-06T07:03:38.660Z] ---> e4c7543a170f [2021-04-06T07:03:38.660Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T07:03:38.927Z] ---> Running in b36a3f0353c6 [2021-04-06T07:03:38.927Z] Removing intermediate container b36a3f0353c6 [2021-04-06T07:03:38.927Z] ---> e7d64c34e9c0 [2021-04-06T07:03:38.927Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T07:03:38.927Z] ---> Running in efe331143b6a [2021-04-06T07:03:39.874Z] Removing intermediate container efe331143b6a [2021-04-06T07:03:39.874Z] ---> e300ab69b1ed [2021-04-06T07:03:39.874Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T07:03:39.874Z] ---> Running in 6aa0d54eb05a [2021-04-06T07:03:40.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T07:03:41.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T07:03:41.603Z] OK: 166 MiB in 39 packages [2021-04-06T07:03:42.179Z] Removing intermediate container 6aa0d54eb05a [2021-04-06T07:03:42.179Z] ---> 1590fb76719b [2021-04-06T07:03:42.179Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T07:03:42.179Z] ---> Running in bba769f9ff7e [2021-04-06T07:03:42.449Z] Removing intermediate container bba769f9ff7e [2021-04-06T07:03:42.449Z] ---> 8a59f029bcfc [2021-04-06T07:03:42.449Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T07:03:42.449Z] ---> Running in a3bbed776d7e [2021-04-06T07:03:42.713Z] Removing intermediate container a3bbed776d7e [2021-04-06T07:03:42.713Z] ---> d76be35c1839 [2021-04-06T07:03:42.713Z] Step 12/24 : COPY go.mod . [2021-04-06T07:03:42.713Z] ---> 0616c4eb64bb [2021-04-06T07:03:42.713Z] Step 13/24 : COPY Makefile . [2021-04-06T07:03:42.976Z] ---> 88f9e3c68d13 [2021-04-06T07:03:42.976Z] Step 14/24 : RUN make update [2021-04-06T07:03:43.239Z] ---> Running in d03a6855e5eb [2021-04-06T07:03:43.506Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T07:03:44.094Z] Removing intermediate container d03a6855e5eb [2021-04-06T07:03:44.094Z] ---> 0542e0cedd00 [2021-04-06T07:03:44.094Z] Step 15/24 : COPY . . [2021-04-06T07:03:46.043Z] ---> 017e8fca95ea [2021-04-06T07:03:46.043Z] Step 16/24 : RUN ${MAKE} [2021-04-06T07:03:46.043Z] ---> Running in 43ca443506d5 [2021-04-06T07:03:46.200Z] Removing intermediate container 48e08a87cea7 [2021-04-06T07:03:46.200Z] ---> 33cd67ca5641 [2021-04-06T07:03:46.200Z] Successfully built 33cd67ca5641 [2021-04-06T07:03:46.200Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:03:46.588Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T07:03:46.588Z] . [2021-04-06T07:03:46.627Z] 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 [Pipeline] withDockerContainer [2021-04-06T07:03:46.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-32922 does not seem to be running inside a container [2021-04-06T07:03:47.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat [2021-04-06T07:03:48.662Z] $ docker top ba88863499f1173c389fe28489ad182c57073236009c8a351772c17c45c6272c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T07:03:49.784Z] + go version [2021-04-06T07:03:49.784Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T07:03:49.824Z] $ docker stop --time=1 ba88863499f1173c389fe28489ad182c57073236009c8a351772c17c45c6272c [2021-04-06T07:03:51.778Z] $ docker rm -f ba88863499f1173c389fe28489ad182c57073236009c8a351772c17c45c6272c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:03:53.115Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T07:03:53.115Z] . [Pipeline] withDockerContainer [2021-04-06T07:03:53.400Z] prd-ubuntu18.04-docker-arm64-4c-16g-32922 does not seem to be running inside a container [2021-04-06T07:03:53.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat [2021-04-06T07:03:54.981Z] $ docker top a6d71ae174ab86083d6df22733ae3c634ce55e81b94eae679f09a945216ecfb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T07:03:56.061Z] + make test [2021-04-06T07:03:56.061Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T07:03:56.727Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T07:03:57.518Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T07:03:58.650Z] Removing intermediate container 43ca443506d5 [2021-04-06T07:03:58.650Z] ---> 38dda2711270 [2021-04-06T07:03:58.650Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T07:03:58.913Z] 3.12: Pulling from library/alpine [2021-04-06T07:03:59.179Z] 532819f3e44c: Pulling fs layer [2021-04-06T07:03:59.179Z] 532819f3e44c: Verifying Checksum [2021-04-06T07:03:59.179Z] 532819f3e44c: Download complete [2021-04-06T07:03:59.444Z] 532819f3e44c: Pull complete [2021-04-06T07:03:59.444Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T07:03:59.444Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T07:03:59.444Z] ---> 7230e588e954 [2021-04-06T07:03:59.445Z] Step 18/24 : EXPOSE 4000 [2021-04-06T07:03:59.707Z] ---> Running in 3dcd0aa687f7 [2021-04-06T07:03:59.707Z] Removing intermediate container 3dcd0aa687f7 [2021-04-06T07:03:59.707Z] ---> 1925ef701e7a [2021-04-06T07:03:59.707Z] 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-06T07:04:01.101Z] ---> 33c90407b0c2 [2021-04-06T07:04:01.101Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T07:04:01.101Z] ---> Running in f35290e5a16d [2021-04-06T07:04:01.101Z] Removing intermediate container f35290e5a16d [2021-04-06T07:04:01.101Z] ---> d08df9b65744 [2021-04-06T07:04:01.101Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T07:04:01.101Z] ---> Running in d3ac4baf604e [2021-04-06T07:04:01.364Z] Removing intermediate container d3ac4baf604e [2021-04-06T07:04:01.364Z] ---> c1b12a2edb12 [2021-04-06T07:04:01.364Z] Step 22/24 : LABEL arch=amd64 [2021-04-06T07:04:01.364Z] ---> Running in 4d1cc03fbf2c [2021-04-06T07:04:01.628Z] Removing intermediate container 4d1cc03fbf2c [2021-04-06T07:04:01.628Z] ---> 71390774e47f [2021-04-06T07:04:01.628Z] Step 23/24 : LABEL git_sha=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [2021-04-06T07:04:01.628Z] ---> Running in 70476925401b [2021-04-06T07:04:01.891Z] Removing intermediate container 70476925401b [2021-04-06T07:04:01.891Z] ---> 50c30aa72b22 [2021-04-06T07:04:01.891Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T07:04:01.891Z] ---> Running in 6bfb23f102db [2021-04-06T07:04:01.891Z] Removing intermediate container 6bfb23f102db [2021-04-06T07:04:01.891Z] ---> c1fe5c5c4b70 [2021-04-06T07:04:01.891Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T07:04:02.155Z] Successfully built c1fe5c5c4b70 [2021-04-06T07:04:02.155Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:04:03.537Z] ---> job-cost.sh [2021-04-06T07:04:03.537Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-To7x [2021-04-06T07:04:18.486Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T07:04:24.365Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T07:04:24.366Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T07:04:24.366Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T07:04:24.366Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T07:04:24.366Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T07:04:24.366Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-06T07:04:31.154Z] $ docker stop --time=1 a6d71ae174ab86083d6df22733ae3c634ce55e81b94eae679f09a945216ecfb4 [2021-04-06T07:04:33.272Z] $ docker rm -f a6d71ae174ab86083d6df22733ae3c634ce55e81b94eae679f09a945216ecfb4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T07:04:34.142Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T07:04:34.184Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T07:04:34.979Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T07:04:36.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T07:04:36.456Z] + ls -al . [2021-04-06T07:04:36.456Z] total 124 [2021-04-06T07:04:36.456Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 07:03 . [2021-04-06T07:04:36.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 07:02 .. [2021-04-06T07:04:36.456Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 07:02 .git [2021-04-06T07:04:36.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 07:02 .github [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 07:02 .gitignore [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 07:02 CONTRIBUTING.md [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 07:02 Dockerfile [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 07:02 Dockerfile.build [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 07:02 Jenkinsfile [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 07:02 LICENSE [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 07:02 Makefile [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 07:02 README.md [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 6 06:59 VERSION [2021-04-06T07:04:36.456Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 07:02 assets [2021-04-06T07:04:36.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 07:02 bin [2021-04-06T07:04:36.456Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 07:02 cmd [2021-04-06T07:04:36.456Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 6 07:03 coverage.out [2021-04-06T07:04:36.456Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 07:02 docs [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 07:02 go.mod [2021-04-06T07:04:36.456Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 07:03 go.sum [2021-04-06T07:04:36.456Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 07:02 internal [2021-04-06T07:04:36.456Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 07:02 version.go [2021-04-06T07:04:36.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 07:02 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:04:36.932Z] + 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=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 --label arch=arm64 --label version=0.0.0 . [2021-04-06T07:04:37.941Z] Sending build context to Docker daemon 17.62MB [2021-04-06T07:04:37.941Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T07:04:37.941Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T07:04:37.941Z] ---> 33cd67ca5641 [2021-04-06T07:04:37.941Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T07:04:38.217Z] ---> Running in 7c1e7e6fd340 [2021-04-06T07:04:38.820Z] Removing intermediate container 7c1e7e6fd340 [2021-04-06T07:04:38.820Z] ---> 0d8a5252d552 [2021-04-06T07:04:38.820Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T07:04:38.820Z] ---> Running in 30b18d66df35 [2021-04-06T07:04:39.419Z] Removing intermediate container 30b18d66df35 [2021-04-06T07:04:39.419Z] ---> e7aae8c79d4b [2021-04-06T07:04:39.419Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T07:04:39.419Z] ---> Running in d536b325b148 [2021-04-06T07:04:40.016Z] Removing intermediate container d536b325b148 [2021-04-06T07:04:40.016Z] ---> 0d09959f742a [2021-04-06T07:04:40.016Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T07:04:40.016Z] ---> Running in 24c9688cba69 [2021-04-06T07:04:40.612Z] Removing intermediate container 24c9688cba69 [2021-04-06T07:04:40.613Z] ---> d7b399fea43c [2021-04-06T07:04:40.613Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T07:04:40.613Z] ---> Running in 7c0b8754167f [2021-04-06T07:04:41.208Z] Removing intermediate container 7c0b8754167f [2021-04-06T07:04:41.208Z] ---> 9ffcdf75e555 [2021-04-06T07:04:41.208Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T07:04:41.208Z] ---> Running in 13d13772883f [2021-04-06T07:04:43.184Z] Removing intermediate container 13d13772883f [2021-04-06T07:04:43.184Z] ---> 31810356f2d5 [2021-04-06T07:04:43.184Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T07:04:43.458Z] ---> Running in 7a23f15e79e1 [2021-04-06T07:04:44.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T07:04:45.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T07:04:46.025Z] OK: 142 MiB in 39 packages [2021-04-06T07:04:47.464Z] Removing intermediate container 7a23f15e79e1 [2021-04-06T07:04:47.464Z] ---> 3059b8936c60 [2021-04-06T07:04:47.464Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T07:04:47.464Z] ---> Running in 24cc54a259fe [2021-04-06T07:04:47.738Z] Removing intermediate container 24cc54a259fe [2021-04-06T07:04:47.738Z] ---> 620b392a0647 [2021-04-06T07:04:47.738Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T07:04:48.020Z] ---> Running in 39fba9a5378e [2021-04-06T07:04:48.616Z] Removing intermediate container 39fba9a5378e [2021-04-06T07:04:48.616Z] ---> 9ce5a01c68bf [2021-04-06T07:04:48.616Z] Step 12/24 : COPY go.mod . [2021-04-06T07:04:49.215Z] ---> e3162f770097 [2021-04-06T07:04:49.215Z] Step 13/24 : COPY Makefile . [2021-04-06T07:04:49.814Z] ---> f6ef2100bde8 [2021-04-06T07:04:49.814Z] Step 14/24 : RUN make update [2021-04-06T07:04:50.095Z] ---> Running in 0b2eccc121b6 [2021-04-06T07:04:50.705Z] lf-activate-venv(): INFO: Adding /tmp/venv-To7x/bin to PATH [2021-04-06T07:04:50.705Z] INFO: No Stack... [2021-04-06T07:04:50.705Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T07:04:50.705Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T07:04:51.044Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-04-06T07:04:51.044Z] + cut -d, -f6 [2021-04-06T07:04:51.079Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] lock [2021-04-06T07:04:51.208Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [2021-04-06T07:04:51.214Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] did not exist. Created. [2021-04-06T07:04:51.214Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T07:04:51.761Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T07:04:51.949Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T07:04:51.970Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-04-06T07:04:52.522Z] Removing intermediate container 0b2eccc121b6 [2021-04-06T07:04:52.522Z] ---> e2ee361e8292 [2021-04-06T07:04:52.522Z] Step 15/24 : COPY . . [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T07:04:55.142Z] ---> c48d879182fe [2021-04-06T07:04:55.142Z] Step 16/24 : RUN ${MAKE} [2021-04-06T07:04:55.142Z] ---> Running in 40e9997e5487 [2021-04-06T07:04:56.120Z] 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-06T07:05:22.972Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T07:05:28.379Z] Removing intermediate container 40e9997e5487 [2021-04-06T07:05:28.379Z] ---> 5615881e2ebc [2021-04-06T07:05:28.379Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T07:05:28.379Z] 3.12: Pulling from library/alpine [2021-04-06T07:05:28.379Z] 9a219e8acc52: Pulling fs layer [2021-04-06T07:05:28.379Z] 9a219e8acc52: Download complete [2021-04-06T07:05:28.975Z] 9a219e8acc52: Pull complete [2021-04-06T07:05:28.975Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T07:05:28.975Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T07:05:28.975Z] ---> d75e27dfc0a0 [2021-04-06T07:05:28.975Z] Step 18/24 : EXPOSE 4000 [2021-04-06T07:05:29.246Z] ---> Running in c99d8ba97104 [2021-04-06T07:05:29.518Z] Removing intermediate container c99d8ba97104 [2021-04-06T07:05:29.518Z] ---> e6a8e9f7903f [2021-04-06T07:05:29.518Z] 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-06T07:05:31.496Z] ---> 3dc892d90703 [2021-04-06T07:05:31.496Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T07:05:31.496Z] ---> Running in 9a7b2a65ae87 [2021-04-06T07:05:32.092Z] Removing intermediate container 9a7b2a65ae87 [2021-04-06T07:05:32.092Z] ---> eb75b88a32e7 [2021-04-06T07:05:32.092Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T07:05:32.092Z] ---> Running in b0cfdf1e6eac [2021-04-06T07:05:32.695Z] Removing intermediate container b0cfdf1e6eac [2021-04-06T07:05:32.695Z] ---> 225f1f16f768 [2021-04-06T07:05:32.695Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T07:05:32.695Z] ---> Running in 42e782ea45ab [2021-04-06T07:05:33.289Z] Removing intermediate container 42e782ea45ab [2021-04-06T07:05:33.289Z] ---> a6d69c343dcc [2021-04-06T07:05:33.289Z] Step 23/24 : LABEL git_sha=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [2021-04-06T07:05:33.289Z] ---> Running in f2153a1544ed [2021-04-06T07:05:33.881Z] Removing intermediate container f2153a1544ed [2021-04-06T07:05:33.881Z] ---> 98d9420f8a9f [2021-04-06T07:05:33.881Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T07:05:33.881Z] ---> Running in 0de13819860b [2021-04-06T07:05:34.474Z] Removing intermediate container 0de13819860b [2021-04-06T07:05:34.474Z] ---> 739ef2d1e5bf [2021-04-06T07:05:34.474Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T07:05:34.474Z] Successfully built 739ef2d1e5bf [2021-04-06T07:05:34.474Z] 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-06T07:05:35.539Z] ---> job-cost.sh [2021-04-06T07:05:35.539Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2TTF [2021-04-06T07:06:14.495Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T07:07:51.246Z] lf-activate-venv(): INFO: Adding /tmp/venv-2TTF/bin to PATH [2021-04-06T07:07:51.246Z] INFO: No Stack... [2021-04-06T07:07:51.246Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T07:07:51.246Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T07:07:51.606Z] + + cat /w/workspace/edgex-ui-go/1/archives/cost.csvcut [2021-04-06T07:07:51.606Z] -d, -f6 [Pipeline] lock [2021-04-06T07:07:51.770Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [2021-04-06T07:07:51.776Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] did not exist. Created. [2021-04-06T07:07:51.776Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T07:07:52.301Z] /w/workspace/edgex-ui-go/1@tmp/durable-f50f5c21/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-f50f5c21/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T07:07:52.679Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T07:07:52.724Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T07:07:52.938Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T07:07:52.963Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-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-06T07:07:54.981Z] provisioning config files... [2021-04-06T07:07:54.993Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config2255803963910671175tmp [Pipeline] { [Pipeline] sh [2021-04-06T07:07:55.439Z] + set +x [2021-04-06T07:07:55.439Z] + curl -s https://codecov.io/bash [2021-04-06T07:07:55.439Z] + bash -s -- [2021-04-06T07:07:55.704Z] [2021-04-06T07:07:55.704Z] _____ _ [2021-04-06T07:07:55.704Z] / ____| | | [2021-04-06T07:07:55.704Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T07:07:55.704Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T07:07:55.704Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T07:07:55.704Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T07:07:55.704Z] Bash-20210309-2b87ace [2021-04-06T07:07:55.704Z] [2021-04-06T07:07:55.704Z] [2021-04-06T07:07:55.704Z] ==> git version 2.24.3 found [2021-04-06T07:07:55.704Z] ==> 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-06T07:07:55.704Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T07:07:55.704Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T07:07:55.704Z] ==> Jenkins CI detected. [2021-04-06T07:07:55.704Z] project root: . [2021-04-06T07:07:55.704Z] --> token set from env [2021-04-06T07:07:55.704Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T07:07:55.704Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T07:07:55.704Z] ==> Python coveragepy not found [2021-04-06T07:07:55.704Z] ==> Searching for coverage reports in: [2021-04-06T07:07:55.704Z] + . [2021-04-06T07:07:55.704Z] -> Found 1 reports [2021-04-06T07:07:55.704Z] ==> Detecting git/mercurial file structure [2021-04-06T07:07:55.704Z] ==> Reading reports [2021-04-06T07:07:55.704Z] + ./coverage.out bytes=10 [2021-04-06T07:07:55.704Z] ==> Appending adjustments [2021-04-06T07:07:55.704Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T07:07:55.969Z] + Found adjustments [2021-04-06T07:07:55.969Z] ==> Gzipping contents [2021-04-06T07:07:55.969Z] 4.0K /tmp/codecov.NHwUj6.gz [2021-04-06T07:07:55.969Z] ==> Uploading reports [2021-04-06T07:07:55.969Z] url: https://codecov.io [2021-04-06T07:07:55.969Z] query: branch=PR-326&commit=496597c1a6b922d1ec21c0be156f1ba5d6de8e24&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= [2021-04-06T07:07:55.969Z] -> Pinging Codecov [2021-04-06T07:07:55.969Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-326&commit=496597c1a6b922d1ec21c0be156f1ba5d6de8e24&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= [2021-04-06T07:07:56.548Z] -> Uploading to [2021-04-06T07:07:56.548Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/496597c1a6b922d1ec21c0be156f1ba5d6de8e24/879cbf33-8efe-42e9-83ac-5e2f43e94d43.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T070756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7e2269154b6e367c1bc3ea7e9bf3f01354f5f9881edee1a29ec974d2d23985c9 [2021-04-06T07:07:56.548Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T07:07:56.548Z] Dload Upload Total Spent Left Speed [2021-04-06T07:07:56.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 6332 --:--:-- --:--:-- --:--:-- 6324 100 3491 0 0 100 3491 0 6328 --:--:-- --:--:-- --:--:-- 6324 [2021-04-06T07:07:56.813Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [Pipeline] } [2021-04-06T07:07:56.840Z] 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-06T07:08:00.204Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:08:00.556Z] ---> package-listing.sh [2021-04-06T07:08:00.556Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T07:08:00.556Z] ++ facter osfamily [2021-04-06T07:08:00.556Z] + OS_FAMILY=redhat [2021-04-06T07:08:00.557Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-326 [2021-04-06T07:08:00.557Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T07:08:00.557Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T07:08:00.557Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T07:08:00.557Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T07:08:00.557Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' [2021-04-06T07:08:00.557Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T07:08:00.557Z] + case "${OS_FAMILY}" in [2021-04-06T07:08:00.557Z] + rpm -qa [2021-04-06T07:08:00.557Z] + sort [2021-04-06T07:08:05.886Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T07:08:05.886Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T07:08:05.886Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T07:08:05.886Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' [2021-04-06T07:08:05.886Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ [2021-04-06T07:08:05.886Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ [Pipeline] echo [2021-04-06T07:08:05.924Z] 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-326/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T07:08:06.239Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:08:06.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T07:08:06.591Z] [2021-04-06T07:08:06.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:08:06.993Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T07:08:06.993Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T07:08:06.993Z] df20fa9351a1: Pulling fs layer [2021-04-06T07:08:06.993Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T07:08:06.993Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T07:08:06.993Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T07:08:06.993Z] 93b61091891f: Pulling fs layer [2021-04-06T07:08:06.993Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T07:08:06.993Z] 5e14af77c1be: Pulling fs layer [2021-04-06T07:08:06.993Z] 01666e4c0597: Pulling fs layer [2021-04-06T07:08:06.993Z] aa168da1d23b: Pulling fs layer [2021-04-06T07:08:06.993Z] 93b61091891f: Waiting [2021-04-06T07:08:06.993Z] 93b9cdb0e59b: Waiting [2021-04-06T07:08:06.993Z] 5e14af77c1be: Waiting [2021-04-06T07:08:06.993Z] 46f8f816bc3b: Waiting [2021-04-06T07:08:06.993Z] aa168da1d23b: Waiting [2021-04-06T07:08:06.993Z] 01666e4c0597: Waiting [2021-04-06T07:08:06.993Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T07:08:06.993Z] 36b3adc4ff6f: Download complete [2021-04-06T07:08:06.993Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T07:08:06.993Z] 46f8f816bc3b: Download complete [2021-04-06T07:08:06.993Z] df20fa9351a1: Download complete [2021-04-06T07:08:07.260Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T07:08:07.260Z] 93b9cdb0e59b: Download complete [2021-04-06T07:08:07.260Z] 5e14af77c1be: Verifying Checksum [2021-04-06T07:08:07.260Z] 5e14af77c1be: Download complete [2021-04-06T07:08:07.260Z] 93b61091891f: Verifying Checksum [2021-04-06T07:08:07.260Z] 93b61091891f: Download complete [2021-04-06T07:08:07.260Z] 01666e4c0597: Verifying Checksum [2021-04-06T07:08:07.260Z] 01666e4c0597: Download complete [2021-04-06T07:08:07.522Z] df20fa9351a1: Pull complete [2021-04-06T07:08:07.785Z] 36b3adc4ff6f: Pull complete [2021-04-06T07:08:08.049Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T07:08:08.049Z] 8ad3a11d3b57: Download complete [2021-04-06T07:08:09.022Z] 8ad3a11d3b57: Pull complete [2021-04-06T07:08:09.022Z] 46f8f816bc3b: Pull complete [2021-04-06T07:08:09.603Z] 93b61091891f: Pull complete [2021-04-06T07:08:09.866Z] 93b9cdb0e59b: Pull complete [2021-04-06T07:08:09.866Z] aa168da1d23b: Verifying Checksum [2021-04-06T07:08:09.866Z] aa168da1d23b: Download complete [2021-04-06T07:08:10.130Z] 5e14af77c1be: Pull complete [2021-04-06T07:08:10.130Z] 01666e4c0597: Pull complete [2021-04-06T07:08:16.771Z] aa168da1d23b: Pull complete [2021-04-06T07:08:16.771Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T07:08:16.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T07:08:16.771Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T07:08:16.963Z] prd-centos7-docker-4c-2g-32921 does not seem to be running inside a container [2021-04-06T07:08:17.014Z] $ 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-326/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-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T07:08:20.506Z] $ docker top 3af9b2c8294826c1a8d9292922835b66c1fdf4688d6b21b401192f79e65117a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T07:08:21.180Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T07:08:21.506Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T07:08:21.890Z] + ls /var/log/sa-host [2021-04-06T07:08:21.890Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T07:08:21.890Z] file_magic: OK [2021-04-06T07:08:21.890Z] HZ: Using current value: 100 [2021-04-06T07:08:21.890Z] file_header: OK [2021-04-06T07:08:21.890Z] 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-06T07:08:21.890Z] Statistics: [2021-04-06T07:08:21.890Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T07:08:21.890Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T07:08:21.890Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T07:08:21.890Z] file_magic: OK [2021-04-06T07:08:21.890Z] HZ: Using current value: 100 [2021-04-06T07:08:21.890Z] file_header: OK [2021-04-06T07:08:21.890Z] 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-06T07:08:21.890Z] Statistics: [2021-04-06T07:08:21.890Z] Hnuu...uuuununununu... [2021-04-06T07:08:21.890Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T07:08:22.668Z] provisioning config files... [2021-04-06T07:08:22.684Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config5922452074052590692tmp [Pipeline] { [Pipeline] echo [2021-04-06T07:08:22.860Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:08:23.200Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T07:08:23.225Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T07:08:23.376Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:08:23.718Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T07:08:23.752Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:08:24.099Z] ---> sudo-logs.sh [2021-04-06T07:08:24.099Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T07:08:24.218Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:08:24.561Z] ---> job-cost.sh [2021-04-06T07:08:24.561Z] lf-activate-venv: SKIPPING [2021-04-06T07:08:24.561Z] DEBUG: total: 0.20999999344348907 [2021-04-06T07:08:24.561Z] INFO: Retrieving Stack Cost... [2021-04-06T07:08:25.508Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T07:08:26.083Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T07:08:26.123Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:08:26.461Z] ---> logs-deploy.sh [2021-04-06T07:08:26.461Z] lf-activate-venv: SKIPPING [2021-04-06T07:08:26.461Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-326/1 [2021-04-06T07:08:26.461Z] INFO: archiving workspace using pattern(s): [2021-04-06T07:08:28.384Z] Archives upload complete. [2021-04-06T07:08:28.384Z] INFO: archiving logs to Nexus