Pull request #350 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd+45c5c3c30aaf23148a1940dbf770e38088385cf5 (92f11e99300b8817e4493c8f7f48968481fd0d10) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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 ‘prd-centos7-docker-4c-2g-3730’ is offline Running on prd-centos7-docker-4c-2g-3731 in /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [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-350 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 45c5c3c30aaf23148a1940dbf770e38088385cf5 into PR head commit f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd > 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/350/head:refs/remotes/origin/PR-350 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 Merge succeeded, producing f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd Checking out Revision f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd (PR-350) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 Commit message: "Merge branch 'master' into issue-#275-15-scheduler-update" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-08T08:53:45.989Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-08T08:53:46.085Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-08T08:53:46.113Z] ========================================================= [2021-05-08T08:53:46.113Z] EdgeX Global Pipelines Version Info [2021-05-08T08:53:46.113Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 97e586b6ae399f3db216c93d8ba35ec1b4e637a1 # timeout=10 [2021-05-08T08:53:47.767Z] ------------------- [2021-05-08T08:53:47.767Z] stable info: [2021-05-08T08:53:47.767Z] ------------------- [2021-05-08T08:53:47.767Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-08T08:53:47.767Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T08:53:47.767Z] Message: update stable to v1.0.191 [2021-05-08T08:53:48.719Z] ------------------- [2021-05-08T08:53:48.719Z] experimental info: [2021-05-08T08:53:48.719Z] ------------------- [2021-05-08T08:53:48.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-08T08:53:48.719Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T08:53:48.719Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-08T08:53:48.852Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-08T08:53:48.877Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-08T08:53:48.902Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-08T08:53:48.928Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-08T08:53:48.952Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-08T08:53:48.982Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-08T08:53:49.007Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-08T08:53:49.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-08T08:53:49.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-08T08:53:49.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-08T08:53:49.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-08T08:53:49.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-08T08:53:49.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-08T08:53:49.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-08T08:53:49.207Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T08:53:49.256Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T08:53:49.281Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T08:53:49.306Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T08:53:49.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-08T08:53:49.362Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-08T08:53:49.392Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-08T08:53:49.417Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-08T08:53:49.442Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-08T08:53:49.466Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-08T08:53:49.492Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-08T08:53:49.517Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-08T08:53:49.540Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-350 [Pipeline] echo [2021-05-08T08:53:49.565Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-350 [Pipeline] echo [2021-05-08T08:53:49.589Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-350 [Pipeline] echo [2021-05-08T08:53:49.613Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [Pipeline] echo [2021-05-08T08:53:49.638Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9e4a83 [Pipeline] echo [2021-05-08T08:53:49.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:53:49.739Z] provisioning config files... [2021-05-08T08:53:49.776Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/config4974999281388284544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:53:50.098Z] ---> docker-login.sh [2021-05-08T08:53:50.098Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:53:50.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:53:50.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:53:50.625Z] Configure a credential helper to remove this warning. See [2021-05-08T08:53:50.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:53:50.625Z] [2021-05-08T08:53:50.625Z] Login Succeeded [2021-05-08T08:53:50.625Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:53:50.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:53:50.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:53:50.625Z] Configure a credential helper to remove this warning. See [2021-05-08T08:53:50.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:53:50.625Z] [2021-05-08T08:53:50.625Z] Login Succeeded [2021-05-08T08:53:50.625Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:53:50.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:53:50.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:53:50.892Z] Configure a credential helper to remove this warning. See [2021-05-08T08:53:50.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:53:50.892Z] [2021-05-08T08:53:50.892Z] Login Succeeded [2021-05-08T08:53:50.892Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:53:50.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:53:51.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:53:51.157Z] Configure a credential helper to remove this warning. See [2021-05-08T08:53:51.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:53:51.157Z] [2021-05-08T08:53:51.157Z] Login Succeeded [2021-05-08T08:53:51.157Z] docker.io [2021-05-08T08:53:51.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:53:51.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:53:51.422Z] Configure a credential helper to remove this warning. See [2021-05-08T08:53:51.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:53:51.422Z] [2021-05-08T08:53:51.422Z] Login Succeeded [2021-05-08T08:53:51.422Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:53:51.433Z] 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-05-08T08:53:51.882Z] + git log --format=format:%s -1 f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [Pipeline] echo [2021-05-08T08:53:51.963Z] GIT_COMMIT: f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd, Commit Message: Merge branch 'master' into issue-#275-15-scheduler-update [Pipeline] echo [2021-05-08T08:53:51.977Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:53:52.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:53:52.557Z] [2021-05-08T08:53:52.557Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:53:52.876Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:53:52.876Z] latest: Pulling from edgex-devops/git-semver [2021-05-08T08:53:52.876Z] 31603596830f: Pulling fs layer [2021-05-08T08:53:52.876Z] 54011a49482f: Pulling fs layer [2021-05-08T08:53:52.876Z] a6820b24f6d8: Pulling fs layer [2021-05-08T08:53:52.876Z] f581987b2513: Pulling fs layer [2021-05-08T08:53:52.876Z] 54011a49482f: Verifying Checksum [2021-05-08T08:53:52.876Z] 54011a49482f: Download complete [2021-05-08T08:53:53.148Z] 31603596830f: Verifying Checksum [2021-05-08T08:53:53.148Z] 31603596830f: Download complete [2021-05-08T08:53:53.148Z] f581987b2513: Verifying Checksum [2021-05-08T08:53:53.148Z] f581987b2513: Download complete [2021-05-08T08:53:53.148Z] a6820b24f6d8: Verifying Checksum [2021-05-08T08:53:53.148Z] a6820b24f6d8: Download complete [2021-05-08T08:53:53.412Z] 31603596830f: Pull complete [2021-05-08T08:53:53.675Z] 54011a49482f: Pull complete [2021-05-08T08:53:54.631Z] a6820b24f6d8: Pull complete [2021-05-08T08:53:56.029Z] f581987b2513: Pull complete [2021-05-08T08:53:56.029Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-08T08:53:56.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:53:56.029Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-08T08:53:56.133Z] prd-centos7-docker-4c-2g-3731 does not seem to be running inside a container [2021-05-08T08:53:56.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-350 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350:/w/workspace/edgexfoundry_edgex-ui-go_PR-350:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-08T08:53:57.128Z] $ docker top 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T08:53:57.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:53:57.300Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:53:57.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:53:57.537Z] $ docker exec 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent [2021-05-08T08:53:57.698Z] SSH_AUTH_SOCK=/tmp/ssh-c5M0YltJXie4/agent.12 [2021-05-08T08:53:57.698Z] SSH_AGENT_PID=17 [2021-05-08T08:53:57.708Z] Running ssh-add (command line suppressed) [2021-05-08T08:53:57.826Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_4925839432827775100.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_4925839432827775100.key) [2021-05-08T08:53:57.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:53:58.197Z] + git tag --points-at HEAD [Pipeline] } [2021-05-08T08:53:58.219Z] $ docker exec --env ******** --env ******** 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent -k [2021-05-08T08:53:58.338Z] unset SSH_AUTH_SOCK; [2021-05-08T08:53:58.338Z] unset SSH_AGENT_PID; [2021-05-08T08:53:58.338Z] echo Agent pid 17 killed; [2021-05-08T08:53:58.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-08T08:53:58.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:53:58.430Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:53:58.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:53:58.600Z] $ docker exec 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent [2021-05-08T08:53:58.763Z] SSH_AUTH_SOCK=/tmp/ssh-nAJpblajMf01/agent.47 [2021-05-08T08:53:58.763Z] SSH_AGENT_PID=52 [2021-05-08T08:53:58.770Z] Running ssh-add (command line suppressed) [2021-05-08T08:53:58.887Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_3490116612477826764.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_3490116612477826764.key) [2021-05-08T08:53:58.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:53:59.248Z] + git semver init [2021-05-08T08:53:59.248Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T08:53:59.248Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-350/.git [2021-05-08T08:53:59.248Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [2021-05-08T08:53:59.248Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T08:53:59.248Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T08:53:59.248Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T08:53:59.248Z] # $SEMVER_BRANCH = PR-350 [2021-05-08T08:53:59.248Z] # $SEMVER_TEMP = /tmp/semver-354378359 [2021-05-08T08:53:59.248Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-08T08:54:01.181Z] # '/tmp/semver-354378359' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-350/.semver' [2021-05-08T08:54:01.181Z] # -> Force: false [2021-05-08T08:54:01.181Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-350/.semver [Pipeline] } [2021-05-08T08:54:01.193Z] $ docker exec --env ******** --env ******** 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent -k [2021-05-08T08:54:01.308Z] unset SSH_AUTH_SOCK; [2021-05-08T08:54:01.308Z] unset SSH_AGENT_PID; [2021-05-08T08:54:01.309Z] echo Agent pid 52 killed; [2021-05-08T08:54:01.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T08:54:01.697Z] + git semver [Pipeline] } [2021-05-08T08:54:01.718Z] $ docker stop --time=1 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 [2021-05-08T08:54:03.226Z] $ docker rm -f 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T08:54:03.631Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-08T08:54:04.009Z] Stashed 1 file(s) [Pipeline] echo [2021-05-08T08:54:04.013Z] [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-05-08T08:54:19.193Z] Still waiting to schedule task [2021-05-08T08:54:19.194Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-08T08:54:19.196Z] Still waiting to schedule task [2021-05-08T08:54:19.197Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-08T08:56:50.919Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3734 in /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [Pipeline] { [Pipeline] ws [2021-05-08T08:56:50.939Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-08T08:56:56.572Z] using credential edgex-jenkins-ssh [2021-05-08T08:56:56.600Z] Cloning the remote Git repository [2021-05-08T08:56:56.640Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:56:56.745Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-08T08:56:56.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:56:56.836Z] > git --version # timeout=10 [2021-05-08T08:56:56.852Z] > git --version # 'git version 2.17.1' [2021-05-08T08:56:56.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:56:56.937Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:56:59.730Z] Merging remotes/origin/master commit 45c5c3c30aaf23148a1940dbf770e38088385cf5 into PR head commit f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [2021-05-08T08:56:59.048Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:56:59.063Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:56:59.085Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:56:59.121Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:56:59.122Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:56:59.133Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T08:56:59.745Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T08:56:59.760Z] > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 [2021-05-08T08:57:00.365Z] Merge succeeded, producing f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [2021-05-08T08:57:00.366Z] Checking out Revision f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd (PR-350) [2021-05-08T08:57:00.282Z] > git remote # timeout=10 [2021-05-08T08:57:00.302Z] > git config --get remote.origin.url # timeout=10 [2021-05-08T08:57:00.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:57:00.327Z] > git merge 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 [2021-05-08T08:57:00.349Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-08T08:57:00.368Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T08:57:00.381Z] > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 [2021-05-08T08:57:04.866Z] Commit message: "Merge branch 'master' into issue-#275-15-scheduler-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T08:57:06.411Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:57:06.828Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:57:07.161Z] + true [2021-05-08T08:57:07.161Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:57:09.834Z] provisioning config files... [2021-05-08T08:57:09.880Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4786976439485659828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:57:10.248Z] ---> docker-login.sh [2021-05-08T08:57:10.248Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:57:11.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:57:11.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:57:11.507Z] Configure a credential helper to remove this warning. See [2021-05-08T08:57:11.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:57:11.507Z] [2021-05-08T08:57:11.507Z] Login Succeeded [2021-05-08T08:57:11.507Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:57:12.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:57:12.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:57:12.103Z] Configure a credential helper to remove this warning. See [2021-05-08T08:57:12.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:57:12.103Z] [2021-05-08T08:57:12.103Z] Login Succeeded [2021-05-08T08:57:12.103Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:57:12.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:57:12.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:57:12.654Z] Configure a credential helper to remove this warning. See [2021-05-08T08:57:12.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:57:12.654Z] [2021-05-08T08:57:12.654Z] Login Succeeded [2021-05-08T08:57:12.654Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:57:12.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:57:13.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:57:13.202Z] Configure a credential helper to remove this warning. See [2021-05-08T08:57:13.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:57:13.202Z] [2021-05-08T08:57:13.202Z] Login Succeeded [2021-05-08T08:57:13.202Z] docker.io [2021-05-08T08:57:13.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:57:13.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:57:13.746Z] Configure a credential helper to remove this warning. See [2021-05-08T08:57:13.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:57:13.746Z] [2021-05-08T08:57:13.746Z] Login Succeeded [2021-05-08T08:57:13.746Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:57:13.769Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T08:57:14.069Z] ========================================================= [2021-05-08T08:57:14.069Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-08T08:57:14.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:57:14.413Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-08T08:57:15.411Z] Sending build context to Docker daemon 35.07MB [2021-05-08T08:57:15.411Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:57:15.411Z] Step 2/8 : FROM ${BASE} [2021-05-08T08:57:15.411Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-08T08:57:15.411Z] 595b0fe564bb: Pulling fs layer [2021-05-08T08:57:15.411Z] 7186ed65a4f7: Pulling fs layer [2021-05-08T08:57:15.411Z] 316046926c0a: Pulling fs layer [2021-05-08T08:57:15.411Z] 4ebd0625c992: Pulling fs layer [2021-05-08T08:57:15.411Z] 207e8628e3a3: Pulling fs layer [2021-05-08T08:57:15.411Z] c791037a9be2: Pulling fs layer [2021-05-08T08:57:15.411Z] ffd874e62e21: Pulling fs layer [2021-05-08T08:57:15.411Z] 4ebd0625c992: Waiting [2021-05-08T08:57:15.411Z] 207e8628e3a3: Waiting [2021-05-08T08:57:15.411Z] c791037a9be2: Waiting [2021-05-08T08:57:15.411Z] ffd874e62e21: Waiting [2021-05-08T08:57:15.686Z] 316046926c0a: Verifying Checksum [2021-05-08T08:57:15.687Z] 316046926c0a: Download complete [2021-05-08T08:57:15.687Z] 7186ed65a4f7: Download complete [2021-05-08T08:57:15.687Z] 207e8628e3a3: Verifying Checksum [2021-05-08T08:57:15.687Z] 207e8628e3a3: Download complete [2021-05-08T08:57:15.687Z] c791037a9be2: Download complete [2021-05-08T08:57:15.687Z] 595b0fe564bb: Verifying Checksum [2021-05-08T08:57:15.687Z] 595b0fe564bb: Download complete [2021-05-08T08:57:16.296Z] 595b0fe564bb: Pull complete [2021-05-08T08:57:16.907Z] 7186ed65a4f7: Pull complete [2021-05-08T08:57:17.183Z] 316046926c0a: Pull complete [2021-05-08T08:57:17.782Z] ffd874e62e21: Verifying Checksum [2021-05-08T08:57:17.782Z] ffd874e62e21: Download complete [2021-05-08T08:57:19.219Z] 4ebd0625c992: Verifying Checksum [2021-05-08T08:57:19.219Z] 4ebd0625c992: Download complete [2021-05-08T08:57:29.409Z] 4ebd0625c992: Pull complete [2021-05-08T08:57:30.005Z] 207e8628e3a3: Pull complete [2021-05-08T08:57:30.277Z] c791037a9be2: Pull complete [2021-05-08T08:57:33.668Z] ffd874e62e21: Pull complete [2021-05-08T08:57:33.668Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-08T08:57:33.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-08T08:57:33.669Z] ---> cfc18b08335c [2021-05-08T08:57:33.669Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T08:57:37.071Z] ---> Running in 8eeda1df3e1f [2021-05-08T08:57:37.071Z] Removing intermediate container 8eeda1df3e1f [2021-05-08T08:57:37.071Z] ---> 7267025d80a5 [2021-05-08T08:57:37.071Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:57:37.346Z] ---> Running in c6b82ba86a0e [2021-05-08T08:57:39.981Z] Removing intermediate container c6b82ba86a0e [2021-05-08T08:57:39.981Z] ---> a1ad5ce7acc2 [2021-05-08T08:57:39.981Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T08:57:39.981Z] ---> Running in 3055a50e810c [2021-05-08T08:57:40.957Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T08:57:41.930Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T08:57:42.906Z] OK: 138 MiB in 40 packages [2021-05-08T08:57:43.902Z] Removing intermediate container 3055a50e810c [2021-05-08T08:57:43.902Z] ---> f63a90f02c89 [2021-05-08T08:57:43.902Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T08:57:44.175Z] ---> Running in 4128f7d5cd02 [2021-05-08T08:57:44.449Z] Removing intermediate container 4128f7d5cd02 [2021-05-08T08:57:44.449Z] ---> e29fed067e7d [2021-05-08T08:57:44.449Z] Step 7/8 : COPY . . [2021-05-08T08:57:47.831Z] ---> 8f84f5d1d92b [2021-05-08T08:57:47.831Z] Step 8/8 : RUN go mod download [2021-05-08T08:57:48.109Z] ---> Running in e15f793ec683 [2021-05-08T08:57:55.989Z] Running on prd-centos7-docker-4c-2g-3735 in /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [Pipeline] { [Pipeline] ws [2021-05-08T08:57:56.009Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-08T08:57:58.886Z] using credential edgex-jenkins-ssh [2021-05-08T08:57:58.899Z] Cloning the remote Git repository [2021-05-08T08:57:58.658Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:57:58.738Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-08T08:57:58.807Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:57:58.808Z] > git --version # timeout=10 [2021-05-08T08:57:58.817Z] > git --version # 'git version 2.24.3' [2021-05-08T08:57:58.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:57:58.848Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:57:59.989Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:57:59.999Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:58:00.013Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:58:00.038Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:58:00.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:58:00.047Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T08:58:00.817Z] Merging remotes/origin/master commit 45c5c3c30aaf23148a1940dbf770e38088385cf5 into PR head commit f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [2021-05-08T08:58:01.147Z] Merge succeeded, producing f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [2021-05-08T08:58:01.148Z] Checking out Revision f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd (PR-350) [2021-05-08T08:58:00.720Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T08:58:00.726Z] > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 [2021-05-08T08:58:01.027Z] > git remote # timeout=10 [2021-05-08T08:58:01.035Z] > git config --get remote.origin.url # timeout=10 [2021-05-08T08:58:01.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:58:01.049Z] > git merge 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 [2021-05-08T08:58:01.060Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-08T08:58:01.071Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T08:58:01.075Z] > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 [2021-05-08T08:58:05.050Z] Commit message: "Merge branch 'master' into issue-#275-15-scheduler-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T08:58:06.275Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:58:06.615Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:58:06.927Z] + sudo service docker restart [2021-05-08T08:58:06.927Z] + true [2021-05-08T08:58:06.927Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:58:08.366Z] provisioning config files... [2021-05-08T08:58:08.403Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config7601367006832588320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:58:08.723Z] ---> docker-login.sh [2021-05-08T08:58:08.723Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:58:08.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:58:08.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:58:08.986Z] Configure a credential helper to remove this warning. See [2021-05-08T08:58:08.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:58:08.986Z] [2021-05-08T08:58:08.986Z] Login Succeeded [2021-05-08T08:58:08.986Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:58:09.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:58:09.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:58:09.249Z] Configure a credential helper to remove this warning. See [2021-05-08T08:58:09.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:58:09.249Z] [2021-05-08T08:58:09.249Z] Login Succeeded [2021-05-08T08:58:09.249Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:58:09.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:58:09.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:58:09.513Z] Configure a credential helper to remove this warning. See [2021-05-08T08:58:09.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:58:09.513Z] [2021-05-08T08:58:09.513Z] Login Succeeded [2021-05-08T08:58:09.513Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:58:09.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:58:09.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:58:09.513Z] Configure a credential helper to remove this warning. See [2021-05-08T08:58:09.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:58:09.513Z] [2021-05-08T08:58:09.513Z] Login Succeeded [2021-05-08T08:58:09.513Z] docker.io [2021-05-08T08:58:09.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:58:10.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:58:10.039Z] Configure a credential helper to remove this warning. See [2021-05-08T08:58:10.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:58:10.039Z] [2021-05-08T08:58:10.039Z] Login Succeeded [2021-05-08T08:58:10.039Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:58:10.049Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T08:58:10.234Z] ========================================================= [2021-05-08T08:58:10.234Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-08T08:58:10.234Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:58:10.543Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-08T08:58:11.118Z] Sending build context to Docker daemon 35.08MB [2021-05-08T08:58:11.118Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:58:11.118Z] Step 2/8 : FROM ${BASE} [2021-05-08T08:58:11.118Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-08T08:58:11.118Z] 540db60ca938: Pulling fs layer [2021-05-08T08:58:11.118Z] adcc1eea9eea: Pulling fs layer [2021-05-08T08:58:11.118Z] 4c4ab2625f07: Pulling fs layer [2021-05-08T08:58:11.118Z] 0510c868ecb4: Pulling fs layer [2021-05-08T08:58:11.118Z] afea3b2eda06: Pulling fs layer [2021-05-08T08:58:11.118Z] 7809a108b3ef: Pulling fs layer [2021-05-08T08:58:11.118Z] f706445af74f: Pulling fs layer [2021-05-08T08:58:11.118Z] 0510c868ecb4: Waiting [2021-05-08T08:58:11.118Z] afea3b2eda06: Waiting [2021-05-08T08:58:11.118Z] f706445af74f: Waiting [2021-05-08T08:58:11.118Z] 7809a108b3ef: Waiting [2021-05-08T08:58:11.118Z] 4c4ab2625f07: Verifying Checksum [2021-05-08T08:58:11.118Z] 4c4ab2625f07: Download complete [2021-05-08T08:58:11.382Z] adcc1eea9eea: Download complete [2021-05-08T08:58:11.382Z] afea3b2eda06: Verifying Checksum [2021-05-08T08:58:11.382Z] afea3b2eda06: Download complete [2021-05-08T08:58:11.382Z] 540db60ca938: Verifying Checksum [2021-05-08T08:58:11.382Z] 540db60ca938: Download complete [2021-05-08T08:58:11.382Z] 7809a108b3ef: Verifying Checksum [2021-05-08T08:58:11.382Z] 7809a108b3ef: Download complete [2021-05-08T08:58:11.658Z] 540db60ca938: Pull complete [2021-05-08T08:58:11.921Z] adcc1eea9eea: Pull complete [2021-05-08T08:58:11.921Z] 4c4ab2625f07: Pull complete [2021-05-08T08:58:13.324Z] f706445af74f: Verifying Checksum [2021-05-08T08:58:13.324Z] f706445af74f: Download complete [2021-05-08T08:58:14.285Z] 0510c868ecb4: Verifying Checksum [2021-05-08T08:58:14.285Z] 0510c868ecb4: Download complete [2021-05-08T08:58:19.685Z] 0510c868ecb4: Pull complete [2021-05-08T08:58:19.685Z] afea3b2eda06: Pull complete [2021-05-08T08:58:19.685Z] 7809a108b3ef: Pull complete [2021-05-08T08:58:20.464Z] Removing intermediate container e15f793ec683 [2021-05-08T08:58:20.464Z] ---> 8a0d500ce789 [2021-05-08T08:58:20.464Z] Successfully built 8a0d500ce789 [2021-05-08T08:58:20.464Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:58:20.802Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T08:58:20.802Z] . [Pipeline] withDockerContainer [2021-05-08T08:58:21.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-3734 does not seem to be running inside a container [2021-05-08T08:58:21.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-08T08:58:22.698Z] $ docker top d3bed1a02d118752fadb70c29a738ce037e8b3a9bcd9ef0ccda863620ef99b99 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:58:23.648Z] + go version [2021-05-08T08:58:23.648Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-08T08:58:23.667Z] $ docker stop --time=1 d3bed1a02d118752fadb70c29a738ce037e8b3a9bcd9ef0ccda863620ef99b99 [2021-05-08T08:58:23.940Z] f706445af74f: Pull complete [2021-05-08T08:58:23.940Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-08T08:58:23.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-08T08:58:23.940Z] ---> b068be0155e3 [2021-05-08T08:58:23.940Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T08:58:24.907Z] ---> Running in e9a9415fea1a [2021-05-08T08:58:25.172Z] Removing intermediate container e9a9415fea1a [2021-05-08T08:58:25.172Z] ---> a850d7988213 [2021-05-08T08:58:25.172Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:58:25.172Z] ---> Running in e1bdf33997f7 [2021-05-08T08:58:25.632Z] $ docker rm -f d3bed1a02d118752fadb70c29a738ce037e8b3a9bcd9ef0ccda863620ef99b99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:58:26.333Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T08:58:26.333Z] . [Pipeline] withDockerContainer [2021-05-08T08:58:26.592Z] prd-ubuntu18.04-docker-arm64-4c-16g-3734 does not seem to be running inside a container [2021-05-08T08:58:26.674Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-08T08:58:27.107Z] Removing intermediate container e1bdf33997f7 [2021-05-08T08:58:27.107Z] ---> 5358ed0c4f19 [2021-05-08T08:58:27.107Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T08:58:27.107Z] ---> Running in 9835d17114cc [2021-05-08T08:58:27.683Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T08:58:28.185Z] $ docker top 746ff21ab068aa6fed3101ba88a3d12cf679742ecfcb3077bf9d8ab25a3ebb3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:58:28.631Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T08:58:29.136Z] + go mod tidy [2021-05-08T08:58:29.206Z] OK: 149 MiB in 40 packages [2021-05-08T08:58:29.468Z] Removing intermediate container 9835d17114cc [2021-05-08T08:58:29.468Z] ---> 6ca829a65ef7 [2021-05-08T08:58:29.468Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T08:58:29.731Z] ---> Running in dba09a1e3cdc [2021-05-08T08:58:29.731Z] Removing intermediate container dba09a1e3cdc [2021-05-08T08:58:29.731Z] ---> f9107fb37f86 [2021-05-08T08:58:29.731Z] Step 7/8 : COPY . . [Pipeline] sh [2021-05-08T08:58:30.388Z] + make test [2021-05-08T08:58:30.388Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T08:58:31.824Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T08:58:33.053Z] ---> 7e6876bf9ab2 [2021-05-08T08:58:33.054Z] Step 8/8 : RUN go mod download [2021-05-08T08:58:33.326Z] ---> Running in 78a010446b8f [2021-05-08T08:59:05.521Z] Removing intermediate container 78a010446b8f [2021-05-08T08:59:05.521Z] ---> fbe26a013a7f [2021-05-08T08:59:05.521Z] Successfully built fbe26a013a7f [2021-05-08T08:59:05.521Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:59:05.850Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T08:59:05.850Z] . [Pipeline] withDockerContainer [2021-05-08T08:59:05.967Z] prd-centos7-docker-4c-2g-3735 does not seem to be running inside a container [2021-05-08T08:59:06.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-08T08:59:06.932Z] $ docker top 9c5ec980cc58ea407af54e008788233a52c858bbb318a8b0035acc6abcf00c7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:59:07.360Z] + go version [2021-05-08T08:59:07.360Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-08T08:59:07.374Z] $ docker stop --time=1 9c5ec980cc58ea407af54e008788233a52c858bbb318a8b0035acc6abcf00c7b [2021-05-08T08:59:08.727Z] $ docker rm -f 9c5ec980cc58ea407af54e008788233a52c858bbb318a8b0035acc6abcf00c7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:59:09.257Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T08:59:09.257Z] . [Pipeline] withDockerContainer [2021-05-08T08:59:09.356Z] prd-centos7-docker-4c-2g-3735 does not seem to be running inside a container [2021-05-08T08:59:09.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-08T08:59:10.069Z] $ docker top ca54a11607156b724e63f11d92fa1ebcb7e217444c55ced7ba87010dcd76a2b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:59:10.533Z] + go mod tidy [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T08:59:10.858Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T08:59:10.858Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-05-08T08:59:11.935Z] + make test [2021-05-08T08:59:11.935Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T08:59:12.910Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T08:59:25.299Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T08:59:25.299Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-08T08:59:25.993Z] $ docker stop --time=1 746ff21ab068aa6fed3101ba88a3d12cf679742ecfcb3077bf9d8ab25a3ebb3a [2021-05-08T08:59:27.926Z] $ docker rm -f 746ff21ab068aa6fed3101ba88a3d12cf679742ecfcb3077bf9d8ab25a3ebb3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T08:59:28.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T08:59:29.739Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2021-05-08T08:59:30.667Z] $ docker stop --time=1 ca54a11607156b724e63f11d92fa1ebcb7e217444c55ced7ba87010dcd76a2b9 [2021-05-08T08:59:30.850Z] + sudo chown -R jenkins:jenkins . [2021-05-08T08:59:32.832Z] $ docker rm -f ca54a11607156b724e63f11d92fa1ebcb7e217444c55ced7ba87010dcd76a2b9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-05-08T08:59:33.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T08:59:33.367Z] Warning: overwriting stash ‘coverage-report’ [2021-05-08T08:59:33.421Z] + ls -al . [2021-05-08T08:59:33.421Z] total 124 [2021-05-08T08:59:33.421Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 08:58 . [2021-05-08T08:59:33.421Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 08:56 .. [2021-05-08T08:59:33.421Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 08:57 .git [2021-05-08T08:59:33.421Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 08:56 .github [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 162 May 8 08:56 .gitignore [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 8 08:56 CONTRIBUTING.md [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 8 08:56 Dockerfile [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 902 May 8 08:56 Dockerfile.build [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 652 May 8 08:56 Jenkinsfile [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 8 08:56 LICENSE [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 941 May 8 08:56 Makefile [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 8 08:56 README.md [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 5 May 8 08:54 VERSION [2021-05-08T08:59:33.421Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 08:56 assets [2021-05-08T08:59:33.421Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 08:56 bin [2021-05-08T08:59:33.421Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 08:56 cmd [2021-05-08T08:59:33.421Z] -rw-r--r-- 1 jenkins jenkins 10 May 8 08:58 coverage.out [2021-05-08T08:59:33.421Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 08:57 docs [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 987 May 8 08:57 go.mod [2021-05-08T08:59:33.421Z] -rw-r--r-- 1 jenkins jenkins 24424 May 8 08:58 go.sum [2021-05-08T08:59:33.421Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 08:57 internal [2021-05-08T08:59:33.421Z] -rw-rw-r-- 1 jenkins jenkins 155 May 8 08:57 version.go [2021-05-08T08:59:33.421Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 08:57 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:59:33.759Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-08T08:59:33.882Z] + 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=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd --label arch=arm64 --label version=0.0.0 . [2021-05-08T08:59:34.158Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T08:59:34.461Z] + ls -al . [2021-05-08T08:59:34.461Z] total 92 [2021-05-08T08:59:34.461Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 8 08:59 . [2021-05-08T08:59:34.461Z] drwxrwxr-x. 4 jenkins jenkins 28 May 8 08:57 .. [2021-05-08T08:59:34.461Z] drwxrwxr-x. 3 jenkins jenkins 20 May 8 08:58 assets [2021-05-08T08:59:34.461Z] drwxrwxr-x. 2 jenkins jenkins 35 May 8 08:58 bin [2021-05-08T08:59:34.461Z] drwxrwxr-x. 3 jenkins jenkins 29 May 8 08:58 cmd [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 8 08:58 CONTRIBUTING.md [2021-05-08T08:59:34.461Z] -rw-r--r--. 1 jenkins jenkins 10 May 8 08:59 coverage.out [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 8 08:58 Dockerfile [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 902 May 8 08:58 Dockerfile.build [2021-05-08T08:59:34.461Z] drwxrwxr-x. 5 jenkins jenkins 104 May 8 08:58 docs [2021-05-08T08:59:34.461Z] drwxrwxr-x. 8 jenkins jenkins 179 May 8 08:58 .git [2021-05-08T08:59:34.461Z] drwxrwxr-x. 2 jenkins jenkins 103 May 8 08:58 .github [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 162 May 8 08:58 .gitignore [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 987 May 8 08:58 go.mod [2021-05-08T08:59:34.461Z] -rw-r--r--. 1 jenkins jenkins 24424 May 8 08:59 go.sum [2021-05-08T08:59:34.461Z] drwxrwxr-x. 10 jenkins jenkins 139 May 8 08:58 internal [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 652 May 8 08:58 Jenkinsfile [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 8 08:58 LICENSE [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 941 May 8 08:58 Makefile [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 8 08:58 README.md [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 5 May 8 08:54 VERSION [2021-05-08T08:59:34.461Z] -rw-rw-r--. 1 jenkins jenkins 155 May 8 08:58 version.go [2021-05-08T08:59:34.461Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 8 08:58 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:59:34.772Z] + 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=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd --label arch=amd64 --label version=0.0.0 . [2021-05-08T08:59:34.877Z] Sending build context to Docker daemon 35.1MB [2021-05-08T08:59:34.877Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:59:34.877Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T08:59:34.877Z] ---> 8a0d500ce789 [2021-05-08T08:59:34.877Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T08:59:35.347Z] Sending build context to Docker daemon 35.1MB [2021-05-08T08:59:35.347Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:59:35.347Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T08:59:35.347Z] ---> fbe26a013a7f [2021-05-08T08:59:35.347Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T08:59:35.471Z] ---> Running in 1a43aa2620e4 [2021-05-08T08:59:35.741Z] Removing intermediate container 1a43aa2620e4 [2021-05-08T08:59:35.741Z] ---> e3cce9f642ca [2021-05-08T08:59:35.741Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T08:59:36.013Z] ---> Running in ae41d24f72ba [2021-05-08T08:59:36.288Z] Removing intermediate container ae41d24f72ba [2021-05-08T08:59:36.288Z] ---> 1c79e847f666 [2021-05-08T08:59:36.288Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T08:59:36.296Z] ---> Running in fd9a8aa72236 [2021-05-08T08:59:36.560Z] Removing intermediate container fd9a8aa72236 [2021-05-08T08:59:36.560Z] ---> 4ec0d90bdaa4 [2021-05-08T08:59:36.560Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T08:59:36.560Z] ---> Running in 95ed800d090e [2021-05-08T08:59:36.560Z] Removing intermediate container 95ed800d090e [2021-05-08T08:59:36.560Z] ---> aba2707e15ba [2021-05-08T08:59:36.560Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T08:59:36.560Z] ---> Running in 28808542bd3c [2021-05-08T08:59:36.826Z] ---> Running in 41dcc026d27c [2021-05-08T08:59:36.827Z] Removing intermediate container 41dcc026d27c [2021-05-08T08:59:36.827Z] ---> c2830787f98c [2021-05-08T08:59:36.827Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T08:59:36.832Z] Removing intermediate container 28808542bd3c [2021-05-08T08:59:36.832Z] ---> 4f830afb0379 [2021-05-08T08:59:36.832Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T08:59:37.089Z] ---> Running in 51f7f4c801b2 [2021-05-08T08:59:37.089Z] Removing intermediate container 51f7f4c801b2 [2021-05-08T08:59:37.089Z] ---> 76ae3fb4efd2 [2021-05-08T08:59:37.089Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T08:59:37.109Z] ---> Running in 39ded56ad7ae [2021-05-08T08:59:37.351Z] ---> Running in cbb3d42c65a0 [2021-05-08T08:59:37.351Z] Removing intermediate container cbb3d42c65a0 [2021-05-08T08:59:37.351Z] ---> 5f3be3ebfa9d [2021-05-08T08:59:37.351Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:59:37.631Z] ---> Running in 051b277807d3 [2021-05-08T08:59:37.708Z] Removing intermediate container 39ded56ad7ae [2021-05-08T08:59:37.708Z] ---> dbb5cd9c5169 [2021-05-08T08:59:37.708Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T08:59:37.708Z] ---> Running in 445abd4e6b76 [2021-05-08T08:59:38.304Z] Removing intermediate container 445abd4e6b76 [2021-05-08T08:59:38.304Z] ---> 892721c2f96d [2021-05-08T08:59:38.304Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:59:38.304Z] ---> Running in 5ab8db9beed9 [2021-05-08T08:59:38.585Z] Removing intermediate container 051b277807d3 [2021-05-08T08:59:38.585Z] ---> df0b7103d57d [2021-05-08T08:59:38.585Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T08:59:38.585Z] ---> Running in 3fb80843cc04 [2021-05-08T08:59:39.167Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T08:59:40.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T08:59:40.931Z] Removing intermediate container 5ab8db9beed9 [2021-05-08T08:59:40.931Z] ---> 219b5a1099ba [2021-05-08T08:59:40.931Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T08:59:40.931Z] ---> Running in a455f6b2de6d [2021-05-08T08:59:41.063Z] OK: 149 MiB in 40 packages [2021-05-08T08:59:41.325Z] Removing intermediate container 3fb80843cc04 [2021-05-08T08:59:41.325Z] ---> e91c1c476101 [2021-05-08T08:59:41.325Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T08:59:41.528Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T08:59:41.588Z] ---> Running in eb8629bb0a6b [2021-05-08T08:59:41.588Z] Removing intermediate container eb8629bb0a6b [2021-05-08T08:59:41.588Z] ---> d0af8fb57a5f [2021-05-08T08:59:41.588Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T08:59:41.856Z] ---> Running in 797d5a57ea59 [2021-05-08T08:59:41.856Z] Removing intermediate container 797d5a57ea59 [2021-05-08T08:59:41.856Z] ---> 7e56f8719c31 [2021-05-08T08:59:41.856Z] Step 12/24 : COPY go.mod . [2021-05-08T08:59:42.118Z] ---> c9f7b163730b [2021-05-08T08:59:42.118Z] Step 13/24 : COPY Makefile . [2021-05-08T08:59:42.383Z] ---> d4c7ddacb188 [2021-05-08T08:59:42.383Z] Step 14/24 : RUN make update [2021-05-08T08:59:42.383Z] ---> Running in dc80648825bc [2021-05-08T08:59:42.503Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T08:59:42.960Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T08:59:43.477Z] OK: 138 MiB in 40 packages [2021-05-08T08:59:43.538Z] Removing intermediate container dc80648825bc [2021-05-08T08:59:43.538Z] ---> 3cecec1b5023 [2021-05-08T08:59:43.538Z] Step 15/24 : COPY . . [2021-05-08T08:59:44.912Z] Removing intermediate container a455f6b2de6d [2021-05-08T08:59:44.912Z] ---> 9d30cbeb8836 [2021-05-08T08:59:44.912Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T08:59:44.912Z] ---> Running in a1f7d2e5c897 [2021-05-08T08:59:45.509Z] Removing intermediate container a1f7d2e5c897 [2021-05-08T08:59:45.509Z] ---> 381b3e44cec6 [2021-05-08T08:59:45.509Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T08:59:45.509Z] ---> Running in 6b0dc1a48f2b [2021-05-08T08:59:46.105Z] Removing intermediate container 6b0dc1a48f2b [2021-05-08T08:59:46.105Z] ---> 6aa7ff3efa63 [2021-05-08T08:59:46.105Z] Step 12/24 : COPY go.mod . [2021-05-08T08:59:46.710Z] ---> b8999a0ba1ef [2021-05-08T08:59:46.710Z] Step 13/24 : COPY Makefile . [2021-05-08T08:59:46.860Z] ---> e416b474557c [2021-05-08T08:59:46.860Z] Step 16/24 : RUN ${MAKE} [2021-05-08T08:59:46.860Z] ---> Running in 2fdc2762be4b [2021-05-08T08:59:46.860Z] 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-05-08T08:59:47.309Z] ---> b321d0b484cb [2021-05-08T08:59:47.310Z] Step 14/24 : RUN make update [2021-05-08T08:59:47.310Z] ---> Running in a82ae8c0842f [2021-05-08T08:59:48.295Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T08:59:49.731Z] Removing intermediate container a82ae8c0842f [2021-05-08T08:59:49.731Z] ---> d3d531b0e587 [2021-05-08T08:59:49.731Z] Step 15/24 : COPY . . [2021-05-08T08:59:53.117Z] ---> 6693488cbd7c [2021-05-08T08:59:53.117Z] Step 16/24 : RUN ${MAKE} [2021-05-08T08:59:53.398Z] ---> Running in c61293deac72 [2021-05-08T08:59:54.383Z] 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-05-08T08:59:56.976Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T08:59:59.539Z] Removing intermediate container 2fdc2762be4b [2021-05-08T08:59:59.539Z] ---> e55ab57f97c3 [2021-05-08T08:59:59.539Z] Step 17/24 : FROM alpine:3.12 [2021-05-08T08:59:59.802Z] 3.12: Pulling from library/alpine [2021-05-08T09:00:00.377Z] 339de151aab4: Pulling fs layer [2021-05-08T09:00:00.957Z] 339de151aab4: Download complete [2021-05-08T09:00:00.957Z] 339de151aab4: Pull complete [2021-05-08T09:00:00.957Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T09:00:00.957Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T09:00:00.957Z] ---> 13621d1b12d4 [2021-05-08T09:00:00.957Z] Step 18/24 : EXPOSE 4000 [2021-05-08T09:00:01.221Z] ---> Running in 7267ae8631cf [2021-05-08T09:00:01.490Z] Removing intermediate container 7267ae8631cf [2021-05-08T09:00:01.490Z] ---> 0bb733f97c2e [2021-05-08T09:00:01.490Z] 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-05-08T09:00:03.441Z] ---> 8872d8651661 [2021-05-08T09:00:03.441Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T09:00:03.441Z] ---> Running in 25d9839d8bc0 [2021-05-08T09:00:03.441Z] Removing intermediate container 25d9839d8bc0 [2021-05-08T09:00:03.441Z] ---> b1e9d7501695 [2021-05-08T09:00:03.441Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T09:00:03.441Z] ---> Running in bc0765f53adc [2021-05-08T09:00:03.706Z] Removing intermediate container bc0765f53adc [2021-05-08T09:00:03.706Z] ---> 8ad9f2ffcea4 [2021-05-08T09:00:03.706Z] Step 22/24 : LABEL arch=amd64 [2021-05-08T09:00:03.706Z] ---> Running in 13b7a5d14fab [2021-05-08T09:00:03.976Z] Removing intermediate container 13b7a5d14fab [2021-05-08T09:00:03.976Z] ---> 67f1567ba7e6 [2021-05-08T09:00:03.976Z] Step 23/24 : LABEL git_sha=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [2021-05-08T09:00:03.976Z] ---> Running in 62b6ac495d80 [2021-05-08T09:00:04.243Z] Removing intermediate container 62b6ac495d80 [2021-05-08T09:00:04.243Z] ---> 0d942bf97dbf [2021-05-08T09:00:04.243Z] Step 24/24 : LABEL version=0.0.0 [2021-05-08T09:00:04.243Z] ---> Running in cdde80218aac [2021-05-08T09:00:04.507Z] Removing intermediate container cdde80218aac [2021-05-08T09:00:04.507Z] ---> 3797827911f8 [2021-05-08T09:00:04.507Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T09:00:04.507Z] Successfully built 3797827911f8 [2021-05-08T09:00:04.507Z] 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-05-08T09:00:05.070Z] ---> job-cost.sh [2021-05-08T09:00:05.070Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NPdR [2021-05-08T09:00:20.016Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T09:00:21.207Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T09:00:25.507Z] Removing intermediate container c61293deac72 [2021-05-08T09:00:25.507Z] ---> a487b2df5fef [2021-05-08T09:00:25.507Z] Step 17/24 : FROM alpine:3.12 [2021-05-08T09:00:25.507Z] 3.12: Pulling from library/alpine [2021-05-08T09:00:25.783Z] d2f70382dc9a: Pulling fs layer [2021-05-08T09:00:26.055Z] d2f70382dc9a: Verifying Checksum [2021-05-08T09:00:26.055Z] d2f70382dc9a: Download complete [2021-05-08T09:00:26.650Z] d2f70382dc9a: Pull complete [2021-05-08T09:00:26.650Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T09:00:26.650Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T09:00:26.650Z] ---> 9852663dfa18 [2021-05-08T09:00:26.650Z] Step 18/24 : EXPOSE 4000 [2021-05-08T09:00:26.926Z] ---> Running in 9f69fb0fb158 [2021-05-08T09:00:27.202Z] Removing intermediate container 9f69fb0fb158 [2021-05-08T09:00:27.202Z] ---> 71ae310cd3ea [2021-05-08T09:00:27.202Z] 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-05-08T09:00:29.819Z] ---> 0cc30fbf6657 [2021-05-08T09:00:29.819Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T09:00:29.819Z] ---> Running in 5ad5bfcbfaa0 [2021-05-08T09:00:30.090Z] Removing intermediate container 5ad5bfcbfaa0 [2021-05-08T09:00:30.090Z] ---> b1a9a2220b64 [2021-05-08T09:00:30.090Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T09:00:30.362Z] ---> Running in 4997931daae4 [2021-05-08T09:00:30.638Z] Removing intermediate container 4997931daae4 [2021-05-08T09:00:30.638Z] ---> dea036e48a5f [2021-05-08T09:00:30.638Z] Step 22/24 : LABEL arch=arm64 [2021-05-08T09:00:30.909Z] ---> Running in 91ae6d9a2af5 [2021-05-08T09:00:31.180Z] Removing intermediate container 91ae6d9a2af5 [2021-05-08T09:00:31.180Z] ---> cf617ea4d168 [2021-05-08T09:00:31.180Z] Step 23/24 : LABEL git_sha=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [2021-05-08T09:00:31.452Z] ---> Running in cc0d700305df [2021-05-08T09:00:31.727Z] Removing intermediate container cc0d700305df [2021-05-08T09:00:31.727Z] ---> 0a07c0dfbd5e [2021-05-08T09:00:31.727Z] Step 24/24 : LABEL version=0.0.0 [2021-05-08T09:00:31.999Z] ---> Running in 5939d54ff11e [2021-05-08T09:00:32.597Z] Removing intermediate container 5939d54ff11e [2021-05-08T09:00:32.597Z] ---> 4e1ac182b48d [2021-05-08T09:00:32.597Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T09:00:32.597Z] Successfully built 4e1ac182b48d [2021-05-08T09:00:32.597Z] 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-05-08T09:00:33.144Z] ---> job-cost.sh [2021-05-08T09:00:33.144Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1DaP [2021-05-08T09:00:52.222Z] lf-activate-venv(): INFO: Adding /tmp/venv-NPdR/bin to PATH [2021-05-08T09:00:52.223Z] INFO: No Stack... [2021-05-08T09:00:52.223Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T09:00:52.798Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T09:00:53.108Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-05-08T09:00:53.108Z] + cut -d, -f6 [Pipeline] lock [2021-05-08T09:00:53.189Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [2021-05-08T09:00:53.199Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] did not exist. Created. [2021-05-08T09:00:53.199Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T09:00:53.526Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-08T09:00:53.663Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T09:00:53.677Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-08T09:01:20.142Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T09:02:56.874Z] lf-activate-venv(): INFO: Adding /tmp/venv-1DaP/bin to PATH [2021-05-08T09:02:56.874Z] INFO: No Stack... [2021-05-08T09:02:56.874Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-08T09:02:56.874Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T09:02:57.214Z] + + cutcat -d, /w/workspace/edgex-ui-go/2/archives/cost.csv -f6 [2021-05-08T09:02:57.214Z] [Pipeline] lock [2021-05-08T09:02:57.349Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [2021-05-08T09:02:57.359Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] did not exist. Created. [2021-05-08T09:02:57.359Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T09:02:57.725Z] /w/workspace/edgex-ui-go/2@tmp/durable-c5235b9f/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-c5235b9f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-08T09:02:58.069Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-08T09:02:58.101Z] Warning: overwriting stash ‘stack-cost’ [2021-05-08T09:02:58.305Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T09:02:58.320Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-08T09:02:58.781Z] provisioning config files... [2021-05-08T09:02:58.792Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/config7445769641314688320tmp [Pipeline] { [Pipeline] sh [2021-05-08T09:02:59.154Z] + set +x [2021-05-08T09:02:59.154Z] + curl -s https://codecov.io/bash [2021-05-08T09:02:59.154Z] + bash -s -- [2021-05-08T09:02:59.420Z] [2021-05-08T09:02:59.420Z] _____ _ [2021-05-08T09:02:59.420Z] / ____| | | [2021-05-08T09:02:59.420Z] | | ___ __| | ___ ___ _____ __ [2021-05-08T09:02:59.420Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-08T09:02:59.420Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-08T09:02:59.420Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-08T09:02:59.420Z] Bash-1.0.2 [2021-05-08T09:02:59.420Z] [2021-05-08T09:02:59.420Z] [2021-05-08T09:02:59.420Z] ==> git version 2.24.3 found [2021-05-08T09:02:59.420Z] ==> 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-05-08T09:02:59.420Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-08T09:02:59.420Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-08T09:02:59.420Z] ==> Jenkins CI detected. [2021-05-08T09:02:59.420Z] project root: . [2021-05-08T09:02:59.420Z] --> token set from env [2021-05-08T09:02:59.420Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-08T09:02:59.420Z] ==> Running gcov in . (disable via -X gcov) [2021-05-08T09:02:59.420Z] ==> Python coveragepy not found [2021-05-08T09:02:59.420Z] ==> Searching for coverage reports in: [2021-05-08T09:02:59.420Z] + . [2021-05-08T09:02:59.420Z] -> Found 1 reports [2021-05-08T09:02:59.420Z] ==> Detecting git/mercurial file structure [2021-05-08T09:02:59.420Z] ==> Reading reports [2021-05-08T09:02:59.420Z] + ./coverage.out bytes=10 [2021-05-08T09:02:59.420Z] ==> Appending adjustments [2021-05-08T09:02:59.420Z] https://docs.codecov.io/docs/fixing-reports [2021-05-08T09:02:59.682Z] + Found adjustments [2021-05-08T09:02:59.682Z] ==> Gzipping contents [2021-05-08T09:02:59.682Z] 4.0K /tmp/codecov.F7jszz.gz [2021-05-08T09:02:59.682Z] ==> Uploading reports [2021-05-08T09:02:59.682Z] url: https://codecov.io [2021-05-08T09:02:59.682Z] query: branch=PR-350&commit=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-350%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=350&job=&cmd_args= [2021-05-08T09:02:59.682Z] -> Pinging Codecov [2021-05-08T09:02:59.682Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-350&commit=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-350%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=350&job=&cmd_args= [2021-05-08T09:03:00.256Z] -> Uploading to [2021-05-08T09:03:00.256Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd/53a718b8-b806-441f-b695-68e6bc72dca4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T090259Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e887f4e6d30d41fec42c95635f878d9bea077a050f978237ed4196eedee3f4b1 [2021-05-08T09:03:00.256Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-08T09:03:00.256Z] Dload Upload Total Spent Left Speed [2021-05-08T09:03:00.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10268 --:--:-- --:--:-- --:--:-- 10295 [2021-05-08T09:03:00.519Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [Pipeline] } [2021-05-08T09:03:00.533Z] 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-05-08T09:03:01.601Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T09:03:01.932Z] ---> package-listing.sh [2021-05-08T09:03:01.932Z] ++ facter osfamily [2021-05-08T09:03:01.932Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-08T09:03:01.932Z] + OS_FAMILY=redhat [2021-05-08T09:03:01.932Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-350 [2021-05-08T09:03:01.932Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-08T09:03:01.932Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-08T09:03:01.932Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-08T09:03:01.932Z] + PACKAGES=/tmp/packages_start.txt [2021-05-08T09:03:01.932Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-350 ']' [2021-05-08T09:03:01.932Z] + PACKAGES=/tmp/packages_end.txt [2021-05-08T09:03:01.932Z] + case "${OS_FAMILY}" in [2021-05-08T09:03:01.932Z] + rpm -qa [2021-05-08T09:03:01.932Z] + sort [2021-05-08T09:03:07.254Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-08T09:03:07.254Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-08T09:03:07.254Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-08T09:03:07.254Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-350 ']' [2021-05-08T09:03:07.254Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-350/archives/ [2021-05-08T09:03:07.254Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-350/archives/ [Pipeline] echo [2021-05-08T09:03:07.271Z] 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-350/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-08T09:03:07.568Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-08T09:03:07.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T09:03:07.880Z] [2021-05-08T09:03:07.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-08T09:03:08.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T09:03:08.205Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-08T09:03:08.205Z] df20fa9351a1: Pulling fs layer [2021-05-08T09:03:08.205Z] 36b3adc4ff6f: Pulling fs layer [2021-05-08T09:03:08.205Z] 8ad3a11d3b57: Pulling fs layer [2021-05-08T09:03:08.205Z] 46f8f816bc3b: Pulling fs layer [2021-05-08T09:03:08.205Z] 93b61091891f: Pulling fs layer [2021-05-08T09:03:08.205Z] 93b9cdb0e59b: Pulling fs layer [2021-05-08T09:03:08.205Z] 5e14af77c1be: Pulling fs layer [2021-05-08T09:03:08.205Z] 01666e4c0597: Pulling fs layer [2021-05-08T09:03:08.205Z] aa168da1d23b: Pulling fs layer [2021-05-08T09:03:08.205Z] 46f8f816bc3b: Waiting [2021-05-08T09:03:08.205Z] 5e14af77c1be: Waiting [2021-05-08T09:03:08.205Z] 01666e4c0597: Waiting [2021-05-08T09:03:08.205Z] 93b61091891f: Waiting [2021-05-08T09:03:08.205Z] 93b9cdb0e59b: Waiting [2021-05-08T09:03:08.205Z] aa168da1d23b: Waiting [2021-05-08T09:03:08.205Z] 36b3adc4ff6f: Verifying Checksum [2021-05-08T09:03:08.205Z] 36b3adc4ff6f: Download complete [2021-05-08T09:03:08.205Z] 46f8f816bc3b: Verifying Checksum [2021-05-08T09:03:08.205Z] 46f8f816bc3b: Download complete [2021-05-08T09:03:08.471Z] df20fa9351a1: Download complete [2021-05-08T09:03:08.471Z] 93b9cdb0e59b: Verifying Checksum [2021-05-08T09:03:08.471Z] 93b9cdb0e59b: Download complete [2021-05-08T09:03:08.471Z] 5e14af77c1be: Verifying Checksum [2021-05-08T09:03:08.471Z] 5e14af77c1be: Download complete [2021-05-08T09:03:08.471Z] 01666e4c0597: Verifying Checksum [2021-05-08T09:03:08.471Z] 01666e4c0597: Download complete [2021-05-08T09:03:08.738Z] 8ad3a11d3b57: Verifying Checksum [2021-05-08T09:03:08.738Z] 8ad3a11d3b57: Download complete [2021-05-08T09:03:08.738Z] 93b61091891f: Verifying Checksum [2021-05-08T09:03:08.738Z] 93b61091891f: Download complete [2021-05-08T09:03:08.738Z] df20fa9351a1: Pull complete [2021-05-08T09:03:09.005Z] 36b3adc4ff6f: Pull complete [2021-05-08T09:03:10.946Z] aa168da1d23b: Verifying Checksum [2021-05-08T09:03:10.946Z] aa168da1d23b: Download complete [2021-05-08T09:03:10.946Z] 8ad3a11d3b57: Pull complete [2021-05-08T09:03:10.946Z] 46f8f816bc3b: Pull complete [2021-05-08T09:03:11.522Z] 93b61091891f: Pull complete [2021-05-08T09:03:11.522Z] 93b9cdb0e59b: Pull complete [2021-05-08T09:03:11.522Z] 5e14af77c1be: Pull complete [2021-05-08T09:03:11.793Z] 01666e4c0597: Pull complete [2021-05-08T09:03:18.425Z] aa168da1d23b: Pull complete [2021-05-08T09:03:18.425Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-08T09:03:18.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T09:03:18.425Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-08T09:03:18.839Z] prd-centos7-docker-4c-2g-3731 does not seem to be running inside a container [2021-05-08T09:03:18.889Z] $ 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-350/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-350 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350:/w/workspace/edgexfoundry_edgex-ui-go_PR-350:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-08T09:03:22.962Z] $ docker top 86e773bfe98c656e144daeddabc3f207405a867d81cb9fc57c941a60959716c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T09:03:23.460Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-08T09:03:23.776Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-08T09:03:24.078Z] + ls /var/log/sa-host [2021-05-08T09:03:24.078Z] + sadf -c /var/log/sa-host/sa08 [2021-05-08T09:03:24.078Z] file_magic: OK [2021-05-08T09:03:24.078Z] HZ: Using current value: 100 [2021-05-08T09:03:24.078Z] file_header: OK [2021-05-08T09:03:24.078Z] 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-05-08T09:03:24.078Z] Statistics: [2021-05-08T09:03:24.078Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-08T09:03:24.078Z] File successfully converted to sysstat format version 12.2.1 [2021-05-08T09:03:24.078Z] + sadf -c /var/log/sa-host/sa23 [2021-05-08T09:03:24.078Z] file_magic: OK [2021-05-08T09:03:24.078Z] HZ: Using current value: 100 [2021-05-08T09:03:24.078Z] file_header: OK [2021-05-08T09:03:24.078Z] 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-05-08T09:03:24.078Z] Statistics: [2021-05-08T09:03:24.078Z] Hnuu...uuuununununu... [2021-05-08T09:03:24.078Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-08T09:03:24.277Z] provisioning config files... [2021-05-08T09:03:24.302Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/config1375779089389019570tmp [Pipeline] { [Pipeline] echo [2021-05-08T09:03:24.326Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T09:03:24.631Z] ---> create-netrc.sh [Pipeline] } [2021-05-08T09:03:24.641Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-08T09:03:24.669Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T09:03:24.970Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-08T09:03:24.982Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T09:03:25.284Z] ---> sudo-logs.sh [2021-05-08T09:03:25.284Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-08T09:03:25.322Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T09:03:25.634Z] ---> job-cost.sh [2021-05-08T09:03:25.634Z] lf-activate-venv: SKIPPING [2021-05-08T09:03:25.634Z] DEBUG: total: 0.20999999344348907 [2021-05-08T09:03:25.634Z] INFO: Retrieving Stack Cost... [2021-05-08T09:03:26.584Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T09:03:26.846Z] INFO: Archiving Costs [Pipeline] echo [2021-05-08T09:03:26.861Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T09:03:27.164Z] ---> logs-deploy.sh [2021-05-08T09:03:27.164Z] lf-activate-venv: SKIPPING [2021-05-08T09:03:27.164Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-350/2 [2021-05-08T09:03:27.164Z] INFO: archiving workspace using pattern(s): [2021-05-08T09:03:29.087Z] Archives upload complete. [2021-05-08T09:03:29.087Z] INFO: archiving logs to Nexus