Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d897271f5bdcc8b47fe99642677f598acc1508a8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27313 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d897271f5bdcc8b47fe99642677f598acc1508a8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 Commit message: "Update delete confirm alert message and code format" > git rev-list --no-walk d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T09:54:30.264Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T09:54:30.539Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T09:54:30.635Z] ========================================================= [2021-02-23T09:54:30.635Z] EdgeX Global Pipelines Version Info [2021-02-23T09:54:30.635Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:54:32.146Z] ------------------- [2021-02-23T09:54:32.146Z] stable info: [2021-02-23T09:54:32.146Z] ------------------- [2021-02-23T09:54:32.146Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T09:54:32.146Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T09:54:32.146Z] Message: update stable to v1.0.179 [2021-02-23T09:54:33.095Z] ------------------- [2021-02-23T09:54:33.095Z] experimental info: [2021-02-23T09:54:33.095Z] ------------------- [2021-02-23T09:54:33.095Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T09:54:33.095Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T09:54:33.095Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T09:54:33.392Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T09:54:33.483Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T09:54:33.576Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T09:54:33.666Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T09:54:33.760Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T09:54:33.848Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T09:54:33.956Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T09:54:34.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T09:54:34.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T09:54:34.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T09:54:34.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T09:54:34.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T09:54:34.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T09:54:34.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T09:54:34.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T09:54:34.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T09:54:35.028Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T09:54:35.124Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T09:54:35.208Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T09:54:35.295Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T09:54:35.442Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T09:54:35.529Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T09:54:35.649Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T09:54:35.782Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T09:54:35.869Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T09:54:35.966Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T09:54:36.142Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T09:54:36.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T09:54:36.314Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T09:54:36.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T09:54:36.486Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] echo [2021-02-23T09:54:36.570Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d897271 [Pipeline] echo [2021-02-23T09:54:36.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:54:36.876Z] provisioning config files... [2021-02-23T09:54:36.910Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3002528994455047547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:54:37.258Z] ---> docker-login.sh [2021-02-23T09:54:37.258Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:54:37.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:54:37.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:54:37.519Z] Configure a credential helper to remove this warning. See [2021-02-23T09:54:37.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:54:37.519Z] [2021-02-23T09:54:37.519Z] Login Succeeded [2021-02-23T09:54:37.782Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:54:37.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:54:37.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:54:37.782Z] Configure a credential helper to remove this warning. See [2021-02-23T09:54:37.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:54:37.782Z] [2021-02-23T09:54:37.782Z] Login Succeeded [2021-02-23T09:54:37.782Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:54:38.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:54:38.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:54:38.044Z] Configure a credential helper to remove this warning. See [2021-02-23T09:54:38.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:54:38.044Z] [2021-02-23T09:54:38.044Z] Login Succeeded [2021-02-23T09:54:38.044Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:54:38.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:54:38.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:54:38.307Z] Configure a credential helper to remove this warning. See [2021-02-23T09:54:38.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:54:38.307Z] [2021-02-23T09:54:38.307Z] Login Succeeded [2021-02-23T09:54:38.307Z] docker.io [2021-02-23T09:54:38.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:54:38.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:54:38.569Z] Configure a credential helper to remove this warning. See [2021-02-23T09:54:38.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:54:38.569Z] [2021-02-23T09:54:38.569Z] Login Succeeded [2021-02-23T09:54:38.569Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T09:54:38.578Z] 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-02-23T09:54:39.362Z] + git log --format=format:%s -1 d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] echo [2021-02-23T09:54:39.430Z] GIT_COMMIT: d897271f5bdcc8b47fe99642677f598acc1508a8, Commit Message: Update delete confirm alert message and code format [Pipeline] echo [2021-02-23T09:54:39.499Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:54:40.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T09:54:40.084Z] [2021-02-23T09:54:40.084Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:54:40.447Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T09:54:40.447Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T09:54:40.447Z] 31603596830f: Pulling fs layer [2021-02-23T09:54:40.447Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T09:54:40.447Z] 6ca5941a6612: Pulling fs layer [2021-02-23T09:54:40.447Z] ecc8261a40a4: Pulling fs layer [2021-02-23T09:54:40.447Z] ecc8261a40a4: Waiting [2021-02-23T09:54:40.447Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T09:54:40.447Z] 2a8b12db71e7: Download complete [2021-02-23T09:54:40.447Z] 31603596830f: Verifying Checksum [2021-02-23T09:54:40.447Z] 31603596830f: Download complete [2021-02-23T09:54:40.708Z] ecc8261a40a4: Verifying Checksum [2021-02-23T09:54:40.708Z] ecc8261a40a4: Download complete [2021-02-23T09:54:40.708Z] 6ca5941a6612: Verifying Checksum [2021-02-23T09:54:40.708Z] 6ca5941a6612: Download complete [2021-02-23T09:54:40.708Z] 31603596830f: Pull complete [2021-02-23T09:54:40.970Z] 2a8b12db71e7: Pull complete [2021-02-23T09:54:41.927Z] 6ca5941a6612: Pull complete [2021-02-23T09:54:41.927Z] ecc8261a40a4: Pull complete [2021-02-23T09:54:41.927Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T09:54:42.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T09:54:42.189Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T09:54:42.301Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T09:54:42.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T09:54:44.507Z] $ docker top 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T09:54:44.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T09:54:44.894Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T09:54:45.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T09:54:45.117Z] $ docker exec 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent [2021-02-23T09:54:45.286Z] SSH_AUTH_SOCK=/tmp/ssh-mbs2WD72wSnf/agent.11 [2021-02-23T09:54:45.286Z] SSH_AGENT_PID=16 [2021-02-23T09:54:45.298Z] Running ssh-add (command line suppressed) [2021-02-23T09:54:45.410Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8026966151810112834.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8026966151810112834.key) [2021-02-23T09:54:45.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T09:54:45.796Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T09:54:45.819Z] $ docker exec --env ******** --env ******** 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent -k [2021-02-23T09:54:45.927Z] unset SSH_AUTH_SOCK; [2021-02-23T09:54:45.927Z] unset SSH_AGENT_PID; [2021-02-23T09:54:45.927Z] echo Agent pid 16 killed; [2021-02-23T09:54:45.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T09:54:46.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T09:54:46.120Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T09:54:46.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T09:54:46.286Z] $ docker exec 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent [2021-02-23T09:54:46.441Z] SSH_AUTH_SOCK=/tmp/ssh-PpJQ0O4pAZPS/agent.44 [2021-02-23T09:54:46.441Z] SSH_AGENT_PID=49 [2021-02-23T09:54:46.448Z] Running ssh-add (command line suppressed) [2021-02-23T09:54:46.573Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2572965904794144517.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2572965904794144517.key) [2021-02-23T09:54:46.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T09:54:46.959Z] + git semver init [2021-02-23T09:54:46.959Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T09:54:46.959Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T09:54:46.959Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T09:54:46.959Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T09:54:46.959Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T09:54:46.959Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T09:54:46.959Z] # $SEMVER_BRANCH = master [2021-02-23T09:54:46.959Z] # $SEMVER_TEMP = /tmp/semver-873383612 [2021-02-23T09:54:46.959Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T09:54:48.355Z] # '/tmp/semver-873383612' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-02-23T09:54:48.355Z] # -> Force: false [2021-02-23T09:54:48.355Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-23T09:54:48.367Z] $ docker exec --env ******** --env ******** 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent -k [2021-02-23T09:54:48.488Z] unset SSH_AUTH_SOCK; [2021-02-23T09:54:48.488Z] unset SSH_AGENT_PID; [2021-02-23T09:54:48.489Z] echo Agent pid 49 killed; [2021-02-23T09:54:48.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T09:54:49.003Z] + git semver [Pipeline] } [2021-02-23T09:54:49.021Z] $ docker stop --time=1 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 [2021-02-23T09:54:50.411Z] $ docker rm -f 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T09:54:50.911Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T09:54:51.293Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T09:54:51.296Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [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-02-23T09:55:06.830Z] Still waiting to schedule task [2021-02-23T09:55:06.830Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27313’ [2021-02-23T09:55:06.834Z] Still waiting to schedule task [2021-02-23T09:55:06.834Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T09:57:03.499Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27314 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-23T09:57:03.558Z] Running in /w/workspace/edgex-ui-go/70 [Pipeline] { [Pipeline] checkout [2021-02-23T09:57:08.444Z] using credential edgex-jenkins-ssh [2021-02-23T09:57:08.500Z] Cloning the remote Git repository [2021-02-23T09:57:08.551Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:57:08.656Z] > git init /w/workspace/edgex-ui-go/70 # timeout=10 [2021-02-23T09:57:08.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:57:08.738Z] > git --version # timeout=10 [2021-02-23T09:57:08.753Z] > git --version # 'git version 2.17.1' [2021-02-23T09:57:08.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:57:08.827Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:57:10.890Z] Checking out Revision d897271f5bdcc8b47fe99642677f598acc1508a8 (master) [2021-02-23T09:57:10.357Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:57:10.388Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:57:10.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:57:10.441Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:57:10.442Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:57:10.453Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T09:57:10.909Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T09:57:10.928Z] > git checkout -f d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 [2021-02-23T09:57:15.451Z] Commit message: "Update delete confirm alert message and code format" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T09:57:17.151Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:57:17.593Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:57:17.939Z] + true [2021-02-23T09:57:17.939Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:57:20.673Z] provisioning config files... [2021-02-23T09:57:20.764Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config7348004985772587170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:57:21.257Z] ---> docker-login.sh [2021-02-23T09:57:21.257Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:57:22.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:22.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:22.518Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:22.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:22.518Z] [2021-02-23T09:57:22.518Z] Login Succeeded [2021-02-23T09:57:22.518Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:57:22.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:23.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:23.067Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:23.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:23.067Z] [2021-02-23T09:57:23.067Z] Login Succeeded [2021-02-23T09:57:23.067Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:57:23.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:23.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:23.622Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:23.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:23.622Z] [2021-02-23T09:57:23.622Z] Login Succeeded [2021-02-23T09:57:23.622Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:57:23.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:24.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:24.178Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:24.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:24.178Z] [2021-02-23T09:57:24.178Z] Login Succeeded [2021-02-23T09:57:24.178Z] docker.io [2021-02-23T09:57:24.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:25.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:25.047Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:25.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:25.047Z] [2021-02-23T09:57:25.047Z] Login Succeeded [2021-02-23T09:57:25.047Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T09:57:25.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T09:57:25.483Z] ========================================================= [2021-02-23T09:57:25.483Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T09:57:25.483Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:57:25.859Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-23T09:57:26.461Z] Sending build context to Docker daemon 17.08MB [2021-02-23T09:57:26.461Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:57:26.461Z] Step 2/8 : FROM ${BASE} [2021-02-23T09:57:26.737Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T09:57:26.737Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T09:57:26.737Z] a4357932f1b6: Pulling fs layer [2021-02-23T09:57:26.737Z] 18c013af1878: Pulling fs layer [2021-02-23T09:57:26.737Z] 00ac8860ef70: Pulling fs layer [2021-02-23T09:57:26.737Z] 63d7cb157983: Pulling fs layer [2021-02-23T09:57:26.737Z] b116817d02f9: Pulling fs layer [2021-02-23T09:57:26.737Z] 745a02a5169b: Pulling fs layer [2021-02-23T09:57:26.737Z] 00ac8860ef70: Waiting [2021-02-23T09:57:26.737Z] 63d7cb157983: Waiting [2021-02-23T09:57:26.737Z] b116817d02f9: Waiting [2021-02-23T09:57:26.737Z] 745a02a5169b: Waiting [2021-02-23T09:57:26.737Z] 18c013af1878: Verifying Checksum [2021-02-23T09:57:26.737Z] 18c013af1878: Download complete [2021-02-23T09:57:26.737Z] a4357932f1b6: Verifying Checksum [2021-02-23T09:57:26.737Z] a4357932f1b6: Download complete [2021-02-23T09:57:26.737Z] 63d7cb157983: Download complete [2021-02-23T09:57:26.737Z] b116817d02f9: Verifying Checksum [2021-02-23T09:57:26.737Z] b116817d02f9: Download complete [2021-02-23T09:57:27.342Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T09:57:27.342Z] 5f621e34cdf4: Download complete [2021-02-23T09:57:27.963Z] 5f621e34cdf4: Pull complete [2021-02-23T09:57:28.572Z] a4357932f1b6: Pull complete [2021-02-23T09:57:29.186Z] 18c013af1878: Pull complete [2021-02-23T09:57:29.465Z] 745a02a5169b: Verifying Checksum [2021-02-23T09:57:29.465Z] 745a02a5169b: Download complete [2021-02-23T09:57:30.902Z] 00ac8860ef70: Verifying Checksum [2021-02-23T09:57:30.902Z] 00ac8860ef70: Download complete [2021-02-23T09:57:37.315Z] Running on prd-centos7-docker-4c-2g-27315 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-23T09:57:37.374Z] Running in /w/workspace/edgex-ui-go/70 [Pipeline] { [Pipeline] checkout [2021-02-23T09:57:39.785Z] using credential edgex-jenkins-ssh [2021-02-23T09:57:39.851Z] Cloning the remote Git repository [2021-02-23T09:57:39.881Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:57:39.957Z] > git init /w/workspace/edgex-ui-go/70 # timeout=10 [2021-02-23T09:57:40.028Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:57:40.028Z] > git --version # timeout=10 [2021-02-23T09:57:40.036Z] > git --version # 'git version 2.24.3' [2021-02-23T09:57:40.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:57:40.065Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:57:41.069Z] 00ac8860ef70: Pull complete [2021-02-23T09:57:41.069Z] 63d7cb157983: Pull complete [2021-02-23T09:57:41.344Z] b116817d02f9: Pull complete [2021-02-23T09:57:41.737Z] Checking out Revision d897271f5bdcc8b47fe99642677f598acc1508a8 (master) [2021-02-23T09:57:41.322Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:57:41.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T09:57:41.345Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T09:57:41.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T09:57:41.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T09:57:41.363Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T09:57:41.747Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T09:57:41.752Z] > git checkout -f d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 [2021-02-23T09:57:45.567Z] Commit message: "Update delete confirm alert message and code format" [2021-02-23T09:57:45.660Z] 745a02a5169b: Pull complete [2021-02-23T09:57:45.660Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T09:57:45.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T09:57:45.660Z] ---> b7e6874047d6 [2021-02-23T09:57:45.660Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T09:57:47.036Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:57:47.365Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T09:57:47.665Z] + sudo service docker restart [2021-02-23T09:57:47.665Z] + true [2021-02-23T09:57:47.665Z] Redirecting to /bin/systemctl restart docker.service [2021-02-23T09:57:48.297Z] ---> Running in 5fd0469516d1 [2021-02-23T09:57:48.297Z] Removing intermediate container 5fd0469516d1 [2021-02-23T09:57:48.297Z] ---> d1a2df3a6c8b [2021-02-23T09:57:48.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:57:48.297Z] ---> Running in f3629e2c330e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:57:49.653Z] provisioning config files... [2021-02-23T09:57:49.705Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config4391105422657176327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:57:50.066Z] ---> docker-login.sh [2021-02-23T09:57:50.066Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:57:50.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:50.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:50.591Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:50.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:50.591Z] [2021-02-23T09:57:50.591Z] Login Succeeded [2021-02-23T09:57:50.591Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:57:50.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:50.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:50.591Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:50.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:50.591Z] [2021-02-23T09:57:50.591Z] Login Succeeded [2021-02-23T09:57:50.591Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:57:50.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:50.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:50.854Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:50.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:50.854Z] [2021-02-23T09:57:50.854Z] Login Succeeded [2021-02-23T09:57:50.854Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:57:50.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:50.927Z] Removing intermediate container f3629e2c330e [2021-02-23T09:57:50.927Z] ---> 5d8332961f8e [2021-02-23T09:57:50.927Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T09:57:50.927Z] ---> Running in 8a223d7eb6bf [2021-02-23T09:57:51.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:51.116Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:51.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:51.116Z] [2021-02-23T09:57:51.116Z] Login Succeeded [2021-02-23T09:57:51.116Z] docker.io [2021-02-23T09:57:51.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:57:51.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:57:51.378Z] Configure a credential helper to remove this warning. See [2021-02-23T09:57:51.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:57:51.378Z] [2021-02-23T09:57:51.378Z] Login Succeeded [2021-02-23T09:57:51.378Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T09:57:51.388Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T09:57:51.690Z] ========================================================= [2021-02-23T09:57:51.690Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T09:57:51.690Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:57:51.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T09:57:52.061Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-23T09:57:52.327Z] Sending build context to Docker daemon 17.08MB [2021-02-23T09:57:52.327Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:57:52.327Z] Step 2/8 : FROM ${BASE} [2021-02-23T09:57:52.327Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T09:57:52.327Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T09:57:52.328Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T09:57:52.328Z] de9db76c5a1d: Pulling fs layer [2021-02-23T09:57:52.328Z] bca2f99d35d6: Pulling fs layer [2021-02-23T09:57:52.328Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T09:57:52.328Z] 7c6f9722023f: Pulling fs layer [2021-02-23T09:57:52.328Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T09:57:52.328Z] bca2f99d35d6: Waiting [2021-02-23T09:57:52.328Z] 7c6f9722023f: Waiting [2021-02-23T09:57:52.328Z] a35cf1a2eb13: Waiting [2021-02-23T09:57:52.328Z] 93359f2a8cfa: Waiting [2021-02-23T09:57:52.328Z] de9db76c5a1d: Verifying Checksum [2021-02-23T09:57:52.328Z] de9db76c5a1d: Download complete [2021-02-23T09:57:52.328Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T09:57:52.328Z] 0ef7d3d256c8: Download complete [2021-02-23T09:57:52.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T09:57:52.591Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T09:57:52.591Z] 93359f2a8cfa: Download complete [2021-02-23T09:57:52.591Z] 7c6f9722023f: Verifying Checksum [2021-02-23T09:57:52.591Z] 7c6f9722023f: Download complete [2021-02-23T09:57:52.591Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T09:57:52.591Z] 188c0c94c7c5: Download complete [2021-02-23T09:57:52.853Z] 188c0c94c7c5: Pull complete [2021-02-23T09:57:53.118Z] 0ef7d3d256c8: Pull complete [2021-02-23T09:57:53.119Z] de9db76c5a1d: Pull complete [2021-02-23T09:57:53.944Z] OK: 142 MiB in 39 packages [2021-02-23T09:57:54.553Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T09:57:54.553Z] a35cf1a2eb13: Download complete [2021-02-23T09:57:54.815Z] bca2f99d35d6: Verifying Checksum [2021-02-23T09:57:54.815Z] bca2f99d35d6: Download complete [2021-02-23T09:57:54.941Z] Removing intermediate container 8a223d7eb6bf [2021-02-23T09:57:54.941Z] ---> 81d082c5fa2e [2021-02-23T09:57:54.941Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T09:57:55.214Z] ---> Running in 02293c06480b [2021-02-23T09:57:55.806Z] Removing intermediate container 02293c06480b [2021-02-23T09:57:55.806Z] ---> 77c8d418997d [2021-02-23T09:57:55.806Z] Step 7/8 : COPY . . [2021-02-23T09:57:57.780Z] ---> d35bc89bd303 [2021-02-23T09:57:57.780Z] Step 8/8 : RUN go mod download [2021-02-23T09:57:58.067Z] ---> Running in 33f70efb8cf5 [2021-02-23T09:58:00.143Z] bca2f99d35d6: Pull complete [2021-02-23T09:58:00.143Z] 93359f2a8cfa: Pull complete [2021-02-23T09:58:00.143Z] 7c6f9722023f: Pull complete [2021-02-23T09:58:05.465Z] a35cf1a2eb13: Pull complete [2021-02-23T09:58:05.466Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T09:58:05.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T09:58:05.466Z] ---> a62c8e92a672 [2021-02-23T09:58:05.466Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T09:58:05.466Z] ---> Running in bbd8df555942 [2021-02-23T09:58:05.729Z] Removing intermediate container bbd8df555942 [2021-02-23T09:58:05.729Z] ---> 74f5214c5ff1 [2021-02-23T09:58:05.729Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:58:05.729Z] ---> Running in 8ded42e41e46 [2021-02-23T09:58:06.695Z] Removing intermediate container 8ded42e41e46 [2021-02-23T09:58:06.695Z] ---> 85e342424249 [2021-02-23T09:58:06.695Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T09:58:06.695Z] ---> Running in 7552c720579d [2021-02-23T09:58:07.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T09:58:08.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T09:58:08.856Z] OK: 166 MiB in 39 packages [2021-02-23T09:58:09.438Z] Removing intermediate container 7552c720579d [2021-02-23T09:58:09.438Z] ---> e001c48ea40d [2021-02-23T09:58:09.438Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T09:58:09.438Z] ---> Running in cd92aa473e1f [2021-02-23T09:58:09.707Z] Removing intermediate container cd92aa473e1f [2021-02-23T09:58:09.707Z] ---> f14cde218191 [2021-02-23T09:58:09.708Z] Step 7/8 : COPY . . [2021-02-23T09:58:11.637Z] ---> 48bb7d44390e [2021-02-23T09:58:11.637Z] Step 8/8 : RUN go mod download [2021-02-23T09:58:11.637Z] ---> Running in 61f44a4a678b [2021-02-23T09:58:24.843Z] Removing intermediate container 33f70efb8cf5 [2021-02-23T09:58:24.843Z] ---> 8d66221064c4 [2021-02-23T09:58:24.843Z] Successfully built 8d66221064c4 [2021-02-23T09:58:24.843Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:58:25.189Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T09:58:25.189Z] . [Pipeline] withDockerContainer [2021-02-23T09:58:25.462Z] prd-ubuntu18.04-docker-arm64-4c-16g-27314 does not seem to be running inside a container [2021-02-23T09:58:25.543Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@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 ******** ci-base-image-arm64 cat [2021-02-23T09:58:27.078Z] $ docker top faffe9b13ac51a556ca6cff66cbc964055f14eac894c2d837f225d9af0fddffe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:58:28.096Z] + go version [2021-02-23T09:58:28.096Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T09:58:28.122Z] $ docker stop --time=1 faffe9b13ac51a556ca6cff66cbc964055f14eac894c2d837f225d9af0fddffe [2021-02-23T09:58:30.017Z] $ docker rm -f faffe9b13ac51a556ca6cff66cbc964055f14eac894c2d837f225d9af0fddffe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:58:31.051Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T09:58:31.051Z] . [Pipeline] withDockerContainer [2021-02-23T09:58:31.313Z] prd-ubuntu18.04-docker-arm64-4c-16g-27314 does not seem to be running inside a container [2021-02-23T09:58:31.398Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@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 ******** ci-base-image-arm64 cat [2021-02-23T09:58:32.865Z] $ docker top beceef25c6e9c2c9fa324d059ebb19175d05e9a34107fe79bfe66c33eb8f792e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:58:33.878Z] + make test [2021-02-23T09:58:33.878Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T09:58:35.317Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T09:58:38.342Z] Removing intermediate container 61f44a4a678b [2021-02-23T09:58:38.342Z] ---> 8ba126a4dbb4 [2021-02-23T09:58:38.342Z] Successfully built 8ba126a4dbb4 [2021-02-23T09:58:38.342Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:58:38.652Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T09:58:38.652Z] . [Pipeline] withDockerContainer [2021-02-23T09:58:38.775Z] prd-centos7-docker-4c-2g-27315 does not seem to be running inside a container [2021-02-23T09:58:38.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@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 ******** ci-base-image-x86_64 cat [2021-02-23T09:58:39.683Z] $ docker top ef04f3fae534e510920ab21558254f430e12f79d1e64c3ed8fe6d862b34909e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:58:40.252Z] + go version [2021-02-23T09:58:40.252Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T09:58:40.269Z] $ docker stop --time=1 ef04f3fae534e510920ab21558254f430e12f79d1e64c3ed8fe6d862b34909e7 [2021-02-23T09:58:41.663Z] $ docker rm -f ef04f3fae534e510920ab21558254f430e12f79d1e64c3ed8fe6d862b34909e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:58:42.559Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T09:58:42.559Z] . [Pipeline] withDockerContainer [2021-02-23T09:58:42.661Z] prd-centos7-docker-4c-2g-27315 does not seem to be running inside a container [2021-02-23T09:58:42.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@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 ******** ci-base-image-x86_64 cat [2021-02-23T09:58:43.503Z] $ docker top 498e85d5389cf35fd33c3f69708190b6a60473768cf51ae759a0bbed9fabae79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T09:58:44.026Z] + make test [2021-02-23T09:58:44.026Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T09:58:44.987Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T09:58:53.283Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T09:58:53.283Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T09:58:53.564Z] $ docker stop --time=1 498e85d5389cf35fd33c3f69708190b6a60473768cf51ae759a0bbed9fabae79 [2021-02-23T09:58:55.696Z] $ docker rm -f 498e85d5389cf35fd33c3f69708190b6a60473768cf51ae759a0bbed9fabae79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T09:58:56.328Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T09:58:56.657Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T09:58:57.547Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T09:58:57.547Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-02-23T09:58:59.223Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T09:58:59.527Z] + ls -al . [2021-02-23T09:58:59.527Z] total 92 [2021-02-23T09:58:59.527Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 09:58 . [2021-02-23T09:58:59.527Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 09:57 .. [2021-02-23T09:58:59.527Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 09:57 assets [2021-02-23T09:58:59.527Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 09:57 bin [2021-02-23T09:58:59.527Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 09:57 cmd [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 09:57 CONTRIBUTING.md [2021-02-23T09:58:59.527Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 09:58 coverage.out [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 09:57 Dockerfile [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 09:57 Dockerfile.build [2021-02-23T09:58:59.527Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 09:57 docs [2021-02-23T09:58:59.527Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 09:57 .git [2021-02-23T09:58:59.527Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 09:57 .github [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 09:57 .gitignore [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 09:57 go.mod [2021-02-23T09:58:59.527Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 09:58 go.sum [2021-02-23T09:58:59.527Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 09:57 internal [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 09:57 Jenkinsfile [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 09:57 LICENSE [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 09:57 Makefile [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 09:57 README.md [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 09:54 VERSION [2021-02-23T09:58:59.527Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 09:57 version.go [2021-02-23T09:58:59.527Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 09:57 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:58:59.927Z] + 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=d897271f5bdcc8b47fe99642677f598acc1508a8 --label arch=amd64 --label version=2.0.0-dev.12 . [2021-02-23T09:59:00.191Z] Sending build context to Docker daemon 17.1MB [2021-02-23T09:59:00.191Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:59:00.191Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T09:59:00.191Z] ---> 8ba126a4dbb4 [2021-02-23T09:59:00.191Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T09:59:00.767Z] ---> Running in a7a53248bac5 [2021-02-23T09:59:01.031Z] Removing intermediate container a7a53248bac5 [2021-02-23T09:59:01.031Z] ---> 10124f451826 [2021-02-23T09:59:01.031Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T09:59:01.031Z] ---> Running in c09847c161f7 [2021-02-23T09:59:01.297Z] Removing intermediate container c09847c161f7 [2021-02-23T09:59:01.297Z] ---> 3ff3c13c16f1 [2021-02-23T09:59:01.297Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T09:59:01.297Z] ---> Running in 09abf0211b2a [2021-02-23T09:59:01.561Z] Removing intermediate container 09abf0211b2a [2021-02-23T09:59:01.561Z] ---> 7681e149e0f7 [2021-02-23T09:59:01.561Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T09:59:01.561Z] ---> Running in 200559397a52 [2021-02-23T09:59:01.561Z] Removing intermediate container 200559397a52 [2021-02-23T09:59:01.561Z] ---> 7ee03d550103 [2021-02-23T09:59:01.561Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T09:59:01.834Z] ---> Running in 97dbd0b2c15c [2021-02-23T09:59:01.834Z] Removing intermediate container 97dbd0b2c15c [2021-02-23T09:59:01.834Z] ---> e3a5377323a8 [2021-02-23T09:59:01.834Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:59:02.098Z] ---> Running in 089370182ab4 [Pipeline] } [2021-02-23T09:59:03.013Z] $ docker stop --time=1 beceef25c6e9c2c9fa324d059ebb19175d05e9a34107fe79bfe66c33eb8f792e [2021-02-23T09:59:03.051Z] Removing intermediate container 089370182ab4 [2021-02-23T09:59:03.051Z] ---> 60878dc73c94 [2021-02-23T09:59:03.051Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T09:59:03.051Z] ---> Running in fac141bf3869 [2021-02-23T09:59:03.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T09:59:04.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T09:59:04.784Z] OK: 166 MiB in 39 packages [2021-02-23T09:59:05.220Z] $ docker rm -f beceef25c6e9c2c9fa324d059ebb19175d05e9a34107fe79bfe66c33eb8f792e [2021-02-23T09:59:05.360Z] Removing intermediate container fac141bf3869 [2021-02-23T09:59:05.360Z] ---> 6fb060fea25e [2021-02-23T09:59:05.360Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T09:59:05.360Z] ---> Running in b21ccbde4e67 [2021-02-23T09:59:05.622Z] Removing intermediate container b21ccbde4e67 [2021-02-23T09:59:05.622Z] ---> b2f330265740 [2021-02-23T09:59:05.622Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T09:59:05.622Z] ---> Running in cb4e302a35a5 [2021-02-23T09:59:05.622Z] Removing intermediate container cb4e302a35a5 [2021-02-23T09:59:05.622Z] ---> 6cf6ac16a569 [2021-02-23T09:59:05.622Z] Step 12/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T09:59:05.888Z] ---> af1c4fb6e1b3 [2021-02-23T09:59:05.888Z] Step 13/24 : COPY Makefile . [2021-02-23T09:59:06.050Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T09:59:06.138Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T09:59:06.151Z] ---> 222670c9a64d [2021-02-23T09:59:06.151Z] Step 14/24 : RUN make update [2021-02-23T09:59:06.425Z] ---> Running in 81ee98985546 [2021-02-23T09:59:06.696Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T09:59:06.927Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-02-23T09:59:07.278Z] Removing intermediate container 81ee98985546 [2021-02-23T09:59:07.278Z] ---> 42c66276084d [2021-02-23T09:59:07.278Z] Step 15/24 : COPY . . [Pipeline] sh [2021-02-23T09:59:07.666Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T09:59:08.047Z] + ls -al . [2021-02-23T09:59:08.047Z] total 124 [2021-02-23T09:59:08.047Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:58 . [2021-02-23T09:59:08.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:57 .. [2021-02-23T09:59:08.047Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 09:57 .git [2021-02-23T09:59:08.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:57 .github [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 09:57 .gitignore [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 09:57 CONTRIBUTING.md [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 09:57 Dockerfile [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 09:57 Dockerfile.build [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 09:57 Jenkinsfile [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 09:57 LICENSE [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 09:57 Makefile [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 09:57 README.md [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 09:54 VERSION [2021-02-23T09:59:08.047Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:57 assets [2021-02-23T09:59:08.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:57 bin [2021-02-23T09:59:08.047Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:57 cmd [2021-02-23T09:59:08.047Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 09:58 coverage.out [2021-02-23T09:59:08.047Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 09:57 docs [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 09:57 go.mod [2021-02-23T09:59:08.047Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 09:58 go.sum [2021-02-23T09:59:08.047Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:57 internal [2021-02-23T09:59:08.047Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 09:57 version.go [2021-02-23T09:59:08.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:57 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:08.465Z] + 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=d897271f5bdcc8b47fe99642677f598acc1508a8 --label arch=arm64 --label version=2.0.0-dev.12 . [2021-02-23T09:59:09.078Z] Sending build context to Docker daemon 17.1MB [2021-02-23T09:59:09.207Z] ---> be8475dd531e [2021-02-23T09:59:09.207Z] Step 16/24 : RUN ${MAKE} [2021-02-23T09:59:09.207Z] ---> Running in 76df217bac45 [2021-02-23T09:59:09.351Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T09:59:09.352Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T09:59:09.352Z] ---> 8d66221064c4 [2021-02-23T09:59:09.352Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T09:59:09.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T09:59:09.947Z] ---> Running in be98f2f4a16b [2021-02-23T09:59:10.220Z] Removing intermediate container be98f2f4a16b [2021-02-23T09:59:10.220Z] ---> abd547940833 [2021-02-23T09:59:10.220Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T09:59:10.495Z] ---> Running in e22160e8b01a [2021-02-23T09:59:10.778Z] Removing intermediate container e22160e8b01a [2021-02-23T09:59:10.778Z] ---> 75c09af00464 [2021-02-23T09:59:10.778Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T09:59:11.050Z] ---> Running in 14238e077b06 [2021-02-23T09:59:11.323Z] Removing intermediate container 14238e077b06 [2021-02-23T09:59:11.323Z] ---> 3ac41cac28b3 [2021-02-23T09:59:11.323Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T09:59:11.604Z] ---> Running in 9d96b7c38a75 [2021-02-23T09:59:12.200Z] Removing intermediate container 9d96b7c38a75 [2021-02-23T09:59:12.200Z] ---> 4db1165d1615 [2021-02-23T09:59:12.200Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T09:59:12.200Z] ---> Running in 6ca0989a6370 [2021-02-23T09:59:12.800Z] Removing intermediate container 6ca0989a6370 [2021-02-23T09:59:12.800Z] ---> 7c566acb96a6 [2021-02-23T09:59:12.800Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T09:59:12.800Z] ---> Running in d40ac48f7cc7 [2021-02-23T09:59:15.423Z] Removing intermediate container d40ac48f7cc7 [2021-02-23T09:59:15.423Z] ---> 266247978bcc [2021-02-23T09:59:15.423Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T09:59:15.423Z] ---> Running in fc6aea96349a [2021-02-23T09:59:16.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T09:59:16.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T09:59:17.705Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T09:59:17.964Z] OK: 142 MiB in 39 packages [2021-02-23T09:59:19.395Z] Removing intermediate container fc6aea96349a [2021-02-23T09:59:19.395Z] ---> dfa50253640b [2021-02-23T09:59:19.395Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T09:59:19.395Z] ---> Running in 7277de33689b [2021-02-23T09:59:19.641Z] Removing intermediate container 76df217bac45 [2021-02-23T09:59:19.642Z] ---> 588eedc02fbf [2021-02-23T09:59:19.642Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T09:59:19.642Z] 3.12: Pulling from library/alpine [2021-02-23T09:59:19.904Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T09:59:19.989Z] Removing intermediate container 7277de33689b [2021-02-23T09:59:19.989Z] ---> 660ee50cfb80 [2021-02-23T09:59:19.989Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T09:59:19.989Z] ---> Running in 343391b844e0 [2021-02-23T09:59:20.170Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T09:59:20.171Z] 801bfaa63ef2: Download complete [2021-02-23T09:59:20.171Z] 801bfaa63ef2: Pull complete [2021-02-23T09:59:20.171Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T09:59:20.171Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T09:59:20.171Z] ---> 389fef711851 [2021-02-23T09:59:20.171Z] Step 18/24 : EXPOSE 4000 [2021-02-23T09:59:20.434Z] ---> Running in 2a4124852dd5 [2021-02-23T09:59:20.434Z] Removing intermediate container 2a4124852dd5 [2021-02-23T09:59:20.434Z] ---> dd6a81faf34e [2021-02-23T09:59:20.434Z] 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-02-23T09:59:20.586Z] Removing intermediate container 343391b844e0 [2021-02-23T09:59:20.586Z] ---> 9d2ab446cfff [2021-02-23T09:59:20.586Z] Step 12/24 : COPY go.mod . [2021-02-23T09:59:21.184Z] ---> 9f48472d9a72 [2021-02-23T09:59:21.184Z] Step 13/24 : COPY Makefile . [2021-02-23T09:59:21.384Z] ---> eedf9056f0c4 [2021-02-23T09:59:21.384Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T09:59:21.384Z] ---> Running in dfc075739b0f [2021-02-23T09:59:21.646Z] Removing intermediate container dfc075739b0f [2021-02-23T09:59:21.646Z] ---> 860caa82de97 [2021-02-23T09:59:21.646Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T09:59:21.646Z] ---> Running in 68adc88dc904 [2021-02-23T09:59:21.783Z] ---> d40824e89805 [2021-02-23T09:59:21.783Z] Step 14/24 : RUN make update [2021-02-23T09:59:21.910Z] Removing intermediate container 68adc88dc904 [2021-02-23T09:59:21.910Z] ---> ea595bf648a6 [2021-02-23T09:59:21.910Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T09:59:21.910Z] ---> Running in 9d56d1125a58 [2021-02-23T09:59:22.057Z] ---> Running in 81094a456b76 [2021-02-23T09:59:22.173Z] Removing intermediate container 9d56d1125a58 [2021-02-23T09:59:22.173Z] ---> dd506d794237 [2021-02-23T09:59:22.173Z] Step 23/24 : LABEL git_sha=d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T09:59:22.173Z] ---> Running in 2b14e923b1aa [2021-02-23T09:59:22.437Z] Removing intermediate container 2b14e923b1aa [2021-02-23T09:59:22.437Z] ---> 0082fe5906b4 [2021-02-23T09:59:22.437Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2021-02-23T09:59:22.437Z] ---> Running in d54e9ce2f186 [2021-02-23T09:59:22.437Z] Removing intermediate container d54e9ce2f186 [2021-02-23T09:59:22.437Z] ---> ac317b95f236 [2021-02-23T09:59:22.437Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T09:59:22.700Z] Successfully built ac317b95f236 [2021-02-23T09:59:22.700Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2021-02-23T09:59:23.037Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T09:59:23.121Z] provisioning config files... [2021-02-23T09:59:23.152Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config37317197334209953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T09:59:23.515Z] ---> docker-login.sh [2021-02-23T09:59:23.515Z] nexus3.edgexfoundry.org:10001 [2021-02-23T09:59:23.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:59:23.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:59:23.778Z] Configure a credential helper to remove this warning. See [2021-02-23T09:59:23.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:59:23.778Z] [2021-02-23T09:59:23.778Z] Login Succeeded [2021-02-23T09:59:23.778Z] nexus3.edgexfoundry.org:10002 [2021-02-23T09:59:23.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:59:23.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:59:23.778Z] Configure a credential helper to remove this warning. See [2021-02-23T09:59:23.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:59:23.778Z] [2021-02-23T09:59:23.778Z] Login Succeeded [2021-02-23T09:59:23.778Z] nexus3.edgexfoundry.org:10003 [2021-02-23T09:59:24.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:59:24.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:59:24.045Z] Configure a credential helper to remove this warning. See [2021-02-23T09:59:24.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:59:24.045Z] [2021-02-23T09:59:24.045Z] Login Succeeded [2021-02-23T09:59:24.045Z] nexus3.edgexfoundry.org:10004 [2021-02-23T09:59:24.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:59:24.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:59:24.309Z] Configure a credential helper to remove this warning. See [2021-02-23T09:59:24.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:59:24.309Z] [2021-02-23T09:59:24.309Z] Login Succeeded [2021-02-23T09:59:24.309Z] docker.io [2021-02-23T09:59:24.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T09:59:24.475Z] Removing intermediate container 81094a456b76 [2021-02-23T09:59:24.475Z] ---> 06d19dcec958 [2021-02-23T09:59:24.475Z] Step 15/24 : COPY . . [2021-02-23T09:59:24.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T09:59:24.574Z] Configure a credential helper to remove this warning. See [2021-02-23T09:59:24.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T09:59:24.574Z] [2021-02-23T09:59:24.574Z] Login Succeeded [2021-02-23T09:59:24.574Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T09:59:24.584Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T09:59:24.822Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-02-23T09:59:24.822Z] d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T09:59:24.822Z] latest [2021-02-23T09:59:24.822Z] 2.0.0-dev.12 [2021-02-23T09:59:24.822Z] d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [2021-02-23T09:59:24.822Z] master [2021-02-23T09:59:24.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:25.321Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:25.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T09:59:25.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T09:59:25.645Z] 88a83d16eab2: Preparing [2021-02-23T09:59:25.645Z] 777b2c648970: Preparing [2021-02-23T09:59:25.645Z] 777b2c648970: Layer already exists [2021-02-23T09:59:27.042Z] 88a83d16eab2: Pushed [2021-02-23T09:59:27.097Z] ---> d07e16e25293 [2021-02-23T09:59:27.097Z] Step 16/24 : RUN ${MAKE} [2021-02-23T09:59:27.097Z] ---> Running in a088dc7847aa [2021-02-23T09:59:27.304Z] d897271f5bdcc8b47fe99642677f598acc1508a8: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:27.614Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:27.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T09:59:27.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-23T09:59:27.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T09:59:27.915Z] 88a83d16eab2: Preparing [2021-02-23T09:59:27.915Z] 777b2c648970: Preparing [2021-02-23T09:59:27.915Z] 777b2c648970: Layer already exists [2021-02-23T09:59:27.915Z] 88a83d16eab2: Layer already exists [2021-02-23T09:59:27.915Z] latest: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:28.223Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:28.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.12 [2021-02-23T09:59:28.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T09:59:28.522Z] 88a83d16eab2: Preparing [2021-02-23T09:59:28.522Z] 777b2c648970: Preparing [2021-02-23T09:59:28.522Z] 88a83d16eab2: Layer already exists [2021-02-23T09:59:28.522Z] 777b2c648970: Layer already exists [2021-02-23T09:59:28.522Z] 2.0.0-dev.12: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:28.830Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:29.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [2021-02-23T09:59:29.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T09:59:29.129Z] 88a83d16eab2: Preparing [2021-02-23T09:59:29.129Z] 777b2c648970: Preparing [2021-02-23T09:59:29.129Z] 88a83d16eab2: Layer already exists [2021-02-23T09:59:29.129Z] 777b2c648970: Layer already exists [2021-02-23T09:59:29.129Z] d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:29.438Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T09:59:29.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-02-23T09:59:29.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T09:59:29.737Z] 88a83d16eab2: Preparing [2021-02-23T09:59:29.737Z] 777b2c648970: Preparing [2021-02-23T09:59:29.737Z] 777b2c648970: Layer already exists [2021-02-23T09:59:29.737Z] 88a83d16eab2: Layer already exists [2021-02-23T09:59:29.737Z] master: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T09:59:29.929Z] ===================================================== [Pipeline] echo [2021-02-23T09:59:29.997Z] taggedImages: [2021-02-23T09:59:29.997Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T09:59:29.997Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-23T09:59:29.997Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.12 [2021-02-23T09:59:29.997Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [2021-02-23T09:59:29.997Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T09:59:49.897Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T09:59:54.194Z] Removing intermediate container a088dc7847aa [2021-02-23T09:59:54.194Z] ---> 73ca866cf47d [2021-02-23T09:59:54.194Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T09:59:54.784Z] 3.12: Pulling from library/alpine [2021-02-23T09:59:55.055Z] 159e5727ea61: Pulling fs layer [2021-02-23T09:59:55.055Z] 159e5727ea61: Download complete [2021-02-23T09:59:55.650Z] 159e5727ea61: Pull complete [2021-02-23T09:59:55.932Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T09:59:55.932Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T09:59:55.932Z] ---> afeebe901d6b [2021-02-23T09:59:55.932Z] Step 18/24 : EXPOSE 4000 [2021-02-23T09:59:55.932Z] ---> Running in ae453c94bbb3 [2021-02-23T09:59:56.527Z] Removing intermediate container ae453c94bbb3 [2021-02-23T09:59:56.527Z] ---> 0f6a979b2756 [2021-02-23T09:59:56.527Z] 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-02-23T09:59:58.508Z] ---> 6eaae6ef8ecf [2021-02-23T09:59:58.508Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T09:59:58.508Z] ---> Running in 6d2fa9ea3da4 [2021-02-23T09:59:58.782Z] Removing intermediate container 6d2fa9ea3da4 [2021-02-23T09:59:58.782Z] ---> 9a027ab53403 [2021-02-23T09:59:58.782Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T09:59:58.782Z] ---> Running in 3c7dbd1676e4 [2021-02-23T09:59:59.383Z] Removing intermediate container 3c7dbd1676e4 [2021-02-23T09:59:59.383Z] ---> b7b8d13a6222 [2021-02-23T09:59:59.383Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T09:59:59.383Z] ---> Running in 6ae2a4637a17 [2021-02-23T09:59:59.977Z] Removing intermediate container 6ae2a4637a17 [2021-02-23T09:59:59.977Z] ---> 5658f903a8a4 [2021-02-23T09:59:59.977Z] Step 23/24 : LABEL git_sha=d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T09:59:59.977Z] ---> Running in 812d78c2497b [2021-02-23T10:00:00.582Z] Removing intermediate container 812d78c2497b [2021-02-23T10:00:00.582Z] ---> 1e9d3e867d6e [2021-02-23T10:00:00.582Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2021-02-23T10:00:00.582Z] ---> Running in b2bcd7339fa8 [2021-02-23T10:00:01.176Z] Removing intermediate container b2bcd7339fa8 [2021-02-23T10:00:01.176Z] ---> 44bc3c33aa99 [2021-02-23T10:00:01.176Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T10:00:01.176Z] Successfully built 44bc3c33aa99 [2021-02-23T10:00:01.176Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:00:01.775Z] provisioning config files... [2021-02-23T10:00:01.829Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config3859970884014552293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:00:02.302Z] ---> docker-login.sh [2021-02-23T10:00:02.302Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:00:02.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:00:02.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:00:02.577Z] Configure a credential helper to remove this warning. See [2021-02-23T10:00:02.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:00:02.577Z] [2021-02-23T10:00:02.577Z] Login Succeeded [2021-02-23T10:00:02.577Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:00:03.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:00:03.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:00:03.185Z] Configure a credential helper to remove this warning. See [2021-02-23T10:00:03.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:00:03.185Z] [2021-02-23T10:00:03.185Z] Login Succeeded [2021-02-23T10:00:03.185Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:00:03.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:00:03.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:00:03.785Z] Configure a credential helper to remove this warning. See [2021-02-23T10:00:03.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:00:03.785Z] [2021-02-23T10:00:03.785Z] Login Succeeded [2021-02-23T10:00:03.785Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:00:04.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:00:04.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:00:04.383Z] Configure a credential helper to remove this warning. See [2021-02-23T10:00:04.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:00:04.383Z] [2021-02-23T10:00:04.383Z] Login Succeeded [2021-02-23T10:00:04.383Z] docker.io [2021-02-23T10:00:04.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:00:05.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:00:05.252Z] Configure a credential helper to remove this warning. See [2021-02-23T10:00:05.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:00:05.252Z] [2021-02-23T10:00:05.252Z] Login Succeeded [2021-02-23T10:00:05.252Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:00:05.270Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T10:00:05.515Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-02-23T10:00:05.515Z] d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T10:00:05.515Z] latest [2021-02-23T10:00:05.515Z] 2.0.0-dev.12 [2021-02-23T10:00:05.515Z] d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [2021-02-23T10:00:05.515Z] master [2021-02-23T10:00:05.515Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:06.045Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:06.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T10:00:06.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:00:06.391Z] ea2519f63cd4: Preparing [2021-02-23T10:00:06.391Z] 379067d0cb53: Preparing [2021-02-23T10:00:06.391Z] 379067d0cb53: Layer already exists [2021-02-23T10:00:10.683Z] ea2519f63cd4: Pushed [2021-02-23T10:00:10.683Z] d897271f5bdcc8b47fe99642677f598acc1508a8: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:11.072Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:11.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-23T10:00:11.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:00:11.405Z] ea2519f63cd4: Preparing [2021-02-23T10:00:11.405Z] 379067d0cb53: Preparing [2021-02-23T10:00:11.405Z] ea2519f63cd4: Layer already exists [2021-02-23T10:00:11.405Z] 379067d0cb53: Layer already exists [2021-02-23T10:00:11.676Z] latest: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:12.016Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:12.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.12 [2021-02-23T10:00:12.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:00:12.353Z] ea2519f63cd4: Preparing [2021-02-23T10:00:12.353Z] 379067d0cb53: Preparing [2021-02-23T10:00:12.353Z] 379067d0cb53: Layer already exists [2021-02-23T10:00:12.353Z] ea2519f63cd4: Layer already exists [2021-02-23T10:00:12.624Z] 2.0.0-dev.12: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:12.969Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:13.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [2021-02-23T10:00:13.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:00:13.315Z] ea2519f63cd4: Preparing [2021-02-23T10:00:13.315Z] 379067d0cb53: Preparing [2021-02-23T10:00:13.315Z] 379067d0cb53: Layer already exists [2021-02-23T10:00:13.587Z] ea2519f63cd4: Layer already exists [2021-02-23T10:00:13.587Z] d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:13.943Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:14.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-02-23T10:00:14.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:00:14.281Z] ea2519f63cd4: Preparing [2021-02-23T10:00:14.281Z] 379067d0cb53: Preparing [2021-02-23T10:00:14.281Z] ea2519f63cd4: Layer already exists [2021-02-23T10:00:14.281Z] 379067d0cb53: Layer already exists [2021-02-23T10:00:14.553Z] master: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T10:00:14.777Z] ===================================================== [Pipeline] echo [2021-02-23T10:00:14.826Z] taggedImages: [2021-02-23T10:00:14.826Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8 [2021-02-23T10:00:14.826Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-23T10:00:14.826Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.12 [2021-02-23T10:00:14.826Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [2021-02-23T10:00:14.826Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-23T10:00:16.192Z] provisioning config files... [2021-02-23T10:00:16.219Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1161974892083715304tmp [Pipeline] { [Pipeline] sh [2021-02-23T10:00:16.580Z] + set +x [2021-02-23T10:00:16.581Z] + bash -s -- [2021-02-23T10:00:16.581Z] + curl -s https://codecov.io/bash [2021-02-23T10:00:16.843Z] [2021-02-23T10:00:16.843Z] _____ _ [2021-02-23T10:00:16.843Z] / ____| | | [2021-02-23T10:00:16.843Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T10:00:16.843Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T10:00:16.843Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T10:00:16.843Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T10:00:16.843Z] Bash-20210129-7c25fce [2021-02-23T10:00:16.843Z] [2021-02-23T10:00:16.843Z] [2021-02-23T10:00:16.843Z] ==> git version 2.24.3 found [2021-02-23T10:00:16.843Z] ==> 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-02-23T10:00:16.843Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T10:00:16.843Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T10:00:16.843Z] ==> Jenkins CI detected. [2021-02-23T10:00:16.843Z] project root: . [2021-02-23T10:00:16.843Z] --> token set from env [2021-02-23T10:00:16.843Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T10:00:16.843Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T10:00:16.843Z] ==> Python coveragepy not found [2021-02-23T10:00:16.843Z] ==> Searching for coverage reports in: [2021-02-23T10:00:16.843Z] + . [2021-02-23T10:00:16.843Z] -> Found 1 reports [2021-02-23T10:00:16.843Z] ==> Detecting git/mercurial file structure [2021-02-23T10:00:16.843Z] ==> Reading reports [2021-02-23T10:00:16.843Z] + ./coverage.out bytes=10 [2021-02-23T10:00:16.843Z] ==> Appending adjustments [2021-02-23T10:00:16.843Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T10:00:17.105Z] + Found adjustments [2021-02-23T10:00:17.105Z] ==> Gzipping contents [2021-02-23T10:00:17.105Z] 4.0K /tmp/codecov.XdNldX.gz [2021-02-23T10:00:17.105Z] ==> Uploading reports [2021-02-23T10:00:17.105Z] url: https://codecov.io [2021-02-23T10:00:17.105Z] query: branch=master&commit=d897271f5bdcc8b47fe99642677f598acc1508a8&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T10:00:17.105Z] -> Pinging Codecov [2021-02-23T10:00:17.105Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d897271f5bdcc8b47fe99642677f598acc1508a8&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T10:00:17.678Z] -> Uploading to [2021-02-23T10:00:17.678Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/d897271f5bdcc8b47fe99642677f598acc1508a8/303475ce-b932-471f-bfa2-de064a535567.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T100017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=22e377baf50426fc83690b6f49d710ce841ae7396d6c7028e223ae998f991bf6 [2021-02-23T10:00:17.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T10:00:17.678Z] Dload Upload Total Spent Left Speed [2021-02-23T10:00:18.256Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 5807 --:--:-- --:--:-- --:--:-- 5813 [2021-02-23T10:00:18.256Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] } [2021-02-23T10:00:18.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-23T10:00:19.172Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-23T10:00:19.221Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:19.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T10:00:19.593Z] [2021-02-23T10:00:19.593Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:19.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T10:00:19.943Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-23T10:00:19.943Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T10:00:19.943Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T10:00:19.943Z] de9db76c5a1d: Pulling fs layer [2021-02-23T10:00:19.943Z] 0eba1c9be4d2: Pulling fs layer [2021-02-23T10:00:19.943Z] 0d57e429df01: Pulling fs layer [2021-02-23T10:00:19.943Z] 4e4be7b47b0d: Pulling fs layer [2021-02-23T10:00:19.943Z] e1f770b5df2f: Pulling fs layer [2021-02-23T10:00:19.943Z] 85a0685a4137: Pulling fs layer [2021-02-23T10:00:19.943Z] 4e4be7b47b0d: Waiting [2021-02-23T10:00:19.943Z] e1f770b5df2f: Waiting [2021-02-23T10:00:19.943Z] 85a0685a4137: Waiting [2021-02-23T10:00:19.943Z] 0eba1c9be4d2: Waiting [2021-02-23T10:00:19.943Z] 0d57e429df01: Waiting [2021-02-23T10:00:19.943Z] de9db76c5a1d: Verifying Checksum [2021-02-23T10:00:19.943Z] de9db76c5a1d: Download complete [2021-02-23T10:00:19.943Z] 0ef7d3d256c8: Download complete [2021-02-23T10:00:19.943Z] 0d57e429df01: Verifying Checksum [2021-02-23T10:00:19.943Z] 0d57e429df01: Download complete [2021-02-23T10:00:19.943Z] 188c0c94c7c5: Download complete [2021-02-23T10:00:20.206Z] 4e4be7b47b0d: Verifying Checksum [2021-02-23T10:00:20.206Z] 4e4be7b47b0d: Download complete [2021-02-23T10:00:20.206Z] 188c0c94c7c5: Pull complete [2021-02-23T10:00:20.473Z] 0ef7d3d256c8: Pull complete [2021-02-23T10:00:20.741Z] de9db76c5a1d: Pull complete [2021-02-23T10:00:21.319Z] e1f770b5df2f: Verifying Checksum [2021-02-23T10:00:21.319Z] e1f770b5df2f: Download complete [2021-02-23T10:00:23.249Z] 0eba1c9be4d2: Verifying Checksum [2021-02-23T10:00:23.249Z] 0eba1c9be4d2: Download complete [2021-02-23T10:00:23.513Z] 85a0685a4137: Verifying Checksum [2021-02-23T10:00:23.513Z] 85a0685a4137: Download complete [2021-02-23T10:00:27.743Z] 0eba1c9be4d2: Pull complete [2021-02-23T10:00:28.006Z] 0d57e429df01: Pull complete [2021-02-23T10:00:28.006Z] 4e4be7b47b0d: Pull complete [2021-02-23T10:00:30.563Z] e1f770b5df2f: Pull complete [2021-02-23T10:00:38.766Z] 85a0685a4137: Pull complete [2021-02-23T10:00:38.766Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-23T10:00:38.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T10:00:38.766Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-23T10:00:38.941Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T10:00:38.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-23T10:00:39.848Z] $ docker top 4d7896044fd5d338ccf9160466f7ea17961c1c96ebd9bbff10fc42509e5d13cb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-23T10:00:40.093Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-23T10:00:40.386Z] + set -o pipefail [2021-02-23T10:00:40.386Z] + snyk monitor '--org=edgex-jenkins' [2021-02-23T10:00:46.992Z] [2021-02-23T10:00:46.993Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-02-23T10:00:46.993Z] [2021-02-23T10:00:46.993Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9a64ca6a-8cf9-42cb-b680-6c517bf2f83d [2021-02-23T10:00:46.993Z] [2021-02-23T10:00:46.993Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-23T10:00:46.993Z] [2021-02-23T10:00:46.993Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-23T10:00:46.993Z] [2021-02-23T10:00:46.993Z] [2021-02-23T10:00:46.993Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-23T10:00:46.993Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-23T10:00:47.014Z] $ docker stop --time=1 4d7896044fd5d338ccf9160466f7ea17961c1c96ebd9bbff10fc42509e5d13cb [2021-02-23T10:00:49.214Z] $ docker rm -f 4d7896044fd5d338ccf9160466f7ea17961c1c96ebd9bbff10fc42509e5d13cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T10:00:50.951Z] + git log --format=format:%s -1 d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:51.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:00:51.260Z] . [Pipeline] withDockerContainer [2021-02-23T10:00:51.354Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T10:00:51.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:00:52.157Z] $ docker top b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:00:52.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:00:52.471Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:00:52.692Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:00:52.695Z] $ docker exec b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de ssh-agent [2021-02-23T10:00:52.864Z] SSH_AUTH_SOCK=/tmp/ssh-TN3IyU8x0y3C/agent.12 [2021-02-23T10:00:52.864Z] SSH_AGENT_PID=17 [2021-02-23T10:00:52.870Z] Running ssh-add (command line suppressed) [2021-02-23T10:00:53.001Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_249012434301484849.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_249012434301484849.key) [2021-02-23T10:00:53.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:00:53.397Z] + git semver tag [2021-02-23T10:00:53.397Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:00:53.397Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:00:53.397Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:00:53.397Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:00:53.397Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:00:53.397Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:00:53.397Z] # $SEMVER_BRANCH = master [2021-02-23T10:00:53.397Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-23T10:00:53.397Z] # d897271f5bdcc8b47fe99642677f598acc1508a8 HEAD [2021-02-23T10:00:53.397Z] # -> Force: false [2021-02-23T10:00:53.397Z] # e6e7bc1ccd7536afd4f156970dbe44b3920aea61 refs/tags/v2.0.0-dev.12 [Pipeline] } [2021-02-23T10:00:53.411Z] $ docker exec --env ******** --env ******** b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de ssh-agent -k [2021-02-23T10:00:53.570Z] unset SSH_AUTH_SOCK; [2021-02-23T10:00:53.570Z] unset SSH_AGENT_PID; [2021-02-23T10:00:53.570Z] echo Agent pid 17 killed; [2021-02-23T10:00:53.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:00:54.092Z] + git semver [Pipeline] } [2021-02-23T10:00:54.110Z] $ docker stop --time=1 b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de [2021-02-23T10:00:55.485Z] $ docker rm -f b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:56.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T10:00:56.134Z] [2021-02-23T10:00:56.134Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:00:56.507Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T10:00:56.508Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-23T10:00:56.508Z] ab5ef0e58194: Pulling fs layer [2021-02-23T10:00:56.508Z] 9712f1f96733: Pulling fs layer [2021-02-23T10:00:56.508Z] 63f879dbbcfc: Pulling fs layer [2021-02-23T10:00:56.508Z] 0d9ebad4ef96: Pulling fs layer [2021-02-23T10:00:56.508Z] e9a5061849ea: Pulling fs layer [2021-02-23T10:00:56.508Z] d747dcd14b5f: Pulling fs layer [2021-02-23T10:00:56.508Z] 2de7ff778b66: Pulling fs layer [2021-02-23T10:00:56.508Z] e9a5061849ea: Waiting [2021-02-23T10:00:56.508Z] d747dcd14b5f: Waiting [2021-02-23T10:00:56.508Z] 2de7ff778b66: Waiting [2021-02-23T10:00:56.508Z] 0d9ebad4ef96: Waiting [2021-02-23T10:00:56.508Z] 9712f1f96733: Download complete [2021-02-23T10:00:58.439Z] 63f879dbbcfc: Verifying Checksum [2021-02-23T10:00:58.439Z] 63f879dbbcfc: Download complete [2021-02-23T10:00:58.439Z] e9a5061849ea: Verifying Checksum [2021-02-23T10:00:58.439Z] e9a5061849ea: Download complete [2021-02-23T10:00:58.439Z] d747dcd14b5f: Verifying Checksum [2021-02-23T10:00:58.439Z] d747dcd14b5f: Download complete [2021-02-23T10:00:58.703Z] 0d9ebad4ef96: Verifying Checksum [2021-02-23T10:00:58.703Z] 0d9ebad4ef96: Download complete [2021-02-23T10:00:58.703Z] 2de7ff778b66: Verifying Checksum [2021-02-23T10:00:58.703Z] 2de7ff778b66: Download complete [2021-02-23T10:00:58.966Z] ab5ef0e58194: Verifying Checksum [2021-02-23T10:00:58.966Z] ab5ef0e58194: Download complete [2021-02-23T10:01:04.287Z] ab5ef0e58194: Pull complete [2021-02-23T10:01:04.287Z] 9712f1f96733: Pull complete [2021-02-23T10:01:06.850Z] 63f879dbbcfc: Pull complete [2021-02-23T10:01:13.482Z] 0d9ebad4ef96: Pull complete [2021-02-23T10:01:14.426Z] e9a5061849ea: Pull complete [2021-02-23T10:01:14.426Z] d747dcd14b5f: Pull complete [2021-02-23T10:01:17.017Z] 2de7ff778b66: Pull complete [2021-02-23T10:01:17.018Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-23T10:01:17.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T10:01:17.018Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-23T10:01:17.196Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T10:01:17.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-23T10:01:21.418Z] $ docker top d6f505de11c541817c23e0a9ab05d0e99b0a2518ef83b7befe559fe1c8646db9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-23T10:01:21.681Z] provisioning config files... [2021-02-23T10:01:21.690Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1492227152117708040tmp [2021-02-23T10:01:21.705Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7323522044478456414tmp [2021-02-23T10:01:21.719Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5766157979757099910tmp [Pipeline] { [Pipeline] echo [2021-02-23T10:01:21.778Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:01:22.084Z] ---> sigul-configuration.sh [2021-02-23T10:01:22.084Z] gpg: directory `/root/.gnupg' created [2021-02-23T10:01:22.084Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-23T10:01:22.084Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-23T10:01:22.084Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-23T10:01:22.084Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-23T10:01:22.084Z] gpg: CAST5 encrypted data [2021-02-23T10:01:22.346Z] gpg: encrypted with 1 passphrase [2021-02-23T10:01:22.346Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-23T10:01:22.644Z] + mkdir /home/jenkins [2021-02-23T10:01:22.644Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-23T10:01:22.945Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-23T10:01:22.955Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:01:23.254Z] ---> sigul-install.sh [2021-02-23T10:01:29.856Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-23T10:01:30.175Z] + git tag --list [2021-02-23T10:01:30.175Z] 0.1.1 [2021-02-23T10:01:30.175Z] v1.1.0 [2021-02-23T10:01:30.175Z] v1.2.0 [2021-02-23T10:01:30.175Z] v1.2.1 [2021-02-23T10:01:30.175Z] v1.3.0 [2021-02-23T10:01:30.175Z] v2.0.0-dev.1 [2021-02-23T10:01:30.175Z] v2.0.0-dev.10 [2021-02-23T10:01:30.175Z] v2.0.0-dev.11 [2021-02-23T10:01:30.175Z] v2.0.0-dev.12 [2021-02-23T10:01:30.175Z] v2.0.0-dev.2 [2021-02-23T10:01:30.175Z] v2.0.0-dev.3 [2021-02-23T10:01:30.175Z] v2.0.0-dev.4 [2021-02-23T10:01:30.175Z] v2.0.0-dev.5 [2021-02-23T10:01:30.175Z] v2.0.0-dev.6 [2021-02-23T10:01:30.175Z] v2.0.0-dev.7 [2021-02-23T10:01:30.175Z] v2.0.0-dev.8 [2021-02-23T10:01:30.175Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-23T10:01:30.477Z] + lftools sign git-tag v2.0.0-dev.12 [2021-02-23T10:01:31.873Z] Signing Git tag with Sigul... [2021-02-23T10:01:31.873Z] Signing v2.0.0-dev.12 [Pipeline] echo [2021-02-23T10:01:33.275Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:01:33.573Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-23T10:01:33.582Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-23T10:01:33.693Z] $ docker stop --time=1 d6f505de11c541817c23e0a9ab05d0e99b0a2518ef83b7befe559fe1c8646db9 [2021-02-23T10:01:35.867Z] $ docker rm -f d6f505de11c541817c23e0a9ab05d0e99b0a2518ef83b7befe559fe1c8646db9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:01:36.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:01:36.818Z] . [Pipeline] withDockerContainer [2021-02-23T10:01:36.916Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T10:01:36.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:01:37.640Z] $ docker top 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:01:37.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:01:37.933Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:01:38.120Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:01:38.123Z] $ docker exec 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 ssh-agent [2021-02-23T10:01:38.298Z] SSH_AUTH_SOCK=/tmp/ssh-rAykAvOaJmEC/agent.11 [2021-02-23T10:01:38.298Z] SSH_AGENT_PID=16 [2021-02-23T10:01:38.306Z] Running ssh-add (command line suppressed) [2021-02-23T10:01:38.430Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3974941888770159763.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3974941888770159763.key) [2021-02-23T10:01:38.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:01:38.820Z] + git semver bump pre [2021-02-23T10:01:38.820Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:01:38.820Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:01:38.820Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:01:38.820Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:01:38.820Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:01:38.820Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:01:38.820Z] # $SEMVER_BRANCH = master [2021-02-23T10:01:38.820Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-23T10:01:38.820Z] 2.0.0-dev.13 [Pipeline] } [2021-02-23T10:01:38.832Z] $ docker exec --env ******** --env ******** 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 ssh-agent -k [2021-02-23T10:01:38.952Z] unset SSH_AUTH_SOCK; [2021-02-23T10:01:38.952Z] unset SSH_AGENT_PID; [2021-02-23T10:01:38.952Z] echo Agent pid 16 killed; [2021-02-23T10:01:39.005Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:01:39.491Z] + git semver [Pipeline] } [2021-02-23T10:01:39.507Z] $ docker stop --time=1 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 [2021-02-23T10:01:40.866Z] $ docker rm -f 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:01:41.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:01:41.387Z] . [Pipeline] withDockerContainer [2021-02-23T10:01:41.486Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T10:01:41.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:01:42.197Z] $ docker top 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:01:42.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:01:42.510Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:01:42.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:01:42.708Z] $ docker exec 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 ssh-agent [2021-02-23T10:01:42.886Z] SSH_AUTH_SOCK=/tmp/ssh-6B0t4vAvIWut/agent.13 [2021-02-23T10:01:42.886Z] SSH_AGENT_PID=19 [2021-02-23T10:01:42.893Z] Running ssh-add (command line suppressed) [2021-02-23T10:01:43.020Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7915939464720377019.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7915939464720377019.key) [2021-02-23T10:01:43.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:01:43.422Z] + git semver push [2021-02-23T10:01:43.422Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:01:43.422Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:01:43.422Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:01:43.422Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:01:43.422Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:01:43.422Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:01:43.422Z] # $SEMVER_BRANCH = master [2021-02-23T10:01:43.422Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-23T10:01:50.065Z] $ docker exec --env ******** --env ******** 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 ssh-agent -k [2021-02-23T10:01:50.225Z] unset SSH_AUTH_SOCK; [2021-02-23T10:01:50.226Z] unset SSH_AGENT_PID; [2021-02-23T10:01:50.226Z] echo Agent pid 19 killed; [2021-02-23T10:01:50.288Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:01:50.797Z] + git semver [Pipeline] } [2021-02-23T10:01:50.815Z] $ docker stop --time=1 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 [2021-02-23T10:01:52.222Z] $ docker rm -f 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-02-23T10:01:53.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:01:54.531Z] ---> package-listing.sh [2021-02-23T10:01:54.531Z] ++ facter osfamily [2021-02-23T10:01:54.531Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T10:01:54.531Z] + OS_FAMILY=redhat [2021-02-23T10:01:54.531Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:01:54.531Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T10:01:54.531Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T10:01:54.531Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T10:01:54.531Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T10:01:54.531Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-23T10:01:54.531Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T10:01:54.531Z] + case "${OS_FAMILY}" in [2021-02-23T10:01:54.531Z] + rpm -qa [2021-02-23T10:01:54.531Z] + sort [2021-02-23T10:02:01.236Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T10:02:01.236Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T10:02:01.236Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T10:02:01.236Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-23T10:02:01.236Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-02-23T10:02:01.236Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-02-23T10:02:01.249Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T10:02:01.539Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:02:01.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:02:01.843Z] [2021-02-23T10:02:01.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:02:02.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:02:02.200Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T10:02:02.200Z] df20fa9351a1: Pulling fs layer [2021-02-23T10:02:02.200Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T10:02:02.200Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T10:02:02.200Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T10:02:02.200Z] 93b61091891f: Pulling fs layer [2021-02-23T10:02:02.200Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T10:02:02.200Z] 5e14af77c1be: Pulling fs layer [2021-02-23T10:02:02.200Z] 01666e4c0597: Pulling fs layer [2021-02-23T10:02:02.200Z] aa168da1d23b: Pulling fs layer [2021-02-23T10:02:02.200Z] 46f8f816bc3b: Waiting [2021-02-23T10:02:02.200Z] 93b61091891f: Waiting [2021-02-23T10:02:02.200Z] 93b9cdb0e59b: Waiting [2021-02-23T10:02:02.200Z] 5e14af77c1be: Waiting [2021-02-23T10:02:02.200Z] 01666e4c0597: Waiting [2021-02-23T10:02:02.200Z] aa168da1d23b: Waiting [2021-02-23T10:02:02.200Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T10:02:02.200Z] 36b3adc4ff6f: Download complete [2021-02-23T10:02:02.200Z] 46f8f816bc3b: Download complete [2021-02-23T10:02:02.466Z] df20fa9351a1: Verifying Checksum [2021-02-23T10:02:02.466Z] df20fa9351a1: Download complete [2021-02-23T10:02:02.466Z] 93b61091891f: Verifying Checksum [2021-02-23T10:02:02.466Z] 93b61091891f: Download complete [2021-02-23T10:02:02.466Z] 93b9cdb0e59b: Download complete [2021-02-23T10:02:02.466Z] 5e14af77c1be: Verifying Checksum [2021-02-23T10:02:02.466Z] 5e14af77c1be: Download complete [2021-02-23T10:02:02.466Z] 01666e4c0597: Download complete [2021-02-23T10:02:02.466Z] 8ad3a11d3b57: Download complete [2021-02-23T10:02:02.730Z] df20fa9351a1: Pull complete [2021-02-23T10:02:03.310Z] 36b3adc4ff6f: Pull complete [2021-02-23T10:02:04.263Z] 8ad3a11d3b57: Pull complete [2021-02-23T10:02:04.263Z] 46f8f816bc3b: Pull complete [2021-02-23T10:02:04.527Z] aa168da1d23b: Verifying Checksum [2021-02-23T10:02:04.527Z] aa168da1d23b: Download complete [2021-02-23T10:02:05.471Z] 93b61091891f: Pull complete [2021-02-23T10:02:05.471Z] 93b9cdb0e59b: Pull complete [2021-02-23T10:02:05.471Z] 5e14af77c1be: Pull complete [2021-02-23T10:02:05.738Z] 01666e4c0597: Pull complete [2021-02-23T10:02:12.358Z] aa168da1d23b: Pull complete [2021-02-23T10:02:12.358Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T10:02:12.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:02:12.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T10:02:12.529Z] prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container [2021-02-23T10:02:12.580Z] $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T10:02:15.763Z] $ docker top 277824fc2db40232bdfc1e0412e6c087235687b7bb01c1f2d0ba2c6bbdd31678 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:02:16.291Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T10:02:16.586Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T10:02:16.884Z] + ls /var/log/sa-host [2021-02-23T10:02:16.884Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T10:02:16.884Z] file_magic: OK [2021-02-23T10:02:16.884Z] HZ: Using current value: 100 [2021-02-23T10:02:16.884Z] file_header: OK [2021-02-23T10:02:16.884Z] 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-02-23T10:02:16.884Z] Statistics: [2021-02-23T10:02:16.884Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T10:02:16.884Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T10:02:17.122Z] provisioning config files... [2021-02-23T10:02:17.136Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9063788044737948391tmp [Pipeline] { [Pipeline] echo [2021-02-23T10:02:17.303Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:02:17.613Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T10:02:17.622Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T10:02:17.712Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:02:18.009Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T10:02:18.021Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:02:18.331Z] ---> sudo-logs.sh [2021-02-23T10:02:18.331Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T10:02:18.396Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:02:18.706Z] ---> job-cost.sh [2021-02-23T10:02:18.706Z] lf-activate-venv: SKIPPING [2021-02-23T10:02:18.706Z] INFO: No Stack... [2021-02-23T10:02:19.654Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T10:02:20.605Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T10:02:20.619Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:02:20.926Z] ---> logs-deploy.sh [2021-02-23T10:02:20.926Z] lf-activate-venv: SKIPPING [2021-02-23T10:02:20.926Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/70 [2021-02-23T10:02:20.926Z] INFO: archiving workspace using pattern(s): [2021-02-23T10:02:22.315Z] Archives upload complete. [2021-02-23T10:02:22.579Z] INFO: archiving logs to Nexus [2021-02-23T10:02:23.543Z] ---> uname -a: [2021-02-23T10:02:23.543Z] Linux prd-centos7-docker-4c-2g-27313.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-23T10:02:23.543Z] [2021-02-23T10:02:23.543Z] [2021-02-23T10:02:23.543Z] ---> lscpu: [2021-02-23T10:02:23.543Z] Architecture: x86_64 [2021-02-23T10:02:23.543Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-23T10:02:23.543Z] Byte Order: Little Endian [2021-02-23T10:02:23.543Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-23T10:02:23.543Z] CPU(s): 4 [2021-02-23T10:02:23.543Z] On-line CPU(s) list: 0-3 [2021-02-23T10:02:23.543Z] Thread(s) per core: 1 [2021-02-23T10:02:23.543Z] Core(s) per socket: 1 [2021-02-23T10:02:23.543Z] Socket(s): 4 [2021-02-23T10:02:23.543Z] NUMA node(s): 1 [2021-02-23T10:02:23.543Z] Vendor ID: GenuineIntel [2021-02-23T10:02:23.543Z] CPU family: 6 [2021-02-23T10:02:23.543Z] Model: 44 [2021-02-23T10:02:23.543Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-23T10:02:23.543Z] Stepping: 1 [2021-02-23T10:02:23.543Z] CPU MHz: 2933.438 [2021-02-23T10:02:23.543Z] BogoMIPS: 5866.87 [2021-02-23T10:02:23.543Z] Virtualization: VT-x [2021-02-23T10:02:23.543Z] Hypervisor vendor: KVM [2021-02-23T10:02:23.543Z] Virtualization type: full [2021-02-23T10:02:23.543Z] L1d cache: 128 KiB [2021-02-23T10:02:23.543Z] L1i cache: 128 KiB [2021-02-23T10:02:23.543Z] L2 cache: 16 MiB [2021-02-23T10:02:23.543Z] L3 cache: 64 MiB [2021-02-23T10:02:23.543Z] NUMA node0 CPU(s): 0-3 [2021-02-23T10:02:23.543Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-23T10:02:23.543Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-23T10:02:23.543Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-23T10:02:23.543Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-23T10:02:23.543Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-23T10:02:23.543Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-23T10:02:23.543Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-23T10:02:23.543Z] Vulnerability Srbds: Not affected [2021-02-23T10:02:23.543Z] Vulnerability Tsx async abort: Not affected [2021-02-23T10:02:23.543Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-23T10:02:23.543Z] [2021-02-23T10:02:23.543Z] [2021-02-23T10:02:23.543Z] ---> nproc: [2021-02-23T10:02:23.543Z] 4 [2021-02-23T10:02:23.543Z] [2021-02-23T10:02:23.543Z] [2021-02-23T10:02:23.543Z] ---> df -h: [2021-02-23T10:02:23.543Z] Filesystem Size Used Available Use% Mounted on [2021-02-23T10:02:23.543Z] overlay 50.0G 8.6G 41.4G 17% / [2021-02-23T10:02:23.543Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-23T10:02:23.543Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-23T10:02:23.543Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-02-23T10:02:23.543Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-02-23T10:02:23.544Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-02-23T10:02:23.544Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] ---> free -m: [2021-02-23T10:02:23.544Z] total used free shared buff/cache available [2021-02-23T10:02:23.544Z] Mem: 1837 797 157 0 882 975 [2021-02-23T10:02:23.544Z] Swap: 1023 2 1021 [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] ---> ip addr: [2021-02-23T10:02:23.544Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-23T10:02:23.544Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-23T10:02:23.544Z] inet 127.0.0.1/8 scope host lo [2021-02-23T10:02:23.544Z] valid_lft forever preferred_lft forever [2021-02-23T10:02:23.544Z] inet6 ::1/128 scope host [2021-02-23T10:02:23.544Z] valid_lft forever preferred_lft forever [2021-02-23T10:02:23.544Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-23T10:02:23.544Z] link/ether fa:16:3e:ff:8c:0f brd ff:ff:ff:ff:ff:ff [2021-02-23T10:02:23.544Z] inet 10.30.122.246/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-23T10:02:23.544Z] valid_lft 85897sec preferred_lft 85897sec [2021-02-23T10:02:23.544Z] inet6 fe80::f816:3eff:feff:8c0f/64 scope link [2021-02-23T10:02:23.544Z] valid_lft forever preferred_lft forever [2021-02-23T10:02:23.544Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-23T10:02:23.544Z] link/ether 02:42:04:b9:e6:64 brd ff:ff:ff:ff:ff:ff [2021-02-23T10:02:23.544Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-23T10:02:23.544Z] valid_lft forever preferred_lft forever [2021-02-23T10:02:23.544Z] inet6 fe80::42:4ff:feb9:e664/64 scope link [2021-02-23T10:02:23.544Z] valid_lft forever preferred_lft forever [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] ---> sar -b -r -n DEV: [2021-02-23T10:02:23.544Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] 09:53:47 LINUX RESTART (4 CPU) [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] 09:55:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-23T10:02:23.544Z] 09:56:01 2.61 0.00 2.61 0.00 0.00 56.75 0.00 [2021-02-23T10:02:23.544Z] 09:57:01 0.47 0.00 0.47 0.00 0.00 6.31 0.00 [2021-02-23T10:02:23.544Z] 09:58:01 0.28 0.00 0.28 0.00 0.00 4.03 0.00 [2021-02-23T10:02:23.544Z] 09:59:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-02-23T10:02:23.544Z] 10:00:01 0.27 0.00 0.27 0.00 0.00 4.50 0.00 [2021-02-23T10:02:23.544Z] 10:01:01 310.36 175.82 134.55 0.00 8986.03 44371.66 0.00 [2021-02-23T10:02:23.544Z] 10:02:01 238.37 122.00 116.37 0.00 8656.64 23587.15 0.00 [2021-02-23T10:02:23.544Z] Average: 79.19 42.68 36.51 0.00 2528.44 9750.41 0.00 [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] 09:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-23T10:02:23.544Z] 09:56:01 169004 0 554016 29.44 2620 1155904 1066360 36.39 397604 1115104 12 [2021-02-23T10:02:23.544Z] 09:57:01 168128 0 554888 29.49 2620 1155908 1060192 36.18 411948 1101628 8 [2021-02-23T10:02:23.544Z] 09:58:01 167160 0 555848 29.54 2620 1155916 1060396 36.19 413248 1101628 8 [2021-02-23T10:02:23.544Z] 09:59:01 167076 0 555932 29.55 2620 1155916 1060192 36.18 425296 1089672 8 [2021-02-23T10:02:23.544Z] 10:00:01 167076 0 555924 29.55 2620 1155924 1060280 36.19 422336 1093136 8 [2021-02-23T10:02:23.544Z] 10:01:01 76020 0 724116 38.49 2596 1078812 1499808 51.19 655068 896076 50904 [2021-02-23T10:02:23.544Z] 10:02:01 127924 0 741172 39.39 1492 1010956 1104720 37.70 562056 858828 148 [2021-02-23T10:02:23.544Z] Average: 148913 0 605985 32.21 2455 1124191 1130278 38.57 469651 1036582 7299 [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] 09:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-23T10:02:23.544Z] 09:56:01 eth0 2.95 1.41 2.43 0.11 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:57:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:58:01 eth0 1.33 0.75 0.64 0.38 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:59:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:00:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:01:01 eth0 858.90 747.21 7388.23 69.75 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:01:01 docker0 41.67 38.81 4.07 106.75 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:02:01 eth0 133.78 102.05 293.56 77.36 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] 10:02:01 docker0 32.58 39.88 1.97 218.02 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] Average: eth0 143.04 122.08 1101.54 21.17 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] Average: docker0 10.64 11.28 0.87 46.54 0.00 0.00 0.00 0.00 [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] ---> sar -P ALL: [2021-02-23T10:02:23.544Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] 09:53:47 LINUX RESTART (4 CPU) [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] 09:55:02 CPU %user %nice %system %iowait %steal %idle [2021-02-23T10:02:23.544Z] 09:56:01 all 0.19 0.00 0.04 0.00 0.00 99.76 [2021-02-23T10:02:23.544Z] 09:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-23T10:02:23.544Z] 09:56:01 1 0.08 0.00 0.05 0.00 0.00 99.86 [2021-02-23T10:02:23.544Z] 09:56:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2021-02-23T10:02:23.544Z] 09:56:01 3 0.54 0.00 0.03 0.00 0.00 99.42 [2021-02-23T10:02:23.544Z] 09:57:01 all 0.13 0.00 0.05 0.00 0.02 99.80 [2021-02-23T10:02:23.544Z] 09:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-23T10:02:23.544Z] 09:57:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-02-23T10:02:23.544Z] 09:57:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-23T10:02:23.544Z] 09:57:01 3 0.42 0.00 0.05 0.00 0.03 99.50 [2021-02-23T10:02:23.544Z] 09:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-23T10:02:23.544Z] 09:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-23T10:02:23.544Z] 09:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-23T10:02:23.544Z] 09:58:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-23T10:02:23.544Z] 09:58:01 3 0.43 0.00 0.02 0.00 0.00 99.55 [2021-02-23T10:02:23.544Z] 09:59:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-23T10:02:23.544Z] 09:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-23T10:02:23.544Z] 09:59:01 1 0.03 0.00 0.10 0.00 0.00 99.87 [2021-02-23T10:02:23.544Z] 09:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T10:02:23.544Z] 09:59:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-23T10:02:23.544Z] 10:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-23T10:02:23.544Z] 10:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-23T10:02:23.544Z] 10:00:01 1 0.28 0.00 0.07 0.00 0.00 99.65 [2021-02-23T10:02:23.544Z] 10:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T10:02:23.544Z] 10:00:01 3 0.25 0.00 0.00 0.00 0.00 99.75 [2021-02-23T10:02:23.544Z] 10:01:01 all 11.74 0.00 8.29 3.95 0.06 75.96 [2021-02-23T10:02:23.544Z] 10:01:01 0 11.06 0.00 8.95 3.72 0.09 76.19 [2021-02-23T10:02:23.544Z] 10:01:01 1 12.53 0.00 8.15 3.82 0.03 75.47 [2021-02-23T10:02:23.544Z] 10:01:01 2 11.64 0.00 8.13 4.24 0.07 75.92 [2021-02-23T10:02:23.544Z] 10:01:01 3 11.72 0.00 7.93 4.02 0.07 76.27 [2021-02-23T10:02:23.544Z] 10:02:01 all 9.70 0.00 7.17 4.27 0.05 78.82 [2021-02-23T10:02:23.544Z] 10:02:01 0 8.84 0.00 7.36 4.88 0.03 78.89 [2021-02-23T10:02:23.544Z] 10:02:01 1 10.35 0.00 7.26 2.82 0.05 79.53 [2021-02-23T10:02:23.544Z] 10:02:01 2 9.04 0.00 6.80 5.92 0.03 78.20 [2021-02-23T10:02:23.544Z] 10:02:01 3 10.57 0.00 7.24 3.45 0.07 78.67 [2021-02-23T10:02:23.544Z] Average: all 3.13 0.00 2.21 1.16 0.02 93.48 [2021-02-23T10:02:23.544Z] Average: 0 2.82 0.00 2.32 1.21 0.02 93.63 [2021-02-23T10:02:23.544Z] Average: 1 3.30 0.00 2.22 0.94 0.01 93.53 [2021-02-23T10:02:23.544Z] Average: 2 2.96 0.00 2.14 1.44 0.02 93.44 [2021-02-23T10:02:23.544Z] Average: 3 3.45 0.00 2.15 1.05 0.02 93.32 [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z] [2021-02-23T10:02:23.544Z]