Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 739e19e16cfa887bfffe764182c1d6a58536cb65 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 ‘prd-centos7-docker-4c-2g-27317’ is offline Running on prd-centos7-docker-4c-2g-27320 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 739e19e16cfa887bfffe764182c1d6a58536cb65 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 Commit message: "Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T10:40:02.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T10:40:02.489Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T10:40:02.598Z] ========================================================= [2021-02-23T10:40:02.598Z] EdgeX Global Pipelines Version Info [2021-02-23T10:40:02.598Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:40:04.104Z] ------------------- [2021-02-23T10:40:04.105Z] stable info: [2021-02-23T10:40:04.105Z] ------------------- [2021-02-23T10:40:04.105Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T10:40:04.105Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T10:40:04.105Z] Message: update stable to v1.0.179 [2021-02-23T10:40:05.054Z] ------------------- [2021-02-23T10:40:05.054Z] experimental info: [2021-02-23T10:40:05.054Z] ------------------- [2021-02-23T10:40:05.054Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T10:40:05.054Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T10:40:05.054Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T10:40:05.324Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T10:40:05.439Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T10:40:05.525Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T10:40:05.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T10:40:05.701Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T10:40:05.792Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T10:40:05.878Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T10:40:05.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T10:40:06.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T10:40:06.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T10:40:06.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T10:40:06.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T10:40:06.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T10:40:06.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T10:40:06.730Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T10:40:06.844Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T10:40:06.924Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T10:40:07.004Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T10:40:07.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T10:40:07.202Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T10:40:07.288Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T10:40:07.372Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T10:40:07.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T10:40:07.547Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T10:40:07.635Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T10:40:07.722Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T10:40:07.811Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T10:40:07.894Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T10:40:08.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T10:40:08.103Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T10:40:08.198Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] echo [2021-02-23T10:40:08.284Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 739e19e [Pipeline] echo [2021-02-23T10:40:08.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:40:08.529Z] provisioning config files... [2021-02-23T10:40:08.559Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6522113104308341895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:40:08.913Z] ---> docker-login.sh [2021-02-23T10:40:08.913Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:40:09.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:40:09.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:40:09.442Z] Configure a credential helper to remove this warning. See [2021-02-23T10:40:09.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:40:09.442Z] [2021-02-23T10:40:09.442Z] Login Succeeded [2021-02-23T10:40:09.442Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:40:09.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:40:09.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:40:09.711Z] Configure a credential helper to remove this warning. See [2021-02-23T10:40:09.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:40:09.711Z] [2021-02-23T10:40:09.711Z] Login Succeeded [2021-02-23T10:40:09.711Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:40:09.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:40:09.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:40:09.711Z] Configure a credential helper to remove this warning. See [2021-02-23T10:40:09.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:40:09.711Z] [2021-02-23T10:40:09.711Z] Login Succeeded [2021-02-23T10:40:09.711Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:40:09.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:40:09.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:40:09.974Z] Configure a credential helper to remove this warning. See [2021-02-23T10:40:09.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:40:09.974Z] [2021-02-23T10:40:09.974Z] Login Succeeded [2021-02-23T10:40:09.974Z] docker.io [2021-02-23T10:40:09.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:40:10.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:40:10.238Z] Configure a credential helper to remove this warning. See [2021-02-23T10:40:10.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:40:10.238Z] [2021-02-23T10:40:10.238Z] Login Succeeded [2021-02-23T10:40:10.238Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:40:10.248Z] 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-23T10:40:11.087Z] + git log --format=format:%s -1 739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] echo [2021-02-23T10:40:11.161Z] GIT_COMMIT: 739e19e16cfa887bfffe764182c1d6a58536cb65, Commit Message: Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo [2021-02-23T10:40:11.207Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:40:11.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:40:11.862Z] [2021-02-23T10:40:11.862Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:40:12.209Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:40:12.209Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T10:40:12.209Z] 31603596830f: Pulling fs layer [2021-02-23T10:40:12.209Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T10:40:12.209Z] 6ca5941a6612: Pulling fs layer [2021-02-23T10:40:12.209Z] ecc8261a40a4: Pulling fs layer [2021-02-23T10:40:12.209Z] ecc8261a40a4: Waiting [2021-02-23T10:40:12.209Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T10:40:12.209Z] 2a8b12db71e7: Download complete [2021-02-23T10:40:12.471Z] 31603596830f: Verifying Checksum [2021-02-23T10:40:12.471Z] 31603596830f: Download complete [2021-02-23T10:40:12.471Z] ecc8261a40a4: Verifying Checksum [2021-02-23T10:40:12.471Z] ecc8261a40a4: Download complete [2021-02-23T10:40:12.471Z] 6ca5941a6612: Verifying Checksum [2021-02-23T10:40:12.471Z] 6ca5941a6612: Download complete [2021-02-23T10:40:12.733Z] 31603596830f: Pull complete [2021-02-23T10:40:12.733Z] 2a8b12db71e7: Pull complete [2021-02-23T10:40:13.689Z] 6ca5941a6612: Pull complete [2021-02-23T10:40:13.950Z] ecc8261a40a4: Pull complete [2021-02-23T10:40:13.950Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T10:40:13.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:40:13.950Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T10:40:14.054Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:40:14.107Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:40:16.089Z] $ docker top c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:40:16.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:40:16.390Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:40:16.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:40:16.615Z] $ docker exec c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent [2021-02-23T10:40:16.784Z] SSH_AUTH_SOCK=/tmp/ssh-RVtMKys8iO71/agent.12 [2021-02-23T10:40:16.784Z] SSH_AGENT_PID=18 [2021-02-23T10:40:16.795Z] Running ssh-add (command line suppressed) [2021-02-23T10:40:16.911Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2047848760488899748.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2047848760488899748.key) [2021-02-23T10:40:16.963Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:40:17.298Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T10:40:17.322Z] $ docker exec --env ******** --env ******** c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent -k [2021-02-23T10:40:17.435Z] unset SSH_AUTH_SOCK; [2021-02-23T10:40:17.436Z] unset SSH_AGENT_PID; [2021-02-23T10:40:17.436Z] echo Agent pid 18 killed; [2021-02-23T10:40:17.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T10:40:17.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:40:17.630Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:40:17.794Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:40:17.796Z] $ docker exec c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent [2021-02-23T10:40:17.964Z] SSH_AUTH_SOCK=/tmp/ssh-2VioAzmdGf3t/agent.47 [2021-02-23T10:40:17.964Z] SSH_AGENT_PID=53 [2021-02-23T10:40:17.971Z] Running ssh-add (command line suppressed) [2021-02-23T10:40:18.092Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8710489002755155096.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8710489002755155096.key) [2021-02-23T10:40:18.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:40:18.502Z] + git semver init [2021-02-23T10:40:18.502Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:40:18.502Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:40:18.502Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:40:18.502Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:40:18.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:40:18.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:40:18.502Z] # $SEMVER_BRANCH = master [2021-02-23T10:40:18.502Z] # $SEMVER_TEMP = /tmp/semver-597218772 [2021-02-23T10:40:18.502Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T10:40:19.459Z] # '/tmp/semver-597218772' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-02-23T10:40:19.459Z] # -> Force: false [2021-02-23T10:40:19.459Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-23T10:40:19.471Z] $ docker exec --env ******** --env ******** c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent -k [2021-02-23T10:40:19.608Z] unset SSH_AUTH_SOCK; [2021-02-23T10:40:19.608Z] unset SSH_AGENT_PID; [2021-02-23T10:40:19.609Z] echo Agent pid 53 killed; [2021-02-23T10:40:19.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:40:20.139Z] + git semver [Pipeline] } [2021-02-23T10:40:20.155Z] $ docker stop --time=1 c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e [2021-02-23T10:40:21.625Z] $ docker rm -f c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T10:40:22.141Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T10:40:22.571Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T10:40:22.574Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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-23T10:40:38.071Z] Still waiting to schedule task [2021-02-23T10:40:38.071Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T10:40:38.074Z] Still waiting to schedule task [2021-02-23T10:40:38.074Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T10:42:28.375Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27321 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-23T10:42:28.427Z] Running in /w/workspace/edgex-ui-go/71 [Pipeline] { [Pipeline] checkout [2021-02-23T10:42:33.612Z] using credential edgex-jenkins-ssh [2021-02-23T10:42:33.674Z] Cloning the remote Git repository [2021-02-23T10:42:33.737Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:42:33.858Z] > git init /w/workspace/edgex-ui-go/71 # timeout=10 [2021-02-23T10:42:33.969Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:42:33.969Z] > git --version # timeout=10 [2021-02-23T10:42:33.988Z] > git --version # 'git version 2.17.1' [2021-02-23T10:42:33.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:42:34.039Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:42:35.560Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:42:35.580Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:42:35.609Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:42:35.692Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:42:35.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:42:35.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T10:42:36.166Z] Checking out Revision 739e19e16cfa887bfffe764182c1d6a58536cb65 (master) [2021-02-23T10:42:37.274Z] Running on prd-centos7-docker-4c-2g-27323 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-23T10:42:37.331Z] Running in /w/workspace/edgex-ui-go/71 [2021-02-23T10:42:36.187Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T10:42:36.207Z] > git checkout -f 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 [Pipeline] { [Pipeline] checkout [2021-02-23T10:42:39.834Z] using credential edgex-jenkins-ssh [2021-02-23T10:42:39.884Z] Cloning the remote Git repository [2021-02-23T10:42:40.678Z] Commit message: "Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" [2021-02-23T10:42:39.731Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:42:39.806Z] > git init /w/workspace/edgex-ui-go/71 # timeout=10 [2021-02-23T10:42:39.881Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:42:39.881Z] > git --version # timeout=10 [2021-02-23T10:42:39.889Z] > git --version # 'git version 2.24.3' [2021-02-23T10:42:39.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:42:39.920Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:42:41.496Z] Checking out Revision 739e19e16cfa887bfffe764182c1d6a58536cb65 (master) [2021-02-23T10:42:40.952Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:42:40.958Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T10:42:40.976Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T10:42:40.991Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T10:42:40.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T10:42:40.997Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T10:42:41.458Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T10:42:41.463Z] > git checkout -f 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 [2021-02-23T10:42:42.205Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:42:42.665Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:42:43.011Z] + true [2021-02-23T10:42:43.012Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:42:45.077Z] provisioning config files... [2021-02-23T10:42:45.121Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config6588635006355890373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:42:45.224Z] Commit message: "Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" [2021-02-23T10:42:45.544Z] ---> docker-login.sh [2021-02-23T10:42:45.545Z] nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:42:46.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:46.615Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:42:46.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:46.821Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:46.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:46.821Z] [2021-02-23T10:42:46.821Z] Login Succeeded [2021-02-23T10:42:46.821Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:42:46.957Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T10:42:47.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:47.260Z] + sudo service docker restart [2021-02-23T10:42:47.260Z] + true [2021-02-23T10:42:47.260Z] Redirecting to /bin/systemctl restart docker.service [2021-02-23T10:42:47.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:47.370Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:47.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:47.370Z] [2021-02-23T10:42:47.370Z] Login Succeeded [2021-02-23T10:42:47.370Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:42:47.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:47.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:47.922Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:47.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:47.922Z] [2021-02-23T10:42:47.922Z] Login Succeeded [2021-02-23T10:42:47.922Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:42:48.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:42:48.279Z] provisioning config files... [2021-02-23T10:42:48.306Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config2461332798684083774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:42:48.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:48.468Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:48.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:48.468Z] [2021-02-23T10:42:48.468Z] Login Succeeded [2021-02-23T10:42:48.468Z] docker.io [2021-02-23T10:42:48.695Z] ---> docker-login.sh [2021-02-23T10:42:48.695Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:42:48.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:49.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:49.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:49.223Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:49.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:49.223Z] [2021-02-23T10:42:49.223Z] Login Succeeded [2021-02-23T10:42:49.223Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:42:49.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:49.333Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:49.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:49.333Z] [2021-02-23T10:42:49.333Z] Login Succeeded [2021-02-23T10:42:49.333Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:42:49.350Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-23T10:42:49.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:49.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:49.485Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:49.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:49.485Z] [2021-02-23T10:42:49.485Z] Login Succeeded [2021-02-23T10:42:49.485Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:42:49.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] unstash [2021-02-23T10:42:49.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:49.747Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:49.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:49.747Z] [2021-02-23T10:42:49.747Z] Login Succeeded [2021-02-23T10:42:49.747Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:42:49.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:49.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:49.747Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:49.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:49.747Z] [2021-02-23T10:42:49.747Z] Login Succeeded [2021-02-23T10:42:49.747Z] docker.io [Pipeline] echo [2021-02-23T10:42:49.928Z] ========================================================= [2021-02-23T10:42:49.928Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T10:42:49.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:42:50.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:42:50.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:42:50.271Z] Configure a credential helper to remove this warning. See [2021-02-23T10:42:50.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:42:50.271Z] [2021-02-23T10:42:50.271Z] Login Succeeded [2021-02-23T10:42:50.271Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:42:50.280Z] Deleting 1 temporary files [2021-02-23T10:42:50.311Z] + 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 . [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T10:42:50.648Z] ========================================================= [2021-02-23T10:42:50.648Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T10:42:50.648Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:42:50.916Z] Sending build context to Docker daemon 17.08MB [2021-02-23T10:42:50.995Z] + 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-23T10:42:51.198Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:42:51.198Z] Step 2/8 : FROM ${BASE} [2021-02-23T10:42:51.198Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T10:42:51.198Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T10:42:51.198Z] a4357932f1b6: Pulling fs layer [2021-02-23T10:42:51.198Z] 18c013af1878: Pulling fs layer [2021-02-23T10:42:51.198Z] 00ac8860ef70: Pulling fs layer [2021-02-23T10:42:51.198Z] 63d7cb157983: Pulling fs layer [2021-02-23T10:42:51.198Z] b116817d02f9: Pulling fs layer [2021-02-23T10:42:51.198Z] 745a02a5169b: Pulling fs layer [2021-02-23T10:42:51.198Z] 63d7cb157983: Waiting [2021-02-23T10:42:51.198Z] b116817d02f9: Waiting [2021-02-23T10:42:51.198Z] 00ac8860ef70: Waiting [2021-02-23T10:42:51.198Z] 745a02a5169b: Waiting [2021-02-23T10:42:51.198Z] a4357932f1b6: Verifying Checksum [2021-02-23T10:42:51.198Z] a4357932f1b6: Download complete [2021-02-23T10:42:51.198Z] 18c013af1878: Verifying Checksum [2021-02-23T10:42:51.198Z] 18c013af1878: Download complete [2021-02-23T10:42:51.198Z] 63d7cb157983: Verifying Checksum [2021-02-23T10:42:51.198Z] 63d7cb157983: Download complete [2021-02-23T10:42:51.198Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T10:42:51.198Z] 5f621e34cdf4: Download complete [2021-02-23T10:42:51.198Z] b116817d02f9: Verifying Checksum [2021-02-23T10:42:51.198Z] b116817d02f9: Download complete [2021-02-23T10:42:51.257Z] Sending build context to Docker daemon 17.08MB [2021-02-23T10:42:51.257Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:42:51.257Z] Step 2/8 : FROM ${BASE} [2021-02-23T10:42:51.819Z] 5f621e34cdf4: Pull complete [2021-02-23T10:42:52.451Z] a4357932f1b6: Pull complete [2021-02-23T10:42:52.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T10:42:52.647Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T10:42:52.647Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T10:42:52.647Z] de9db76c5a1d: Pulling fs layer [2021-02-23T10:42:52.647Z] bca2f99d35d6: Pulling fs layer [2021-02-23T10:42:52.647Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T10:42:52.647Z] 7c6f9722023f: Pulling fs layer [2021-02-23T10:42:52.647Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T10:42:52.647Z] 7c6f9722023f: Waiting [2021-02-23T10:42:52.647Z] bca2f99d35d6: Waiting [2021-02-23T10:42:52.647Z] 93359f2a8cfa: Waiting [2021-02-23T10:42:52.647Z] de9db76c5a1d: Verifying Checksum [2021-02-23T10:42:52.647Z] de9db76c5a1d: Download complete [2021-02-23T10:42:52.647Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T10:42:52.647Z] 0ef7d3d256c8: Download complete [2021-02-23T10:42:52.647Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T10:42:52.647Z] 93359f2a8cfa: Download complete [2021-02-23T10:42:52.911Z] 7c6f9722023f: Verifying Checksum [2021-02-23T10:42:52.911Z] 7c6f9722023f: Download complete [2021-02-23T10:42:52.911Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T10:42:52.911Z] 188c0c94c7c5: Download complete [2021-02-23T10:42:53.062Z] 18c013af1878: Pull complete [2021-02-23T10:42:53.176Z] 188c0c94c7c5: Pull complete [2021-02-23T10:42:53.443Z] 0ef7d3d256c8: Pull complete [2021-02-23T10:42:53.708Z] de9db76c5a1d: Pull complete [2021-02-23T10:42:55.038Z] 745a02a5169b: Verifying Checksum [2021-02-23T10:42:55.038Z] 745a02a5169b: Download complete [2021-02-23T10:42:56.279Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T10:42:56.279Z] a35cf1a2eb13: Download complete [2021-02-23T10:42:56.546Z] bca2f99d35d6: Verifying Checksum [2021-02-23T10:42:56.546Z] bca2f99d35d6: Download complete [2021-02-23T10:42:57.013Z] 00ac8860ef70: Verifying Checksum [2021-02-23T10:42:57.013Z] 00ac8860ef70: Download complete [2021-02-23T10:43:03.203Z] bca2f99d35d6: Pull complete [2021-02-23T10:43:03.204Z] 93359f2a8cfa: Pull complete [2021-02-23T10:43:03.204Z] 7c6f9722023f: Pull complete [2021-02-23T10:43:07.182Z] 00ac8860ef70: Pull complete [2021-02-23T10:43:07.182Z] 63d7cb157983: Pull complete [2021-02-23T10:43:07.182Z] b116817d02f9: Pull complete [2021-02-23T10:43:11.388Z] a35cf1a2eb13: Pull complete [2021-02-23T10:43:11.388Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T10:43:11.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T10:43:11.388Z] ---> a62c8e92a672 [2021-02-23T10:43:11.388Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T10:43:11.510Z] 745a02a5169b: Pull complete [2021-02-23T10:43:11.510Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T10:43:11.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T10:43:11.510Z] ---> b7e6874047d6 [2021-02-23T10:43:11.510Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T10:43:11.653Z] ---> Running in a2a0abdcef53 [2021-02-23T10:43:12.229Z] Removing intermediate container a2a0abdcef53 [2021-02-23T10:43:12.229Z] ---> 56405142a793 [2021-02-23T10:43:12.229Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:43:12.229Z] ---> Running in 91e18563f2c8 [2021-02-23T10:43:13.634Z] Removing intermediate container 91e18563f2c8 [2021-02-23T10:43:13.634Z] ---> 8ed0ca2ce54d [2021-02-23T10:43:13.634Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T10:43:13.634Z] ---> Running in d7f1dd9c4613 [2021-02-23T10:43:14.151Z] ---> Running in 61a2b8964d62 [2021-02-23T10:43:14.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T10:43:14.750Z] Removing intermediate container 61a2b8964d62 [2021-02-23T10:43:14.750Z] ---> 9b786e387222 [2021-02-23T10:43:14.750Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:43:14.750Z] ---> Running in 41c30f43d46f [2021-02-23T10:43:14.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T10:43:15.367Z] OK: 166 MiB in 39 packages [2021-02-23T10:43:15.952Z] Removing intermediate container d7f1dd9c4613 [2021-02-23T10:43:15.952Z] ---> a07bca44c8fe [2021-02-23T10:43:15.952Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T10:43:16.215Z] ---> Running in 3d1fbd7f7141 [2021-02-23T10:43:16.478Z] Removing intermediate container 3d1fbd7f7141 [2021-02-23T10:43:16.478Z] ---> fc7ec4c9ba56 [2021-02-23T10:43:16.478Z] Step 7/8 : COPY . . [2021-02-23T10:43:17.389Z] Removing intermediate container 41c30f43d46f [2021-02-23T10:43:17.389Z] ---> 5ae28b2177d8 [2021-02-23T10:43:17.389Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T10:43:17.389Z] ---> Running in d9294ae61860 [2021-02-23T10:43:18.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T10:43:18.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T10:43:19.050Z] ---> 80dc2cc802a5 [2021-02-23T10:43:19.050Z] Step 8/8 : RUN go mod download [2021-02-23T10:43:19.050Z] ---> Running in ee1428fc2187 [2021-02-23T10:43:19.941Z] OK: 142 MiB in 39 packages [2021-02-23T10:43:20.918Z] Removing intermediate container d9294ae61860 [2021-02-23T10:43:20.918Z] ---> 8c1c56e68ad6 [2021-02-23T10:43:20.918Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T10:43:21.193Z] ---> Running in e52e26794ed6 [2021-02-23T10:43:21.790Z] Removing intermediate container e52e26794ed6 [2021-02-23T10:43:21.790Z] ---> a5c78047f491 [2021-02-23T10:43:21.790Z] Step 7/8 : COPY . . [2021-02-23T10:43:23.764Z] ---> b727340bc776 [2021-02-23T10:43:23.764Z] Step 8/8 : RUN go mod download [2021-02-23T10:43:24.048Z] ---> Running in a1999fe2679c [2021-02-23T10:43:41.082Z] Removing intermediate container ee1428fc2187 [2021-02-23T10:43:41.082Z] ---> f2212f9669b4 [2021-02-23T10:43:41.082Z] Successfully built f2212f9669b4 [2021-02-23T10:43:41.082Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:43:41.404Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T10:43:41.404Z] . [Pipeline] withDockerContainer [2021-02-23T10:43:41.694Z] prd-centos7-docker-4c-2g-27323 does not seem to be running inside a container [2021-02-23T10:43:41.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@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-23T10:43:42.763Z] $ docker top 117512fb98cecf0760e2fdd68855e3b7c47fcedcbccd1e1bb9b28a3a4b9c0255 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:43:43.265Z] + go version [2021-02-23T10:43:43.265Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T10:43:43.283Z] $ docker stop --time=1 117512fb98cecf0760e2fdd68855e3b7c47fcedcbccd1e1bb9b28a3a4b9c0255 [2021-02-23T10:43:44.633Z] $ docker rm -f 117512fb98cecf0760e2fdd68855e3b7c47fcedcbccd1e1bb9b28a3a4b9c0255 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:43:45.460Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T10:43:45.460Z] . [Pipeline] withDockerContainer [2021-02-23T10:43:45.559Z] prd-centos7-docker-4c-2g-27323 does not seem to be running inside a container [2021-02-23T10:43:45.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@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-23T10:43:46.294Z] $ docker top 077ca6565e20cda87cb4cbb1a645ef5f0d02c02de2c7c055e89c5ddfe9270aba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:43:46.820Z] + make test [2021-02-23T10:43:46.820Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T10:43:47.786Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T10:43:50.914Z] Removing intermediate container a1999fe2679c [2021-02-23T10:43:50.914Z] ---> 36185e502f5c [2021-02-23T10:43:50.914Z] Successfully built 36185e502f5c [2021-02-23T10:43:50.914Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:43:51.267Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T10:43:51.267Z] . [Pipeline] withDockerContainer [2021-02-23T10:43:51.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-27321 does not seem to be running inside a container [2021-02-23T10:43:51.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@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-arm64 cat [2021-02-23T10:43:53.064Z] $ docker top 534e3a33aff6b366d896ab88a5b8806f85deb08fe1d34ee70b690cc37260eaf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:43:54.070Z] + go version [2021-02-23T10:43:54.070Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T10:43:54.095Z] $ docker stop --time=1 534e3a33aff6b366d896ab88a5b8806f85deb08fe1d34ee70b690cc37260eaf9 [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T10:43:56.025Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T10:43:56.025Z] GO111MODULE=on go vet ./... [2021-02-23T10:43:56.029Z] $ docker rm -f 534e3a33aff6b366d896ab88a5b8806f85deb08fe1d34ee70b690cc37260eaf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-02-23T10:43:57.011Z] $ docker stop --time=1 077ca6565e20cda87cb4cbb1a645ef5f0d02c02de2c7c055e89c5ddfe9270aba [2021-02-23T10:43:57.044Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T10:43:57.044Z] . [2021-02-23T10:43:59.390Z] $ docker rm -f 077ca6565e20cda87cb4cbb1a645ef5f0d02c02de2c7c055e89c5ddfe9270aba [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer [2021-02-23T10:43:59.889Z] prd-ubuntu18.04-docker-arm64-4c-16g-27321 does not seem to be running inside a container [2021-02-23T10:43:59.899Z] + sudo chown -R jenkins:jenkins . [2021-02-23T10:43:59.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@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-arm64 cat [2021-02-23T10:44:01.500Z] $ docker top 289c3abf318bfd79ded1eeece0b5693918db51cf903616aa73e6f96bfe2177b0 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2021-02-23T10:44:02.231Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-23T10:44:02.559Z] + make test [2021-02-23T10:44:02.559Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh [2021-02-23T10:44:03.478Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T10:44:03.580Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T10:44:03.782Z] + ls -al . [2021-02-23T10:44:03.782Z] total 92 [2021-02-23T10:44:03.782Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 10:43 . [2021-02-23T10:44:03.782Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 10:42 .. [2021-02-23T10:44:03.782Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 10:42 assets [2021-02-23T10:44:03.782Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 10:42 bin [2021-02-23T10:44:03.782Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 10:42 cmd [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 10:42 CONTRIBUTING.md [2021-02-23T10:44:03.782Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 10:43 coverage.out [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 10:42 Dockerfile [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 10:42 Dockerfile.build [2021-02-23T10:44:03.782Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 10:42 docs [2021-02-23T10:44:03.782Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 10:42 .git [2021-02-23T10:44:03.782Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 10:42 .github [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 10:42 .gitignore [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 10:42 go.mod [2021-02-23T10:44:03.782Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 10:43 go.sum [2021-02-23T10:44:03.782Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 10:42 internal [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 10:42 Jenkinsfile [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 10:42 LICENSE [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 10:42 Makefile [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 10:42 README.md [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 10:40 VERSION [2021-02-23T10:44:03.782Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 10:42 version.go [2021-02-23T10:44:03.782Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 10:42 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:04.099Z] + 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=739e19e16cfa887bfffe764182c1d6a58536cb65 --label arch=amd64 --label version=2.0.0-dev.13 . [2021-02-23T10:44:04.365Z] Sending build context to Docker daemon 17.1MB [2021-02-23T10:44:04.365Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:44:04.365Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T10:44:04.365Z] ---> f2212f9669b4 [2021-02-23T10:44:04.365Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T10:44:04.949Z] ---> Running in 355d05c72152 [2021-02-23T10:44:05.213Z] Removing intermediate container 355d05c72152 [2021-02-23T10:44:05.213Z] ---> 66aaf8092531 [2021-02-23T10:44:05.213Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T10:44:05.213Z] ---> Running in f05075df862e [2021-02-23T10:44:05.476Z] Removing intermediate container f05075df862e [2021-02-23T10:44:05.476Z] ---> a2c9239ec39b [2021-02-23T10:44:05.476Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T10:44:05.476Z] ---> Running in 20be9097aa9c [2021-02-23T10:44:05.739Z] Removing intermediate container 20be9097aa9c [2021-02-23T10:44:05.739Z] ---> 9b5db7d5c480 [2021-02-23T10:44:05.739Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T10:44:05.739Z] ---> Running in 8cd1f71708e9 [2021-02-23T10:44:06.002Z] Removing intermediate container 8cd1f71708e9 [2021-02-23T10:44:06.002Z] ---> 94b92677adcd [2021-02-23T10:44:06.002Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T10:44:06.002Z] ---> Running in d275667d0725 [2021-02-23T10:44:06.266Z] Removing intermediate container d275667d0725 [2021-02-23T10:44:06.266Z] ---> a0a59d07b60a [2021-02-23T10:44:06.266Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:44:06.266Z] ---> Running in 206731c4ca26 [2021-02-23T10:44:07.229Z] Removing intermediate container 206731c4ca26 [2021-02-23T10:44:07.229Z] ---> 98111501d6d6 [2021-02-23T10:44:07.229Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T10:44:07.229Z] ---> Running in f51f39d55ed6 [2021-02-23T10:44:07.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T10:44:08.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T10:44:09.322Z] OK: 166 MiB in 39 packages [2021-02-23T10:44:09.586Z] Removing intermediate container f51f39d55ed6 [2021-02-23T10:44:09.586Z] ---> f9870314fa98 [2021-02-23T10:44:09.586Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T10:44:09.586Z] ---> Running in 4b5d9e398fbd [2021-02-23T10:44:09.850Z] Removing intermediate container 4b5d9e398fbd [2021-02-23T10:44:09.850Z] ---> 7085eb4f0e20 [2021-02-23T10:44:09.850Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T10:44:09.850Z] ---> Running in 9888f938edd3 [2021-02-23T10:44:10.115Z] Removing intermediate container 9888f938edd3 [2021-02-23T10:44:10.115Z] ---> 369dc05e8b2a [2021-02-23T10:44:10.115Z] Step 12/24 : COPY go.mod . [2021-02-23T10:44:10.378Z] ---> 05f6c1166ce6 [2021-02-23T10:44:10.378Z] Step 13/24 : COPY Makefile . [2021-02-23T10:44:10.641Z] ---> 5ca7ac8bf676 [2021-02-23T10:44:10.641Z] Step 14/24 : RUN make update [2021-02-23T10:44:10.641Z] ---> Running in 0c95fec0ad4d [2021-02-23T10:44:11.220Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T10:44:11.794Z] Removing intermediate container 0c95fec0ad4d [2021-02-23T10:44:11.794Z] ---> 9362a3a6c693 [2021-02-23T10:44:11.794Z] Step 15/24 : COPY . . [2021-02-23T10:44:13.717Z] ---> 5f7a0c27939a [2021-02-23T10:44:13.717Z] Step 16/24 : RUN ${MAKE} [2021-02-23T10:44:13.717Z] ---> Running in 502ed03b5080 [2021-02-23T10:44:13.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.13" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T10:44:22.240Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T10:44:25.548Z] Removing intermediate container 502ed03b5080 [2021-02-23T10:44:25.548Z] ---> 3e83faefd667 [2021-02-23T10:44:25.548Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T10:44:25.548Z] 3.12: Pulling from library/alpine [2021-02-23T10:44:25.548Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T10:44:25.779Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T10:44:25.779Z] GO111MODULE=on go vet ./... [2021-02-23T10:44:25.810Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T10:44:25.810Z] 801bfaa63ef2: Download complete [2021-02-23T10:44:26.071Z] 801bfaa63ef2: Pull complete [2021-02-23T10:44:26.071Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T10:44:26.071Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T10:44:26.071Z] ---> 389fef711851 [2021-02-23T10:44:26.071Z] Step 18/24 : EXPOSE 4000 [2021-02-23T10:44:26.071Z] ---> Running in a361ac64a608 [2021-02-23T10:44:26.334Z] Removing intermediate container a361ac64a608 [2021-02-23T10:44:26.334Z] ---> d2ee49257bb0 [2021-02-23T10:44:26.334Z] 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-23T10:44:27.283Z] ---> 795dc3ae9a2a [2021-02-23T10:44:27.283Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T10:44:27.283Z] ---> Running in 9c2ec0ab4bd6 [2021-02-23T10:44:27.545Z] Removing intermediate container 9c2ec0ab4bd6 [2021-02-23T10:44:27.546Z] ---> 91d270f03fab [2021-02-23T10:44:27.546Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T10:44:27.546Z] ---> Running in f618cefc0dea [2021-02-23T10:44:27.808Z] Removing intermediate container f618cefc0dea [2021-02-23T10:44:27.808Z] ---> 1ebd464be8ec [2021-02-23T10:44:27.808Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T10:44:27.808Z] ---> Running in 4d63175e4b87 [2021-02-23T10:44:27.808Z] Removing intermediate container 4d63175e4b87 [2021-02-23T10:44:27.808Z] ---> 9c634211896d [2021-02-23T10:44:27.808Z] Step 23/24 : LABEL git_sha=739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:44:28.754Z] ---> Running in a00b72cc182a [2021-02-23T10:44:28.755Z] Removing intermediate container a00b72cc182a [2021-02-23T10:44:28.755Z] ---> 965b9f533df1 [2021-02-23T10:44:28.755Z] Step 24/24 : LABEL version=2.0.0-dev.13 [2021-02-23T10:44:28.755Z] ---> Running in 6dc7fc992000 [2021-02-23T10:44:29.017Z] Removing intermediate container 6dc7fc992000 [2021-02-23T10:44:29.017Z] ---> ac7d76f6800a [2021-02-23T10:44:29.017Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T10:44:29.017Z] Successfully built ac7d76f6800a [2021-02-23T10:44:29.017Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T10:44:29.378Z] provisioning config files... [2021-02-23T10:44:29.409Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config8429439247920184434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:44:29.774Z] ---> docker-login.sh [2021-02-23T10:44:29.774Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:44:29.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:44:30.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:44:30.036Z] Configure a credential helper to remove this warning. See [2021-02-23T10:44:30.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:44:30.036Z] [2021-02-23T10:44:30.036Z] Login Succeeded [2021-02-23T10:44:30.036Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:44:30.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:44:30.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:44:30.036Z] Configure a credential helper to remove this warning. See [2021-02-23T10:44:30.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:44:30.036Z] [2021-02-23T10:44:30.036Z] Login Succeeded [2021-02-23T10:44:30.036Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:44:30.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:44:30.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:44:30.303Z] Configure a credential helper to remove this warning. See [2021-02-23T10:44:30.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:44:30.303Z] [2021-02-23T10:44:30.303Z] Login Succeeded [2021-02-23T10:44:30.303Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:44:30.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:44:30.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:44:30.566Z] Configure a credential helper to remove this warning. See [2021-02-23T10:44:30.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:44:30.566Z] [2021-02-23T10:44:30.566Z] Login Succeeded [2021-02-23T10:44:30.566Z] docker.io [2021-02-23T10:44:30.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:44:30.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:44:30.829Z] Configure a credential helper to remove this warning. See [2021-02-23T10:44:30.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:44:30.829Z] [2021-02-23T10:44:30.829Z] Login Succeeded [2021-02-23T10:44:30.829Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:44:30.838Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T10:44:31.037Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-02-23T10:44:31.037Z] 739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:44:31.037Z] latest [2021-02-23T10:44:31.037Z] 2.0.0-dev.13 [2021-02-23T10:44:31.037Z] 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [2021-02-23T10:44:31.037Z] master [2021-02-23T10:44:31.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] } [2021-02-23T10:44:31.230Z] $ docker stop --time=1 289c3abf318bfd79ded1eeece0b5693918db51cf903616aa73e6f96bfe2177b0 [2021-02-23T10:44:33.403Z] $ docker rm -f 289c3abf318bfd79ded1eeece0b5693918db51cf903616aa73e6f96bfe2177b0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:34.189Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T10:44:34.210Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T10:44:34.263Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:34.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:44:34.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T10:44:34.563Z] abd609819c3f: Preparing [2021-02-23T10:44:34.563Z] 777b2c648970: Preparing [2021-02-23T10:44:34.563Z] 777b2c648970: Layer already exists [2021-02-23T10:44:35.039Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T10:44:35.748Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T10:44:35.958Z] abd609819c3f: Pushed [2021-02-23T10:44:36.119Z] + ls -al . [2021-02-23T10:44:36.119Z] total 124 [2021-02-23T10:44:36.119Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:44 . [2021-02-23T10:44:36.119Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:42 .. [2021-02-23T10:44:36.119Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 10:42 .git [2021-02-23T10:44:36.119Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:42 .github [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 10:42 .gitignore [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 10:42 CONTRIBUTING.md [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 10:42 Dockerfile [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 10:42 Dockerfile.build [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 10:42 Jenkinsfile [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 10:42 LICENSE [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 10:42 Makefile [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 10:42 README.md [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 10:40 VERSION [2021-02-23T10:44:36.119Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:42 assets [2021-02-23T10:44:36.119Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:42 bin [2021-02-23T10:44:36.119Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:42 cmd [2021-02-23T10:44:36.119Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 10:44 coverage.out [2021-02-23T10:44:36.119Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 10:42 docs [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 10:42 go.mod [2021-02-23T10:44:36.119Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 10:44 go.sum [2021-02-23T10:44:36.119Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:42 internal [2021-02-23T10:44:36.119Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 10:42 version.go [2021-02-23T10:44:36.119Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:42 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:36.225Z] 739e19e16cfa887bfffe764182c1d6a58536cb65: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:36.493Z] + 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=739e19e16cfa887bfffe764182c1d6a58536cb65 --label arch=arm64 --label version=2.0.0-dev.13 . [2021-02-23T10:44:36.573Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:36.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-23T10:44:36.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T10:44:36.874Z] abd609819c3f: Preparing [2021-02-23T10:44:36.874Z] 777b2c648970: Preparing [2021-02-23T10:44:36.874Z] abd609819c3f: Layer already exists [2021-02-23T10:44:36.874Z] 777b2c648970: Layer already exists [2021-02-23T10:44:36.874Z] latest: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:37.109Z] Sending build context to Docker daemon 17.1MB [2021-02-23T10:44:37.196Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:37.382Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T10:44:37.382Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T10:44:37.382Z] ---> 36185e502f5c [2021-02-23T10:44:37.382Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T10:44:37.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.13 [2021-02-23T10:44:37.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T10:44:37.496Z] abd609819c3f: Preparing [2021-02-23T10:44:37.496Z] 777b2c648970: Preparing [2021-02-23T10:44:37.496Z] 777b2c648970: Layer already exists [2021-02-23T10:44:37.496Z] abd609819c3f: Layer already exists [2021-02-23T10:44:37.496Z] 2.0.0-dev.13: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:37.656Z] ---> Running in 769bc07de902 [2021-02-23T10:44:37.806Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:38.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [2021-02-23T10:44:38.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T10:44:38.106Z] abd609819c3f: Preparing [2021-02-23T10:44:38.106Z] 777b2c648970: Preparing [2021-02-23T10:44:38.106Z] abd609819c3f: Layer already exists [2021-02-23T10:44:38.106Z] 777b2c648970: Layer already exists [2021-02-23T10:44:38.106Z] 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:38.251Z] Removing intermediate container 769bc07de902 [2021-02-23T10:44:38.251Z] ---> 695410b1eec6 [2021-02-23T10:44:38.251Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T10:44:38.251Z] ---> Running in d044c23f62cb [2021-02-23T10:44:38.413Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:44:38.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-02-23T10:44:38.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T10:44:38.713Z] abd609819c3f: Preparing [2021-02-23T10:44:38.713Z] 777b2c648970: Preparing [2021-02-23T10:44:38.713Z] abd609819c3f: Layer already exists [2021-02-23T10:44:38.713Z] 777b2c648970: Layer already exists [2021-02-23T10:44:38.713Z] master: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-23T10:44:38.848Z] Removing intermediate container d044c23f62cb [2021-02-23T10:44:38.848Z] ---> f664cc1c2d80 [2021-02-23T10:44:38.848Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T10:44:38.848Z] ---> Running in 72f4341e227b [Pipeline] // withEnv [Pipeline] echo [2021-02-23T10:44:38.903Z] ===================================================== [Pipeline] echo [2021-02-23T10:44:38.951Z] taggedImages: [2021-02-23T10:44:38.951Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:44:38.951Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-23T10:44:38.951Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.13 [2021-02-23T10:44:38.951Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [2021-02-23T10:44:38.951Z] - 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] } [2021-02-23T10:44:39.447Z] Removing intermediate container 72f4341e227b [2021-02-23T10:44:39.447Z] ---> 5ea347956432 [2021-02-23T10:44:39.447Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T10:44:39.447Z] ---> Running in d3d68fc3138b [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T10:44:40.051Z] Removing intermediate container d3d68fc3138b [2021-02-23T10:44:40.051Z] ---> 3c7d7e06d1c3 [2021-02-23T10:44:40.051Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T10:44:40.051Z] ---> Running in 6098d073dabf [2021-02-23T10:44:40.646Z] Removing intermediate container 6098d073dabf [2021-02-23T10:44:40.646Z] ---> 497891cb680d [2021-02-23T10:44:40.646Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T10:44:40.646Z] ---> Running in 094ba5dbab65 [2021-02-23T10:44:43.270Z] Removing intermediate container 094ba5dbab65 [2021-02-23T10:44:43.270Z] ---> cd7f25997dc1 [2021-02-23T10:44:43.270Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T10:44:43.270Z] ---> Running in 9ab9f36844cf [2021-02-23T10:44:44.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T10:44:44.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T10:44:45.815Z] OK: 142 MiB in 39 packages [2021-02-23T10:44:46.807Z] Removing intermediate container 9ab9f36844cf [2021-02-23T10:44:46.807Z] ---> e207f1251181 [2021-02-23T10:44:46.807Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T10:44:47.080Z] ---> Running in d8d064be9d10 [2021-02-23T10:44:47.352Z] Removing intermediate container d8d064be9d10 [2021-02-23T10:44:47.352Z] ---> 41ec944aebe4 [2021-02-23T10:44:47.352Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T10:44:47.626Z] ---> Running in 27753208755c [2021-02-23T10:44:48.222Z] Removing intermediate container 27753208755c [2021-02-23T10:44:48.223Z] ---> 8fc47bafeeb9 [2021-02-23T10:44:48.223Z] Step 12/24 : COPY go.mod . [2021-02-23T10:44:48.824Z] ---> be66b658a09e [2021-02-23T10:44:48.824Z] Step 13/24 : COPY Makefile . [2021-02-23T10:44:49.426Z] ---> 99bddffa92af [2021-02-23T10:44:49.426Z] Step 14/24 : RUN make update [2021-02-23T10:44:49.699Z] ---> Running in b80912638eb7 [2021-02-23T10:44:50.689Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T10:44:52.130Z] Removing intermediate container b80912638eb7 [2021-02-23T10:44:52.130Z] ---> fbe6036ffca9 [2021-02-23T10:44:52.130Z] Step 15/24 : COPY . . [2021-02-23T10:44:54.111Z] ---> b09b65a1b1fa [2021-02-23T10:44:54.111Z] Step 16/24 : RUN ${MAKE} [2021-02-23T10:44:54.111Z] ---> Running in f2841a9d52de [2021-02-23T10:44:55.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.13" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T10:45:17.308Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T10:45:22.700Z] Removing intermediate container f2841a9d52de [2021-02-23T10:45:22.701Z] ---> e102fc339006 [2021-02-23T10:45:22.701Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T10:45:22.973Z] 3.12: Pulling from library/alpine [2021-02-23T10:45:23.247Z] 159e5727ea61: Pulling fs layer [2021-02-23T10:45:23.520Z] 159e5727ea61: Verifying Checksum [2021-02-23T10:45:23.520Z] 159e5727ea61: Download complete [2021-02-23T10:45:24.120Z] 159e5727ea61: Pull complete [2021-02-23T10:45:24.120Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T10:45:24.120Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T10:45:24.120Z] ---> afeebe901d6b [2021-02-23T10:45:24.120Z] Step 18/24 : EXPOSE 4000 [2021-02-23T10:45:24.393Z] ---> Running in 34d08a42cf0f [2021-02-23T10:45:24.989Z] Removing intermediate container 34d08a42cf0f [2021-02-23T10:45:24.989Z] ---> f7d6824bbf37 [2021-02-23T10:45:24.989Z] 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-23T10:45:26.418Z] ---> 7cacdd524a4e [2021-02-23T10:45:26.418Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T10:45:26.691Z] ---> Running in ec8dfa457ed9 [2021-02-23T10:45:27.285Z] Removing intermediate container ec8dfa457ed9 [2021-02-23T10:45:27.285Z] ---> cf9934b8ac86 [2021-02-23T10:45:27.285Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T10:45:27.285Z] ---> Running in 7b36cce65aee [2021-02-23T10:45:27.882Z] Removing intermediate container 7b36cce65aee [2021-02-23T10:45:27.882Z] ---> f45e87dba1a4 [2021-02-23T10:45:27.882Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T10:45:27.882Z] ---> Running in 45b11b3237fe [2021-02-23T10:45:28.156Z] Removing intermediate container 45b11b3237fe [2021-02-23T10:45:28.156Z] ---> 789cdea59f45 [2021-02-23T10:45:28.156Z] Step 23/24 : LABEL git_sha=739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:45:28.429Z] ---> Running in c23c7db55e06 [2021-02-23T10:45:28.703Z] Removing intermediate container c23c7db55e06 [2021-02-23T10:45:28.703Z] ---> ef1bc700dc6f [2021-02-23T10:45:28.703Z] Step 24/24 : LABEL version=2.0.0-dev.13 [2021-02-23T10:45:28.981Z] ---> Running in 0bd76b78935b [2021-02-23T10:45:29.254Z] Removing intermediate container 0bd76b78935b [2021-02-23T10:45:29.254Z] ---> 0a6c80ebdfa1 [2021-02-23T10:45:29.254Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T10:45:29.525Z] Successfully built 0a6c80ebdfa1 [2021-02-23T10:45:29.525Z] 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:45:29.936Z] provisioning config files... [2021-02-23T10:45:29.970Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config6426364187865291177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:45:30.390Z] ---> docker-login.sh [2021-02-23T10:45:30.390Z] nexus3.edgexfoundry.org:10001 [2021-02-23T10:45:30.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:45:30.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:45:30.941Z] Configure a credential helper to remove this warning. See [2021-02-23T10:45:30.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:45:30.941Z] [2021-02-23T10:45:30.941Z] Login Succeeded [2021-02-23T10:45:30.941Z] nexus3.edgexfoundry.org:10002 [2021-02-23T10:45:31.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:45:31.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:45:31.488Z] Configure a credential helper to remove this warning. See [2021-02-23T10:45:31.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:45:31.488Z] [2021-02-23T10:45:31.488Z] Login Succeeded [2021-02-23T10:45:31.488Z] nexus3.edgexfoundry.org:10003 [2021-02-23T10:45:31.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:45:32.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:45:32.047Z] Configure a credential helper to remove this warning. See [2021-02-23T10:45:32.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:45:32.047Z] [2021-02-23T10:45:32.047Z] Login Succeeded [2021-02-23T10:45:32.047Z] nexus3.edgexfoundry.org:10004 [2021-02-23T10:45:32.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:45:32.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:45:32.592Z] Configure a credential helper to remove this warning. See [2021-02-23T10:45:32.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:45:32.592Z] [2021-02-23T10:45:32.592Z] Login Succeeded [2021-02-23T10:45:32.592Z] docker.io [2021-02-23T10:45:32.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T10:45:33.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T10:45:33.472Z] Configure a credential helper to remove this warning. See [2021-02-23T10:45:33.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T10:45:33.472Z] [2021-02-23T10:45:33.472Z] Login Succeeded [2021-02-23T10:45:33.472Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T10:45:33.492Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T10:45:33.716Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-02-23T10:45:33.716Z] 739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:45:33.716Z] latest [2021-02-23T10:45:33.716Z] 2.0.0-dev.13 [2021-02-23T10:45:33.716Z] 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [2021-02-23T10:45:33.716Z] master [2021-02-23T10:45:33.716Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:34.240Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:34.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:45:34.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:45:34.583Z] b6cc1896f1fd: Preparing [2021-02-23T10:45:34.583Z] 379067d0cb53: Preparing [2021-02-23T10:45:34.872Z] 379067d0cb53: Layer already exists [2021-02-23T10:45:38.245Z] b6cc1896f1fd: Pushed [2021-02-23T10:45:38.245Z] 739e19e16cfa887bfffe764182c1d6a58536cb65: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:38.590Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:38.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-23T10:45:38.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:45:38.937Z] b6cc1896f1fd: Preparing [2021-02-23T10:45:38.938Z] 379067d0cb53: Preparing [2021-02-23T10:45:38.938Z] 379067d0cb53: Layer already exists [2021-02-23T10:45:38.938Z] b6cc1896f1fd: Layer already exists [2021-02-23T10:45:39.209Z] latest: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:39.548Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:39.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.13 [2021-02-23T10:45:39.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:45:39.886Z] b6cc1896f1fd: Preparing [2021-02-23T10:45:39.886Z] 379067d0cb53: Preparing [2021-02-23T10:45:39.886Z] 379067d0cb53: Layer already exists [2021-02-23T10:45:39.886Z] b6cc1896f1fd: Layer already exists [2021-02-23T10:45:40.159Z] 2.0.0-dev.13: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:40.502Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:40.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [2021-02-23T10:45:40.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:45:40.844Z] b6cc1896f1fd: Preparing [2021-02-23T10:45:40.844Z] 379067d0cb53: Preparing [2021-02-23T10:45:41.157Z] b6cc1896f1fd: Layer already exists [2021-02-23T10:45:41.157Z] 379067d0cb53: Layer already exists [2021-02-23T10:45:41.157Z] 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:41.542Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:41.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-02-23T10:45:41.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T10:45:41.917Z] b6cc1896f1fd: Preparing [2021-02-23T10:45:41.917Z] 379067d0cb53: Preparing [2021-02-23T10:45:41.917Z] 379067d0cb53: Layer already exists [2021-02-23T10:45:41.917Z] b6cc1896f1fd: Layer already exists [2021-02-23T10:45:42.191Z] master: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T10:45:42.426Z] ===================================================== [Pipeline] echo [2021-02-23T10:45:42.479Z] taggedImages: [2021-02-23T10:45:42.479Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65 [2021-02-23T10:45:42.479Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-23T10:45:42.479Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.13 [2021-02-23T10:45:42.479Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [2021-02-23T10:45:42.479Z] - 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:45:43.558Z] provisioning config files... [2021-02-23T10:45:43.575Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1238508463940464684tmp [Pipeline] { [Pipeline] sh [2021-02-23T10:45:43.963Z] + set +x [2021-02-23T10:45:43.963Z] + curl -s https://codecov.io/bash [2021-02-23T10:45:43.963Z] + bash -s -- [2021-02-23T10:45:44.227Z] [2021-02-23T10:45:44.227Z] _____ _ [2021-02-23T10:45:44.227Z] / ____| | | [2021-02-23T10:45:44.227Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T10:45:44.227Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T10:45:44.227Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T10:45:44.227Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T10:45:44.227Z] Bash-20210129-7c25fce [2021-02-23T10:45:44.227Z] [2021-02-23T10:45:44.227Z] [2021-02-23T10:45:44.227Z] ==> git version 2.24.3 found [2021-02-23T10:45:44.227Z] ==> 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:45:44.227Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T10:45:44.227Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T10:45:44.227Z] ==> Jenkins CI detected. [2021-02-23T10:45:44.227Z] project root: . [2021-02-23T10:45:44.227Z] --> token set from env [2021-02-23T10:45:44.227Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T10:45:44.227Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T10:45:44.227Z] ==> Python coveragepy not found [2021-02-23T10:45:44.227Z] ==> Searching for coverage reports in: [2021-02-23T10:45:44.227Z] + . [2021-02-23T10:45:44.227Z] -> Found 1 reports [2021-02-23T10:45:44.227Z] ==> Detecting git/mercurial file structure [2021-02-23T10:45:44.227Z] ==> Reading reports [2021-02-23T10:45:44.227Z] + ./coverage.out bytes=10 [2021-02-23T10:45:44.227Z] ==> Appending adjustments [2021-02-23T10:45:44.227Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T10:45:44.496Z] + Found adjustments [2021-02-23T10:45:44.496Z] ==> Gzipping contents [2021-02-23T10:45:44.496Z] 4.0K /tmp/codecov.sENuFS.gz [2021-02-23T10:45:44.496Z] ==> Uploading reports [2021-02-23T10:45:44.496Z] url: https://codecov.io [2021-02-23T10:45:44.496Z] query: branch=master&commit=739e19e16cfa887bfffe764182c1d6a58536cb65&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T10:45:44.497Z] -> Pinging Codecov [2021-02-23T10:45:44.497Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=739e19e16cfa887bfffe764182c1d6a58536cb65&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T10:45:44.764Z] -> Uploading to [2021-02-23T10:45:44.764Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/739e19e16cfa887bfffe764182c1d6a58536cb65/dd82b190-35ab-4ce3-bb1a-cea307661376.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T104544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21e766154a65f3b90dde9bf1a7bf3ab825ea4e22d8fd7dffb725fdd136396f15 [2021-02-23T10:45:44.764Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T10:45:44.764Z] Dload Upload Total Spent Left Speed [2021-02-23T10:45:45.341Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 6074 --:--:-- --:--:-- --:--:-- 6080 [2021-02-23T10:45:45.341Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] } [2021-02-23T10:45:45.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-23T10:45:46.375Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-23T10:45:46.426Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:46.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T10:45:46.788Z] [2021-02-23T10:45:46.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:45:47.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T10:45:47.140Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-23T10:45:47.140Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T10:45:47.140Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T10:45:47.140Z] de9db76c5a1d: Pulling fs layer [2021-02-23T10:45:47.140Z] 0eba1c9be4d2: Pulling fs layer [2021-02-23T10:45:47.140Z] 0d57e429df01: Pulling fs layer [2021-02-23T10:45:47.140Z] 4e4be7b47b0d: Pulling fs layer [2021-02-23T10:45:47.140Z] e1f770b5df2f: Pulling fs layer [2021-02-23T10:45:47.140Z] 85a0685a4137: Pulling fs layer [2021-02-23T10:45:47.140Z] 0d57e429df01: Waiting [2021-02-23T10:45:47.140Z] 4e4be7b47b0d: Waiting [2021-02-23T10:45:47.140Z] e1f770b5df2f: Waiting [2021-02-23T10:45:47.140Z] 85a0685a4137: Waiting [2021-02-23T10:45:47.140Z] 0eba1c9be4d2: Waiting [2021-02-23T10:45:47.140Z] de9db76c5a1d: Verifying Checksum [2021-02-23T10:45:47.140Z] de9db76c5a1d: Download complete [2021-02-23T10:45:47.140Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T10:45:47.140Z] 0ef7d3d256c8: Download complete [2021-02-23T10:45:47.140Z] 0d57e429df01: Verifying Checksum [2021-02-23T10:45:47.140Z] 0d57e429df01: Download complete [2021-02-23T10:45:47.140Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T10:45:47.140Z] 4e4be7b47b0d: Verifying Checksum [2021-02-23T10:45:47.140Z] 4e4be7b47b0d: Download complete [2021-02-23T10:45:47.718Z] 188c0c94c7c5: Pull complete [2021-02-23T10:45:47.718Z] 0ef7d3d256c8: Pull complete [2021-02-23T10:45:47.983Z] de9db76c5a1d: Pull complete [2021-02-23T10:45:48.562Z] e1f770b5df2f: Verifying Checksum [2021-02-23T10:45:48.562Z] e1f770b5df2f: Download complete [2021-02-23T10:45:50.505Z] 0eba1c9be4d2: Download complete [2021-02-23T10:45:50.769Z] 85a0685a4137: Verifying Checksum [2021-02-23T10:45:50.769Z] 85a0685a4137: Download complete [2021-02-23T10:45:56.112Z] 0eba1c9be4d2: Pull complete [2021-02-23T10:45:56.375Z] 0d57e429df01: Pull complete [2021-02-23T10:45:56.376Z] 4e4be7b47b0d: Pull complete [2021-02-23T10:45:58.339Z] e1f770b5df2f: Pull complete [2021-02-23T10:46:06.530Z] 85a0685a4137: Pull complete [2021-02-23T10:46:06.531Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-23T10:46:06.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T10:46:06.531Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-23T10:46:06.764Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:46:06.811Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-23T10:46:07.936Z] $ docker top 5a57d584350deb84445841a102e12f70b39b90022f29e7b8b451264f09903db0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-23T10:46:08.188Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-23T10:46:08.510Z] + set -o pipefail [2021-02-23T10:46:08.510Z] + snyk monitor '--org=edgex-jenkins' [2021-02-23T10:46:15.135Z] [2021-02-23T10:46:15.135Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-02-23T10:46:15.135Z] [2021-02-23T10:46:15.135Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/37968342-85f6-4436-9da0-0b3de6423e49 [2021-02-23T10:46:15.135Z] [2021-02-23T10:46:15.135Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-23T10:46:15.135Z] [2021-02-23T10:46:15.135Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-23T10:46:15.135Z] [2021-02-23T10:46:15.135Z] [2021-02-23T10:46:15.135Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-23T10:46:15.135Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-23T10:46:15.150Z] $ docker stop --time=1 5a57d584350deb84445841a102e12f70b39b90022f29e7b8b451264f09903db0 [2021-02-23T10:46:17.379Z] $ docker rm -f 5a57d584350deb84445841a102e12f70b39b90022f29e7b8b451264f09903db0 [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:46:19.093Z] + git log --format=format:%s -1 739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:46:19.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:46:19.407Z] . [Pipeline] withDockerContainer [2021-02-23T10:46:19.537Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:46:19.585Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:46:20.463Z] $ docker top 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:46:20.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:46:20.825Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:46:21.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:46:21.047Z] $ docker exec 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf ssh-agent [2021-02-23T10:46:21.219Z] SSH_AUTH_SOCK=/tmp/ssh-7A1DnRoQlMUo/agent.11 [2021-02-23T10:46:21.219Z] SSH_AGENT_PID=16 [2021-02-23T10:46:21.228Z] Running ssh-add (command line suppressed) [2021-02-23T10:46:21.361Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8372151581587314862.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8372151581587314862.key) [2021-02-23T10:46:21.419Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:46:21.788Z] + git semver tag [2021-02-23T10:46:21.789Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:46:21.789Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:46:21.789Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:46:21.789Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:46:21.789Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:46:21.789Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:46:21.789Z] # $SEMVER_BRANCH = master [2021-02-23T10:46:21.789Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-23T10:46:21.789Z] # 739e19e16cfa887bfffe764182c1d6a58536cb65 HEAD [2021-02-23T10:46:21.789Z] # -> Force: false [2021-02-23T10:46:21.789Z] # 34cd4fa78c2de6f74118aba4329a9035da95faf0 refs/tags/v2.0.0-dev.13 [Pipeline] } [2021-02-23T10:46:21.800Z] $ docker exec --env ******** --env ******** 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf ssh-agent -k [2021-02-23T10:46:21.931Z] unset SSH_AUTH_SOCK; [2021-02-23T10:46:21.932Z] unset SSH_AGENT_PID; [2021-02-23T10:46:21.932Z] echo Agent pid 16 killed; [2021-02-23T10:46:21.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:46:22.509Z] + git semver [Pipeline] } [2021-02-23T10:46:22.533Z] $ docker stop --time=1 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf [2021-02-23T10:46:23.890Z] $ docker rm -f 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:46:24.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T10:46:24.533Z] [2021-02-23T10:46:24.533Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:46:24.885Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T10:46:24.885Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-23T10:46:24.885Z] ab5ef0e58194: Pulling fs layer [2021-02-23T10:46:24.885Z] 9712f1f96733: Pulling fs layer [2021-02-23T10:46:24.885Z] 63f879dbbcfc: Pulling fs layer [2021-02-23T10:46:24.885Z] 0d9ebad4ef96: Pulling fs layer [2021-02-23T10:46:24.885Z] e9a5061849ea: Pulling fs layer [2021-02-23T10:46:24.885Z] d747dcd14b5f: Pulling fs layer [2021-02-23T10:46:24.885Z] 2de7ff778b66: Pulling fs layer [2021-02-23T10:46:24.885Z] 0d9ebad4ef96: Waiting [2021-02-23T10:46:24.885Z] e9a5061849ea: Waiting [2021-02-23T10:46:24.885Z] 2de7ff778b66: Waiting [2021-02-23T10:46:24.885Z] d747dcd14b5f: Waiting [2021-02-23T10:46:24.885Z] 9712f1f96733: Verifying Checksum [2021-02-23T10:46:24.885Z] 9712f1f96733: Download complete [2021-02-23T10:46:26.286Z] 63f879dbbcfc: Verifying Checksum [2021-02-23T10:46:26.286Z] 63f879dbbcfc: Download complete [2021-02-23T10:46:26.551Z] e9a5061849ea: Verifying Checksum [2021-02-23T10:46:26.551Z] e9a5061849ea: Download complete [2021-02-23T10:46:26.552Z] d747dcd14b5f: Verifying Checksum [2021-02-23T10:46:26.552Z] d747dcd14b5f: Download complete [2021-02-23T10:46:27.130Z] 0d9ebad4ef96: Verifying Checksum [2021-02-23T10:46:27.130Z] 0d9ebad4ef96: Download complete [2021-02-23T10:46:27.130Z] 2de7ff778b66: Verifying Checksum [2021-02-23T10:46:27.130Z] 2de7ff778b66: Download complete [2021-02-23T10:46:27.130Z] ab5ef0e58194: Verifying Checksum [2021-02-23T10:46:27.130Z] ab5ef0e58194: Download complete [2021-02-23T10:46:32.473Z] ab5ef0e58194: Pull complete [2021-02-23T10:46:32.473Z] 9712f1f96733: Pull complete [2021-02-23T10:46:35.036Z] 63f879dbbcfc: Pull complete [2021-02-23T10:46:41.780Z] 0d9ebad4ef96: Pull complete [2021-02-23T10:46:43.703Z] e9a5061849ea: Pull complete [2021-02-23T10:46:43.703Z] d747dcd14b5f: Pull complete [2021-02-23T10:46:45.633Z] 2de7ff778b66: Pull complete [2021-02-23T10:46:45.897Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-23T10:46:45.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T10:46:45.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-23T10:46:46.091Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:46:46.137Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-23T10:46:50.143Z] $ docker top f0b0936ccf838a6eaa4281d76df0f30fc71d0225bff00eddcf65be298e6a50eb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-23T10:46:50.384Z] provisioning config files... [2021-02-23T10:46:50.396Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8376993802869565546tmp [2021-02-23T10:46:50.417Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3452911138245110167tmp [2021-02-23T10:46:50.435Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config73659354032470966tmp [Pipeline] { [Pipeline] echo [2021-02-23T10:46:50.504Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:46:50.806Z] ---> sigul-configuration.sh [2021-02-23T10:46:50.806Z] gpg: directory `/root/.gnupg' created [2021-02-23T10:46:50.806Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-23T10:46:50.806Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-23T10:46:50.806Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-23T10:46:50.806Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-23T10:46:50.806Z] gpg: CAST5 encrypted data [2021-02-23T10:46:51.072Z] gpg: encrypted with 1 passphrase [2021-02-23T10:46:51.072Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-23T10:46:51.373Z] + mkdir /home/jenkins [2021-02-23T10:46:51.373Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-23T10:46:51.682Z] + 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:46:51.698Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:46:52.004Z] ---> sigul-install.sh [2021-02-23T10:46:57.319Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-23T10:46:57.623Z] + git tag --list [2021-02-23T10:46:57.624Z] 0.1.1 [2021-02-23T10:46:57.624Z] v1.1.0 [2021-02-23T10:46:57.624Z] v1.2.0 [2021-02-23T10:46:57.624Z] v1.2.1 [2021-02-23T10:46:57.624Z] v1.3.0 [2021-02-23T10:46:57.624Z] v2.0.0-dev.1 [2021-02-23T10:46:57.624Z] v2.0.0-dev.10 [2021-02-23T10:46:57.624Z] v2.0.0-dev.11 [2021-02-23T10:46:57.624Z] v2.0.0-dev.12 [2021-02-23T10:46:57.624Z] v2.0.0-dev.13 [2021-02-23T10:46:57.624Z] v2.0.0-dev.2 [2021-02-23T10:46:57.624Z] v2.0.0-dev.3 [2021-02-23T10:46:57.624Z] v2.0.0-dev.4 [2021-02-23T10:46:57.624Z] v2.0.0-dev.5 [2021-02-23T10:46:57.624Z] v2.0.0-dev.6 [2021-02-23T10:46:57.624Z] v2.0.0-dev.7 [2021-02-23T10:46:57.624Z] v2.0.0-dev.8 [2021-02-23T10:46:57.624Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-23T10:46:57.932Z] + lftools sign git-tag v2.0.0-dev.13 [2021-02-23T10:46:59.338Z] Signing Git tag with Sigul... [2021-02-23T10:46:59.338Z] Signing v2.0.0-dev.13 [Pipeline] echo [2021-02-23T10:47:00.746Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:01.052Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-23T10:47:01.062Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-23T10:47:01.192Z] $ docker stop --time=1 f0b0936ccf838a6eaa4281d76df0f30fc71d0225bff00eddcf65be298e6a50eb [2021-02-23T10:47:03.285Z] $ docker rm -f f0b0936ccf838a6eaa4281d76df0f30fc71d0225bff00eddcf65be298e6a50eb [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:47:04.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:47:04.210Z] . [Pipeline] withDockerContainer [2021-02-23T10:47:04.309Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:47:04.358Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:47:05.103Z] $ docker top 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:47:05.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:47:05.443Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:47:05.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:47:05.645Z] $ docker exec 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 ssh-agent [2021-02-23T10:47:05.818Z] SSH_AUTH_SOCK=/tmp/ssh-geIphnic6Mg0/agent.11 [2021-02-23T10:47:05.818Z] SSH_AGENT_PID=16 [2021-02-23T10:47:05.825Z] Running ssh-add (command line suppressed) [2021-02-23T10:47:05.955Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_93208029981200635.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_93208029981200635.key) [2021-02-23T10:47:06.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:47:06.360Z] + git semver bump pre [2021-02-23T10:47:06.360Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:47:06.360Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:47:06.360Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:47:06.360Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:47:06.360Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:47:06.360Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:47:06.360Z] # $SEMVER_BRANCH = master [2021-02-23T10:47:06.360Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-23T10:47:06.360Z] 2.0.0-dev.14 [Pipeline] } [2021-02-23T10:47:06.371Z] $ docker exec --env ******** --env ******** 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 ssh-agent -k [2021-02-23T10:47:06.498Z] unset SSH_AUTH_SOCK; [2021-02-23T10:47:06.499Z] unset SSH_AGENT_PID; [2021-02-23T10:47:06.499Z] echo Agent pid 16 killed; [2021-02-23T10:47:06.550Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:47:07.091Z] + git semver [Pipeline] } [2021-02-23T10:47:07.108Z] $ docker stop --time=1 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 [2021-02-23T10:47:08.491Z] $ docker rm -f 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:47:09.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T10:47:09.071Z] . [Pipeline] withDockerContainer [2021-02-23T10:47:09.178Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:47:09.225Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T10:47:10.004Z] $ docker top be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T10:47:10.353Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T10:47:10.353Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T10:47:10.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T10:47:10.590Z] $ docker exec be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 ssh-agent [2021-02-23T10:47:10.772Z] SSH_AUTH_SOCK=/tmp/ssh-gS6xqM9agc8b/agent.11 [2021-02-23T10:47:10.772Z] SSH_AGENT_PID=16 [2021-02-23T10:47:10.781Z] Running ssh-add (command line suppressed) [2021-02-23T10:47:10.912Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9047158285164656251.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9047158285164656251.key) [2021-02-23T10:47:10.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T10:47:11.309Z] + git semver push [2021-02-23T10:47:11.309Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T10:47:11.309Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T10:47:11.309Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:47:11.309Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T10:47:11.309Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T10:47:11.309Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T10:47:11.309Z] # $SEMVER_BRANCH = master [2021-02-23T10:47:11.309Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-23T10:47:16.626Z] $ docker exec --env ******** --env ******** be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 ssh-agent -k [2021-02-23T10:47:16.747Z] unset SSH_AUTH_SOCK; [2021-02-23T10:47:16.748Z] unset SSH_AGENT_PID; [2021-02-23T10:47:16.749Z] echo Agent pid 16 killed; [2021-02-23T10:47:16.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T10:47:17.347Z] + git semver [Pipeline] } [2021-02-23T10:47:17.364Z] $ docker stop --time=1 be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 [2021-02-23T10:47:18.791Z] $ docker rm -f be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 [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:47:20.509Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:21.210Z] ---> package-listing.sh [2021-02-23T10:47:21.211Z] ++ facter osfamily [2021-02-23T10:47:21.211Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T10:47:21.211Z] + OS_FAMILY=redhat [2021-02-23T10:47:21.211Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:47:21.211Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T10:47:21.211Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T10:47:21.211Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T10:47:21.211Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T10:47:21.211Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-23T10:47:21.211Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T10:47:21.211Z] + case "${OS_FAMILY}" in [2021-02-23T10:47:21.211Z] + rpm -qa [2021-02-23T10:47:21.211Z] + sort [2021-02-23T10:47:26.552Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T10:47:26.552Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T10:47:26.552Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T10:47:26.552Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-23T10:47:26.552Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-02-23T10:47:26.552Z] + 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:47:26.566Z] 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:47:26.866Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:47:27.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:47:27.172Z] [2021-02-23T10:47:27.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T10:47:27.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:47:27.523Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T10:47:27.523Z] df20fa9351a1: Pulling fs layer [2021-02-23T10:47:27.523Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T10:47:27.523Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T10:47:27.523Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T10:47:27.523Z] 93b61091891f: Pulling fs layer [2021-02-23T10:47:27.523Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T10:47:27.523Z] 5e14af77c1be: Pulling fs layer [2021-02-23T10:47:27.523Z] 01666e4c0597: Pulling fs layer [2021-02-23T10:47:27.523Z] aa168da1d23b: Pulling fs layer [2021-02-23T10:47:27.523Z] 46f8f816bc3b: Waiting [2021-02-23T10:47:27.523Z] 93b9cdb0e59b: Waiting [2021-02-23T10:47:27.523Z] 01666e4c0597: Waiting [2021-02-23T10:47:27.523Z] aa168da1d23b: Waiting [2021-02-23T10:47:27.523Z] 5e14af77c1be: Waiting [2021-02-23T10:47:27.523Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T10:47:27.523Z] 36b3adc4ff6f: Download complete [2021-02-23T10:47:27.523Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T10:47:27.523Z] 46f8f816bc3b: Download complete [2021-02-23T10:47:27.523Z] df20fa9351a1: Download complete [2021-02-23T10:47:27.523Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T10:47:27.523Z] 93b9cdb0e59b: Download complete [2021-02-23T10:47:27.523Z] 93b61091891f: Verifying Checksum [2021-02-23T10:47:27.523Z] 93b61091891f: Download complete [2021-02-23T10:47:27.785Z] 5e14af77c1be: Verifying Checksum [2021-02-23T10:47:27.785Z] 5e14af77c1be: Download complete [2021-02-23T10:47:27.785Z] 01666e4c0597: Verifying Checksum [2021-02-23T10:47:27.785Z] 01666e4c0597: Download complete [2021-02-23T10:47:27.785Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T10:47:27.785Z] 8ad3a11d3b57: Download complete [2021-02-23T10:47:28.050Z] df20fa9351a1: Pull complete [2021-02-23T10:47:28.312Z] 36b3adc4ff6f: Pull complete [2021-02-23T10:47:29.709Z] aa168da1d23b: Verifying Checksum [2021-02-23T10:47:29.709Z] aa168da1d23b: Download complete [2021-02-23T10:47:29.972Z] 8ad3a11d3b57: Pull complete [2021-02-23T10:47:29.972Z] 46f8f816bc3b: Pull complete [2021-02-23T10:47:30.234Z] 93b61091891f: Pull complete [2021-02-23T10:47:30.495Z] 93b9cdb0e59b: Pull complete [2021-02-23T10:47:30.495Z] 5e14af77c1be: Pull complete [2021-02-23T10:47:30.760Z] 01666e4c0597: Pull complete [2021-02-23T10:47:38.940Z] aa168da1d23b: Pull complete [2021-02-23T10:47:38.940Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T10:47:38.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T10:47:38.940Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T10:47:39.058Z] prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container [2021-02-23T10:47:39.104Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T10:47:41.786Z] $ docker top 565163918a36d48da4ea16101f862c40a34ced7b8b7774a5df9b6b429a122eb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T10:47:42.348Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T10:47:42.653Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T10:47:42.954Z] + ls /var/log/sa-host [2021-02-23T10:47:42.954Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T10:47:42.954Z] file_magic: OK [2021-02-23T10:47:42.954Z] HZ: Using current value: 100 [2021-02-23T10:47:42.954Z] file_header: OK [2021-02-23T10:47:42.954Z] 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:47:42.954Z] Statistics: [2021-02-23T10:47:42.954Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T10:47:42.954Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T10:47:43.187Z] provisioning config files... [2021-02-23T10:47:43.204Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config858034058115303830tmp [Pipeline] { [Pipeline] echo [2021-02-23T10:47:43.276Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:43.578Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T10:47:43.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T10:47:43.676Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:43.981Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T10:47:43.994Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:44.294Z] ---> sudo-logs.sh [2021-02-23T10:47:44.294Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T10:47:44.358Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:44.657Z] ---> job-cost.sh [2021-02-23T10:47:44.657Z] lf-activate-venv: SKIPPING [2021-02-23T10:47:44.657Z] INFO: No Stack... [2021-02-23T10:47:46.049Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T10:47:46.317Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T10:47:46.331Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T10:47:46.631Z] ---> logs-deploy.sh [2021-02-23T10:47:46.631Z] lf-activate-venv: SKIPPING [2021-02-23T10:47:46.631Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/71 [2021-02-23T10:47:46.631Z] INFO: archiving workspace using pattern(s): [2021-02-23T10:47:48.023Z] Archives upload complete. [2021-02-23T10:47:48.285Z] INFO: archiving logs to Nexus [2021-02-23T10:47:49.233Z] ---> uname -a: [2021-02-23T10:47:49.233Z] Linux prd-centos7-docker-4c-2g-27320.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:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> lscpu: [2021-02-23T10:47:49.233Z] Architecture: x86_64 [2021-02-23T10:47:49.233Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-23T10:47:49.233Z] Byte Order: Little Endian [2021-02-23T10:47:49.233Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-23T10:47:49.233Z] CPU(s): 4 [2021-02-23T10:47:49.233Z] On-line CPU(s) list: 0-3 [2021-02-23T10:47:49.233Z] Thread(s) per core: 1 [2021-02-23T10:47:49.233Z] Core(s) per socket: 1 [2021-02-23T10:47:49.233Z] Socket(s): 4 [2021-02-23T10:47:49.233Z] NUMA node(s): 1 [2021-02-23T10:47:49.233Z] Vendor ID: GenuineIntel [2021-02-23T10:47:49.233Z] CPU family: 6 [2021-02-23T10:47:49.233Z] Model: 44 [2021-02-23T10:47:49.233Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-23T10:47:49.233Z] Stepping: 1 [2021-02-23T10:47:49.233Z] CPU MHz: 2933.442 [2021-02-23T10:47:49.233Z] BogoMIPS: 5866.88 [2021-02-23T10:47:49.233Z] Virtualization: VT-x [2021-02-23T10:47:49.233Z] Hypervisor vendor: KVM [2021-02-23T10:47:49.233Z] Virtualization type: full [2021-02-23T10:47:49.233Z] L1d cache: 128 KiB [2021-02-23T10:47:49.233Z] L1i cache: 128 KiB [2021-02-23T10:47:49.233Z] L2 cache: 16 MiB [2021-02-23T10:47:49.233Z] L3 cache: 64 MiB [2021-02-23T10:47:49.233Z] NUMA node0 CPU(s): 0-3 [2021-02-23T10:47:49.233Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-23T10:47:49.233Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-23T10:47:49.233Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-23T10:47:49.233Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-23T10:47:49.233Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-23T10:47:49.233Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-23T10:47:49.233Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-23T10:47:49.233Z] Vulnerability Srbds: Not affected [2021-02-23T10:47:49.233Z] Vulnerability Tsx async abort: Not affected [2021-02-23T10:47:49.233Z] 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:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> nproc: [2021-02-23T10:47:49.233Z] 4 [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> df -h: [2021-02-23T10:47:49.233Z] Filesystem Size Used Available Use% Mounted on [2021-02-23T10:47:49.233Z] overlay 50.0G 8.6G 41.4G 17% / [2021-02-23T10:47:49.233Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-23T10:47:49.233Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-23T10:47:49.233Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T10:47:49.233Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> free -m: [2021-02-23T10:47:49.233Z] total used free shared buff/cache available [2021-02-23T10:47:49.233Z] Mem: 1837 839 144 0 852 933 [2021-02-23T10:47:49.233Z] Swap: 1023 3 1020 [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> ip addr: [2021-02-23T10:47:49.233Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-23T10:47:49.233Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-23T10:47:49.233Z] inet 127.0.0.1/8 scope host lo [2021-02-23T10:47:49.233Z] valid_lft forever preferred_lft forever [2021-02-23T10:47:49.233Z] inet6 ::1/128 scope host [2021-02-23T10:47:49.233Z] valid_lft forever preferred_lft forever [2021-02-23T10:47:49.233Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-23T10:47:49.233Z] link/ether fa:16:3e:e0:2b:28 brd ff:ff:ff:ff:ff:ff [2021-02-23T10:47:49.233Z] inet 10.30.123.44/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-23T10:47:49.233Z] valid_lft 85902sec preferred_lft 85902sec [2021-02-23T10:47:49.233Z] inet6 fe80::f816:3eff:fee0:2b28/64 scope link [2021-02-23T10:47:49.233Z] valid_lft forever preferred_lft forever [2021-02-23T10:47:49.233Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-23T10:47:49.233Z] link/ether 02:42:21:37:48:db brd ff:ff:ff:ff:ff:ff [2021-02-23T10:47:49.233Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-23T10:47:49.233Z] valid_lft forever preferred_lft forever [2021-02-23T10:47:49.233Z] inet6 fe80::42:21ff:fe37:48db/64 scope link [2021-02-23T10:47:49.233Z] valid_lft forever preferred_lft forever [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> sar -b -r -n DEV: [2021-02-23T10:47:49.233Z] 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:47:49.233Z] [2021-02-23T10:47:49.233Z] 10:39:20 LINUX RESTART (4 CPU) [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] 10:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-23T10:47:49.233Z] 10:41:01 33.75 13.05 20.70 0.00 4605.39 3729.05 0.00 [2021-02-23T10:47:49.233Z] 10:42:01 1.77 0.00 1.77 0.00 0.00 32.26 0.00 [2021-02-23T10:47:49.233Z] 10:43:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 [2021-02-23T10:47:49.233Z] 10:44:02 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-02-23T10:47:49.233Z] 10:45:01 0.24 0.00 0.24 0.00 0.00 3.46 0.00 [2021-02-23T10:47:49.233Z] 10:46:01 118.50 58.66 59.83 0.00 2640.52 23076.99 0.00 [2021-02-23T10:47:49.233Z] 10:47:01 369.93 187.57 182.36 0.00 10355.27 42321.93 0.00 [2021-02-23T10:47:49.233Z] Average: 75.18 37.15 38.03 0.00 2521.56 9909.82 0.00 [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] 10:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-23T10:47:49.233Z] 10:41:01 145604 0 632292 33.60 2620 1101028 1114468 38.03 423008 1113312 20 [2021-02-23T10:47:49.233Z] 10:42:01 148760 0 629128 33.44 2620 1101036 1079192 36.83 423992 1110020 8 [2021-02-23T10:47:49.233Z] 10:43:01 148796 0 629088 33.43 2620 1101040 1079252 36.83 430044 1104304 8 [2021-02-23T10:47:49.233Z] 10:44:02 148916 0 628964 33.43 2620 1101044 1079060 36.83 430616 1103792 12 [2021-02-23T10:47:49.233Z] 10:45:01 145548 0 632328 33.61 2620 1101048 1079192 36.83 449384 1088428 20 [2021-02-23T10:47:49.233Z] 10:46:01 82960 0 757176 40.24 2620 1038788 1506576 51.42 543840 1004088 93460 [2021-02-23T10:47:49.233Z] 10:47:01 124544 0 813632 43.24 1492 941876 1402604 47.87 677888 737728 78156 [2021-02-23T10:47:49.233Z] Average: 135018 0 674658 35.86 2459 1069409 1191478 40.66 482682 1037382 24526 [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] 10:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-23T10:47:49.233Z] 10:41:01 eth0 193.77 159.02 565.19 40.98 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:41:01 docker0 45.74 32.15 3.82 113.32 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:42:01 eth0 5.36 2.05 3.48 0.28 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:43:01 eth0 1.55 0.87 0.82 0.59 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:44:02 eth0 0.58 0.08 0.04 0.04 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:45:01 eth0 1.20 0.46 0.46 0.24 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:46:01 eth0 428.27 373.26 4075.81 30.25 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:47:01 vethc860379 22.31 33.41 1.50 217.28 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:47:01 eth0 511.93 444.41 3566.51 101.54 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] 10:47:01 docker0 65.52 74.51 5.37 324.48 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] Average: vethc860379 3.20 4.79 0.22 31.14 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] Average: eth0 163.69 140.41 1176.45 24.92 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] Average: docker0 15.94 15.28 1.32 62.72 0.00 0.00 0.00 0.00 [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] ---> sar -P ALL: [2021-02-23T10:47:49.233Z] 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:47:49.233Z] [2021-02-23T10:47:49.233Z] 10:39:20 LINUX RESTART (4 CPU) [2021-02-23T10:47:49.233Z] [2021-02-23T10:47:49.233Z] 10:40:01 CPU %user %nice %system %iowait %steal %idle [2021-02-23T10:47:49.233Z] 10:41:01 all 3.61 0.00 1.96 0.56 0.01 93.85 [2021-02-23T10:47:49.233Z] 10:41:01 0 3.83 0.00 1.81 0.29 0.02 94.05 [2021-02-23T10:47:49.233Z] 10:41:01 1 3.37 0.00 2.25 1.36 0.02 93.01 [2021-02-23T10:47:49.233Z] 10:41:01 2 3.72 0.00 2.01 0.47 0.00 93.80 [2021-02-23T10:47:49.233Z] 10:41:01 3 3.54 0.00 1.78 0.13 0.02 94.53 [2021-02-23T10:47:49.233Z] 10:42:01 all 0.19 0.00 0.03 0.00 0.00 99.78 [2021-02-23T10:47:49.233Z] 10:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-23T10:47:49.233Z] 10:42:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2021-02-23T10:47:49.233Z] 10:42:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-23T10:47:49.233Z] 10:42:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2021-02-23T10:47:49.233Z] 10:43:01 all 0.11 0.00 0.06 0.00 0.01 99.82 [2021-02-23T10:47:49.233Z] 10:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-23T10:47:49.233Z] 10:43:01 1 0.23 0.00 0.07 0.00 0.00 99.70 [2021-02-23T10:47:49.233Z] 10:43:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-02-23T10:47:49.233Z] 10:43:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-02-23T10:47:49.234Z] 10:44:02 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-23T10:47:49.234Z] 10:44:02 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-23T10:47:49.234Z] 10:44:02 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-23T10:47:49.234Z] 10:44:02 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-23T10:47:49.234Z] 10:44:02 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-23T10:47:49.234Z] 10:45:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-02-23T10:47:49.234Z] 10:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-23T10:47:49.234Z] 10:45:01 1 0.29 0.00 0.15 0.00 0.00 99.56 [2021-02-23T10:47:49.234Z] 10:45:01 2 0.20 0.00 0.03 0.00 0.00 99.76 [2021-02-23T10:47:49.234Z] 10:45:01 3 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-23T10:47:49.234Z] 10:46:01 all 5.95 0.00 3.58 0.71 0.04 89.71 [2021-02-23T10:47:49.234Z] 10:46:01 0 5.72 0.00 4.35 0.68 0.02 89.23 [2021-02-23T10:47:49.234Z] 10:46:01 1 5.88 0.00 3.34 0.32 0.07 90.39 [2021-02-23T10:47:49.234Z] 10:46:01 2 6.25 0.00 3.48 1.35 0.05 88.87 [2021-02-23T10:47:49.234Z] 10:46:01 3 5.97 0.00 3.17 0.51 0.03 90.33 [2021-02-23T10:47:49.234Z] 10:47:01 all 14.03 0.00 9.28 5.74 0.09 70.87 [2021-02-23T10:47:49.234Z] 10:47:01 0 12.84 0.00 10.38 5.46 0.10 71.21 [2021-02-23T10:47:49.234Z] 10:47:01 1 14.04 0.00 8.63 6.00 0.10 71.22 [2021-02-23T10:47:49.234Z] 10:47:01 2 16.82 0.00 10.07 5.61 0.09 67.42 [2021-02-23T10:47:49.234Z] 10:47:01 3 12.40 0.00 8.04 5.86 0.07 73.63 [2021-02-23T10:47:49.234Z] Average: all 3.42 0.00 2.12 0.99 0.02 93.45 [2021-02-23T10:47:49.234Z] Average: 0 3.18 0.00 2.35 0.90 0.02 93.55 [2021-02-23T10:47:49.234Z] Average: 1 3.45 0.00 2.05 1.09 0.03 93.38 [2021-02-23T10:47:49.234Z] Average: 2 3.91 0.00 2.22 1.05 0.02 92.80 [2021-02-23T10:47:49.234Z] Average: 3 3.15 0.00 1.87 0.91 0.02 94.06 [2021-02-23T10:47:49.234Z] [2021-02-23T10:47:49.234Z] [2021-02-23T10:47:49.234Z]