Hi, @olha !
There is no log lines after Babel warning:
{"level":"debug","msg":"Logger format: JSON","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"k6 version: v0.44.0 (2023-04-24T10:35:38+0000/v0.44.0-0-g14d80f6f, go1.20.3, linux/amd64)","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"Resolving and reading test '/test/test.js'...","time":"2023-06-16T09:33:54Z"}
{"level":"debug","moduleSpecifier":{"Scheme":"file","Opaque":"","User":null,"Host":"","Path":"/test/test.js","RawPath":"","OmitHost":false,"ForceQuery":false,"RawQuery":"","Fragment":"","RawFragment":""},"msg":"Loading...","originalModuleSpecifier":"/test/test.js","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"'/test/test.js' resolved to 'file:///test/test.js' and successfully loaded 804763 bytes!","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"Gathering k6 runtime options...","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"Initializing k6 runner for '/test/test.js' (file:///test/test.js)...","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"Detecting test type for...","test_path":"file:///test/test.js","time":"2023-06-16T09:33:54Z"}
{"level":"debug","msg":"Trying to load as a JS test...","test_path":"file:///test/test.js","time":"2023-06-16T09:33:54Z"}
{"level":"warning","msg":"The source for `file:///test/test.js` needs to go through babel but is over 256000 bytes. For performance reasons source map support will be disabled for this particular file.","time":"2023-06-16T09:33:55Z"}
Once we faced failure even on test scrips less then 500 kb:
time="2023-06-11T16:33:33Z" level=debug msg="Logger format: TEXT"
time="2023-06-11T16:33:33Z" level=debug msg="k6 version: v0.44.0 (2023-04-24T10:35:38+0000/v0.44.0-0-g14d80f6f, go1.20.3, linux/amd64)"
time="2023-06-11T16:33:33Z" level=debug msg="Resolving and reading test '/test/test.js'..."
time="2023-06-11T16:33:33Z" level=debug msg=Loading... moduleSpecifier="file:///test/test.js" originalModuleSpecifier=/test/test.js
time="2023-06-11T16:33:33Z" level=debug msg="'/test/test.js' resolved to 'file:///test/test.js' and successfully loaded 366399 bytes!"
time="2023-06-11T16:33:33Z" level=debug msg="Gathering k6 runtime options..."
time="2023-06-11T16:33:33Z" level=debug msg="Initializing k6 runner for '/test/test.js' (file:///test/test.js)..."
time="2023-06-11T16:33:33Z" level=debug msg="Detecting test type for..." test_path="file:///test/test.js"
time="2023-06-11T16:33:33Z" level=debug msg="Trying to load as a JS test..." test_path="file:///test/test.js"
time="2023-06-11T16:33:34Z" level=warning msg="The source for `file:///test/test.js` needs to go through babel but is over 256000 bytes. For performance reasons source map support will be disabled for this particular file."
time="2023-06-11T16:34:01Z" level=debug msg="Babel: Transformed" t=26.954266931s
Here is log (cropped) from successful run:
time="2023-06-12T15:56:50Z" level=debug msg="Logger format: TEXT"
time="2023-06-12T15:56:50Z" level=debug msg="k6 version: v0.44.0 (2023-04-24T10:35:38+0000/v0.44.0-0-g14d80f6f, go1.20.3, linux/amd64)"
time="2023-06-12T15:56:50Z" level=debug msg="Resolving and reading test '/test/test.js'..."
time="2023-06-12T15:56:50Z" level=debug msg=Loading... moduleSpecifier="file:///test/test.js" originalModuleSpecifier=/test/test.js
time="2023-06-12T15:56:50Z" level=debug msg="'/test/test.js' resolved to 'file:///test/test.js' and successfully loaded 366399 bytes!"
time="2023-06-12T15:56:50Z" level=debug msg="Gathering k6 runtime options..."
time="2023-06-12T15:56:50Z" level=debug msg="Initializing k6 runner for '/test/test.js' (file:///test/test.js)..."
time="2023-06-12T15:56:50Z" level=debug msg="Detecting test type for..." test_path="file:///test/test.js"
time="2023-06-12T15:56:50Z" level=debug msg="Trying to load as a JS test..." test_path="file:///test/test.js"
time="2023-06-12T15:56:51Z" level=warning msg="The source for `file:///test/test.js` needs to go through babel but is over 256000 bytes. For performance reasons source map support will be disabled for this particular file."
time="2023-06-12T15:57:18Z" level=debug msg="Babel: Transformed" t=26.921130013s
time="2023-06-12T15:57:18Z" level=debug msg="Runner successfully initialized!"
time="2023-06-12T15:57:18Z" level=debug msg="Parsing CLI flags..."
time="2023-06-12T15:57:18Z" level=debug msg="Consolidating config layers..."
...
time="2023-06-12T16:01:52Z" level=debug msg="Usage report sent successfully"
time="2023-06-12T16:01:52Z" level=debug msg="Everything has finished, exiting k6 normally!"
Also, I can provide you log from successful run of 800 kb script from Windows:
time="2023-06-09T05:45:18Z" level=debug msg="Logger format: TEXT"
time="2023-06-09T05:45:18Z" level=debug msg="k6 version: v0.43.1 (2023-02-27T10:53:03+0000/v0.43.1-0-gaf3a0b89, go1.19.6, windows/amd64)"
/\ |‾‾| /‾‾/ /‾‾/
/\ / \ | |/ / / /
/ \/ \ | ( / ‾‾\
/ \ | |\ \ | (‾) |
/ __________ \ |__| \__\ \_____/ .io
time="2023-06-09T05:45:18Z" level=debug msg="Resolving and reading test 'student-production-over-500.js'..."
time="2023-06-09T05:45:18Z" level=debug msg=Loading... moduleSpecifier="file:///c:/AgileWork/K6%20Scripts/student-production-over-500.js" originalModuleSpecifier=student-production-over-500.js
time="2023-06-09T05:45:18Z" level=debug msg="'student-production-over-500.js' resolved to 'file:///c:/AgileWork/K6%20Scripts/student-production-over-500.js' and successfully loaded 589622 bytes!"
time="2023-06-09T05:45:18Z" level=debug msg="Gathering k6 runtime options..."
time="2023-06-09T05:45:18Z" level=debug msg="Initializing k6 runner for 'student-production-over-500.js' (file:///c:/AgileWork/K6%20Scripts/student-production-over-500.js)..."
time="2023-06-09T05:45:18Z" level=debug msg="Detecting test type for..." test_path="file:///c:/AgileWork/K6%20Scripts/student-production-over-500.js"
time="2023-06-09T05:45:18Z" level=debug msg="Trying to load as a JS test..." test_path="file:///c:/AgileWork/K6%20Scripts/student-production-over-500.js"
time="2023-06-09T05:45:18Z" level=warning msg="The source for `file:///c:/AgileWork/K6%20Scripts/student-production-over-500.js` needs to go through babel but is over 256000 bytes. For performance reasons source map support will be disabled for this particular file."
time="2023-06-09T05:45:28Z" level=debug msg="Babel: Transformed" t=10.3230243s
time="2023-06-09T05:45:28Z" level=debug msg="Runner successfully initialized!"
time="2023-06-09T05:45:28Z" level=debug msg="Parsing CLI flags..."
time="2023-06-09T05:45:28Z" level=debug msg="Consolidating config layers..."
...
running (26m08.4s), 0/4 VUs, 0 complete and 3 interrupted iterations
contacts ✓ [ 100% ] 3/4 VUs 4m0s
time="2023-06-09T06:11:37Z" level=debug msg="Everything has finished, exiting k6 normally!"