Skip to content

Console Output

09:01:50 [2022-09-18T13:01:50.598Z] + yarn
09:01:50 [2022-09-18T13:01:50.858Z] yarn install v1.22.19
09:01:51 [2022-09-18T13:01:51.117Z] [1/4] Resolving packages...
09:01:51 [2022-09-18T13:01:51.375Z] [2/4] Fetching packages...
09:02:06 [2022-09-18T13:02:06.264Z] [3/4] Linking dependencies...
09:02:08 [2022-09-18T13:02:08.933Z] [4/4] Building fresh packages...
09:02:08 [2022-09-18T13:02:08.933Z] $ node install.js
09:02:09 [2022-09-18T13:02:09.539Z] npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1663506128916-0.9660115868487891/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
09:02:09 [2022-09-18T13:02:09.539Z] 
09:02:09 [2022-09-18T13:02:09.539Z] > cdt-gdb-adapter@0.0.16-next nativebuild /home/jenkins/agent/workspace/cdt-gdb-adapter-verify
09:02:09 [2022-09-18T13:02:09.539Z] > node-gyp rebuild
09:02:09 [2022-09-18T13:02:09.539Z] 
09:02:10 [2022-09-18T13:02:10.970Z] make: Entering directory '/home/jenkins/agent/workspace/cdt-gdb-adapter-verify/build'
09:02:10 [2022-09-18T13:02:10.970Z]   CC(target) Release/obj.target/nothing/node_modules/node-addon-api/nothing.o
09:02:10 [2022-09-18T13:02:10.970Z]   AR(target) Release/obj.target/node_modules/node-addon-api/nothing.a
09:02:10 [2022-09-18T13:02:10.970Z]   COPY Release/nothing.a
09:02:10 [2022-09-18T13:02:10.970Z]   CXX(target) Release/obj.target/pty/src/native/pty.o
09:02:11 [2022-09-18T13:02:11.903Z]   SOLINK_MODULE(target) Release/obj.target/pty.node
09:02:11 [2022-09-18T13:02:11.903Z]   COPY Release/pty.node
09:02:11 [2022-09-18T13:02:11.903Z] make: Leaving directory '/home/jenkins/agent/workspace/cdt-gdb-adapter-verify/build'
09:02:11 [2022-09-18T13:02:11.903Z] $ yarn build
09:02:12 [2022-09-18T13:02:12.160Z] yarn run v1.22.19
09:02:12 [2022-09-18T13:02:12.160Z] $ tsc
09:02:18 [2022-09-18T13:02:18.711Z] Done in 6.47s.
09:02:18 [2022-09-18T13:02:18.711Z] Done in 27.78s.
09:02:18 [2022-09-18T13:02:18.711Z] + yarn test
09:02:18 [2022-09-18T13:02:18.711Z] yarn run v1.22.19
09:02:18 [2022-09-18T13:02:18.974Z] $ yarn test:integration && yarn test:integration-remote-target && yarn test:integration-gdb-async-off && yarn test:integration-gdb-async-off-remote-target && yarn test:integration-gdb-non-stop && yarn test:integration-gdb-non-stop-remote-target
09:02:19 [2022-09-18T13:02:19.233Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --exit --reporter mocha-jenkins-reporter -r ts-node/register src/integration-tests/*.spec.ts
09:02:27 [2022-09-18T13:02:27.380Z] 
09:02:27 [2022-09-18T13:02:27.380Z]   GDB Backend Test Suite
09:02:27 [2022-09-18T13:02:27.380Z]       ✔ /defaults/can read a value from -gdb-show: 2ms
09:02:27 [2022-09-18T13:02:27.380Z]       ✔ /defaults/can set a value using -gdb-set: 0ms
09:02:27 [2022-09-18T13:02:27.380Z] 
09:02:27 [2022-09-18T13:02:27.380Z]   Suite duration: 0.243 s, Tests: 2
09:02:27 [2022-09-18T13:02:27.380Z] 
09:02:27 [2022-09-18T13:02:27.380Z]   attach remote
09:02:27 [2022-09-18T13:02:27.380Z]       ✔ /defaults/can attach remote and hit a breakpoint: 259ms
09:02:27 [2022-09-18T13:02:27.380Z] 
09:02:27 [2022-09-18T13:02:27.380Z]   Suite duration: 0.447 s, Tests: 1
09:02:27 [2022-09-18T13:02:27.380Z] 
09:02:27 [2022-09-18T13:02:27.380Z]   breakpoints
09:02:27 [2022-09-18T13:02:27.944Z]       ✔ /defaults/hits a standard breakpoint: 40ms
09:02:28 [2022-09-18T13:02:28.202Z]       ✔ /defaults/handles breakpoints in multiple files: 32ms
09:02:28 [2022-09-18T13:02:28.459Z]       ✔ /defaults/fails gracefully on breakpoint on unknown file: 4ms
09:02:28 [2022-09-18T13:02:28.716Z]       ✔ /defaults/fails gracefully on breakpoint on bad line in otherwise good source: 8ms
09:02:28 [2022-09-18T13:02:28.973Z]       ✔ /defaults/maintains breakpoint order when modifying breakpoints in a file: 6ms
09:02:29 [2022-09-18T13:02:29.537Z]       ✔ /defaults/maintains breakpoint order when modifying breakpoints in a file with space: 6ms
09:02:29 [2022-09-18T13:02:29.795Z]       - /defaults/reports back relocated line number
09:02:30 [2022-09-18T13:02:30.052Z]       - /defaults/maintains gdb breakpoint when relocated
09:02:30 [2022-09-18T13:02:30.619Z]       - /defaults/maintains gdb breakpoint when relocated - files with spaces
09:02:30 [2022-09-18T13:02:30.875Z]       ✔ /defaults/hits a conditional breakpoint: 45ms
09:02:31 [2022-09-18T13:02:31.132Z]       ✔ /defaults/hits a hit conditional breakpoint with >: 34ms
09:02:31 [2022-09-18T13:02:31.745Z]       ✔ /defaults/hits a hit conditional breakpoint without >: 36ms
09:02:32 [2022-09-18T13:02:32.001Z]       ✔ /defaults/resolves breakpoints: 46ms
09:02:32 [2022-09-18T13:02:32.001Z] 
09:02:32 [2022-09-18T13:02:32.001Z]   Suite duration: 4.555 s, Tests: 13
09:02:32 [2022-09-18T13:02:32.001Z] 
09:02:32 [2022-09-18T13:02:32.001Z]   Disassembly Test Suite
09:02:32 [2022-09-18T13:02:32.258Z]       ✔ /defaults/can disassemble: 47ms
09:02:32 [2022-09-18T13:02:32.820Z]       ✔ /defaults/can disassemble with no source references: 19ms
09:02:33 [2022-09-18T13:02:33.077Z]       ✔ /defaults/can handle disassemble at bad address: 3ms
09:02:33 [2022-09-18T13:02:33.077Z] 
09:02:33 [2022-09-18T13:02:33.077Z]   Suite duration: 1.12 s, Tests: 3
09:02:33 [2022-09-18T13:02:33.077Z] 
09:02:33 [2022-09-18T13:02:33.077Z]   evaluate request
09:02:33 [2022-09-18T13:02:33.334Z]       ✔ /defaults/should evaluate a simple literal expression: 25ms
09:02:33 [2022-09-18T13:02:33.897Z]       ✔ /defaults/should reject evaluation of expression without a frame: 1ms
09:02:34 [2022-09-18T13:02:34.154Z]       ✔ /defaults/should reject evaluation of invalid expression: 2ms
09:02:34 [2022-09-18T13:02:34.154Z] 
09:02:34 [2022-09-18T13:02:34.154Z]   Suite duration: 1.079 s, Tests: 3
09:02:34 [2022-09-18T13:02:34.154Z] 
09:02:34 [2022-09-18T13:02:34.154Z]   function breakpoints
09:02:34 [2022-09-18T13:02:34.411Z]       ✔ /defaults/hits the main function breakpoint: 27ms
09:02:34 [2022-09-18T13:02:34.977Z]       ✔ /defaults/hits the sub function breakpoint: 26ms
09:02:35 [2022-09-18T13:02:35.233Z]       ✔ /defaults/handles <MULTIPLE> responses (e.g. multiple static functions with same name): 41ms
09:02:35 [2022-09-18T13:02:35.490Z]       ✔ /defaults/handles <MULTIPLE> function changes: 47ms
09:02:36 [2022-09-18T13:02:36.054Z]       ✔ /defaults/handles <MULTIPLE> mixed with line breakpoints: 32ms
09:02:36 [2022-09-18T13:02:36.312Z]       ✔ /defaults/fails gracefully on unknown function: 3ms
09:02:36 [2022-09-18T13:02:36.569Z]       ✔ /defaults/maintains breakpoint order when modifying function breakpoints: 5ms
09:02:36 [2022-09-18T13:02:36.832Z]       ✔ /defaults/deletes breakpoints in gdb when removed in IDE: 30ms
09:02:36 [2022-09-18T13:02:36.832Z] 
09:02:36 [2022-09-18T13:02:36.832Z]   Suite duration: 2.724 s, Tests: 8
09:02:36 [2022-09-18T13:02:36.832Z] 
09:02:36 [2022-09-18T13:02:36.832Z]   launch
09:02:37 [2022-09-18T13:02:37.395Z]       ✔ /defaults/can launch and hit a breakpoint: 144ms
09:02:37 [2022-09-18T13:02:37.654Z]       ✔ /defaults/reports an error when specifying a non-existent binary: 118ms
09:02:37 [2022-09-18T13:02:37.911Z]       ✔ /defaults/works with a space in file names: 153ms
09:02:37 [2022-09-18T13:02:37.912Z] 
09:02:37 [2022-09-18T13:02:37.912Z]   Suite duration: 0.994 s, Tests: 3
09:02:37 [2022-09-18T13:02:37.912Z] 
09:02:37 [2022-09-18T13:02:37.912Z]   launch remote
09:02:38 [2022-09-18T13:02:38.206Z]       ✔ /defaults/can launch remote and hit a breakpoint: 215ms
09:02:38 [2022-09-18T13:02:38.207Z] 
09:02:38 [2022-09-18T13:02:38.207Z]   Suite duration: 0.419 s, Tests: 1
09:02:38 [2022-09-18T13:02:38.207Z] 
09:02:38 [2022-09-18T13:02:38.207Z]   logpoints
09:02:38 [2022-09-18T13:02:38.771Z]       ✔ /defaults/hits a logpoint: 32ms
09:02:39 [2022-09-18T13:02:39.028Z]       ✔ /defaults/supports changing log messages: 32ms
09:02:39 [2022-09-18T13:02:39.028Z] 
09:02:39 [2022-09-18T13:02:39.028Z]   Suite duration: 0.822 s, Tests: 2
09:02:39 [2022-09-18T13:02:39.028Z] 
09:02:39 [2022-09-18T13:02:39.028Z]   Memory Test Suite for cdt-gdb-adapter/Memory custom request
09:02:39 [2022-09-18T13:02:39.591Z]       ✔ /defaults/can read memory: 5ms
09:02:39 [2022-09-18T13:02:39.847Z]       ✔ /defaults/handles unable to read memory: 2ms
09:02:40 [2022-09-18T13:02:40.104Z]       ✔ /defaults/can read memory with offset: 4ms
09:02:40 [2022-09-18T13:02:40.104Z] 
09:02:40 [2022-09-18T13:02:40.104Z]   Suite duration: 1.087 s, Tests: 3
09:02:40 [2022-09-18T13:02:40.105Z] 
09:02:40 [2022-09-18T13:02:40.105Z]   Memory Test Suite
09:02:40 [2022-09-18T13:02:40.668Z]       ✔ /defaults/can read memory: 5ms
09:02:40 [2022-09-18T13:02:40.924Z]       ✔ /defaults/handles unable to read memory: 1ms
09:02:41 [2022-09-18T13:02:41.181Z]       ✔ /defaults/can read memory with offset: 4ms
09:02:41 [2022-09-18T13:02:41.743Z]       ✔ /defaults/can write memory: 5ms
09:02:42 [2022-09-18T13:02:42.001Z]       ✔ /defaults/fails when trying to write to read-only memory: 4ms
09:02:42 [2022-09-18T13:02:42.257Z]       ✔ /defaults/Converts between hex and base64 without loss: 1ms
09:02:42 [2022-09-18T13:02:42.822Z]       ✔ /defaults/Throws an error if it detects ill-formed input: 2ms
09:02:42 [2022-09-18T13:02:42.822Z] 
09:02:42 [2022-09-18T13:02:42.822Z]   Suite duration: 2.47 s, Tests: 7
09:02:42 [2022-09-18T13:02:42.822Z] 
09:02:42 [2022-09-18T13:02:42.822Z]   multithread
09:02:43 [2022-09-18T13:02:43.082Z]       ✔ /defaults/sees all threads (all-stop): 281ms
09:02:43 [2022-09-18T13:02:43.082Z] 
09:02:43 [2022-09-18T13:02:43.082Z]   Suite duration: 0.477 s, Tests: 1
09:02:43 [2022-09-18T13:02:43.083Z] 
09:02:43 [2022-09-18T13:02:43.083Z]   pause
09:02:43 [2022-09-18T13:02:43.646Z]       ✔ /defaults/can be paused: 185ms
09:02:43 [2022-09-18T13:02:43.646Z] 
09:02:43 [2022-09-18T13:02:43.646Z]   Suite duration: 0.362 s, Tests: 1
09:02:43 [2022-09-18T13:02:43.646Z] 
09:02:43 [2022-09-18T13:02:43.646Z]   stop
09:02:43 [2022-09-18T13:02:43.902Z]       ✔ /defaults/handles segv: 171ms
09:02:43 [2022-09-18T13:02:43.903Z] 
09:02:43 [2022-09-18T13:02:43.903Z]   Suite duration: 0.37 s, Tests: 1
09:02:43 [2022-09-18T13:02:43.903Z] 
09:02:43 [2022-09-18T13:02:43.903Z]   util
09:02:43 [2022-09-18T13:02:43.903Z]       ✔ /defaults/compareVersions: 1ms
09:02:43 [2022-09-18T13:02:43.903Z]       ✔ /defaults/parseGdbOutput: 0ms
09:02:43 [2022-09-18T13:02:43.903Z] 
09:02:43 [2022-09-18T13:02:43.903Z]   Suite duration: 0.001 s, Tests: 2
09:02:43 [2022-09-18T13:02:43.903Z] 
09:02:43 [2022-09-18T13:02:43.903Z]   Variables Test Suite
09:02:44 [2022-09-18T13:02:44.159Z]       ✔ /defaults/can read and set simple variables in a program: 38ms
09:02:44 [2022-09-18T13:02:44.725Z]       ✔ /defaults/can read and set simple registers in a program: 54ms
09:02:44 [2022-09-18T13:02:44.982Z]       ✔ /defaults/can read and set struct variables in a program: 27ms
09:02:45 [2022-09-18T13:02:45.545Z]       ✔ /defaults/can read and set nested struct variables in a program: 43ms
09:02:46 [2022-09-18T13:02:46.107Z]       ✔ /defaults/can read and set array elements in a program: 81ms
09:02:46 [2022-09-18T13:02:46.107Z] 
09:02:46 [2022-09-18T13:02:46.107Z]   Suite duration: 2.075 s, Tests: 5
09:02:46 [2022-09-18T13:02:46.107Z] 
09:02:46 [2022-09-18T13:02:46.107Z]   Variables CPP Test Suite
09:02:46 [2022-09-18T13:02:46.364Z]       ✔ /defaults/can read and set a cpp object variable: 19ms
09:02:46 [2022-09-18T13:02:46.928Z]       ✔ /defaults/can read and set nested variables from a cpp object: 13ms
09:02:46 [2022-09-18T13:02:46.929Z] 
09:02:46 [2022-09-18T13:02:46.929Z]   Suite duration: 0.857 s, Tests: 2
09:02:46 [2022-09-18T13:02:46.929Z] 
09:02:46 [2022-09-18T13:02:46.929Z]   55 passing (21s)
09:02:46 [2022-09-18T13:02:46.929Z]   3 pending
09:02:46 [2022-09-18T13:02:46.929Z] 
09:02:47 [2022-09-18T13:02:47.185Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-remote-target.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --exit --test-remote --timeout 5000 --reporter mocha-jenkins-reporter -r ts-node/register src/integration-tests/*.spec.ts
09:02:53 [2022-09-18T13:02:53.739Z] 
09:02:53 [2022-09-18T13:02:53.739Z]   GDB Backend Test Suite
09:02:53 [2022-09-18T13:02:53.996Z]       ✔ /remote/can read a value from -gdb-show: 2ms
09:02:53 [2022-09-18T13:02:53.996Z]       ✔ /remote/can set a value using -gdb-set: 1ms
09:02:53 [2022-09-18T13:02:53.996Z] 
09:02:53 [2022-09-18T13:02:53.996Z]   Suite duration: 0.251 s, Tests: 2
09:02:53 [2022-09-18T13:02:53.996Z] 
09:02:53 [2022-09-18T13:02:53.996Z]   attach remote
09:02:54 [2022-09-18T13:02:54.561Z]       ✔ /remote/can attach remote and hit a breakpoint: 216ms
09:02:54 [2022-09-18T13:02:54.561Z] 
09:02:54 [2022-09-18T13:02:54.561Z]   Suite duration: 0.416 s, Tests: 1
09:02:54 [2022-09-18T13:02:54.562Z] 
09:02:54 [2022-09-18T13:02:54.562Z]   breakpoints
09:02:54 [2022-09-18T13:02:54.818Z]       ✔ /remote/hits a standard breakpoint: 99ms
09:02:55 [2022-09-18T13:02:55.381Z]       ✔ /remote/handles breakpoints in multiple files: 47ms
09:02:55 [2022-09-18T13:02:55.637Z]       ✔ /remote/fails gracefully on breakpoint on unknown file: 3ms
09:02:56 [2022-09-18T13:02:56.201Z]       ✔ /remote/fails gracefully on breakpoint on bad line in otherwise good source: 3ms
09:02:56 [2022-09-18T13:02:56.457Z]       ✔ /remote/maintains breakpoint order when modifying breakpoints in a file: 5ms
09:02:56 [2022-09-18T13:02:56.713Z]       ✔ /remote/maintains breakpoint order when modifying breakpoints in a file with space: 23ms
09:02:57 [2022-09-18T13:02:57.276Z]       - /remote/reports back relocated line number
09:02:57 [2022-09-18T13:02:57.533Z]       - /remote/maintains gdb breakpoint when relocated
09:02:58 [2022-09-18T13:02:58.097Z]       - /remote/maintains gdb breakpoint when relocated - files with spaces
09:02:58 [2022-09-18T13:02:58.354Z]       ✔ /remote/hits a conditional breakpoint: 77ms
09:02:58 [2022-09-18T13:02:58.917Z]       ✔ /remote/hits a hit conditional breakpoint with >: 80ms
09:02:59 [2022-09-18T13:02:59.176Z]       ✔ /remote/hits a hit conditional breakpoint without >: 81ms
09:02:59 [2022-09-18T13:02:59.750Z]       ✔ /remote/resolves breakpoints: 77ms
09:02:59 [2022-09-18T13:02:59.750Z] 
09:02:59 [2022-09-18T13:02:59.750Z]   Suite duration: 5.15 s, Tests: 13
09:02:59 [2022-09-18T13:02:59.750Z] 
09:02:59 [2022-09-18T13:02:59.750Z]   Disassembly Test Suite
09:03:00 [2022-09-18T13:03:00.007Z]       ✔ /remote/can disassemble: 31ms
09:03:00 [2022-09-18T13:03:00.569Z]       ✔ /remote/can disassemble with no source references: 50ms
09:03:01 [2022-09-18T13:03:01.134Z]       ✔ /remote/can handle disassemble at bad address: 3ms
09:03:01 [2022-09-18T13:03:01.134Z] 
09:03:01 [2022-09-18T13:03:01.134Z]   Suite duration: 1.396 s, Tests: 3
09:03:01 [2022-09-18T13:03:01.134Z] 
09:03:01 [2022-09-18T13:03:01.134Z]   evaluate request
09:03:01 [2022-09-18T13:03:01.390Z]       ✔ /remote/should evaluate a simple literal expression: 2ms
09:03:01 [2022-09-18T13:03:01.952Z]       ✔ /remote/should reject evaluation of expression without a frame: 1ms
09:03:02 [2022-09-18T13:03:02.209Z]       ✔ /remote/should reject evaluation of invalid expression: 3ms
09:03:02 [2022-09-18T13:03:02.209Z] 
09:03:02 [2022-09-18T13:03:02.209Z]   Suite duration: 1.219 s, Tests: 3
09:03:02 [2022-09-18T13:03:02.209Z] 
09:03:02 [2022-09-18T13:03:02.209Z]   function breakpoints
09:03:02 [2022-09-18T13:03:02.466Z]       ✔ /remote/hits the main function breakpoint: 49ms
09:03:03 [2022-09-18T13:03:03.029Z]       ✔ /remote/hits the sub function breakpoint: 48ms
09:03:03 [2022-09-18T13:03:03.287Z]       ✔ /remote/handles <MULTIPLE> responses (e.g. multiple static functions with same name): 63ms
09:03:03 [2022-09-18T13:03:03.849Z]       ✔ /remote/handles <MULTIPLE> function changes: 47ms
09:03:04 [2022-09-18T13:03:04.106Z]       ✔ /remote/handles <MULTIPLE> mixed with line breakpoints: 39ms
09:03:04 [2022-09-18T13:03:04.669Z]       ✔ /remote/fails gracefully on unknown function: 2ms
09:03:04 [2022-09-18T13:03:04.927Z]       ✔ /remote/maintains breakpoint order when modifying function breakpoints: 7ms
09:03:05 [2022-09-18T13:03:05.494Z]       ✔ /remote/deletes breakpoints in gdb when removed in IDE: 37ms
09:03:05 [2022-09-18T13:03:05.494Z] 
09:03:05 [2022-09-18T13:03:05.494Z]   Suite duration: 3.209 s, Tests: 8
09:03:05 [2022-09-18T13:03:05.494Z] 
09:03:05 [2022-09-18T13:03:05.494Z]   launch
09:03:05 [2022-09-18T13:03:05.752Z]       ✔ /remote/can launch and hit a breakpoint: 201ms
09:03:06 [2022-09-18T13:03:06.008Z]       ✔ /remote/reports an error when specifying a non-existent binary: 15ms
09:03:06 [2022-09-18T13:03:06.571Z]       ✔ /remote/works with a space in file names: 203ms
09:03:06 [2022-09-18T13:03:06.571Z] 
09:03:06 [2022-09-18T13:03:06.571Z]   Suite duration: 1.018 s, Tests: 3
09:03:06 [2022-09-18T13:03:06.571Z] 
09:03:06 [2022-09-18T13:03:06.571Z]   launch remote
09:03:06 [2022-09-18T13:03:06.829Z]       ✔ /remote/can launch remote and hit a breakpoint: 190ms
09:03:06 [2022-09-18T13:03:06.829Z] 
09:03:06 [2022-09-18T13:03:06.829Z]   Suite duration: 0.397 s, Tests: 1
09:03:06 [2022-09-18T13:03:06.829Z] 
09:03:06 [2022-09-18T13:03:06.829Z]   logpoints
09:03:07 [2022-09-18T13:03:07.393Z]       ✔ /remote/hits a logpoint: 35ms
09:03:07 [2022-09-18T13:03:07.650Z]       ✔ /remote/supports changing log messages: 45ms
09:03:07 [2022-09-18T13:03:07.650Z] 
09:03:07 [2022-09-18T13:03:07.650Z]   Suite duration: 0.802 s, Tests: 2
09:03:07 [2022-09-18T13:03:07.650Z] 
09:03:07 [2022-09-18T13:03:07.650Z]   Memory Test Suite for cdt-gdb-adapter/Memory custom request
09:03:07 [2022-09-18T13:03:07.907Z]       ✔ /remote/can read memory: 6ms
09:03:08 [2022-09-18T13:03:08.469Z]       ✔ /remote/handles unable to read memory: 2ms
09:03:08 [2022-09-18T13:03:08.725Z]       ✔ /remote/can read memory with offset: 5ms
09:03:08 [2022-09-18T13:03:08.725Z] 
09:03:08 [2022-09-18T13:03:08.725Z]   Suite duration: 1.199 s, Tests: 3
09:03:08 [2022-09-18T13:03:08.725Z] 
09:03:08 [2022-09-18T13:03:08.725Z]   Memory Test Suite
09:03:09 [2022-09-18T13:03:09.289Z]       ✔ /remote/can read memory: 8ms
09:03:09 [2022-09-18T13:03:09.854Z]       ✔ /remote/handles unable to read memory: 2ms
09:03:10 [2022-09-18T13:03:10.111Z]       ✔ /remote/can read memory with offset: 7ms
09:03:10 [2022-09-18T13:03:10.676Z]       ✔ /remote/can write memory: 5ms
09:03:10 [2022-09-18T13:03:10.933Z]       ✔ /remote/fails when trying to write to read-only memory: 5ms
09:03:11 [2022-09-18T13:03:11.497Z]       ✔ /remote/Converts between hex and base64 without loss: 1ms
09:03:11 [2022-09-18T13:03:11.757Z]       ✔ /remote/Throws an error if it detects ill-formed input: 2ms
09:03:11 [2022-09-18T13:03:11.757Z] 
09:03:11 [2022-09-18T13:03:11.757Z]   Suite duration: 3.01 s, Tests: 7
09:03:11 [2022-09-18T13:03:11.757Z] 
09:03:11 [2022-09-18T13:03:11.757Z]   multithread
09:03:12 [2022-09-18T13:03:12.687Z]       ✔ /remote/sees all threads (all-stop): 427ms
09:03:12 [2022-09-18T13:03:12.687Z] 
09:03:12 [2022-09-18T13:03:12.687Z]   Suite duration: 0.665 s, Tests: 1
09:03:12 [2022-09-18T13:03:12.687Z] 
09:03:12 [2022-09-18T13:03:12.687Z]   pause
09:03:12 [2022-09-18T13:03:12.943Z]       ✔ /remote/can be paused: 182ms
09:03:12 [2022-09-18T13:03:12.944Z] 
09:03:12 [2022-09-18T13:03:12.944Z]   Suite duration: 0.403 s, Tests: 1
09:03:12 [2022-09-18T13:03:12.944Z] 
09:03:12 [2022-09-18T13:03:12.944Z]   stop
09:03:13 [2022-09-18T13:03:13.200Z]       ✔ /remote/handles segv: 185ms
09:03:13 [2022-09-18T13:03:13.201Z] 
09:03:13 [2022-09-18T13:03:13.201Z]   Suite duration: 0.387 s, Tests: 1
09:03:13 [2022-09-18T13:03:13.201Z] 
09:03:13 [2022-09-18T13:03:13.201Z]   util
09:03:13 [2022-09-18T13:03:13.201Z]       ✔ /remote/compareVersions: 1ms
09:03:13 [2022-09-18T13:03:13.201Z]       ✔ /remote/parseGdbOutput: 0ms
09:03:13 [2022-09-18T13:03:13.201Z] 
09:03:13 [2022-09-18T13:03:13.201Z]   Suite duration: 0.002 s, Tests: 2
09:03:13 [2022-09-18T13:03:13.201Z] 
09:03:13 [2022-09-18T13:03:13.201Z]   Variables Test Suite
09:03:13 [2022-09-18T13:03:13.763Z]       ✔ /remote/can read and set simple variables in a program: 33ms
09:03:14 [2022-09-18T13:03:14.326Z]       ✔ /remote/can read and set simple registers in a program: 72ms
09:03:14 [2022-09-18T13:03:14.583Z]       ✔ /remote/can read and set struct variables in a program: 72ms
09:03:15 [2022-09-18T13:03:15.144Z]       ✔ /remote/can read and set nested struct variables in a program: 65ms
09:03:15 [2022-09-18T13:03:15.708Z]       ✔ /remote/can read and set array elements in a program: 76ms
09:03:15 [2022-09-18T13:03:15.708Z] 
09:03:15 [2022-09-18T13:03:15.708Z]   Suite duration: 2.497 s, Tests: 5
09:03:15 [2022-09-18T13:03:15.708Z] 
09:03:15 [2022-09-18T13:03:15.708Z]   Variables CPP Test Suite
09:03:16 [2022-09-18T13:03:16.271Z]       ✔ /remote/can read and set a cpp object variable: 61ms
09:03:16 [2022-09-18T13:03:16.833Z]       ✔ /remote/can read and set nested variables from a cpp object: 38ms
09:03:16 [2022-09-18T13:03:16.834Z] 
09:03:16 [2022-09-18T13:03:16.834Z]   Suite duration: 1.096 s, Tests: 2
09:03:16 [2022-09-18T13:03:16.834Z] 
09:03:16 [2022-09-18T13:03:16.834Z]   55 passing (23s)
09:03:16 [2022-09-18T13:03:16.834Z]   3 pending
09:03:16 [2022-09-18T13:03:16.834Z] 
09:03:17 [2022-09-18T13:03:17.398Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-gdb-async-off.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --exit --reporter mocha-jenkins-reporter -r ts-node/register src/integration-tests/*.spec.ts --test-gdb-async-off
09:03:23 [2022-09-18T13:03:23.951Z] 
09:03:23 [2022-09-18T13:03:23.951Z]   GDB Backend Test Suite
09:03:23 [2022-09-18T13:03:23.951Z]       ✔ /gdb-async-off/can read a value from -gdb-show: 2ms
09:03:23 [2022-09-18T13:03:23.951Z]       ✔ /gdb-async-off/can set a value using -gdb-set: 1ms
09:03:23 [2022-09-18T13:03:23.951Z] 
09:03:23 [2022-09-18T13:03:23.951Z]   Suite duration: 0.275 s, Tests: 2
09:03:23 [2022-09-18T13:03:23.951Z] 
09:03:23 [2022-09-18T13:03:23.951Z]   attach remote
09:03:24 [2022-09-18T13:03:24.514Z]       ✔ /gdb-async-off/can attach remote and hit a breakpoint: 233ms
09:03:24 [2022-09-18T13:03:24.514Z] 
09:03:24 [2022-09-18T13:03:24.514Z]   Suite duration: 0.426 s, Tests: 1
09:03:24 [2022-09-18T13:03:24.514Z] 
09:03:24 [2022-09-18T13:03:24.514Z]   breakpoints
09:03:24 [2022-09-18T13:03:24.770Z]       ✔ /gdb-async-off/hits a standard breakpoint: 34ms
09:03:25 [2022-09-18T13:03:25.334Z]       ✔ /gdb-async-off/handles breakpoints in multiple files: 48ms
09:03:25 [2022-09-18T13:03:25.590Z]       ✔ /gdb-async-off/fails gracefully on breakpoint on unknown file: 3ms
09:03:25 [2022-09-18T13:03:25.847Z]       ✔ /gdb-async-off/fails gracefully on breakpoint on bad line in otherwise good source: 3ms
09:03:26 [2022-09-18T13:03:26.104Z]       ✔ /gdb-async-off/maintains breakpoint order when modifying breakpoints in a file: 5ms
09:03:26 [2022-09-18T13:03:26.667Z]       ✔ /gdb-async-off/maintains breakpoint order when modifying breakpoints in a file with space: 6ms
09:03:26 [2022-09-18T13:03:26.923Z]       - /gdb-async-off/reports back relocated line number
09:03:27 [2022-09-18T13:03:27.179Z]       - /gdb-async-off/maintains gdb breakpoint when relocated
09:03:27 [2022-09-18T13:03:27.741Z]       - /gdb-async-off/maintains gdb breakpoint when relocated - files with spaces
09:03:27 [2022-09-18T13:03:27.996Z]       ✔ /gdb-async-off/hits a conditional breakpoint: 42ms
09:03:28 [2022-09-18T13:03:28.255Z]       ✔ /gdb-async-off/hits a hit conditional breakpoint with >: 34ms
09:03:28 [2022-09-18T13:03:28.818Z]       ✔ /gdb-async-off/hits a hit conditional breakpoint without >: 37ms
09:03:29 [2022-09-18T13:03:29.075Z]       ✔ /gdb-async-off/resolves breakpoints: 52ms
09:03:29 [2022-09-18T13:03:29.075Z] 
09:03:29 [2022-09-18T13:03:29.075Z]   Suite duration: 4.567 s, Tests: 13
09:03:29 [2022-09-18T13:03:29.075Z] 
09:03:29 [2022-09-18T13:03:29.075Z]   Disassembly Test Suite
09:03:29 [2022-09-18T13:03:29.332Z]       ✔ /gdb-async-off/can disassemble: 23ms
09:03:29 [2022-09-18T13:03:29.893Z]       ✔ /gdb-async-off/can disassemble with no source references: 20ms
09:03:30 [2022-09-18T13:03:30.149Z]       ✔ /gdb-async-off/can handle disassemble at bad address: 2ms
09:03:30 [2022-09-18T13:03:30.149Z] 
09:03:30 [2022-09-18T13:03:30.149Z]   Suite duration: 1.114 s, Tests: 3
09:03:30 [2022-09-18T13:03:30.149Z] 
09:03:30 [2022-09-18T13:03:30.149Z]   evaluate request
09:03:30 [2022-09-18T13:03:30.406Z]       ✔ /gdb-async-off/should evaluate a simple literal expression: 3ms
09:03:30 [2022-09-18T13:03:30.970Z]       ✔ /gdb-async-off/should reject evaluation of expression without a frame: 2ms
09:03:31 [2022-09-18T13:03:31.227Z]       ✔ /gdb-async-off/should reject evaluation of invalid expression: 3ms
09:03:31 [2022-09-18T13:03:31.227Z] 
09:03:31 [2022-09-18T13:03:31.227Z]   Suite duration: 1.084 s, Tests: 3
09:03:31 [2022-09-18T13:03:31.227Z] 
09:03:31 [2022-09-18T13:03:31.227Z]   function breakpoints
09:03:31 [2022-09-18T13:03:31.483Z]       ✔ /gdb-async-off/hits the main function breakpoint: 24ms
09:03:32 [2022-09-18T13:03:32.046Z]       ✔ /gdb-async-off/hits the sub function breakpoint: 36ms
09:03:32 [2022-09-18T13:03:32.303Z]       ✔ /gdb-async-off/handles <MULTIPLE> responses (e.g. multiple static functions with same name): 35ms
09:03:32 [2022-09-18T13:03:32.559Z]       ✔ /gdb-async-off/handles <MULTIPLE> function changes: 47ms
09:03:33 [2022-09-18T13:03:33.121Z]       ✔ /gdb-async-off/handles <MULTIPLE> mixed with line breakpoints: 34ms
09:03:33 [2022-09-18T13:03:33.377Z]       ✔ /gdb-async-off/fails gracefully on unknown function: 3ms
09:03:33 [2022-09-18T13:03:33.634Z]       ✔ /gdb-async-off/maintains breakpoint order when modifying function breakpoints: 5ms
09:03:33 [2022-09-18T13:03:33.893Z]       ✔ /gdb-async-off/deletes breakpoints in gdb when removed in IDE: 28ms
09:03:33 [2022-09-18T13:03:33.893Z] 
09:03:33 [2022-09-18T13:03:33.893Z]   Suite duration: 2.737 s, Tests: 8
09:03:33 [2022-09-18T13:03:33.893Z] 
09:03:33 [2022-09-18T13:03:33.893Z]   launch
09:03:34 [2022-09-18T13:03:34.458Z]       ✔ /gdb-async-off/can launch and hit a breakpoint: 155ms
09:03:34 [2022-09-18T13:03:34.714Z]       ✔ /gdb-async-off/reports an error when specifying a non-existent binary: 126ms
09:03:34 [2022-09-18T13:03:34.970Z]       ✔ /gdb-async-off/works with a space in file names: 149ms
09:03:34 [2022-09-18T13:03:34.970Z] 
09:03:34 [2022-09-18T13:03:34.970Z]   Suite duration: 0.993 s, Tests: 3
09:03:34 [2022-09-18T13:03:34.970Z] 
09:03:34 [2022-09-18T13:03:34.970Z]   launch remote
09:03:35 [2022-09-18T13:03:35.546Z]       ✔ /gdb-async-off/can launch remote and hit a breakpoint: 267ms
09:03:35 [2022-09-18T13:03:35.546Z] 
09:03:35 [2022-09-18T13:03:35.546Z]   Suite duration: 0.473 s, Tests: 1
09:03:35 [2022-09-18T13:03:35.546Z] 
09:03:35 [2022-09-18T13:03:35.546Z]   logpoints
09:03:35 [2022-09-18T13:03:35.803Z]       ✔ /gdb-async-off/hits a logpoint: 24ms
09:03:36 [2022-09-18T13:03:36.060Z]       ✔ /gdb-async-off/supports changing log messages: 32ms
09:03:36 [2022-09-18T13:03:36.060Z] 
09:03:36 [2022-09-18T13:03:36.060Z]   Suite duration: 0.715 s, Tests: 2
09:03:36 [2022-09-18T13:03:36.060Z] 
09:03:36 [2022-09-18T13:03:36.060Z]   Memory Test Suite for cdt-gdb-adapter/Memory custom request
09:03:36 [2022-09-18T13:03:36.624Z]       ✔ /gdb-async-off/can read memory: 19ms
09:03:36 [2022-09-18T13:03:36.881Z]       ✔ /gdb-async-off/handles unable to read memory: 2ms
09:03:37 [2022-09-18T13:03:37.137Z]       ✔ /gdb-async-off/can read memory with offset: 4ms
09:03:37 [2022-09-18T13:03:37.137Z] 
09:03:37 [2022-09-18T13:03:37.137Z]   Suite duration: 1.055 s, Tests: 3
09:03:37 [2022-09-18T13:03:37.137Z] 
09:03:37 [2022-09-18T13:03:37.137Z]   Memory Test Suite
09:03:37 [2022-09-18T13:03:37.700Z]       ✔ /gdb-async-off/can read memory: 6ms
09:03:37 [2022-09-18T13:03:37.957Z]       ✔ /gdb-async-off/handles unable to read memory: 1ms
09:03:38 [2022-09-18T13:03:38.213Z]       ✔ /gdb-async-off/can read memory with offset: 3ms
09:03:38 [2022-09-18T13:03:38.776Z]       ✔ /gdb-async-off/can write memory: 5ms
09:03:39 [2022-09-18T13:03:39.032Z]       ✔ /gdb-async-off/fails when trying to write to read-only memory: 5ms
09:03:39 [2022-09-18T13:03:39.289Z]       ✔ /gdb-async-off/Converts between hex and base64 without loss: 1ms
09:03:39 [2022-09-18T13:03:39.853Z]       ✔ /gdb-async-off/Throws an error if it detects ill-formed input: 1ms
09:03:39 [2022-09-18T13:03:39.853Z] 
09:03:39 [2022-09-18T13:03:39.853Z]   Suite duration: 2.466 s, Tests: 7
09:03:39 [2022-09-18T13:03:39.853Z] 
09:03:39 [2022-09-18T13:03:39.853Z]   multithread
09:03:40 [2022-09-18T13:03:40.110Z]       ✔ /gdb-async-off/sees all threads (all-stop): 196ms
09:03:40 [2022-09-18T13:03:40.110Z] 
09:03:40 [2022-09-18T13:03:40.110Z]   Suite duration: 0.406 s, Tests: 1
09:03:40 [2022-09-18T13:03:40.110Z] 
09:03:40 [2022-09-18T13:03:40.110Z]   pause
09:03:40 [2022-09-18T13:03:40.370Z]       ✔ /gdb-async-off/can be paused: 141ms
09:03:40 [2022-09-18T13:03:40.370Z] 
09:03:40 [2022-09-18T13:03:40.370Z]   Suite duration: 0.363 s, Tests: 1
09:03:40 [2022-09-18T13:03:40.370Z] 
09:03:40 [2022-09-18T13:03:40.370Z]   stop
09:03:40 [2022-09-18T13:03:40.934Z]       ✔ /gdb-async-off/handles segv: 142ms
09:03:40 [2022-09-18T13:03:40.934Z] 
09:03:40 [2022-09-18T13:03:40.934Z]   Suite duration: 0.32 s, Tests: 1
09:03:40 [2022-09-18T13:03:40.934Z] 
09:03:40 [2022-09-18T13:03:40.934Z]   util
09:03:40 [2022-09-18T13:03:40.934Z]       ✔ /gdb-async-off/compareVersions: 0ms
09:03:40 [2022-09-18T13:03:40.934Z]       ✔ /gdb-async-off/parseGdbOutput: 0ms
09:03:40 [2022-09-18T13:03:40.934Z] 
09:03:40 [2022-09-18T13:03:40.934Z]   Suite duration: 0.002 s, Tests: 2
09:03:40 [2022-09-18T13:03:40.934Z] 
09:03:40 [2022-09-18T13:03:40.934Z]   Variables Test Suite
09:03:41 [2022-09-18T13:03:41.190Z]       ✔ /gdb-async-off/can read and set simple variables in a program: 41ms
09:03:41 [2022-09-18T13:03:41.753Z]       ✔ /gdb-async-off/can read and set simple registers in a program: 46ms
09:03:42 [2022-09-18T13:03:42.010Z]       ✔ /gdb-async-off/can read and set struct variables in a program: 28ms
09:03:42 [2022-09-18T13:03:42.573Z]       ✔ /gdb-async-off/can read and set nested struct variables in a program: 29ms
09:03:43 [2022-09-18T13:03:43.136Z]       ✔ /gdb-async-off/can read and set array elements in a program: 34ms
09:03:43 [2022-09-18T13:03:43.136Z] 
09:03:43 [2022-09-18T13:03:43.136Z]   Suite duration: 2.413 s, Tests: 5
09:03:43 [2022-09-18T13:03:43.136Z] 
09:03:43 [2022-09-18T13:03:43.136Z]   Variables CPP Test Suite
09:03:43 [2022-09-18T13:03:43.699Z]       ✔ /gdb-async-off/can read and set a cpp object variable: 39ms
09:03:44 [2022-09-18T13:03:44.262Z]       ✔ /gdb-async-off/can read and set nested variables from a cpp object: 32ms
09:03:44 [2022-09-18T13:03:44.262Z] 
09:03:44 [2022-09-18T13:03:44.262Z]   Suite duration: 1.053 s, Tests: 2
09:03:44 [2022-09-18T13:03:44.262Z] 
09:03:44 [2022-09-18T13:03:44.262Z]   55 passing (20s)
09:03:44 [2022-09-18T13:03:44.262Z]   3 pending
09:03:44 [2022-09-18T13:03:44.262Z] 
09:03:44 [2022-09-18T13:03:44.518Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-gdb-async-off-remote-target.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --exit --reporter mocha-jenkins-reporter -r ts-node/register src/integration-tests/*.spec.ts --timeout 5000 --test-gdb-async-off --test-remote
09:03:51 [2022-09-18T13:03:51.067Z] 
09:03:51 [2022-09-18T13:03:51.067Z]   GDB Backend Test Suite
09:03:51 [2022-09-18T13:03:51.323Z]       ✔ /remote gdb-async-off/can read a value from -gdb-show: 2ms
09:03:51 [2022-09-18T13:03:51.580Z]       ✔ /remote gdb-async-off/can set a value using -gdb-set: 0ms
09:03:51 [2022-09-18T13:03:51.581Z] 
09:03:51 [2022-09-18T13:03:51.581Z]   Suite duration: 0.271 s, Tests: 2
09:03:51 [2022-09-18T13:03:51.581Z] 
09:03:51 [2022-09-18T13:03:51.581Z]   attach remote
09:03:51 [2022-09-18T13:03:51.839Z]       ✔ /remote gdb-async-off/can attach remote and hit a breakpoint: 229ms
09:03:51 [2022-09-18T13:03:51.839Z] 
09:03:51 [2022-09-18T13:03:51.839Z]   Suite duration: 0.434 s, Tests: 1
09:03:51 [2022-09-18T13:03:51.839Z] 
09:03:51 [2022-09-18T13:03:51.839Z]   breakpoints
09:03:52 [2022-09-18T13:03:52.402Z]       ✔ /remote gdb-async-off/hits a standard breakpoint: 112ms
09:03:52 [2022-09-18T13:03:52.965Z]       ✔ /remote gdb-async-off/handles breakpoints in multiple files: 47ms
09:03:53 [2022-09-18T13:03:53.221Z]       ✔ /remote gdb-async-off/fails gracefully on breakpoint on unknown file: 3ms
09:03:53 [2022-09-18T13:03:53.478Z]       ✔ /remote gdb-async-off/fails gracefully on breakpoint on bad line in otherwise good source: 3ms
09:03:54 [2022-09-18T13:03:54.041Z]       ✔ /remote gdb-async-off/maintains breakpoint order when modifying breakpoints in a file: 6ms
09:03:54 [2022-09-18T13:03:54.299Z]       ✔ /remote gdb-async-off/maintains breakpoint order when modifying breakpoints in a file with space: 19ms
09:03:54 [2022-09-18T13:03:54.555Z]       - /remote gdb-async-off/reports back relocated line number
09:03:55 [2022-09-18T13:03:55.119Z]       - /remote gdb-async-off/maintains gdb breakpoint when relocated
09:03:55 [2022-09-18T13:03:55.376Z]       - /remote gdb-async-off/maintains gdb breakpoint when relocated - files with spaces
09:03:55 [2022-09-18T13:03:55.939Z]       ✔ /remote gdb-async-off/hits a conditional breakpoint: 76ms
09:03:56 [2022-09-18T13:03:56.196Z]       ✔ /remote gdb-async-off/hits a hit conditional breakpoint with >: 73ms
09:03:56 [2022-09-18T13:03:56.760Z]       ✔ /remote gdb-async-off/hits a hit conditional breakpoint without >: 68ms
09:03:57 [2022-09-18T13:03:57.341Z]       ✔ /remote gdb-async-off/resolves breakpoints: 105ms
09:03:57 [2022-09-18T13:03:57.341Z] 
09:03:57 [2022-09-18T13:03:57.341Z]   Suite duration: 5.32 s, Tests: 13
09:03:57 [2022-09-18T13:03:57.341Z] 
09:03:57 [2022-09-18T13:03:57.341Z]   Disassembly Test Suite
09:03:57 [2022-09-18T13:03:57.597Z]       ✔ /remote gdb-async-off/can disassemble: 51ms
09:03:58 [2022-09-18T13:03:58.160Z]       ✔ /remote gdb-async-off/can disassemble with no source references: 20ms
09:03:58 [2022-09-18T13:03:58.417Z]       ✔ /remote gdb-async-off/can handle disassemble at bad address: 3ms
09:03:58 [2022-09-18T13:03:58.418Z] 
09:03:58 [2022-09-18T13:03:58.418Z]   Suite duration: 1.278 s, Tests: 3
09:03:58 [2022-09-18T13:03:58.418Z] 
09:03:58 [2022-09-18T13:03:58.418Z]   evaluate request
09:03:58 [2022-09-18T13:03:58.981Z]       ✔ /remote gdb-async-off/should evaluate a simple literal expression: 1ms
09:03:59 [2022-09-18T13:03:59.237Z]       ✔ /remote gdb-async-off/should reject evaluation of expression without a frame: 1ms
09:03:59 [2022-09-18T13:03:59.800Z]       ✔ /remote gdb-async-off/should reject evaluation of invalid expression: 2ms
09:03:59 [2022-09-18T13:03:59.800Z] 
09:03:59 [2022-09-18T13:03:59.800Z]   Suite duration: 1.208 s, Tests: 3
09:03:59 [2022-09-18T13:03:59.800Z] 
09:03:59 [2022-09-18T13:03:59.800Z]   function breakpoints
09:04:00 [2022-09-18T13:04:00.057Z]       ✔ /remote gdb-async-off/hits the main function breakpoint: 35ms
09:04:00 [2022-09-18T13:04:00.619Z]       ✔ /remote gdb-async-off/hits the sub function breakpoint: 47ms
09:04:00 [2022-09-18T13:04:00.875Z]       ✔ /remote gdb-async-off/handles <MULTIPLE> responses (e.g. multiple static functions with same name): 61ms
09:04:01 [2022-09-18T13:04:01.438Z]       ✔ /remote gdb-async-off/handles <MULTIPLE> function changes: 49ms
09:04:01 [2022-09-18T13:04:01.694Z]       ✔ /remote gdb-async-off/handles <MULTIPLE> mixed with line breakpoints: 40ms
09:04:01 [2022-09-18T13:04:01.950Z]       ✔ /remote gdb-async-off/fails gracefully on unknown function: 3ms
09:04:02 [2022-09-18T13:04:02.518Z]       ✔ /remote gdb-async-off/maintains breakpoint order when modifying function breakpoints: 6ms
09:04:03 [2022-09-18T13:04:03.083Z]       ✔ /remote gdb-async-off/deletes breakpoints in gdb when removed in IDE: 39ms
09:04:03 [2022-09-18T13:04:03.083Z] 
09:04:03 [2022-09-18T13:04:03.083Z]   Suite duration: 3.225 s, Tests: 8
09:04:03 [2022-09-18T13:04:03.083Z] 
09:04:03 [2022-09-18T13:04:03.083Z]   launch
09:04:03 [2022-09-18T13:04:03.340Z]       ✔ /remote gdb-async-off/can launch and hit a breakpoint: 189ms
09:04:03 [2022-09-18T13:04:03.596Z]       ✔ /remote gdb-async-off/reports an error when specifying a non-existent binary: 14ms
09:04:03 [2022-09-18T13:04:03.853Z]       ✔ /remote gdb-async-off/works with a space in file names: 193ms
09:04:03 [2022-09-18T13:04:03.853Z] 
09:04:03 [2022-09-18T13:04:03.853Z]   Suite duration: 0.998 s, Tests: 3
09:04:03 [2022-09-18T13:04:03.853Z] 
09:04:03 [2022-09-18T13:04:03.853Z]   launch remote
09:04:04 [2022-09-18T13:04:04.416Z]       ✔ /remote gdb-async-off/can launch remote and hit a breakpoint: 185ms
09:04:04 [2022-09-18T13:04:04.416Z] 
09:04:04 [2022-09-18T13:04:04.416Z]   Suite duration: 0.384 s, Tests: 1
09:04:04 [2022-09-18T13:04:04.416Z] 
09:04:04 [2022-09-18T13:04:04.416Z]   logpoints
09:04:04 [2022-09-18T13:04:04.672Z]       ✔ /remote gdb-async-off/hits a logpoint: 77ms
09:04:05 [2022-09-18T13:04:05.235Z]       ✔ /remote gdb-async-off/supports changing log messages: 74ms
09:04:05 [2022-09-18T13:04:05.235Z] 
09:04:05 [2022-09-18T13:04:05.235Z]   Suite duration: 0.855 s, Tests: 2
09:04:05 [2022-09-18T13:04:05.235Z] 
09:04:05 [2022-09-18T13:04:05.235Z]   Memory Test Suite for cdt-gdb-adapter/Memory custom request
09:04:05 [2022-09-18T13:04:05.491Z]       ✔ /remote gdb-async-off/can read memory: 27ms
09:04:06 [2022-09-18T13:04:06.053Z]       ✔ /remote gdb-async-off/handles unable to read memory: 2ms
09:04:06 [2022-09-18T13:04:06.309Z]       ✔ /remote gdb-async-off/can read memory with offset: 4ms
09:04:06 [2022-09-18T13:04:06.309Z] 
09:04:06 [2022-09-18T13:04:06.309Z]   Suite duration: 1.162 s, Tests: 3
09:04:06 [2022-09-18T13:04:06.309Z] 
09:04:06 [2022-09-18T13:04:06.309Z]   Memory Test Suite
09:04:06 [2022-09-18T13:04:06.871Z]       ✔ /remote gdb-async-off/can read memory: 6ms
09:04:07 [2022-09-18T13:04:07.133Z]       ✔ /remote gdb-async-off/handles unable to read memory: 2ms
09:04:07 [2022-09-18T13:04:07.696Z]       ✔ /remote gdb-async-off/can read memory with offset: 9ms
09:04:07 [2022-09-18T13:04:07.952Z]       ✔ /remote gdb-async-off/can write memory: 5ms
09:04:08 [2022-09-18T13:04:08.515Z]       ✔ /remote gdb-async-off/fails when trying to write to read-only memory: 6ms
09:04:08 [2022-09-18T13:04:08.773Z]       ✔ /remote gdb-async-off/Converts between hex and base64 without loss: 1ms
09:04:09 [2022-09-18T13:04:09.347Z]       ✔ /remote gdb-async-off/Throws an error if it detects ill-formed input: 1ms
09:04:09 [2022-09-18T13:04:09.347Z] 
09:04:09 [2022-09-18T13:04:09.347Z]   Suite duration: 2.98 s, Tests: 7
09:04:09 [2022-09-18T13:04:09.347Z] 
09:04:09 [2022-09-18T13:04:09.347Z]   multithread
09:04:09 [2022-09-18T13:04:09.910Z]       ✔ /remote gdb-async-off/sees all threads (all-stop): 317ms
09:04:09 [2022-09-18T13:04:09.910Z] 
09:04:09 [2022-09-18T13:04:09.910Z]   Suite duration: 0.665 s, Tests: 1
09:04:09 [2022-09-18T13:04:09.910Z] 
09:04:09 [2022-09-18T13:04:09.910Z]   pause
09:04:10 [2022-09-18T13:04:10.473Z]       ✔ /remote gdb-async-off/can be paused: 216ms
09:04:10 [2022-09-18T13:04:10.473Z] 
09:04:10 [2022-09-18T13:04:10.473Z]   Suite duration: 0.606 s, Tests: 1
09:04:10 [2022-09-18T13:04:10.473Z] 
09:04:10 [2022-09-18T13:04:10.473Z]   stop
09:04:11 [2022-09-18T13:04:11.037Z]       ✔ /remote gdb-async-off/handles segv: 198ms
09:04:11 [2022-09-18T13:04:11.037Z] 
09:04:11 [2022-09-18T13:04:11.037Z]   Suite duration: 0.381 s, Tests: 1
09:04:11 [2022-09-18T13:04:11.037Z] 
09:04:11 [2022-09-18T13:04:11.037Z]   util
09:04:11 [2022-09-18T13:04:11.037Z]       ✔ /remote gdb-async-off/compareVersions: 0ms
09:04:11 [2022-09-18T13:04:11.037Z]       ✔ /remote gdb-async-off/parseGdbOutput: 1ms
09:04:11 [2022-09-18T13:04:11.037Z] 
09:04:11 [2022-09-18T13:04:11.037Z]   Suite duration: 0.005 s, Tests: 2
09:04:11 [2022-09-18T13:04:11.037Z] 
09:04:11 [2022-09-18T13:04:11.037Z]   Variables Test Suite
09:04:11 [2022-09-18T13:04:11.600Z]       ✔ /remote gdb-async-off/can read and set simple variables in a program: 61ms
09:04:12 [2022-09-18T13:04:12.163Z]       ✔ /remote gdb-async-off/can read and set simple registers in a program: 46ms
09:04:12 [2022-09-18T13:04:12.725Z]       ✔ /remote gdb-async-off/can read and set struct variables in a program: 88ms
09:04:12 [2022-09-18T13:04:12.981Z]       ✔ /remote gdb-async-off/can read and set nested struct variables in a program: 88ms
09:04:13 [2022-09-18T13:04:13.544Z]       ✔ /remote gdb-async-off/can read and set array elements in a program: 81ms
09:04:13 [2022-09-18T13:04:13.544Z] 
09:04:13 [2022-09-18T13:04:13.544Z]   Suite duration: 2.626 s, Tests: 5
09:04:13 [2022-09-18T13:04:13.544Z] 
09:04:13 [2022-09-18T13:04:13.544Z]   Variables CPP Test Suite
09:04:14 [2022-09-18T13:04:14.107Z]       ✔ /remote gdb-async-off/can read and set a cpp object variable: 54ms
09:04:14 [2022-09-18T13:04:14.669Z]       ✔ /remote gdb-async-off/can read and set nested variables from a cpp object: 25ms
09:04:14 [2022-09-18T13:04:14.669Z] 
09:04:14 [2022-09-18T13:04:14.669Z]   Suite duration: 1.092 s, Tests: 2
09:04:14 [2022-09-18T13:04:14.669Z] 
09:04:14 [2022-09-18T13:04:14.669Z]   55 passing (24s)
09:04:14 [2022-09-18T13:04:14.669Z]   3 pending
09:04:14 [2022-09-18T13:04:14.669Z] 
09:04:15 [2022-09-18T13:04:15.231Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-gdb-non-stop.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --exit --reporter mocha-jenkins-reporter -r ts-node/register src/integration-tests/*.spec.ts --test-gdb-non-stop
09:04:21 [2022-09-18T13:04:21.779Z] 
09:04:21 [2022-09-18T13:04:21.780Z]   GDB Backend Test Suite
09:04:21 [2022-09-18T13:04:21.780Z]       ✔ /gdb-non-stop/can read a value from -gdb-show: 2ms
09:04:21 [2022-09-18T13:04:21.780Z]       ✔ /gdb-non-stop/can set a value using -gdb-set: 1ms
09:04:21 [2022-09-18T13:04:21.780Z] 
09:04:21 [2022-09-18T13:04:21.780Z]   Suite duration: 0.25 s, Tests: 2
09:04:21 [2022-09-18T13:04:21.780Z] 
09:04:21 [2022-09-18T13:04:21.780Z]   attach remote
09:04:22 [2022-09-18T13:04:22.038Z]       ✔ /gdb-non-stop/can attach remote and hit a breakpoint: 199ms
09:04:22 [2022-09-18T13:04:22.038Z] 
09:04:22 [2022-09-18T13:04:22.038Z]   Suite duration: 0.394 s, Tests: 1
09:04:22 [2022-09-18T13:04:22.038Z] 
09:04:22 [2022-09-18T13:04:22.038Z]   breakpoints
09:04:22 [2022-09-18T13:04:22.601Z]       ✔ /gdb-non-stop/hits a standard breakpoint: 49ms
09:04:22 [2022-09-18T13:04:22.858Z]       ✔ /gdb-non-stop/handles breakpoints in multiple files: 51ms
09:04:23 [2022-09-18T13:04:23.114Z]       ✔ /gdb-non-stop/fails gracefully on breakpoint on unknown file: 3ms
09:04:23 [2022-09-18T13:04:23.371Z]       ✔ /gdb-non-stop/fails gracefully on breakpoint on bad line in otherwise good source: 4ms
09:04:23 [2022-09-18T13:04:23.935Z]       ✔ /gdb-non-stop/maintains breakpoint order when modifying breakpoints in a file: 9ms
09:04:24 [2022-09-18T13:04:24.191Z]       ✔ /gdb-non-stop/maintains breakpoint order when modifying breakpoints in a file with space: 6ms
09:04:24 [2022-09-18T13:04:24.448Z]       - /gdb-non-stop/reports back relocated line number
09:04:25 [2022-09-18T13:04:25.011Z]       - /gdb-non-stop/maintains gdb breakpoint when relocated
09:04:25 [2022-09-18T13:04:25.267Z]       - /gdb-non-stop/maintains gdb breakpoint when relocated - files with spaces
09:04:25 [2022-09-18T13:04:25.527Z]       ✔ /gdb-non-stop/hits a conditional breakpoint: 41ms
09:04:26 [2022-09-18T13:04:26.090Z]       ✔ /gdb-non-stop/hits a hit conditional breakpoint with >: 33ms
09:04:26 [2022-09-18T13:04:26.346Z]       ✔ /gdb-non-stop/hits a hit conditional breakpoint without >: 32ms
09:04:26 [2022-09-18T13:04:26.602Z]       ✔ /gdb-non-stop/resolves breakpoints: 51ms
09:04:26 [2022-09-18T13:04:26.602Z] 
09:04:26 [2022-09-18T13:04:26.602Z]   Suite duration: 4.643 s, Tests: 13
09:04:26 [2022-09-18T13:04:26.602Z] 
09:04:26 [2022-09-18T13:04:26.602Z]   Disassembly Test Suite
09:04:27 [2022-09-18T13:04:27.165Z]       ✔ /gdb-non-stop/can disassemble: 24ms
09:04:27 [2022-09-18T13:04:27.421Z]       ✔ /gdb-non-stop/can disassemble with no source references: 19ms
09:04:27 [2022-09-18T13:04:27.677Z]       ✔ /gdb-non-stop/can handle disassemble at bad address: 3ms
09:04:27 [2022-09-18T13:04:27.677Z] 
09:04:27 [2022-09-18T13:04:27.677Z]   Suite duration: 1.109 s, Tests: 3
09:04:27 [2022-09-18T13:04:27.677Z] 
09:04:27 [2022-09-18T13:04:27.677Z]   evaluate request
09:04:28 [2022-09-18T13:04:28.240Z]       ✔ /gdb-non-stop/should evaluate a simple literal expression: 2ms
09:04:28 [2022-09-18T13:04:28.496Z]       ✔ /gdb-non-stop/should reject evaluation of expression without a frame: 1ms
09:04:28 [2022-09-18T13:04:28.753Z]       ✔ /gdb-non-stop/should reject evaluation of invalid expression: 2ms
09:04:28 [2022-09-18T13:04:28.753Z] 
09:04:28 [2022-09-18T13:04:28.753Z]   Suite duration: 1.041 s, Tests: 3
09:04:28 [2022-09-18T13:04:28.753Z] 
09:04:28 [2022-09-18T13:04:28.754Z]   function breakpoints
09:04:29 [2022-09-18T13:04:29.315Z]       ✔ /gdb-non-stop/hits the main function breakpoint: 32ms
09:04:29 [2022-09-18T13:04:29.573Z]       ✔ /gdb-non-stop/hits the sub function breakpoint: 24ms
09:04:29 [2022-09-18T13:04:29.830Z]       ✔ /gdb-non-stop/handles <MULTIPLE> responses (e.g. multiple static functions with same name): 32ms
09:04:30 [2022-09-18T13:04:30.393Z]       ✔ /gdb-non-stop/handles <MULTIPLE> function changes: 48ms
09:04:30 [2022-09-18T13:04:30.649Z]       ✔ /gdb-non-stop/handles <MULTIPLE> mixed with line breakpoints: 29ms
09:04:30 [2022-09-18T13:04:30.905Z]       ✔ /gdb-non-stop/fails gracefully on unknown function: 3ms
09:04:31 [2022-09-18T13:04:31.164Z]       ✔ /gdb-non-stop/maintains breakpoint order when modifying function breakpoints: 5ms
09:04:31 [2022-09-18T13:04:31.729Z]       ✔ /gdb-non-stop/deletes breakpoints in gdb when removed in IDE: 27ms
09:04:31 [2022-09-18T13:04:31.729Z] 
09:04:31 [2022-09-18T13:04:31.729Z]   Suite duration: 2.761 s, Tests: 8
09:04:31 [2022-09-18T13:04:31.729Z] 
09:04:31 [2022-09-18T13:04:31.729Z]   launch
09:04:31 [2022-09-18T13:04:31.986Z]       ✔ /gdb-non-stop/can launch and hit a breakpoint: 143ms
09:04:32 [2022-09-18T13:04:32.242Z]       ✔ /gdb-non-stop/reports an error when specifying a non-existent binary: 119ms
09:04:32 [2022-09-18T13:04:32.498Z]       ✔ /gdb-non-stop/works with a space in file names: 151ms
09:04:32 [2022-09-18T13:04:32.498Z] 
09:04:32 [2022-09-18T13:04:32.499Z]   Suite duration: 0.997 s, Tests: 3
09:04:32 [2022-09-18T13:04:32.499Z] 
09:04:32 [2022-09-18T13:04:32.499Z]   launch remote
09:04:33 [2022-09-18T13:04:33.061Z]       ✔ /gdb-non-stop/can launch remote and hit a breakpoint: 279ms
09:04:33 [2022-09-18T13:04:33.062Z] 
09:04:33 [2022-09-18T13:04:33.062Z]   Suite duration: 0.484 s, Tests: 1
09:04:33 [2022-09-18T13:04:33.062Z] 
09:04:33 [2022-09-18T13:04:33.062Z]   logpoints
09:04:33 [2022-09-18T13:04:33.625Z]       ✔ /gdb-non-stop/hits a logpoint: 67ms
09:04:33 [2022-09-18T13:04:33.881Z]       ✔ /gdb-non-stop/supports changing log messages: 42ms
09:04:33 [2022-09-18T13:04:33.881Z] 
09:04:33 [2022-09-18T13:04:33.882Z]   Suite duration: 0.739 s, Tests: 2
09:04:33 [2022-09-18T13:04:33.882Z] 
09:04:33 [2022-09-18T13:04:33.882Z]   Memory Test Suite for cdt-gdb-adapter/Memory custom request
09:04:34 [2022-09-18T13:04:34.139Z]       ✔ /gdb-non-stop/can read memory: 4ms
09:04:34 [2022-09-18T13:04:34.703Z]       ✔ /gdb-non-stop/handles unable to read memory: 2ms
09:04:34 [2022-09-18T13:04:34.960Z]       ✔ /gdb-non-stop/can read memory with offset: 4ms
09:04:34 [2022-09-18T13:04:34.960Z] 
09:04:34 [2022-09-18T13:04:34.960Z]   Suite duration: 1.089 s, Tests: 3
09:04:34 [2022-09-18T13:04:34.960Z] 
09:04:34 [2022-09-18T13:04:34.960Z]   Memory Test Suite
09:04:35 [2022-09-18T13:04:35.218Z]       ✔ /gdb-non-stop/can read memory: 6ms
09:04:35 [2022-09-18T13:04:35.475Z]       ✔ /gdb-non-stop/handles unable to read memory: 2ms
09:04:36 [2022-09-18T13:04:36.038Z]       ✔ /gdb-non-stop/can read memory with offset: 4ms
09:04:36 [2022-09-18T13:04:36.294Z]       ✔ /gdb-non-stop/can write memory: 4ms
09:04:36 [2022-09-18T13:04:36.550Z]       ✔ /gdb-non-stop/fails when trying to write to read-only memory: 5ms
09:04:37 [2022-09-18T13:04:37.113Z]       ✔ /gdb-non-stop/Converts between hex and base64 without loss: 0ms
09:04:37 [2022-09-18T13:04:37.369Z]       ✔ /gdb-non-stop/Throws an error if it detects ill-formed input: 1ms
09:04:37 [2022-09-18T13:04:37.369Z] 
09:04:37 [2022-09-18T13:04:37.369Z]   Suite duration: 2.445 s, Tests: 7
09:04:37 [2022-09-18T13:04:37.369Z] 
09:04:37 [2022-09-18T13:04:37.369Z]   multithread
09:04:37 [2022-09-18T13:04:37.936Z]       ✔ /gdb-non-stop/sees all threads (all-stop): 253ms
09:04:37 [2022-09-18T13:04:37.936Z] 
09:04:37 [2022-09-18T13:04:37.936Z]   Suite duration: 0.445 s, Tests: 1
09:04:37 [2022-09-18T13:04:37.936Z] 
09:04:37 [2022-09-18T13:04:37.936Z]   pause
09:04:38 [2022-09-18T13:04:38.193Z]       ✔ /gdb-non-stop/can be paused: 153ms
09:04:38 [2022-09-18T13:04:38.193Z] 
09:04:38 [2022-09-18T13:04:38.193Z]   Suite duration: 0.373 s, Tests: 1
09:04:38 [2022-09-18T13:04:38.193Z] 
09:04:38 [2022-09-18T13:04:38.193Z]   stop
09:04:38 [2022-09-18T13:04:38.450Z]       ✔ /gdb-non-stop/handles segv: 152ms
09:04:38 [2022-09-18T13:04:38.450Z] 
09:04:38 [2022-09-18T13:04:38.450Z]   Suite duration: 0.331 s, Tests: 1
09:04:38 [2022-09-18T13:04:38.451Z] 
09:04:38 [2022-09-18T13:04:38.451Z]   util
09:04:38 [2022-09-18T13:04:38.451Z]       ✔ /gdb-non-stop/compareVersions: 1ms
09:04:38 [2022-09-18T13:04:38.451Z]       ✔ /gdb-non-stop/parseGdbOutput: 0ms
09:04:38 [2022-09-18T13:04:38.451Z] 
09:04:38 [2022-09-18T13:04:38.451Z]   Suite duration: 0.001 s, Tests: 2
09:04:38 [2022-09-18T13:04:38.451Z] 
09:04:38 [2022-09-18T13:04:38.451Z]   Variables Test Suite
09:04:39 [2022-09-18T13:04:39.014Z]       ✔ /gdb-non-stop/can read and set simple variables in a program: 40ms
09:04:39 [2022-09-18T13:04:39.270Z]       ✔ /gdb-non-stop/can read and set simple registers in a program: 70ms
09:04:39 [2022-09-18T13:04:39.833Z]       ✔ /gdb-non-stop/can read and set struct variables in a program: 68ms
09:04:40 [2022-09-18T13:04:40.090Z]       ✔ /gdb-non-stop/can read and set nested struct variables in a program: 51ms
09:04:40 [2022-09-18T13:04:40.653Z]       ✔ /gdb-non-stop/can read and set array elements in a program: 32ms
09:04:40 [2022-09-18T13:04:40.653Z] 
09:04:40 [2022-09-18T13:04:40.653Z]   Suite duration: 2.103 s, Tests: 5
09:04:40 [2022-09-18T13:04:40.653Z] 
09:04:40 [2022-09-18T13:04:40.653Z]   Variables CPP Test Suite
09:04:41 [2022-09-18T13:04:41.216Z]       ✔ /gdb-non-stop/can read and set a cpp object variable: 37ms
09:04:41 [2022-09-18T13:04:41.472Z]       ✔ /gdb-non-stop/can read and set nested variables from a cpp object: 13ms
09:04:41 [2022-09-18T13:04:41.472Z] 
09:04:41 [2022-09-18T13:04:41.472Z]   Suite duration: 0.884 s, Tests: 2
09:04:41 [2022-09-18T13:04:41.472Z] 
09:04:41 [2022-09-18T13:04:41.472Z]   55 passing (20s)
09:04:41 [2022-09-18T13:04:41.472Z]   3 pending
09:04:41 [2022-09-18T13:04:41.472Z] 
09:04:42 [2022-09-18T13:04:42.035Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-gdb-non-stop-remote-target.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --exit --reporter mocha-jenkins-reporter -r ts-node/register src/integration-tests/*.spec.ts --test-gdb-non-stop --test-remote
09:04:48 [2022-09-18T13:04:48.583Z] 
09:04:48 [2022-09-18T13:04:48.583Z]   GDB Backend Test Suite
09:04:48 [2022-09-18T13:04:48.583Z]       ✔ /remote gdb-non-stop/can read a value from -gdb-show: 2ms
09:04:48 [2022-09-18T13:04:48.583Z]       ✔ /remote gdb-non-stop/can set a value using -gdb-set: 1ms
09:04:48 [2022-09-18T13:04:48.583Z] 
09:04:48 [2022-09-18T13:04:48.583Z]   Suite duration: 0.266 s, Tests: 2
09:04:48 [2022-09-18T13:04:48.583Z] 
09:04:48 [2022-09-18T13:04:48.583Z]   attach remote
09:04:49 [2022-09-18T13:04:49.145Z]       ✔ /remote gdb-non-stop/can attach remote and hit a breakpoint: 252ms
09:04:49 [2022-09-18T13:04:49.145Z] 
09:04:49 [2022-09-18T13:04:49.145Z]   Suite duration: 0.445 s, Tests: 1
09:04:49 [2022-09-18T13:04:49.145Z] 
09:04:49 [2022-09-18T13:04:49.145Z]   breakpoints
09:04:49 [2022-09-18T13:04:49.401Z]       ✔ /remote gdb-non-stop/hits a standard breakpoint: 66ms
09:04:49 [2022-09-18T13:04:49.963Z]       ✔ /remote gdb-non-stop/handles breakpoints in multiple files: 73ms
09:04:50 [2022-09-18T13:04:50.219Z]       ✔ /remote gdb-non-stop/fails gracefully on breakpoint on unknown file: 3ms
09:04:50 [2022-09-18T13:04:50.476Z]       ✔ /remote gdb-non-stop/fails gracefully on breakpoint on bad line in otherwise good source: 3ms
09:04:51 [2022-09-18T13:04:51.038Z]       ✔ /remote gdb-non-stop/maintains breakpoint order when modifying breakpoints in a file: 21ms
09:04:51 [2022-09-18T13:04:51.295Z]       ✔ /remote gdb-non-stop/maintains breakpoint order when modifying breakpoints in a file with space: 6ms
09:04:51 [2022-09-18T13:04:51.858Z]       - /remote gdb-non-stop/reports back relocated line number
09:04:52 [2022-09-18T13:04:52.115Z]       - /remote gdb-non-stop/maintains gdb breakpoint when relocated
09:04:52 [2022-09-18T13:04:52.678Z]       - /remote gdb-non-stop/maintains gdb breakpoint when relocated - files with spaces
09:04:52 [2022-09-18T13:04:52.934Z]       ✔ /remote gdb-non-stop/hits a conditional breakpoint: 77ms
09:04:53 [2022-09-18T13:04:53.498Z]       ✔ /remote gdb-non-stop/hits a hit conditional breakpoint with >: 80ms
09:04:53 [2022-09-18T13:04:53.768Z]       ✔ /remote gdb-non-stop/hits a hit conditional breakpoint without >: 61ms
09:04:54 [2022-09-18T13:04:54.332Z]       ✔ /remote gdb-non-stop/resolves breakpoints: 98ms
09:04:54 [2022-09-18T13:04:54.332Z] 
09:04:54 [2022-09-18T13:04:54.332Z]   Suite duration: 5.28 s, Tests: 13
09:04:54 [2022-09-18T13:04:54.332Z] 
09:04:54 [2022-09-18T13:04:54.332Z]   Disassembly Test Suite
09:04:54 [2022-09-18T13:04:54.896Z]       ✔ /remote gdb-non-stop/can disassemble: 51ms
09:04:55 [2022-09-18T13:04:55.152Z]       ✔ /remote gdb-non-stop/can disassemble with no source references: 56ms
09:04:55 [2022-09-18T13:04:55.714Z]       ✔ /remote gdb-non-stop/can handle disassemble at bad address: 3ms
09:04:55 [2022-09-18T13:04:55.714Z] 
09:04:55 [2022-09-18T13:04:55.715Z]   Suite duration: 1.379 s, Tests: 3
09:04:55 [2022-09-18T13:04:55.715Z] 
09:04:55 [2022-09-18T13:04:55.715Z]   evaluate request
09:04:55 [2022-09-18T13:04:55.971Z]       ✔ /remote gdb-non-stop/should evaluate a simple literal expression: 2ms
09:04:56 [2022-09-18T13:04:56.533Z]       ✔ /remote gdb-non-stop/should reject evaluation of expression without a frame: 1ms
09:04:56 [2022-09-18T13:04:56.789Z]       ✔ /remote gdb-non-stop/should reject evaluation of invalid expression: 2ms
09:04:56 [2022-09-18T13:04:56.789Z] 
09:04:56 [2022-09-18T13:04:56.789Z]   Suite duration: 1.199 s, Tests: 3
09:04:56 [2022-09-18T13:04:56.789Z] 
09:04:56 [2022-09-18T13:04:56.789Z]   function breakpoints
09:04:57 [2022-09-18T13:04:57.350Z]       ✔ /remote gdb-non-stop/hits the main function breakpoint: 56ms
09:04:57 [2022-09-18T13:04:57.607Z]       ✔ /remote gdb-non-stop/hits the sub function breakpoint: 37ms
09:04:58 [2022-09-18T13:04:58.169Z]       ✔ /remote gdb-non-stop/handles <MULTIPLE> responses (e.g. multiple static functions with same name): 47ms
09:04:58 [2022-09-18T13:04:58.425Z]       ✔ /remote gdb-non-stop/handles <MULTIPLE> function changes: 78ms
09:04:58 [2022-09-18T13:04:58.988Z]       ✔ /remote gdb-non-stop/handles <MULTIPLE> mixed with line breakpoints: 69ms
09:04:59 [2022-09-18T13:04:59.260Z]       ✔ /remote gdb-non-stop/fails gracefully on unknown function: 4ms
09:04:59 [2022-09-18T13:04:59.517Z]       ✔ /remote gdb-non-stop/maintains breakpoint order when modifying function breakpoints: 14ms
09:05:00 [2022-09-18T13:05:00.084Z]       ✔ /remote gdb-non-stop/deletes breakpoints in gdb when removed in IDE: 40ms
09:05:00 [2022-09-18T13:05:00.084Z] 
09:05:00 [2022-09-18T13:05:00.084Z]   Suite duration: 3.244 s, Tests: 8
09:05:00 [2022-09-18T13:05:00.084Z] 
09:05:00 [2022-09-18T13:05:00.084Z]   launch
09:05:00 [2022-09-18T13:05:00.647Z]       ✔ /remote gdb-non-stop/can launch and hit a breakpoint: 193ms
09:05:00 [2022-09-18T13:05:00.647Z]       ✔ /remote gdb-non-stop/reports an error when specifying a non-existent binary: 15ms
09:05:01 [2022-09-18T13:05:01.232Z]       ✔ /remote gdb-non-stop/works with a space in file names: 190ms
09:05:01 [2022-09-18T13:05:01.232Z] 
09:05:01 [2022-09-18T13:05:01.232Z]   Suite duration: 0.996 s, Tests: 3
09:05:01 [2022-09-18T13:05:01.232Z] 
09:05:01 [2022-09-18T13:05:01.232Z]   launch remote
09:05:01 [2022-09-18T13:05:01.488Z]       ✔ /remote gdb-non-stop/can launch remote and hit a breakpoint: 197ms
09:05:01 [2022-09-18T13:05:01.488Z] 
09:05:01 [2022-09-18T13:05:01.488Z]   Suite duration: 0.402 s, Tests: 1
09:05:01 [2022-09-18T13:05:01.488Z] 
09:05:01 [2022-09-18T13:05:01.488Z]   logpoints
09:05:02 [2022-09-18T13:05:02.050Z]       ✔ /remote gdb-non-stop/hits a logpoint: 100ms
09:05:02 [2022-09-18T13:05:02.307Z]       ✔ /remote gdb-non-stop/supports changing log messages: 80ms
09:05:02 [2022-09-18T13:05:02.307Z] 
09:05:02 [2022-09-18T13:05:02.307Z]   Suite duration: 0.873 s, Tests: 2
09:05:02 [2022-09-18T13:05:02.307Z] 
09:05:02 [2022-09-18T13:05:02.307Z]   Memory Test Suite for cdt-gdb-adapter/Memory custom request
09:05:02 [2022-09-18T13:05:02.870Z]       ✔ /remote gdb-non-stop/can read memory: 5ms
09:05:03 [2022-09-18T13:05:03.126Z]       ✔ /remote gdb-non-stop/handles unable to read memory: 2ms
09:05:03 [2022-09-18T13:05:03.689Z]       ✔ /remote gdb-non-stop/can read memory with offset: 4ms
09:05:03 [2022-09-18T13:05:03.689Z] 
09:05:03 [2022-09-18T13:05:03.689Z]   Suite duration: 1.236 s, Tests: 3
09:05:03 [2022-09-18T13:05:03.689Z] 
09:05:03 [2022-09-18T13:05:03.689Z]   Memory Test Suite
09:05:03 [2022-09-18T13:05:03.945Z]       ✔ /remote gdb-non-stop/can read memory: 6ms
09:05:04 [2022-09-18T13:05:04.507Z]       ✔ /remote gdb-non-stop/handles unable to read memory: 2ms
09:05:04 [2022-09-18T13:05:04.764Z]       ✔ /remote gdb-non-stop/can read memory with offset: 8ms
09:05:05 [2022-09-18T13:05:05.337Z]       ✔ /remote gdb-non-stop/can write memory: 4ms
09:05:05 [2022-09-18T13:05:05.593Z]       ✔ /remote gdb-non-stop/fails when trying to write to read-only memory: 4ms
09:05:06 [2022-09-18T13:05:06.156Z]       ✔ /remote gdb-non-stop/Converts between hex and base64 without loss: 0ms
09:05:06 [2022-09-18T13:05:06.420Z]       ✔ /remote gdb-non-stop/Throws an error if it detects ill-formed input: 1ms
09:05:06 [2022-09-18T13:05:06.420Z] 
09:05:06 [2022-09-18T13:05:06.420Z]   Suite duration: 2.914 s, Tests: 7
09:05:06 [2022-09-18T13:05:06.420Z] 
09:05:06 [2022-09-18T13:05:06.420Z]   multithread
09:05:06 [2022-09-18T13:05:06.981Z]       ✔ /remote gdb-non-stop/sees all threads (all-stop): 358ms
09:05:06 [2022-09-18T13:05:06.981Z] 
09:05:06 [2022-09-18T13:05:06.981Z]   Suite duration: 0.557 s, Tests: 1
09:05:06 [2022-09-18T13:05:06.981Z] 
09:05:06 [2022-09-18T13:05:06.981Z]   pause
09:05:07 [2022-09-18T13:05:07.543Z]       ✔ /remote gdb-non-stop/can be paused: 192ms
09:05:07 [2022-09-18T13:05:07.543Z] 
09:05:07 [2022-09-18T13:05:07.543Z]   Suite duration: 0.409 s, Tests: 1
09:05:07 [2022-09-18T13:05:07.543Z] 
09:05:07 [2022-09-18T13:05:07.543Z]   stop
09:05:07 [2022-09-18T13:05:07.799Z]       ✔ /remote gdb-non-stop/handles segv: 192ms
09:05:07 [2022-09-18T13:05:07.799Z] 
09:05:07 [2022-09-18T13:05:07.799Z]   Suite duration: 0.393 s, Tests: 1
09:05:07 [2022-09-18T13:05:07.799Z] 
09:05:07 [2022-09-18T13:05:07.799Z]   util
09:05:07 [2022-09-18T13:05:07.799Z]       ✔ /remote gdb-non-stop/compareVersions: 0ms
09:05:07 [2022-09-18T13:05:07.799Z]       ✔ /remote gdb-non-stop/parseGdbOutput: 0ms
09:05:07 [2022-09-18T13:05:07.799Z] 
09:05:07 [2022-09-18T13:05:07.799Z]   Suite duration: 0.002 s, Tests: 2
09:05:07 [2022-09-18T13:05:07.800Z] 
09:05:07 [2022-09-18T13:05:07.800Z]   Variables Test Suite
09:05:08 [2022-09-18T13:05:08.361Z]       ✔ /remote gdb-non-stop/can read and set simple variables in a program: 68ms
09:05:08 [2022-09-18T13:05:08.924Z]       ✔ /remote gdb-non-stop/can read and set simple registers in a program: 80ms
09:05:09 [2022-09-18T13:05:09.180Z]       ✔ /remote gdb-non-stop/can read and set struct variables in a program: 69ms
09:05:09 [2022-09-18T13:05:09.743Z]       ✔ /remote gdb-non-stop/can read and set nested struct variables in a program: 140ms
09:05:10 [2022-09-18T13:05:10.305Z]       ✔ /remote gdb-non-stop/can read and set array elements in a program: 94ms
09:05:10 [2022-09-18T13:05:10.305Z] 
09:05:10 [2022-09-18T13:05:10.305Z]   Suite duration: 2.5 s, Tests: 5
09:05:10 [2022-09-18T13:05:10.306Z] 
09:05:10 [2022-09-18T13:05:10.306Z]   Variables CPP Test Suite
09:05:10 [2022-09-18T13:05:10.869Z]       ✔ /remote gdb-non-stop/can read and set a cpp object variable: 55ms
09:05:11 [2022-09-18T13:05:11.431Z]       ✔ /remote gdb-non-stop/can read and set nested variables from a cpp object: 27ms
09:05:11 [2022-09-18T13:05:11.431Z] 
09:05:11 [2022-09-18T13:05:11.431Z]   Suite duration: 1.096 s, Tests: 2
09:05:11 [2022-09-18T13:05:11.431Z] 
09:05:11 [2022-09-18T13:05:11.431Z]   55 passing (23s)
09:05:11 [2022-09-18T13:05:11.431Z]   3 pending
09:05:11 [2022-09-18T13:05:11.431Z] 
09:05:11 [2022-09-18T13:05:11.431Z] Done in 172.79s.
09:05:11 [2022-09-18T13:05:11.431Z] + yarn pack
09:05:11 [2022-09-18T13:05:11.688Z] yarn pack v1.22.19
09:05:12 [2022-09-18T13:05:12.617Z] success Wrote tarball to "/home/jenkins/agent/workspace/cdt-gdb-adapter-verify/cdt-gdb-adapter-v0.0.16-next.tgz".
09:05:12 [2022-09-18T13:05:12.617Z] Done in 0.74s.