Pull request #771 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc rather than b3c60c71c40e6ec89953c6f219c8b4ed025ded41 Obtained Jenkinsfile from a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16399407885299742220.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11766605439314942319.key > 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 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git 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-771/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh991633479183364869.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8609302808464089353.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13903883861170077036.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE 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-771/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9555486413733657683.key > 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 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 590556114a56c6d90cc8043840e039c2f74196dc Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5856 in /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-771 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc into PR head commit b3c60c71c40e6ec89953c6f219c8b4ed025ded41 Merge succeeded, producing b3c60c71c40e6ec89953c6f219c8b4ed025ded41 Checking out Revision b3c60c71c40e6ec89953c6f219c8b4ed025ded41 (PR-771) > 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/771/head:refs/remotes/origin/PR-771 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # 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 a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # timeout=10 Commit message: "feat: update go-mod-bootstrap dep" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:46:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:46:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:46:11 ========================================================= 11:46:11 EdgeX Global Pipelines Version Info 11:46:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:46:12 ------------------- 11:46:12 stable info: 11:46:12 ------------------- 11:46:12 Commited By: Ginny Guan ginny@iotechsys.com 11:46:12 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 11:46:12 Message: update stable to v1.0.260 11:46:12 ------------------- 11:46:12 experimental info: 11:46:12 ------------------- 11:46:12 Commited By: Ginny Guan ginny@iotechsys.com 11:46:12 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 11:46:12 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-771 [Pipeline] echo 11:46:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-771 [Pipeline] echo 11:46:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-771 [Pipeline] echo 11:46:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo 11:46:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b3c60c7 [Pipeline] echo 11:46:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:46:15 provisioning config files... 11:46:15 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config9158230674726246486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:46:15 ---> ****-login.sh 11:46:15 nexus3.edgexfoundry.org:10001 11:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:16 Configure a credential helper to remove this warning. See 11:46:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:16 11:46:16 Login Succeeded 11:46:16 nexus3.edgexfoundry.org:10002 11:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:16 Configure a credential helper to remove this warning. See 11:46:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:16 11:46:16 Login Succeeded 11:46:16 nexus3.edgexfoundry.org:10003 11:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:16 Configure a credential helper to remove this warning. See 11:46:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:16 11:46:16 Login Succeeded 11:46:16 nexus3.edgexfoundry.org:10004 11:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:16 Configure a credential helper to remove this warning. See 11:46:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:16 11:46:16 Login Succeeded 11:46:16 ****.io 11:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:16 Configure a credential helper to remove this warning. See 11:46:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:16 11:46:16 Login Succeeded 11:46:16 ---> ****-login.sh ends [Pipeline] } 11:46:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:46:17 + git rev-list -1 --merges b3c60c71c40e6ec89953c6f219c8b4ed025ded41~1..b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo 11:46:17 -----------> git rev-list -1 --merges b3c60c71c40e6ec89953c6f219c8b4ed025ded41~1..b3c60c71c40e6ec89953c6f219c8b4ed025ded41 b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [false] [Pipeline] sh 11:46:17 + git log --format=format:%s -1 b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo 11:46:17 ========================================================= 11:46:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:46:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:46:18 + git log --format=format:%s -1 b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo 11:46:18 [semverPrep] GIT_COMMIT: b3c60c71c40e6ec89953c6f219c8b4ed025ded41, Commit Message: feat: update go-mod-bootstrap dep [Pipeline] echo 11:46:18 [semverPrep] This is not a build commit. [Pipeline] sh 11:46:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:46:18 + grep -v github /etc/ssh/ssh_known_hosts 11:46:18 + [ -e /tmp/ssh_known_hosts ] 11:46:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:46:18 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:46:18 sudo tee -a /etc/ssh/ssh_known_hosts 11:46:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:46:19 11:46:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:46:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:46:19 0.1.4: Pulling from edgex-devops/py-git-semver 11:46:19 b85a868b505f: Pulling fs layer 11:46:19 e2be974225ed: Pulling fs layer 11:46:19 339a4e72a1f5: Pulling fs layer 11:46:19 988bab9f4d93: Pulling fs layer 11:46:19 1469e6f7b9e6: Pulling fs layer 11:46:19 eaf3925da568: Pulling fs layer 11:46:19 bab4dde63d76: Pulling fs layer 11:46:19 bde34c3a00c8: Pulling fs layer 11:46:19 b352a97aabf1: Pulling fs layer 11:46:19 4872d77fe225: Pulling fs layer 11:46:19 5851b861e8e6: Pulling fs layer 11:46:19 bab4dde63d76: Waiting 11:46:19 b352a97aabf1: Waiting 11:46:19 eaf3925da568: Waiting 11:46:19 4872d77fe225: Waiting 11:46:19 988bab9f4d93: Waiting 11:46:19 5851b861e8e6: Waiting 11:46:19 1469e6f7b9e6: Waiting 11:46:19 bde34c3a00c8: Waiting 11:46:19 e2be974225ed: Download complete 11:46:19 988bab9f4d93: Download complete 11:46:19 1469e6f7b9e6: Verifying Checksum 11:46:19 1469e6f7b9e6: Download complete 11:46:19 eaf3925da568: Download complete 11:46:19 339a4e72a1f5: Verifying Checksum 11:46:20 339a4e72a1f5: Download complete 11:46:20 bde34c3a00c8: Verifying Checksum 11:46:20 bde34c3a00c8: Download complete 11:46:20 b352a97aabf1: Download complete 11:46:20 4872d77fe225: Verifying Checksum 11:46:20 4872d77fe225: Download complete 11:46:20 5851b861e8e6: Verifying Checksum 11:46:20 5851b861e8e6: Download complete 11:46:20 b85a868b505f: Download complete 11:46:20 bab4dde63d76: Verifying Checksum 11:46:20 bab4dde63d76: Download complete 11:46:21 b85a868b505f: Pull complete 11:46:21 e2be974225ed: Pull complete 11:46:22 339a4e72a1f5: Pull complete 11:46:22 988bab9f4d93: Pull complete 11:46:22 1469e6f7b9e6: Pull complete 11:46:22 eaf3925da568: Pull complete 11:46:24 bab4dde63d76: Pull complete 11:46:24 bde34c3a00c8: Pull complete 11:46:24 b352a97aabf1: Pull complete 11:46:24 4872d77fe225: Pull complete 11:46:24 5851b861e8e6: Pull complete 11:46:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:46:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:46:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:46:24 prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container 11:46:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:46:28 $ docker top 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 -eo pid,comm 11:46:28 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:46:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:46:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:28 [ssh-agent] Looking for ssh-agent implementation... 11:46:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:28 $ docker exec 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent 11:46:28 SSH_AUTH_SOCK=/tmp/ssh-ayvKn0Z9Z3bd/agent.32 11:46:28 SSH_AGENT_PID=38 11:46:28 Running ssh-add (command line suppressed) 11:46:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_8007947915437979777.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_8007947915437979777.key) 11:46:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:29 + git tag --points-at HEAD [Pipeline] } 11:46:29 $ docker exec --env ******** --env ******** 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent -k 11:46:29 unset SSH_AUTH_SOCK; 11:46:29 unset SSH_AGENT_PID; 11:46:29 echo Agent pid 38 killed; 11:46:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:46:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:29 [ssh-agent] Looking for ssh-agent implementation... 11:46:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:30 $ docker exec 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent 11:46:30 SSH_AUTH_SOCK=/tmp/ssh-9kGor7Lorh8C/agent.72 11:46:30 SSH_AGENT_PID=78 11:46:30 Running ssh-add (command line suppressed) 11:46:30 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_17949232456538109456.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_17949232456538109456.key) 11:46:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:30 + git semver init 11:46:30 2024-07-18 11:46:30,858 [run_init] DEBUG init version:0.0.0 force:False 11:46:30 2024-07-18 11:46:30,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver 11:46:30 2024-07-18 11:46:30,859 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver 11:46:30 2024-07-18 11:46:30,859 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-771, universal_newlines=False, shell=None, istream=None) 11:46:33 2024-07-18 11:46:33,029 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.git/info/exclude 11:46:33 2024-07-18 11:46:33,030 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver/PR-771 with force:False 11:46:33 2024-07-18 11:46:33,030 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver/PR-771 11:46:33 2024-07-18 11:46:33,035 [execute] INFO git cat-file --batch-check 11:46:33 2024-07-18 11:46:33,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver, universal_newlines=False, shell=None, istream=) 11:46:33 2024-07-18 11:46:33,043 [execute] INFO git cat-file --batch 11:46:33 2024-07-18 11:46:33,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver, universal_newlines=False, shell=None, istream=) 11:46:33 2024-07-18 11:46:33,049 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver/PR-771 11:46:33 0.0.0 [Pipeline] } 11:46:33 $ docker exec --env ******** --env ******** 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent -k 11:46:33 unset SSH_AUTH_SOCK; 11:46:33 unset SSH_AGENT_PID; 11:46:33 echo Agent pid 78 killed; 11:46:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:46:34 + git semver [Pipeline] } 11:46:34 $ docker stop --time=1 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 11:46:35 $ docker rm -f --volumes 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 [Pipeline] // withDockerContainer [Pipeline] sh 11:46:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:46:36 Stashed 1 file(s) [Pipeline] echo 11:46:36 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:46:37 provisioning config files... 11:46:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config4293514938571486093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:46:37 ---> ****-login.sh 11:46:37 nexus3.edgexfoundry.org:10001 11:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:37 Configure a credential helper to remove this warning. See 11:46:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:37 11:46:37 Login Succeeded 11:46:37 nexus3.edgexfoundry.org:10002 11:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:37 Configure a credential helper to remove this warning. See 11:46:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:37 11:46:37 Login Succeeded 11:46:37 nexus3.edgexfoundry.org:10003 11:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:37 Configure a credential helper to remove this warning. See 11:46:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:37 11:46:37 Login Succeeded 11:46:37 nexus3.edgexfoundry.org:10004 11:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:37 Configure a credential helper to remove this warning. See 11:46:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:37 11:46:37 Login Succeeded 11:46:37 ****.io 11:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:46:38 Configure a credential helper to remove this warning. See 11:46:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:46:38 11:46:38 Login Succeeded 11:46:38 ---> ****-login.sh ends [Pipeline] } 11:46:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:46:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:46:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:46:38 ========================================================= 11:46:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 11:46:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:46:39 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 11:46:39 Sending build context to Docker daemon 59.69MB 11:46:39 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 11:46:39 Step 2/15 : FROM ${BASE} AS builder 11:46:39 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 11:46:39 619be1103602: Pulling fs layer 11:46:39 7862e08f4a3e: Pulling fs layer 11:46:39 5df492c9dc93: Pulling fs layer 11:46:39 7629e6793208: Pulling fs layer 11:46:39 4f4fb700ef54: Pulling fs layer 11:46:39 fb5054dd5b73: Pulling fs layer 11:46:39 eeca6798cff9: Pulling fs layer 11:46:39 aa269ceb94a6: Pulling fs layer 11:46:39 ada007ff1a6a: Pulling fs layer 11:46:39 4f4fb700ef54: Waiting 11:46:39 fb5054dd5b73: Waiting 11:46:39 eeca6798cff9: Waiting 11:46:39 aa269ceb94a6: Waiting 11:46:39 ada007ff1a6a: Waiting 11:46:39 7629e6793208: Waiting 11:46:39 7862e08f4a3e: Verifying Checksum 11:46:39 7862e08f4a3e: Download complete 11:46:39 7629e6793208: Verifying Checksum 11:46:39 7629e6793208: Download complete 11:46:39 4f4fb700ef54: Download complete 11:46:39 fb5054dd5b73: Verifying Checksum 11:46:39 fb5054dd5b73: Download complete 11:46:39 619be1103602: Verifying Checksum 11:46:39 619be1103602: Download complete 11:46:39 eeca6798cff9: Verifying Checksum 11:46:39 eeca6798cff9: Download complete 11:46:39 619be1103602: Pull complete 11:46:39 7862e08f4a3e: Pull complete 11:46:39 ada007ff1a6a: Verifying Checksum 11:46:39 ada007ff1a6a: Download complete 11:46:40 5df492c9dc93: Download complete 11:46:40 aa269ceb94a6: Verifying Checksum 11:46:40 aa269ceb94a6: Download complete 11:46:43 5df492c9dc93: Pull complete 11:46:43 7629e6793208: Pull complete 11:46:43 4f4fb700ef54: Pull complete 11:46:43 fb5054dd5b73: Pull complete 11:46:43 eeca6798cff9: Pull complete 11:46:46 aa269ceb94a6: Pull complete 11:46:46 ada007ff1a6a: Pull complete 11:46:46 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 11:46:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 11:46:46 ---> f489d0715acc 11:46:46 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:46:51 ---> Running in faf20c0c8857 11:46:51 Removing intermediate container faf20c0c8857 11:46:51 ---> 4e863ed01abd 11:46:51 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 11:46:51 ---> Running in f99f366e09c7 11:46:51 Removing intermediate container f99f366e09c7 11:46:51 ---> 20401decb1a2 11:46:51 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 11:46:51 ---> Running in 43a90e4b425c 11:46:51 Removing intermediate container 43a90e4b425c 11:46:51 ---> 674aaf408fa4 11:46:51 Step 6/15 : LABEL Name=edgex-ui-go 11:46:51 ---> Running in d0b4f84a298e 11:46:51 Removing intermediate container d0b4f84a298e 11:46:51 ---> 4e8387690c7c 11:46:51 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 11:46:51 ---> Running in fdf415c52a4f 11:46:51 Removing intermediate container fdf415c52a4f 11:46:51 ---> 8ed6460df692 11:46:51 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:46:52 Still waiting to schedule task 11:46:52 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5859’ is offline 11:46:52 latest: Pulling from library/docker 11:46:52 ec99f8b99825: Pulling fs layer 11:46:52 47ab03998fa7: Pulling fs layer 11:46:52 4f4fb700ef54: Pulling fs layer 11:46:52 b3cda72fc9fe: Pulling fs layer 11:46:52 f593f88cfadf: Pulling fs layer 11:46:52 073d51dd9347: Pulling fs layer 11:46:52 11517b755f11: Pulling fs layer 11:46:52 151556c344ac: Pulling fs layer 11:46:52 391a99f1c3ad: Pulling fs layer 11:46:52 08b60581dc63: Pulling fs layer 11:46:52 8c6fc8c94dc6: Pulling fs layer 11:46:52 36e2f9d4c4da: Pulling fs layer 11:46:52 0187015e66d8: Pulling fs layer 11:46:52 114e58d33eff: Pulling fs layer 11:46:52 5928e8731628: Pulling fs layer 11:46:52 25bcb7950fd6: Pulling fs layer 11:46:52 0187015e66d8: Waiting 11:46:52 391a99f1c3ad: Waiting 11:46:52 b3cda72fc9fe: Waiting 11:46:52 08b60581dc63: Waiting 11:46:52 114e58d33eff: Waiting 11:46:52 8c6fc8c94dc6: Waiting 11:46:52 f593f88cfadf: Waiting 11:46:52 5928e8731628: Waiting 11:46:52 36e2f9d4c4da: Waiting 11:46:52 25bcb7950fd6: Waiting 11:46:52 073d51dd9347: Waiting 11:46:52 4f4fb700ef54: Download complete 11:46:52 47ab03998fa7: Verifying Checksum 11:46:52 47ab03998fa7: Download complete 11:46:52 ec99f8b99825: Verifying Checksum 11:46:52 ec99f8b99825: Download complete 11:46:52 b3cda72fc9fe: Verifying Checksum 11:46:52 b3cda72fc9fe: Download complete 11:46:52 ec99f8b99825: Pull complete 11:46:52 11517b755f11: Verifying Checksum 11:46:52 11517b755f11: Download complete 11:46:52 073d51dd9347: Verifying Checksum 11:46:52 073d51dd9347: Download complete 11:46:52 f593f88cfadf: Verifying Checksum 11:46:52 f593f88cfadf: Download complete 11:46:52 47ab03998fa7: Pull complete 11:46:52 391a99f1c3ad: Verifying Checksum 11:46:52 391a99f1c3ad: Download complete 11:46:52 151556c344ac: Verifying Checksum 11:46:52 151556c344ac: Download complete 11:46:52 4f4fb700ef54: Pull complete 11:46:52 08b60581dc63: Verifying Checksum 11:46:52 08b60581dc63: Download complete 11:46:52 b3cda72fc9fe: Pull complete 11:46:52 36e2f9d4c4da: Download complete 11:46:53 0187015e66d8: Verifying Checksum 11:46:53 0187015e66d8: Download complete 11:46:53 8c6fc8c94dc6: Verifying Checksum 11:46:53 8c6fc8c94dc6: Download complete 11:46:53 5928e8731628: Verifying Checksum 11:46:53 25bcb7950fd6: Verifying Checksum 11:46:53 25bcb7950fd6: Download complete 11:46:53 f593f88cfadf: Pull complete 11:46:53 114e58d33eff: Verifying Checksum 11:46:53 114e58d33eff: Download complete 11:46:53 073d51dd9347: Pull complete 11:46:54 11517b755f11: Pull complete 11:46:54 151556c344ac: Pull complete 11:46:54 391a99f1c3ad: Pull complete 11:46:54 08b60581dc63: Pull complete 11:46:54 8c6fc8c94dc6: Pull complete 11:46:54 36e2f9d4c4da: Pull complete 11:46:54 0187015e66d8: Pull complete 11:46:55 114e58d33eff: Pull complete 11:46:55 5928e8731628: Pull complete 11:46:55 25bcb7950fd6: Pull complete 11:46:55 Digest: sha256:766677799446842639ffa7b88249dc69406bcf5b6c5d9f31d45557654f44b6b1 11:46:55 Status: Downloaded newer image for docker:latest 11:46:58 ---> 8295efb5bbcb 11:46:58 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:46:58 ---> Running in f6758f7d1993 11:46:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:46:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:46:59 OK: 264 MiB in 52 packages 11:46:59 Removing intermediate container f6758f7d1993 11:46:59 ---> 683dc7ff9715 11:46:59 Step 10/15 : ENV GO111MODULE=on 11:46:59 ---> Running in 0c3703ba3e5f 11:46:59 Removing intermediate container 0c3703ba3e5f 11:46:59 ---> f12e6c7f6c0c 11:46:59 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:46:59 ---> Running in afcecf80c388 11:46:59 Removing intermediate container afcecf80c388 11:46:59 ---> 59032bb14dd8 11:46:59 Step 12/15 : COPY go.mod vendor* ./ 11:47:00 ---> 946e42fca87f 11:47:00 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:47:00 ---> Running in 96ff8172f92d 11:47:56 Removing intermediate container 96ff8172f92d 11:47:56 ---> 9b1344735a3f 11:47:56 Step 14/15 : COPY . . 11:47:56 ---> 258132ba5428 11:47:56 Step 15/15 : RUN ${MAKE} 11:47:56 ---> Running in 86420a07b62f 11:47:56 noop 11:47:56 Removing intermediate container 86420a07b62f 11:47:56 ---> 3661e40e0c58 11:47:56 Successfully built 3661e40e0c58 11:47:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:56 + docker inspect -f . ci-base-image-x86_64 11:47:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:47:56 prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container 11:47:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:47:57 $ docker top 60af108ba8e053ed50fdedc7aff192e6585d17f4adc1307404d6ca4645d5ffa4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:47:57 + go version 11:47:57 go version go1.21.9 linux/amd64 [Pipeline] } 11:47:57 $ docker stop --time=1 60af108ba8e053ed50fdedc7aff192e6585d17f4adc1307404d6ca4645d5ffa4 11:47:59 $ docker rm -f --volumes 60af108ba8e053ed50fdedc7aff192e6585d17f4adc1307404d6ca4645d5ffa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:59 + docker inspect -f . ci-base-image-x86_64 11:47:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:47:59 prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container 11:48:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:48:00 $ docker top b19ff4fe4d38783a05296408fcd24c60ac46c0a6e370c6321ba7a8da850542c7 -eo pid,comm [Pipeline] { [Pipeline] sh 11:48:00 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [Pipeline] fileExists [Pipeline] sh 11:48:01 + make test 11:48:01 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 11:48:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:48:17 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 11:48:17 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 11:48:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:48:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:48:23 ./bin/test-attribution-txt.sh 11:48:23 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 11:48:23 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 11:48:23 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 11:48:23 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 11:48:23 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 11:48:23 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 11:48:23 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 11:48:23 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 11:48:23 An attribution for golang.org/x/term is missing from Attribution.txt, please add 11:48:23 An attribution for google.golang.org/appengine is missing from Attribution.txt, please add 11:48:23 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 11:48:23 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add 11:48:23 make -C web test 11:48:23 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-771/web' 11:48:23 make[1]: tput: No such file or directory 11:48:23 make[1]: tput: No such file or directory 11:48:23 warning: generating ./VERSION 11:48:23 echo "0.0.0" > VERSION 11:48:23 docker build \ 11:48:23 -f Dockerfile \ 11:48:23 --build-arg USER=1000 \ 11:48:23 \ 11:48:23 --label "git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41" \ 11:48:23 -t edgexfoundry/edgex-web-ui:b3c60c71c40e6ec89953c6f219c8b4ed025ded41 \ 11:48:23 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 11:48:23 . 11:48:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 11:48:23 Install the buildx component to build images with BuildKit: 11:48:23 https://docs.docker.com/go/buildx/ 11:48:23 11:48:23 Sending build context to Docker daemon 2.62MB 11:48:23 Step 1/11 : FROM node:18-alpine3.18 11:48:23 18-alpine3.18: Pulling from library/node 11:48:23 619be1103602: Already exists 11:48:23 7e9a007eb24b: Pulling fs layer 11:48:23 5189255e31c8: Pulling fs layer 11:48:23 88f4f8a6bc8d: Pulling fs layer 11:48:23 88f4f8a6bc8d: Verifying Checksum 11:48:23 88f4f8a6bc8d: Download complete 11:48:23 5189255e31c8: Verifying Checksum 11:48:23 5189255e31c8: Download complete 11:48:24 7e9a007eb24b: Verifying Checksum 11:48:24 7e9a007eb24b: Download complete 11:48:24 7e9a007eb24b: Pull complete 11:48:24 5189255e31c8: Pull complete 11:48:24 88f4f8a6bc8d: Pull complete 11:48:24 Digest: sha256:8863523fed890ce945343aebf959daa56e6b089de1851074f4fe22fe86c04399 11:48:24 Status: Downloaded newer image for node:18-alpine3.18 11:48:24 ---> a19326513a45 11:48:24 Step 2/11 : RUN apk add --no-cache chromium 11:48:30 ---> Running in 57b110d7a6a5 11:48:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:48:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:48:30 (1/154) Installing libexpat (2.6.2-r0) 11:48:30 (2/154) Installing brotli-libs (1.0.9-r14) 11:48:30 (3/154) Installing libbz2 (1.0.8-r5) 11:48:30 (4/154) Installing libpng (1.6.39-r3) 11:48:30 (5/154) Installing freetype (2.13.0-r5) 11:48:30 (6/154) Installing fontconfig (2.14.2-r3) 11:48:30 (7/154) Installing libfontenc (1.1.7-r2) 11:48:30 (8/154) Installing mkfontscale (1.2.2-r3) 11:48:30 (9/154) Installing font-opensans (0_git20210927-r1) 11:48:30 (10/154) Installing pkgconf (1.9.5-r0) 11:48:30 (11/154) Installing libffi (3.4.4-r2) 11:48:30 (12/154) Installing libintl (0.21.1-r7) 11:48:30 (13/154) Installing libblkid (2.38.1-r8) 11:48:30 (14/154) Installing libmount (2.38.1-r8) 11:48:30 (15/154) Installing pcre2 (10.42-r1) 11:48:30 (16/154) Installing glib (2.76.6-r0) 11:48:30 (17/154) Installing xz-libs (5.4.3-r0) 11:48:30 (18/154) Installing libxml2 (2.11.8-r0) 11:48:30 (19/154) Installing shared-mime-info (2.2-r5) 11:48:30 (20/154) Installing hicolor-icon-theme (0.17-r2) 11:48:30 (21/154) Installing libjpeg-turbo (2.1.5.1-r3) 11:48:30 (22/154) Installing libwebp (1.3.2-r0) 11:48:30 (23/154) Installing zstd-libs (1.5.5-r4) 11:48:30 (24/154) Installing tiff (4.5.1-r0) 11:48:30 (25/154) Installing gdk-pixbuf (2.42.10-r5) 11:48:30 (26/154) Installing gtk-update-icon-cache (3.24.41-r0) 11:48:30 (27/154) Installing libxau (1.0.11-r2) 11:48:30 (28/154) Installing libmd (1.0.4-r2) 11:48:30 (29/154) Installing libbsd (0.11.7-r1) 11:48:30 (30/154) Installing libxdmcp (1.1.4-r2) 11:48:30 (31/154) Installing libxcb (1.15-r1) 11:48:30 (32/154) Installing libx11 (1.8.7-r0) 11:48:30 (33/154) Installing libxcomposite (0.4.6-r3) 11:48:30 (34/154) Installing libxfixes (6.0.1-r2) 11:48:30 (35/154) Installing libxrender (0.9.11-r3) 11:48:30 (36/154) Installing libxcursor (1.2.1-r2) 11:48:30 (37/154) Installing libxdamage (1.1.6-r2) 11:48:30 (38/154) Installing libxext (1.3.5-r2) 11:48:30 (39/154) Installing libxi (1.8.1-r0) 11:48:30 (40/154) Installing libxinerama (1.1.5-r2) 11:48:30 (41/154) Installing libxrandr (1.5.3-r2) 11:48:30 (42/154) Installing libatk-1.0 (2.48.4-r0) 11:48:30 (43/154) Installing libxtst (1.2.4-r2) 11:48:30 (44/154) Installing dbus-libs (1.14.8-r0) 11:48:30 (45/154) Installing at-spi2-core (2.48.4-r0) 11:48:30 (46/154) Installing libatk-bridge-2.0 (2.48.4-r0) 11:48:30 (47/154) Installing pixman (0.42.2-r1) 11:48:30 (48/154) Installing cairo (1.17.8-r1) 11:48:30 (49/154) Installing cairo-gobject (1.17.8-r1) 11:48:30 (50/154) Installing avahi-libs (0.8-r13) 11:48:30 (51/154) Installing gmp (6.2.1-r3) 11:48:30 (52/154) Installing nettle (3.8.1-r2) 11:48:30 (53/154) Installing libunistring (1.1-r1) 11:48:30 (54/154) Installing libidn2 (2.3.4-r1) 11:48:30 (55/154) Installing p11-kit (0.24.1-r2) 11:48:30 (56/154) Installing libtasn1 (4.19.0-r1) 11:48:30 (57/154) Installing gnutls (3.8.4-r0) 11:48:30 (58/154) Installing cups-libs (2.4.9-r0) 11:48:30 (59/154) Installing libepoxy (1.5.10-r1) 11:48:30 (60/154) Installing fribidi (1.0.13-r0) 11:48:30 (61/154) Installing graphite2 (1.3.14-r5) 11:48:30 (62/154) Installing harfbuzz (7.3.0-r0) 11:48:30 (63/154) Installing libxft (2.3.8-r1) 11:48:30 (64/154) Installing pango (1.50.14-r1) 11:48:30 (65/154) Installing wayland-libs-client (1.22.0-r2) 11:48:30 (66/154) Installing wayland-libs-cursor (1.22.0-r2) 11:48:30 (67/154) Installing wayland-libs-egl (1.22.0-r2) 11:48:30 (68/154) Installing xkeyboard-config (2.38-r0) 11:48:30 (69/154) Installing libxkbcommon (1.5.0-r2) 11:48:30 (70/154) Installing gtk+3.0 (3.24.41-r0) 11:48:30 (71/154) Installing icu-data-full (73.2-r2) 11:48:30 (72/154) Installing mesa (23.0.4-r0) 11:48:30 (73/154) Installing llvm15-libs (15.0.7-r6) 11:48:31 (74/154) Installing hwdata-pci (0.370-r0) 11:48:31 (75/154) Installing libpciaccess (0.17-r2) 11:48:31 (76/154) Installing libdrm (2.4.115-r4) 11:48:31 (77/154) Installing musl-fts (1.2.7-r5) 11:48:31 (78/154) Installing libelf (0.189-r2) 11:48:31 (79/154) Installing mesa-glapi (23.0.4-r0) 11:48:31 (80/154) Installing mesa-dri-gallium (23.0.4-r0) 11:48:31 (81/154) Installing eudev-libs (3.2.11-r8) 11:48:31 (82/154) Installing libmagic (5.45-r0) 11:48:31 (83/154) Installing file (5.45-r0) 11:48:31 (84/154) Installing libice (1.1.1-r2) 11:48:31 (85/154) Installing libuuid (2.38.1-r8) 11:48:31 (86/154) Installing libsm (1.2.4-r1) 11:48:31 (87/154) Installing libxt (1.3.0-r2) 11:48:31 (88/154) Installing libxmu (1.1.4-r2) 11:48:31 (89/154) Installing xset (1.2.5-r1) 11:48:31 (90/154) Installing xprop (1.2.7-r0) 11:48:31 (91/154) Installing xdg-utils (1.1.3-r4) 11:48:31 (92/154) Installing libogg (1.3.5-r4) 11:48:31 (93/154) Installing flac-libs (1.4.3-r0) 11:48:31 (94/154) Installing alsa-lib (1.2.9-r1) 11:48:31 (95/154) Installing libatomic (12.2.1_git20220924-r10) 11:48:32 (96/154) Installing svt-av1-libs (1.6.0-r0) 11:48:32 (97/154) Installing aom-libs (3.6.1-r0) 11:48:32 (98/154) Installing libva (2.18.0-r1) 11:48:32 (99/154) Installing libvdpau (1.5-r1) 11:48:32 (100/154) Installing onevpl-libs (2023.2.1-r0) 11:48:32 (101/154) Installing ffmpeg-libavutil (6.0.1-r0) 11:48:32 (102/154) Installing libdav1d (1.2.1-r0) 11:48:32 (103/154) Installing libhwy (1.0.4-r1) 11:48:32 (104/154) Installing lcms2 (2.15-r2) 11:48:32 (105/154) Installing libjxl (0.8.2-r0) 11:48:32 (106/154) Installing lame-libs (3.100-r5) 11:48:32 (107/154) Installing opus (1.4-r0) 11:48:32 (108/154) Installing libgomp (12.2.1_git20220924-r10) 11:48:32 (109/154) Installing soxr (0.1.3-r5) 11:48:32 (110/154) Installing ffmpeg-libswresample (6.0.1-r0) 11:48:32 (111/154) Installing libtheora (1.1.1-r17) 11:48:32 (112/154) Installing libvorbis (1.3.7-r1) 11:48:32 (113/154) Installing libvpx (1.13.0-r2) 11:48:32 (114/154) Installing x264-libs (0.164_git20220602-r1) 11:48:32 (115/154) Installing numactl (2.0.16-r4) 11:48:32 (116/154) Installing x265-libs (3.5-r4) 11:48:32 (117/154) Installing xvidcore (1.3.7-r1) 11:48:32 (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) 11:48:32 (119/154) Installing libbluray (1.3.4-r0) 11:48:32 (120/154) Installing mpg123-libs (1.31.3-r1) 11:48:32 (121/154) Installing libopenmpt (0.7.2-r0) 11:48:32 (122/154) Installing cjson (1.7.17-r0) 11:48:32 (123/154) Installing mbedtls (2.28.8-r0) 11:48:32 (124/154) Installing librist (0.2.7-r0) 11:48:32 (125/154) Installing libsrt (1.5.2-r0) 11:48:32 (126/154) Installing libssh (0.10.5-r0) 11:48:32 (127/154) Installing libsodium (1.0.18-r3) 11:48:32 (128/154) Installing libzmq (4.3.4-r4) 11:48:32 (129/154) Installing ffmpeg-libavformat (6.0.1-r0) 11:48:32 (130/154) Installing libevent (2.1.12-r6) 11:48:32 (131/154) Installing wayland-libs-server (1.22.0-r2) 11:48:32 (132/154) Installing mesa-gbm (23.0.4-r0) 11:48:32 (133/154) Installing harfbuzz-subset (7.3.0-r0) 11:48:32 (134/154) Installing icu-libs (73.2-r2) 11:48:32 (135/154) Installing jsoncpp (1.9.5-r0) 11:48:32 (136/154) Installing minizip (1.2.13-r1) 11:48:32 (137/154) Installing nspr (4.35-r2) 11:48:32 (138/154) Installing sqlite-libs (3.41.2-r3) 11:48:32 (139/154) Installing nss (3.94-r0) 11:48:32 (140/154) Installing pipewire-libs (0.3.70-r1) 11:48:32 (141/154) Installing libasyncns (0.8-r1) 11:48:32 (142/154) Installing libltdl (2.4.7-r2) 11:48:32 (143/154) Installing orc (0.4.34-r0) 11:48:32 (144/154) Installing libsndfile (1.2.0-r2) 11:48:32 (145/154) Installing speexdsp (1.2.1-r1) 11:48:32 (146/154) Installing tdb-libs (1.4.8-r1) 11:48:32 (147/154) Installing libpulse (16.1-r10) 11:48:32 (148/154) Installing snappy (1.1.10-r1) 11:48:32 (149/154) Installing libwoff2common (1.0.2-r2) 11:48:32 (150/154) Installing libwoff2enc (1.0.2-r2) 11:48:32 (151/154) Installing libgpg-error (1.47-r1) 11:48:32 (152/154) Installing libgcrypt (1.10.2-r1) 11:48:32 (153/154) Installing libxslt (1.1.38-r0) 11:48:32 (154/154) Installing chromium (119.0.6045.159-r0) 11:48:34 Executing busybox-1.36.1-r5.trigger 11:48:34 Executing fontconfig-2.14.2-r3.trigger 11:48:34 Executing mkfontscale-1.2.2-r3.trigger 11:48:34 Executing glib-2.76.6-r0.trigger 11:48:34 Executing shared-mime-info-2.2-r5.trigger 11:48:34 Executing gdk-pixbuf-2.42.10-r5.trigger 11:48:34 Executing gtk-update-icon-cache-3.24.41-r0.trigger 11:48:34 Executing gtk+3.0-3.24.41-r0.trigger 11:48:34 OK: 579 MiB in 171 packages 11:48:44 Removing intermediate container 57b110d7a6a5 11:48:44 ---> 956f2bfb8b1a 11:48:44 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 11:48:45 ---> Running in ed67b1e94515 11:48:45 Removing intermediate container ed67b1e94515 11:48:45 ---> 5be3816d3ab1 11:48:45 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 11:48:45 ---> Running in 06ac37718309 11:48:45 Removing intermediate container 06ac37718309 11:48:45 ---> fbfd1ae61f2c 11:48:45 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 11:48:45 ---> Running in 5ef5d97bf2ec 11:48:45 Removing intermediate container 5ef5d97bf2ec 11:48:45 ---> cd492db8f4e5 11:48:45 Step 6/11 : RUN npm install -g npm 11:48:45 ---> Running in 6fd77e8b19c1 11:48:53 11:48:53 removed 7 packages, and changed 69 packages in 7s 11:48:53 11:48:53 22 packages are looking for funding 11:48:53 run `npm fund` for details 11:48:53 Removing intermediate container 6fd77e8b19c1 11:48:53 ---> cf281729e2e5 11:48:53 Step 7/11 : ARG USER=1000 11:48:53 ---> Running in 18e4633c7e73 11:48:54 Removing intermediate container 18e4633c7e73 11:48:54 ---> 496e6c5737c8 11:48:54 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 11:48:54 ---> Running in 62598073afdd 11:48:54 Removing intermediate container 62598073afdd 11:48:54 ---> 5a30abbfe8b2 11:48:54 Step 9/11 : USER $USER:$USER 11:48:54 ---> Running in 2ec4fe4b17f1 11:48:54 Removing intermediate container 2ec4fe4b17f1 11:48:54 ---> 9dbd3ed73208 11:48:54 Step 10/11 : WORKDIR /app 11:48:54 ---> Running in 929a6f17aed9 11:48:54 Removing intermediate container 929a6f17aed9 11:48:54 ---> efe1574a14c9 11:48:54 Step 11/11 : LABEL git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 11:48:54 ---> Running in 9c32944f7ae8 11:48:55 Removing intermediate container 9c32944f7ae8 11:48:55 ---> 804a796ee587 11:48:55 Successfully built 804a796ee587 11:48:55 Successfully tagged edgexfoundry/edgex-web-ui:b3c60c71c40e6ec89953c6f219c8b4ed025ded41 11:48:55 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 11:48:55 touch edgex-web-ui.imagebuilt 11:48:55 mkdir -p node_modules coverage 11:48:55 chown "1000:1000" . node_modules coverage package-lock.json 11:48:55 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 11:48:59 npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. 11:49:00 npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 11:49:00 npm warn deprecated har-validator@5.1.5: this library is no longer supported 11:49:01 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead 11:49:01 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead 11:49:02 npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs 11:49:02 npm warn deprecated @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. 11:49:02 npm warn deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. 11:49:02 npm warn deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead 11:49:02 npm warn deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular 11:49:03 npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 11:49:03 npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 11:49:06 npm warn deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. 11:49:10 11:49:10 added 1182 packages, and audited 1183 packages in 15s 11:49:10 11:49:10 100 packages are looking for funding 11:49:10 run `npm fund` for details 11:49:10 11:49:10 26 vulnerabilities (13 moderate, 12 high, 1 critical) 11:49:10 11:49:10 To address issues that do not require attention, run: 11:49:10 npm audit fix 11:49:10 11:49:10 To address all issues (including breaking changes), run: 11:49:10 npm audit fix --force 11:49:10 11:49:10 Run `npm audit` for details. 11:49:17 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox 11:49:18 - Generating browser application bundles (phase: setup)... 11:49:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5861 in /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [Pipeline] { [Pipeline] ws 11:49:19 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 11:49:19 The recommended git tool is: git 11:49:27 using credential edgex-jenkins-ssh 11:49:27 Cloning the remote Git repository 11:49:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:49:28 > git init /w/workspace/edgex-ui-go/1 # timeout=10 11:49:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:49:28 > git --version # timeout=10 11:49:28 > git --version # 'git version 2.25.1' 11:49:28 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:49:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:49:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:49:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:49:35 Merging remotes/origin/main commit a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc into PR head commit b3c60c71c40e6ec89953c6f219c8b4ed025ded41 11:49:36 Merge succeeded, producing b3c60c71c40e6ec89953c6f219c8b4ed025ded41 11:49:36 Checking out Revision b3c60c71c40e6ec89953c6f219c8b4ed025ded41 (PR-771) 11:49:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/771/head:refs/remotes/origin/PR-771 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:49:35 > git config core.sparsecheckout # timeout=10 11:49:35 > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # timeout=10 11:49:36 > git remote # timeout=10 11:49:36 > git config --get remote.origin.url # timeout=10 11:49:36 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:36 > git merge a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc # timeout=10 11:49:36 > git rev-parse HEAD^{commit} # timeout=10 11:49:36 > git config core.sparsecheckout # timeout=10 11:49:36 > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # timeout=10 11:49:40 Commit message: "feat: update go-mod-bootstrap dep" 11:49:40 > git --version # timeout=10 11:49:40 > git --version # 'git version 2.25.1' 11:49:40 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:49:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:49:42 % Total % Received % Xferd Average Speed Time Time Time Current 11:49:42 Dload Upload Total Spent Left Speed 11:49:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 215k 0 --:--:-- --:--:-- --:--:-- 215k [Pipeline] sh 11:49:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:49:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:49:43 + sudo tee /etc/docker/daemon.new 11:49:43 { 11:49:43 "registry-mirrors": [ 11:49:43 "https://nexus3.edgexfoundry.org:10001" 11:49:43 ], 11:49:43 "bip": "10.250.0.254/24", 11:49:43 "hosts": [ 11:49:43 "tcp://0.0.0.0:5555", 11:49:43 "unix:///var/run/docker.sock" 11:49:43 ], 11:49:43 "mtu": 1458, 11:49:43 "selinux-enabled": true, 11:49:43 "seccomp-profile": "/etc/docker/seccomp.json" 11:49:43 } [Pipeline] sh 11:49:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:49:43 + sudo service docker restart 11:49:45 ✔ Browser application bundle generation complete. 11:49:45 18 07 2024 11:49:41.074:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 11:49:45 18 07 2024 11:49:41.076:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 11:49:45 18 07 2024 11:49:41.079:INFO [launcher]: Starting browser ChromeHeadless 11:49:45 18 07 2024 11:49:41.398:INFO [Chrome Headless 119.0.6045.159 (Linux x86_64)]: Connected on socket PvlLpPcSf1Dxnvr6AAAB with id 92084475 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.095 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.1 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.106 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.108 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.112 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.133 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.153 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.164 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.169 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.172 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.196 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.2 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.224 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.232 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.236 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.256 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.259 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.277 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.291 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.298 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.303 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.309 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.361 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.367 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.373 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.378 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.405 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.414 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.421 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.429 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.434 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.503 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.519 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.53 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.541 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.547 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.553 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.573 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.585 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.597 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.604 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.61 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.619 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.624 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.629 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.638 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.642 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.643 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.647 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.654 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.66 secs) 11:49:45 ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): 11:49:45 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. 11:49:45 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.66 secs) 11:49:45 ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): 11:49:45 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. 11:49:45 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.663 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.665 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.666 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.691 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.702 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.714 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.718 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.72 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.721 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.742 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.745 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.758 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.764 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.767 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.771 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.793 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.805 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.82 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.824 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.829 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.832 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.845 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.852 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.862 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.864 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.866 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.87 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.871 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.885 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 0.888 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 0.895 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 0.898 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.916 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.977 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 0.98 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 0.981 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 0.992 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 0.997 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 1.001 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 1.006 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 1.009 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 1.01 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 1.033 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 1.038 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 1.052 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 1.054 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.055 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.056 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.074 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.091 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.116 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.13 secs) 11:49:45 WARN: ' 11:49:45 It looks like you're using ngModel on the same form field as formControlName. 11:49:45 Support for using the ngModel input property and ngModelChange event with 11:49:45 reactive form directives has been deprecated in Angular v6 and will be removed 11:49:45 in a future version of Angular. 11:49:45 11:49:45 For more information on this, see our API docs here: 11:49:45 https://angular.io/api/forms/FormControlName#use-with-ngmodel 11:49:45 ' 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.13 secs) 11:49:45 WARN: ' 11:49:45 It looks like you're using ngModel on the same form field as formControlName. 11:49:45 Support for using the ngModel input property and ngModelChange event with 11:49:45 reactive form directives has been deprecated in Angular v6 and will be removed 11:49:45 in a future version of Angular. 11:49:45 11:49:45 For more information on this, see our API docs here: 11:49:45 https://angular.io/api/forms/FormControlName#use-with-ngmodel 11:49:45 ' 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.149 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.161 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.165 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.182 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.187 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.189 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.19 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.192 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.196 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.198 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.2 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.202 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.204 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.214 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.228 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.23 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.231 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.241 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.243 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.245 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.269 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.27 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.27 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.279 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.282 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.284 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.286 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.302 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.306 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.307 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.322 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.335 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.339 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.342 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.347 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.366 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.373 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.375 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.376 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.381 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.402 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.406 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.416 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.428 secs) 11:49:45 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0.498 secs / 1.428 secs) 11:49:45 TOTAL: 147 SUCCESS 11:49:45 ✔ Browser application bundle generation complete. 11:49:45 11:49:45 =============================== Coverage summary =============================== 11:49:45 Statements : 39.07% ( 1375/3519 ) 11:49:45 Branches : 15.3% ( 94/614 ) 11:49:45 Functions : 32.22% ( 425/1319 ) 11:49:45 Lines : 39% ( 1344/3446 ) 11:49:45 ================================================================================ 11:49:45 ✔ Browser application bundle generation complete. 11:49:47 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-771/web' [Pipeline] echo 11:49:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 11:49:47 $ docker stop --time=1 b19ff4fe4d38783a05296408fcd24c60ac46c0a6e370c6321ba7a8da850542c7 11:49:49 $ docker rm -f --volumes b19ff4fe4d38783a05296408fcd24c60ac46c0a6e370c6321ba7a8da850542c7 [Pipeline] // withDockerContainer [Pipeline] sh 11:49:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:49:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:49:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:49:50 + ls -al . 11:49:50 total 264 11:49:50 drwxrwxr-x 13 jenkins jenkins 4096 Jul 18 11:48 . 11:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:45 .. 11:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:45 .blubracket 11:49:50 -rw-rw-r-- 1 jenkins jenkins 18 Jul 18 11:45 .dockerignore 11:49:50 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:46 .git 11:49:50 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:45 .github 11:49:50 -rw-rw-r-- 1 jenkins jenkins 178 Jul 18 11:45 .gitignore 11:49:50 drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 11:46 .semver 11:49:50 -rw-rw-r-- 1 jenkins jenkins 9736 Jul 18 11:45 Attribution.txt 11:49:50 -rw-rw-r-- 1 jenkins jenkins 21430 Jul 18 11:45 CHANGELOG.md 11:49:50 -rw-rw-r-- 1 jenkins jenkins 3959 Jul 18 11:45 CONTRIBUTING.md 11:49:50 -rw-rw-r-- 1 jenkins jenkins 1940 Jul 18 11:45 Dockerfile 11:49:50 -rw-rw-r-- 1 jenkins jenkins 652 Jul 18 11:45 Jenkinsfile 11:49:50 -rw-rw-r-- 1 jenkins jenkins 11357 Jul 18 11:45 LICENSE 11:49:50 -rw-rw-r-- 1 jenkins jenkins 2189 Jul 18 11:45 Makefile 11:49:50 -rw-rw-r-- 1 jenkins jenkins 4381 Jul 18 11:45 README.md 11:49:50 -rw-rw-r-- 1 jenkins jenkins 5 Jul 18 11:46 VERSION 11:49:50 -rw-rw-r-- 1 jenkins jenkins 4832 Jul 18 11:45 angularmigrationlogs.md 11:49:50 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:45 assets 11:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:45 bin 11:49:50 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:45 cmd 11:49:50 -rw-r--r-- 1 jenkins jenkins 10 Jul 18 11:48 coverage.out 11:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:45 docs 11:49:50 -rw-rw-r-- 1 jenkins jenkins 6918 Jul 18 11:45 go.mod 11:49:50 -rw-rw-r-- 1 jenkins jenkins 100713 Jul 18 11:45 go.sum 11:49:50 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:45 internal 11:49:50 -rwxrwxr-x 1 jenkins jenkins 568 Jul 18 11:45 redeploy.sh 11:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:45 testing 11:49:50 -rw-rw-r-- 1 jenkins jenkins 155 Jul 18 11:45 version.go 11:49:50 drwxrwxr-x 7 jenkins jenkins 4096 Jul 18 11:49 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:51 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 --label arch=amd64 --label version=0.0.0 . 11:49:52 Sending build context to Docker daemon 346.6MB 11:49:52 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 11:49:52 Step 2/27 : FROM ${BASE} AS builder 11:49:52 ---> 3661e40e0c58 11:49:52 Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:49:56 ---> Running in c257a2735d71 11:49:56 Removing intermediate container c257a2735d71 11:49:56 ---> fcf18aa74949 11:49:56 Step 4/27 : ARG ALPINE_PKG_BASE="make git" 11:49:56 ---> Running in 6d95846b06a3 11:49:56 Removing intermediate container 6d95846b06a3 11:49:56 ---> 64e5c273a16d 11:49:56 Step 5/27 : ARG ALPINE_PKG_EXTRA="" 11:49:56 ---> Running in 9f5cabd0f4b7 11:49:56 Removing intermediate container 9f5cabd0f4b7 11:49:56 ---> a96a37a17d94 11:49:56 Step 6/27 : LABEL Name=edgex-ui-go 11:49:56 ---> Running in 25d8365d4bc2 11:49:56 Removing intermediate container 25d8365d4bc2 11:49:56 ---> b12e2cf84810 11:49:56 Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 11:49:56 ---> Running in bc0ee55cc36b 11:49:56 Removing intermediate container bc0ee55cc36b 11:49:56 ---> c51d55086ccd 11:49:56 Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:49:57 ---> 68d0d0382da0 11:49:57 Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:49:57 ---> Running in bfced45874b9 11:49:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:49:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:49:57 OK: 264 MiB in 52 packages 11:49:57 Removing intermediate container bfced45874b9 11:49:57 ---> 0daa52a3f8ac 11:49:57 Step 10/27 : ENV GO111MODULE=on 11:49:57 ---> Running in d8f3743eb6a6 11:49:58 Removing intermediate container d8f3743eb6a6 11:49:58 ---> 4ea93b931462 11:49:58 Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:49:58 ---> Running in a5b4f06f8751 11:49:58 Removing intermediate container a5b4f06f8751 11:49:58 ---> 9cf62ba738ab 11:49:58 Step 12/27 : COPY go.mod vendor* ./ 11:49:58 ---> 8da521dd250c 11:49:58 Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:49:58 ---> Running in f6c1c966c819 11:49:59 Removing intermediate container f6c1c966c819 11:49:59 ---> 7bfd84f0c874 11:49:59 Step 14/27 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:50:02 provisioning config files... 11:50:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config16482849430683443480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:50:02 ---> ****-login.sh 11:50:02 nexus3.edgexfoundry.org:10001 11:50:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:50:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:50:03 Configure a credential helper to remove this warning. See 11:50:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:50:03 11:50:03 Login Succeeded 11:50:03 nexus3.edgexfoundry.org:10002 11:50:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:50:04 Configure a credential helper to remove this warning. See 11:50:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:50:04 11:50:04 Login Succeeded 11:50:04 nexus3.edgexfoundry.org:10003 11:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:50:04 Configure a credential helper to remove this warning. See 11:50:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:50:04 11:50:04 Login Succeeded 11:50:04 nexus3.edgexfoundry.org:10004 11:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:50:04 Configure a credential helper to remove this warning. See 11:50:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:50:04 11:50:04 Login Succeeded 11:50:04 ****.io 11:50:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:50:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:50:05 Configure a credential helper to remove this warning. See 11:50:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:50:05 11:50:05 Login Succeeded 11:50:05 ---> ****-login.sh ends [Pipeline] } 11:50:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:50:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:50:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:50:06 ========================================================= 11:50:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 11:50:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:06 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 11:50:08 Sending build context to Docker daemon 35.45MB 11:50:08 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 11:50:08 Step 2/15 : FROM ${BASE} AS builder 11:50:08 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:50:08 c6b39de5b339: Pulling fs layer 11:50:08 a69c41024577: Pulling fs layer 11:50:08 d6de4b400683: Pulling fs layer 11:50:08 35cb2a7552d0: Pulling fs layer 11:50:08 4f4fb700ef54: Pulling fs layer 11:50:08 464afbd9ba4c: Pulling fs layer 11:50:08 00f215d4a9da: Pulling fs layer 11:50:08 d496ad576159: Pulling fs layer 11:50:08 35cb2a7552d0: Waiting 11:50:08 464afbd9ba4c: Waiting 11:50:08 4f4fb700ef54: Waiting 11:50:08 00f215d4a9da: Waiting 11:50:08 d496ad576159: Waiting 11:50:08 c6b39de5b339: Download complete 11:50:08 a69c41024577: Verifying Checksum 11:50:08 a69c41024577: Download complete 11:50:08 35cb2a7552d0: Verifying Checksum 11:50:08 35cb2a7552d0: Download complete 11:50:08 ---> 5f1c48289a86 11:50:08 Step 15/27 : RUN ${MAKE} 11:50:08 4f4fb700ef54: Download complete 11:50:08 464afbd9ba4c: Verifying Checksum 11:50:08 464afbd9ba4c: Download complete 11:50:08 ---> Running in bf370544cb26 11:50:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 11:50:09 d496ad576159: Verifying Checksum 11:50:09 d496ad576159: Download complete 11:50:09 c6b39de5b339: Pull complete 11:50:10 a69c41024577: Pull complete 11:50:10 d6de4b400683: Verifying Checksum 11:50:10 d6de4b400683: Download complete 11:50:11 00f215d4a9da: Verifying Checksum 11:50:11 00f215d4a9da: Download complete 11:50:24 d6de4b400683: Pull complete 11:50:24 35cb2a7552d0: Pull complete 11:50:24 4f4fb700ef54: Pull complete 11:50:24 464afbd9ba4c: Pull complete 11:50:34 00f215d4a9da: Pull complete 11:50:35 d496ad576159: Pull complete 11:50:35 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 11:50:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 11:50:35 ---> f246e2811388 11:50:35 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:50:37 ---> Running in d32627e8e696 11:50:37 Removing intermediate container d32627e8e696 11:50:37 ---> e09047f44cff 11:50:37 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 11:50:37 ---> Running in 436f1eb51c5e 11:50:38 Removing intermediate container 436f1eb51c5e 11:50:38 ---> 0fc3836254d8 11:50:38 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 11:50:38 ---> Running in 61d003d9c5ba 11:50:38 Removing intermediate container 61d003d9c5ba 11:50:38 ---> 87ec6d749417 11:50:38 Step 6/15 : LABEL Name=edgex-ui-go 11:50:38 ---> Running in 07d96c41bb8b 11:50:38 Removing intermediate container 07d96c41bb8b 11:50:38 ---> 8af23432166a 11:50:38 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 11:50:38 ---> Running in 9d5fd56ccb12 11:50:39 Removing intermediate container 9d5fd56ccb12 11:50:39 ---> 3f4944ff8419 11:50:39 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:50:39 latest: Pulling from library/docker 11:50:39 a258b2a6b59a: Pulling fs layer 11:50:39 b2f8dab30f22: Pulling fs layer 11:50:39 4f4fb700ef54: Pulling fs layer 11:50:39 c54bf39759f3: Pulling fs layer 11:50:39 b33c4c475f56: Pulling fs layer 11:50:39 c54bf39759f3: Waiting 11:50:39 dcd74540bb82: Pulling fs layer 11:50:39 b33c4c475f56: Waiting 11:50:39 cb008b6dcb7e: Pulling fs layer 11:50:39 dcd74540bb82: Waiting 11:50:39 cb008b6dcb7e: Waiting 11:50:39 3a19f9b55aa8: Pulling fs layer 11:50:39 3a19f9b55aa8: Waiting 11:50:39 08ee64edbedc: Pulling fs layer 11:50:39 08ee64edbedc: Waiting 11:50:39 d76b6f185bd4: Pulling fs layer 11:50:39 2ef7abb6af9f: Pulling fs layer 11:50:39 d76b6f185bd4: Waiting 11:50:39 2ef7abb6af9f: Waiting 11:50:39 d907f720b340: Pulling fs layer 11:50:39 7b7169de9eef: Pulling fs layer 11:50:39 d907f720b340: Waiting 11:50:39 811c4d511042: Pulling fs layer 11:50:39 61f326718cbf: Pulling fs layer 11:50:39 9ad1e5ac6449: Pulling fs layer 11:50:39 7b7169de9eef: Waiting 11:50:39 811c4d511042: Waiting 11:50:39 61f326718cbf: Waiting 11:50:40 4f4fb700ef54: Verifying Checksum 11:50:40 4f4fb700ef54: Download complete 11:50:40 c54bf39759f3: Verifying Checksum 11:50:40 c54bf39759f3: Download complete 11:50:40 a258b2a6b59a: Verifying Checksum 11:50:40 a258b2a6b59a: Download complete 11:50:40 b2f8dab30f22: Verifying Checksum 11:50:40 b2f8dab30f22: Download complete 11:50:40 Removing intermediate container bf370544cb26 11:50:40 ---> fb39bb4ca644 11:50:40 Step 16/27 : FROM alpine:3.18 11:50:40 3.18: Pulling from library/alpine 11:50:40 73baa7ef167e: Pulling fs layer 11:50:40 73baa7ef167e: Download complete 11:50:40 73baa7ef167e: Pull complete 11:50:40 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 11:50:40 Status: Downloaded newer image for alpine:3.18 11:50:40 ---> 8fd7cac70a4a 11:50:40 Step 17/27 : RUN apk --no-cache upgrade 11:50:40 ---> Running in a30b0e5da0c5 11:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:50:41 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 11:50:41 dcd74540bb82: Verifying Checksum 11:50:41 dcd74540bb82: Download complete 11:50:41 b33c4c475f56: Verifying Checksum 11:50:41 b33c4c475f56: Download complete 11:50:41 a258b2a6b59a: Pull complete 11:50:41 cb008b6dcb7e: Download complete 11:50:41 3a19f9b55aa8: Verifying Checksum 11:50:41 3a19f9b55aa8: Download complete 11:50:41 08ee64edbedc: Download complete 11:50:41 d76b6f185bd4: Verifying Checksum 11:50:41 d76b6f185bd4: Download complete 11:50:41 d907f720b340: Verifying Checksum 11:50:41 d907f720b340: Download complete 11:50:41 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 11:50:41 OK: 7 MiB in 15 packages 11:50:41 7b7169de9eef: Download complete 11:50:41 61f326718cbf: Verifying Checksum 11:50:41 61f326718cbf: Download complete 11:50:41 2ef7abb6af9f: Verifying Checksum 11:50:41 2ef7abb6af9f: Download complete 11:50:41 9ad1e5ac6449: Verifying Checksum 11:50:41 9ad1e5ac6449: Download complete 11:50:42 b2f8dab30f22: Pull complete 11:50:42 4f4fb700ef54: Pull complete 11:50:42 Removing intermediate container a30b0e5da0c5 11:50:42 ---> 2e756c3da477 11:50:42 Step 18/27 : RUN apk add --update --no-cache dumb-init 11:50:43 ---> Running in bc5d8617d716 11:50:43 c54bf39759f3: Pull complete 11:50:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:50:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:50:43 811c4d511042: Verifying Checksum 11:50:43 811c4d511042: Download complete 11:50:43 (1/1) Installing dumb-init (1.2.5-r2) 11:50:43 Executing busybox-1.36.1-r7.trigger 11:50:43 OK: 7 MiB in 16 packages 11:50:43 Removing intermediate container bc5d8617d716 11:50:43 ---> d1a8f03c1867 11:50:43 Step 19/27 : EXPOSE 4000 11:50:43 ---> Running in b05e6f38acc3 11:50:43 Removing intermediate container b05e6f38acc3 11:50:43 ---> e7a9cddb89ba 11:50:43 Step 20/27 : 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 11:50:44 b33c4c475f56: Pull complete 11:50:45 dcd74540bb82: Pull complete 11:50:45 ---> e57d2aa2cf48 11:50:45 Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 11:50:45 ---> 72d0b6511724 11:50:45 Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 11:50:45 ---> fa3033ed6003 11:50:45 Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:50:46 ---> Running in 9a0892ce95d9 11:50:46 Removing intermediate container 9a0892ce95d9 11:50:46 ---> 579c2ff57b02 11:50:46 Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 11:50:46 ---> Running in 70bd3bbec571 11:50:46 Removing intermediate container 70bd3bbec571 11:50:46 ---> 888a3692ea8e 11:50:46 Step 25/27 : LABEL arch=amd64 11:50:46 ---> Running in 17460132f08f 11:50:46 Removing intermediate container 17460132f08f 11:50:46 ---> 1c1737707dc1 11:50:46 Step 26/27 : LABEL git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 11:50:46 ---> Running in c2e34ac79b41 11:50:46 Removing intermediate container c2e34ac79b41 11:50:46 ---> 520e36617e84 11:50:46 Step 27/27 : LABEL version=0.0.0 11:50:46 ---> Running in e8b8bfaf04b3 11:50:46 Removing intermediate container e8b8bfaf04b3 11:50:46 ---> 0441c52e8572 11:50:46 [Warning] One or more build-args [ARCH] were not consumed 11:50:46 Successfully built 0441c52e8572 11:50:46 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 11:50:47 cb008b6dcb7e: Pull complete Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 11:50:47 3a19f9b55aa8: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 11:50:47 08ee64edbedc: Pull complete [Pipeline] sh 11:50:47 d76b6f185bd4: Pull complete 11:50:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:50:47 11:50:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:50:48 latest: Pulling from edgex-lftools-log-publisher 11:50:48 5eb5b503b376: Pulling fs layer 11:50:48 5c69ac0246d0: Pulling fs layer 11:50:48 ec43610c2a17: Pulling fs layer 11:50:48 3a2ae6a8a46f: Pulling fs layer 11:50:48 33b1e0a273af: Pulling fs layer 11:50:48 5d3b04190fa2: Pulling fs layer 11:50:48 2f39f015ded8: Pulling fs layer 11:50:48 3a2ae6a8a46f: Waiting 11:50:48 5d3b04190fa2: Waiting 11:50:48 2f39f015ded8: Waiting 11:50:48 33b1e0a273af: Waiting 11:50:48 5c69ac0246d0: Download complete 11:50:48 3a2ae6a8a46f: Verifying Checksum 11:50:48 3a2ae6a8a46f: Download complete 11:50:48 33b1e0a273af: Verifying Checksum 11:50:48 33b1e0a273af: Download complete 11:50:48 ec43610c2a17: Verifying Checksum 11:50:48 ec43610c2a17: Download complete 11:50:48 5d3b04190fa2: Verifying Checksum 11:50:48 5d3b04190fa2: Download complete 11:50:48 5eb5b503b376: Verifying Checksum 11:50:48 5eb5b503b376: Download complete 11:50:49 2f39f015ded8: Download complete 11:50:49 2ef7abb6af9f: Pull complete 11:50:49 d907f720b340: Pull complete 11:50:49 5eb5b503b376: Pull complete 11:50:49 5c69ac0246d0: Pull complete 11:50:49 7b7169de9eef: Pull complete 11:50:50 ec43610c2a17: Pull complete 11:50:50 3a2ae6a8a46f: Pull complete 11:50:50 33b1e0a273af: Pull complete 11:50:50 5d3b04190fa2: Pull complete 11:50:54 811c4d511042: Pull complete 11:50:54 61f326718cbf: Pull complete 11:50:54 9ad1e5ac6449: Pull complete 11:50:54 Digest: sha256:766677799446842639ffa7b88249dc69406bcf5b6c5d9f31d45557654f44b6b1 11:50:54 Status: Downloaded newer image for docker:latest 11:50:54 2f39f015ded8: Pull complete 11:50:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:50:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:50:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:50:55 prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container 11:50:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:50:56 ---> 3f77f2d7ae42 11:50:56 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:50:56 ---> Running in ba1027d34de9 11:50:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 11:50:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 11:50:59 OK: 266 MiB in 52 packages 11:51:00 Removing intermediate container ba1027d34de9 11:51:00 ---> 5770f46a6f9b 11:51:00 Step 10/15 : ENV GO111MODULE=on 11:51:00 ---> Running in 039d73c8c68c 11:51:00 $ docker top ab2c897a402ac8b9b50942946b3d373889d05996d59e3d5fd482656488f06f39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:51:00 Removing intermediate container 039d73c8c68c 11:51:00 ---> 4dd2f13e6565 11:51:00 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:51:00 ---> Running in 802e7e4a33b5 11:51:01 ---> job-cost.sh 11:51:01 lf-activate-venv: SKIPPING 11:51:01 INFO: No Stack... 11:51:01 Removing intermediate container 802e7e4a33b5 11:51:01 ---> c8baedc3e43c 11:51:01 Step 12/15 : COPY go.mod vendor* ./ 11:51:01 INFO: Retrieving Pricing Info for: v3-standard-8 11:51:01 INFO: Archiving Costs [Pipeline] sh 11:51:01 ---> 1ac13203d7c8 11:51:01 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:51:01 ---> Running in 77ff4732e662 11:51:01 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives/cost.csv 11:51:01 + cut -d, -f6 [Pipeline] lock 11:51:01 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] 11:51:02 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] did not exist. Created. 11:51:02 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:51:02 + echo total: 0.2199999988079071 [Pipeline] stash 11:51:02 Stashed 1 file(s) [Pipeline] } 11:51:02 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:51:02 $ docker stop --time=1 ab2c897a402ac8b9b50942946b3d373889d05996d59e3d5fd482656488f06f39 11:51:04 $ docker rm -f --volumes ab2c897a402ac8b9b50942946b3d373889d05996d59e3d5fd482656488f06f39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:52:53 Removing intermediate container 77ff4732e662 11:52:53 ---> 4cc1a7ab751d 11:52:53 Step 14/15 : COPY . . 11:52:57 ---> c716a0ef8fe1 11:52:57 Step 15/15 : RUN ${MAKE} 11:52:57 ---> Running in 96e1836be1f8 11:52:58 noop 11:52:59 Removing intermediate container 96e1836be1f8 11:52:59 ---> e881d1aa9f6e 11:52:59 Successfully built e881d1aa9f6e 11:52:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:59 + docker inspect -f . ci-base-image-arm64 11:52:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:00 prd-ubuntu20.04-docker-arm64-4c-16g-5861 does not seem to be running inside a container 11:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:53:01 $ docker top 28c4623fa3462a2a5ed32a0110446a0b0d27ad12cbaa0a07c182456a06fc87b9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:53:02 + go version 11:53:02 go version go1.21.9 linux/arm64 [Pipeline] } 11:53:02 $ docker stop --time=1 28c4623fa3462a2a5ed32a0110446a0b0d27ad12cbaa0a07c182456a06fc87b9 11:53:04 $ docker rm -f --volumes 28c4623fa3462a2a5ed32a0110446a0b0d27ad12cbaa0a07c182456a06fc87b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:05 + docker inspect -f . ci-base-image-arm64 11:53:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:05 prd-ubuntu20.04-docker-arm64-4c-16g-5861 does not seem to be running inside a container 11:53:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:53:07 $ docker top 4df55d3cd686b7b3a0ee933e25feb88aaebd355183857d752bcf6634524b78c4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:53:07 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 11:53:08 + make test 11:53:08 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 11:53:15 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:56:37 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 11:56:38 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 11:57:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:57:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:57:24 ./bin/test-attribution-txt.sh 11:57:24 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 11:57:24 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 11:57:24 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 11:57:24 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 11:57:24 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 11:57:24 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 11:57:24 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 11:57:24 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 11:57:25 An attribution for golang.org/x/term is missing from Attribution.txt, please add 11:57:25 An attribution for google.golang.org/appengine is missing from Attribution.txt, please add 11:57:25 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 11:57:25 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 11:57:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 11:57:25 $ docker stop --time=1 4df55d3cd686b7b3a0ee933e25feb88aaebd355183857d752bcf6634524b78c4 11:57:27 $ docker rm -f --volumes 4df55d3cd686b7b3a0ee933e25feb88aaebd355183857d752bcf6634524b78c4 [Pipeline] // withDockerContainer [Pipeline] sh 11:57:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:57:28 Warning: overwriting stash ‘coverage-report’ 11:57:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:57:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:57:30 + ls -al . 11:57:30 total 260 11:57:30 drwxrwxr-x 12 jenkins jenkins 4096 Jul 18 11:53 . 11:57:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:49 .. 11:57:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:49 .blubracket 11:57:30 -rw-rw-r-- 1 jenkins jenkins 18 Jul 18 11:49 .dockerignore 11:57:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:49 .git 11:57:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:49 .github 11:57:30 -rw-rw-r-- 1 jenkins jenkins 178 Jul 18 11:49 .gitignore 11:57:30 -rw-rw-r-- 1 jenkins jenkins 9736 Jul 18 11:49 Attribution.txt 11:57:30 -rw-rw-r-- 1 jenkins jenkins 21430 Jul 18 11:49 CHANGELOG.md 11:57:30 -rw-rw-r-- 1 jenkins jenkins 3959 Jul 18 11:49 CONTRIBUTING.md 11:57:30 -rw-rw-r-- 1 jenkins jenkins 1940 Jul 18 11:49 Dockerfile 11:57:30 -rw-rw-r-- 1 jenkins jenkins 652 Jul 18 11:49 Jenkinsfile 11:57:30 -rw-rw-r-- 1 jenkins jenkins 11357 Jul 18 11:49 LICENSE 11:57:30 -rw-rw-r-- 1 jenkins jenkins 2189 Jul 18 11:49 Makefile 11:57:30 -rw-rw-r-- 1 jenkins jenkins 4381 Jul 18 11:49 README.md 11:57:30 -rw-rw-r-- 1 jenkins jenkins 5 Jul 18 11:46 VERSION 11:57:30 -rw-rw-r-- 1 jenkins jenkins 4832 Jul 18 11:49 angularmigrationlogs.md 11:57:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:49 assets 11:57:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:49 bin 11:57:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:49 cmd 11:57:30 -rw-r--r-- 1 jenkins jenkins 10 Jul 18 11:53 coverage.out 11:57:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:49 docs 11:57:30 -rw-rw-r-- 1 jenkins jenkins 6918 Jul 18 11:49 go.mod 11:57:30 -rw-rw-r-- 1 jenkins jenkins 100713 Jul 18 11:49 go.sum 11:57:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:49 internal 11:57:30 -rwxrwxr-x 1 jenkins jenkins 568 Jul 18 11:49 redeploy.sh 11:57:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:49 testing 11:57:30 -rw-rw-r-- 1 jenkins jenkins 155 Jul 18 11:49 version.go 11:57:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:49 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:57:31 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 --label arch=arm64 --label version=0.0.0 . 11:57:32 Sending build context to Docker daemon 35.45MB 11:57:32 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 11:57:32 Step 2/27 : FROM ${BASE} AS builder 11:57:32 ---> e881d1aa9f6e 11:57:32 Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:57:32 ---> Running in d3ce0dfa7c6e 11:57:33 Removing intermediate container d3ce0dfa7c6e 11:57:33 ---> 119689413c34 11:57:33 Step 4/27 : ARG ALPINE_PKG_BASE="make git" 11:57:33 ---> Running in 4cfb31ab461f 11:57:33 Removing intermediate container 4cfb31ab461f 11:57:33 ---> 9b934493f733 11:57:33 Step 5/27 : ARG ALPINE_PKG_EXTRA="" 11:57:33 ---> Running in 982e2dc18ad8 11:57:33 Removing intermediate container 982e2dc18ad8 11:57:33 ---> 9fad832c87b2 11:57:33 Step 6/27 : LABEL Name=edgex-ui-go 11:57:33 ---> Running in ca0de322a964 11:57:34 Removing intermediate container ca0de322a964 11:57:34 ---> d04b40673d43 11:57:34 Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 11:57:34 ---> Running in 007325c55744 11:57:34 Removing intermediate container 007325c55744 11:57:34 ---> c6a7bfb9119a 11:57:34 Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:57:36 ---> 3a9b799b82aa 11:57:36 Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:57:36 ---> Running in 15fe6cafd421 11:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 11:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 11:57:39 OK: 266 MiB in 52 packages 11:57:40 Removing intermediate container 15fe6cafd421 11:57:40 ---> d44181b52d4d 11:57:40 Step 10/27 : ENV GO111MODULE=on 11:57:40 ---> Running in 85e927174f51 11:57:40 Removing intermediate container 85e927174f51 11:57:40 ---> 0e8360ca1de4 11:57:40 Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:57:40 ---> Running in 6815758b4723 11:57:40 Removing intermediate container 6815758b4723 11:57:40 ---> de4078aa6f1f 11:57:40 Step 12/27 : COPY go.mod vendor* ./ 11:57:41 ---> b6f5e5aae476 11:57:41 Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:57:41 ---> Running in 8f7da7d16db8 11:57:44 Removing intermediate container 8f7da7d16db8 11:57:44 ---> 07d7e8e737a3 11:57:44 Step 14/27 : COPY . . 11:57:48 ---> dc7c8ff9a6b5 11:57:48 Step 15/27 : RUN ${MAKE} 11:57:48 ---> Running in 8f5bceaa857c 11:57:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:01:40 Removing intermediate container 8f5bceaa857c 12:01:40 ---> e9458203a30e 12:01:40 Step 16/27 : FROM alpine:3.18 12:01:40 3.18: Pulling from library/alpine 12:01:40 5c905c7ebe2f: Pulling fs layer 12:01:40 5c905c7ebe2f: Verifying Checksum 12:01:40 5c905c7ebe2f: Download complete 12:01:40 5c905c7ebe2f: Pull complete 12:01:40 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 12:01:40 Status: Downloaded newer image for alpine:3.18 12:01:40 ---> dec292d02e07 12:01:40 Step 17/27 : RUN apk --no-cache upgrade 12:01:40 ---> Running in eaf2ca42374e 12:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:01:40 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 12:01:40 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 12:01:40 OK: 8 MiB in 15 packages 12:01:40 Removing intermediate container eaf2ca42374e 12:01:40 ---> efbbcfe8c210 12:01:40 Step 18/27 : RUN apk add --update --no-cache dumb-init 12:01:40 ---> Running in 9edd0d5420b2 12:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:01:40 (1/1) Installing dumb-init (1.2.5-r2) 12:01:40 Executing busybox-1.36.1-r7.trigger 12:01:40 OK: 8 MiB in 16 packages 12:01:40 Removing intermediate container 9edd0d5420b2 12:01:40 ---> 5989bedf18d0 12:01:40 Step 19/27 : EXPOSE 4000 12:01:40 ---> Running in c896ae6a7132 12:01:40 Removing intermediate container c896ae6a7132 12:01:40 ---> 49194ccb6374 12:01:40 Step 20/27 : 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 12:01:40 ---> 7fd2131c1fe5 12:01:40 Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 12:01:41 ---> 806dc3c2b63e 12:01:41 Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 12:01:42 ---> 7541dd65d412 12:01:42 Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:01:42 ---> Running in f0da57edff0c 12:01:42 Removing intermediate container f0da57edff0c 12:01:42 ---> 9edcaf0d5829 12:01:42 Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 12:01:42 ---> Running in 060bb7afa216 12:01:42 Removing intermediate container 060bb7afa216 12:01:42 ---> 7559b40e3e29 12:01:42 Step 25/27 : LABEL arch=arm64 12:01:43 ---> Running in 3e43fa1b6b2d 12:01:43 Removing intermediate container 3e43fa1b6b2d 12:01:43 ---> 781aca45d0ab 12:01:43 Step 26/27 : LABEL git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 12:01:43 ---> Running in 5c484d93a745 12:01:43 Removing intermediate container 5c484d93a745 12:01:43 ---> fea92f432ad0 12:01:43 Step 27/27 : LABEL version=0.0.0 12:01:43 ---> Running in a740d6c4dc36 12:01:44 Removing intermediate container a740d6c4dc36 12:01:44 ---> 5edae42a0e15 12:01:44 [Warning] One or more build-args [ARCH] were not consumed 12:01:44 Successfully built 5edae42a0e15 12:01:44 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:01:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:01:45 12:01:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:01:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:01:46 arm64: Pulling from edgex-lftools-log-publisher 12:01:46 8998bd30e6a1: Pulling fs layer 12:01:46 04944245beec: Pulling fs layer 12:01:46 699f458cf7ca: Pulling fs layer 12:01:46 765212b225bb: Pulling fs layer 12:01:46 f23df028b6ca: Pulling fs layer 12:01:46 d65c8cfc05b1: Pulling fs layer 12:01:46 2437ff75d9bd: Pulling fs layer 12:01:46 f23df028b6ca: Waiting 12:01:46 d65c8cfc05b1: Waiting 12:01:46 2437ff75d9bd: Waiting 12:01:46 765212b225bb: Waiting 12:01:46 04944245beec: Verifying Checksum 12:01:46 04944245beec: Download complete 12:01:46 765212b225bb: Verifying Checksum 12:01:46 765212b225bb: Download complete 12:01:46 f23df028b6ca: Verifying Checksum 12:01:46 f23df028b6ca: Download complete 12:01:46 d65c8cfc05b1: Verifying Checksum 12:01:46 d65c8cfc05b1: Download complete 12:01:46 699f458cf7ca: Verifying Checksum 12:01:46 699f458cf7ca: Download complete 12:01:46 8998bd30e6a1: Verifying Checksum 12:01:46 8998bd30e6a1: Download complete 12:01:49 2437ff75d9bd: Verifying Checksum 12:01:49 2437ff75d9bd: Download complete 12:01:52 8998bd30e6a1: Pull complete 12:01:52 04944245beec: Pull complete 12:01:53 699f458cf7ca: Pull complete 12:01:54 765212b225bb: Pull complete 12:01:55 f23df028b6ca: Pull complete 12:01:55 d65c8cfc05b1: Pull complete 12:02:13 2437ff75d9bd: Pull complete 12:02:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:02:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:02:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:02:13 prd-ubuntu20.04-docker-arm64-4c-16g-5861 does not seem to be running inside a container 12:02:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:02:16 $ docker top 4d2e4f65811c5de168422dd153499cb2a2f693e77105ccdfddec1495fdb8ba5d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:02:17 ---> job-cost.sh 12:02:17 lf-activate-venv: SKIPPING 12:02:17 INFO: No Stack... 12:02:18 INFO: Retrieving Pricing Info for: v3-standard-4 12:02:19 INFO: Archiving Costs [Pipeline] sh 12:02:19 + cut -d, -f6 12:02:19 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 12:02:19 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] 12:02:19 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] did not exist. Created. 12:02:19 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:02:20 /w/workspace/edgex-ui-go/1@tmp/durable-d9262de3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:02:21 + echo total: 0.10999999940395355 [Pipeline] stash 12:02:21 Warning: overwriting stash ‘stack-cost’ 12:02:21 Stashed 1 file(s) [Pipeline] } 12:02:21 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:02:21 $ docker stop --time=1 4d2e4f65811c5de168422dd153499cb2a2f693e77105ccdfddec1495fdb8ba5d 12:02:23 $ docker rm -f --volumes 4d2e4f65811c5de168422dd153499cb2a2f693e77105ccdfddec1495fdb8ba5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 12:02:24 provisioning config files... 12:02:24 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config10136481632498870519tmp [Pipeline] { [Pipeline] sh 12:02:24 + set +x 12:02:24 + curl -s https://codecov.io/bash 12:02:24 + bash -s -- 12:02:25 12:02:25 _____ _ 12:02:25 / ____| | | 12:02:25 | | ___ __| | ___ ___ _____ __ 12:02:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:02:25 | |___| (_) | (_| | __/ (_| (_) \ V / 12:02:25 \_____\___/ \__,_|\___|\___\___/ \_/ 12:02:25 Bash-1.0.6 12:02:25 12:02:25 12:02:25 ==> git version 2.25.1 found 12:02:25 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:02:25 Release-Date: 2020-01-08 12:02:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:02:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:02:25 ==> Jenkins CI detected. 12:02:25 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-771 12:02:25 project root: . 12:02:25 --> token set from env 12:02:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:02:25 ==> Running gcov in . (disable via -X gcov) 12:02:25 ==> Python coveragepy not found 12:02:25 ==> Searching for coverage reports in: 12:02:25 + . 12:02:25 -> Found 1 reports 12:02:25 ==> Detecting git/mercurial file structure 12:02:25 ==> Reading reports 12:02:25 + ./coverage.out bytes=10 12:02:25 ==> Appending adjustments 12:02:25 https://docs.codecov.io/docs/fixing-reports 12:02:25 + Found adjustments 12:02:25 ==> Gzipping contents 12:02:25 12K /tmp/codecov.pArah3.gz 12:02:25 ==> Uploading reports 12:02:25 url: https://codecov.io 12:02:25 query: branch=PR-771&commit=b3c60c71c40e6ec89953c6f219c8b4ed025ded41&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-771%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=771&job=&cmd_args= 12:02:25 -> Pinging Codecov 12:02:25 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-771&commit=b3c60c71c40e6ec89953c6f219c8b4ed025ded41&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-771%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=771&job=&cmd_args= 12:02:25 -> Uploading to 12:02:25 https://storage.googleapis.com/codecov/v4/raw/2024-07-18/FB506323287CE973F263BFD2A0EB1F37/b3c60c71c40e6ec89953c6f219c8b4ed025ded41/b58dff1a-747e-48d2-baf0-0f0d471b6073.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240718%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240718T120225Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97a964d3c7c71ac3073aa9a9470c0fd631d9bce939557ee39c21bc3c1e28b3c9 12:02:25 % Total % Received % Xferd Average Speed Time Time Time Current 12:02:25 Dload Upload Total Spent Left Speed 12:02:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8704 0 0 100 8704 0 34000 --:--:-- --:--:-- --:--:-- 34000 12:02:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] } 12:02:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:02:28 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives ] 12:02:28 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives 12:02:28 total 16 12:02:28 drwxr-xr-x 3 root root 4096 Jul 18 11:51 . 12:02:28 drwxrwxr-x 14 jenkins jenkins 4096 Jul 18 11:51 .. 12:02:28 drwxr-xr-x 2 root root 4096 Jul 18 11:51 cost 12:02:28 -rw-r--r-- 1 root root 83 Jul 18 11:51 cost.csv 12:02:28 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives 12:02:28 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives 12:02:28 total 16 12:02:28 drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 11:51 . 12:02:28 drwxrwxr-x 14 jenkins jenkins 4096 Jul 18 11:51 .. 12:02:28 drwxr-xr-x 2 jenkins jenkins 4096 Jul 18 11:51 cost 12:02:28 -rw-r--r-- 1 jenkins jenkins 83 Jul 18 11:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:02:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:02:29 ---> package-listing.sh 12:02:29 ++ facter osfamily 12:02:29 ++ tr '[:upper:]' '[:lower:]' 12:02:30 + OS_FAMILY=debian 12:02:30 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-771 12:02:30 + START_PACKAGES=/tmp/packages_start.txt 12:02:30 + END_PACKAGES=/tmp/packages_end.txt 12:02:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:02:30 + PACKAGES=/tmp/packages_start.txt 12:02:30 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-771 ']' 12:02:30 + PACKAGES=/tmp/packages_end.txt 12:02:30 + case "${OS_FAMILY}" in 12:02:30 + dpkg -l 12:02:30 + grep '^ii' 12:02:30 + '[' -f /tmp/packages_start.txt ']' 12:02:30 + '[' -f /tmp/packages_end.txt ']' 12:02:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:02:30 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-771 ']' 12:02:30 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives/ 12:02:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives/ [Pipeline] echo 12:02:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:02:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:02:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:02:31 prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container 12:02:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771/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-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:02:31 $ docker top 2dfc63a26a9fb201cf8048a264a683eb59785e388038767061b189ea990f7d02 -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:31 + touch /tmp/pre-build-complete [Pipeline] sh 12:02:32 + mkdir -p /var/log/sysstat [Pipeline] sh 12:02:32 + ls /var/log/sa-host 12:02:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:02:32 provisioning config files... 12:02:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config9265946387027929342tmp [Pipeline] { [Pipeline] echo 12:02:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:02:33 ---> create-netrc.sh [Pipeline] } 12:02:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:02:33 ---> python-tools-install.sh [Pipeline] echo 12:02:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:02:34 ---> sudo-logs.sh 12:02:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:02:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:02:34 ---> job-cost.sh 12:02:34 lf-activate-venv: SKIPPING 12:02:34 DEBUG: total: 0.2199999988079071 12:02:34 INFO: Retrieving Stack Cost... 12:02:34 INFO: Retrieving Pricing Info for: v3-standard-8 12:02:35 INFO: Archiving Costs [Pipeline] echo 12:02:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:02:35 ---> logs-deploy.sh 12:02:35 lf-activate-venv: SKIPPING 12:02:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-771/1 12:02:35 INFO: archiving workspace using pattern(s): 12:02:36 Archives upload complete. 12:02:36 INFO: archiving logs to Nexus 12:02:37 ---> uname -a: 12:02:37 Linux prd-ubuntu20-04-docker-8c-8g-5856 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:02:37 12:02:37 12:02:37 ---> lscpu: 12:02:37 Architecture: x86_64 12:02:37 CPU op-mode(s): 32-bit, 64-bit 12:02:37 Byte Order: Little Endian 12:02:37 Address sizes: 40 bits physical, 48 bits virtual 12:02:37 CPU(s): 8 12:02:37 On-line CPU(s) list: 0-7 12:02:37 Thread(s) per core: 1 12:02:37 Core(s) per socket: 1 12:02:37 Socket(s): 8 12:02:37 NUMA node(s): 1 12:02:37 Vendor ID: AuthenticAMD 12:02:37 CPU family: 23 12:02:37 Model: 49 12:02:37 Model name: AMD EPYC-Rome Processor 12:02:37 Stepping: 0 12:02:37 CPU MHz: 2799.998 12:02:37 BogoMIPS: 5599.99 12:02:37 Virtualization: AMD-V 12:02:37 Hypervisor vendor: KVM 12:02:37 Virtualization type: full 12:02:37 L1d cache: 256 KiB 12:02:37 L1i cache: 256 KiB 12:02:37 L2 cache: 4 MiB 12:02:37 L3 cache: 128 MiB 12:02:37 NUMA node0 CPU(s): 0-7 12:02:37 Vulnerability Itlb multihit: Not affected 12:02:37 Vulnerability L1tf: Not affected 12:02:37 Vulnerability Mds: Not affected 12:02:37 Vulnerability Meltdown: Not affected 12:02:37 Vulnerability Mmio stale data: Not affected 12:02:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:02:37 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:02:37 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:02:37 Vulnerability Srbds: Not affected 12:02:37 Vulnerability Tsx async abort: Not affected 12:02:37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 12:02:37 12:02:37 12:02:37 ---> nproc: 12:02:37 8 12:02:37 12:02:37 12:02:37 ---> df -h: 12:02:37 Filesystem Size Used Avail Use% Mounted on 12:02:37 overlay 155G 15G 141G 10% / 12:02:37 tmpfs 64M 0 64M 0% /dev 12:02:37 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:02:37 shm 64M 0 64M 0% /dev/shm 12:02:37 /dev/vda1 155G 15G 141G 10% /facter-os 12:02:37 12:02:37 12:02:37 ---> sar -b -r -n DEV: 12:02:37 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5856) 07/18/24 _x86_64_ (8 CPU) 12:02:37 12:02:37 11:44:56 LINUX RESTART (8 CPU) 12:02:37 12:02:37 11:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:02:37 11:46:02 230.42 38.22 192.20 0.00 3677.71 173256.91 0.00 12:02:37 11:47:01 149.70 10.47 139.23 0.00 1795.49 51675.85 0.00 12:02:37 11:48:01 258.47 2.22 256.26 0.00 21.06 77458.82 0.00 12:02:37 11:49:01 245.46 0.15 245.31 0.00 1.20 65892.75 0.00 12:02:37 11:50:01 204.75 1.15 203.60 0.00 72.24 50024.26 0.00 12:02:37 11:51:01 261.17 4.87 256.31 0.00 4281.29 93895.57 0.00 12:02:37 11:52:01 10.65 0.02 10.63 0.00 0.13 508.72 0.00 12:02:37 11:53:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 12:02:37 11:54:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 12:02:37 11:55:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 12:02:37 11:56:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 12:02:37 11:57:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 12:02:37 11:58:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 12:02:37 11:59:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 12:02:37 12:00:01 2.00 0.02 1.98 0.00 0.13 23.86 0.00 12:02:37 12:01:01 1.53 0.00 1.53 0.00 0.00 20.80 0.00 12:02:37 12:02:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 12:02:37 Average: 80.73 3.35 77.38 0.00 578.19 30148.67 0.00 12:02:37 12:02:37 11:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:02:37 11:46:02 30363544 31692560 683900 2.08 48500 1592688 1731732 5.10 792180 1441616 14240 12:02:37 11:47:01 28701840 31528116 783436 2.38 81620 3007284 1982004 5.84 1098788 2677248 796 12:02:37 11:48:01 27534812 31527912 778128 2.37 189744 3943652 1843696 5.43 1208404 3605276 648 12:02:37 11:49:01 25872836 31162504 1131128 3.44 223360 5094928 2100748 6.19 1699684 4644480 75380 12:02:37 11:50:01 24749140 31468780 830068 2.52 248688 6428128 2091752 6.16 1648444 5763092 574056 12:02:37 11:51:01 23973828 31484956 779364 2.37 280832 7132648 1761860 5.19 1983064 6109152 336 12:02:37 11:52:01 23995720 31501636 764624 2.33 279404 7129256 1728620 5.09 1975580 6096464 12 12:02:37 11:53:01 23995744 31501732 764496 2.32 279452 7129260 1728620 5.09 1975484 6096468 4 12:02:37 11:54:01 24003824 31509812 756320 2.30 279472 7129260 1728620 5.09 1968100 6096468 8 12:02:37 11:55:01 24006296 31512324 753756 2.29 279496 7129260 1728620 5.09 1965776 6096472 20 12:02:37 11:56:01 24010728 31516916 749100 2.28 279532 7129392 1728620 5.09 1961264 6096600 8 12:02:37 11:57:01 24011680 31517908 748072 2.27 279544 7129396 1728620 5.09 1960188 6096604 16 12:02:37 11:58:01 24011956 31518200 747724 2.27 279560 7129392 1728620 5.09 1960124 6096608 12 12:02:37 11:59:01 24011864 31518124 747952 2.27 279564 7129400 1728620 5.09 1960140 6096608 12 12:02:37 12:00:01 24011340 31517744 748232 2.28 279592 7129392 1753800 5.17 1960088 6096608 196 12:02:37 12:01:01 24011396 31517848 748068 2.27 279640 7129388 1753800 5.17 1960624 6096588 136 12:02:37 12:02:01 24011576 31518080 747760 2.27 279684 7129388 1753800 5.17 1960952 6096588 16 12:02:37 Average: 25016360 31500891 780125 2.37 243981 6213065 1800127 5.31 1766993 5370761 39170 12:02:37 12:02:37 11:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:02:37 11:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:46:02 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 12:02:37 11:46:02 ens3 288.87 189.02 1086.80 50.77 0.00 0.00 0.00 0.00 12:02:37 11:47:01 docker0 83.87 89.37 6.26 453.81 0.00 0.00 0.00 0.00 12:02:37 11:47:01 lo 8.81 8.81 0.91 0.91 0.00 0.00 0.00 0.00 12:02:37 11:47:01 ens3 453.33 308.22 7649.66 74.73 0.00 0.00 0.00 0.00 12:02:37 11:47:01 veth01258f8 22.28 26.61 2.08 22.77 0.00 0.00 0.00 0.00 12:02:37 11:48:01 docker0 275.17 472.59 24.54 3173.70 0.00 0.00 0.00 0.00 12:02:37 11:48:01 vethe41edbf 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:02:37 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:48:01 ens3 493.33 288.14 3199.23 36.55 0.00 0.00 0.00 0.00 12:02:37 11:49:01 docker0 126.43 261.52 12.95 4770.01 0.00 0.00 0.00 0.00 12:02:37 11:49:01 veth87c16c7 52.21 72.44 9.32 776.81 0.00 0.00 0.00 0.06 12:02:37 11:49:01 vethe41edbf 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 12:02:37 11:49:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 12:02:37 11:49:01 ens3 317.83 159.29 5468.48 29.25 0.00 0.00 0.00 0.00 12:02:37 11:50:01 docker0 43.89 75.32 7.53 801.64 0.00 0.00 0.00 0.00 12:02:37 11:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:02:37 11:50:01 ens3 113.71 74.23 830.59 63.34 0.00 0.00 0.00 0.00 12:02:37 11:51:01 docker0 3.52 6.38 0.22 94.75 0.00 0.00 0.00 0.00 12:02:37 11:51:01 lo 2.40 2.40 0.24 0.24 0.00 0.00 0.00 0.00 12:02:37 11:51:01 ens3 369.84 206.23 5394.77 96.89 0.00 0.00 0.00 0.00 12:02:37 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:52:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:52:01 ens3 5.80 3.77 5.44 1.98 0.00 0.00 0.00 0.00 12:02:37 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:53:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:54:01 ens3 0.20 0.08 0.01 0.00 0.00 0.00 0.00 0.00 12:02:37 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:55:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:56:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:02:37 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:57:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:58:01 ens3 0.43 0.20 1.49 0.01 0.00 0.00 0.00 0.00 12:02:37 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 11:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 11:59:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 12:00:01 ens3 0.12 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:02:37 12:01:01 ens3 0.32 0.27 0.10 0.09 0.00 0.00 0.00 0.00 12:02:37 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:37 12:02:01 ens3 0.57 0.55 0.27 0.23 0.00 0.00 0.00 0.00 12:02:37 Average: docker0 31.29 53.21 3.03 546.78 0.00 0.00 0.00 0.00 12:02:37 Average: lo 0.84 0.84 0.08 0.08 0.00 0.00 0.00 0.00 12:02:37 Average: ens3 119.97 72.15 1384.24 20.77 0.00 0.00 0.00 0.00 12:02:37 12:02:37 12:02:37 ---> sar -P ALL: 12:02:37 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5856) 07/18/24 _x86_64_ (8 CPU) 12:02:37 12:02:37 11:44:56 LINUX RESTART (8 CPU) 12:02:37 12:02:37 11:45:01 CPU %user %nice %system %iowait %steal %idle 12:02:37 11:46:02 all 4.08 0.00 1.11 3.16 0.09 91.56 12:02:37 11:46:02 0 4.87 0.00 0.57 0.13 0.05 94.38 12:02:37 11:46:02 1 4.92 0.00 0.86 0.27 0.27 93.69 12:02:37 11:46:02 2 3.71 0.00 0.94 0.88 0.02 94.45 12:02:37 11:46:02 3 4.17 0.00 1.30 4.25 0.27 90.02 12:02:37 11:46:02 4 3.65 0.00 2.15 7.49 0.03 86.67 12:02:37 11:46:02 5 1.87 0.00 0.64 2.02 0.05 95.42 12:02:37 11:46:02 6 7.58 0.00 0.67 0.35 0.02 91.39 12:02:37 11:46:02 7 1.81 0.00 1.74 9.85 0.03 86.56 12:02:37 11:47:01 all 7.95 0.00 3.51 2.58 0.06 85.91 12:02:37 11:47:01 0 6.48 0.00 3.90 12.57 0.07 76.98 12:02:37 11:47:01 1 9.56 0.00 3.21 1.11 0.05 86.06 12:02:37 11:47:01 2 7.49 0.00 3.70 0.61 0.05 88.14 12:02:37 11:47:01 3 8.46 0.00 3.95 0.21 0.07 87.32 12:02:37 11:47:01 4 8.86 0.00 2.62 0.43 0.05 88.04 12:02:37 11:47:01 5 7.77 0.00 3.63 4.25 0.05 84.29 12:02:37 11:47:01 6 7.61 0.00 3.50 0.17 0.05 88.66 12:02:37 11:47:01 7 7.32 0.00 3.54 1.35 0.05 87.74 12:02:37 11:48:01 all 6.58 0.00 3.39 4.80 0.07 85.17 12:02:37 11:48:01 0 6.52 0.00 4.62 28.12 0.08 60.65 12:02:37 11:48:01 1 7.39 0.00 3.79 1.84 0.05 86.93 12:02:37 11:48:01 2 5.37 0.00 2.30 0.17 0.05 92.11 12:02:37 11:48:01 3 6.13 0.00 3.46 4.47 0.07 85.87 12:02:37 11:48:01 4 6.53 0.00 3.63 1.54 0.07 88.23 12:02:37 11:48:01 5 7.62 0.00 3.00 0.64 0.07 88.68 12:02:37 11:48:01 6 5.31 0.00 2.21 0.96 0.08 91.44 12:02:37 11:48:01 7 7.73 0.00 4.14 0.77 0.05 87.30 12:02:37 11:49:01 all 29.36 0.00 6.49 3.46 0.09 60.60 12:02:37 11:49:01 0 29.17 0.00 6.55 1.75 0.10 62.43 12:02:37 11:49:01 1 27.40 0.00 5.96 1.68 0.08 64.87 12:02:37 11:49:01 2 24.27 0.00 5.34 0.10 0.08 70.20 12:02:37 11:49:01 3 28.81 0.00 6.22 1.63 0.08 63.26 12:02:37 11:49:01 4 31.40 0.00 7.58 6.80 0.10 54.12 12:02:37 11:49:01 5 38.65 0.00 7.24 0.34 0.10 53.67 12:02:37 11:49:01 6 26.70 0.00 5.91 11.18 0.10 56.11 12:02:37 11:49:01 7 28.41 0.00 7.12 4.19 0.10 60.18 12:02:37 11:50:01 all 16.90 0.00 3.42 2.89 0.07 76.73 12:02:37 11:50:01 0 17.06 0.00 1.77 0.97 0.05 80.14 12:02:37 11:50:01 1 14.38 0.00 4.51 1.48 0.07 79.56 12:02:37 11:50:01 2 16.34 0.00 3.86 0.32 0.08 79.40 12:02:37 11:50:01 3 21.77 0.00 3.51 13.62 0.07 61.03 12:02:37 11:50:01 4 5.47 0.00 2.81 2.89 0.05 88.78 12:02:37 11:50:01 5 31.29 0.00 3.92 2.84 0.08 61.86 12:02:37 11:50:01 6 16.06 0.00 3.54 0.22 0.07 80.11 12:02:37 11:50:01 7 12.81 0.00 3.45 0.77 0.07 82.91 12:02:37 11:51:01 all 26.13 0.00 6.30 8.36 0.16 59.05 12:02:37 11:51:01 0 26.36 0.00 5.80 15.98 0.10 51.76 12:02:37 11:51:01 1 24.60 0.00 6.05 8.78 0.08 60.48 12:02:37 11:51:01 2 24.79 0.00 6.04 2.72 0.10 66.35 12:02:37 11:51:01 3 28.08 0.00 6.76 16.96 0.12 48.09 12:02:37 11:51:01 4 26.53 0.00 5.47 12.01 0.63 55.36 12:02:37 11:51:01 5 27.41 0.00 6.81 2.12 0.12 63.53 12:02:37 11:51:01 6 25.07 0.00 7.53 6.65 0.08 60.67 12:02:37 11:51:01 7 26.27 0.00 5.90 1.63 0.09 66.11 12:02:37 11:52:01 all 0.34 0.00 0.14 0.03 0.01 99.48 12:02:37 11:52:01 0 0.13 0.00 0.08 0.00 0.00 99.78 12:02:37 11:52:01 1 0.45 0.00 0.33 0.02 0.00 99.20 12:02:37 11:52:01 2 0.22 0.00 0.13 0.00 0.02 99.63 12:02:37 11:52:01 3 0.30 0.00 0.08 0.03 0.00 99.58 12:02:37 11:52:01 4 0.22 0.00 0.07 0.00 0.02 99.70 12:02:37 11:52:01 5 0.43 0.00 0.07 0.02 0.00 99.48 12:02:37 11:52:01 6 0.83 0.00 0.18 0.00 0.00 98.98 12:02:37 11:52:01 7 0.13 0.00 0.15 0.18 0.02 99.52 12:02:37 11:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 12:02:37 11:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 11:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 12:02:37 11:53:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:02:37 11:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:02:37 11:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 11:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 11:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:02:37 11:53:01 7 0.02 0.00 0.02 0.02 0.00 99.95 12:02:37 11:54:01 all 0.03 0.00 0.01 0.00 0.00 99.96 12:02:37 11:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:02:37 11:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:02:37 11:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 11:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 11:54:01 4 0.05 0.00 0.02 0.00 0.00 99.93 12:02:37 11:54:01 5 0.02 0.00 0.00 0.00 0.02 99.97 12:02:37 11:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 11:54:01 7 0.05 0.00 0.00 0.02 0.00 99.93 12:02:37 11:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 12:02:37 11:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 11:55:01 1 0.00 0.00 0.02 0.02 0.00 99.97 12:02:37 11:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 12:02:37 11:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 12:02:37 11:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 11:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 12:02:37 11:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 11:55:01 7 0.02 0.00 0.02 0.02 0.00 99.95 12:02:37 11:56:01 all 0.02 0.00 0.01 0.00 0.00 99.96 12:02:37 11:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 11:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 11:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 12:02:37 11:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 11:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 12:02:37 11:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 12:02:37 11:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 11:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 12:02:37 11:56:01 CPU %user %nice %system %iowait %steal %idle 12:02:37 11:57:01 all 0.07 0.00 0.01 0.00 0.00 99.91 12:02:37 11:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:02:37 11:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:02:37 11:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 11:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 12:02:37 11:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 11:57:01 5 0.42 0.00 0.00 0.00 0.00 99.58 12:02:37 11:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 11:57:01 7 0.03 0.00 0.03 0.02 0.02 99.90 12:02:37 11:58:01 all 0.03 0.00 0.00 0.00 0.01 99.96 12:02:37 11:58:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:02:37 11:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 11:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 12:02:37 11:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 11:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 11:58:01 5 0.08 0.00 0.02 0.02 0.02 99.87 12:02:37 11:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:02:37 11:58:01 7 0.02 0.00 0.00 0.02 0.00 99.97 12:02:37 11:59:01 all 0.01 0.00 0.02 0.00 0.00 99.96 12:02:37 11:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:02:37 11:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 12:02:37 11:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 11:59:01 3 0.00 0.00 0.03 0.02 0.00 99.95 12:02:37 11:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 12:02:37 11:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 11:59:01 6 0.00 0.00 0.02 0.00 0.02 99.97 12:02:37 11:59:01 7 0.03 0.00 0.03 0.00 0.00 99.93 12:02:37 12:00:01 all 0.03 0.00 0.03 0.00 0.00 99.94 12:02:37 12:00:01 0 0.03 0.00 0.05 0.00 0.02 99.90 12:02:37 12:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 12:02:37 12:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 12:02:37 12:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 12:02:37 12:00:01 4 0.05 0.00 0.00 0.00 0.02 99.93 12:02:37 12:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 12:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 12:00:01 7 0.02 0.00 0.07 0.02 0.00 99.90 12:02:37 12:01:01 all 0.01 0.00 0.01 0.00 0.00 99.98 12:02:37 12:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 12:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 12:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 12:02:37 12:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:02:37 12:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:02:37 12:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 12:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:02:37 12:01:01 7 0.02 0.00 0.00 0.02 0.00 99.97 12:02:37 12:02:01 all 0.03 0.00 0.01 0.00 0.00 99.95 12:02:37 12:02:01 0 0.05 0.00 0.00 0.00 0.02 99.93 12:02:37 12:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 12:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 12:02:01 3 0.03 0.00 0.02 0.02 0.02 99.92 12:02:37 12:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 12:02:37 12:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 12:02:37 12:02:01 6 0.03 0.00 0.02 0.00 0.00 99.95 12:02:37 12:02:01 7 0.02 0.00 0.02 0.02 0.00 99.95 12:02:37 Average: all 5.33 0.00 1.42 1.47 0.03 91.74 12:02:37 Average: 0 5.29 0.00 1.36 3.45 0.03 89.87 12:02:37 Average: 1 5.18 0.00 1.45 0.88 0.04 92.46 12:02:37 Average: 2 4.81 0.00 1.31 0.28 0.03 93.58 12:02:37 Average: 3 5.70 0.00 1.48 2.40 0.04 90.39 12:02:37 Average: 4 4.81 0.00 1.42 1.81 0.06 91.90 12:02:37 Average: 5 6.71 0.00 1.47 0.71 0.03 91.08 12:02:37 Average: 6 5.20 0.00 1.38 1.14 0.03 92.26 12:02:37 Average: 7 4.92 0.00 1.53 1.10 0.02 92.43 12:02:37 12:02:37 12:02:37