ResultFAILURE
Tests 0 failed / 0 succeeded
Started2024-11-06 13:37
Elapsed13m57s
Revision5826d722fd1c37fa71ff7ad984d191801ca3366b
Refs 3739

No Test Failures!


Error lines from build-log.txt

... skipping 186 lines ...
 ✓ packages/utils/src/utils/router.test.js  (47 tests) 110ms
 ✓ src/api/taskRuns.test.js  (18 tests) 610ms
   ✓ deleteTaskRun 555ms
 ✓ src/api/pipelineRuns.test.js  (14 tests) 607ms
   ✓ deletePipelineRun 561ms
 ✓ src/api/utils.test.js  (15 tests) 354ms
stderr | src/api/index.test.js > getInstallProperties > handles error in case of Dashboard client mode
Install properties not found, setting client-mode defaults

stderr | src/api/index.test.js > getInstallProperties > handles unexpected errors
Failed loading install properties, setting read-only default Error: Internal Server Error
    at checkStatus (/home/prow/go/src/github.com/tektoncd/dashboard/src/api/comms.js:102:17)
    at /home/prow/go/src/github.com/tektoncd/dashboard/src/api/comms.js:117:23
    at Module.getInstallProperties (/home/prow/go/src/github.com/tektoncd/dashboard/src/api/index.js:72:12)
    at /home/prow/go/src/github.com/tektoncd/dashboard/src/api/index.test.js:430:24
    at file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:533:5
    at runTest (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1048:11)
    at runSuite (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1204:15)
    at runSuite (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1204:15)
    at runFiles (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1261:5)
    at startTests (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1270:3) {
  response: Response {
    status: 500,
    statusText: 'Internal Server Error',
    headers: Headers {},
    body: null,
    bodyUsed: false,
    ok: false,
    redirected: false,
    type: 'default',
... skipping 49 lines ...
   ✓ Table > renders with two rows, ALL_NAMESPACES, 2 batch and 2 toolbar buttons, checkboxes and sortable 365ms
 ✓ packages/components/src/components/Task/Task.test.jsx  (19 tests) 1212ms
   ✓ Task > renders default content 504ms
 ✓ packages/components/src/components/PipelineRuns/PipelineRuns.test.jsx  (8 tests) 1404ms
   ✓ PipelineRuns > renders empty state 452ms
   ✓ PipelineRuns > renders data 685ms
 ❯ packages/components/src/components/Log/Log.test.jsx  (17 tests | 1 failed) 8150ms
   ✓ Log > renders default content 416ms
   ✓ Log > renders virtualized list 394ms
   × Log > auto-scrolls down, for a running step, when new logs are added and the Log component is scrollable 1834ms
     → expected "set scrollTop" to be called at least once

Ignored nodes: comments, script, style
... skipping 177 lines ...
 ✓ packages/components/src/components/Trigger/Trigger.test.jsx  (12 tests) 6012ms
   ✓ Trigger > renders all details 2901ms
   ✓ Trigger > handles empty Interceptor 535ms
   ✓ Trigger > handles no Interceptors 475ms
   ✓ Trigger > handles embedded template spec - resourceTemplates 789ms
 ✓ packages/components/src/components/TaskRunDetails/TaskRunDetails.test.jsx  (11 tests) 9171ms
   ✓ TaskRunDetails > renders task name and error state 2029ms
   ✓ TaskRunDetails > renders task name and inputs 1696ms
   ✓ TaskRunDetails > renders params with description from inline taskSpec 1678ms
   ✓ TaskRunDetails > does not render tabs whose fields are not provided 554ms
   ✓ TaskRunDetails > fires onViewChange handler when clicking a tab 828ms
   ✓ TaskRunDetails > renders results 1240ms
   ✓ TaskRunDetails > renders results with description from inline taskSpec 462ms
... skipping 5 lines ...
   ✓ Actions dropdown missing disable default behaviour > Actions missing disable default behaviour click event 1416ms
   ✓ Actions disabled field > Actions disabled field click event 700ms
   ✓ Actions with modal > Actions with modal click through 2135ms
   ✓ Actions with modal > Actions with modal default button text 1866ms
 ✓ packages/components/src/components/TaskTree/TaskTree.test.jsx  (9 tests) 3759ms
   ✓ TaskTree renders 1211ms
   ✓ TaskTree renders and expands first Task in run with no error 1161ms
   ✓ TaskTree renders and expands error Task 387ms
 ✓ src/utils/index.test.js  (27 tests) 424ms
 ✓ src/containers/ServiceAccountsDropdown/ServiceAccountsDropdown.test.jsx  (6 tests) 2003ms
   ✓ ServiceAccountsDropdown > renders items 950ms
   ✓ ServiceAccountsDropdown > renders controlled selection 469ms
 ✓ src/api/comms.test.js  (18 tests | 1 skipped) 847ms
   ✓ request > returns the response from the given uri 554ms
stderr | src/containers/HeaderBarContent/HeaderBarContent.test.jsx > HeaderBarContent > adds namespace to URL when selected
No routes matched location "/namespaces/foo/fake/path" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/foo/fake/path"',
  error: Error: No route matches URL "/namespaces/foo/fake/path"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at setPath (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/HeaderBarContent/HeaderBarContent.jsx:799:5)
... skipping 2 lines ...
      at invokeOnChangeHandler (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1579:19)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1563:5
}

stderr | src/containers/HeaderBarContent/HeaderBarContent.test.jsx > HeaderBarContent > removes namespace from URL when ALL_NAMESPACES is selected
No routes matched location "/fake/path" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/fake/path"',
  error: Error: No route matches URL "/fake/path"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at setPath (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/HeaderBarContent/HeaderBarContent.jsx:799:5)
... skipping 2 lines ...
      at invokeOnChangeHandler (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1579:19)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1563:5
}

stderr | src/containers/HeaderBarContent/HeaderBarContent.test.jsx > HeaderBarContent > removes namespace from URL when clearing selection
No routes matched location "/fake/path" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/fake/path"',
  error: Error: No route matches URL "/fake/path"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at setPath (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/HeaderBarContent/HeaderBarContent.jsx:799:5)
... skipping 9 lines ...
   ✓ HeaderBarContent > updates namespace in URL 693ms
   ✓ HeaderBarContent > removes namespace from URL when ALL_NAMESPACES is selected 2164ms
   ✓ HeaderBarContent > removes namespace from URL when clearing selection 1339ms
   ✓ HeaderBarContent > selects first namespace when clearing selection in tenant namespace visibility mode 547ms
 ✓ src/containers/About/About.test.jsx  (4 tests) 3969ms
   ✓ About > should render correctly 2042ms
   ✓ About > should render error when an expected property is missing 433ms
   ✓ About > should render error when multiple expected properties are missing 475ms
   ✓ About > should not display TiggersVersion when value is not returned in the API 825ms
 ✓ src/containers/EventListener/EventListener.test.jsx  (4 tests) 12997ms
   ✓ EventListener displays with formatted labels 2961ms
   ✓ EventListener handles no serviceAccountName 4977ms
   ✓ EventListener handles no service type 3443ms
   ✓ EventListener handles no triggers 1470ms
... skipping 31 lines ...
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:60:7)

stderr | src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun > handles onClose event
No routes matched location "/namespaces/namespace-1/pipelineruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/pipelineruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/pipelineruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleClose (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreatePipelineRun/CreatePipelineRun.jsx:223:5)
... skipping 2 lines ...
      at innerInvokeEventListeners (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
      at invokeEventListeners (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
}

stderr | src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun > handles close
No routes matched location "/namespaces/namespace-1/pipelineruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/pipelineruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/pipelineruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleClose (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreatePipelineRun/CreatePipelineRun.jsx:223:5)
... skipping 35 lines ...
    at RouterProvider (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:455:7)
    at RouterWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:23:3)
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:60:7)

 ❯ src/containers/TriggerTemplate/TriggerTemplate.test.jsx  (7 tests | 1 failed) 26936ms
   ✓ TriggerTemplateContainer handles error state 644ms
   × TriggerTemplateContainer renders 7153ms
     → Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
   ✓ TriggerTemplateContainer contains overview tab with accurate information 4508ms
   ✓ TriggerTemplateContainer contains YAML tab with accurate information 10873ms
   ✓ TriggerTemplateContainer does not render label section if they are not present 1393ms
... skipping 2 lines ...
 ✓ src/containers/YAMLEditor/YAMLEditor.test.jsx  (7 tests) 19508ms
   ✓ YAMLEditor > handles onClose event 2721ms
   ✓ YAMLEditor > handle submit with empty editor 3249ms
   ✓ YAMLEditor > handle submit resource without namespace 7429ms
   ✓ YAMLEditor > handle submit resource incorrect yaml 2004ms
   ✓ YAMLEditor > handle submit 2645ms
   ✓ YAMLEditor > handle submit error 1369ms
 ✓ src/containers/TaskRuns/TaskRuns.test.jsx  (5 tests) 24447ms
   ✓ TaskRuns container > Duplicate label filters are prevented 16725ms
   ✓ TaskRuns container > An invalid filter value is disallowed and reported 2303ms
   ✓ TaskRuns container > TaskRun actions are available when not in read-only mode 2967ms
   ✓ TaskRuns container > TaskRun actions are not available when in read-only mode 821ms
   ✓ TaskRuns container > handles rerun event in TaskRuns page 1458ms
... skipping 6 lines ...
   ✓ PipelineRuns container > handles start event in PipelineRuns page 976ms
stderr | src/containers/ImportResources/ImportResources.test.jsx > ImportResources component > Valid data submit displays success notification
Warning: You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. 

stderr | src/containers/CreateTaskRun/CreateTaskRun.test.jsx > CreateTaskRun > handles onClose event
No routes matched location "/namespaces/namespace-1/taskruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/taskruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/taskruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleClose (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreateTaskRun/CreateTaskRun.jsx:219:5)
      at HTMLUnknownElement.callCallback (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-dom/cjs/react-dom.development.js:3945:14)
      at HTMLUnknownElement.callTheUserObjectsOperation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
      at innerInvokeEventListeners (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
      at invokeEventListeners (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
}

 ❯ src/containers/CreateTaskRun/CreateTaskRun.test.jsx  (5 tests | 1 failed) 25947ms
   × CreateTaskRun > renders empty, dropdowns disabled when no namespace selected 19630ms
     → Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
   ✓ CreateTaskRun > renders labels 2952ms
   ✓ CreateTaskRun > resets Task and ServiceAccount when namespace changes 1255ms
   ✓ CreateTaskRun > handles onClose event 1265ms
   ✓ CreateTaskRun > handles error getting task controlled 382ms
stderr | src/containers/CreateTaskRun/CreateTaskRun.test.jsx
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    at NamespacesDropdown (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/NamespacesDropdown/NamespacesDropdown.jsx:630:3)
    at fieldset
    at FormGroup (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/FormGroup/FormGroup.js:26:5)
    at form
... skipping 9 lines ...
    at RouterWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:23:3)
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:60:7)

stderr | packages/components/src/components/KeyValueList/KeyValueList.test.jsx > KeyValueList incorrect fields
Warning: Failed prop type: The prop `children` is marked as required in `ForwardRef(Text)`, but its value is `undefined`.
    at Text (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/Text/Text.js:24:5)
    at TextInput (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/TextInput/TextInput.js:35:5)
    at div
    at div
    at KeyValueList (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/components/KeyValueList/KeyValueList.jsx:539:3)
    at IntlProvider (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-intl/src/components/provider.js:33:47)
... skipping 29 lines ...
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:60:7)

stderr | src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun yaml mode > handle submit with pipelinerun and namespace
No routes matched location "/namespaces/test-namespace/pipelineruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/test-namespace/pipelineruns"',
  error: Error: No route matches URL "/namespaces/test-namespace/pipelineruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at /home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreatePipelineRun/CreatePipelineRun.jsx:296:7
}

 ❯ src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx  (5 tests | 1 failed) 29016ms
   ✓ CreatePipelineRun > renders labels 15311ms
   ✓ CreatePipelineRun > handles onClose event 5808ms
   ✓ CreatePipelineRun > handles close 1583ms
   × CreatePipelineRun yaml mode > renders with namespace 3381ms
     → expected 2 to be +0 // Object.is equality

... skipping 56 lines ...
    at IntlProvider (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-intl/src/components/provider.js:33:47)
    at IntlWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:81:3)
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:100:7)

 ❯ src/containers/ImportResources/ImportResources.test.jsx  (7 tests | 2 failed) 29944ms
   × ImportResources component > Displays errors when Repository URL and Namespace is empty 17726ms
     → Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
   ✓ ImportResources component > Displays an error when Repository URL is empty 4921ms
   ✓ ImportResources component > Displays an error when Namespace is empty 1566ms
   × ImportResources component > Valid data submit displays success notification 3601ms
     → Unable to find an element with the text: /Triggered PipelineRun to import Tekton resources/i. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.

Ignored nodes: comments, script, style
<body>
  <div>
... skipping 414 lines ...

 ✓ packages/components/src/components/TaskRuns/TaskRuns.test.jsx  (4 tests) 3532ms
   ✓ TaskRuns renders empty state 975ms
   ✓ TaskRuns renders correct data 1526ms
   ✓ TaskRuns renders pending 931ms
 ✓ src/containers/ClusterTriggerBinding/ClusterTriggerBinding.test.jsx  (5 tests) 4235ms
   ✓ ClusterTriggerBindingContainer handles error state 369ms
   ✓ ClusterTriggerBindingContainer renders overview 420ms
   ✓ ClusterTriggerBindingContainer renders YAML 1422ms
   ✓ ClusterTriggerBindingContainer does not render label section if they are not present 1505ms
   ✓ ClusterTriggerBindingContainer renders labels section if they are present 355ms
stderr | src/containers/CreateCustomRun/CreateCustomRun.test.jsx > CreateCustomRun yaml mode > handle submit with customrun and namespace
No routes matched location "/namespaces/test-namespace/customruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/test-namespace/customruns"',
  error: Error: No route matches URL "/namespaces/test-namespace/customruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at /home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreateCustomRun/CreateCustomRun.jsx:67:7
}

stderr | src/containers/CreateCustomRun/CreateCustomRun.test.jsx > CreateCustomRun yaml mode > handles onClose event
No routes matched location "/namespaces/namespace-1/customruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/customruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/customruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleCloseYAMLEditor (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreateCustomRun/CreateCustomRun.jsx:57:5)
... skipping 14 lines ...
   ✓ PipelineRunContainer handles init step failures 316ms
   ✓ PipelineRunContainer handles init step failures for retry 1501ms
 ✓ src/api/customRuns.test.js  (5 tests) 172ms
 ✓ src/containers/PipelinesDropdown/PipelinesDropdown.test.jsx  (6 tests) 483ms
 ✓ packages/components/src/components/Step/Step.test.jsx  (13 tests) 384ms
 ✓ src/containers/TriggerBinding/TriggerBinding.test.jsx  (5 tests) 1796ms
   ✓ TriggerBindingContainer handles error state 475ms
   ✓ TriggerBindingContainer renders details 332ms
   ✓ TriggerBindingContainer renders YAML 610ms
 ✓ src/containers/ClusterTasksDropdown/ClusterTasksDropdown.test.jsx  (5 tests) 499ms
stderr | packages/components/src/components/LabelFilter/LabelFilter.test.jsx > LabelFilter renders
Warning: The `filter` prop has been deprecated and will be removed in the next major version. Use DismissibleTag instead.
Warning: The `onClose` prop has been deprecated and will be removed in the next major version. Use DismissibleTag instead.

stderr | packages/components/src/components/LabelFilter/LabelFilter.test.jsx > LabelFilter renders error on empty filter
Warning: The `flags` prop for `FeatureFlag` has been deprecated. Please run the `featureflag-deprecate-flags-prop` codemod to migrate to individual boolean props.npx @carbon/upgrade migrate featureflag-deprecate-flags-prop --write

 ✓ packages/components/src/components/LabelFilter/LabelFilter.test.jsx  (7 tests) 724ms
   ✓ LabelFilter renders 346ms
stderr | src/containers/NamespacesDropdown/NamespacesDropdown.test.jsx > NamespacesDropdown handles onChange event
Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components
    at input
    at div
    at div
    at ListBox (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/ListBox/ListBox.js:43:5)
    at div
    at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/ComboBox/ComboBox.js:123:36
... skipping 83 lines ...
   ✓ StepDetails > renders 629ms
   ✓ StepDetails > renders skipped Task state 318ms
 ✓ packages/components/src/components/ErrorBoundary/ErrorBoundary.test.jsx  (2 tests) 762ms
   ✓ ErrorBoundary renders children 603ms
 ✓ packages/components/src/components/PageErrorBoundary/PageErrorBoundary.test.jsx  (2 tests) 1983ms
   ✓ PageErrorBoundary renders children 1393ms
   ✓ PageErrorBoundary renders the error message 583ms
 ✓ packages/components/src/components/StepDefinition/StepDefinition.test.jsx  (2 tests) 334ms
 ✓ src/api/clusterTriggerBindings.test.js  (1 test) 507ms
   ✓ useClusterTriggerBinding 399ms
 ✓ src/api/triggerTemplates.test.js  (1 test) 20ms
 ✓ packages/components/src/components/FormattedDuration/FormattedDuration.test.jsx  (1 test) 337ms
   ✓ FormattedDuration > renders the duration and handles updates 308ms
 ✓ src/containers/Trigger/Trigger.test.jsx  (2 tests) 876ms
   ✓ TriggerContainer > handles error state 436ms
   ✓ TriggerContainer > renders the trigger resource 407ms
 ✓ src/api/triggerBindings.test.js  (1 test) 37ms
 ✓ src/api/serviceAccounts.test.js  (1 test) 43ms
 ✓ src/api/eventListeners.test.js  (1 test) 19ms
 ✓ src/api/triggers.test.js  (1 test) 35ms
 ✓ src/containers/ListPageLayout/ListPageLayout.test.jsx  (2 tests) 422ms
... skipping 36 lines ...
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:100:7)

 ✓ src/containers/App/App.test.jsx  (4 tests) 1598ms
   ✓ App > renders successfully in full cluster mode 812ms
   ✓ App > renders successfully in tenant namespace mode 406ms

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 6 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun yaml mode > renders with namespace
AssertionError: expected 2 to be +0 // Object.is equality

Ignored nodes: comments, script, style
<html>
  <head>
    <title>
... skipping 51 lines ...
 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:52:12
 ❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:141:77
 ❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:133:16

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/6]⎯

 FAIL  src/containers/CreateTaskRun/CreateTaskRun.test.jsx > CreateTaskRun > renders empty, dropdowns disabled when no namespace selected
 FAIL  src/containers/ImportResources/ImportResources.test.jsx > ImportResources component > Displays errors when Repository URL and Namespace is empty
 FAIL  src/containers/TriggerTemplate/TriggerTemplate.test.jsx > TriggerTemplateContainer renders
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/6]⎯

 FAIL  src/containers/ImportResources/ImportResources.test.jsx > ImportResources component > Valid data submit displays success notification
TestingLibraryElementError: Unable to find an element with the text: /Triggered PipelineRun to import Tekton resources/i. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.

Ignored nodes: comments, script, style
<body>
  <div>
    <div
... skipping 288 lines ...
       |           ^
    131|       getByText(/Triggered PipelineRun to import Tekton resources/i)
    132|     );

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/6]⎯

 FAIL  packages/components/src/components/Log/Log.test.jsx > Log > auto-scrolls down, for a running step, when new logs are added and the Log component is scrollable
AssertionError: expected "set scrollTop" to be called at least once

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
... skipping 178 lines ...
 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:52:12
 ❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:141:77
 ❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:133:16

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[4/6]⎯

 Test Files  5 failed | 68 passed (73)
      Tests  6 failed | 587 passed | 1 skipped (594)
   Start at  13:45:13
   Duration  305.32s (transform 160.03s, setup 279.22s, collect 1623.15s, tests 300.36s, environment 1704.28s, prepare 126.53s)


===========================
==== UNIT TESTS FAILED ====
===========================
+ EXIT_VALUE=1
+ set +o xtrace