wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
760 stars 45 forks source link

bug? visual inconsistency (pink markers above green markers) #2561

Closed tomsquest closed 4 years ago

tomsquest commented 4 years ago

Issue description or question

We are doing a lot of integration tests. Sometimes, Wallabyjs fails to correctly highlight success/failure.

As you can see in the screenshot: in the same test, there is pink squares, then green.

image

Shouldn't the test be all green, or all pink, or green then red, but not pink then green ?

Wallaby diagnostics report

{ editorVersion: 'IntelliJ IDEA 2020.2.3',
  pluginVersion: '1.0.200',
  editorType: 'IntelliJ',
  osVersion: 'linux 5.4.0-52-generic',
  nodeVersion: 'v10.21.0',
  coreVersion: '1.0.985',
  checksum: 'MTZjOWFmMzhjY2RmODY3MmMxN2I5OTA2Mjk1ZWQ3NzIsMTYxOTY1NDQwMDAwMCww',
  config:
   { diagnostics:
      { jest:
         { config:
            { configs:
               [ { automock: false,
                   cache: true,
                   cacheDirectory: '/tmp/jest_rs',
                   clearMocks: false,
                   coveragePathIgnorePatterns: [ '/node_modules/' ],
                   cwd: '<homeDir>/Dev/adeo/opus-search',
                   dependencyExtractor: undefined,
                   detectLeaks: undefined,
                   detectOpenHandles: undefined,
                   displayName: undefined,
                   errorOnDeprecated: false,
                   extraGlobals: [],
                   filter: undefined,
                   forceCoverageMatch: [],
                   globalSetup: undefined,
                   globalTeardown: undefined,
                   globals: {},
                   haste: { computeSha1: false, throwOnModuleCollision: false },
                   moduleDirectories: [ 'node_modules' ],
                   moduleFileExtensions: [ 'js', 'json', 'jsx', 'ts', 'tsx', 'node' ],
                   moduleLoader: undefined,
                   moduleNameMapper: [],
                   modulePathIgnorePatterns: [],
                   modulePaths: undefined,
                   name: 'dbbac00eb01befcda4f66bd6f26cb2a8',
                   prettierPath: 'prettier',
                   resetMocks: false,
                   resetModules: false,
                   resolver: undefined,
                   restoreMocks: false,
                   rootDir: '<homeDir>/Dev/adeo/opus-search',
                   roots:
                    [ '<homeDir>/Dev/adeo/opus-search/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/store-raw-products/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-categories/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-product-natures/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-product-prices/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-product-sale-eligibility/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-product-scores/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-product-visibility/src',
                      '<homeDir>/Dev/adeo/opus-search/functions/update-products/src' ],
                   runner: 'jest-runner',
                   setupFiles: [ '<homeDir>/Dev/adeo/opus-search/node_modules/reflect-metadata/Reflect.js' ],
                   setupFilesAfterEnv: [],
                   skipFilter: false,
                   skipNodeResolution: undefined,
                   slowTestThreshold: 5,
                   snapshotResolver: undefined,
                   snapshotSerializers: [],
                   testEnvironment: '<homeDir>/Dev/adeo/opus-search/node_modules/jest-environment-node/build/index.js',
                   testEnvironmentOptions: {},
                   testLocationInResults: false,
                   testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
                   testPathIgnorePatterns: [ '/node_modules/' ],
                   testRegex: [],
                   testRunner: '<homeDir>/Dev/adeo/opus-search/node_modules/jest-jasmine2/build/index.js',
                   testURL: 'http://localhost',
                   timers: 'real',
                   transform: [ [ '^.+\\.tsx?$', '<homeDir>/Dev/adeo/opus-search/node_modules/ts-jest/dist/index.js', {} ] ],
                   transformIgnorePatterns: [ '/node_modules/', '\\.pnp\\.[^\\/]+$' ],
                   unmockedModulePathPatterns: undefined,
                   watchPathIgnorePatterns: [] } ],
              globalConfig:
               { bail: 0,
                 changedFilesWithAncestor: false,
                 changedSince: undefined,
                 collectCoverage: false,
                 collectCoverageFrom: [],
                 collectCoverageOnlyFrom: undefined,
                 coverageDirectory: '<homeDir>/Dev/adeo/opus-search/coverage',
                 coverageProvider: 'babel',
                 coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
                 coverageThreshold: undefined,
                 detectLeaks: undefined,
                 detectOpenHandles: undefined,
                 enabledTestsMap: undefined,
                 errorOnDeprecated: false,
                 expand: false,
                 filter: undefined,
                 findRelatedTests: false,
                 forceExit: false,
                 globalSetup: undefined,
                 globalTeardown: undefined,
                 json: false,
                 lastCommit: false,
                 listTests: undefined,
                 logHeapUsage: false,
                 maxConcurrency: 5,
                 maxWorkers: 7,
                 noSCM: undefined,
                 noStackTrace: false,
                 nonFlagArgs: undefined,
                 notify: true,
                 notifyMode: 'failure-change',
                 onlyChanged: false,
                 onlyFailures: false,
                 outputFile: undefined,
                 passWithNoTests: undefined,
                 projects: [],
                 replname: undefined,
                 reporters: undefined,
                 rootDir: '<homeDir>/Dev/adeo/opus-search',
                 runTestsByPath: false,
                 silent: undefined,
                 skipFilter: false,
                 testFailureExitCode: 1,
                 testNamePattern: undefined,
                 testPathPattern: '',
                 testResultsProcessor: undefined,
                 testSequencer: '<homeDir>/Dev/adeo/opus-search/node_modules/@jest/test-sequencer/build/index.js',
                 testTimeout: 60000,
                 updateSnapshot: 'new',
                 useStderr: false,
                 verbose: undefined,
                 watch: false,
                 watchAll: false,
                 watchPlugins: undefined,
                 watchman: true },
              hasDeprecationWarnings: false,
              wallaby:
               { roots:
                  [ 'src',
                    'functions/store-raw-products/src',
                    'functions/update-categories/src',
                    'functions/update-product-natures/src',
                    'functions/update-product-prices/src',
                    'functions/update-product-sale-eligibility/src',
                    'functions/update-product-scores/src',
                    'functions/update-product-visibility/src',
                    'functions/update-products/src' ],
                 watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|/\\..+/' ],
                 testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|/\\..+/' ],
                 testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
                 testRegex: [] } } } },
     testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
     filesWithCoverageCalculated: [],
     globalSetup: false,
     micromatch: true,
     files:
      [ { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
        { pattern: '\\./dist/|\\./build/|\\./coverage/|/\\..+/', regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\/\..+\//, ignore: true, trigger: true, load: true },
        { pattern: 'src/**', ignore: false, trigger: true, load: true, order: 1 },
        { pattern: 'functions/store-raw-products/src/**', ignore: false, trigger: true, load: true, order: 2 },
        { pattern: 'functions/update-categories/src/**', ignore: false, trigger: true, load: true, order: 3 },
        { pattern: 'functions/update-product-natures/src/**', ignore: false, trigger: true, load: true, order: 4 },
        { pattern: 'functions/update-product-prices/src/**', ignore: false, trigger: true, load: true, order: 5 },
        { pattern: 'functions/update-product-sale-eligibility/src/**', ignore: false, trigger: true, load: true, order: 6 },
        { pattern: 'functions/update-product-scores/src/**', ignore: false, trigger: true, load: true, order: 7 },
        { pattern: 'functions/update-product-visibility/src/**', ignore: false, trigger: true, load: true, order: 8 },
        { pattern: 'functions/update-products/src/**', ignore: false, trigger: true, load: true, order: 9 },
        { pattern: 'src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/store-raw-products/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/store-raw-products/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-categories/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-categories/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-natures/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-natures/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-prices/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-prices/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-sale-eligibility/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-sale-eligibility/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-scores/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-scores/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-visibility/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-product-visibility/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-products/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'functions/update-products/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true } ],
     tests:
      [ { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true },
        { pattern: '\\./dist/|\\./build/|\\./coverage/|/\\..+/', regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\/\..+\//, ignore: true, trigger: true, load: true, test: true },
        { pattern: 'src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 10 },
        { pattern: 'src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 11 },
        { pattern: 'functions/store-raw-products/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 12 },
        { pattern: 'functions/store-raw-products/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 13 },
        { pattern: 'functions/update-categories/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 14 },
        { pattern: 'functions/update-categories/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 15 },
        { pattern: 'functions/update-product-natures/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 16 },
        { pattern: 'functions/update-product-natures/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 17 },
        { pattern: 'functions/update-product-prices/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 18 },
        { pattern: 'functions/update-product-prices/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 19 },
        { pattern: 'functions/update-product-sale-eligibility/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 20 },
        { pattern: 'functions/update-product-sale-eligibility/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 21 },
        { pattern: 'functions/update-product-scores/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 22 },
        { pattern: 'functions/update-product-scores/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 23 },
        { pattern: 'functions/update-product-visibility/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 24 },
        { pattern: 'functions/update-product-visibility/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 25 },
        { pattern: 'functions/update-products/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 26 },
        { pattern: 'functions/update-products/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 27 } ],
     filesWithNoCoverageCalculated: [],
     runAllTestsInAffectedTestFile: false,
     updateNoMoreThanOneSnapshotPerTestFileRun: false,
     compilers: {},
     preprocessors: {},
     maxConsoleMessagesPerTest: 100,
     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/',
        ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
        commentAutoLog: '?',
        testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' } },
     automaticTestFileSelection: true,
     runSelectedTestsOnly: true,
     extensions: {},
     env: { type: 'node', params: {}, runner: '<homeDir>/.asdf/installs/nodejs/10.21.0/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
     reportUnhandledPromises: true,
     slowTestThreshold: 75,
     lowCoverageThreshold: 80,
     loose: true,
     testLocations: [ 'src/search-products/pipeline/main-query-runner.spec.ts' ],
     configCode: 'auto.detect#-2117203621' },
  packageJSON:
   { dependencies:
      { '@adeo/opus-healthcheck': '1.0.7',
        '@elastic/elasticsearch': '7.7.1',
        '@google-cloud/bigquery': '4.7.0',
        '@google-cloud/logging-winston': '3.0.6',
        '@google-cloud/pubsub': '2.2.0',
        '@google-cloud/tasks': '2.0.0',
        '@nestjs/common': '7.1.3',
        '@nestjs/core': '7.1.3',
        '@nestjs/platform-fastify': '7.1.3',
        '@nestjs/swagger': '4.5.9',
        async: '3.2.0',
        'async-csv': '2.1.3',
        axios: '0.19.2',
        'class-transformer': '0.2.3',
        'class-validator': '0.12.2',
        'dd-trace': '0.26.1',
        'env-var': '6.1.1',
        'fastify-file-upload': '2.0.1',
        'fastify-swagger': '2.6.0',
        'fold-to-ascii': '5.0.0',
        helmet: '3.22.0',
        lodash: '4.17.20',
        nocache: '2.1.0',
        'reflect-metadata': '0.1.13',
        rxjs: '6.5.5',
        tslib: '2.0.1',
        winston: '3.2.1' },
     devDependencies:
      { '@adeo/opus-deployer': '0.0.17',
        '@nestjs/testing': '7.1.3',
        '@types/async': '3.2.3',
        '@types/jest': '26.0.14',
        '@types/lodash': '4.14.161',
        '@types/node': '14.11.1',
        dotenv: '8.2.0',
        'fork-ts-checker-notifier-webpack-plugin': '3.0.0',
        'fork-ts-checker-webpack-plugin': '5.2.0',
        'form-data': '3.0.0',
        husky: '4.3.0',
        jest: '26.4.2',
        'lint-staged': '10.4.0',
        nodemon: '2.0.4',
        'npm-run-all': '4.1.5',
        prettier: '2.1.2',
        rimraf: '3.0.2',
        'start-server-webpack-plugin': '2.2.5',
        'ts-jest': '26.4.0',
        'ts-loader': '8.0.4',
        'ts-node': '9.0.0',
        tslint: '5.20.1',
        'tslint-config-prettier': '1.18.0',
        'tslint-immutable': '6.0.1',
        'tslint-no-focused-test': '0.5.0',
        typescript: '4.0.3',
        typestrict: '1.0.2',
        webpack: '4.44.2',
        'webpack-cli': '3.3.12',
        'webpack-node-externals': '2.5.2' } },
  fs: { numberOfFiles: 413 },
  debug:
   [ '2020-11-09T09:37:38.869Z angular/cli config Angular CLI not found.\n',
     '2020-11-09T09:37:38.966Z jest/config Detected Jest.\n',
     '2020-11-09T09:37:38.967Z jest/config Configured Jest.\n',
     '2020-11-09T09:37:38.969Z project Wallaby Node version: v10.21.0\n',
     '2020-11-09T09:37:38.970Z project Wallaby config: <homeDir>/Dev/adeo/opus-search/auto.detect\n',
     '2020-11-09T09:37:39.935Z project File cache: <homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/projects/4e6c3ea8fde55710\n',
     '2020-11-09T09:37:39.942Z uiService Listening port 51235\n',
     '2020-11-09T09:37:40.010Z workers Parallelism for initial run: 6, for regular run: 3\n',
     '2020-11-09T09:37:40.010Z workers Starting run worker instance #0\n',
     '2020-11-09T09:37:40.010Z workers Starting run worker instance #1\n',
     '2020-11-09T09:37:40.010Z workers Starting run worker instance #2\n',
     '2020-11-09T09:37:40.010Z workers Starting run worker instance #3\n',
     '2020-11-09T09:37:40.010Z workers Starting run worker instance #4\n',
     '2020-11-09T09:37:40.010Z workers Starting run worker instance #5\n',
     '2020-11-09T09:37:40.011Z workers Web server is listening at 46459\n',
     '2020-11-09T09:37:40.045Z project File cache requires some updates, waiting required files from IDE\n',
     '2020-11-09T09:37:40.269Z workers Started run worker instance (delayed) #0\n',
     '2020-11-09T09:37:40.272Z workers Started run worker instance (delayed) #2\n',
     '2020-11-09T09:37:40.273Z workers Started run worker instance (delayed) #1\n',
     '2020-11-09T09:37:40.275Z project Stopping process pool\n',
     '2020-11-09T09:37:40.277Z project Test run started; run priority: 3\n',
     '2020-11-09T09:37:40.282Z project Running all tests\n',
     '2020-11-09T09:37:40.286Z workers Starting test run, priority: 3\n',
     '2020-11-09T09:37:40.287Z nodeRunner Starting sandbox [worker #0, session #gmy1k]\n',
     '2020-11-09T09:37:40.287Z nodeRunner Preparing sandbox [worker #0, session #gmy1k]\n',
     '2020-11-09T09:37:40.287Z nodeRunner Prepared sandbox [worker #0, session #gmy1k]\n',
     '2020-11-09T09:37:40.287Z workers [worker #0, session #gmy1k] Running tests in sandbox\n',
     '2020-11-09T09:37:40.291Z workers Started run worker instance (delayed) #3\n',
     '2020-11-09T09:37:40.291Z workers Started run worker instance (delayed) #4\n',
     '2020-11-09T09:37:40.299Z workers Started run worker instance (delayed) #5\n',
     '2020-11-09T09:37:41.030Z uiService UI client connected\n',
     '2020-11-09T09:37:41.031Z uiService Outgoing message ui:handshake\n',
     '2020-11-09T09:37:41.034Z uiService Incoming message ui:tests:resultsRequested\n',
     '2020-11-09T09:37:41.037Z uiService Outgoing message ui:tests:allResultsUpdated\n',
     '2020-11-09T09:37:41.038Z uiService Incoming message ui:start\n',
     '2020-11-09T09:37:41.039Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:37:41.042Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:37:45.813Z workers [gmy1k] Loaded unknown number of test(s)\n',
     '2020-11-09T09:37:45.943Z workers [gmy1k] Test executed: ok\n',
     '2020-11-09T09:37:46.022Z workers [gmy1k] Test executed: published and visible\n',
     '2020-11-09T09:37:46.046Z workers [gmy1k] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:37:46.090Z workers [gmy1k] Test executed: find by text in any order\n',
     '2020-11-09T09:37:46.114Z workers [gmy1k] Test executed: query contains an additional word\n',
     '2020-11-09T09:37:46.161Z workers [gmy1k] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:37:46.263Z workers [gmy1k] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:37:46.308Z workers [gmy1k] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:37:46.341Z workers [gmy1k] Test executed: Spike 1\n',
     '2020-11-09T09:37:46.382Z workers [gmy1k] Test executed: Spike 2\n',
     '2020-11-09T09:37:46.499Z workers [gmy1k] Run 10 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:37:46.500Z workers [gmy1k] Sandbox is responsive, closing it\n',
     '2020-11-09T09:37:46.501Z project Test run finished\n',
     '2020-11-09T09:37:46.502Z project Processed console.log entries\n',
     '2020-11-09T09:37:46.502Z project Processed loading sequences\n',
     '2020-11-09T09:37:46.503Z project Processed executed tests\n',
     '2020-11-09T09:37:46.529Z project Processed code coverage\n',
     '2020-11-09T09:37:46.655Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:37:46.655Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:37:46.658Z uiService Outgoing message ui:tests:allResultsUpdated\n',
     '2020-11-09T09:37:46.661Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:38:05.367Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:05.372Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:05.372Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.377Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.379Z project Test run started; run priority: 2\n',
     '2020-11-09T09:38:05.379Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:38:05.379Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:38:05.384Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:38:05.384Z nodeRunner Starting sandbox [worker #0, session #4ns72]\n',
     '2020-11-09T09:38:05.385Z nodeRunner Preparing sandbox [worker #0, session #4ns72]\n',
     '2020-11-09T09:38:05.385Z nodeRunner Prepared sandbox [worker #0, session #4ns72]\n',
     '2020-11-09T09:38:05.385Z workers [worker #0, session #4ns72] Running tests in sandbox\n',
     '2020-11-09T09:38:05.497Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:05.498Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:38:05.498Z project Test run was cancelled\n',
     '2020-11-09T09:38:05.498Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:05.498Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.499Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.549Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.600Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.651Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.702Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.753Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.803Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.853Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.903Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:05.954Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.006Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.035Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:06.035Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:38:06.035Z project Test run was cancelled\n',
     '2020-11-09T09:38:06.036Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:06.036Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.037Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.087Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.138Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.189Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.239Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.289Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.340Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.390Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.441Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.491Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.494Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:06.495Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:38:06.495Z project Test run was cancelled\n',
     '2020-11-09T09:38:06.495Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:06.495Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.495Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.547Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.597Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.648Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.698Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.727Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:06.728Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:38:06.728Z project Test run was cancelled\n',
     '2020-11-09T09:38:06.728Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:06.728Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.728Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.779Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.825Z workers [4ns72] Sandbox is responsive, closing it\n',
     '2020-11-09T09:38:06.826Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:38:06.826Z project Test run finished\n',
     '2020-11-09T09:38:06.826Z project Test run data re-queued\n',
     '2020-11-09T09:38:06.827Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:38:06.831Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.833Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:06.835Z project Test run started; run priority: 2\n',
     '2020-11-09T09:38:06.835Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:38:06.835Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:38:06.842Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:38:06.842Z nodeRunner Starting sandbox [worker #0, session #qicyp]\n',
     '2020-11-09T09:38:06.842Z nodeRunner Preparing sandbox [worker #0, session #qicyp]\n',
     '2020-11-09T09:38:06.842Z nodeRunner Prepared sandbox [worker #0, session #qicyp]\n',
     '2020-11-09T09:38:06.842Z workers [worker #0, session #qicyp] Running tests in sandbox\n',
     '2020-11-09T09:38:07.064Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:07.065Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:38:07.065Z project Test run was cancelled\n',
     '2020-11-09T09:38:07.065Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:07.066Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.066Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.117Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.168Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.219Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.269Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.319Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.379Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.418Z workers [qicyp] Sandbox is responsive, closing it\n',
     '2020-11-09T09:38:07.419Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:38:07.419Z project Test run finished\n',
     '2020-11-09T09:38:07.419Z project Test run data re-queued\n',
     '2020-11-09T09:38:07.420Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:38:07.436Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:07.436Z project Test run started; run priority: 2\n',
     '2020-11-09T09:38:07.436Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:38:07.436Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:38:07.444Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:38:07.444Z nodeRunner Starting sandbox [worker #0, session #6dzk8]\n',
     '2020-11-09T09:38:07.444Z nodeRunner Preparing sandbox [worker #0, session #6dzk8]\n',
     '2020-11-09T09:38:07.444Z nodeRunner Prepared sandbox [worker #0, session #6dzk8]\n',
     '2020-11-09T09:38:07.444Z workers [worker #0, session #6dzk8] Running tests in sandbox\n',
     '2020-11-09T09:38:08.025Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:08.026Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:08.026Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:38:08.346Z workers [6dzk8] Loaded unknown number of test(s)\n',
     '2020-11-09T09:38:08.522Z workers [6dzk8] Test executed: Spike 2\n',
     '2020-11-09T09:38:08.596Z workers [6dzk8] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:38:08.597Z workers [6dzk8] Sandbox is responsive, closing it\n',
     '2020-11-09T09:38:08.597Z project Test run finished\n',
     '2020-11-09T09:38:08.597Z project Processed console.log entries\n',
     '2020-11-09T09:38:08.597Z project Processed loading sequences\n',
     '2020-11-09T09:38:08.597Z project Processed executed tests\n',
     '2020-11-09T09:38:08.605Z project Processed code coverage\n',
     '2020-11-09T09:38:08.625Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:38:08.625Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:38:08.626Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:38:13.950Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:13.951Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:13.951Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:13.954Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:13.955Z project Test run started; run priority: 2\n',
     '2020-11-09T09:38:13.955Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:38:13.955Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:38:13.961Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:38:13.961Z nodeRunner Starting sandbox [worker #0, session #isvjn]\n',
     '2020-11-09T09:38:13.962Z nodeRunner Preparing sandbox [worker #0, session #isvjn]\n',
     '2020-11-09T09:38:13.962Z nodeRunner Prepared sandbox [worker #0, session #isvjn]\n',
     '2020-11-09T09:38:13.962Z workers [worker #0, session #isvjn] Running tests in sandbox\n',
     '2020-11-09T09:38:14.100Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:14.101Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:38:14.101Z project Test run was cancelled\n',
     '2020-11-09T09:38:14.101Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:38:14.102Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.103Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.153Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.203Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.254Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.304Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.354Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.405Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.457Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.507Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.557Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.607Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.657Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.708Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.759Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.793Z workers [isvjn] Sandbox is responsive, closing it\n',
     '2020-11-09T09:38:14.793Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:38:14.793Z project Test run finished\n',
     '2020-11-09T09:38:14.793Z project Test run data re-queued\n',
     '2020-11-09T09:38:14.793Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:38:14.811Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:38:14.812Z project Test run started; run priority: 2\n',
     '2020-11-09T09:38:14.812Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:38:14.812Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:38:14.818Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:38:14.818Z nodeRunner Starting sandbox [worker #0, session #iokz5]\n',
     '2020-11-09T09:38:14.818Z nodeRunner Preparing sandbox [worker #0, session #iokz5]\n',
     '2020-11-09T09:38:14.818Z nodeRunner Prepared sandbox [worker #0, session #iokz5]\n',
     '2020-11-09T09:38:14.818Z workers [worker #0, session #iokz5] Running tests in sandbox\n',
     '2020-11-09T09:38:15.518Z workers [iokz5] Loaded unknown number of test(s)\n',
     '2020-11-09T09:38:15.667Z workers [iokz5] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:38:15.668Z workers [iokz5] Sandbox is responsive, closing it\n',
     '2020-11-09T09:38:15.669Z project Test run finished\n',
     '2020-11-09T09:38:15.669Z project Processed console.log entries\n',
     '2020-11-09T09:38:15.669Z project Processed loading sequences\n',
     '2020-11-09T09:38:15.669Z project Processed executed tests\n',
     '2020-11-09T09:38:15.674Z project Processed code coverage\n',
     '2020-11-09T09:38:15.692Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:38:15.692Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:38:15.693Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:38:15.736Z workers Sandbox (inactive) [iokz5] error: Cannot read property \'82\' of undefined\n',
     '2020-11-09T09:38:19.946Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:19.947Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:38:19.947Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:39:00.816Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:00.818Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:00.818Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:00.821Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:00.823Z project Test run started; run priority: 2\n',
     '2020-11-09T09:39:00.823Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:39:00.824Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:39:00.833Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:39:00.833Z nodeRunner Starting sandbox [worker #0, session #njfgi]\n',
     '2020-11-09T09:39:00.834Z nodeRunner Preparing sandbox [worker #0, session #njfgi]\n',
     '2020-11-09T09:39:00.834Z nodeRunner Prepared sandbox [worker #0, session #njfgi]\n',
     '2020-11-09T09:39:00.834Z workers [worker #0, session #njfgi] Running tests in sandbox\n',
     '2020-11-09T09:39:00.953Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:00.954Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:00.954Z project Test run was cancelled\n',
     '2020-11-09T09:39:00.954Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:00.954Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:00.955Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.005Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.055Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.105Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.156Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.206Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.256Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.269Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:01.269Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:01.269Z project Test run was cancelled\n',
     '2020-11-09T09:39:01.270Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:01.270Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.271Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.321Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.371Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.422Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.472Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.523Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.575Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.626Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.676Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.685Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:01.686Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:01.686Z project Test run was cancelled\n',
     '2020-11-09T09:39:01.687Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:01.687Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.687Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.738Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.788Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.838Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.888Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.939Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.983Z workers [njfgi] Sandbox is responsive, closing it\n',
     '2020-11-09T09:39:01.983Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:39:01.983Z project Test run finished\n',
     '2020-11-09T09:39:01.983Z project Test run data re-queued\n',
     '2020-11-09T09:39:01.984Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:39:01.990Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:01.992Z project Test run started; run priority: 2\n',
     '2020-11-09T09:39:01.992Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:39:01.992Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:39:02.001Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:39:02.001Z nodeRunner Starting sandbox [worker #0, session #41efu]\n',
     '2020-11-09T09:39:02.001Z nodeRunner Preparing sandbox [worker #0, session #41efu]\n',
     '2020-11-09T09:39:02.001Z nodeRunner Prepared sandbox [worker #0, session #41efu]\n',
     '2020-11-09T09:39:02.001Z workers [worker #0, session #41efu] Running tests in sandbox\n',
     '2020-11-09T09:39:02.516Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:02.520Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:02.520Z project Test run was cancelled\n',
     '2020-11-09T09:39:02.521Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:02.521Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.521Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.572Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.622Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.673Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.723Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.731Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:02.731Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:02.731Z project Test run was cancelled\n',
     '2020-11-09T09:39:02.731Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:02.731Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.733Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.784Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.834Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.883Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:02.883Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:02.883Z project Test run was cancelled\n',
     '2020-11-09T09:39:02.883Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:02.883Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.885Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.935Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:02.986Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.028Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:03.029Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:03.029Z project Test run was cancelled\n',
     '2020-11-09T09:39:03.029Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:03.029Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.031Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.078Z workers [41efu] Sandbox is responsive, closing it\n',
     '2020-11-09T09:39:03.079Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:39:03.079Z project Test run finished\n',
     '2020-11-09T09:39:03.079Z project Test run data re-queued\n',
     '2020-11-09T09:39:03.080Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:39:03.086Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.088Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.088Z project Test run started; run priority: 2\n',
     '2020-11-09T09:39:03.088Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:39:03.088Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:39:03.095Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:39:03.095Z nodeRunner Starting sandbox [worker #0, session #06g5j]\n',
     '2020-11-09T09:39:03.095Z nodeRunner Preparing sandbox [worker #0, session #06g5j]\n',
     '2020-11-09T09:39:03.097Z nodeRunner Prepared sandbox [worker #0, session #06g5j]\n',
     '2020-11-09T09:39:03.097Z workers [worker #0, session #06g5j] Running tests in sandbox\n',
     '2020-11-09T09:39:03.193Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:03.193Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:03.193Z project Test run was cancelled\n',
     '2020-11-09T09:39:03.194Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:03.194Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.194Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.245Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.295Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.326Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:03.327Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:39:03.327Z project Test run was cancelled\n',
     '2020-11-09T09:39:03.327Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:39:03.327Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.330Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.381Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.431Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.482Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.532Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.582Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.632Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.682Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.733Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.783Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.833Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.884Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.932Z workers [06g5j] Sandbox is responsive, closing it\n',
     '2020-11-09T09:39:03.932Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:39:03.933Z project Test run finished\n',
     '2020-11-09T09:39:03.933Z project Test run data re-queued\n',
     '2020-11-09T09:39:03.933Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:39:03.942Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.950Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:39:03.951Z project Test run started; run priority: 2\n',
     '2020-11-09T09:39:03.951Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:39:03.951Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:39:03.956Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:39:03.956Z nodeRunner Starting sandbox [worker #0, session #dwdq8]\n',
     '2020-11-09T09:39:03.956Z nodeRunner Preparing sandbox [worker #0, session #dwdq8]\n',
     '2020-11-09T09:39:03.956Z nodeRunner Prepared sandbox [worker #0, session #dwdq8]\n',
     '2020-11-09T09:39:03.956Z workers [worker #0, session #dwdq8] Running tests in sandbox\n',
     '2020-11-09T09:39:04.604Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:04.605Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:39:04.605Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:39:04.921Z workers [dwdq8] Loaded unknown number of test(s)\n',
     '2020-11-09T09:39:05.102Z workers [dwdq8] Test executed: ok\n',
     '2020-11-09T09:39:05.198Z workers [dwdq8] Test executed: published and visible\n',
     '2020-11-09T09:39:05.234Z workers [dwdq8] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:39:05.287Z workers [dwdq8] Test executed: find by text in any order\n',
     '2020-11-09T09:39:05.314Z workers [dwdq8] Test executed: query contains an additional word\n',
     '2020-11-09T09:39:05.386Z workers [dwdq8] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:39:05.520Z workers [dwdq8] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:39:05.699Z workers [dwdq8] Run 7 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:39:05.701Z workers [dwdq8] Sandbox is responsive, closing it\n',
     '2020-11-09T09:39:05.701Z project Test run finished\n',
     '2020-11-09T09:39:05.702Z project Processed console.log entries\n',
     '2020-11-09T09:39:05.702Z project Processed loading sequences\n',
     '2020-11-09T09:39:05.702Z project Processed executed tests\n',
     '2020-11-09T09:39:05.711Z project Processed code coverage\n',
     '2020-11-09T09:39:05.762Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:39:05.762Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:39:05.763Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:40:17.180Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:17.181Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:40:17.181Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.184Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.185Z project Test run started; run priority: 2\n',
     '2020-11-09T09:40:17.185Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:40:17.185Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:40:17.189Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:40:17.189Z nodeRunner Starting sandbox [worker #0, session #tbfwz]\n',
     '2020-11-09T09:40:17.189Z nodeRunner Preparing sandbox [worker #0, session #tbfwz]\n',
     '2020-11-09T09:40:17.189Z nodeRunner Prepared sandbox [worker #0, session #tbfwz]\n',
     '2020-11-09T09:40:17.190Z workers [worker #0, session #tbfwz] Running tests in sandbox\n',
     '2020-11-09T09:40:17.316Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:17.316Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:40:17.316Z project Test run was cancelled\n',
     '2020-11-09T09:40:17.317Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:40:17.317Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.318Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.368Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.419Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.470Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.520Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.570Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.621Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.671Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.722Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.772Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.823Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.874Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.925Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:17.976Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.026Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.078Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.128Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.178Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.229Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.251Z workers [tbfwz] Sandbox is responsive, closing it\n',
     '2020-11-09T09:40:18.251Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:40:18.251Z project Test run finished\n',
     '2020-11-09T09:40:18.252Z project Test run data re-queued\n',
     '2020-11-09T09:40:18.252Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:40:18.281Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:18.282Z project Test run started; run priority: 2\n',
     '2020-11-09T09:40:18.282Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:40:18.282Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:40:18.290Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:40:18.290Z nodeRunner Starting sandbox [worker #0, session #lwytr]\n',
     '2020-11-09T09:40:18.290Z nodeRunner Preparing sandbox [worker #0, session #lwytr]\n',
     '2020-11-09T09:40:18.290Z nodeRunner Prepared sandbox [worker #0, session #lwytr]\n',
     '2020-11-09T09:40:18.290Z workers [worker #0, session #lwytr] Running tests in sandbox\n',
     '2020-11-09T09:40:18.365Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:18.365Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:18.365Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:40:19.048Z workers [lwytr] Loaded unknown number of test(s)\n',
     '2020-11-09T09:40:19.220Z workers [lwytr] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:40:19.224Z workers [lwytr] Sandbox is responsive, closing it\n',
     '2020-11-09T09:40:19.225Z project Test run finished\n',
     '2020-11-09T09:40:19.225Z project Processed console.log entries\n',
     '2020-11-09T09:40:19.225Z project Processed loading sequences\n',
     '2020-11-09T09:40:19.225Z project Processed executed tests\n',
     '2020-11-09T09:40:19.230Z project Processed code coverage\n',
     '2020-11-09T09:40:19.247Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:40:19.247Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:40:19.248Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:40:28.236Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:28.237Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:40:28.237Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.239Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.239Z project Test run started; run priority: 2\n',
     '2020-11-09T09:40:28.239Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:40:28.239Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:40:28.244Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:40:28.244Z nodeRunner Starting sandbox [worker #0, session #3v8bp]\n',
     '2020-11-09T09:40:28.245Z nodeRunner Preparing sandbox [worker #0, session #3v8bp]\n',
     '2020-11-09T09:40:28.245Z nodeRunner Prepared sandbox [worker #0, session #3v8bp]\n',
     '2020-11-09T09:40:28.245Z workers [worker #0, session #3v8bp] Running tests in sandbox\n',
     '2020-11-09T09:40:28.475Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:28.475Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:40:28.475Z project Test run was cancelled\n',
     '2020-11-09T09:40:28.475Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:40:28.475Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.477Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.527Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.577Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.627Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.635Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:28.636Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:40:28.636Z project Test run was cancelled\n',
     '2020-11-09T09:40:28.636Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:40:28.636Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.636Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.687Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.738Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.789Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.842Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.892Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.943Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:28.994Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:29.010Z workers [3v8bp] Sandbox is responsive, closing it\n',
     '2020-11-09T09:40:29.010Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:40:29.010Z project Test run finished\n',
     '2020-11-09T09:40:29.010Z project Test run data re-queued\n',
     '2020-11-09T09:40:29.011Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:40:29.046Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:29.049Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:29.049Z project Test run started; run priority: 2\n',
     '2020-11-09T09:40:29.049Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:40:29.049Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:40:29.056Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:40:29.056Z nodeRunner Starting sandbox [worker #0, session #744vk]\n',
     '2020-11-09T09:40:29.056Z nodeRunner Preparing sandbox [worker #0, session #744vk]\n',
     '2020-11-09T09:40:29.056Z nodeRunner Prepared sandbox [worker #0, session #744vk]\n',
     '2020-11-09T09:40:29.056Z workers [worker #0, session #744vk] Running tests in sandbox\n',
     '2020-11-09T09:40:29.689Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:29.690Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:29.690Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:40:29.854Z workers [744vk] Loaded unknown number of test(s)\n',
     '2020-11-09T09:40:30.112Z workers [744vk] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:40:30.114Z workers [744vk] Sandbox is responsive, closing it\n',
     '2020-11-09T09:40:30.114Z project Test run finished\n',
     '2020-11-09T09:40:30.115Z project Processed console.log entries\n',
     '2020-11-09T09:40:30.115Z project Processed loading sequences\n',
     '2020-11-09T09:40:30.115Z project Processed executed tests\n',
     '2020-11-09T09:40:30.122Z project Processed code coverage\n',
     '2020-11-09T09:40:30.149Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:40:30.149Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:40:30.149Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:40:58.515Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:58.516Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:40:58.516Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:58.518Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:40:58.520Z project Test run started; run priority: 2\n',
     '2020-11-09T09:40:58.520Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:40:58.520Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:40:58.527Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:40:58.527Z nodeRunner Starting sandbox [worker #0, session #6cj8q]\n',
     '2020-11-09T09:40:58.527Z nodeRunner Preparing sandbox [worker #0, session #6cj8q]\n',
     '2020-11-09T09:40:58.527Z nodeRunner Prepared sandbox [worker #0, session #6cj8q]\n',
     '2020-11-09T09:40:58.527Z workers [worker #0, session #6cj8q] Running tests in sandbox\n',
     '2020-11-09T09:40:59.513Z workers [6cj8q] Loaded unknown number of test(s)\n',
     '2020-11-09T09:40:59.728Z workers [6cj8q] Test executed: Spike 2\n',
     '2020-11-09T09:40:59.734Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:59.734Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:40:59.734Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:40:59.808Z workers [6cj8q] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:40:59.809Z workers [6cj8q] Sandbox is responsive, closing it\n',
     '2020-11-09T09:40:59.809Z project Test run finished\n',
     '2020-11-09T09:40:59.809Z project Processed console.log entries\n',
     '2020-11-09T09:40:59.809Z project Processed loading sequences\n',
     '2020-11-09T09:40:59.810Z project Processed executed tests\n',
     '2020-11-09T09:40:59.815Z project Processed code coverage\n',
     '2020-11-09T09:40:59.835Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:40:59.835Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:40:59.835Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:01.268Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:01.269Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:01.269Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:01.271Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:01.272Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:01.272Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:01.272Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:01.278Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:01.278Z nodeRunner Starting sandbox [worker #0, session #vjcfk]\n',
     '2020-11-09T09:41:01.278Z nodeRunner Preparing sandbox [worker #0, session #vjcfk]\n',
     '2020-11-09T09:41:01.278Z nodeRunner Prepared sandbox [worker #0, session #vjcfk]\n',
     '2020-11-09T09:41:01.278Z workers [worker #0, session #vjcfk] Running tests in sandbox\n',
     '2020-11-09T09:41:02.283Z workers [vjcfk] Loaded unknown number of test(s)\n',
     '2020-11-09T09:41:02.452Z workers [vjcfk] Test executed: Spike 2\n',
     '2020-11-09T09:41:02.452Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:02.453Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:02.453Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:41:02.537Z workers [vjcfk] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:41:02.538Z workers [vjcfk] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:02.538Z project Test run finished\n',
     '2020-11-09T09:41:02.538Z project Processed console.log entries\n',
     '2020-11-09T09:41:02.538Z project Processed loading sequences\n',
     '2020-11-09T09:41:02.538Z project Processed executed tests\n',
     '2020-11-09T09:41:02.544Z project Processed code coverage\n',
     '2020-11-09T09:41:02.568Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:02.568Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:02.569Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:21.258Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:21.259Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:21.259Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:21.262Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:21.262Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:21.262Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:21.262Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:21.268Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:21.268Z nodeRunner Starting sandbox [worker #0, session #n08ma]\n',
     '2020-11-09T09:41:21.268Z nodeRunner Preparing sandbox [worker #0, session #n08ma]\n',
     '2020-11-09T09:41:21.269Z nodeRunner Prepared sandbox [worker #0, session #n08ma]\n',
     '2020-11-09T09:41:21.269Z workers [worker #0, session #n08ma] Running tests in sandbox\n',
     '2020-11-09T09:41:22.041Z workers [n08ma] Loaded unknown number of test(s)\n',
     '2020-11-09T09:41:22.184Z workers [n08ma] Test executed: ok\n',
     '2020-11-09T09:41:22.259Z workers [n08ma] Test executed: published and visible\n',
     '2020-11-09T09:41:22.282Z workers [n08ma] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:41:22.323Z workers [n08ma] Test executed: find by text in any order\n',
     '2020-11-09T09:41:22.345Z workers [n08ma] Test executed: query contains an additional word\n',
     '2020-11-09T09:41:22.409Z workers [n08ma] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:41:22.590Z workers [n08ma] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:41:22.640Z workers [n08ma] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:41:22.678Z workers [n08ma] Test executed: Spike 1\n',
     '2020-11-09T09:41:22.717Z workers [n08ma] Test executed: Spike 2\n',
     '2020-11-09T09:41:22.718Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:22.718Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:22.718Z project Test run was cancelled\n',
     '2020-11-09T09:41:22.718Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:22.719Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:22.719Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:22.769Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:22.771Z workers [n08ma] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:22.771Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:22.771Z project Test run finished\n',
     '2020-11-09T09:41:22.771Z project Test run data re-queued\n',
     '2020-11-09T09:41:22.771Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:22.820Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:22.822Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:22.823Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:22.823Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:22.823Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:22.828Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:22.828Z nodeRunner Starting sandbox [worker #0, session #drat0]\n',
     '2020-11-09T09:41:22.828Z nodeRunner Preparing sandbox [worker #0, session #drat0]\n',
     '2020-11-09T09:41:22.828Z nodeRunner Prepared sandbox [worker #0, session #drat0]\n',
     '2020-11-09T09:41:22.828Z workers [worker #0, session #drat0] Running tests in sandbox\n',
     '2020-11-09T09:41:23.637Z workers [drat0] Loaded unknown number of test(s)\n',
     '2020-11-09T09:41:23.780Z workers [drat0] Test executed: ok\n',
     '2020-11-09T09:41:23.847Z workers [drat0] Test executed: published and visible\n',
     '2020-11-09T09:41:23.850Z workers [drat0] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:41:23.850Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:23.874Z workers [drat0] Test executed: find by text in any order\n',
     '2020-11-09T09:41:23.876Z workers [drat0] Test executed: query contains an additional word\n',
     '2020-11-09T09:41:23.876Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:23.920Z workers [drat0] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:41:23.997Z workers [drat0] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:41:23.999Z workers [drat0] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:41:23.999Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:24.022Z workers [drat0] Test executed: Spike 1\n',
     '2020-11-09T09:41:24.034Z workers [drat0] Test executed: Spike 2\n',
     '2020-11-09T09:41:24.034Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:24.081Z workers [drat0] Run 10 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:24.082Z workers [drat0] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:24.083Z project Test run finished\n',
     '2020-11-09T09:41:24.083Z project Processed console.log entries\n',
     '2020-11-09T09:41:24.083Z project Processed loading sequences\n',
     '2020-11-09T09:41:24.083Z project Processed executed tests\n',
     '2020-11-09T09:41:24.090Z project Processed code coverage\n',
     '2020-11-09T09:41:24.108Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:24.109Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:24.110Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:24.111Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:41:25.814Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:25.814Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:25.814Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:41:31.825Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:31.826Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:31.826Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:31.829Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:31.830Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:31.830Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:31.830Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:31.834Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:31.834Z nodeRunner Starting sandbox [worker #0, session #4ynfy]\n',
     '2020-11-09T09:41:31.834Z nodeRunner Preparing sandbox [worker #0, session #4ynfy]\n',
     '2020-11-09T09:41:31.834Z nodeRunner Prepared sandbox [worker #0, session #4ynfy]\n',
     '2020-11-09T09:41:31.834Z workers [worker #0, session #4ynfy] Running tests in sandbox\n',
     '2020-11-09T09:41:32.046Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:32.046Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:32.047Z project Test run was cancelled\n',
     '2020-11-09T09:41:32.047Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:32.047Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.048Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.098Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.149Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.199Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.205Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:32.205Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:32.205Z project Test run was cancelled\n',
     '2020-11-09T09:41:32.206Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:32.206Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.206Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.257Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.308Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.359Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.396Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:32.397Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:32.397Z project Test run was cancelled\n',
     '2020-11-09T09:41:32.398Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:32.398Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.399Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.449Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.500Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.552Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.602Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.652Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.670Z workers [4ynfy] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:32.671Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:32.671Z project Test run finished\n',
     '2020-11-09T09:41:32.671Z project Test run data re-queued\n',
     '2020-11-09T09:41:32.671Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:32.704Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.711Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.711Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:32.711Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:32.711Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:32.719Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:32.719Z nodeRunner Starting sandbox [worker #0, session #c0122]\n',
     '2020-11-09T09:41:32.719Z nodeRunner Preparing sandbox [worker #0, session #c0122]\n',
     '2020-11-09T09:41:32.719Z nodeRunner Prepared sandbox [worker #0, session #c0122]\n',
     '2020-11-09T09:41:32.719Z workers [worker #0, session #c0122] Running tests in sandbox\n',
     '2020-11-09T09:41:32.916Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:32.917Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:32.917Z project Test run was cancelled\n',
     '2020-11-09T09:41:32.917Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:32.917Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.918Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:32.969Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.019Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.070Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.120Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.171Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.222Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.273Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.323Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.373Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.424Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.474Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.524Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.575Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.626Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.677Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.705Z workers [c0122] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:33.705Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:33.705Z project Test run finished\n',
     '2020-11-09T09:41:33.705Z project Test run data re-queued\n',
     '2020-11-09T09:41:33.706Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:33.728Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.730Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:33.732Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:33.732Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:33.732Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:33.751Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:33.752Z nodeRunner Starting sandbox [worker #0, session #kp4wq]\n',
     '2020-11-09T09:41:33.752Z nodeRunner Preparing sandbox [worker #0, session #kp4wq]\n',
     '2020-11-09T09:41:33.752Z nodeRunner Prepared sandbox [worker #0, session #kp4wq]\n',
     '2020-11-09T09:41:33.752Z workers [worker #0, session #kp4wq] Running tests in sandbox\n',
     '2020-11-09T09:41:34.099Z workers Sandbox (active) [kp4wq] error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  225 | });\n  226 | test("Spike 2", async () => {\n> 227 |     console.log( in );\n      |                  ^ SyntaxError: Unexpected token (227:17)\n  228 |     await createDoc("blablabla", {\n  229 |         natures: { label: "foo bar" },\n  230 |         searchableAttributes: { value: "qix" },\n',
     '2020-11-09T09:41:34.152Z workers [kp4wq] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:34.153Z workers [kp4wq] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:34.153Z workers Failed to map the stack to user code, entry message: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  225 | });\n  226 | test("Spike 2", async () => {\n> 227 |     console.log( in );\n      |                  ^ SyntaxError: Unexpected token (227:17)\n  228 |     await createDoc("blablabla", {\n  229 |         natures: { label: "foo bar" },\n  230 |         searchableAttributes: { value: "qix" },, stack: Error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  225 | });\n  226 | test("Spike 2", async () => {\n> 227 |     console.log( in );\n      |                  ^ SyntaxError: Unexpected token (227:17)\n  228 |     await createDoc("blablabla", {\n  229 |         natures: { label: "foo bar" },\n  230 |         searchableAttributes: { value: "qix" },\n    at Object.formatInstrumentationError (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/server.js:27:31446)\n    at TsJestTransformer.e.process (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/runners/node/jest@24.8.0/initializer.js:14:22785)\n    at ScriptTransformer.transformSource (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:463:35)\n    at ScriptTransformer._transformAndBuildScript (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:568:40)\n    at ScriptTransformer.transform (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transfo\n',
     '2020-11-09T09:41:34.154Z project Test run finished\n',
     '2020-11-09T09:41:34.154Z project Processed console.log entries\n',
     '2020-11-09T09:41:34.154Z project Processed loading sequences\n',
     '2020-11-09T09:41:34.154Z project Processed executed tests\n',
     '2020-11-09T09:41:34.158Z project Processed code coverage\n',
     '2020-11-09T09:41:34.169Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:34.169Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:34.170Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:34.172Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:41:34.709Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:34.709Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:34.710Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:34.712Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:34.713Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:34.714Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:34.714Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:34.717Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:34.717Z nodeRunner Starting sandbox [worker #0, session #kemhq]\n',
     '2020-11-09T09:41:34.717Z nodeRunner Preparing sandbox [worker #0, session #kemhq]\n',
     '2020-11-09T09:41:34.717Z nodeRunner Prepared sandbox [worker #0, session #kemhq]\n',
     '2020-11-09T09:41:34.717Z workers [worker #0, session #kemhq] Running tests in sandbox\n',
     '2020-11-09T09:41:35.536Z workers [kemhq] Loaded unknown number of test(s)\n',
     '2020-11-09T09:41:35.704Z workers [kemhq] Test executed: ok\n',
     '2020-11-09T09:41:35.768Z workers [kemhq] Test executed: published and visible\n',
     '2020-11-09T09:41:35.772Z workers [kemhq] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:41:35.772Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:35.796Z workers [kemhq] Test executed: find by text in any order\n',
     '2020-11-09T09:41:35.798Z workers [kemhq] Test executed: query contains an additional word\n',
     '2020-11-09T09:41:35.798Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:35.838Z workers [kemhq] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:41:35.909Z workers [kemhq] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:41:35.911Z workers [kemhq] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:41:35.912Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:35.934Z workers [kemhq] Test executed: Spike 1\n',
     '2020-11-09T09:41:35.945Z workers [kemhq] Test executed: Spike 2\n',
     '2020-11-09T09:41:35.945Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:35.993Z workers [kemhq] Run 10 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:35.994Z workers [kemhq] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:35.994Z project Test run finished\n',
     '2020-11-09T09:41:35.994Z project Processed console.log entries\n',
     '2020-11-09T09:41:35.994Z project Processed loading sequences\n',
     '2020-11-09T09:41:35.994Z project Processed executed tests\n',
     '2020-11-09T09:41:36.000Z project Processed code coverage\n',
     '2020-11-09T09:41:36.018Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:36.018Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:36.019Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:36.020Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:41:38.771Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:38.773Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:38.773Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:38.775Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:38.776Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:38.776Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:38.776Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:38.780Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:38.780Z nodeRunner Starting sandbox [worker #0, session #nuipa]\n',
     '2020-11-09T09:41:38.780Z nodeRunner Preparing sandbox [worker #0, session #nuipa]\n',
     '2020-11-09T09:41:38.780Z nodeRunner Prepared sandbox [worker #0, session #nuipa]\n',
     '2020-11-09T09:41:38.780Z workers [worker #0, session #nuipa] Running tests in sandbox\n',
     '2020-11-09T09:41:39.115Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:39.115Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:39.115Z project Test run was cancelled\n',
     '2020-11-09T09:41:39.116Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:39.116Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.116Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.168Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.218Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.268Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.318Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.353Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:39.353Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:39.353Z project Test run was cancelled\n',
     '2020-11-09T09:41:39.354Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:39.354Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.360Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.410Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.459Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.510Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.558Z workers [nuipa] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:39.558Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:39.558Z project Test run finished\n',
     '2020-11-09T09:41:39.558Z project Test run data re-queued\n',
     '2020-11-09T09:41:39.558Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:39.561Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.564Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.564Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:39.565Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:39.565Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:39.569Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:39.569Z nodeRunner Starting sandbox [worker #0, session #zgesz]\n',
     '2020-11-09T09:41:39.570Z nodeRunner Preparing sandbox [worker #0, session #zgesz]\n',
     '2020-11-09T09:41:39.570Z nodeRunner Prepared sandbox [worker #0, session #zgesz]\n',
     '2020-11-09T09:41:39.570Z workers [worker #0, session #zgesz] Running tests in sandbox\n',
     '2020-11-09T09:41:39.859Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:39.859Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:39.859Z project Test run was cancelled\n',
     '2020-11-09T09:41:39.860Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:39.860Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.860Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.911Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:39.962Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.012Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.061Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.111Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.120Z workers [zgesz] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:40.120Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:40.120Z project Test run finished\n',
     '2020-11-09T09:41:40.121Z project Test run data re-queued\n',
     '2020-11-09T09:41:40.121Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:40.162Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.165Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.166Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:40.166Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:40.166Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:40.170Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:40.170Z nodeRunner Starting sandbox [worker #0, session #r15lp]\n',
     '2020-11-09T09:41:40.170Z nodeRunner Preparing sandbox [worker #0, session #r15lp]\n',
     '2020-11-09T09:41:40.170Z nodeRunner Prepared sandbox [worker #0, session #r15lp]\n',
     '2020-11-09T09:41:40.170Z workers [worker #0, session #r15lp] Running tests in sandbox\n',
     '2020-11-09T09:41:40.447Z workers Sandbox (active) [r15lp] error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  45 |     },\n  46 | });\n> 47 | const search = async (query, additionalCriteria = {}) => console.log( in );\n     |                                                                       ^ SyntaxError: Unexpected token (47:70)\n  48 | await runner.run({\n  49 |     pagination: pagination_1.Pagination.DEFAULT,\n  50 |     sort: sort_1.Sort.RELEVANCE,\n',
     '2020-11-09T09:41:40.486Z workers [r15lp] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:40.487Z workers [r15lp] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:40.487Z workers Failed to map the stack to user code, entry message: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  45 |     },\n  46 | });\n> 47 | const search = async (query, additionalCriteria = {}) => console.log( in );\n     |                                                                       ^ SyntaxError: Unexpected token (47:70)\n  48 | await runner.run({\n  49 |     pagination: pagination_1.Pagination.DEFAULT,\n  50 |     sort: sort_1.Sort.RELEVANCE,, stack: Error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  45 |     },\n  46 | });\n> 47 | const search = async (query, additionalCriteria = {}) => console.log( in );\n     |                                                                       ^ SyntaxError: Unexpected token (47:70)\n  48 | await runner.run({\n  49 |     pagination: pagination_1.Pagination.DEFAULT,\n  50 |     sort: sort_1.Sort.RELEVANCE,\n    at Object.formatInstrumentationError (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/server.js:27:31446)\n    at TsJestTransformer.e.process (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/runners/node/jest@24.8.0/initializer.js:14:22785)\n    at ScriptTransformer.transformSource (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:463:35)\n    at ScriptTransformer._transformAndBuildScript (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:568:40)\n    at ScriptTransformer.transform (/ho\n',
     '2020-11-09T09:41:40.488Z project Test run finished\n',
     '2020-11-09T09:41:40.488Z project Processed console.log entries\n',
     '2020-11-09T09:41:40.488Z project Processed loading sequences\n',
     '2020-11-09T09:41:40.488Z project Processed executed tests\n',
     '2020-11-09T09:41:40.495Z project Processed code coverage\n',
     '2020-11-09T09:41:40.505Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:40.505Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:40.505Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:40.506Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:41:40.640Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:40.641Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:40.641Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.646Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:40.648Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:40.648Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:40.648Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:40.653Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:40.653Z nodeRunner Starting sandbox [worker #0, session #ocwys]\n',
     '2020-11-09T09:41:40.653Z nodeRunner Preparing sandbox [worker #0, session #ocwys]\n',
     '2020-11-09T09:41:40.653Z nodeRunner Prepared sandbox [worker #0, session #ocwys]\n',
     '2020-11-09T09:41:40.653Z workers [worker #0, session #ocwys] Running tests in sandbox\n',
     '2020-11-09T09:41:41.095Z workers Sandbox (active) [ocwys] error: await is only valid in async function\n',
     '2020-11-09T09:41:41.147Z workers [ocwys] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:41.160Z workers [ocwys] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:41.161Z project Test run finished\n',
     '2020-11-09T09:41:41.161Z project Processed console.log entries\n',
     '2020-11-09T09:41:41.161Z project Processed loading sequences\n',
     '2020-11-09T09:41:41.161Z project Processed executed tests\n',
     '2020-11-09T09:41:41.176Z project Processed code coverage\n',
     '2020-11-09T09:41:41.195Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:41.195Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:41.195Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:41.735Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:41.736Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:41.736Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:41:44.372Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:44.372Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:44.373Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:44.376Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:44.376Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:44.376Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:44.376Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:44.382Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:44.383Z nodeRunner Starting sandbox [worker #0, session #sgttp]\n',
     '2020-11-09T09:41:44.383Z nodeRunner Preparing sandbox [worker #0, session #sgttp]\n',
     '2020-11-09T09:41:44.383Z nodeRunner Prepared sandbox [worker #0, session #sgttp]\n',
     '2020-11-09T09:41:44.383Z workers [worker #0, session #sgttp] Running tests in sandbox\n',
     '2020-11-09T09:41:44.636Z workers Sandbox (active) [sgttp] error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  45 |     },\n  46 | });\n> 47 | const search = async (query, additionalCriteria = {}) => console.log( in );\n     |                                                                       ^ SyntaxError: Unexpected token (47:70)\n  48 | await runner.run({\n  49 |     pagination: pagination_1.Pagination.DEFAULT,\n  50 |     sort: sort_1.Sort.RELEVANCE,\n',
     '2020-11-09T09:41:44.724Z workers [sgttp] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:44.726Z workers [sgttp] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:44.726Z workers Failed to map the stack to user code, entry message: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  45 |     },\n  46 | });\n> 47 | const search = async (query, additionalCriteria = {}) => console.log( in );\n     |                                                                       ^ SyntaxError: Unexpected token (47:70)\n  48 | await runner.run({\n  49 |     pagination: pagination_1.Pagination.DEFAULT,\n  50 |     sort: sort_1.Sort.RELEVANCE,, stack: Error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  45 |     },\n  46 | });\n> 47 | const search = async (query, additionalCriteria = {}) => console.log( in );\n     |                                                                       ^ SyntaxError: Unexpected token (47:70)\n  48 | await runner.run({\n  49 |     pagination: pagination_1.Pagination.DEFAULT,\n  50 |     sort: sort_1.Sort.RELEVANCE,\n    at Object.formatInstrumentationError (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/server.js:27:31446)\n    at TsJestTransformer.e.process (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/runners/node/jest@24.8.0/initializer.js:14:22785)\n    at ScriptTransformer.transformSource (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:463:35)\n    at ScriptTransformer._transformAndBuildScript (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:568:40)\n    at ScriptTransformer.transform (/ho\n',
     '2020-11-09T09:41:44.726Z project Test run finished\n',
     '2020-11-09T09:41:44.726Z project Processed console.log entries\n',
     '2020-11-09T09:41:44.726Z project Processed loading sequences\n',
     '2020-11-09T09:41:44.726Z project Processed executed tests\n',
     '2020-11-09T09:41:44.732Z project Processed code coverage\n',
     '2020-11-09T09:41:44.772Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:44.772Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:44.772Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:44.906Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:44.906Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:44.906Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:44.910Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:44.911Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:44.911Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:44.911Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:44.916Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:44.917Z nodeRunner Starting sandbox [worker #0, session #jt5b7]\n',
     '2020-11-09T09:41:44.917Z nodeRunner Preparing sandbox [worker #0, session #jt5b7]\n',
     '2020-11-09T09:41:44.917Z nodeRunner Prepared sandbox [worker #0, session #jt5b7]\n',
     '2020-11-09T09:41:44.917Z workers [worker #0, session #jt5b7] Running tests in sandbox\n',
     '2020-11-09T09:41:45.245Z workers Sandbox (active) [jt5b7] error: await is only valid in async function\n',
     '2020-11-09T09:41:45.282Z workers [jt5b7] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:45.282Z workers [jt5b7] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:45.283Z project Test run finished\n',
     '2020-11-09T09:41:45.283Z project Processed console.log entries\n',
     '2020-11-09T09:41:45.283Z project Processed loading sequences\n',
     '2020-11-09T09:41:45.283Z project Processed executed tests\n',
     '2020-11-09T09:41:45.288Z project Processed code coverage\n',
     '2020-11-09T09:41:45.299Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:45.300Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:45.300Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:45.304Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:45.305Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:45.305Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:45.310Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:45.310Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:45.310Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:45.310Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:45.318Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:45.318Z nodeRunner Starting sandbox [worker #0, session #tx5fj]\n',
     '2020-11-09T09:41:45.318Z nodeRunner Preparing sandbox [worker #0, session #tx5fj]\n',
     '2020-11-09T09:41:45.318Z nodeRunner Prepared sandbox [worker #0, session #tx5fj]\n',
     '2020-11-09T09:41:45.318Z workers [worker #0, session #tx5fj] Running tests in sandbox\n',
     '2020-11-09T09:41:45.654Z workers Sandbox (active) [tx5fj] error: await is only valid in async function\n',
     '2020-11-09T09:41:45.679Z workers [tx5fj] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:45.680Z workers [tx5fj] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:45.680Z project Test run finished\n',
     '2020-11-09T09:41:45.680Z project Processed console.log entries\n',
     '2020-11-09T09:41:45.680Z project Processed loading sequences\n',
     '2020-11-09T09:41:45.680Z project Processed executed tests\n',
     '2020-11-09T09:41:45.683Z project Processed code coverage\n',
     '2020-11-09T09:41:45.689Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:45.689Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:45.689Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:45.732Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:45.732Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:45.732Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:45.735Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:45.735Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:45.735Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:45.735Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:45.741Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:45.741Z nodeRunner Starting sandbox [worker #0, session #x01re]\n',
     '2020-11-09T09:41:45.741Z nodeRunner Preparing sandbox [worker #0, session #x01re]\n',
     '2020-11-09T09:41:45.741Z nodeRunner Prepared sandbox [worker #0, session #x01re]\n',
     '2020-11-09T09:41:45.741Z workers [worker #0, session #x01re] Running tests in sandbox\n',
     '2020-11-09T09:41:46.438Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:46.440Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:46.440Z project Test run was cancelled\n',
     '2020-11-09T09:41:46.440Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:46.440Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:46.440Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:46.491Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:46.526Z workers [x01re] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:46.526Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:46.526Z project Test run finished\n',
     '2020-11-09T09:41:46.526Z project Test run data re-queued\n',
     '2020-11-09T09:41:46.527Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:46.541Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:46.543Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:46.543Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:46.543Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:46.543Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:46.546Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:46.546Z nodeRunner Starting sandbox [worker #0, session #jeawn]\n',
     '2020-11-09T09:41:46.546Z nodeRunner Preparing sandbox [worker #0, session #jeawn]\n',
     '2020-11-09T09:41:46.546Z nodeRunner Prepared sandbox [worker #0, session #jeawn]\n',
     '2020-11-09T09:41:46.546Z workers [worker #0, session #jeawn] Running tests in sandbox\n',
     '2020-11-09T09:41:47.267Z workers [jeawn] Loaded unknown number of test(s)\n',
     '2020-11-09T09:41:47.409Z workers [jeawn] Test executed: ok\n',
     '2020-11-09T09:41:47.486Z workers [jeawn] Test executed: published and visible\n',
     '2020-11-09T09:41:47.489Z workers [jeawn] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:41:47.489Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:47.514Z workers [jeawn] Test executed: find by text in any order\n',
     '2020-11-09T09:41:47.516Z workers [jeawn] Test executed: query contains an additional word\n',
     '2020-11-09T09:41:47.516Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:47.562Z workers [jeawn] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:41:47.602Z workers [jeawn] Run 6 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:47.603Z workers [jeawn] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:47.603Z project Test run finished\n',
     '2020-11-09T09:41:47.604Z project Processed console.log entries\n',
     '2020-11-09T09:41:47.604Z project Processed loading sequences\n',
     '2020-11-09T09:41:47.604Z project Processed executed tests\n',
     '2020-11-09T09:41:47.615Z project Processed code coverage\n',
     '2020-11-09T09:41:47.630Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:47.630Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:47.631Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:47.633Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:41:49.594Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:49.595Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:49.595Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:49.597Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:49.597Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:49.597Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:49.597Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:49.600Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:49.600Z nodeRunner Starting sandbox [worker #0, session #k56h1]\n',
     '2020-11-09T09:41:49.600Z nodeRunner Preparing sandbox [worker #0, session #k56h1]\n',
     '2020-11-09T09:41:49.600Z nodeRunner Prepared sandbox [worker #0, session #k56h1]\n',
     '2020-11-09T09:41:49.600Z workers [worker #0, session #k56h1] Running tests in sandbox\n',
     '2020-11-09T09:41:49.848Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:49.849Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:49.849Z project Test run was cancelled\n',
     '2020-11-09T09:41:49.849Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:49.849Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:49.849Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:49.900Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:49.950Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.000Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.049Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.100Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.150Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.200Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.223Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:50.224Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:50.224Z project Test run was cancelled\n',
     '2020-11-09T09:41:50.224Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:50.224Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.224Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.275Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.325Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.376Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.388Z workers [k56h1] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:50.389Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:50.389Z project Test run finished\n',
     '2020-11-09T09:41:50.389Z project Test run data re-queued\n',
     '2020-11-09T09:41:50.389Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:50.401Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:50.402Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:50.402Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.405Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:50.406Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:50.406Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:50.406Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:50.412Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:50.412Z nodeRunner Starting sandbox [worker #0, session #8ss0r]\n',
     '2020-11-09T09:41:50.412Z nodeRunner Preparing sandbox [worker #0, session #8ss0r]\n',
     '2020-11-09T09:41:50.412Z nodeRunner Prepared sandbox [worker #0, session #8ss0r]\n',
     '2020-11-09T09:41:50.413Z workers [worker #0, session #8ss0r] Running tests in sandbox\n',
     '2020-11-09T09:41:51.099Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:51.099Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:41:51.099Z project Test run was cancelled\n',
     '2020-11-09T09:41:51.100Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:51.100Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.100Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.151Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.201Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.253Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.302Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.317Z workers [8ss0r] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:51.317Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:41:51.317Z project Test run finished\n',
     '2020-11-09T09:41:51.317Z project Test run data re-queued\n',
     '2020-11-09T09:41:51.318Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:51.354Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.355Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:51.356Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:51.356Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:51.358Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:51.358Z nodeRunner Starting sandbox [worker #0, session #8rdz2]\n',
     '2020-11-09T09:41:51.358Z nodeRunner Preparing sandbox [worker #0, session #8rdz2]\n',
     '2020-11-09T09:41:51.358Z nodeRunner Prepared sandbox [worker #0, session #8rdz2]\n',
     '2020-11-09T09:41:51.358Z workers [worker #0, session #8rdz2] Running tests in sandbox\n',
     '2020-11-09T09:41:51.711Z workers Sandbox (active) [8rdz2] error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  233 |         searchableAttributes: { value: "blablabla" },\n  234 |     });\n> 235 |     console.log( in );\n      |                  ^ SyntaxError: Unexpected token (235:17)\n  236 |     const results = await search("foo bar qix");\n  237 |     console.log("results", JSON.stringify(results, null, 2));\n  238 |     const [result1, result2] = results.hits.hits;\n',
     '2020-11-09T09:41:51.799Z workers [8rdz2] Run 0 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:51.800Z workers [8rdz2] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:51.800Z workers Failed to map the stack to user code, entry message: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  233 |         searchableAttributes: { value: "blablabla" },\n  234 |     });\n> 235 |     console.log( in );\n      |                  ^ SyntaxError: Unexpected token (235:17)\n  236 |     const results = await search("foo bar qix");\n  237 |     console.log("results", JSON.stringify(results, null, 2));\n  238 |     const [result1, result2] = results.hits.hits;, stack: Error: Failed to instrument src/search-products/pipeline/main-query-runner.spec.ts\n  233 |         searchableAttributes: { value: "blablabla" },\n  234 |     });\n> 235 |     console.log( in );\n      |                  ^ SyntaxError: Unexpected token (235:17)\n  236 |     const results = await search("foo bar qix");\n  237 |     console.log("results", JSON.stringify(results, null, 2));\n  238 |     const [result1, result2] = results.hits.hits;\n    at Object.formatInstrumentationError (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/server.js:27:31446)\n    at TsJestTransformer.e.process (<homeDir>/.cache/JetBrains/IntelliJIdea2020.2/wallaby/wallaby/runners/node/jest@24.8.0/initializer.js:14:22785)\n    at ScriptTransformer.transformSource (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:463:35)\n    at ScriptTransformer._transformAndBuildScript (<homeDir>/Dev/adeo/opus-search/node_modules/@jest/transform/build/ScriptTransformer.js:568:40)\n    at ScriptTransformer.t\n',
     '2020-11-09T09:41:51.800Z project Test run finished\n',
     '2020-11-09T09:41:51.800Z project Processed console.log entries\n',
     '2020-11-09T09:41:51.800Z project Processed loading sequences\n',
     '2020-11-09T09:41:51.800Z project Processed executed tests\n',
     '2020-11-09T09:41:51.804Z project Processed code coverage\n',
     '2020-11-09T09:41:51.813Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:51.813Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:51.813Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:51.835Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:51.836Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:41:51.836Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.839Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:41:51.840Z project Test run started; run priority: 2\n',
     '2020-11-09T09:41:51.841Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:41:51.841Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:41:51.845Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:41:51.845Z nodeRunner Starting sandbox [worker #0, session #1uax3]\n',
     '2020-11-09T09:41:51.845Z nodeRunner Preparing sandbox [worker #0, session #1uax3]\n',
     '2020-11-09T09:41:51.845Z nodeRunner Prepared sandbox [worker #0, session #1uax3]\n',
     '2020-11-09T09:41:51.846Z workers [worker #0, session #1uax3] Running tests in sandbox\n',
     '2020-11-09T09:41:52.675Z workers [1uax3] Loaded unknown number of test(s)\n',
     '2020-11-09T09:41:52.916Z workers [1uax3] Test executed: ok\n',
     '2020-11-09T09:41:53.021Z workers [1uax3] Test executed: published and visible\n',
     '2020-11-09T09:41:53.026Z workers [1uax3] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:41:53.026Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:53.058Z workers [1uax3] Test executed: find by text in any order\n',
     '2020-11-09T09:41:53.060Z workers [1uax3] Test executed: query contains an additional word\n',
     '2020-11-09T09:41:53.061Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:53.102Z workers [1uax3] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:41:53.178Z workers [1uax3] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:41:53.180Z workers [1uax3] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:41:53.180Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:53.208Z workers [1uax3] Test executed: Spike 1\n',
     '2020-11-09T09:41:53.221Z workers [1uax3] Test executed: Spike 2\n',
     '2020-11-09T09:41:53.222Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:41:53.247Z workers [1uax3] Run 10 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:41:53.247Z workers [1uax3] Sandbox is responsive, closing it\n',
     '2020-11-09T09:41:53.248Z project Test run finished\n',
     '2020-11-09T09:41:53.248Z project Processed console.log entries\n',
     '2020-11-09T09:41:53.248Z project Processed loading sequences\n',
     '2020-11-09T09:41:53.248Z project Processed executed tests\n',
     '2020-11-09T09:41:53.255Z project Processed code coverage\n',
     '2020-11-09T09:41:53.271Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:41:53.271Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:41:53.271Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:41:57.606Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:57.607Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:41:57.607Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:42:14.911Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:14.911Z extended-core New document or complex document change\n',
     '2020-11-09T09:42:14.911Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:14.912Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:14.914Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:14.915Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:14.916Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:14.916Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:14.918Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:14.918Z nodeRunner Starting sandbox [worker #0, session #1jbv0]\n',
     '2020-11-09T09:42:14.918Z nodeRunner Preparing sandbox [worker #0, session #1jbv0]\n',
     '2020-11-09T09:42:14.918Z nodeRunner Prepared sandbox [worker #0, session #1jbv0]\n',
     '2020-11-09T09:42:14.918Z workers [worker #0, session #1jbv0] Running tests in sandbox\n',
     '2020-11-09T09:42:15.088Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:15.089Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:15.089Z project Test run was cancelled\n',
     '2020-11-09T09:42:15.089Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:15.089Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.089Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.140Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.190Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.241Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.260Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:15.260Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:15.260Z project Test run was cancelled\n',
     '2020-11-09T09:42:15.260Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:15.260Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.262Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.312Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.363Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.413Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.464Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.514Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.565Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.615Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.665Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.694Z workers [1jbv0] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:15.695Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:42:15.695Z project Test run finished\n',
     '2020-11-09T09:42:15.695Z project Test run data re-queued\n',
     '2020-11-09T09:42:15.695Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:15.716Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.716Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:15.716Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:15.716Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:15.720Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:15.720Z nodeRunner Starting sandbox [worker #0, session #ogpaf]\n',
     '2020-11-09T09:42:15.720Z nodeRunner Preparing sandbox [worker #0, session #ogpaf]\n',
     '2020-11-09T09:42:15.720Z nodeRunner Prepared sandbox [worker #0, session #ogpaf]\n',
     '2020-11-09T09:42:15.720Z workers [worker #0, session #ogpaf] Running tests in sandbox\n',
     '2020-11-09T09:42:15.834Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:15.834Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:15.834Z project Test run was cancelled\n',
     '2020-11-09T09:42:15.835Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:15.835Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.835Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.890Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.940Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:15.991Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.012Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:16.013Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:16.013Z project Test run was cancelled\n',
     '2020-11-09T09:42:16.013Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:16.013Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.013Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.064Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.114Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.165Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.216Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.267Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.316Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.367Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.411Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:16.412Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:16.412Z project Test run was cancelled\n',
     '2020-11-09T09:42:16.412Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:16.412Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.412Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.462Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.473Z workers [ogpaf] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:16.473Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:42:16.473Z project Test run finished\n',
     '2020-11-09T09:42:16.473Z project Test run data re-queued\n',
     '2020-11-09T09:42:16.474Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:16.513Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.514Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.515Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:16.515Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:16.515Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:16.518Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:16.518Z nodeRunner Starting sandbox [worker #0, session #twr4t]\n',
     '2020-11-09T09:42:16.518Z nodeRunner Preparing sandbox [worker #0, session #twr4t]\n',
     '2020-11-09T09:42:16.518Z nodeRunner Prepared sandbox [worker #0, session #twr4t]\n',
     '2020-11-09T09:42:16.518Z workers [worker #0, session #twr4t] Running tests in sandbox\n',
     '2020-11-09T09:42:16.848Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:16.848Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:16.848Z project Test run was cancelled\n',
     '2020-11-09T09:42:16.848Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:16.848Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.850Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.899Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:16.950Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.000Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.037Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:17.038Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:17.038Z project Test run was cancelled\n',
     '2020-11-09T09:42:17.038Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:17.038Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.038Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.089Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.139Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.143Z workers [twr4t] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:17.143Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:42:17.143Z project Test run finished\n',
     '2020-11-09T09:42:17.143Z project Test run data re-queued\n',
     '2020-11-09T09:42:17.144Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:17.189Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.190Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.190Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:17.190Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:17.190Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:17.197Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:17.197Z nodeRunner Starting sandbox [worker #0, session #k4a7q]\n',
     '2020-11-09T09:42:17.197Z nodeRunner Preparing sandbox [worker #0, session #k4a7q]\n',
     '2020-11-09T09:42:17.197Z nodeRunner Prepared sandbox [worker #0, session #k4a7q]\n',
     '2020-11-09T09:42:17.197Z workers [worker #0, session #k4a7q] Running tests in sandbox\n',
     '2020-11-09T09:42:17.198Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:17.198Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:17.198Z project Test run was cancelled\n',
     '2020-11-09T09:42:17.198Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:17.198Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.200Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.251Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.301Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.351Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.402Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.452Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.503Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.553Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.603Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.654Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.704Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.754Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.755Z workers [k4a7q] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:17.755Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:42:17.755Z project Test run finished\n',
     '2020-11-09T09:42:17.755Z project Test run data re-queued\n',
     '2020-11-09T09:42:17.756Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:17.805Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:17.807Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:17.807Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:17.807Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:17.815Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:17.815Z nodeRunner Starting sandbox [worker #0, session #k1qad]\n',
     '2020-11-09T09:42:17.815Z nodeRunner Preparing sandbox [worker #0, session #k1qad]\n',
     '2020-11-09T09:42:17.815Z nodeRunner Prepared sandbox [worker #0, session #k1qad]\n',
     '2020-11-09T09:42:17.815Z workers [worker #0, session #k1qad] Running tests in sandbox\n',
     '2020-11-09T09:42:18.119Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:18.120Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:18.120Z project Test run was cancelled\n',
     '2020-11-09T09:42:18.120Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:18.120Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.120Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.170Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.221Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.271Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.322Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.375Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.425Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.443Z workers [k1qad] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:18.443Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:42:18.444Z project Test run finished\n',
     '2020-11-09T09:42:18.444Z project Test run data re-queued\n',
     '2020-11-09T09:42:18.444Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:18.476Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.477Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:18.486Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:18.486Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:18.486Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:18.491Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:18.491Z nodeRunner Starting sandbox [worker #0, session #810z9]\n',
     '2020-11-09T09:42:18.491Z nodeRunner Preparing sandbox [worker #0, session #810z9]\n',
     '2020-11-09T09:42:18.491Z nodeRunner Prepared sandbox [worker #0, session #810z9]\n',
     '2020-11-09T09:42:18.491Z workers [worker #0, session #810z9] Running tests in sandbox\n',
     '2020-11-09T09:42:19.107Z workers [810z9] Loaded unknown number of test(s)\n',
     '2020-11-09T09:42:19.127Z fs File changed: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:19.130Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:42:19.130Z project Test run was cancelled\n',
     '2020-11-09T09:42:19.130Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:42:19.130Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:19.134Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:19.134Z workers [810z9] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:19.135Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:42:19.135Z project Test run finished\n',
     '2020-11-09T09:42:19.135Z project Test run data re-queued\n',
     '2020-11-09T09:42:19.136Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:19.185Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:42:19.186Z project Test run started; run priority: 2\n',
     '2020-11-09T09:42:19.186Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:42:19.187Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:42:19.190Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:42:19.190Z nodeRunner Starting sandbox [worker #0, session #x1ja1]\n',
     '2020-11-09T09:42:19.190Z nodeRunner Preparing sandbox [worker #0, session #x1ja1]\n',
     '2020-11-09T09:42:19.190Z nodeRunner Prepared sandbox [worker #0, session #x1ja1]\n',
     '2020-11-09T09:42:19.190Z workers [worker #0, session #x1ja1] Running tests in sandbox\n',
     '2020-11-09T09:42:19.201Z fs File changed in editor: src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:19.201Z fs No changes detected for src/search-products/pipeline/products-query-runner.ts\n',
     '2020-11-09T09:42:19.901Z workers [x1ja1] Loaded unknown number of test(s)\n',
     '2020-11-09T09:42:20.177Z workers [x1ja1] Test executed: ok\n',
     '2020-11-09T09:42:20.258Z workers [x1ja1] Test executed: published and visible\n',
     '2020-11-09T09:42:20.258Z workers [x1ja1] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:42:20.258Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:42:20.283Z workers [x1ja1] Test executed: find by text in any order\n',
     '2020-11-09T09:42:20.284Z workers [x1ja1] Test executed: query contains an additional word\n',
     '2020-11-09T09:42:20.285Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:42:20.335Z workers [x1ja1] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:42:20.423Z workers [x1ja1] Run 6 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:42:20.425Z workers [x1ja1] Sandbox is responsive, closing it\n',
     '2020-11-09T09:42:20.425Z project Test run finished\n',
     '2020-11-09T09:42:20.425Z project Processed console.log entries\n',
     '2020-11-09T09:42:20.425Z project Processed loading sequences\n',
     '2020-11-09T09:42:20.426Z project Processed executed tests\n',
     '2020-11-09T09:42:20.434Z project Processed code coverage\n',
     '2020-11-09T09:42:20.467Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:42:20.467Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:42:20.468Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:42:20.470Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:45:47.297Z fs File changed in editor: src/elastic/index.products.lmfr.json\n',
     '2020-11-09T09:45:47.297Z extended-core New document or complex document change\n',
     '2020-11-09T09:45:47.298Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:45:47.300Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:45:47.301Z project Test run started; run priority: 2\n',
     '2020-11-09T09:45:47.302Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 1\n',
     '2020-11-09T09:45:47.302Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:45:47.306Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:45:47.306Z nodeRunner Starting sandbox [worker #0, session #r1txo]\n',
     '2020-11-09T09:45:47.306Z nodeRunner Preparing sandbox [worker #0, session #r1txo]\n',
     '2020-11-09T09:45:47.306Z nodeRunner Prepared sandbox [worker #0, session #r1txo]\n',
     '2020-11-09T09:45:47.306Z workers [worker #0, session #r1txo] Running tests in sandbox\n',
     '2020-11-09T09:45:47.912Z workers [r1txo] Loaded unknown number of test(s)\n',
     '2020-11-09T09:45:48.069Z workers [r1txo] Test executed: ok\n',
     '2020-11-09T09:45:48.137Z workers [r1txo] Test executed: published and visible\n',
     '2020-11-09T09:45:48.141Z workers [r1txo] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:45:48.141Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:45:48.163Z workers [r1txo] Test executed: find by text in any order\n',
     '2020-11-09T09:45:48.166Z workers [r1txo] Test executed: query contains an additional word\n',
     '2020-11-09T09:45:48.166Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:45:48.205Z workers [r1txo] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:45:48.279Z workers [r1txo] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:45:48.281Z workers [r1txo] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:45:48.281Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:45:48.305Z workers [r1txo] Test executed: Spike 1\n',
     '2020-11-09T09:45:48.321Z workers [r1txo] Test executed: Spike 2\n',
     '2020-11-09T09:45:48.321Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:45:48.358Z workers [r1txo] Run 10 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:45:48.358Z workers [r1txo] Sandbox is responsive, closing it\n',
     '2020-11-09T09:45:48.358Z project Test run finished\n',
     '2020-11-09T09:45:48.358Z project Processed console.log entries\n',
     '2020-11-09T09:45:48.359Z project Processed loading sequences\n',
     '2020-11-09T09:45:48.359Z project Processed executed tests\n',
     '2020-11-09T09:45:48.366Z project Processed code coverage\n',
     '2020-11-09T09:45:48.382Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:45:48.382Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:45:48.383Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:45:48.643Z fs File changed: src/elastic/index.products.lmfr.json\n',
     '2020-11-09T09:45:48.644Z fs No changes detected for src/elastic/index.products.lmfr.json\n',
     '2020-11-09T09:45:48.644Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:50:23.973Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:23.974Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:23.974Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:23.977Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:23.979Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:23.979Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:23.979Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:23.983Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:23.983Z nodeRunner Starting sandbox [worker #0, session #kzkdx]\n',
     '2020-11-09T09:50:23.983Z nodeRunner Preparing sandbox [worker #0, session #kzkdx]\n',
     '2020-11-09T09:50:23.983Z nodeRunner Prepared sandbox [worker #0, session #kzkdx]\n',
     '2020-11-09T09:50:23.983Z workers [worker #0, session #kzkdx] Running tests in sandbox\n',
     '2020-11-09T09:50:24.156Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:24.158Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:24.158Z project Test run was cancelled\n',
     '2020-11-09T09:50:24.159Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:24.159Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.160Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.212Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.262Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.311Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.369Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.420Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.470Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.521Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.571Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.622Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.675Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.727Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.778Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.828Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.879Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.928Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:24.979Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:25.030Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:25.032Z workers [kzkdx] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:25.032Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:50:25.032Z project Test run finished\n',
     '2020-11-09T09:50:25.032Z project Test run data re-queued\n',
     '2020-11-09T09:50:25.037Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:25.081Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:25.085Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:25.088Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:25.088Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:25.088Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:25.104Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:25.104Z nodeRunner Starting sandbox [worker #0, session #000u9]\n',
     '2020-11-09T09:50:25.104Z nodeRunner Preparing sandbox [worker #0, session #000u9]\n',
     '2020-11-09T09:50:25.104Z nodeRunner Prepared sandbox [worker #0, session #000u9]\n',
     '2020-11-09T09:50:25.104Z workers [worker #0, session #000u9] Running tests in sandbox\n',
     '2020-11-09T09:50:25.132Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:25.136Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:25.136Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:50:26.209Z workers [000u9] Loaded unknown number of test(s)\n',
     '2020-11-09T09:50:26.371Z workers [000u9] Test executed: ok\n',
     '2020-11-09T09:50:26.461Z workers [000u9] Test executed: published and visible\n',
     '2020-11-09T09:50:26.473Z workers [000u9] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:50:26.473Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:50:26.498Z workers [000u9] Test executed: find by text in any order\n',
     '2020-11-09T09:50:26.504Z workers [000u9] Test executed: query contains an additional word\n',
     '2020-11-09T09:50:26.504Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:50:26.602Z workers [000u9] Run 5 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:50:26.603Z workers [000u9] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:26.604Z project Test run finished\n',
     '2020-11-09T09:50:26.604Z project Processed console.log entries\n',
     '2020-11-09T09:50:26.604Z project Processed loading sequences\n',
     '2020-11-09T09:50:26.604Z project Processed executed tests\n',
     '2020-11-09T09:50:26.615Z project Processed code coverage\n',
     '2020-11-09T09:50:26.636Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:50:26.636Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:26.636Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:50:32.150Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:32.151Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:32.151Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.153Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.154Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:32.155Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:32.155Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:32.158Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:32.159Z nodeRunner Starting sandbox [worker #0, session #xdvun]\n',
     '2020-11-09T09:50:32.159Z nodeRunner Preparing sandbox [worker #0, session #xdvun]\n',
     '2020-11-09T09:50:32.159Z nodeRunner Prepared sandbox [worker #0, session #xdvun]\n',
     '2020-11-09T09:50:32.159Z workers [worker #0, session #xdvun] Running tests in sandbox\n',
     '2020-11-09T09:50:32.334Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:32.336Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:32.336Z project Test run was cancelled\n',
     '2020-11-09T09:50:32.336Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:32.337Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.338Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.389Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.440Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.491Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.541Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.591Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.642Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.692Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.742Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.793Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.844Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.894Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.944Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:32.996Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:33.032Z workers [xdvun] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:33.032Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:50:33.032Z project Test run finished\n',
     '2020-11-09T09:50:33.032Z project Test run data re-queued\n',
     '2020-11-09T09:50:33.033Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:33.047Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:33.048Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:33.050Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:33.050Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:33.050Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:33.062Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:33.062Z nodeRunner Starting sandbox [worker #0, session #edv2b]\n',
     '2020-11-09T09:50:33.062Z nodeRunner Preparing sandbox [worker #0, session #edv2b]\n',
     '2020-11-09T09:50:33.062Z nodeRunner Prepared sandbox [worker #0, session #edv2b]\n',
     '2020-11-09T09:50:33.062Z workers [worker #0, session #edv2b] Running tests in sandbox\n',
     '2020-11-09T09:50:33.910Z workers [edv2b] Loaded unknown number of test(s)\n',
     '2020-11-09T09:50:34.078Z workers [edv2b] Test executed: ok\n',
     '2020-11-09T09:50:34.160Z workers [edv2b] Test executed: published and visible\n',
     '2020-11-09T09:50:34.163Z workers [edv2b] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:50:34.163Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:50:34.190Z workers [edv2b] Test executed: find by text in any order\n',
     '2020-11-09T09:50:34.192Z workers [edv2b] Test executed: query contains an additional word\n',
     '2020-11-09T09:50:34.192Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:50:34.232Z workers [edv2b] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:50:34.287Z workers [edv2b] Run 6 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:50:34.287Z workers [edv2b] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:34.288Z project Test run finished\n',
     '2020-11-09T09:50:34.288Z project Processed console.log entries\n',
     '2020-11-09T09:50:34.288Z project Processed loading sequences\n',
     '2020-11-09T09:50:34.288Z project Processed executed tests\n',
     '2020-11-09T09:50:34.303Z project Processed code coverage\n',
     '2020-11-09T09:50:34.328Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:50:34.328Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:34.329Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:50:35.174Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:35.176Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:35.176Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:50:49.661Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:49.662Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:49.662Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:49.664Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:49.666Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:49.666Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:49.666Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:49.670Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:49.670Z nodeRunner Starting sandbox [worker #0, session #fm9ya]\n',
     '2020-11-09T09:50:49.670Z nodeRunner Preparing sandbox [worker #0, session #fm9ya]\n',
     '2020-11-09T09:50:49.670Z nodeRunner Prepared sandbox [worker #0, session #fm9ya]\n',
     '2020-11-09T09:50:49.670Z workers [worker #0, session #fm9ya] Running tests in sandbox\n',
     '2020-11-09T09:50:49.918Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:49.922Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:49.922Z project Test run was cancelled\n',
     '2020-11-09T09:50:49.923Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:49.923Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:49.925Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:49.975Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.025Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.070Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:50.071Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:50.072Z project Test run was cancelled\n',
     '2020-11-09T09:50:50.072Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:50.072Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.072Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.123Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.173Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.189Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:50.191Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:50.191Z project Test run was cancelled\n',
     '2020-11-09T09:50:50.191Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:50.191Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.193Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.243Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.295Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.345Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.364Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:50.366Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:50.366Z project Test run was cancelled\n',
     '2020-11-09T09:50:50.366Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:50.366Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.368Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.418Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.467Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.518Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.536Z workers [fm9ya] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:50.536Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:50:50.536Z project Test run finished\n',
     '2020-11-09T09:50:50.536Z project Test run data re-queued\n',
     '2020-11-09T09:50:50.537Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:50.568Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.571Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:50.573Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:50.573Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:50.573Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:50.577Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:50.577Z nodeRunner Starting sandbox [worker #0, session #l74dm]\n',
     '2020-11-09T09:50:50.577Z nodeRunner Preparing sandbox [worker #0, session #l74dm]\n',
     '2020-11-09T09:50:50.577Z nodeRunner Prepared sandbox [worker #0, session #l74dm]\n',
     '2020-11-09T09:50:50.577Z workers [worker #0, session #l74dm] Running tests in sandbox\n',
     '2020-11-09T09:50:51.516Z workers [l74dm] Loaded unknown number of test(s)\n',
     '2020-11-09T09:50:51.691Z workers [l74dm] Test executed: ok\n',
     '2020-11-09T09:50:51.778Z workers [l74dm] Test executed: published and visible\n',
     '2020-11-09T09:50:51.781Z workers [l74dm] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:50:51.781Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:50:51.816Z workers [l74dm] Test executed: find by text in any order\n',
     '2020-11-09T09:50:51.816Z workers [l74dm] Test executed: query contains an additional word\n',
     '2020-11-09T09:50:51.816Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:50:51.902Z workers [l74dm] Run 5 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:50:51.903Z workers [l74dm] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:51.903Z project Test run finished\n',
     '2020-11-09T09:50:51.904Z project Processed console.log entries\n',
     '2020-11-09T09:50:51.904Z project Processed loading sequences\n',
     '2020-11-09T09:50:51.904Z project Processed executed tests\n',
     '2020-11-09T09:50:51.911Z project Processed code coverage\n',
     '2020-11-09T09:50:51.948Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:50:51.948Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:51.949Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:50:55.057Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:55.058Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:55.058Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:50:57.586Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:57.587Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:57.587Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.590Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.590Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:57.590Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:57.590Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:57.594Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:57.594Z nodeRunner Starting sandbox [worker #0, session #0hfp3]\n',
     '2020-11-09T09:50:57.594Z nodeRunner Preparing sandbox [worker #0, session #0hfp3]\n',
     '2020-11-09T09:50:57.594Z nodeRunner Prepared sandbox [worker #0, session #0hfp3]\n',
     '2020-11-09T09:50:57.594Z workers [worker #0, session #0hfp3] Running tests in sandbox\n',
     '2020-11-09T09:50:57.825Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:57.825Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:57.825Z project Test run was cancelled\n',
     '2020-11-09T09:50:57.826Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:57.826Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.827Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.878Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.927Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.970Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:57.970Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:57.970Z project Test run was cancelled\n',
     '2020-11-09T09:50:57.970Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:57.970Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:57.972Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.022Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.072Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.122Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.172Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.223Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.273Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.323Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.374Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.424Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.474Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.532Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.544Z workers [0hfp3] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:58.545Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:50:58.545Z project Test run finished\n',
     '2020-11-09T09:50:58.545Z project Test run data re-queued\n',
     '2020-11-09T09:50:58.545Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:58.584Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.585Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:58.585Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:58.585Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:58.591Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:58.591Z nodeRunner Starting sandbox [worker #0, session #bddh9]\n',
     '2020-11-09T09:50:58.591Z nodeRunner Preparing sandbox [worker #0, session #bddh9]\n',
     '2020-11-09T09:50:58.591Z nodeRunner Prepared sandbox [worker #0, session #bddh9]\n',
     '2020-11-09T09:50:58.591Z workers [worker #0, session #bddh9] Running tests in sandbox\n',
     '2020-11-09T09:50:58.714Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:50:58.715Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:50:58.715Z project Test run was cancelled\n',
     '2020-11-09T09:50:58.715Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:50:58.715Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.715Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.766Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.816Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.867Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.917Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:58.968Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.019Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.076Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.126Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.176Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.226Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.276Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.327Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.377Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.428Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.479Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.530Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.574Z workers [bddh9] Sandbox is responsive, closing it\n',
     '2020-11-09T09:50:59.574Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:50:59.574Z project Test run finished\n',
     '2020-11-09T09:50:59.574Z project Test run data re-queued\n',
     '2020-11-09T09:50:59.574Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:50:59.580Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.583Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:50:59.584Z project Test run started; run priority: 2\n',
     '2020-11-09T09:50:59.584Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:50:59.584Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:50:59.592Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:50:59.592Z nodeRunner Starting sandbox [worker #0, session #rx0dd]\n',
     '2020-11-09T09:50:59.592Z nodeRunner Preparing sandbox [worker #0, session #rx0dd]\n',
     '2020-11-09T09:50:59.592Z nodeRunner Prepared sandbox [worker #0, session #rx0dd]\n',
     '2020-11-09T09:50:59.592Z workers [worker #0, session #rx0dd] Running tests in sandbox\n',
     '2020-11-09T09:51:00.315Z workers [rx0dd] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:00.514Z workers [rx0dd] Test executed: Spike 1\n',
     '2020-11-09T09:51:00.578Z workers [rx0dd] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:51:00.578Z workers [rx0dd] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:00.579Z project Test run finished\n',
     '2020-11-09T09:51:00.579Z project Processed console.log entries\n',
     '2020-11-09T09:51:00.579Z project Processed loading sequences\n',
     '2020-11-09T09:51:00.579Z project Processed executed tests\n',
     '2020-11-09T09:51:00.585Z project Processed code coverage\n',
     '2020-11-09T09:51:00.610Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:00.610Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:00.611Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:51:02.220Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:02.220Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:02.221Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:02.224Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:02.225Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:02.225Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:02.225Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:02.230Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:02.230Z nodeRunner Starting sandbox [worker #0, session #1z6q6]\n',
     '2020-11-09T09:51:02.230Z nodeRunner Preparing sandbox [worker #0, session #1z6q6]\n',
     '2020-11-09T09:51:02.231Z nodeRunner Prepared sandbox [worker #0, session #1z6q6]\n',
     '2020-11-09T09:51:02.231Z workers [worker #0, session #1z6q6] Running tests in sandbox\n',
     '2020-11-09T09:51:03.073Z workers [1z6q6] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:03.249Z workers [1z6q6] Test executed: Spike 1\n',
     '2020-11-09T09:51:03.265Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:03.265Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:03.265Z project Test run was cancelled\n',
     '2020-11-09T09:51:03.265Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:03.265Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:03.266Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:03.277Z workers [1z6q6] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:03.277Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:51:03.277Z project Test run finished\n',
     '2020-11-09T09:51:03.277Z project Test run data re-queued\n',
     '2020-11-09T09:51:03.278Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:03.319Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:03.320Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:03.320Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:03.320Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:03.323Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:03.323Z nodeRunner Starting sandbox [worker #0, session #kw1hb]\n',
     '2020-11-09T09:51:03.323Z nodeRunner Preparing sandbox [worker #0, session #kw1hb]\n',
     '2020-11-09T09:51:03.323Z nodeRunner Prepared sandbox [worker #0, session #kw1hb]\n',
     '2020-11-09T09:51:03.323Z workers [worker #0, session #kw1hb] Running tests in sandbox\n',
     '2020-11-09T09:51:04.220Z workers [kw1hb] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:04.368Z workers [kw1hb] Test executed: Spike 1\n',
     '2020-11-09T09:51:04.396Z workers [kw1hb] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:51:04.397Z workers [kw1hb] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:04.397Z project Test run finished\n',
     '2020-11-09T09:51:04.397Z project Processed console.log entries\n',
     '2020-11-09T09:51:04.397Z project Processed loading sequences\n',
     '2020-11-09T09:51:04.397Z project Processed executed tests\n',
     '2020-11-09T09:51:04.408Z project Processed code coverage\n',
     '2020-11-09T09:51:04.427Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:04.428Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:04.428Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:51:04.965Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:04.966Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:04.966Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:51:08.089Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:08.090Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:08.090Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:08.092Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:08.093Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:08.093Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:08.093Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:08.099Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:08.099Z nodeRunner Starting sandbox [worker #0, session #pokmn]\n',
     '2020-11-09T09:51:08.099Z nodeRunner Preparing sandbox [worker #0, session #pokmn]\n',
     '2020-11-09T09:51:08.099Z nodeRunner Prepared sandbox [worker #0, session #pokmn]\n',
     '2020-11-09T09:51:08.099Z workers [worker #0, session #pokmn] Running tests in sandbox\n',
     '2020-11-09T09:51:09.015Z workers [pokmn] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:09.209Z workers [pokmn] Test executed: Spike 2\n',
     '2020-11-09T09:51:09.236Z workers [pokmn] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:51:09.237Z workers [pokmn] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:09.237Z project Test run finished\n',
     '2020-11-09T09:51:09.237Z project Processed console.log entries\n',
     '2020-11-09T09:51:09.237Z project Processed loading sequences\n',
     '2020-11-09T09:51:09.237Z project Processed executed tests\n',
     '2020-11-09T09:51:09.241Z project Processed code coverage\n',
     '2020-11-09T09:51:09.254Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:09.254Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:09.255Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:51:13.773Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:13.774Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:13.774Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:51:18.882Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:18.883Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:18.883Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:18.884Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:18.886Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:18.886Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:18.886Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:18.888Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:18.888Z nodeRunner Starting sandbox [worker #0, session #hgfit]\n',
     '2020-11-09T09:51:18.888Z nodeRunner Preparing sandbox [worker #0, session #hgfit]\n',
     '2020-11-09T09:51:18.888Z nodeRunner Prepared sandbox [worker #0, session #hgfit]\n',
     '2020-11-09T09:51:18.888Z workers [worker #0, session #hgfit] Running tests in sandbox\n',
     '2020-11-09T09:51:20.078Z workers [hgfit] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:20.244Z workers [hgfit] Test executed: Spike 2\n',
     '2020-11-09T09:51:20.266Z workers [hgfit] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:51:20.267Z workers [hgfit] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:20.267Z project Test run finished\n',
     '2020-11-09T09:51:20.267Z project Processed console.log entries\n',
     '2020-11-09T09:51:20.267Z project Processed loading sequences\n',
     '2020-11-09T09:51:20.267Z project Processed executed tests\n',
     '2020-11-09T09:51:20.272Z project Processed code coverage\n',
     '2020-11-09T09:51:20.287Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:20.287Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:20.288Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:51:21.017Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:21.017Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:21.018Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:21.021Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:21.023Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:21.023Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:21.023Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:21.029Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:21.029Z nodeRunner Starting sandbox [worker #0, session #575oi]\n',
     '2020-11-09T09:51:21.029Z nodeRunner Preparing sandbox [worker #0, session #575oi]\n',
     '2020-11-09T09:51:21.029Z nodeRunner Prepared sandbox [worker #0, session #575oi]\n',
     '2020-11-09T09:51:21.029Z workers [worker #0, session #575oi] Running tests in sandbox\n',
     '2020-11-09T09:51:21.964Z workers [575oi] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:22.104Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:22.105Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:22.105Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:51:22.139Z workers [575oi] Test executed: Spike 2\n',
     '2020-11-09T09:51:22.164Z workers [575oi] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:51:22.165Z workers [575oi] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:22.165Z project Test run finished\n',
     '2020-11-09T09:51:22.165Z project Processed console.log entries\n',
     '2020-11-09T09:51:22.165Z project Processed loading sequences\n',
     '2020-11-09T09:51:22.165Z project Processed executed tests\n',
     '2020-11-09T09:51:22.170Z project Processed code coverage\n',
     '2020-11-09T09:51:22.184Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:22.184Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:22.184Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:51:28.642Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:28.643Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:28.643Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:28.645Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:28.646Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:28.646Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:28.646Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:28.652Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:28.653Z nodeRunner Starting sandbox [worker #0, session #zpwmh]\n',
     '2020-11-09T09:51:28.653Z nodeRunner Preparing sandbox [worker #0, session #zpwmh]\n',
     '2020-11-09T09:51:28.653Z nodeRunner Prepared sandbox [worker #0, session #zpwmh]\n',
     '2020-11-09T09:51:28.653Z workers [worker #0, session #zpwmh] Running tests in sandbox\n',
     '2020-11-09T09:51:28.867Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:28.870Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:28.870Z project Test run was cancelled\n',
     '2020-11-09T09:51:28.870Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:28.870Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:28.870Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:28.921Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:28.971Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.013Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:29.014Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:29.014Z project Test run was cancelled\n',
     '2020-11-09T09:51:29.015Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:29.015Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.016Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.066Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.117Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.148Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:29.151Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:29.151Z project Test run was cancelled\n',
     '2020-11-09T09:51:29.151Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:29.151Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.151Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.202Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.252Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.303Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.353Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.403Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.469Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.523Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.532Z workers [zpwmh] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:29.533Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:51:29.533Z project Test run finished\n',
     '2020-11-09T09:51:29.533Z project Test run data re-queued\n',
     '2020-11-09T09:51:29.533Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:29.573Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.576Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:29.576Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:29.576Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:29.576Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:29.587Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:29.587Z nodeRunner Starting sandbox [worker #0, session #lkwvy]\n',
     '2020-11-09T09:51:29.587Z nodeRunner Preparing sandbox [worker #0, session #lkwvy]\n',
     '2020-11-09T09:51:29.587Z nodeRunner Prepared sandbox [worker #0, session #lkwvy]\n',
     '2020-11-09T09:51:29.587Z workers [worker #0, session #lkwvy] Running tests in sandbox\n',
     '2020-11-09T09:51:30.437Z workers [lkwvy] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:30.609Z workers [lkwvy] Test executed: ok\n',
     '2020-11-09T09:51:30.682Z workers [lkwvy] Test executed: published and visible\n',
     '2020-11-09T09:51:30.686Z workers [lkwvy] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:51:30.686Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:51:30.712Z workers [lkwvy] Test executed: find by text in any order\n',
     '2020-11-09T09:51:30.714Z workers [lkwvy] Test executed: query contains an additional word\n',
     '2020-11-09T09:51:30.714Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:51:30.772Z workers [lkwvy] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:51:30.844Z workers [lkwvy] Run 6 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:51:30.844Z workers [lkwvy] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:30.845Z project Test run finished\n',
     '2020-11-09T09:51:30.845Z project Processed console.log entries\n',
     '2020-11-09T09:51:30.845Z project Processed loading sequences\n',
     '2020-11-09T09:51:30.845Z project Processed executed tests\n',
     '2020-11-09T09:51:30.849Z project Processed code coverage\n',
     '2020-11-09T09:51:30.863Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:30.863Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:30.864Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:51:33.040Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:33.040Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:33.040Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:51:42.816Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:42.817Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:42.817Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:42.820Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:42.821Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:42.821Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:42.821Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:42.826Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:42.826Z nodeRunner Starting sandbox [worker #0, session #nglmx]\n',
     '2020-11-09T09:51:42.826Z nodeRunner Preparing sandbox [worker #0, session #nglmx]\n',
     '2020-11-09T09:51:42.826Z nodeRunner Prepared sandbox [worker #0, session #nglmx]\n',
     '2020-11-09T09:51:42.826Z workers [worker #0, session #nglmx] Running tests in sandbox\n',
     '2020-11-09T09:51:42.995Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:42.996Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:42.996Z project Test run was cancelled\n',
     '2020-11-09T09:51:42.996Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:42.996Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:42.996Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.047Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.097Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.147Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.198Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.251Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.301Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.352Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.403Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.453Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.503Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.553Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.602Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.624Z workers [nglmx] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:43.625Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:51:43.625Z project Test run finished\n',
     '2020-11-09T09:51:43.625Z project Test run data re-queued\n',
     '2020-11-09T09:51:43.626Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:43.659Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.665Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.667Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:43.667Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:43.667Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:43.672Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:43.672Z nodeRunner Starting sandbox [worker #0, session #0omuk]\n',
     '2020-11-09T09:51:43.672Z nodeRunner Preparing sandbox [worker #0, session #0omuk]\n',
     '2020-11-09T09:51:43.672Z nodeRunner Prepared sandbox [worker #0, session #0omuk]\n',
     '2020-11-09T09:51:43.673Z workers [worker #0, session #0omuk] Running tests in sandbox\n',
     '2020-11-09T09:51:43.745Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:43.746Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:43.746Z project Test run was cancelled\n',
     '2020-11-09T09:51:43.746Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:43.746Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.748Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.798Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.849Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.899Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.899Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:43.900Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:43.900Z project Test run was cancelled\n',
     '2020-11-09T09:51:43.900Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:43.900Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.902Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:43.952Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.002Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.052Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.102Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.153Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.203Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.252Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.310Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.360Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.410Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.460Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.509Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.536Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:44.537Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:44.537Z project Test run was cancelled\n',
     '2020-11-09T09:51:44.538Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:44.538Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.539Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.559Z workers [0omuk] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:44.559Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:51:44.559Z project Test run finished\n',
     '2020-11-09T09:51:44.559Z project Test run data re-queued\n',
     '2020-11-09T09:51:44.559Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:44.592Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:44.592Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:44.592Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:44.592Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:44.598Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:44.598Z nodeRunner Starting sandbox [worker #0, session #67uxt]\n',
     '2020-11-09T09:51:44.598Z nodeRunner Preparing sandbox [worker #0, session #67uxt]\n',
     '2020-11-09T09:51:44.598Z nodeRunner Prepared sandbox [worker #0, session #67uxt]\n',
     '2020-11-09T09:51:44.598Z workers [worker #0, session #67uxt] Running tests in sandbox\n',
     '2020-11-09T09:51:45.071Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:45.072Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:51:45.072Z project Test run was cancelled\n',
     '2020-11-09T09:51:45.072Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:51:45.072Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.074Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.124Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.175Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.226Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.276Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.326Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.376Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.385Z workers [67uxt] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:45.387Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:51:45.387Z project Test run finished\n',
     '2020-11-09T09:51:45.387Z project Test run data re-queued\n',
     '2020-11-09T09:51:45.387Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:45.438Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:51:45.439Z project Test run started; run priority: 2\n',
     '2020-11-09T09:51:45.439Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:51:45.439Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:51:45.444Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:51:45.444Z nodeRunner Starting sandbox [worker #0, session #s9w9w]\n',
     '2020-11-09T09:51:45.444Z nodeRunner Preparing sandbox [worker #0, session #s9w9w]\n',
     '2020-11-09T09:51:45.444Z nodeRunner Prepared sandbox [worker #0, session #s9w9w]\n',
     '2020-11-09T09:51:45.444Z workers [worker #0, session #s9w9w] Running tests in sandbox\n',
     '2020-11-09T09:51:46.155Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:46.156Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:51:46.156Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:51:46.286Z workers [s9w9w] Loaded unknown number of test(s)\n',
     '2020-11-09T09:51:46.456Z workers [s9w9w] Test executed: ok\n',
     '2020-11-09T09:51:46.531Z workers [s9w9w] Test executed: published and visible\n',
     '2020-11-09T09:51:46.535Z workers [s9w9w] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:51:46.535Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:51:46.559Z workers [s9w9w] Test executed: find by text in any order\n',
     '2020-11-09T09:51:46.561Z workers [s9w9w] Test executed: query contains an additional word\n',
     '2020-11-09T09:51:46.561Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:51:46.618Z workers [s9w9w] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:51:46.672Z workers [s9w9w] Run 6 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:51:46.673Z workers [s9w9w] Sandbox is responsive, closing it\n',
     '2020-11-09T09:51:46.673Z project Test run finished\n',
     '2020-11-09T09:51:46.674Z project Processed console.log entries\n',
     '2020-11-09T09:51:46.674Z project Processed loading sequences\n',
     '2020-11-09T09:51:46.674Z project Processed executed tests\n',
     '2020-11-09T09:51:46.682Z project Processed code coverage\n',
     '2020-11-09T09:51:46.698Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:51:46.698Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:51:46.698Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:52:08.703Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:52:08.704Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:52:08.704Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:52:08.706Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:52:08.706Z project Test run started; run priority: 2\n',
     '2020-11-09T09:52:08.706Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:52:08.706Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:52:08.711Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:52:08.711Z nodeRunner Starting sandbox [worker #0, session #rjd68]\n',
     '2020-11-09T09:52:08.711Z nodeRunner Preparing sandbox [worker #0, session #rjd68]\n',
     '2020-11-09T09:52:08.711Z nodeRunner Prepared sandbox [worker #0, session #rjd68]\n',
     '2020-11-09T09:52:08.711Z workers [worker #0, session #rjd68] Running tests in sandbox\n',
     '2020-11-09T09:52:09.521Z workers [rjd68] Loaded unknown number of test(s)\n',
     '2020-11-09T09:52:09.717Z workers [rjd68] Test executed: ok\n',
     '2020-11-09T09:52:09.790Z workers [rjd68] Test executed: published and visible\n',
     '2020-11-09T09:52:09.793Z workers [rjd68] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:52:09.794Z workers Failed to map the stack to user code, entry message: ResponseError: version_conflict_engine_exception, stack: ResponseError: version_conflict_engine_exception\n    at IncomingMessage.response.on (<homeDir>/Dev/adeo/opus-search/node_modules/@elastic/elasticsearch/lib/Transport.js:232:25)\n    at IncomingMessage.emit (events.js:203:15)\n    at endReadableNT (_stream_readable.js:1145:12)\n    at process._tickCallback (internal/process/next_tick.js:63:19)\n',
     '2020-11-09T09:52:09.827Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:52:09.827Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:52:09.827Z project Test run was cancelled\n',
     '2020-11-09T09:52:09.828Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:52:09.828Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:52:09.829Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:52:09.836Z workers [rjd68] Sandbox is responsive, closing it\n',
     '2020-11-09T09:52:09.836Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:52:09.836Z project Test run finished\n',
     '2020-11-09T09:52:09.836Z project Test run data re-queued\n',
     '2020-11-09T09:52:09.837Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:52:09.883Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:52:09.884Z project Test run started; run priority: 2\n',
     '2020-11-09T09:52:09.884Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:52:09.884Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:52:09.888Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:52:09.888Z nodeRunner Starting sandbox [worker #0, session #vls1q]\n',
     '2020-11-09T09:52:09.888Z nodeRunner Preparing sandbox [worker #0, session #vls1q]\n',
     '2020-11-09T09:52:09.888Z nodeRunner Prepared sandbox [worker #0, session #vls1q]\n',
     '2020-11-09T09:52:09.888Z workers [worker #0, session #vls1q] Running tests in sandbox\n',
     '2020-11-09T09:52:10.382Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:52:10.383Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:52:10.383Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:52:10.934Z workers [vls1q] Loaded unknown number of test(s)\n',
     '2020-11-09T09:52:11.604Z workers [vls1q] Test executed: ok\n',
     '2020-11-09T09:52:11.835Z workers [vls1q] Test executed: published and visible\n',
     '2020-11-09T09:52:12.022Z workers [vls1q] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:52:12.129Z workers [vls1q] Test executed: find by text in any order\n',
     '2020-11-09T09:52:12.161Z workers [vls1q] Test executed: query contains an additional word\n',
     '2020-11-09T09:52:12.231Z workers [vls1q] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:52:12.415Z workers [vls1q] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:52:12.474Z workers [vls1q] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:52:12.518Z workers [vls1q] Test executed: Spike 1\n',
     '2020-11-09T09:52:12.560Z workers [vls1q] Test executed: Spike 2\n',
     '2020-11-09T09:52:12.649Z workers [vls1q] Run 10 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:52:12.650Z workers [vls1q] Sandbox is responsive, closing it\n',
     '2020-11-09T09:52:12.651Z project Test run finished\n',
     '2020-11-09T09:52:12.651Z project Processed console.log entries\n',
     '2020-11-09T09:52:12.651Z project Processed loading sequences\n',
     '2020-11-09T09:52:12.651Z project Processed executed tests\n',
     '2020-11-09T09:52:12.656Z project Processed code coverage\n',
     '2020-11-09T09:52:12.675Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:52:12.675Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:52:12.676Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:52:12.677Z uiService Outgoing message ui:coverageChanged\n',
     '2020-11-09T09:54:02.816Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:02.817Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:02.817Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:02.821Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:02.822Z project Test run started; run priority: 2\n',
     '2020-11-09T09:54:02.822Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:54:02.822Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:54:02.832Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:54:02.832Z nodeRunner Starting sandbox [worker #0, session #kpori]\n',
     '2020-11-09T09:54:02.832Z nodeRunner Preparing sandbox [worker #0, session #kpori]\n',
     '2020-11-09T09:54:02.832Z nodeRunner Prepared sandbox [worker #0, session #kpori]\n',
     '2020-11-09T09:54:02.832Z workers [worker #0, session #kpori] Running tests in sandbox\n',
     '2020-11-09T09:54:03.832Z workers [kpori] Loaded unknown number of test(s)\n',
     '2020-11-09T09:54:03.834Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:03.835Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:03.835Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:54:03.994Z workers [kpori] Test executed: Spike 2\n',
     '2020-11-09T09:54:04.071Z workers [kpori] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:54:04.072Z workers [kpori] Sandbox is responsive, closing it\n',
     '2020-11-09T09:54:04.072Z project Test run finished\n',
     '2020-11-09T09:54:04.072Z project Processed console.log entries\n',
     '2020-11-09T09:54:04.072Z project Processed loading sequences\n',
     '2020-11-09T09:54:04.072Z project Processed executed tests\n',
     '2020-11-09T09:54:04.080Z project Processed code coverage\n',
     '2020-11-09T09:54:04.101Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:54:04.101Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:54:04.102Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:54:06.920Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:06.920Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:06.920Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:06.923Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:06.924Z project Test run started; run priority: 2\n',
     '2020-11-09T09:54:06.924Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:54:06.924Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:54:06.930Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:54:06.931Z nodeRunner Starting sandbox [worker #0, session #l8hts]\n',
     '2020-11-09T09:54:06.931Z nodeRunner Preparing sandbox [worker #0, session #l8hts]\n',
     '2020-11-09T09:54:06.931Z nodeRunner Prepared sandbox [worker #0, session #l8hts]\n',
     '2020-11-09T09:54:06.931Z workers [worker #0, session #l8hts] Running tests in sandbox\n',
     '2020-11-09T09:54:07.849Z workers [l8hts] Loaded unknown number of test(s)\n',
     '2020-11-09T09:54:08.003Z workers [l8hts] Test executed: Spike 2\n',
     '2020-11-09T09:54:08.073Z workers [l8hts] Run 1 test(s), skipped 9 test(s)\n',
     '2020-11-09T09:54:08.073Z workers [l8hts] Sandbox is responsive, closing it\n',
     '2020-11-09T09:54:08.074Z project Test run finished\n',
     '2020-11-09T09:54:08.074Z project Processed console.log entries\n',
     '2020-11-09T09:54:08.074Z project Processed loading sequences\n',
     '2020-11-09T09:54:08.074Z project Processed executed tests\n',
     '2020-11-09T09:54:08.078Z project Processed code coverage\n',
     '2020-11-09T09:54:08.090Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:54:08.090Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:54:08.091Z uiService Outgoing message ui:tests:someResultsUpdated\n',
     '2020-11-09T09:54:11.340Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:11.341Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:11.341Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.343Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.343Z project Test run started; run priority: 2\n',
     '2020-11-09T09:54:11.343Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:54:11.343Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:54:11.346Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:54:11.346Z nodeRunner Starting sandbox [worker #0, session #3a6lp]\n',
     '2020-11-09T09:54:11.346Z nodeRunner Preparing sandbox [worker #0, session #3a6lp]\n',
     '2020-11-09T09:54:11.346Z nodeRunner Prepared sandbox [worker #0, session #3a6lp]\n',
     '2020-11-09T09:54:11.346Z workers [worker #0, session #3a6lp] Running tests in sandbox\n',
     '2020-11-09T09:54:11.658Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:11.659Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:54:11.659Z project Test run was cancelled\n',
     '2020-11-09T09:54:11.659Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:11.659Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.659Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.710Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.760Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.811Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.861Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.912Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:11.962Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.013Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.063Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.115Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.165Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.216Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.267Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.317Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.368Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.386Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:12.386Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:54:12.386Z project Test run was cancelled\n',
     '2020-11-09T09:54:12.386Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:12.386Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.388Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.438Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.489Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.541Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.591Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.614Z workers [3a6lp] Sandbox is responsive, closing it\n',
     '2020-11-09T09:54:12.614Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:54:12.614Z project Test run finished\n',
     '2020-11-09T09:54:12.614Z project Test run data re-queued\n',
     '2020-11-09T09:54:12.614Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:54:12.646Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:12.647Z project Test run started; run priority: 2\n',
     '2020-11-09T09:54:12.647Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:54:12.647Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:54:12.651Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:54:12.651Z nodeRunner Starting sandbox [worker #0, session #ejmtu]\n',
     '2020-11-09T09:54:12.651Z nodeRunner Preparing sandbox [worker #0, session #ejmtu]\n',
     '2020-11-09T09:54:12.651Z nodeRunner Prepared sandbox [worker #0, session #ejmtu]\n',
     '2020-11-09T09:54:12.651Z workers [worker #0, session #ejmtu] Running tests in sandbox\n',
     '2020-11-09T09:54:13.013Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:13.013Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:54:13.013Z project Test run was cancelled\n',
     '2020-11-09T09:54:13.013Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:13.014Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.015Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.066Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.116Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.146Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:13.147Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:54:13.147Z project Test run was cancelled\n',
     '2020-11-09T09:54:13.147Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:13.148Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.150Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.200Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.250Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.287Z fs File changed in editor: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:13.287Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
     '2020-11-09T09:54:13.287Z project Test run was cancelled\n',
     '2020-11-09T09:54:13.288Z uiService Outgoing message ui:files\n',
     '2020-11-09T09:54:13.288Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.288Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.339Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.389Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.439Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.490Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.540Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.590Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.633Z workers [ejmtu] Sandbox is responsive, closing it\n',
     '2020-11-09T09:54:13.633Z project Test run cancelled, re-queueing run data\n',
     '2020-11-09T09:54:13.633Z project Test run finished\n',
     '2020-11-09T09:54:13.633Z project Test run data re-queued\n',
     '2020-11-09T09:54:13.633Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:54:13.641Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.643Z uiService Outgoing message ui:busy\n',
     '2020-11-09T09:54:13.643Z project Test run started; run priority: 2\n',
     '2020-11-09T09:54:13.643Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-11-09T09:54:13.643Z testTask Running only selected or not excluded tests\n',
     '2020-11-09T09:54:13.646Z workers Starting test run, priority: 2\n',
     '2020-11-09T09:54:13.646Z nodeRunner Starting sandbox [worker #0, session #zvv7r]\n',
     '2020-11-09T09:54:13.646Z nodeRunner Preparing sandbox [worker #0, session #zvv7r]\n',
     '2020-11-09T09:54:13.646Z nodeRunner Prepared sandbox [worker #0, session #zvv7r]\n',
     '2020-11-09T09:54:13.646Z workers [worker #0, session #zvv7r] Running tests in sandbox\n',
     '2020-11-09T09:54:14.607Z workers [zvv7r] Loaded unknown number of test(s)\n',
     '2020-11-09T09:54:14.653Z fs File changed: src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:14.654Z fs No changes detected for src/search-products/pipeline/main-query-runner.spec.ts\n',
     '2020-11-09T09:54:14.654Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-11-09T09:54:14.780Z workers [zvv7r] Test executed: ok\n',
     '2020-11-09T09:54:14.874Z workers [zvv7r] Test executed: published and visible\n',
     '2020-11-09T09:54:14.906Z workers [zvv7r] Test executed: find by text only (marketplace)\n',
     '2020-11-09T09:54:14.968Z workers [zvv7r] Test executed: find by text in any order\n',
     '2020-11-09T09:54:15.008Z workers [zvv7r] Test executed: query contains an additional word\n',
     '2020-11-09T09:54:15.063Z workers [zvv7r] Test executed: rank: exact nature > exact attribute > exact text\n',
     '2020-11-09T09:54:15.174Z workers [zvv7r] Test executed: rank: exact nature > partial nature > exact attribute > partial attribute\n',
     '2020-11-09T09:54:15.222Z workers [zvv7r] Test executed: rank: duplicate match in natures and attributes does not affect score (dis_max)\n',
     '2020-11-09T09:54:15.286Z workers [zvv7r] Run 8 test(s), skipped 0 test(s)\n',
     '2020-11-09T09:54:15.287Z workers [zvv7r] Sandbox is responsive, closing it\n',
     '2020-11-09T09:54:15.288Z project Test run finished\n',
     '2020-11-09T09:54:15.288Z project Processed console.log entries\n',
     '2020-11-09T09:54:15.288Z project Processed loading sequences\n',
     '2020-11-09T09:54:15.288Z project Processed executed tests\n',
     '2020-11-09T09:54:15.301Z project Processed code coverage\n',
     '2020-11-09T09:54:15.339Z project Test run result processed and sent to IDE\n',
     '2020-11-09T09:54:15.339Z uiService Outgoing message ui:summary\n',
     '2020-11-09T09:54:15.340Z uiService Outgoing message ui:tests:someResultsUpdated\n' ] }
ArtemGovorov commented 4 years ago

Shouldn't the test be all green, or all pink, or green then red, but not pink then green ?

If the code wasn't transformed (ie. it was JavaScript executed as is), then you are correct - I don't see any reasons how the test code can be pink and then green.

However, in your case it is TypeScript code transformed by ts-jest, so theoretically, depending on how it is transformed and source-mapped (specifically async/await), it is possible to have some pink indicators and then green because of the way generated code is source mapped to the original code.

For example, it is theoretically possible to have a code transformation that is sourced mapped in such a way that some error causing transformed code regions executed after green code regions are sourced mapped back to original regions that reside earlier in the code than the green regions.

So the real executed code can be:

which will result in the following highlighting in the original source code:

If you are happy with the explanation, please feel free to close the issue. If you think it is not the case, and would like us to investigate the issue further, can you please create a sample repo (a shallow copy of your project with one simplified test will do, or you can email a more complex sample to hello@wallabyjs.com if you like) where the issue can be reproduced, we are happy to investigate and share the full report of what's going on with you.

tomsquest commented 4 years ago

Thanks for your detailed answer. :+1: I know understand what is going on. I will close it as I don't need more investigation at this point.

Thanks again @ArtemGovorov !