Test Runner hanging
Issue description or question
I've turned on watch mode and just browsing around a few files I expect to fail (all ran fine and failed quickly via an npm test). Wallaby however just hangs not updating the browser or the output in Sublime Text.
Note that starting/stopping Wallaby immediately fixes the problem but I don't want to be constantly doing this.
Wallaby diagnostics report
See attached file (too big to paste)
Unfortunately the wallaby-output.txt file is truncated (we're missing the start of it) which describes your configuration so we can see what's going on.
Can you please provide your package.json dependencies and devDependencies so we can see your dependency versions?
You mentioned that you turned on watch mode - can you please describe what you did to do this? Do you mean you altered your jest configuration? If you're able to provide us with the set of changes you made that introduced the test runner hanging, that would help us try and reproduce your problem.
I'll do so tomorrow @smcenlly but I meant the Wallaby smart start (not watch) mode. As I opened more files one got stuck and the runner just didn't update. I had to stop and start Wallaby again to get it going at which point it worked fine.
@IPWright83 We have added some more debug logging to the latest core version, please update to the new version and share the diagnostics report once the issue shows up. With the latest diagnostics report we should be able narrow down possible causes of the issue.
I think this is an example of it hanging:
{
editorVersion: '4180',
editor: 'Sublime',
editorType: 'Sublime',
osVersion: 'darwin 24.4.0',
nodeVersion: 'v20.11.1',
coreVersion: '1.0.1798',
pnp: '<not set>',
pnpEsm: '<not set>',
checksum: 'YzRkYzBjN2ZmNGU0ZWI4MjFiM2VlMzg5ZDYyNDNiNTAsMTc3ODI4NDgwMDAwMCww',
config: {
diagnostics: {
jest: {
config: {
configs: [
{
automock: false,
cache: true,
cacheDirectory: '/private/var/folders/ts/8mtw6_ys063g05dpbbwx0y980000gn/T/jest_dx',
clearMocks: true,
collectCoverageFrom: [],
coverageDirectory: '<homeDir>/src/polecat/coverage-jest',
coveragePathIgnorePatterns: [ '/node_modules/', '/test/', '.graphql$', 'src/universal/test/describe-sync.js' ],
cwd: '<homeDir>/src/polecat',
dependencyExtractor: undefined,
detectLeaks: false,
detectOpenHandles: false,
displayName: undefined,
errorOnDeprecated: false,
extensionsToTreatAsEsm: [],
fakeTimers: { enableGlobally: false },
filter: undefined,
forceCoverageMatch: [],
globalSetup: '<homeDir>/src/polecat/test/jest-global-setup.mjs',
globalTeardown: undefined,
globals: { __DEV__: true, __APPSHA__: 'testing' },
haste: { computeSha1: false, enableSymlinks: false, forceNodeFilesystemAPI: true, throwOnModuleCollision: false },
id: 'a529614067a60e957a87420449f51681',
injectGlobals: true,
moduleDirectories: [ 'node_modules' ],
moduleFileExtensions: [
'js', 'mjs',
'cjs', 'jsx',
'ts', 'tsx',
'json', 'node'
],
moduleNameMapper: [
[ '^@UI(.*)$', '<homeDir>/src/polecat/src/ui$1' ],
[ '^@Tracking(.*)$', '<homeDir>/src/polecat/src/tracking$1' ],
[ '^@Hooks(.*)$', '<homeDir>/src/polecat/src/hooks$1' ],
[ '^@Lib(.*)$', '<homeDir>/src/polecat/src/lib$1' ],
[ '^@HOC(.*)$', '<homeDir>/src/polecat/src/hoc$1' ],
[ '^@Components(.*)$', '<homeDir>/src/polecat/src/components$1' ],
[ '^@Generated(.*)$', '<homeDir>/src/polecat/src/generated$1' ],
[ '/vendors/pusher$', '<homeDir>/src/polecat/test/fake-pusher.js' ],
[ '^vendors(.*)$', '<homeDir>/src/polecat/vendors$1' ],
[ '^dnd-core$', 'dnd-core/dist/cjs' ],
[ '^react-dnd$', 'react-dnd/dist/cjs' ],
[ '^react$', '<homeDir>/src/polecat/node_modules/react' ],
[ '^react-dom$', '<homeDir>/src/polecat/node_modules/react-dom' ],
[ '^react-dnd-html5-backend$', 'react-dnd-html5-backend/dist/cjs' ],
[ '^react-dnd-touch-backend$', 'react-dnd-touch-backend/dist/cjs' ],
[ '^react-dnd-test-backend$', 'react-dnd-test-backend/dist/cjs' ],
[ '^react-dnd-test-utils$', 'react-dnd-test-utils/dist/cjs' ],
[ '^uuid$', '<homeDir>/src/polecat/node_modules/uuid' ],
[ '^test$', '<homeDir>/src/polecat/test/index.js' ],
[ '^test/(.*)$', '<homeDir>/src/polecat/test/$1' ],
[ '\\.(eot|otf|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$', '<homeDir>/src/polecat/test/file-mock.js' ],
[ '\\.(css|less|scss)$', 'identity-obj-proxy' ]
],
modulePathIgnorePatterns: [],
modulePaths: undefined,
openHandlesTimeout: 1000,
prettierPath: 'prettier',
resetMocks: false,
resetModules: false,
resolver: undefined,
restoreMocks: true,
rootDir: '<homeDir>/src/polecat',
roots: [ '<homeDir>/src/polecat/src', '<homeDir>/src/polecat/outer-sharing-frame' ],
runner: '<homeDir>/src/polecat/node_modules/jest-runner/build/index.js',
runtime: undefined,
sandboxInjectedGlobals: [],
setupFiles: [ '<homeDir>/src/polecat/test/jest-setup.js', '<homeDir>/src/polecat/node_modules/jest-launchdarkly-mock/dist/index.js' ],
setupFilesAfterEnv: [ '<homeDir>/src/polecat/test/jest-setup-after-env.js' ],
skipFilter: false,
skipNodeResolution: undefined,
slowTestThreshold: 5,
snapshotFormat: { escapeString: true, printBasicPrototype: true },
snapshotResolver: undefined,
snapshotSerializers: [ '<homeDir>/src/polecat/node_modules/enzyme-to-json/serializer.js' ],
testEnvironment: '<homeDir>/src/polecat/node_modules/jest-environment-jsdom/build/index.js',
testEnvironmentOptions: {},
testLocationInResults: false,
testMatch: [],
testPathIgnorePatterns: [ '/templates/' ],
testRegex: [ '\\.test\\.[jt]sx?$' ],
testRunner: '<homeDir>/src/polecat/node_modules/jest-circus/runner.js',
transform: [
[ '\\.[jt]sx?$', '<homeDir>/src/polecat/node_modules/babel-jest/build/index.js', {} ],
[ '\\.(gql|graphql)$', '<homeDir>/src/polecat/test/jest-transform-graphql.js', {} ],
[ '\\.svg', '<homeDir>/src/polecat/test/jest-transform-svg.js', {} ],
[ '\\.(jpg|jpeg|png|gif|webp)$', '<homeDir>/src/polecat/node_modules/jest-transform-stub/index.js', {} ]
],
transformIgnorePatterns: [ '/node_modules/', '\\.pnp\\.[^\\/]+$' ],
unmockedModulePathPatterns: undefined,
watchPathIgnorePatterns: []
}
],
globalConfig: {
bail: 0,
changedFilesWithAncestor: false,
changedSince: undefined,
ci: false,
collectCoverage: false,
collectCoverageFrom: [],
coverageDirectory: '<homeDir>/src/polecat/coverage-jest',
coverageProvider: 'babel',
coverageReporters: [ 'json', 'lcov' ],
coverageThreshold: undefined,
detectLeaks: false,
detectOpenHandles: false,
errorOnDeprecated: false,
expand: false,
filter: undefined,
findRelatedTests: false,
forceExit: false,
globalSetup: '<homeDir>/src/polecat/test/jest-global-setup.mjs',
globalTeardown: undefined,
json: false,
lastCommit: false,
listTests: false,
logHeapUsage: false,
maxConcurrency: 5,
maxWorkers: 10,
noSCM: undefined,
noStackTrace: false,
nonFlagArgs: undefined,
notify: false,
notifyMode: 'failure-change',
onlyChanged: false,
onlyFailures: false,
openHandlesTimeout: 1000,
outputFile: undefined,
passWithNoTests: false,
projects: [],
randomize: undefined,
replname: undefined,
reporters: undefined,
rootDir: '<homeDir>/src/polecat',
runInBand: undefined,
runTestsByPath: false,
seed: -948470262,
shard: undefined,
showSeed: undefined,
silent: undefined,
skipFilter: false,
snapshotFormat: { escapeString: true, printBasicPrototype: true },
testFailureExitCode: 1,
testNamePattern: undefined,
testPathPattern: '',
testResultsProcessor: undefined,
testSequencer: '<homeDir>/src/polecat/node_modules/@jest/test-sequencer/build/index.js',
testTimeout: undefined,
updateSnapshot: 'new',
useStderr: false,
verbose: undefined,
watch: false,
watchAll: false,
watchPlugins: undefined,
watchman: true,
workerIdleMemoryLimit: 1717986918.4,
workerThreads: false
},
hasDeprecationWarnings: false,
wallaby: {
roots: [ 'src', 'outer-sharing-frame' ],
watchPathIgnorePatterns: [
'/node_modules/',
'\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
'\\.watchman-cookie',
'/private/var/folders/ts/8mtw6_ys063g05dpbbwx0y980000gn/T/jest_dx',
'/templates/',
'\\./coverage-jest'
],
testPathIgnorePatterns: [
'/node_modules/',
'\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
'\\.watchman-cookie',
'/private/var/folders/ts/8mtw6_ys063g05dpbbwx0y980000gn/T/jest_dx',
'/templates/',
'\\./coverage-jest'
],
testMatch: [],
testRegex: [ '\\.test\\.[jt]sx?$' ]
}
}
}
},
testFramework: { version: '[email protected]', configurator: '[email protected]', reporter: '[email protected]', starter: '[email protected]', autoDetected: true, toolVersion: '29.7.0' },
filesWithCoverageCalculated: [],
filesWithNoCoverageCalculated: [ /\/test\//, /.graphql$/, /src\/universal\/test\/describe-sync.js/ ],
globalSetup: true,
dot: true,
files: [
{ pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, file: true, test: true },
{
pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
ignore: true,
trigger: true,
load: true,
file: true,
test: true
},
{ pattern: '\\.watchman-cookie', regexp: /\.watchman-cookie/, ignore: true, trigger: true, load: true, file: true, test: true },
{
pattern: '/private/var/folders/ts/8mtw6_ys063g05dpbbwx0y980000gn/T/jest_dx',
regexp: /\/private\/var\/folders\/ts\/8mtw6_ys063g05dpbbwx0y980000gn\/T\/jest_dx/,
ignore: true,
trigger: true,
load: true,
file: true,
test: true
},
{ pattern: '/templates/', regexp: /\/templates\//, ignore: true, trigger: true, load: true, file: true, test: true },
{ pattern: '\\./coverage-jest', regexp: /\.\/coverage-jest/, ignore: true, trigger: true, load: true, file: true, test: true },
{ pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 },
{ pattern: 'src/**', ignore: false, trigger: true, load: true, order: 2 },
{ pattern: 'outer-sharing-frame/**', ignore: false, trigger: true, load: true, order: 3 },
{ pattern: '\\.test\\.[jt]sx?$', regexp: /\.test\.[jt]sx?$/, ignore: true, trigger: true, load: true, file: true }
],
captureConsoleLog: true,
tests: [
{ pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true, file: false },
{
pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
ignore: true,
trigger: true,
load: true,
test: true,
file: false
},
{ pattern: '\\.watchman-cookie', regexp: /\.watchman-cookie/, ignore: true, trigger: true, load: true, test: true, file: false },
{
pattern: '/private/var/folders/ts/8mtw6_ys063g05dpbbwx0y980000gn/T/jest_dx',
regexp: /\/private\/var\/folders\/ts\/8mtw6_ys063g05dpbbwx0y980000gn\/T\/jest_dx/,
ignore: true,
trigger: true,
load: true,
test: true,
file: false
},
{ pattern: '/templates/', regexp: /\/templates\//, ignore: true, trigger: true, load: true, test: true, file: false },
{ pattern: '\\./coverage-jest', regexp: /\.\/coverage-jest/, ignore: true, trigger: true, load: true, test: true, file: false },
{ pattern: '\\.test\\.[jt]sx?$', regexp: /\.test\.[jt]sx?$/, ignore: false, trigger: true, load: true, test: true, order: 4 }
],
runAllTestsInAffectedTestFile: false,
updateNoMoreThanOneSnapshotPerTestFileRun: false,
compilers: {},
smartStart: [ { test: true, source: false, pattern: '**/*', startMode: 'open' }, { test: false, source: true, pattern: '**/*', startMode: 'edit' } ],
logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 8192 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } },
preprocessors: {},
maxConsoleMessagesPerTest: 100,
maxTraceSteps: 999999,
maxTraceStepsForWatchExpressionPrefetch: 10,
autoConsoleLog: true,
delays: { run: 0, edit: 100, update: 0 },
workers: { initial: 0, regular: 0, recycle: false },
teardown: undefined,
hints: {
ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore|c8 ignore/',
ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
commentAutoLog: '?',
testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
},
automaticTestFileSelection: true,
runSelectedTestsOnly: true,
mapConsoleMessagesStackTrace: false,
extensions: {},
env: { type: 'node', params: {}, runner: '<homeDir>/.nvm/versions/node/v20.11.1/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
reportUnhandledPromises: true,
slowTestThreshold: 75,
lowCoverageThreshold: 80,
runAllTestsWhenNoAffectedTests: false,
configCode: 'auto.detect#49817701',
testLocations: [ 'src/edit-container-dashboard-page/dashboard-sidebar.test.tsx' ]
},
packageJSON: {
dependencies: {
'@apollo/client': '3.12.8',
'@bugsnag/plugin-react': '^6.4.0',
'@floating-ui/react-dom': '^2.1.2',
'@graphql-typed-document-node/core': '^3.2.0',
'@recurly/react-recurly': '^1.2.7',
'@reduxjs/toolkit': '^1.9.7',
'@types/react-helmet': '^6.1.6',
'@types/react-redux': '^7.1.25',
'@wry/equality': '^0.5.2',
brace: '^0.11.1',
classnames: '^2.3.1',
color: '^1.0.3',
'copy-to-clipboard': '^3.0.6',
'core-js': '^3.3.5',
d3: '^3.5.17',
'date-fns': '^4.1.0',
fscreen: '^1.0.2',
'fuse.js': '^6.6.2',
graphql: '^16.8.0',
he: '^1.1.1',
history: '^4.9.0',
hsluv: '^0.0.1',
'immutability-helper': '^2.6.4',
intl: '^1.2.5',
'intl-messageformat': '3.1.3',
'isomorphic-fetch': '^2.2.1',
'js-cookie': '^2.1.4',
'launchdarkly-js-client-sdk': '^3.1.1',
'little-loader': '^0.2.0',
localforage: '^1.7.3',
lodash: '^4.17.4',
machina: '^4.0.2',
'markdown-to-jsx': '^7.5.0',
'mixpanel-browser': '^2.58.0',
mockdate: '^2.0.5',
moment: '^2.18.1',
'moment-timezone': '^0.5.45',
'prop-types': '^15.5.8',
react: '^17.0.2',
'react-ace': '^9.5.0',
'react-autowhatever': '^10.2.1',
'react-color': '^2.17.3',
'react-dnd': '^10.0.2',
'react-dnd-html5-backend': '^10.0.2',
'react-dom': '^17.0.2',
'react-dropzone': '^11.0.3',
'react-error-boundary': '^4.0.11',
'react-helmet': '^6.1.0',
'react-hook-form': '^7.30.0',
'react-intl': '^6.6.2',
'react-query': '^3.19.6',
'react-redux': '^8.0.5',
'react-remarkable': '^1.1.1',
'react-resize-detector': '^7.1.2',
'react-router': '^5.3.4',
'react-router-dom': '^5.3.4',
'react-select': '^4.3.1',
'react-tabs': '^4.2.1',
'react-transition-group': '^4.4.5',
'react-use-error-boundary': '^3.0.0',
redux: '^4.2.0',
'redux-thunk': '^2.4.2',
'regenerator-runtime': '^0.14.1',
'resize-observer-polyfill': '^1.5.1',
rooks: '^7.4.0',
rxjs: '^5.4.3',
sass: '^1.54.4',
'ts-node': '^10.9.2',
tsafe: '^1.7.2',
'ua-parser-js': '^0.7.20',
uuid: '^8.3.2',
waait: '^1.0.5',
weekstart: '^1.1.0',
zod: '3.21.4'
},
devDependencies: {
'@babel/cli': '^7.6.4',
'@babel/core': '^7.6.4',
'@babel/plugin-proposal-object-rest-spread': '^7.6.2',
'@babel/plugin-syntax-dynamic-import': '^7.2.0',
'@babel/plugin-transform-modules-commonjs': '^7.6.0',
'@babel/plugin-transform-react-display-name': '^7.0.0',
'@babel/plugin-transform-react-jsx-source': '^7.22.5',
'@babel/plugin-transform-regenerator': '^7.0.0',
'@babel/preset-env': '^7.6.3',
'@babel/preset-react': '^7.6.3',
'@babel/preset-typescript': '^7.18.6',
'@bundle-stats/plugin-webpack-filter': '^4.17.0',
'@chromatic-com/storybook': '^1.9.0',
'@graphql-codegen/cli': '^5.0.0',
'@graphql-codegen/client-preset': '^4.1.0',
'@graphql-codegen/fragment-matcher': '^5.1.0',
'@graphql-codegen/introspection': '^4.0.0',
'@graphql-tools/mock': '^9.0.0',
'@pmmmwh/react-refresh-webpack-plugin': '^0.5.15',
'@relative-ci/agent': '^4.1.3',
'@rspack/cli': '^0.5.4',
'@rspack/core': '^0.5.4',
'@rspack/plugin-react-refresh': '^1.0.0',
'@storybook/addon-a11y': '^8.3.6',
'@storybook/addon-actions': '^8.3.3',
'@storybook/addon-controls': '^8.3.3',
'@storybook/addon-docs': '^8.3.3',
'@storybook/addon-essentials': '^8.3.3',
'@storybook/addon-interactions': '^8.3.3',
'@storybook/addon-links': '^8.3.3',
'@storybook/addon-onboarding': '^8.3.3',
'@storybook/addon-webpack5-compiler-swc': '^1.0.5',
'@storybook/blocks': '^8.3.3',
'@storybook/preview-api': '^8.3.3',
'@storybook/react': '^8.3.3',
'@storybook/react-webpack5': '^8.3.3',
'@storybook/test': '^8.3.3',
'@storybook/test-runner': '^0.19.1',
'@svgr/webpack': '^5.4.0',
'@testing-library/dom': '^8.17.1',
'@testing-library/jest-dom': '^5.14.1',
'@testing-library/react': '^12.0.0',
'@testing-library/react-hooks': '^7.0.1',
'@testing-library/user-event': '14',
'@types/color': '^3.0.3',
'@types/d3': '^7.4.3',
'@types/enzyme': '^3.10.12',
'@types/jest': '^29.0.0',
'@types/js-cookie': '^3.0.5',
'@types/lodash': '^4.14.149',
'@types/mixpanel-browser': '^2.51.0',
'@types/react': '^17.0.2',
'@types/react-dom': '^17.0.2',
'@types/react-router-dom': '^5.3.3',
'@types/react-select': '^3.1.1',
'@types/react-transition-group': '^4.4.5',
'@types/redux-mock-store': '^1.0.3',
'@typescript-eslint/eslint-plugin': '^7.3.1',
'@typescript-eslint/parser': '^7.7.1',
'@wojtekmaj/enzyme-adapter-react-17': '^0.8.0',
'babel-jest': '^29.0.1',
'babel-loader': '^9.1.3',
'babel-plugin-syntax-async-functions': '^6.13.0',
'babel-plugin-syntax-trailing-function-commas': '^6.22.0',
chromatic: '^11.0.0',
'dependency-cruiser': '^16.6.0',
enzyme: '^3.10.0',
'enzyme-to-json': '^3.6.1',
'es6-promise': '^4.1.0',
eslint: '^8.32.0',
eslint_d: '^12.2.0',
'eslint-config-prettier': '^10.1.5',
'eslint-plugin-app-copy': 'github:geckoboard/eslint-plugin-app-copy',
'eslint-plugin-es-x': '^7.5.0',
'eslint-plugin-import': '^2.31.0',
'eslint-plugin-jest': '^27.9.0',
'eslint-plugin-prettier': '^5.5.0',
'eslint-plugin-react': '^7.32.1',
'eslint-plugin-react-hooks': '^4.6.0',
'eslint-plugin-storybook': '^0.8.0',
'eslint-plugin-testing-library': '^6.2.2',
'exports-loader': '^3.1.0',
'graphql-tag': '^2.12.6',
'identity-obj-proxy': '^3.0.0',
jest: '^29.0.1',
'jest-canvas-mock': '^2.4.0',
'jest-diff': '^29.0.1',
'jest-environment-jsdom': '^29.0.1',
'jest-fail-on-console': '^2.2.3',
'jest-junit': '^12.2.0',
'jest-launchdarkly-mock': '^2.1.0',
'jest-transform-stub': '^2.0.0',
msw: '^2.6.5',
'msw-storybook-addon': '^2.0.4',
nock: '^13.1.1',
'node-notifier': '^10.0.1',
normalizr: '^3.2.2',
'postcss-loader': '^6.2.1',
'postcss-modules': '^0.7.0',
'postcss-preset-env': '^7.0.1',
prettier: '^3.5.3',
'react-refresh': '^0.14.2',
'react-select-event': '^5.5.1',
'react-test-renderer': '^17.0.2',
'redux-mock-store': '^1.2.3',
'remark-gfm': '^3.0.1',
'resolve-url-loader': '^5.0.0',
rewiremock: '^3.13.9',
'sass-loader': '^12.6.0',
'simple-scaffold': '^2.2.0',
storybook: '^8.3.3',
'storybook-addon-apollo-client': '^7.3.0',
'style-loader': '^3.3.1',
'tsconfig-paths-webpack-plugin': '^4.1.0',
typescript: '^5.4.2',
'typescript-xunit-xml': '^1.1.0',
'uglify-js': '^2.8.22',
uniloc: '^0.3.0'
}
},
fs: { numberOfFiles: 6137 },
debug: [
'2025-06-24T12:51:53.673Z model Initialization Completed: 143ms\n',
'2025-06-24T12:51:53.717Z config Attempting automatic configuration for angular\n',
'2025-06-24T12:51:53.719Z ui.service Starting UI service on port: 55000\n',
'2025-06-24T12:51:53.720Z ui.service UI service started on port: 55000\n',
'2025-06-24T12:51:53.721Z angular/cli config Angular CLI not found.\n',
'2025-06-24T12:51:53.721Z config Finished attempting automatic configuration for angular (4ms)\n',
'2025-06-24T12:51:53.721Z config Attempting automatic configuration for jest\n',
'2025-06-24T12:51:53.786Z jest/config Detected Jest.\n',
'2025-06-24T12:51:53.786Z jest/config Configured Jest.\n',
'2025-06-24T12:51:53.786Z config Finished attempting automatic configuration for jest (65ms)\n',
'2025-06-24T12:51:53.787Z project Wallaby Node version: v20.11.1\n',
'2025-06-24T12:51:53.787Z project Wallaby config: <homeDir>/src/polecat/auto.detect\n',
'2025-06-24T12:51:53.935Z fs File system starting\n',
'2025-06-24T12:51:54.103Z fs File system scan completed\n',
'2025-06-24T12:51:54.121Z project File cache: <homeDir>/Library/Application Support/Sublime Text 3/Packages/Wallaby/projects/75d926d301d9b55f\n',
'2025-06-24T12:51:54.123Z ui.service.legacy Listening port 51235\n',
'2025-06-24T12:51:54.169Z workers Parallelism for initial run: 9, for regular run: 4\n',
'2025-06-24T12:51:54.180Z workers Web server is listening at 56777\n',
'2025-06-24T12:51:54.186Z project File cache requires some updates, waiting required files from IDE\n',
'2025-06-24T12:51:54.194Z project Stopping process pool\n',
'2025-06-24T12:51:54.196Z runManager Test run started; run priority: 3\n',
'2025-06-24T12:51:54.201Z runManager Running all tests\n',
'2025-06-24T12:51:54.227Z runManager Test run finished\n',
'2025-06-24T12:51:54.227Z runManager Test run data re-queued\n',
'2025-06-24T12:51:54.230Z runManager Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2025-06-24T12:51:54.230Z runManager Requested to run all tests\n',
'2025-06-24T12:51:54.232Z runManager Test run started; run priority: 3\n',
'2025-06-24T12:51:54.232Z runManager Running all tests\n',
'2025-06-24T12:51:54.250Z workers Starting test run\n',
'2025-06-24T12:51:54.250Z workers Starting run worker instance #10\n',
'2025-06-24T12:51:54.250Z nodeRunner Starting sandbox [worker #10, session #sdxqp]\n',
'2025-06-24T12:51:54.250Z nodeRunner Preparing sandbox [worker #10, session #sdxqp]\n',
'2025-06-24T12:51:54.318Z workers Started run worker instance (delayed) #10\n',
'2025-06-24T12:51:54.318Z nodeRunner Prepared sandbox [worker #10, session #sdxqp]\n',
"2025-06-24T12:51:54.336Z workers 'Configuring Jest (sdxqp)'\n",
"2025-06-24T12:51:54.386Z workers 'Getting Jest test data (sdxqp)'\n",
'2025-06-24T12:51:54.585Z workers Starting run worker instance #0\n',
'2025-06-24T12:51:54.585Z nodeRunner Starting sandbox [worker #0, session #gcf8d]\n',
'2025-06-24T12:51:54.585Z nodeRunner Preparing sandbox [worker #0, session #gcf8d]\n',
'2025-06-24T12:51:54.649Z workers Started run worker instance (delayed) #0\n',
'2025-06-24T12:51:54.649Z nodeRunner Prepared sandbox [worker #0, session #gcf8d]\n',
'2025-06-24T12:51:54.649Z workers [worker #0, session #gcf8d] Running tests in sandbox\n',
"2025-06-24T12:51:54.666Z workers 'Configuring Jest (gcf8d)'\n",
"2025-06-24T12:51:54.705Z workers 'Getting Jest test data (gcf8d)'\n",
"2025-06-24T12:51:54.805Z workers 'Scheduling Jest Test Run (gcf8d): 2025-06-24T12:51:54.805Z'\n",
'2025-06-24T12:51:59.530Z ui.service.legacy UI client connected\n',
'2025-06-24T12:51:59.530Z ui.service.legacy Outgoing message ui:handshake\n',
'2025-06-24T12:51:59.534Z ui.service.legacy Incoming message ui:tests:resultsRequested\n',
'2025-06-24T12:51:59.536Z ui.service.legacy Outgoing message ui:tests:allResultsUpdated\n',
'2025-06-24T12:51:59.536Z ui.service.legacy Incoming message ui:start\n',
'2025-06-24T12:51:59.537Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:51:59.540Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:51:59.542Z ui.service.legacy Outgoing message ui:testFilterChanged\n',
'2025-06-24T12:52:00.478Z workers [gcf8d] Loaded unknown number of test(s)\n',
'2025-06-24T12:52:00.495Z workers [gcf8d] Test executed: enables collapsing the sidebar\n',
'2025-06-24T12:52:00.496Z workers [gcf8d] Test executed: renders a loading spinner while fetching the allowances and the dashboards\n',
'2025-06-24T12:52:00.496Z workers [gcf8d] Test executed: renders an error message when failing to fetch dashboards\n',
'2025-06-24T12:52:00.497Z workers [gcf8d] Test executed: renders a list of dashboards\n',
'2025-06-24T12:52:00.497Z workers [gcf8d] Test executed: renders all dashboards and does not fetch folders\n',
'2025-06-24T12:52:00.497Z workers [gcf8d] Test executed: scrolls the current dashboard into view on initial load\n',
'2025-06-24T12:52:00.497Z workers [gcf8d] Test executed: renders a list of folders\n',
'2025-06-24T12:52:00.497Z workers [gcf8d] Test executed: automatically opens a folder when landing on a dashboard inside it\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: shows the three-dot menu button to open the menu for folders\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: renders a list of sorted dashboards\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: navigates to the dashboard without a full-page redirect\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: renders a regular anchor\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: highlights the current dashboard\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: does not display an add folder button\n',
'2025-06-24T12:52:00.498Z workers [gcf8d] Test executed: does not display an add dashboard button\n',
'2025-06-24T12:52:00.499Z workers [gcf8d] Test executed: does not display an edit icon button\n',
'2025-06-24T12:52:00.499Z workers [gcf8d] Test executed: is not shown when the `dashboard-folders` flag is off\n',
'2025-06-24T12:52:00.499Z workers [gcf8d] Test executed: is shown when the `dashboard-folders` flag is on\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: shows an input to create a new folder when clicked\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: shows an upgrade modal if missing the allowance\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: does not render when isCreating is false\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: triggers a mutation to create a folder when completing an edit\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: uses a default folder name when pressing escape\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: uses a default folder name when the name is left empty\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: shows the add dashboard modal when there are classicboards\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: creates a container dashboard when there are no classicboards\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: displays the edit icon button when the user can edit current dashboard\n',
'2025-06-24T12:52:00.511Z workers [gcf8d] Test executed: shows all dashboard operations for Classic or Fixie dashboards\n',
'2025-06-24T12:52:00.512Z workers [gcf8d] Test executed: is displayed when having the feature flag\n',
'2025-06-24T12:52:00.572Z workers [gcf8d] Test executed: for a Dashie\n',
'2025-06-24T12:52:00.744Z workers [gcf8d] Test executed: for a Legacy Dashboard\n',
'2025-06-24T12:52:00.849Z workers [gcf8d] Test executed: ends up in the dashboard over-quota modal when going above the hard limit\n',
'2025-06-24T12:52:00.962Z workers [gcf8d] Test executed: shows an error toast when failing to duplicate a dashboard\n',
'2025-06-24T12:52:01.105Z workers [gcf8d] Test executed: for a Dashie\n',
'2025-06-24T12:52:01.247Z workers [gcf8d] Test executed: for a legacy dashboard\n',
'2025-06-24T12:52:01.379Z workers [gcf8d] Test executed: redirects to the previous dashboard in the list when not in a folder\n',
'2025-06-24T12:52:01.526Z workers [gcf8d] Test executed: redirects to another dashboard in the folder\n',
'2025-06-24T12:52:01.652Z workers [gcf8d] Test executed: shows a toast when failing to delete a dashboard\n',
'2025-06-24T12:52:01.780Z workers [gcf8d] Test executed: navigates to the next root dashboard when deleting the last dashboard in a folder\n',
'2025-06-24T12:52:01.940Z workers [gcf8d] Test executed: navigates to the first dashboard in another folder when deleting the last root dashboard\n',
'2025-06-24T12:52:02.077Z workers [gcf8d] Test executed: navigates to the first dashboard in the next folder with dashboards\n',
'2025-06-24T12:52:02.211Z workers [gcf8d] Test executed: navigates to the first dashboard in the previous folder with dashboards when there is no next folder to go to\n',
'2025-06-24T12:52:02.359Z workers [gcf8d] Test executed: for a Dashie\n',
'2025-06-24T12:52:02.498Z workers [gcf8d] Test executed: for a legacy dashboard\n',
'2025-06-24T12:52:02.605Z workers [gcf8d] Test executed: does not rename dashboard when prompt is cancelled\n',
'2025-06-24T12:52:02.749Z workers [gcf8d] Test executed: does not rename dashboard when new title is empty\n',
'2025-06-24T12:52:02.870Z workers [gcf8d] Test executed: displays folders list on sub menu when hovering over move to folder from main menu and having the feature flag\n',
'2025-06-24T12:52:02.925Z workers [gcf8d] Test executed: does not display the edit icon button when the user cannot edit a current dashboard\n',
'2025-06-24T12:52:02.987Z workers [gcf8d] Test executed: does not display the three-dot icon on hover to open the menu when not having the flag\n',
'2025-06-24T12:52:03.051Z workers [gcf8d] Test executed: renders the editable textbox\n',
'2025-06-24T12:52:03.136Z workers [gcf8d] Test executed: updates the current dashboard title on enter\n',
'2025-06-24T12:52:03.231Z workers [gcf8d] Test executed: shows a feature gate if the advancedDashboardManagement allowance is not available\n',
'2025-06-24T12:52:03.325Z workers [gcf8d] Test executed: distinguishes between "pro" plans when on a legacy pro plan\n',
'2025-06-24T12:52:03.417Z workers [gcf8d] Test executed: non-owners do not get to distinguish between "pro" plans\n',
'2025-06-24T12:52:03.583Z workers [gcf8d] Test executed: allows us to move a dashboard from the root to a folder and opens a folder\n',
'2025-06-24T12:52:03.726Z workers [gcf8d] Test executed: can move a dashboard into a new folder\n',
'2025-06-24T12:52:03.938Z workers [gcf8d] Test executed: allows us to move a dashboard from a folder to another folder\n',
'2025-06-24T12:52:04.109Z workers [gcf8d] Test executed: allows us to move dashboards out of folders\n',
'2025-06-24T12:52:04.234Z workers [gcf8d] Test executed: shows a toast when failing to move dashboard\n',
'2025-06-24T12:52:04.397Z workers [gcf8d] Test executed: renames the folder and uses an optimistic response so that the UI updates immediately\n',
'2025-06-24T12:52:04.541Z workers [gcf8d] Test executed: does not update the name when hitting escape\n',
'2025-06-24T12:52:04.641Z workers [gcf8d] Test executed: does not allow to delete the only dashboard and disables the item instead when trying it on the root\n',
'2025-06-24T12:52:04.765Z workers [gcf8d] Test executed: does not allow to delete the only dashboard and disables the item instead when trying it within a folder\n',
'2025-06-24T12:52:04.977Z workers [gcf8d] Test executed: removes the folder from folders list and moves dashboards back to the root\n',
'2025-06-24T12:52:05.072Z workers [gcf8d] Test executed: shows confirmation modal when deleting a folder with dashboards\n',
'2025-06-24T12:52:05.163Z workers [gcf8d] Test executed: slightly amends the delete modal copy when the folder contains only one dashboard\n',
'2025-06-24T12:52:05.258Z workers [gcf8d] Test executed: deletes empty folder immediately without confirmation\n',
'2025-06-24T12:52:05.433Z workers [gcf8d] Test executed: shows a toast when it fails\n',
'2025-06-24T12:52:05.555Z workers [gcf8d] Test executed: sorts folders alphabetically in the UI after creation\n',
'2025-06-24T12:52:05.562Z workers [gcf8d] Run 69 test(s), skipped 0 test(s)\n',
"2025-06-24T12:52:05.562Z workers 'Jest Test Run Complete (gcf8d): 2025-06-24T12:52:05.561Z'\n",
'2025-06-24T12:52:05.562Z workers [gcf8d] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:05.562Z workers [sdxqp] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:05.562Z workers [sdxqp] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:05.562Z runManager Test run finished\n',
'2025-06-24T12:52:05.563Z project Processed console.log entries\n',
'2025-06-24T12:52:05.563Z project Processed loading sequences\n',
'2025-06-24T12:52:05.564Z project Processed executed tests\n',
'2025-06-24T12:52:05.738Z project Processed code coverage\n',
'2025-06-24T12:52:06.296Z runManager Test run result processed and sent to IDE\n',
'2025-06-24T12:52:06.296Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:06.302Z ui.service.legacy Outgoing message ui:tests:someResultsUpdated\n',
'2025-06-24T12:52:06.313Z ui.service.legacy Outgoing message ui:coverageChanged\n',
'2025-06-24T12:52:14.255Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:14.259Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:14.259Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.263Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.264Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:14.264Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:14.264Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:14.292Z workers Starting test run\n',
'2025-06-24T12:52:14.292Z nodeRunner Starting sandbox [worker #10, session #plxts]\n',
'2025-06-24T12:52:14.292Z nodeRunner Preparing sandbox [worker #10, session #plxts]\n',
'2025-06-24T12:52:14.292Z nodeRunner Prepared sandbox [worker #10, session #plxts]\n',
"2025-06-24T12:52:14.294Z workers 'Configuring Jest (plxts)'\n",
"2025-06-24T12:52:14.294Z workers 'Getting Jest test data (plxts)'\n",
'2025-06-24T12:52:14.294Z nodeRunner Starting sandbox [worker #0, session #5lhea]\n',
'2025-06-24T12:52:14.294Z nodeRunner Preparing sandbox [worker #0, session #5lhea]\n',
'2025-06-24T12:52:14.294Z nodeRunner Prepared sandbox [worker #0, session #5lhea]\n',
'2025-06-24T12:52:14.294Z workers [worker #0, session #5lhea] Running tests in sandbox\n',
"2025-06-24T12:52:14.296Z workers 'Configuring Jest (5lhea)'\n",
"2025-06-24T12:52:14.296Z workers 'Getting Jest test data (5lhea)'\n",
"2025-06-24T12:52:14.296Z workers 'Scheduling Jest Test Run (5lhea): 2025-06-24T12:52:14.296Z'\n",
'2025-06-24T12:52:14.457Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:14.457Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:14.458Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:14.458Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.459Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.511Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.560Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.612Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.661Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.721Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.770Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:14.771Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:14.771Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.773Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.824Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.872Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:14.873Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:14.873Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.875Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.926Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:14.977Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.005Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:15.006Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:15.006Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.007Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.058Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.109Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.160Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.211Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.262Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.312Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.362Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.412Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.463Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.514Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.565Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.615Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.664Z workers [5lhea] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:15.665Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.665Z workers [plxts] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:15.665Z workers [plxts] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:15.665Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:15.665Z runManager Test run finished\n',
'2025-06-24T12:52:15.665Z runManager Test run data re-queued\n',
'2025-06-24T12:52:15.666Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:15.707Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:15.708Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:15.708Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.711Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.712Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:15.712Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:15.712Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:15.733Z workers Starting test run\n',
'2025-06-24T12:52:15.733Z nodeRunner Starting sandbox [worker #10, session #2lfr4]\n',
'2025-06-24T12:52:15.733Z nodeRunner Preparing sandbox [worker #10, session #2lfr4]\n',
'2025-06-24T12:52:15.733Z nodeRunner Prepared sandbox [worker #10, session #2lfr4]\n',
"2025-06-24T12:52:15.735Z workers 'Configuring Jest (2lfr4)'\n",
"2025-06-24T12:52:15.735Z workers 'Getting Jest test data (2lfr4)'\n",
'2025-06-24T12:52:15.735Z nodeRunner Starting sandbox [worker #0, session #ghqik]\n',
'2025-06-24T12:52:15.735Z nodeRunner Preparing sandbox [worker #0, session #ghqik]\n',
'2025-06-24T12:52:15.735Z nodeRunner Prepared sandbox [worker #0, session #ghqik]\n',
'2025-06-24T12:52:15.735Z workers [worker #0, session #ghqik] Running tests in sandbox\n',
"2025-06-24T12:52:15.737Z workers 'Configuring Jest (ghqik)'\n",
"2025-06-24T12:52:15.737Z workers 'Getting Jest test data (ghqik)'\n",
"2025-06-24T12:52:15.737Z workers 'Scheduling Jest Test Run (ghqik): 2025-06-24T12:52:15.737Z'\n",
'2025-06-24T12:52:15.809Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:15.810Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:15.810Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:15.810Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.812Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.864Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.913Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.963Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.989Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:15.989Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:15.989Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:15.991Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.041Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.091Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.143Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.193Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.206Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:16.206Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:16.206Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.208Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.259Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.309Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.360Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.411Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.462Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.512Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.562Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:16.563Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:16.563Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.564Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.615Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.665Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.716Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.766Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.817Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.867Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.918Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:16.969Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.020Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.069Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.121Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.170Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.221Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.271Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.286Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:17.286Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:17.286Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.287Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.338Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.349Z workers [ghqik] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:17.349Z workers [2lfr4] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:17.349Z workers [2lfr4] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:17.349Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:17.349Z runManager Test run finished\n',
'2025-06-24T12:52:17.349Z runManager Test run data re-queued\n',
'2025-06-24T12:52:17.349Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:17.388Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.390Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.392Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:17.392Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:17.392Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:17.411Z workers Starting test run\n',
'2025-06-24T12:52:17.411Z nodeRunner Starting sandbox [worker #10, session #yq5em]\n',
'2025-06-24T12:52:17.411Z nodeRunner Preparing sandbox [worker #10, session #yq5em]\n',
'2025-06-24T12:52:17.411Z nodeRunner Prepared sandbox [worker #10, session #yq5em]\n',
"2025-06-24T12:52:17.414Z workers 'Configuring Jest (yq5em)'\n",
"2025-06-24T12:52:17.414Z workers 'Getting Jest test data (yq5em)'\n",
'2025-06-24T12:52:17.414Z nodeRunner Starting sandbox [worker #0, session #xdjm5]\n',
'2025-06-24T12:52:17.414Z nodeRunner Preparing sandbox [worker #0, session #xdjm5]\n',
'2025-06-24T12:52:17.414Z nodeRunner Prepared sandbox [worker #0, session #xdjm5]\n',
'2025-06-24T12:52:17.414Z workers [worker #0, session #xdjm5] Running tests in sandbox\n',
"2025-06-24T12:52:17.415Z workers 'Configuring Jest (xdjm5)'\n",
"2025-06-24T12:52:17.416Z workers 'Getting Jest test data (xdjm5)'\n",
"2025-06-24T12:52:17.416Z workers 'Scheduling Jest Test Run (xdjm5): 2025-06-24T12:52:17.416Z'\n",
'2025-06-24T12:52:17.882Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:17.883Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:17.883Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:17.883Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.884Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.935Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:17.986Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.036Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.087Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.138Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.189Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.239Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.290Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.291Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:18.291Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:18.291Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.292Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.343Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.393Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.424Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:18.425Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:18.425Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.426Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.477Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.527Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.578Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.629Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.680Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.688Z workers [xdjm5] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:18.688Z workers [yq5em] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:18.688Z workers [yq5em] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:18.688Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:18.688Z runManager Test run finished\n',
'2025-06-24T12:52:18.688Z runManager Test run data re-queued\n',
'2025-06-24T12:52:18.688Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:18.730Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.732Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.734Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:18.734Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:18.734Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:18.756Z workers Starting test run\n',
'2025-06-24T12:52:18.756Z nodeRunner Starting sandbox [worker #10, session #8gjvn]\n',
'2025-06-24T12:52:18.756Z nodeRunner Preparing sandbox [worker #10, session #8gjvn]\n',
'2025-06-24T12:52:18.756Z nodeRunner Prepared sandbox [worker #10, session #8gjvn]\n',
"2025-06-24T12:52:18.758Z workers 'Configuring Jest (8gjvn)'\n",
"2025-06-24T12:52:18.758Z workers 'Getting Jest test data (8gjvn)'\n",
'2025-06-24T12:52:18.759Z nodeRunner Starting sandbox [worker #0, session #mtwvf]\n',
'2025-06-24T12:52:18.759Z nodeRunner Preparing sandbox [worker #0, session #mtwvf]\n',
'2025-06-24T12:52:18.759Z nodeRunner Prepared sandbox [worker #0, session #mtwvf]\n',
'2025-06-24T12:52:18.759Z workers [worker #0, session #mtwvf] Running tests in sandbox\n',
'2025-06-24T12:52:18.902Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:18.904Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:18.904Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:18.905Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.906Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:18.957Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.008Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.059Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.109Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.160Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.211Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.262Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.291Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:19.292Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:19.292Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.292Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.343Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.393Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.445Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.495Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.546Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.597Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.634Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:19.635Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:19.635Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.636Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.687Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.737Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.788Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.838Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.889Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.939Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:19.990Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.040Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.092Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.142Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.193Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.243Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.288Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:20.288Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:20.288Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.290Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.341Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.391Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.442Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.493Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.544Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.594Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.646Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.696Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.747Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.798Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.849Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.899Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.905Z workers [mtwvf] Sandbox is not responsive, recycling worker instance\n',
'2025-06-24T12:52:20.905Z workers Recycling run worker instance #0\n',
'2025-06-24T12:52:20.905Z workers [8gjvn] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:20.905Z workers [8gjvn] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:20.906Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:20.906Z runManager Test run finished\n',
'2025-06-24T12:52:20.906Z runManager Test run data re-queued\n',
'2025-06-24T12:52:20.906Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:20.921Z model [ERROR] Error: write EPIPE\n at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)\n',
'2025-06-24T12:52:20.952Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:20.952Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:20.952Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:20.952Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:20.973Z workers Starting test run\n',
'2025-06-24T12:52:20.973Z nodeRunner Starting sandbox [worker #10, session #m06pd]\n',
'2025-06-24T12:52:20.973Z nodeRunner Preparing sandbox [worker #10, session #m06pd]\n',
'2025-06-24T12:52:20.973Z nodeRunner Prepared sandbox [worker #10, session #m06pd]\n',
"2025-06-24T12:52:20.974Z workers 'Configuring Jest (m06pd)'\n",
"2025-06-24T12:52:20.975Z workers 'Getting Jest test data (m06pd)'\n",
'2025-06-24T12:52:20.975Z workers Starting run worker instance #0\n',
'2025-06-24T12:52:20.975Z nodeRunner Starting sandbox [worker #0, session #uu9rh]\n',
'2025-06-24T12:52:20.975Z nodeRunner Preparing sandbox [worker #0, session #uu9rh]\n',
'2025-06-24T12:52:21.045Z workers Started run worker instance (delayed) #0\n',
'2025-06-24T12:52:21.045Z nodeRunner Prepared sandbox [worker #0, session #uu9rh]\n',
'2025-06-24T12:52:21.045Z workers [worker #0, session #uu9rh] Running tests in sandbox\n',
"2025-06-24T12:52:21.063Z workers 'Configuring Jest (uu9rh)'\n",
"2025-06-24T12:52:21.106Z workers 'Getting Jest test data (uu9rh)'\n",
"2025-06-24T12:52:21.213Z workers 'Scheduling Jest Test Run (uu9rh): 2025-06-24T12:52:21.213Z'\n",
'2025-06-24T12:52:21.481Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:21.482Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:21.482Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:21.482Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.483Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.534Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.585Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.636Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.676Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:21.677Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:21.677Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.678Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.729Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.779Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.831Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.875Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:21.876Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:21.876Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.878Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.928Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:21.978Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.029Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.080Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.118Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:22.119Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:22.119Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.119Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.170Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.221Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.272Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.323Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.331Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:22.331Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:22.331Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.332Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.383Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.434Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.485Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.535Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.553Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:22.554Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:22.554Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.554Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.605Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.655Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.707Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.756Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.807Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.827Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:22.828Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:22.828Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.828Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.879Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.930Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:22.980Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.030Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.081Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.108Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:23.109Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:23.109Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.109Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.160Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.210Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.336Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.387Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.438Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.443Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:23.443Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:23.443Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.444Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.495Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.546Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.597Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.647Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.698Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.748Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.799Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.850Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.900Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:23.950Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.001Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.034Z workers [uu9rh] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:24.034Z workers [m06pd] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:24.034Z workers [m06pd] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:24.034Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:24.034Z runManager Test run finished\n',
'2025-06-24T12:52:24.035Z runManager Test run data re-queued\n',
'2025-06-24T12:52:24.035Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:24.051Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.053Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.054Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:24.054Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:24.054Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:24.073Z workers Starting test run\n',
'2025-06-24T12:52:24.073Z nodeRunner Starting sandbox [worker #10, session #hsuqx]\n',
'2025-06-24T12:52:24.073Z nodeRunner Preparing sandbox [worker #10, session #hsuqx]\n',
'2025-06-24T12:52:24.073Z nodeRunner Prepared sandbox [worker #10, session #hsuqx]\n',
"2025-06-24T12:52:24.078Z workers 'Configuring Jest (hsuqx)'\n",
"2025-06-24T12:52:24.078Z workers 'Getting Jest test data (hsuqx)'\n",
'2025-06-24T12:52:24.078Z nodeRunner Starting sandbox [worker #0, session #vpe24]\n',
'2025-06-24T12:52:24.078Z nodeRunner Preparing sandbox [worker #0, session #vpe24]\n',
'2025-06-24T12:52:24.078Z nodeRunner Prepared sandbox [worker #0, session #vpe24]\n',
'2025-06-24T12:52:24.078Z workers [worker #0, session #vpe24] Running tests in sandbox\n',
"2025-06-24T12:52:24.080Z workers 'Configuring Jest (vpe24)'\n",
"2025-06-24T12:52:24.080Z workers 'Getting Jest test data (vpe24)'\n",
"2025-06-24T12:52:24.080Z workers 'Scheduling Jest Test Run (vpe24): 2025-06-24T12:52:24.080Z'\n",
'2025-06-24T12:52:24.083Z fs File changed: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:24.083Z fs No changes detected for src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:24.083Z extended-core File was not changed, but file markers may need to be synced\n',
'2025-06-24T12:52:24.508Z fs File changed: .eslintcache\n',
'2025-06-24T12:52:24.508Z fs File changed: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:24.508Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:24.509Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.512Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:24.512Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.514Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.547Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:24.559Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:24.559Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.560Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.610Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.660Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.711Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.761Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.813Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.862Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.913Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:24.963Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.014Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.064Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.115Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.167Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.192Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:25.221Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:25.221Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.224Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.275Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.326Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.378Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.428Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.480Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.530Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.583Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.634Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.687Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.737Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.789Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.841Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.892Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.943Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:25.994Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.044Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.096Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.146Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.197Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.236Z workers [vpe24] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:26.236Z workers [hsuqx] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:26.236Z workers [hsuqx] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:26.236Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:26.236Z runManager Test run finished\n',
'2025-06-24T12:52:26.236Z runManager Test run data re-queued\n',
'2025-06-24T12:52:26.236Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:26.248Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.250Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:26.251Z runManager Test run started; run priority: 2\n',
'2025-06-24T12:52:26.251Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2025-06-24T12:52:26.251Z testTask Running only selected or not excluded tests\n',
'2025-06-24T12:52:26.270Z workers Starting test run\n',
'2025-06-24T12:52:26.270Z nodeRunner Starting sandbox [worker #10, session #e49ab]\n',
'2025-06-24T12:52:26.270Z nodeRunner Preparing sandbox [worker #10, session #e49ab]\n',
'2025-06-24T12:52:26.270Z nodeRunner Prepared sandbox [worker #10, session #e49ab]\n',
"2025-06-24T12:52:26.274Z workers 'Configuring Jest (e49ab)'\n",
"2025-06-24T12:52:26.274Z workers 'Getting Jest test data (e49ab)'\n",
'2025-06-24T12:52:26.275Z nodeRunner Starting sandbox [worker #0, session #wr53i]\n',
'2025-06-24T12:52:26.275Z nodeRunner Preparing sandbox [worker #0, session #wr53i]\n',
'2025-06-24T12:52:26.275Z nodeRunner Prepared sandbox [worker #0, session #wr53i]\n',
'2025-06-24T12:52:26.275Z workers [worker #0, session #wr53i] Running tests in sandbox\n',
"2025-06-24T12:52:26.277Z workers 'Configuring Jest (wr53i)'\n",
"2025-06-24T12:52:26.277Z workers 'Getting Jest test data (wr53i)'\n",
"2025-06-24T12:52:26.277Z workers 'Scheduling Jest Test Run (wr53i): 2025-06-24T12:52:26.277Z'\n",
'2025-06-24T12:52:27.816Z workers [wr53i] Loaded unknown number of test(s)\n',
'2025-06-24T12:52:27.818Z workers [wr53i] Test executed: enables collapsing the sidebar\n',
'2025-06-24T12:52:27.818Z workers [wr53i] Test executed: renders a loading spinner while fetching the allowances and the dashboards\n',
'2025-06-24T12:52:27.818Z workers [wr53i] Test executed: renders an error message when failing to fetch dashboards\n',
'2025-06-24T12:52:27.818Z workers [wr53i] Test executed: renders a list of dashboards\n',
'2025-06-24T12:52:27.820Z workers [wr53i] Test executed: renders all dashboards and does not fetch folders\n',
'2025-06-24T12:52:27.820Z workers [wr53i] Test executed: scrolls the current dashboard into view on initial load\n',
'2025-06-24T12:52:27.820Z workers [wr53i] Test executed: renders a list of folders\n',
'2025-06-24T12:52:27.828Z workers [wr53i] Test executed: automatically opens a folder when landing on a dashboard inside it\n',
'2025-06-24T12:52:27.917Z workers [wr53i] Test executed: shows the three-dot menu button to open the menu for folders\n',
'2025-06-24T12:52:27.990Z workers [wr53i] Test executed: renders a list of sorted dashboards\n',
'2025-06-24T12:52:28.057Z workers [wr53i] Test executed: navigates to the dashboard without a full-page redirect\n',
'2025-06-24T12:52:28.117Z workers [wr53i] Test executed: renders a regular anchor\n',
'2025-06-24T12:52:28.176Z workers [wr53i] Test executed: highlights the current dashboard\n',
'2025-06-24T12:52:28.229Z workers [wr53i] Test executed: does not display an add folder button\n',
'2025-06-24T12:52:28.282Z workers [wr53i] Test executed: does not display an add dashboard button\n',
'2025-06-24T12:52:28.334Z workers [wr53i] Test executed: does not display an edit icon button\n',
'2025-06-24T12:52:28.390Z workers [wr53i] Test executed: is not shown when the `dashboard-folders` flag is off\n',
'2025-06-24T12:52:28.460Z workers [wr53i] Test executed: is shown when the `dashboard-folders` flag is on\n',
'2025-06-24T12:52:28.618Z workers [wr53i] Test executed: shows an input to create a new folder when clicked\n',
'2025-06-24T12:52:28.712Z workers [wr53i] Test executed: shows an upgrade modal if missing the allowance\n',
'2025-06-24T12:52:28.713Z workers [wr53i] Test executed: does not render when isCreating is false\n',
'2025-06-24T12:52:28.787Z workers [wr53i] Test executed: triggers a mutation to create a folder when completing an edit\n',
'2025-06-24T12:52:28.847Z workers [wr53i] Test executed: uses a default folder name when pressing escape\n',
'2025-06-24T12:52:28.900Z workers [wr53i] Test executed: uses a default folder name when the name is left empty\n',
'2025-06-24T12:52:28.967Z workers [wr53i] Test executed: shows the add dashboard modal when there are classicboards\n',
'2025-06-24T12:52:29.042Z workers [wr53i] Test executed: creates a container dashboard when there are no classicboards\n',
'2025-06-24T12:52:29.100Z workers [wr53i] Test executed: displays the edit icon button when the user can edit current dashboard\n',
'2025-06-24T12:52:29.193Z workers [wr53i] Test executed: shows all dashboard operations for Classic or Fixie dashboards\n',
'2025-06-24T12:52:29.297Z workers [wr53i] Test executed: is displayed when having the feature flag\n',
'2025-06-24T12:52:29.472Z workers [wr53i] Test executed: for a Dashie\n',
'2025-06-24T12:52:29.648Z workers [wr53i] Test executed: for a Legacy Dashboard\n',
'2025-06-24T12:52:29.754Z workers [wr53i] Test executed: ends up in the dashboard over-quota modal when going above the hard limit\n',
'2025-06-24T12:52:29.871Z workers [wr53i] Test executed: shows an error toast when failing to duplicate a dashboard\n',
'2025-06-24T12:52:30.048Z workers [wr53i] Test executed: for a Dashie\n',
'2025-06-24T12:52:30.220Z workers [wr53i] Test executed: for a legacy dashboard\n',
'2025-06-24T12:52:30.368Z workers [wr53i] Test executed: redirects to the previous dashboard in the list when not in a folder\n',
'2025-06-24T12:52:30.526Z workers [wr53i] Test executed: redirects to another dashboard in the folder\n',
'2025-06-24T12:52:30.659Z workers [wr53i] Test executed: shows a toast when failing to delete a dashboard\n',
'2025-06-24T12:52:30.794Z workers [wr53i] Test executed: navigates to the next root dashboard when deleting the last dashboard in a folder\n',
'2025-06-24T12:52:30.923Z workers [wr53i] Test executed: navigates to the first dashboard in another folder when deleting the last root dashboard\n',
'2025-06-24T12:52:31.060Z workers [wr53i] Test executed: navigates to the first dashboard in the next folder with dashboards\n',
'2025-06-24T12:52:31.196Z workers [wr53i] Test executed: navigates to the first dashboard in the previous folder with dashboards when there is no next folder to go to\n',
'2025-06-24T12:52:31.347Z workers [wr53i] Test executed: for a Dashie\n',
'2025-06-24T12:52:31.487Z workers [wr53i] Test executed: for a legacy dashboard\n',
'2025-06-24T12:52:31.595Z workers [wr53i] Test executed: does not rename dashboard when prompt is cancelled\n',
'2025-06-24T12:52:31.713Z workers [wr53i] Test executed: does not rename dashboard when new title is empty\n',
'2025-06-24T12:52:31.835Z workers [wr53i] Test executed: displays folders list on sub menu when hovering over move to folder from main menu and having the feature flag\n',
'2025-06-24T12:52:31.896Z workers [wr53i] Test executed: does not display the edit icon button when the user cannot edit a current dashboard\n',
'2025-06-24T12:52:31.900Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:31.900Z runManager Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2025-06-24T12:52:31.901Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:31.901Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:31.902Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:31.953Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:31.955Z workers [wr53i] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:31.955Z workers [e49ab] Run 0 test(s), skipped 0 test(s)\n',
'2025-06-24T12:52:31.955Z workers [e49ab] Sandbox is responsive, closing it\n',
'2025-06-24T12:52:31.955Z runManager Test run cancelled, re-queueing run data\n',
'2025-06-24T12:52:31.955Z runManager Test run finished\n',
'2025-06-24T12:52:31.956Z runManager Test run data re-queued\n',
'2025-06-24T12:52:31.956Z ui.service.legacy Outgoing message ui:summary\n',
'2025-06-24T12:52:32.004Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:32.006Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:32.007Z runManager Promoting test run to full run because of test selection changes\n',
'2025-06-24T12:52:32.007Z runManager Test run started; run priority: 3\n',
'2025-06-24T12:52:32.007Z runManager Running all tests\n',
'2025-06-24T12:52:32.027Z workers Starting test run\n',
'2025-06-24T12:52:32.027Z nodeRunner Starting sandbox [worker #10, session #zvpkk]\n',
'2025-06-24T12:52:32.027Z nodeRunner Preparing sandbox [worker #10, session #zvpkk]\n',
'2025-06-24T12:52:32.027Z nodeRunner Prepared sandbox [worker #10, session #zvpkk]\n',
"2025-06-24T12:52:32.029Z workers 'Configuring Jest (zvpkk)'\n",
"2025-06-24T12:52:32.029Z workers 'Getting Jest test data (zvpkk)'\n",
'2025-06-24T12:52:32.030Z nodeRunner Starting sandbox [worker #0, session #f7r33]\n',
'2025-06-24T12:52:32.030Z nodeRunner Preparing sandbox [worker #0, session #f7r33]\n',
'2025-06-24T12:52:32.030Z nodeRunner Prepared sandbox [worker #0, session #f7r33]\n',
'2025-06-24T12:52:32.030Z workers [worker #0, session #f7r33] Running tests in sandbox\n',
'2025-06-24T12:52:32.592Z fs File changed: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:32.592Z fs No changes detected for src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:32.592Z extended-core File was not changed, but file markers may need to be synced\n',
'2025-06-24T12:52:32.972Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:32.972Z fs No changes detected for src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:32.972Z extended-core File was not changed, but file markers may need to be synced\n',
'2025-06-24T12:52:33.044Z fs File changed: .eslintcache\n',
'2025-06-24T12:52:33.045Z fs File changed: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:33.045Z runManager Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2025-06-24T12:52:33.045Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.046Z runManager Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2025-06-24T12:52:33.046Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:52:33.046Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.048Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.099Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.148Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.199Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.251Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.301Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.352Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.402Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.454Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.504Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.555Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.600Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:33.600Z fs No changes detected for src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:52:33.600Z extended-core File was not changed, but file markers may need to be synced\n',
'2025-06-24T12:52:33.605Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.658Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.708Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.760Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.811Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.863Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.913Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:33.965Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.015Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.067Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.117Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.169Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.218Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.269Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.319Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.371Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.420Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.471Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.521Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.573Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.623Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.674Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.724Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.776Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.826Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.877Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.927Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:34.978Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.028Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.080Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.130Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.183Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.234Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.284Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.335Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.386Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.436Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.488Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.537Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.588Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.639Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.689Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.740Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.791Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.841Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.892Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.943Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:35.994Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.045Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.095Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.145Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.196Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.246Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.297Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.347Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.398Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.448Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.500Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.549Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.600Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.650Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.701Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.752Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.802Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.852Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.903Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:36.953Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.004Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.054Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.106Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.156Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.207Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.257Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.308Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.358Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.409Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.459Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.511Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.561Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.612Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.662Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.713Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.763Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.814Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.865Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.916Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:37.966Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.017Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.067Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.118Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.168Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.219Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.269Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.321Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.370Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.421Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.471Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.522Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.572Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.623Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.674Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.724Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.774Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.825Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.875Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.926Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:38.976Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.027Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.077Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.129Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.178Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.229Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.279Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.330Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.380Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.431Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.481Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.532Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.582Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.633Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.684Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.733Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.785Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.836Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.886Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.937Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:39.987Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.039Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.088Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.139Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.189Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.240Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.290Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.342Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.391Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.442Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.492Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.543Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.593Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.644Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.694Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.745Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.795Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.847Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.897Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.948Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:40.998Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.049Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.099Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.150Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.200Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.251Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.301Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.353Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.402Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.453Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.503Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.554Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.604Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.655Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.705Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.756Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.806Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.858Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.908Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:41.959Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.009Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.060Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.110Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.161Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.211Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.262Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.313Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.364Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.414Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.465Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.515Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.566Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.617Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.667Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.717Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.768Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.818Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.869Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.919Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:42.970Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.020Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.071Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.122Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.173Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.223Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.274Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.324Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.375Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.426Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.477Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.527Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.578Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.628Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.679Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.729Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.780Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.831Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.882Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.932Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:43.983Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.033Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.084Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.134Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.186Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.236Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.287Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.337Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.388Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.438Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.489Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.539Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.591Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.640Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.690Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.741Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.792Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.842Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.894Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.944Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:44.995Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.045Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.096Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.146Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.197Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.247Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.298Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.348Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.399Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.449Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.501Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.551Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.602Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.652Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.703Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.753Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.804Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.854Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.905Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:45.956Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.007Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.057Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.108Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.158Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.209Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.259Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.311Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.360Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.411Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.461Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.512Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.562Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.613Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.664Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.714Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.764Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.815Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.865Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.916Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:46.966Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.017Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.067Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.118Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.168Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.219Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.269Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.320Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.370Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.421Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.471Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.522Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.572Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.624Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.673Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.724Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.774Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.825Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.875Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.926Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:47.976Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.027Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.077Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.128Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.178Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.229Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.280Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.331Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.381Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.432Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.483Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.534Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.584Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.635Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.685Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.736Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.787Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.838Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.888Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.939Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:48.989Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.040Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.090Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.141Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.191Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.243Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.293Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.344Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.394Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.445Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.495Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.546Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.596Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.647Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.697Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.748Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.798Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.849Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.899Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:49.950Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.000Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.051Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.101Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.152Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.203Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.254Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.304Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.355Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.405Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.456Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.506Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.558Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.608Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.659Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.709Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.760Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.810Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.861Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.911Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:50.962Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.012Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.064Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.113Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.164Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.214Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.265Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.315Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.366Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.416Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.467Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.517Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.568Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.618Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.670Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.719Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.770Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.820Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.871Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.921Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:51.972Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.022Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.073Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.123Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.174Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.224Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.275Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.326Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.376Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.426Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.477Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.527Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.578Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.628Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.679Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.729Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.781Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.830Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.881Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.931Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:52.984Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.033Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.084Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.134Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.185Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.236Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.286Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.336Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.387Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.437Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.488Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.538Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.589Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.639Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.690Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.740Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.791Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.841Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.892Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.942Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:53.994Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.044Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.095Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.145Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.196Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.246Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.297Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.347Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.398Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.448Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.499Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.549Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.600Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.650Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.701Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.752Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.803Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.853Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.904Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:54.954Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.005Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.055Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.106Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.156Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.207Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.257Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.309Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.359Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.410Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.460Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.511Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.561Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.612Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.662Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.713Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.763Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.815Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.864Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.915Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:55.965Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.016Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.066Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.117Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.168Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.219Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.269Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.320Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.370Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.421Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.471Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.522Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.572Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.623Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.674Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.724Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.774Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.825Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.875Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.926Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:56.976Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.027Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.077Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.128Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.179Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.229Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.279Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.330Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.381Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.432Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.482Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.533Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.583Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.634Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.684Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.735Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.785Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.836Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.887Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.938Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:57.988Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.039Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.089Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.140Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.190Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.241Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.291Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.341Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.392Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.443Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.493Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.544Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.594Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.645Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.695Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.749Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.800Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.852Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.901Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:58.951Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.002Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.053Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.103Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.154Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.204Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.255Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.305Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.357Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.407Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.458Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.508Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.559Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.609Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.660Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.710Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.761Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.811Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.862Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.912Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:52:59.963Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.013Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.065Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.114Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.165Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.215Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.266Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.316Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.367Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.417Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.468Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.519Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.570Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.620Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.671Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.721Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.772Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.822Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.873Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.923Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:00.974Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.024Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.075Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.125Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.177Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.227Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.278Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.328Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.379Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.429Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.480Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.530Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.582Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.631Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.682Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.732Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.783Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.833Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.883Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.934Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:01.985Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.035Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.087Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.137Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.188Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.238Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.289Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.340Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.391Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.441Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.492Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.542Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.593Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.643Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.694Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.744Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.795Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.845Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.896Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.946Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:02.997Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.047Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.098Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.148Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.199Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.249Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.300Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.350Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.401Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.451Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.502Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.552Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.603Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.653Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.704Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.754Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.805Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.855Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.905Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:03.956Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.007Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.057Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.108Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.159Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.210Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.260Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.311Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.361Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.412Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.462Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.513Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.564Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.615Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.665Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.716Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.766Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.817Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.867Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.918Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:04.968Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.019Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.069Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.121Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.171Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.222Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.272Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.323Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.373Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.424Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.474Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.525Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.576Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.626Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.676Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.727Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.777Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.828Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.878Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.929Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:05.979Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.030Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.080Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.132Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.182Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.233Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.283Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.334Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.384Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.435Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.485Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.536Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.587Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.638Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.688Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.739Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.789Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.840Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.890Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.941Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:06.991Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.042Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.092Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.143Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.193Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.244Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.294Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.345Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.395Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.446Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.496Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.547Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.597Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.648Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.698Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.749Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.799Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.850Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.900Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:07.951Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.001Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.052Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.102Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.154Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.204Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.255Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.305Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.357Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.406Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.457Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.507Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.558Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.608Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.659Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.709Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.760Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.810Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.862Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.911Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:08.962Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.012Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.063Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.113Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.164Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.214Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.265Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.315Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.366Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.416Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.467Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.517Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.568Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.618Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.669Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.719Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.771Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.821Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.872Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.922Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:09.973Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.023Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.074Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.105Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:53:10.105Z runManager Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2025-06-24T12:53:10.105Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:53:10.105Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.106Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.157Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.207Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.229Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:53:10.229Z runManager Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2025-06-24T12:53:10.229Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:53:10.229Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.230Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.281Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.331Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.382Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.433Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.484Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.534Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.586Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.635Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.686Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.736Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.787Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.837Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.889Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.939Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:10.990Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.040Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.091Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.141Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.192Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.242Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.293Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.343Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.394Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.444Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.495Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.545Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.596Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.646Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.697Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.747Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.798Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.849Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.900Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:11.950Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.001Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.051Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.102Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.152Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.203Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.253Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.304Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.354Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.405Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.455Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.506Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.556Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.607Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.657Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.708Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.758Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.809Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.860Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.911Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:12.961Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.012Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.062Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.113Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.163Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.214Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.264Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.315Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.365Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.416Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.467Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.518Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.568Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.619Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.669Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.720Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.770Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.821Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.871Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.922Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:13.972Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.023Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.073Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.124Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.174Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.225Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.277Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.328Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.378Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.429Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.479Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.531Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.581Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.632Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.682Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.733Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.783Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.834Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.884Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.936Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:14.985Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.036Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.086Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.137Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.187Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.238Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.288Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.339Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.389Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.440Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.490Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.541Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.591Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.642Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.692Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.743Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.793Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.844Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.894Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.945Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:15.995Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.046Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.096Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.148Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.198Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.205Z fs File changed in editor: src/edit-container-dashboard-page/dashboard-sidebar.test.tsx\n',
'2025-06-24T12:53:16.206Z runManager Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2025-06-24T12:53:16.206Z ui.service.legacy Outgoing message ui:files\n',
'2025-06-24T12:53:16.206Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.207Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.258Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.308Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.359Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.409Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.460Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.510Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.561Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.611Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.662Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.712Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.763Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.814Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.865Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.915Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:16.966Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.016Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.067Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.118Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.169Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.219Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.270Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.320Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.371Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.421Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.472Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.522Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.573Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.623Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.675Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.725Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.776Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.826Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.877Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.927Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:17.978Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.028Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.079Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.129Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.180Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.230Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.281Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.331Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.382Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.432Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.484Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.534Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.585Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.635Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.686Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.736Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.787Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.837Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.888Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.938Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:18.989Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.039Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.090Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.140Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.191Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.241Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.293Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.343Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.394Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.444Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.495Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.545Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.596Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.646Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.697Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.747Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.798Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.848Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.899Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:19.949Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.000Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.050Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.101Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.151Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.202Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.252Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.303Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.354Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.405Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.455Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.506Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.556Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.607Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.657Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.708Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.758Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.809Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.859Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.910Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:20.960Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.011Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.061Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.112Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.162Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.213Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.263Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.314Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.364Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.415Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.465Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.516Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.566Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.617Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.668Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.719Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.769Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.820Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.870Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.921Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:21.971Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.022Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.072Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.123Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.173Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.224Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.274Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.325Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.375Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.426Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.476Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.527Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.577Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.628Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.678Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.730Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.780Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.831Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.881Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.932Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:22.982Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.033Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.083Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.134Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.184Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.235Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.285Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.336Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.386Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.437Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.487Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.538Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.588Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.639Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.689Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.741Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.791Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.842Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.892Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.943Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:23.993Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.044Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.094Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.145Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.196Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.247Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.297Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.348Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.398Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.449Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.499Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.550Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.601Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.652Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.702Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.753Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.803Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.854Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.904Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:24.955Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.005Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.056Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.106Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.157Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.208Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.259Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.309Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.360Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.410Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.461Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.511Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.562Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.612Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.663Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.714Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.765Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.815Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.866Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.916Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:25.967Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.017Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.068Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.118Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.171Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.221Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.272Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.322Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.374Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.424Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.475Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.525Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.576Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.626Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.677Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.727Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.778Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.828Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.879Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.929Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:26.980Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.030Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.081Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.131Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.182Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.232Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.283Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.333Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.384Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.434Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.485Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.535Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.586Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.636Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.687Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.737Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.788Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.838Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.889Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.939Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:27.991Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.041Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.092Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.142Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.194Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.244Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.295Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.345Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.396Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.446Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.497Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.547Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.598Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.648Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.699Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.749Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.800Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.850Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.901Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:28.951Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.002Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.053Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.104Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.154Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.205Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.255Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.306Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.356Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.407Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.457Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.508Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.558Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.609Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.659Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.710Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.760Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.811Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.861Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.912Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:29.962Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.013Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.063Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.114Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.164Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.215Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.265Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.316Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.366Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.417Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.467Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.518Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.568Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.619Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.669Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.720Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.770Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.821Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.871Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.922Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:30.972Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.023Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.073Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.124Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.174Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.225Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.275Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.326Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.376Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.427Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.477Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.528Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.578Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.629Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.679Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.730Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.780Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.831Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.881Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.932Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:31.982Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.033Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.083Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.134Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.184Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.235Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.285Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.336Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.386Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.437Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.487Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.538Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.588Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.639Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.689Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.740Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.790Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.841Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.891Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.943Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:32.993Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.044Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.094Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.145Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.195Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.246Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.296Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.347Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.397Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.448Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.498Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.549Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.599Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.650Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.700Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.751Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.801Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.852Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.902Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:33.953Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.003Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.054Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.104Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.155Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.205Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.256Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.306Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.356Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.407Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.458Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.508Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.559Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.609Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.661Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.711Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.762Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.812Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.863Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.913Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:34.964Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.014Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.065Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.115Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.166Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.216Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.267Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.317Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.368Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.418Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.469Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.519Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.570Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.620Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.671Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.721Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.772Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.822Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.873Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.923Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:35.974Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.024Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.075Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.125Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.176Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.226Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.277Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.327Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.378Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.428Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.480Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.530Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.581Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.631Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.682Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.732Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.783Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.833Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.884Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.934Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:36.985Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.035Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.086Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.136Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.187Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.237Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.288Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.338Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.389Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.439Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.490Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.540Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.590Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.641Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.692Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.742Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.793Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.843Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.894Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.944Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:37.995Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.045Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.096Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.146Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.197Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.248Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.299Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.349Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.400Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.450Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.501Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.551Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.602Z ui.service.legacy Outgoing message ui:busy\n',
'2025-06-24T12:53:38.652Z ui.service.legacy Outgoing message ui:busy\n'
]
}
Thanks for providing your diagnostics report. We haven't been able to work out exactly why this occurred for your project, but we identified how this may occur. We'd probably need your project source code to try and verify, and even then, we believe it's caused by a race condition.
The latest version of Wallaby core (v1.0.1799) is enhanced to deal with this scenario.
Could you please update to the latest version? It should fix the problem. If you see the problem again, please let us know.
Thanks @smcenlly. Yeah, I can try updating.
Unfortunately given the size of the codebase (and me being the only Wallaby user) I don't think source access would be likely to happen. You know I'm quite happy to do so on any of my own projects though, so if I reproduce in any of those would be more than willing to do so.
I am pretty sure our latest change will solve your problem, so I will close the issue. If you see it recur, you may reply to this issue (or else open a new issue) and we'll investigate further.
Hi @smcenlly, had a recent issue where it seemed to hang. It took quite a while, eventually Sublime reported it as complete but the Webapp still thought it was running. Wallaby however didn't update any test status (see of red instead of green) in either Sublime or the Webapp.
Thanks for attaching your log file.
We identified a number of combinations of actions where the new Wallaby UI is correctly reporting busy status but the old user interface (and editor status screen) did not. We've updated the latest version of Wallaby core (v1.0.1816+) and the latest version of Wallaby editor extensions (for Sublime Text - Wallaby v1.0.83+) to align the behavior so that it's always reported the same way (and is correct) in both the test status in the editor and the new UI.
One example of this that you could encounter was if you were enabling disabling filters in the Wallaby UI, and then making code changes (or doing combinations of these actions). I didn't test explicitly, but I fully expect that sometimes exploring logged values may result in the same (when it needs to go to Wallaby's core server to get more information).
Your log file looks like it was truncated mid-run as it's missing log information to indicate end of test run processing. Combined with the issues we found above, this could well be the cause of the behavior you saw. If it happens again, can you please check the browser dev tools console for any errors (and capture these if they exist) and then try refreshing the browser to see if Wallaby comes good?
Got another hang today - unfortunately I can't re-open the issue. This is affecting both the Web UI and in Sublime.
Thanks for the updated log. We have been able to reproduce your problem by deleting a file that is imported by a test after your test run has started. We're still investigating and will update you when we have a fix.
Thanks @smcenlly , I don't recall doing that, but there's a chance I might have renamed a file. Appreciate you looking anyway
We could see from your diagnostics report:
2025-08-08T10:06:30.794Z model [ERROR] Runtime error: ENOENT: no such file or directory, open '<rootDir>/src/edit-instrument/bauhaus/helpers/timespan.js
This could have been as a result of a delete / rename / git operation (e.g. opening a different branch, etc.).
In the case an imported file did not exist (e.g. in your case, timespan.js):
2025-08-08T10:14:45.412Z workers Sandbox (active) [92n37] error: SyntaxError: <rootDir>/src/edit-instrument/bauhaus/hooks/timespan-hooks.js: Unexpected token, expected "," (7:41) 5 | import { getTimespanOptions } from '../helpers/timespan';
We were able to reproduce your issue with a similar setup, in our case by both deleting a file, and by renaming it.
There was a bug in Wallaby that would terminate your test run early in this case (when a jest test execution error occurred when running your spec file). The test run would terminate after the first spec file with the error was encountered. This could lead to other test files not executing when they should. We saw this behavior in your logs. This could also potentially lead to logs not expanding when they should.
Please update to Wallaby core v1.0.1842 to start using the version of Wallaby with the fix. I'm pretty confident we've identified and fixed the root cause of your test running hanging (and potentially related the logs not expanding properly).
@IPWright83 - I wanted to follow up and check whether you've had any issues since the latest update? It sounded like you were encountering them frequently enough to have experienced the issue by now? If you think we've fixed the problem now, I'll close this issue.
Sorry @smcenlly - I've been on holiday for a couple of weeks so haven't had a chance to test the fix yet
Thanks for providing your diagnostics report.
Based on your diagnostics report, it looks like these two tests caused the processing running jest tests to hang:
* DashboardSidebar > when moving a dashboard to a folder > allows us to move a dashboard from the root to a folder and opens a folder
* DashboardSidebar > when on a plan with access to folders > scrolls the current dashboard into view on initial load
I'm assuming that they're both part of the same test file (with DashboardSidebar)?
Are you able to share the test file so we can see if there's anything suspicious happening in your test file that may be causing the problem? If you're not happy to share publicly, you can email us instead ([email protected]).
Hi @smcenlly, I just need to check what your data retention policy is before I can send this over?
Wallaby.js does not retain or share any of your code or project data. When you provide us with a reproduction, it’s only used by our team for the purpose of investigating and resolving the issue. Once the investigation is complete, we remove it from our systems.
Hi @IPWright83 - thanks for sending through the Dashboard code. After reviewing the code and your diagnostics report again, we're pretty sure that there's an issue where the process running your globalSetup code becomes unresponsive (e.g. crash or a long running loop) and so Wallaby was tearing down the globalSetup process while other parts of your test run are in progress.
Yesterday we released Wallaby v3, which includes some big improvements to how we're handling global setup (and in general, how your tests are being run) that we think may mitigate / solve your hanging test issues. It's also possible they'll exhibit differently (i.e. be less noticeable).
Can you please update to the latest version of Wallaby core (v1.0.1872+) and let us know if you see any more problems?