Pull request #315 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5ae8456414c89b1d5bf7a0d8b760165ae3b84419+03d6e45996491a5582f07f1d234588528d2720b6 (77c4f3cf011080af6d5f96d6bfe52a689e8800c2) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-315/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-315/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31195 in /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-315 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 Merge succeeded, producing 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 Checking out Revision 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 (PR-315) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:57:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:57:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:57:28 ========================================================= 06:57:28 EdgeX Global Pipelines Version Info 06:57:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:57:30 ------------------- 06:57:30 stable info: 06:57:30 ------------------- 06:57:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:57:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:57:30 Message: update stable to v1.0.186 06:57:31 ------------------- 06:57:31 experimental info: 06:57:31 ------------------- 06:57:31 Commited By: **** collab-it+edgex@linuxfoundation.org 06:57:31 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:57:31 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:57:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:57:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:57:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:57:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:57:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-315 [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-315 [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-315 [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [Pipeline] echo 06:57:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ae8456 [Pipeline] echo 06:57:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:57:36 provisioning config files... 06:57:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/config2204885899588794027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:57:36 ---> docker-login.sh 06:57:36 nexus3.edgexfoundry.org:10001 06:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:37 Configure a credential helper to remove this warning. See 06:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:37 06:57:37 Login Succeeded 06:57:37 nexus3.edgexfoundry.org:10002 06:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:37 Configure a credential helper to remove this warning. See 06:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:37 06:57:37 Login Succeeded 06:57:37 nexus3.edgexfoundry.org:10003 06:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:37 Configure a credential helper to remove this warning. See 06:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:37 06:57:37 Login Succeeded 06:57:37 nexus3.edgexfoundry.org:10004 06:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:38 Configure a credential helper to remove this warning. See 06:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:38 06:57:38 Login Succeeded 06:57:38 docker.io 06:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:38 Configure a credential helper to remove this warning. See 06:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:38 06:57:38 Login Succeeded 06:57:38 ---> docker-login.sh ends [Pipeline] } 06:57:38 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 06:57:39 + git log --format=format:%s -1 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [Pipeline] echo 06:57:39 GIT_COMMIT: 5ae8456414c89b1d5bf7a0d8b760165ae3b84419, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 06:57:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:57:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:57:40 06:57:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:57:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:57:41 latest: Pulling from edgex-devops/git-semver 06:57:41 31603596830f: Pulling fs layer 06:57:41 2a8b12db71e7: Pulling fs layer 06:57:41 6ca5941a6612: Pulling fs layer 06:57:41 ecc8261a40a4: Pulling fs layer 06:57:41 ecc8261a40a4: Waiting 06:57:41 2a8b12db71e7: Verifying Checksum 06:57:41 2a8b12db71e7: Download complete 06:57:41 ecc8261a40a4: Verifying Checksum 06:57:41 ecc8261a40a4: Download complete 06:57:41 6ca5941a6612: Verifying Checksum 06:57:41 6ca5941a6612: Download complete 06:57:41 31603596830f: Verifying Checksum 06:57:41 31603596830f: Download complete 06:57:41 31603596830f: Pull complete 06:57:42 2a8b12db71e7: Pull complete 06:57:42 6ca5941a6612: Pull complete 06:57:43 ecc8261a40a4: Pull complete 06:57:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:57:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:57:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:57:43 prd-centos7-docker-4c-2g-31195 does not seem to be running inside a container 06:57:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-315 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315:/w/workspace/edgexfoundry_edgex-ui-go_PR-315:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:57:45 $ docker top ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:57:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:57:45 [ssh-agent] Looking for ssh-agent implementation... 06:57:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:57:46 $ docker exec ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent 06:57:46 SSH_AUTH_SOCK=/tmp/ssh-6l2GlmSM6UuJ/agent.12 06:57:46 SSH_AGENT_PID=17 06:57:46 Running ssh-add (command line suppressed) 06:57:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8509669345127850477.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8509669345127850477.key) 06:57:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:57:46 + git tag --points-at HEAD [Pipeline] } 06:57:46 $ docker exec --env ******** --env ******** ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent -k 06:57:47 unset SSH_AUTH_SOCK; 06:57:47 unset SSH_AGENT_PID; 06:57:47 echo Agent pid 17 killed; 06:57:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:57:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:57:47 [ssh-agent] Looking for ssh-agent implementation... 06:57:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:57:47 $ docker exec ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent 06:57:47 SSH_AUTH_SOCK=/tmp/ssh-8Kglnw3LPHKz/agent.46 06:57:47 SSH_AGENT_PID=51 06:57:47 Running ssh-add (command line suppressed) 06:57:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8415479092722428037.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/private_key_8415479092722428037.key) 06:57:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:57:48 + git semver init 06:57:48 # -> Open(): unable to determine branch for HEAD 06:57:48 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-315/.git 06:57:48 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-315 06:57:48 # $SEMVER_REMOTE_NAME = origin 06:57:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:57:48 # $SEMVER_USER_NAME = edgex-jenkins 06:57:48 # $SEMVER_BRANCH = PR-315 06:57:48 # $SEMVER_TEMP = /tmp/semver-584486888 06:57:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:57:49 # '/tmp/semver-584486888' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-315/.semver' 06:57:49 # -> Force: false 06:57:49 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-315/.semver [Pipeline] } 06:57:49 $ docker exec --env ******** --env ******** ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d ssh-agent -k 06:57:49 unset SSH_AUTH_SOCK; 06:57:49 unset SSH_AGENT_PID; 06:57:49 echo Agent pid 51 killed; 06:57:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:57:50 + git semver [Pipeline] } 06:57:50 $ docker stop --time=1 ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d 06:57:51 $ docker rm -f ee575b0860b571fc606a747b947f3afb9b9a6907f293c924c23ce1a68de99c7d [Pipeline] // withDockerContainer [Pipeline] sh 06:57:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:57:53 Stashed 1 file(s) [Pipeline] echo 06:57:53 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:58:09 Still waiting to schedule task 06:58:09 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31195’ 06:58:09 Still waiting to schedule task 06:58:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:59:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31196 in /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [Pipeline] { [Pipeline] ws 06:59:52 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:59:57 using credential edgex-jenkins-ssh 06:59:57 Cloning the remote Git repository 06:59:57 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:59:57 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:59:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:59:58 > git --version # timeout=10 06:59:58 > git --version # 'git version 2.17.1' 06:59:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:00 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 06:59:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:59:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:59:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:59:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:59:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:00:00 > git config core.sparsecheckout # timeout=10 07:00:00 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 07:00:00 Merge succeeded, producing 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 07:00:00 Checking out Revision 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 (PR-315) 07:00:00 > git remote # timeout=10 07:00:00 > git config --get remote.origin.url # timeout=10 07:00:00 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:00 > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 07:00:00 > git rev-parse HEAD^{commit} # timeout=10 07:00:00 > git config core.sparsecheckout # timeout=10 07:00:00 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 07:00:05 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:00:05 > git --version # timeout=10 07:00:05 > git --version # 'git version 2.17.1' 07:00:05 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:00:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:00:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:00:08 + sudo service docker restart 07:00:08 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:00:11 provisioning config files... 07:00:11 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config2201735071658864616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:11 ---> docker-login.sh 07:00:11 nexus3.edgexfoundry.org:10001 07:00:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:13 Configure a credential helper to remove this warning. See 07:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:13 07:00:13 Login Succeeded 07:00:13 nexus3.edgexfoundry.org:10002 07:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:13 Configure a credential helper to remove this warning. See 07:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:13 07:00:13 Login Succeeded 07:00:13 nexus3.edgexfoundry.org:10003 07:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:14 Configure a credential helper to remove this warning. See 07:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:14 07:00:14 Login Succeeded 07:00:14 nexus3.edgexfoundry.org:10004 07:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:14 Configure a credential helper to remove this warning. See 07:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:14 07:00:14 Login Succeeded 07:00:14 docker.io 07:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:15 Configure a credential helper to remove this warning. See 07:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:15 07:00:15 Login Succeeded 07:00:15 ---> docker-login.sh ends [Pipeline] } 07:00:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:00:15 ========================================================= 07:00:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:00:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:00:16 + 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 . 07:00:16 Sending build context to Docker daemon 17.29MB 07:00:17 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:00:17 Step 2/8 : FROM ${BASE} 07:00:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:00:17 5f621e34cdf4: Pulling fs layer 07:00:17 a4357932f1b6: Pulling fs layer 07:00:17 18c013af1878: Pulling fs layer 07:00:17 00ac8860ef70: Pulling fs layer 07:00:17 63d7cb157983: Pulling fs layer 07:00:17 b116817d02f9: Pulling fs layer 07:00:17 745a02a5169b: Pulling fs layer 07:00:17 63d7cb157983: Waiting 07:00:17 b116817d02f9: Waiting 07:00:17 745a02a5169b: Waiting 07:00:17 00ac8860ef70: Waiting 07:00:17 18c013af1878: Verifying Checksum 07:00:17 18c013af1878: Download complete 07:00:17 a4357932f1b6: Verifying Checksum 07:00:17 a4357932f1b6: Download complete 07:00:17 63d7cb157983: Verifying Checksum 07:00:17 63d7cb157983: Download complete 07:00:17 b116817d02f9: Verifying Checksum 07:00:17 b116817d02f9: Download complete 07:00:17 5f621e34cdf4: Download complete 07:00:18 5f621e34cdf4: Pull complete 07:00:18 a4357932f1b6: Pull complete 07:00:18 18c013af1878: Pull complete 07:00:19 745a02a5169b: Verifying Checksum 07:00:19 745a02a5169b: Download complete 07:00:20 00ac8860ef70: Verifying Checksum 07:00:20 00ac8860ef70: Download complete 07:00:31 00ac8860ef70: Pull complete 07:00:31 63d7cb157983: Pull complete 07:00:31 b116817d02f9: Pull complete 07:00:35 745a02a5169b: Pull complete 07:00:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:00:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:00:35 ---> b7e6874047d6 07:00:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:00:38 ---> Running in 8a8cb82a38a9 07:00:38 Removing intermediate container 8a8cb82a38a9 07:00:38 ---> 1334b90d6212 07:00:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:38 ---> Running in 5ccf9790e1c8 07:00:38 Running on prd-centos7-docker-4c-2g-31197 in /w/workspace/edgexfoundry_edgex-ui-go_PR-315 [Pipeline] { [Pipeline] ws 07:00:38 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:00:41 Removing intermediate container 5ccf9790e1c8 07:00:41 ---> ae8c5b40025d 07:00:41 Step 5/8 : RUN apk add --no-cache make git 07:00:41 ---> Running in 8a1cfb0a7ca4 07:00:41 using credential edgex-jenkins-ssh 07:00:41 Cloning the remote Git repository 07:00:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:41 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:00:41 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:00:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:00:41 > git --version # timeout=10 07:00:41 > git --version # 'git version 2.24.3' 07:00:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:43 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 07:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:43 Merge succeeded, producing 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 07:00:43 Checking out Revision 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 (PR-315) 07:00:43 OK: 142 MiB in 39 packages 07:00:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:00:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:00:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:00:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:00:43 > git config core.sparsecheckout # timeout=10 07:00:43 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 07:00:43 > git remote # timeout=10 07:00:43 > git config --get remote.origin.url # timeout=10 07:00:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:43 > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 07:00:43 > git rev-parse HEAD^{commit} # timeout=10 07:00:43 > git config core.sparsecheckout # timeout=10 07:00:43 > git checkout -f 5ae8456414c89b1d5bf7a0d8b760165ae3b84419 # timeout=10 07:00:44 Removing intermediate container 8a1cfb0a7ca4 07:00:44 ---> 0f13466e7e4c 07:00:44 Step 6/8 : WORKDIR /edgex-ui-go 07:00:44 ---> Running in 0d1803e94ecd 07:00:45 Removing intermediate container 0d1803e94ecd 07:00:45 ---> 11a36e7a0dda 07:00:45 Step 7/8 : COPY . . 07:00:47 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:00:47 > git --version # timeout=10 07:00:47 > git --version # 'git version 2.24.3' 07:00:47 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:00:48 ---> 3360d7067d81 07:00:48 Step 8/8 : RUN go mod download 07:00:48 ---> Running in 4ccde8da10dd 07:00:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:00:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:00:49 + sudo service docker restart 07:00:49 + true 07:00:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:00:51 provisioning config files... 07:00:51 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8579515352768148858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:51 ---> docker-login.sh 07:00:51 nexus3.edgexfoundry.org:10001 07:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:52 Configure a credential helper to remove this warning. See 07:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:52 07:00:52 Login Succeeded 07:00:52 nexus3.edgexfoundry.org:10002 07:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:52 Configure a credential helper to remove this warning. See 07:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:52 07:00:52 Login Succeeded 07:00:52 nexus3.edgexfoundry.org:10003 07:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:52 Configure a credential helper to remove this warning. See 07:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:52 07:00:52 Login Succeeded 07:00:52 nexus3.edgexfoundry.org:10004 07:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:53 Configure a credential helper to remove this warning. See 07:00:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:53 07:00:53 Login Succeeded 07:00:53 docker.io 07:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:53 Configure a credential helper to remove this warning. See 07:00:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:53 07:00:53 Login Succeeded 07:00:53 ---> docker-login.sh ends [Pipeline] } 07:00:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:00:54 ========================================================= 07:00:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:00:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:00:54 + 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 . 07:00:54 Sending build context to Docker daemon 17.3MB 07:00:54 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:00:54 Step 2/8 : FROM ${BASE} 07:00:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:00:55 188c0c94c7c5: Pulling fs layer 07:00:55 0ef7d3d256c8: Pulling fs layer 07:00:55 de9db76c5a1d: Pulling fs layer 07:00:55 bca2f99d35d6: Pulling fs layer 07:00:55 93359f2a8cfa: Pulling fs layer 07:00:55 7c6f9722023f: Pulling fs layer 07:00:55 a35cf1a2eb13: Pulling fs layer 07:00:55 7c6f9722023f: Waiting 07:00:55 a35cf1a2eb13: Waiting 07:00:55 bca2f99d35d6: Waiting 07:00:55 93359f2a8cfa: Waiting 07:00:55 0ef7d3d256c8: Verifying Checksum 07:00:55 0ef7d3d256c8: Download complete 07:00:55 188c0c94c7c5: Verifying Checksum 07:00:55 188c0c94c7c5: Download complete 07:00:55 93359f2a8cfa: Verifying Checksum 07:00:55 93359f2a8cfa: Download complete 07:00:55 7c6f9722023f: Verifying Checksum 07:00:55 7c6f9722023f: Download complete 07:00:55 de9db76c5a1d: Verifying Checksum 07:00:55 de9db76c5a1d: Download complete 07:00:55 188c0c94c7c5: Pull complete 07:00:55 0ef7d3d256c8: Pull complete 07:00:55 de9db76c5a1d: Pull complete 07:00:57 a35cf1a2eb13: Verifying Checksum 07:00:57 a35cf1a2eb13: Download complete 07:00:57 bca2f99d35d6: Verifying Checksum 07:00:57 bca2f99d35d6: Download complete 07:01:04 bca2f99d35d6: Pull complete 07:01:04 93359f2a8cfa: Pull complete 07:01:04 7c6f9722023f: Pull complete 07:01:10 a35cf1a2eb13: Pull complete 07:01:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:01:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:01:10 ---> a62c8e92a672 07:01:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:01:10 ---> Running in daeb9a6a497b 07:01:10 Removing intermediate container daeb9a6a497b 07:01:10 ---> 40e2c9464862 07:01:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:01:10 ---> Running in e8861b6fcdfe 07:01:11 Removing intermediate container e8861b6fcdfe 07:01:11 ---> 7b3f7dec82a8 07:01:11 Step 5/8 : RUN apk add --no-cache make git 07:01:11 ---> Running in b18d5a5e1c3f 07:01:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:01:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:01:13 OK: 166 MiB in 39 packages 07:01:14 Removing intermediate container b18d5a5e1c3f 07:01:14 ---> 67e42988e696 07:01:14 Step 6/8 : WORKDIR /edgex-ui-go 07:01:14 ---> Running in 8493664b3ad0 07:01:14 Removing intermediate container 8493664b3ad0 07:01:14 ---> bd403920db83 07:01:14 Step 7/8 : COPY . . 07:01:16 ---> 3594fa6a4c37 07:01:16 Step 8/8 : RUN go mod download 07:01:16 ---> Running in 00b5193c7ec5 07:01:20 Removing intermediate container 4ccde8da10dd 07:01:20 ---> a3dab028c176 07:01:20 Successfully built a3dab028c176 07:01:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:01:20 + docker inspect -f . ci-base-image-arm64 07:01:20 . [Pipeline] withDockerContainer 07:01:21 prd-ubuntu18.04-docker-arm64-4c-16g-31196 does not seem to be running inside a container 07:01:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:01:22 $ docker top 8d00ac9dce21ae27df0de6cfc7cbc9a60364a26641a531588a8a78f07abf6a33 -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:23 + go version 07:01:23 go version go1.15.5 linux/arm64 [Pipeline] } 07:01:23 $ docker stop --time=1 8d00ac9dce21ae27df0de6cfc7cbc9a60364a26641a531588a8a78f07abf6a33 07:01:25 $ docker rm -f 8d00ac9dce21ae27df0de6cfc7cbc9a60364a26641a531588a8a78f07abf6a33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:01:27 + docker inspect -f . ci-base-image-arm64 07:01:27 . [Pipeline] withDockerContainer 07:01:27 prd-ubuntu18.04-docker-arm64-4c-16g-31196 does not seem to be running inside a container 07:01:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:01:29 $ docker top 221d805daf5c4b938a00ec34aee4ec1cf35bcad6ca64afd58dcd5f1651ff3fc0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:30 + make test 07:01:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:01:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:01:43 Removing intermediate container 00b5193c7ec5 07:01:43 ---> 6dd12150a1f9 07:01:43 Successfully built 6dd12150a1f9 07:01:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:01:43 + docker inspect -f . ci-base-image-x86_64 07:01:43 . [Pipeline] withDockerContainer 07:01:44 prd-centos7-docker-4c-2g-31197 does not seem to be running inside a container 07:01:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:01:44 $ docker top 8fd997c3c46efcd0f8a745b2e640f20de6a4b000da603f1c3736240b8efbfb9a -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:45 + go version 07:01:45 go version go1.15.5 linux/amd64 [Pipeline] } 07:01:45 $ docker stop --time=1 8fd997c3c46efcd0f8a745b2e640f20de6a4b000da603f1c3736240b8efbfb9a 07:01:46 $ docker rm -f 8fd997c3c46efcd0f8a745b2e640f20de6a4b000da603f1c3736240b8efbfb9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:01:48 + docker inspect -f . ci-base-image-x86_64 07:01:48 . [Pipeline] withDockerContainer 07:01:48 prd-centos7-docker-4c-2g-31197 does not seem to be running inside a container 07:01:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:01:49 $ docker top 71165a332a8f2b05efb8283e36b04b75d73d63cee57d8c49a7dead6211638787 -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:49 + make test 07:01:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:01:51 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:01:58 GO111MODULE=on go vet ./... 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:02:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:02:01 GO111MODULE=on go vet ./... [Pipeline] } 07:02:02 $ docker stop --time=1 71165a332a8f2b05efb8283e36b04b75d73d63cee57d8c49a7dead6211638787 07:02:05 $ docker rm -f 71165a332a8f2b05efb8283e36b04b75d73d63cee57d8c49a7dead6211638787 [Pipeline] // withDockerContainer [Pipeline] } 07:02:05 $ docker stop --time=1 221d805daf5c4b938a00ec34aee4ec1cf35bcad6ca64afd58dcd5f1651ff3fc0 07:02:07 $ docker rm -f 221d805daf5c4b938a00ec34aee4ec1cf35bcad6ca64afd58dcd5f1651ff3fc0 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 07:02:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:02:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:02:08 Warning: overwriting stash ‘coverage-report’ 07:02:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 07:02:09 Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 07:02:11 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 07:02:12 + ls -al . 07:02:12 total 92 07:02:12 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 24 07:01 . 07:02:12 drwxrwxr-x. 4 jenkins jenkins 28 Mar 24 07:00 .. 07:02:12 drwxrwxr-x. 3 jenkins jenkins 20 Mar 24 07:00 assets 07:02:12 drwxrwxr-x. 2 jenkins jenkins 35 Mar 24 07:00 bin 07:02:12 drwxrwxr-x. 3 jenkins jenkins 29 Mar 24 07:00 cmd 07:02:12 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 24 07:00 CONTRIBUTING.md 07:02:12 -rw-r--r--. 1 jenkins jenkins 10 Mar 24 07:01 coverage.out 07:02:12 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 24 07:00 Dockerfile 07:02:12 -rw-rw-r--. 1 jenkins jenkins 902 Mar 24 07:00 Dockerfile.build 07:02:12 drwxrwxr-x. 5 jenkins jenkins 104 Mar 24 07:00 docs 07:02:12 drwxrwxr-x. 8 jenkins jenkins 179 Mar 24 07:00 .git 07:02:12 drwxrwxr-x. 2 jenkins jenkins 103 Mar 24 07:00 .github 07:02:12 -rw-rw-r--. 1 jenkins jenkins 153 Mar 24 07:00 .gitignore 07:02:12 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 24 07:00 go.mod 07:02:12 -rw-r--r--. 1 jenkins jenkins 22216 Mar 24 07:01 go.sum 07:02:12 drwxrwxr-x. 10 jenkins jenkins 139 Mar 24 07:00 internal 07:02:12 -rw-rw-r--. 1 jenkins jenkins 652 Mar 24 07:00 Jenkinsfile 07:02:12 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 24 07:00 LICENSE 07:02:12 -rw-rw-r--. 1 jenkins jenkins 951 Mar 24 07:00 Makefile 07:02:12 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 24 07:00 README.md 07:02:12 -rw-rw-r--. 1 jenkins jenkins 5 Mar 24 06:57 VERSION 07:02:12 -rw-rw-r--. 1 jenkins jenkins 155 Mar 24 07:00 version.go 07:02:12 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 24 07:00 web [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:02:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:02:13 + 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=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 --label arch=amd64 --label version=0.0.0 . 07:02:13 Sending build context to Docker daemon 17.32MB 07:02:13 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:02:13 Step 2/24 : FROM ${BASE} AS builder 07:02:13 ---> 6dd12150a1f9 07:02:13 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:02:13 + ls -al . 07:02:13 total 124 07:02:13 drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 07:01 . 07:02:13 drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 06:59 .. 07:02:13 drwxrwxr-x 8 jenkins jenkins 4096 Mar 24 07:00 .git 07:02:13 drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 07:00 .github 07:02:13 -rw-rw-r-- 1 jenkins jenkins 153 Mar 24 07:00 .gitignore 07:02:13 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 24 07:00 CONTRIBUTING.md 07:02:13 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 24 07:00 Dockerfile 07:02:13 -rw-rw-r-- 1 jenkins jenkins 902 Mar 24 07:00 Dockerfile.build 07:02:13 -rw-rw-r-- 1 jenkins jenkins 652 Mar 24 07:00 Jenkinsfile 07:02:13 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 24 07:00 LICENSE 07:02:13 -rw-rw-r-- 1 jenkins jenkins 951 Mar 24 07:00 Makefile 07:02:13 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 24 07:00 README.md 07:02:13 -rw-rw-r-- 1 jenkins jenkins 5 Mar 24 06:57 VERSION 07:02:13 drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 07:00 assets 07:02:13 drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 07:00 bin 07:02:13 drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 07:00 cmd 07:02:13 -rw-r--r-- 1 jenkins jenkins 10 Mar 24 07:01 coverage.out 07:02:13 drwxrwxr-x 5 jenkins jenkins 4096 Mar 24 07:00 docs 07:02:13 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 24 07:00 go.mod 07:02:13 -rw-r--r-- 1 jenkins jenkins 22216 Mar 24 07:01 go.sum 07:02:13 drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 07:00 internal 07:02:13 -rw-rw-r-- 1 jenkins jenkins 155 Mar 24 07:00 version.go 07:02:13 drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 07:00 web [Pipeline] isUnix [Pipeline] sh 07:02:13 + 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=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 --label arch=arm64 --label version=0.0.0 . 07:02:14 ---> Running in ac94fcc267ef 07:02:14 Removing intermediate container ac94fcc267ef 07:02:14 ---> 7c5adbfb37ee 07:02:14 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:02:14 ---> Running in ce04c4df9c48 07:02:14 Removing intermediate container ce04c4df9c48 07:02:14 ---> 11f26d6f2089 07:02:14 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:02:14 ---> Running in bdf3e41b5126 07:02:14 Removing intermediate container bdf3e41b5126 07:02:14 ---> 5eebc3321ad8 07:02:14 Step 6/24 : LABEL Name=edgex-ui-go 07:02:14 ---> Running in 3be7b935bbc1 07:02:14 Sending build context to Docker daemon 17.32MB 07:02:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:02:14 Step 2/24 : FROM ${BASE} AS builder 07:02:14 ---> a3dab028c176 07:02:14 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:02:14 ---> Running in 749775e8d34b 07:02:15 Removing intermediate container 3be7b935bbc1 07:02:15 ---> 6a56a6014b99 07:02:15 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:02:15 ---> Running in a470f7393d7e 07:02:15 Removing intermediate container a470f7393d7e 07:02:15 ---> 677ea4fb4ab3 07:02:15 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:15 ---> Running in b504247fa39e 07:02:15 Removing intermediate container 749775e8d34b 07:02:15 ---> cf9f56c9ee06 07:02:15 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:02:15 ---> Running in 9268110db83f 07:02:16 Removing intermediate container 9268110db83f 07:02:16 ---> 1282cddbc29d 07:02:16 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:02:16 ---> Running in fd42089d94fe 07:02:16 Removing intermediate container b504247fa39e 07:02:16 ---> eb49e6346dd6 07:02:16 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:02:16 ---> Running in 756c4e1202d2 07:02:16 Removing intermediate container fd42089d94fe 07:02:16 ---> f91e9c3b4ea1 07:02:16 Step 6/24 : LABEL Name=edgex-ui-go 07:02:16 ---> Running in c114430b9ba4 07:02:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:17 Removing intermediate container c114430b9ba4 07:02:17 ---> b7e40004bda4 07:02:17 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:02:17 ---> Running in fab8f5413851 07:02:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:17 Removing intermediate container fab8f5413851 07:02:17 ---> a80bc92ea368 07:02:17 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:17 ---> Running in 0d7678089d82 07:02:17 OK: 166 MiB in 39 packages 07:02:18 Removing intermediate container 756c4e1202d2 07:02:18 ---> fbd4c1a1bdf1 07:02:18 Step 10/24 : ENV GO111MODULE=on 07:02:18 ---> Running in 0e19112b4f03 07:02:18 Removing intermediate container 0e19112b4f03 07:02:18 ---> ed14a589296b 07:02:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:02:18 ---> Running in f7a264c0fcd1 07:02:18 Removing intermediate container f7a264c0fcd1 07:02:18 ---> 1e7903c7e023 07:02:18 Step 12/24 : COPY go.mod . 07:02:19 ---> 7c573a64dbd0 07:02:19 Step 13/24 : COPY Makefile . 07:02:19 ---> f5f3f0dedb38 07:02:19 Step 14/24 : RUN make update 07:02:19 ---> Running in 047466e2fb3e 07:02:19 Removing intermediate container 0d7678089d82 07:02:19 ---> c51200756a4b 07:02:19 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:02:19 CGO_ENABLED=0 GO111MODULE=on go mod download 07:02:20 ---> Running in e0bc4fd51c08 07:02:20 Removing intermediate container 047466e2fb3e 07:02:20 ---> 7ba6d292509e 07:02:20 Step 15/24 : COPY . . 07:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:22 OK: 142 MiB in 39 packages 07:02:23 ---> 005dc9e5f6e9 07:02:23 Step 16/24 : RUN ${MAKE} 07:02:23 ---> Running in e48f4cdf736c 07:02:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:02:23 Removing intermediate container e0bc4fd51c08 07:02:23 ---> 75a6b04ce5c2 07:02:23 Step 10/24 : ENV GO111MODULE=on 07:02:24 ---> Running in 6b6e9e5c8081 07:02:24 Removing intermediate container 6b6e9e5c8081 07:02:24 ---> ac11092cee7c 07:02:24 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:02:24 ---> Running in 4bbaf18cea0b 07:02:25 Removing intermediate container 4bbaf18cea0b 07:02:25 ---> cb260dfaf003 07:02:25 Step 12/24 : COPY go.mod . 07:02:26 ---> 56d65281009b 07:02:26 Step 13/24 : COPY Makefile . 07:02:26 ---> 379fe73a4111 07:02:26 Step 14/24 : RUN make update 07:02:26 ---> Running in d6b111fbdc64 07:02:27 CGO_ENABLED=0 GO111MODULE=on go mod download 07:02:29 Removing intermediate container d6b111fbdc64 07:02:29 ---> 06115748ca4a 07:02:29 Step 15/24 : COPY . . 07:02:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:02:31 ---> 2359aec3b7fa 07:02:31 Step 16/24 : RUN ${MAKE} 07:02:31 ---> Running in 95df81b80c27 07:02:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:02:35 Removing intermediate container e48f4cdf736c 07:02:35 ---> 1a31e34398fa 07:02:35 Step 17/24 : FROM alpine:3.12 07:02:35 3.12: Pulling from library/alpine 07:02:35 f84cab65f19f: Pulling fs layer 07:02:36 f84cab65f19f: Verifying Checksum 07:02:36 f84cab65f19f: Download complete 07:02:36 f84cab65f19f: Pull complete 07:02:36 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 07:02:36 Status: Downloaded newer image for alpine:3.12 07:02:36 ---> 88dd2752d2ea 07:02:36 Step 18/24 : EXPOSE 4000 07:02:36 ---> Running in ee9fa33ab080 07:02:36 Removing intermediate container ee9fa33ab080 07:02:36 ---> b3f0a700ec8f 07:02:36 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 07:02:38 ---> 51c42e9220e2 07:02:38 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:02:38 ---> Running in bdf1ea5cc520 07:02:38 Removing intermediate container bdf1ea5cc520 07:02:38 ---> a14a9e3555a7 07:02:38 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:02:38 ---> Running in 10e03640cd2b 07:02:38 Removing intermediate container 10e03640cd2b 07:02:38 ---> 1095ed0a39f9 07:02:38 Step 22/24 : LABEL arch=amd64 07:02:38 ---> Running in 42a4cd71b754 07:02:38 Removing intermediate container 42a4cd71b754 07:02:38 ---> b31adb94f8e0 07:02:38 Step 23/24 : LABEL git_sha=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 07:02:38 ---> Running in 96bec76d5418 07:02:38 Removing intermediate container 96bec76d5418 07:02:38 ---> c12814e01313 07:02:38 Step 24/24 : LABEL version=0.0.0 07:02:38 ---> Running in 4b670101e52f 07:02:38 Removing intermediate container 4b670101e52f 07:02:38 ---> f7eec0cc8fe1 07:02:38 [Warning] One or more build-args [ARCH] were not consumed 07:02:39 Successfully built f7eec0cc8fe1 07:02:39 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:02:40 ---> job-cost.sh 07:02:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1Aki 07:02:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:02:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:03:04 Removing intermediate container 95df81b80c27 07:03:04 ---> 2116e3d564cf 07:03:04 Step 17/24 : FROM alpine:3.12 07:03:04 3.12: Pulling from library/alpine 07:03:04 dce8679b510e: Pulling fs layer 07:03:04 dce8679b510e: Verifying Checksum 07:03:04 dce8679b510e: Download complete 07:03:05 dce8679b510e: Pull complete 07:03:05 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 07:03:05 Status: Downloaded newer image for alpine:3.12 07:03:05 ---> d10569e2745f 07:03:05 Step 18/24 : EXPOSE 4000 07:03:05 ---> Running in 12abbd542f88 07:03:06 Removing intermediate container 12abbd542f88 07:03:06 ---> 8172fa1baea4 07:03:06 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 07:03:07 ---> 6fb4954edef0 07:03:07 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:03:07 ---> Running in f7c53d4c032b 07:03:08 Removing intermediate container f7c53d4c032b 07:03:08 ---> 3aecde51d1a0 07:03:08 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:03:08 ---> Running in 6dcba51da263 07:03:08 Removing intermediate container 6dcba51da263 07:03:08 ---> ed0cc05f758c 07:03:08 Step 22/24 : LABEL arch=arm64 07:03:08 ---> Running in 2b52dd500864 07:03:09 Removing intermediate container 2b52dd500864 07:03:09 ---> 762374aee57b 07:03:09 Step 23/24 : LABEL git_sha=5ae8456414c89b1d5bf7a0d8b760165ae3b84419 07:03:09 ---> Running in 83eb6deafad0 07:03:09 Removing intermediate container 83eb6deafad0 07:03:09 ---> 4ee3ded547ce 07:03:09 Step 24/24 : LABEL version=0.0.0 07:03:09 ---> Running in 275b6a92b132 07:03:10 Removing intermediate container 275b6a92b132 07:03:10 ---> d873c2c66d6e 07:03:10 [Warning] One or more build-args [ARCH] were not consumed 07:03:10 Successfully built d873c2c66d6e 07:03:10 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:03:11 ---> job-cost.sh 07:03:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-G5uX 07:03:22 lf-activate-venv(): INFO: Adding /tmp/venv-1Aki/bin to PATH 07:03:22 INFO: No Stack... 07:03:23 INFO: Retrieving Pricing Info for: v1-standard-2 07:03:24 INFO: Archiving Costs [Pipeline] sh 07:03:24 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:03:24 + cut -d, -f6 [Pipeline] lock 07:03:25 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] 07:03:25 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] did not exist. Created. 07:03:25 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:03:25 + echo total: 0.029999999329447746 [Pipeline] stash 07:03:26 Stashed 1 file(s) [Pipeline] } 07:03:26 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:03:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:05:27 lf-activate-venv(): INFO: Adding /tmp/venv-G5uX/bin to PATH 07:05:27 INFO: No Stack... 07:05:27 INFO: Retrieving Pricing Info for: lf-standard-4 07:05:27 INFO: Archiving Costs [Pipeline] sh 07:05:27 + + cutcat -d, /w/workspace/edgex-ui-go/1/archives/cost.csv -f6 07:05:27 [Pipeline] lock 07:05:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] 07:05:28 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] did not exist. Created. 07:05:28 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:05:28 /w/workspace/edgex-ui-go/1@tmp/durable-8735ce10/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-8735ce10/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:05:28 + echo total: 0.20999999344348907 [Pipeline] stash 07:05:29 Warning: overwriting stash ‘stack-cost’ 07:05:29 Stashed 1 file(s) [Pipeline] } 07:05:29 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:05:31 provisioning config files... 07:05:31 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/config462575768685400831tmp [Pipeline] { [Pipeline] sh 07:05:31 + set +x 07:05:31 + curl -s https://codecov.io/bash 07:05:31 + bash -s -- 07:05:32 07:05:32 _____ _ 07:05:32 / ____| | | 07:05:32 | | ___ __| | ___ ___ _____ __ 07:05:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:05:32 | |___| (_) | (_| | __/ (_| (_) \ V / 07:05:32 \_____\___/ \__,_|\___|\___\___/ \_/ 07:05:32 Bash-20210309-2b87ace 07:05:32 07:05:32 07:05:32 ==> git version 2.24.3 found 07:05:32 ==> 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 07:05:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:05:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:05:32 curl: option -sm: expected a proper numerical parameter 07:05:32 curl: try 'curl --help' or 'curl --manual' for more information 07:05:32 ==> Jenkins CI detected. 07:05:32 project root: . 07:05:32 --> token set from env 07:05:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:05:32 ==> Running gcov in . (disable via -X gcov) 07:05:32 ==> Python coveragepy not found 07:05:32 ==> Searching for coverage reports in: 07:05:32 + . 07:05:32 -> Found 1 reports 07:05:32 ==> Detecting git/mercurial file structure 07:05:32 ==> Reading reports 07:05:32 + ./coverage.out bytes=10 07:05:32 ==> Appending adjustments 07:05:32 https://docs.codecov.io/docs/fixing-reports 07:05:32 + Found adjustments 07:05:32 ==> Gzipping contents 07:05:32 4.0K /tmp/codecov.ZJQkYR.gz 07:05:32 ==> Uploading reports 07:05:32 url: https://codecov.io 07:05:32 query: branch=PR-315&commit=5ae8456414c89b1d5bf7a0d8b760165ae3b84419&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-315%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=315&job=&cmd_args= 07:05:32 -> Pinging Codecov 07:05:32 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-315&commit=5ae8456414c89b1d5bf7a0d8b760165ae3b84419&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-315%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=315&job=&cmd_args= 07:05:32 -> Uploading to 07:05:32 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/FB506323287CE973F263BFD2A0EB1F37/5ae8456414c89b1d5bf7a0d8b760165ae3b84419/30caa488-774f-43b1-8134-0c606cafe1d9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T070532Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5efe118d00905faa8aa34b78002961c939ed1649d61ad0b1166f76656edfee8 07:05:32 % Total % Received % Xferd Average Speed Time Time Time Current 07:05:32 Dload Upload Total Spent Left Speed 07:05:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 8221 --:--:-- --:--:-- --:--:-- 8212 07:05:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5ae8456414c89b1d5bf7a0d8b760165ae3b84419 [Pipeline] } 07:05:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:05:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:05:36 ---> package-listing.sh 07:05:36 ++ tr '[:upper:]' '[:lower:]' 07:05:36 ++ facter osfamily 07:05:36 + OS_FAMILY=redhat 07:05:36 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-315 07:05:36 + START_PACKAGES=/tmp/packages_start.txt 07:05:36 + END_PACKAGES=/tmp/packages_end.txt 07:05:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:05:36 + PACKAGES=/tmp/packages_start.txt 07:05:36 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-315 ']' 07:05:36 + PACKAGES=/tmp/packages_end.txt 07:05:36 + case "${OS_FAMILY}" in 07:05:36 + rpm -qa 07:05:36 + sort 07:05:42 + '[' -f /tmp/packages_start.txt ']' 07:05:42 + '[' -f /tmp/packages_end.txt ']' 07:05:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:05:42 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-315 ']' 07:05:42 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-315/archives/ 07:05:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-315/archives/ [Pipeline] echo 07:05:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:05:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:05:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:05:42 07:05:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:05:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:05:43 alpine: Pulling from edgex-lftools-log-publisher 07:05:43 df20fa9351a1: Pulling fs layer 07:05:43 36b3adc4ff6f: Pulling fs layer 07:05:43 8ad3a11d3b57: Pulling fs layer 07:05:43 46f8f816bc3b: Pulling fs layer 07:05:43 93b61091891f: Pulling fs layer 07:05:43 93b9cdb0e59b: Pulling fs layer 07:05:43 5e14af77c1be: Pulling fs layer 07:05:43 01666e4c0597: Pulling fs layer 07:05:43 aa168da1d23b: Pulling fs layer 07:05:43 93b9cdb0e59b: Waiting 07:05:43 5e14af77c1be: Waiting 07:05:43 01666e4c0597: Waiting 07:05:43 aa168da1d23b: Waiting 07:05:43 93b61091891f: Waiting 07:05:43 36b3adc4ff6f: Verifying Checksum 07:05:43 36b3adc4ff6f: Download complete 07:05:43 46f8f816bc3b: Verifying Checksum 07:05:43 46f8f816bc3b: Download complete 07:05:43 df20fa9351a1: Verifying Checksum 07:05:43 df20fa9351a1: Download complete 07:05:43 93b9cdb0e59b: Download complete 07:05:43 93b61091891f: Verifying Checksum 07:05:43 93b61091891f: Download complete 07:05:43 5e14af77c1be: Verifying Checksum 07:05:43 5e14af77c1be: Download complete 07:05:43 01666e4c0597: Verifying Checksum 07:05:43 01666e4c0597: Download complete 07:05:43 df20fa9351a1: Pull complete 07:05:44 36b3adc4ff6f: Pull complete 07:05:44 8ad3a11d3b57: Verifying Checksum 07:05:44 8ad3a11d3b57: Download complete 07:05:45 8ad3a11d3b57: Pull complete 07:05:45 46f8f816bc3b: Pull complete 07:05:45 93b61091891f: Pull complete 07:05:45 93b9cdb0e59b: Pull complete 07:05:45 aa168da1d23b: Verifying Checksum 07:05:45 aa168da1d23b: Download complete 07:05:46 5e14af77c1be: Pull complete 07:05:46 01666e4c0597: Pull complete 07:05:54 aa168da1d23b: Pull complete 07:05:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:05:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:05:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:05:54 prd-centos7-docker-4c-2g-31195 does not seem to be running inside a container 07:05:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-315 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315:/w/workspace/edgexfoundry_edgex-ui-go_PR-315:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:05:57 $ docker top c18bf3406ca4bb306877f1e9f92583c8a82f62b11175bc842c098d62d5125d15 -eo pid,comm [Pipeline] { [Pipeline] sh 07:05:58 + touch /tmp/pre-build-complete [Pipeline] sh 07:05:58 + mkdir -p /var/log/sa [Pipeline] sh 07:05:59 + ls /var/log/sa-host 07:05:59 + sadf -c /var/log/sa-host/sa23 07:05:59 file_magic: OK 07:05:59 HZ: Using current value: 100 07:05:59 file_header: OK 07:05:59 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 07:05:59 Statistics: 07:05:59 Hnuu...uuuununununu... 07:05:59 File successfully converted to sysstat format version 12.2.1 07:05:59 + sadf -c /var/log/sa-host/sa24 07:05:59 file_magic: OK 07:05:59 HZ: Using current value: 100 07:05:59 file_header: OK 07:05:59 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 07:05:59 Statistics: 07:05:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:05:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:05:59 provisioning config files... 07:05:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp/config4360838480554733018tmp [Pipeline] { [Pipeline] echo 07:06:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:06:00 ---> create-netrc.sh [Pipeline] } 07:06:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:06:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:06:00 ---> python-tools-install.sh [Pipeline] echo 07:06:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:06:01 ---> sudo-logs.sh 07:06:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:06:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:06:01 ---> job-cost.sh 07:06:01 lf-activate-venv: SKIPPING 07:06:01 DEBUG: total: 0.20999999344348907 07:06:01 INFO: Retrieving Stack Cost... 07:06:04 INFO: Retrieving Pricing Info for: v1-standard-2 07:06:04 INFO: Archiving Costs [Pipeline] echo 07:06:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:06:04 ---> logs-deploy.sh 07:06:04 lf-activate-venv: SKIPPING 07:06:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-315/1 07:06:04 INFO: archiving workspace using pattern(s): 07:06:06 Archives upload complete. 07:06:06 INFO: archiving logs to Nexus 07:06:07 ---> uname -a: 07:06:07 Linux prd-centos7-docker-4c-2g-31195.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:06:07 07:06:07 07:06:07 ---> lscpu: 07:06:07 Architecture: x86_64 07:06:07 CPU op-mode(s): 32-bit, 64-bit 07:06:07 Byte Order: Little Endian 07:06:07 Address sizes: 40 bits physical, 48 bits virtual 07:06:07 CPU(s): 4 07:06:07 On-line CPU(s) list: 0-3 07:06:07 Thread(s) per core: 1 07:06:07 Core(s) per socket: 1 07:06:07 Socket(s): 4 07:06:07 NUMA node(s): 1 07:06:07 Vendor ID: GenuineIntel 07:06:07 CPU family: 6 07:06:07 Model: 44 07:06:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:06:07 Stepping: 1 07:06:07 CPU MHz: 2933.438 07:06:07 BogoMIPS: 5866.87 07:06:07 Virtualization: VT-x 07:06:07 Hypervisor vendor: KVM 07:06:07 Virtualization type: full 07:06:07 L1d cache: 128 KiB 07:06:07 L1i cache: 128 KiB 07:06:07 L2 cache: 16 MiB 07:06:07 L3 cache: 64 MiB 07:06:07 NUMA node0 CPU(s): 0-3 07:06:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:06:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:06:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:06:07 Vulnerability Meltdown: Mitigation; PTI 07:06:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:06:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:06:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:06:07 Vulnerability Srbds: Not affected 07:06:07 Vulnerability Tsx async abort: Not affected 07:06:07 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 07:06:07 07:06:07 07:06:07 ---> nproc: 07:06:07 4 07:06:07 07:06:07 07:06:07 ---> df -h: 07:06:07 Filesystem Size Used Available Use% Mounted on 07:06:07 overlay 50.0G 7.3G 42.7G 15% / 07:06:07 tmpfs 64.0M 0 64.0M 0% /dev 07:06:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:06:07 shm 64.0M 0 64.0M 0% /dev/shm 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-315 07:06:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-315@tmp 07:06:07 07:06:07 07:06:07 ---> free -m: 07:06:07 total used free shared buff/cache available 07:06:07 Mem: 1837 712 96 0 1028 1020 07:06:07 Swap: 1023 1 1022 07:06:07 07:06:07 07:06:07 ---> ip addr: 07:06:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:06:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:06:07 inet 127.0.0.1/8 scope host lo 07:06:07 valid_lft forever preferred_lft forever 07:06:07 inet6 ::1/128 scope host 07:06:07 valid_lft forever preferred_lft forever 07:06:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:06:07 link/ether fa:16:3e:a4:86:e2 brd ff:ff:ff:ff:ff:ff 07:06:07 inet 10.30.123.247/23 brd 10.30.123.255 scope global dynamic eth0 07:06:07 valid_lft 85844sec preferred_lft 85844sec 07:06:07 inet6 fe80::f816:3eff:fea4:86e2/64 scope link 07:06:07 valid_lft forever preferred_lft forever 07:06:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:06:07 link/ether 02:42:68:d8:9b:fb brd ff:ff:ff:ff:ff:ff 07:06:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:06:07 valid_lft forever preferred_lft forever 07:06:07 inet6 fe80::42:68ff:fed8:9bfb/64 scope link 07:06:07 valid_lft forever preferred_lft forever 07:06:07 07:06:07 07:06:07 ---> sar -b -r -n DEV: 07:06:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 07:06:07 07:06:07 06:56:38 LINUX RESTART (4 CPU) 07:06:07 07:06:07 06:57:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:06:07 06:58:02 123.40 48.94 74.45 0.00 8119.32 30486.61 0.00 07:06:07 06:59:01 3.98 0.00 3.98 0.00 0.00 127.79 0.00 07:06:07 07:00:01 0.45 0.00 0.45 0.00 0.00 6.59 0.00 07:06:07 07:01:01 0.28 0.02 0.27 0.00 0.13 3.28 0.00 07:06:07 07:02:01 0.40 0.12 0.28 0.00 2.13 5.00 0.00 07:06:07 07:03:01 0.32 0.00 0.32 0.00 0.00 4.50 0.00 07:06:07 07:04:01 0.28 0.00 0.28 0.00 0.00 2.85 0.00 07:06:07 07:05:01 0.15 0.00 0.15 0.00 0.00 2.02 0.00 07:06:07 Average: 15.96 6.06 9.90 0.00 1002.81 3783.12 0.00 07:06:07 07:06:07 06:57:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:06:07 06:58:02 161128 0 604204 32.11 2620 1113592 1106724 37.77 398636 1121736 128 07:06:07 06:59:01 167840 0 597400 31.75 2620 1113684 1076472 36.74 396648 1117988 12 07:06:07 07:00:01 165228 0 600008 31.89 2620 1113688 1076640 36.74 404332 1113004 20 07:06:07 07:01:01 163948 0 601288 31.96 2620 1113688 1079124 36.83 412688 1105608 8 07:06:07 07:02:01 164580 0 600512 31.92 2620 1113832 1076976 36.76 409964 1108024 8 07:06:07 07:03:01 164696 0 600388 31.91 2620 1113840 1077064 36.76 421848 1096732 8 07:06:07 07:04:01 165048 0 600036 31.89 2620 1113840 1076980 36.76 421100 1096792 8 07:06:07 07:05:01 164284 0 600792 31.93 2620 1113848 1077088 36.76 421684 1096792 8 07:06:07 Average: 164594 0 600578 31.92 2620 1113752 1080884 36.89 410862 1107084 25 07:06:07 07:06:07 06:57:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:06:07 06:58:02 eth0 543.25 350.19 1294.00 98.52 0.00 0.00 0.00 0.00 07:06:07 06:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 06:58:02 docker0 31.30 25.68 2.75 113.79 0.00 0.00 0.00 0.00 07:06:07 06:59:01 eth0 0.58 0.08 0.04 0.02 0.00 0.00 0.00 0.00 07:06:07 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:00:01 eth0 2.85 0.92 2.40 0.21 0.00 0.00 0.00 0.00 07:06:07 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:01:01 eth0 0.83 0.37 0.33 0.20 0.00 0.00 0.00 0.00 07:06:07 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:02:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 07:06:07 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:03:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 07:06:07 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:04:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 07:06:07 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:05:01 eth0 0.50 0.32 0.27 0.20 0.00 0.00 0.00 0.00 07:06:07 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 Average: eth0 67.79 43.49 160.18 12.26 0.00 0.00 0.00 0.00 07:06:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:06:07 Average: docker0 3.86 3.17 0.34 14.05 0.00 0.00 0.00 0.00 07:06:07 07:06:07 07:06:07 ---> sar -P ALL: 07:06:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 07:06:07 07:06:07 06:56:38 LINUX RESTART (4 CPU) 07:06:07 07:06:07 06:57:02 CPU %user %nice %system %iowait %steal %idle 07:06:07 06:58:02 all 14.62 0.00 7.03 5.66 0.18 72.51 07:06:07 06:58:02 0 13.64 0.00 8.27 4.59 0.17 73.33 07:06:07 06:58:02 1 16.07 0.00 6.89 6.67 0.17 70.19 07:06:07 06:58:02 2 14.39 0.00 6.57 6.57 0.17 72.30 07:06:07 06:58:02 3 14.39 0.00 6.37 4.80 0.21 74.23 07:06:07 06:59:01 all 0.19 0.00 0.06 0.00 0.00 99.75 07:06:07 06:59:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:06:07 06:59:01 1 0.56 0.00 0.03 0.00 0.00 99.41 07:06:07 06:59:01 2 0.08 0.00 0.07 0.00 0.00 99.85 07:06:07 06:59:01 3 0.07 0.00 0.10 0.00 0.00 99.83 07:06:07 07:00:01 all 0.13 0.00 0.06 0.00 0.00 99.81 07:06:07 07:00:01 0 0.08 0.00 0.08 0.00 0.00 99.83 07:06:07 07:00:01 1 0.25 0.00 0.07 0.00 0.00 99.68 07:06:07 07:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 07:06:07 07:00:01 3 0.10 0.00 0.07 0.00 0.00 99.83 07:06:07 07:01:01 all 0.13 0.00 0.05 0.00 0.00 99.82 07:06:07 07:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:06:07 07:01:01 1 0.05 0.00 0.07 0.00 0.00 99.88 07:06:07 07:01:01 2 0.42 0.00 0.02 0.00 0.00 99.57 07:06:07 07:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 07:06:07 07:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 07:06:07 07:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:06:07 07:02:01 1 0.00 0.00 0.05 0.00 0.02 99.93 07:06:07 07:02:01 2 0.53 0.00 0.03 0.00 0.00 99.43 07:06:07 07:02:01 3 0.05 0.00 0.07 0.00 0.00 99.88 07:06:07 07:03:01 all 0.15 0.00 0.06 0.00 0.00 99.80 07:06:07 07:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:06:07 07:03:01 1 0.03 0.00 0.15 0.00 0.00 99.82 07:06:07 07:03:01 2 0.50 0.00 0.02 0.00 0.00 99.48 07:06:07 07:03:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:06:07 07:04:01 all 0.16 0.00 0.02 0.00 0.00 99.82 07:06:07 07:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:06:07 07:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:06:07 07:04:01 2 0.53 0.00 0.00 0.00 0.00 99.47 07:06:07 07:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:06:07 07:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:06:07 07:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:06:07 07:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:06:07 07:05:01 2 0.52 0.00 0.02 0.00 0.00 99.47 07:06:07 07:05:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:06:07 Average: all 1.90 0.00 0.89 0.69 0.02 96.50 07:06:07 Average: 0 1.68 0.00 1.03 0.55 0.02 96.72 07:06:07 Average: 1 2.07 0.00 0.89 0.81 0.02 96.21 07:06:07 Average: 2 2.08 0.00 0.82 0.80 0.02 96.29 07:06:07 Average: 3 1.79 0.00 0.83 0.58 0.03 96.77 07:06:07 07:06:07 07:06:07