Skip to content

Console Output

04:34:35 [2021-01-05T09:34:35.966Z] + yarn
04:34:35 [2021-01-05T09:34:35.967Z] yarn install v1.22.4
04:34:36 [2021-01-05T09:34:36.226Z] [1/4] Resolving packages...
04:34:36 [2021-01-05T09:34:36.485Z] [2/4] Fetching packages...
04:34:43 [2021-01-05T09:34:43.035Z] info fsevents@2.1.3: The platform "linux" is incompatible with this module.
04:34:43 [2021-01-05T09:34:43.035Z] info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
04:34:43 [2021-01-05T09:34:43.035Z] info fsevents@1.2.13: The platform "linux" is incompatible with this module.
04:34:43 [2021-01-05T09:34:43.035Z] info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
04:34:43 [2021-01-05T09:34:43.035Z] [3/4] Linking dependencies...
04:34:43 [2021-01-05T09:34:43.035Z] warning " > tslint-language-service@0.9.9" has incorrect peer dependency "typescript@>= 2.3.1 < 3".
04:34:44 [2021-01-05T09:34:44.409Z] [4/4] Building fresh packages...
04:34:44 [2021-01-05T09:34:44.409Z] $ node install.js
04:34:44 [2021-01-05T09:34:44.666Z] npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1609839284244-0.8925241492570342/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.
04:34:44 [2021-01-05T09:34:44.666Z] 
04:34:44 [2021-01-05T09:34:44.666Z] > cdt-gdb-adapter@0.0.15-next nativebuild /home/jenkins/agent/workspace/cdt-gdb-adapter-verify
04:34:44 [2021-01-05T09:34:44.666Z] > node-gyp rebuild
04:34:44 [2021-01-05T09:34:44.666Z] 
04:34:45 [2021-01-05T09:34:45.600Z] make: Entering directory '/home/jenkins/agent/workspace/cdt-gdb-adapter-verify/build'
04:34:45 [2021-01-05T09:34:45.600Z]   CC(target) Release/obj.target/nothing/node_modules/node-addon-api/src/nothing.o
04:34:45 [2021-01-05T09:34:45.600Z]   AR(target) Release/obj.target/node_modules/node-addon-api/src/nothing.a
04:34:45 [2021-01-05T09:34:45.600Z]   COPY Release/nothing.a
04:34:45 [2021-01-05T09:34:45.600Z]   CXX(target) Release/obj.target/pty/src/native/pty.o
04:34:46 [2021-01-05T09:34:46.165Z]   SOLINK_MODULE(target) Release/obj.target/pty.node
04:34:46 [2021-01-05T09:34:46.165Z]   COPY Release/pty.node
04:34:46 [2021-01-05T09:34:46.166Z] make: Leaving directory '/home/jenkins/agent/workspace/cdt-gdb-adapter-verify/build'
04:34:46 [2021-01-05T09:34:46.166Z] $ yarn build
04:34:46 [2021-01-05T09:34:46.422Z] yarn run v1.22.4
04:34:46 [2021-01-05T09:34:46.422Z] $ tsc
04:34:50 [2021-01-05T09:34:50.601Z] Done in 4.10s.
04:34:50 [2021-01-05T09:34:50.601Z] Done in 14.46s.
04:34:50 [2021-01-05T09:34:50.601Z] + yarn test
04:34:50 [2021-01-05T09:34:50.601Z] yarn run v1.22.4
04:34:50 [2021-01-05T09:34:50.859Z] $ yarn test:integration && yarn test:pty && yarn test:integration-run-in-terminal && yarn test:integration-remote-target && yarn test:integration-remote-target-run-in-terminal
04:34:50 [2021-01-05T09:34:50.859Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --reporter mocha-jenkins-reporter dist/integration-tests/*.spec.js
04:34:51 [2021-01-05T09:34:51.791Z] 
04:34:51 [2021-01-05T09:34:51.791Z]   GDB Backend Test Suite
04:34:51 [2021-01-05T09:34:51.791Z]       ✓ can read a value from -gdb-show: 50ms
04:34:51 [2021-01-05T09:34:51.791Z]       ✓ can set a value using -gdb-set: 44ms
04:34:51 [2021-01-05T09:34:51.791Z] 
04:34:51 [2021-01-05T09:34:51.791Z]   Suite duration: 0.103 s, Tests: 2
04:34:51 [2021-01-05T09:34:51.791Z] 
04:34:51 [2021-01-05T09:34:51.791Z]   attach remote
04:34:52 [2021-01-05T09:34:52.048Z]       ✓ can attach remote and hit a breakpoint: 105ms
04:34:52 [2021-01-05T09:34:52.048Z] 
04:34:52 [2021-01-05T09:34:52.048Z]   Suite duration: 0.196 s, Tests: 1
04:34:52 [2021-01-05T09:34:52.048Z] 
04:34:52 [2021-01-05T09:34:52.048Z]   breakpoints
04:34:52 [2021-01-05T09:34:52.309Z]       ✓ hits a standard breakpoint: 25ms
04:34:52 [2021-01-05T09:34:52.565Z]       ✓ handles breakpoints in multiple files: 47ms
04:34:52 [2021-01-05T09:34:52.566Z]       ✓ fails gracefully on breakpoint on unknown file: 2ms
04:34:52 [2021-01-05T09:34:52.822Z]       ✓ fails gracefully on breakpoint on bad line in otherwise good source: 3ms
04:34:52 [2021-01-05T09:34:52.822Z]       ✓ maintains breakpoint order when modifying breakpoints in a file: 4ms
04:34:52 [2021-01-05T09:34:52.822Z]       - reports back relocated line number
04:34:52 [2021-01-05T09:34:52.822Z]       - maintains gdb breakpoint when relocated
04:34:52 [2021-01-05T09:34:52.822Z]       - maintains gdb breakpoint when relocated - files with spaces
04:34:53 [2021-01-05T09:34:53.079Z]       ✓ hits a conditional breakpoint: 42ms
04:34:53 [2021-01-05T09:34:53.337Z]       ✓ hits a hit conditional breakpoint with >: 47ms
04:34:53 [2021-01-05T09:34:53.337Z]       ✓ hits a hit conditional breakpoint without >: 26ms
04:34:53 [2021-01-05T09:34:53.594Z]       ✓ resolves breakpoints: 26ms
04:34:53 [2021-01-05T09:34:53.594Z] 
04:34:53 [2021-01-05T09:34:53.594Z]   Suite duration: 1.491 s, Tests: 12
04:34:53 [2021-01-05T09:34:53.594Z] 
04:34:53 [2021-01-05T09:34:53.594Z]   Disassembly Test Suite
04:34:53 [2021-01-05T09:34:53.850Z]       ✓ can disassemble: 20ms
04:34:53 [2021-01-05T09:34:53.850Z]       ✓ can disassemble with no source references: 17ms
04:34:54 [2021-01-05T09:34:54.118Z]       ✓ can handle disassemble at bad address: 2ms
04:34:54 [2021-01-05T09:34:54.118Z] 
04:34:54 [2021-01-05T09:34:54.118Z]   Suite duration: 0.569 s, Tests: 3
04:34:54 [2021-01-05T09:34:54.118Z] 
04:34:54 [2021-01-05T09:34:54.118Z]   evaluate request
04:34:54 [2021-01-05T09:34:54.375Z]       ✓ should evaluate a simple literal expression: 1ms
04:34:54 [2021-01-05T09:34:54.375Z]       ✓ should reject evaluation of expression without a frame: 1ms
04:34:54 [2021-01-05T09:34:54.632Z]       ✓ should reject evaluation of invalid expression: 1ms
04:34:54 [2021-01-05T09:34:54.633Z] 
04:34:54 [2021-01-05T09:34:54.633Z]   Suite duration: 0.508 s, Tests: 3
04:34:54 [2021-01-05T09:34:54.633Z] 
04:34:54 [2021-01-05T09:34:54.633Z]   function breakpoints
04:34:54 [2021-01-05T09:34:54.889Z]       ✓ hits the main function breakpoint: 22ms
04:34:54 [2021-01-05T09:34:54.890Z]       ✓ hits the sub function breakpoint: 21ms
04:34:55 [2021-01-05T09:34:55.147Z]       ✓ handles <MULTIPLE> responses (e.g. multiple static functions with same name): 41ms
04:34:55 [2021-01-05T09:34:55.406Z]       ✓ handles <MULTIPLE> function changes: 49ms
04:34:55 [2021-01-05T09:34:55.406Z]       ✓ handles <MULTIPLE> mixed with line breakpoints: 24ms
04:34:55 [2021-01-05T09:34:55.663Z]       ✓ fails gracefully on unknown function: 1ms
04:34:55 [2021-01-05T09:34:55.663Z]       ✓ maintains breakpoint order when modifying function breakpoints: 3ms
04:34:55 [2021-01-05T09:34:55.919Z]       ✓ deletes breakpoints in gdb when removed in IDE: 40ms
04:34:55 [2021-01-05T09:34:55.920Z] 
04:34:55 [2021-01-05T09:34:55.920Z]   Suite duration: 1.289 s, Tests: 8
04:34:55 [2021-01-05T09:34:55.920Z] 
04:34:55 [2021-01-05T09:34:55.920Z]   launch
04:34:56 [2021-01-05T09:34:56.177Z]       ✓ can launch and hit a breakpoint: 89ms
04:34:56 [2021-01-05T09:34:56.177Z]       ✓ reports an error when specifying a non-existent binary: 60ms
04:34:56 [2021-01-05T09:34:56.434Z]       ✓ works with a space in file names: 88ms
04:34:56 [2021-01-05T09:34:56.434Z] 
04:34:56 [2021-01-05T09:34:56.434Z]   Suite duration: 0.445 s, Tests: 3
04:34:56 [2021-01-05T09:34:56.434Z] 
04:34:56 [2021-01-05T09:34:56.434Z]   launch remote
04:34:56 [2021-01-05T09:34:56.691Z]       ✓ can launch remote and hit a breakpoint: 104ms
04:34:56 [2021-01-05T09:34:56.691Z] 
04:34:56 [2021-01-05T09:34:56.691Z]   Suite duration: 0.19 s, Tests: 1
04:34:56 [2021-01-05T09:34:56.691Z] 
04:34:56 [2021-01-05T09:34:56.691Z]   logpoints
04:34:56 [2021-01-05T09:34:56.691Z]       ✓ hits a logpoint: 22ms
04:34:56 [2021-01-05T09:34:56.948Z]       ✓ supports changing log messages: 46ms
04:34:56 [2021-01-05T09:34:56.948Z] 
04:34:56 [2021-01-05T09:34:56.948Z]   Suite duration: 0.353 s, Tests: 2
04:34:56 [2021-01-05T09:34:56.948Z] 
04:34:56 [2021-01-05T09:34:56.948Z]   Memory Test Suite
04:34:57 [2021-01-05T09:34:57.205Z]       ✓ can read memory: 3ms
04:34:57 [2021-01-05T09:34:57.206Z]       ✓ handles unable to read memory: 1ms
04:34:57 [2021-01-05T09:34:57.463Z]       ✓ can read memory with offset: 3ms
04:34:57 [2021-01-05T09:34:57.463Z] 
04:34:57 [2021-01-05T09:34:57.464Z]   Suite duration: 0.496 s, Tests: 3
04:34:57 [2021-01-05T09:34:57.464Z] 
04:34:57 [2021-01-05T09:34:57.464Z]   stop
04:34:57 [2021-01-05T09:34:57.464Z]       ✓ handles segv: 87ms
04:34:57 [2021-01-05T09:34:57.464Z] 
04:34:57 [2021-01-05T09:34:57.464Z]   Suite duration: 0.15 s, Tests: 1
04:34:57 [2021-01-05T09:34:57.464Z] 
04:34:57 [2021-01-05T09:34:57.464Z]   Variables Test Suite
04:34:57 [2021-01-05T09:34:57.720Z]       ✓ can read and set simple variables in a program: 14ms
04:34:57 [2021-01-05T09:34:57.977Z]       ✓ can read and set struct variables in a program: 18ms
04:34:58 [2021-01-05T09:34:58.234Z]       ✓ can read and set nested struct variables in a program: 35ms
04:34:58 [2021-01-05T09:34:58.234Z]       ✓ can read and set array elements in a program: 39ms
04:34:58 [2021-01-05T09:34:58.234Z] 
04:34:58 [2021-01-05T09:34:58.234Z]   Suite duration: 0.761 s, Tests: 4
04:34:58 [2021-01-05T09:34:58.234Z] 
04:34:58 [2021-01-05T09:34:58.234Z]   Variables CPP Test Suite
04:34:58 [2021-01-05T09:34:58.491Z]       ✓ can read and set a cpp object variable: 12ms
04:34:58 [2021-01-05T09:34:58.750Z]       ✓ can read and set nested variables from a cpp object: 9ms
04:34:58 [2021-01-05T09:34:58.750Z] 
04:34:58 [2021-01-05T09:34:58.750Z]   Suite duration: 0.457 s, Tests: 2
04:34:58 [2021-01-05T09:34:58.750Z] 
04:34:58 [2021-01-05T09:34:58.750Z]   42 passing (8s)
04:34:58 [2021-01-05T09:34:58.750Z]   3 pending
04:34:58 [2021-01-05T09:34:58.750Z] 
04:34:59 [2021-01-05T09:34:59.006Z] $ cross-env JUNIT_REPORT_PATH=test-reports/native.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --reporter mocha-jenkins-reporter dist/native/*.spec.js
04:34:59 [2021-01-05T09:34:59.262Z] 
04:34:59 [2021-01-05T09:34:59.262Z]   pty creation
04:34:59 [2021-01-05T09:34:59.519Z]       ✓ should be able to open a ptmx/pts pair: 52ms
04:34:59 [2021-01-05T09:34:59.519Z] 
04:34:59 [2021-01-05T09:34:59.519Z]   Suite duration: 0.054 s, Tests: 1
04:34:59 [2021-01-05T09:34:59.519Z] 
04:34:59 [2021-01-05T09:34:59.519Z]   1 passing (56ms)
04:34:59 [2021-01-05T09:34:59.519Z] 
04:34:59 [2021-01-05T09:34:59.519Z] 18 'EIO: i/o error, read'
04:34:59 [2021-01-05T09:34:59.519Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-run-in-terminal.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --run-in-terminal --reporter mocha-jenkins-reporter dist/integration-tests/*.spec.js
04:34:59 [2021-01-05T09:34:59.776Z] 
04:34:59 [2021-01-05T09:34:59.776Z]   GDB Backend Test Suite
04:35:00 [2021-01-05T09:35:00.033Z]       ✓ can read a value from -gdb-show: 57ms
04:35:00 [2021-01-05T09:35:00.033Z]       ✓ can set a value using -gdb-set: 43ms
04:35:00 [2021-01-05T09:35:00.033Z] 
04:35:00 [2021-01-05T09:35:00.033Z]   Suite duration: 0.109 s, Tests: 2
04:35:00 [2021-01-05T09:35:00.033Z] 
04:35:00 [2021-01-05T09:35:00.033Z]   attach remote
04:35:00 [2021-01-05T09:35:00.289Z]       ✓ can attach remote and hit a breakpoint: 171ms
04:35:00 [2021-01-05T09:35:00.289Z] 
04:35:00 [2021-01-05T09:35:00.289Z]   Suite duration: 0.259 s, Tests: 1
04:35:00 [2021-01-05T09:35:00.289Z] 
04:35:00 [2021-01-05T09:35:00.289Z]   breakpoints
04:35:00 [2021-01-05T09:35:00.547Z]       ✓ hits a standard breakpoint: 26ms
04:35:00 [2021-01-05T09:35:00.804Z]       ✓ handles breakpoints in multiple files: 28ms
04:35:00 [2021-01-05T09:35:00.804Z]       ✓ fails gracefully on breakpoint on unknown file: 4ms
04:35:01 [2021-01-05T09:35:01.061Z]       ✓ fails gracefully on breakpoint on bad line in otherwise good source: 3ms
04:35:01 [2021-01-05T09:35:01.317Z]       ✓ maintains breakpoint order when modifying breakpoints in a file: 5ms
04:35:01 [2021-01-05T09:35:01.317Z]       - reports back relocated line number
04:35:01 [2021-01-05T09:35:01.317Z]       - maintains gdb breakpoint when relocated
04:35:01 [2021-01-05T09:35:01.317Z]       - maintains gdb breakpoint when relocated - files with spaces
04:35:01 [2021-01-05T09:35:01.575Z]       ✓ hits a conditional breakpoint: 37ms
04:35:01 [2021-01-05T09:35:01.833Z]       ✓ hits a hit conditional breakpoint with >: 26ms
04:35:02 [2021-01-05T09:35:02.089Z]       ✓ hits a hit conditional breakpoint without >: 27ms
04:35:02 [2021-01-05T09:35:02.347Z]       ✓ resolves breakpoints: 38ms
04:35:02 [2021-01-05T09:35:02.347Z] 
04:35:02 [2021-01-05T09:35:02.347Z]   Suite duration: 2.008 s, Tests: 12
04:35:02 [2021-01-05T09:35:02.347Z] 
04:35:02 [2021-01-05T09:35:02.347Z]   Disassembly Test Suite
04:35:02 [2021-01-05T09:35:02.911Z]       ✓ can disassemble: 275ms
04:35:03 [2021-01-05T09:35:03.168Z]       ✓ can disassemble with no source references: 274ms
04:35:03 [2021-01-05T09:35:03.424Z]       ✓ can handle disassemble at bad address: 2ms
04:35:03 [2021-01-05T09:35:03.424Z] 
04:35:03 [2021-01-05T09:35:03.424Z]   Suite duration: 1.23 s, Tests: 3
04:35:03 [2021-01-05T09:35:03.424Z] 
04:35:03 [2021-01-05T09:35:03.424Z]   evaluate request
04:35:03 [2021-01-05T09:35:03.681Z]       ✓ should evaluate a simple literal expression: 1ms
04:35:03 [2021-01-05T09:35:03.940Z]       ✓ should reject evaluation of expression without a frame: 1ms
04:35:04 [2021-01-05T09:35:04.197Z]       ✓ should reject evaluation of invalid expression: 2ms
04:35:04 [2021-01-05T09:35:04.197Z] 
04:35:04 [2021-01-05T09:35:04.197Z]   Suite duration: 0.682 s, Tests: 3
04:35:04 [2021-01-05T09:35:04.197Z] 
04:35:04 [2021-01-05T09:35:04.197Z]   function breakpoints
04:35:04 [2021-01-05T09:35:04.454Z]       ✓ hits the main function breakpoint: 23ms
04:35:04 [2021-01-05T09:35:04.711Z]       ✓ hits the sub function breakpoint: 22ms
04:35:04 [2021-01-05T09:35:04.973Z]       ✓ handles <MULTIPLE> responses (e.g. multiple static functions with same name): 41ms
04:35:04 [2021-01-05T09:35:04.973Z]       ✓ handles <MULTIPLE> function changes: 30ms
04:35:05 [2021-01-05T09:35:05.230Z]       ✓ handles <MULTIPLE> mixed with line breakpoints: 26ms
04:35:05 [2021-01-05T09:35:05.487Z]       ✓ fails gracefully on unknown function: 2ms
04:35:05 [2021-01-05T09:35:05.743Z]       ✓ maintains breakpoint order when modifying function breakpoints: 4ms
04:35:06 [2021-01-05T09:35:06.000Z]       ✓ deletes breakpoints in gdb when removed in IDE: 34ms
04:35:06 [2021-01-05T09:35:06.000Z] 
04:35:06 [2021-01-05T09:35:06.000Z]   Suite duration: 1.776 s, Tests: 8
04:35:06 [2021-01-05T09:35:06.000Z] 
04:35:06 [2021-01-05T09:35:06.000Z]   launch
04:35:06 [2021-01-05T09:35:06.256Z]       ✓ can launch and hit a breakpoint: 157ms
04:35:06 [2021-01-05T09:35:06.256Z]       ✓ reports an error when specifying a non-existent binary: 118ms
04:35:06 [2021-01-05T09:35:06.513Z]       ✓ works with a space in file names: 140ms
04:35:06 [2021-01-05T09:35:06.513Z] 
04:35:06 [2021-01-05T09:35:06.513Z]   Suite duration: 0.642 s, Tests: 3
04:35:06 [2021-01-05T09:35:06.513Z] 
04:35:06 [2021-01-05T09:35:06.513Z]   launch remote
04:35:06 [2021-01-05T09:35:06.768Z]       ✓ can launch remote and hit a breakpoint: 173ms
04:35:06 [2021-01-05T09:35:06.768Z] 
04:35:06 [2021-01-05T09:35:06.768Z]   Suite duration: 0.26 s, Tests: 1
04:35:06 [2021-01-05T09:35:06.768Z] 
04:35:06 [2021-01-05T09:35:06.768Z]   logpoints
04:35:07 [2021-01-05T09:35:07.024Z]       ✓ hits a logpoint: 32ms
04:35:07 [2021-01-05T09:35:07.281Z]       ✓ supports changing log messages: 23ms
04:35:07 [2021-01-05T09:35:07.281Z] 
04:35:07 [2021-01-05T09:35:07.281Z]   Suite duration: 0.446 s, Tests: 2
04:35:07 [2021-01-05T09:35:07.281Z] 
04:35:07 [2021-01-05T09:35:07.281Z]   Memory Test Suite
04:35:07 [2021-01-05T09:35:07.539Z]       ✓ can read memory: 3ms
04:35:07 [2021-01-05T09:35:07.796Z]       ✓ handles unable to read memory: 2ms
04:35:08 [2021-01-05T09:35:08.053Z]       ✓ can read memory with offset: 2ms
04:35:08 [2021-01-05T09:35:08.053Z] 
04:35:08 [2021-01-05T09:35:08.053Z]   Suite duration: 0.663 s, Tests: 3
04:35:08 [2021-01-05T09:35:08.053Z] 
04:35:08 [2021-01-05T09:35:08.053Z]   stop
04:35:08 [2021-01-05T09:35:08.053Z]       ✓ handles segv: 149ms
04:35:08 [2021-01-05T09:35:08.053Z] 
04:35:08 [2021-01-05T09:35:08.053Z]   Suite duration: 0.211 s, Tests: 1
04:35:08 [2021-01-05T09:35:08.053Z] 
04:35:08 [2021-01-05T09:35:08.053Z]   Variables Test Suite
04:35:08 [2021-01-05T09:35:08.310Z]       ✓ can read and set simple variables in a program: 13ms
04:35:08 [2021-01-05T09:35:08.567Z]       ✓ can read and set struct variables in a program: 18ms
04:35:08 [2021-01-05T09:35:08.824Z]       ✓ can read and set nested struct variables in a program: 21ms
04:35:09 [2021-01-05T09:35:09.081Z]       ✓ can read and set array elements in a program: 19ms
04:35:09 [2021-01-05T09:35:09.081Z] 
04:35:09 [2021-01-05T09:35:09.081Z]   Suite duration: 1.009 s, Tests: 4
04:35:09 [2021-01-05T09:35:09.081Z] 
04:35:09 [2021-01-05T09:35:09.081Z]   Variables CPP Test Suite
04:35:09 [2021-01-05T09:35:09.644Z]       ✓ can read and set a cpp object variable: 15ms
04:35:09 [2021-01-05T09:35:09.644Z]       ✓ can read and set nested variables from a cpp object: 8ms
04:35:09 [2021-01-05T09:35:09.644Z] 
04:35:09 [2021-01-05T09:35:09.644Z]   Suite duration: 0.598 s, Tests: 2
04:35:09 [2021-01-05T09:35:09.644Z] 
04:35:09 [2021-01-05T09:35:09.644Z]   42 passing (10s)
04:35:09 [2021-01-05T09:35:09.644Z]   3 pending
04:35:09 [2021-01-05T09:35:09.644Z] 
04:35:10 [2021-01-05T09:35:10.207Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-remote-target.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --test-remote --reporter mocha-jenkins-reporter dist/integration-tests/*.spec.js
04:35:10 [2021-01-05T09:35:10.470Z] 
04:35:10 [2021-01-05T09:35:10.470Z]   GDB Backend Test Suite
04:35:10 [2021-01-05T09:35:10.470Z]       ✓ can read a value from -gdb-show: 45ms
04:35:10 [2021-01-05T09:35:10.470Z]       ✓ can set a value using -gdb-set: 57ms
04:35:10 [2021-01-05T09:35:10.470Z] 
04:35:10 [2021-01-05T09:35:10.470Z]   Suite duration: 0.109 s, Tests: 2
04:35:10 [2021-01-05T09:35:10.470Z] 
04:35:10 [2021-01-05T09:35:10.470Z]   attach remote
04:35:10 [2021-01-05T09:35:10.726Z]       ✓ can attach remote and hit a breakpoint: 122ms
04:35:10 [2021-01-05T09:35:10.726Z] 
04:35:10 [2021-01-05T09:35:10.726Z]   Suite duration: 0.19 s, Tests: 1
04:35:10 [2021-01-05T09:35:10.726Z] 
04:35:10 [2021-01-05T09:35:10.726Z]   breakpoints
04:35:10 [2021-01-05T09:35:10.726Z]       ✓ hits a standard breakpoint: 57ms
04:35:10 [2021-01-05T09:35:10.984Z]       ✓ handles breakpoints in multiple files: 55ms
04:35:11 [2021-01-05T09:35:11.243Z]       ✓ fails gracefully on breakpoint on unknown file: 2ms
04:35:11 [2021-01-05T09:35:11.500Z]       ✓ fails gracefully on breakpoint on bad line in otherwise good source: 2ms
04:35:11 [2021-01-05T09:35:11.500Z]       ✓ maintains breakpoint order when modifying breakpoints in a file: 4ms
04:35:11 [2021-01-05T09:35:11.501Z]       - reports back relocated line number
04:35:11 [2021-01-05T09:35:11.501Z]       - maintains gdb breakpoint when relocated
04:35:11 [2021-01-05T09:35:11.501Z]       - maintains gdb breakpoint when relocated - files with spaces
04:35:11 [2021-01-05T09:35:11.757Z]       ✓ hits a conditional breakpoint: 51ms
04:35:12 [2021-01-05T09:35:12.015Z]       ✓ hits a hit conditional breakpoint with >: 33ms
04:35:12 [2021-01-05T09:35:12.271Z]       ✓ hits a hit conditional breakpoint without >: 38ms
04:35:12 [2021-01-05T09:35:12.271Z]       ✓ resolves breakpoints: 31ms
04:35:12 [2021-01-05T09:35:12.271Z] 
04:35:12 [2021-01-05T09:35:12.271Z]   Suite duration: 1.756 s, Tests: 12
04:35:12 [2021-01-05T09:35:12.271Z] 
04:35:12 [2021-01-05T09:35:12.271Z]   Disassembly Test Suite
04:35:12 [2021-01-05T09:35:12.528Z]       ✓ can disassemble: 42ms
04:35:12 [2021-01-05T09:35:12.784Z]       ✓ can disassemble with no source references: 39ms
04:35:13 [2021-01-05T09:35:13.041Z]       ✓ can handle disassemble at bad address: 2ms
04:35:13 [2021-01-05T09:35:13.041Z] 
04:35:13 [2021-01-05T09:35:13.041Z]   Suite duration: 0.657 s, Tests: 3
04:35:13 [2021-01-05T09:35:13.041Z] 
04:35:13 [2021-01-05T09:35:13.041Z]   evaluate request
04:35:13 [2021-01-05T09:35:13.298Z]       ✓ should evaluate a simple literal expression: 1ms
04:35:13 [2021-01-05T09:35:13.555Z]       ✓ should reject evaluation of expression without a frame: 0ms
04:35:13 [2021-01-05T09:35:13.555Z]       ✓ should reject evaluation of invalid expression: 1ms
04:35:13 [2021-01-05T09:35:13.555Z] 
04:35:13 [2021-01-05T09:35:13.555Z]   Suite duration: 0.585 s, Tests: 3
04:35:13 [2021-01-05T09:35:13.555Z] 
04:35:13 [2021-01-05T09:35:13.555Z]   function breakpoints
04:35:13 [2021-01-05T09:35:13.811Z]       ✓ hits the main function breakpoint: 27ms
04:35:14 [2021-01-05T09:35:14.068Z]       ✓ hits the sub function breakpoint: 25ms
04:35:14 [2021-01-05T09:35:14.325Z]       ✓ handles <MULTIPLE> responses (e.g. multiple static functions with same name): 31ms
04:35:14 [2021-01-05T09:35:14.325Z]       ✓ handles <MULTIPLE> function changes: 31ms
04:35:14 [2021-01-05T09:35:14.581Z]       ✓ handles <MULTIPLE> mixed with line breakpoints: 30ms
04:35:14 [2021-01-05T09:35:14.838Z]       ✓ fails gracefully on unknown function: 2ms
04:35:14 [2021-01-05T09:35:14.838Z]       ✓ maintains breakpoint order when modifying function breakpoints: 3ms
04:35:15 [2021-01-05T09:35:15.095Z]       ✓ deletes breakpoints in gdb when removed in IDE: 27ms
04:35:15 [2021-01-05T09:35:15.095Z] 
04:35:15 [2021-01-05T09:35:15.095Z]   Suite duration: 1.471 s, Tests: 8
04:35:15 [2021-01-05T09:35:15.095Z] 
04:35:15 [2021-01-05T09:35:15.095Z]   launch
04:35:15 [2021-01-05T09:35:15.351Z]       ✓ can launch and hit a breakpoint: 106ms
04:35:15 [2021-01-05T09:35:15.351Z]       ✓ reports an error when specifying a non-existent binary: 7ms
04:35:15 [2021-01-05T09:35:15.607Z]       ✓ works with a space in file names: 107ms
04:35:15 [2021-01-05T09:35:15.607Z] 
04:35:15 [2021-01-05T09:35:15.607Z]   Suite duration: 0.472 s, Tests: 3
04:35:15 [2021-01-05T09:35:15.607Z] 
04:35:15 [2021-01-05T09:35:15.607Z]   launch remote
04:35:15 [2021-01-05T09:35:15.864Z]       ✓ can launch remote and hit a breakpoint: 107ms
04:35:15 [2021-01-05T09:35:15.864Z] 
04:35:15 [2021-01-05T09:35:15.864Z]   Suite duration: 0.19 s, Tests: 1
04:35:15 [2021-01-05T09:35:15.864Z] 
04:35:15 [2021-01-05T09:35:15.864Z]   logpoints
04:35:15 [2021-01-05T09:35:15.864Z]       ✓ hits a logpoint: 40ms
04:35:16 [2021-01-05T09:35:16.121Z]       ✓ supports changing log messages: 41ms
04:35:16 [2021-01-05T09:35:16.121Z] 
04:35:16 [2021-01-05T09:35:16.121Z]   Suite duration: 0.384 s, Tests: 2
04:35:16 [2021-01-05T09:35:16.121Z] 
04:35:16 [2021-01-05T09:35:16.121Z]   Memory Test Suite
04:35:16 [2021-01-05T09:35:16.377Z]       ✓ can read memory: 4ms
04:35:16 [2021-01-05T09:35:16.634Z]       ✓ handles unable to read memory: 2ms
04:35:16 [2021-01-05T09:35:16.634Z]       ✓ can read memory with offset: 4ms
04:35:16 [2021-01-05T09:35:16.634Z] 
04:35:16 [2021-01-05T09:35:16.634Z]   Suite duration: 0.561 s, Tests: 3
04:35:16 [2021-01-05T09:35:16.634Z] 
04:35:16 [2021-01-05T09:35:16.634Z]   stop
04:35:16 [2021-01-05T09:35:16.891Z]       ✓ handles segv: 107ms
04:35:16 [2021-01-05T09:35:16.891Z] 
04:35:16 [2021-01-05T09:35:16.891Z]   Suite duration: 0.19 s, Tests: 1
04:35:16 [2021-01-05T09:35:16.891Z] 
04:35:16 [2021-01-05T09:35:16.891Z]   Variables Test Suite
04:35:17 [2021-01-05T09:35:17.147Z]       ✓ can read and set simple variables in a program: 18ms
04:35:17 [2021-01-05T09:35:17.404Z]       ✓ can read and set struct variables in a program: 38ms
04:35:17 [2021-01-05T09:35:17.662Z]       ✓ can read and set nested struct variables in a program: 23ms
04:35:17 [2021-01-05T09:35:17.662Z]       ✓ can read and set array elements in a program: 22ms
04:35:17 [2021-01-05T09:35:17.662Z] 
04:35:17 [2021-01-05T09:35:17.662Z]   Suite duration: 0.869 s, Tests: 4
04:35:17 [2021-01-05T09:35:17.662Z] 
04:35:17 [2021-01-05T09:35:17.662Z]   Variables CPP Test Suite
04:35:18 [2021-01-05T09:35:18.226Z]       ✓ can read and set a cpp object variable: 34ms
04:35:18 [2021-01-05T09:35:18.226Z]       ✓ can read and set nested variables from a cpp object: 16ms
04:35:18 [2021-01-05T09:35:18.226Z] 
04:35:18 [2021-01-05T09:35:18.226Z]   Suite duration: 0.54 s, Tests: 2
04:35:18 [2021-01-05T09:35:18.226Z] 
04:35:18 [2021-01-05T09:35:18.226Z]   42 passing (8s)
04:35:18 [2021-01-05T09:35:18.226Z]   3 pending
04:35:18 [2021-01-05T09:35:18.226Z] 
04:35:18 [2021-01-05T09:35:18.482Z] $ cross-env JUNIT_REPORT_PATH=test-reports/integration-remote-target-run-in-terminal.xml JUNIT_REPORT_STACK=1 JUNIT_REPORT_PACKAGES=1 mocha --test-remote --run-in-terminal --reporter mocha-jenkins-reporter dist/integration-tests/*.spec.js
04:35:19 [2021-01-05T09:35:19.046Z] 
04:35:19 [2021-01-05T09:35:19.046Z]   GDB Backend Test Suite
04:35:19 [2021-01-05T09:35:19.046Z]       ✓ can read a value from -gdb-show: 44ms
04:35:19 [2021-01-05T09:35:19.046Z]       ✓ can set a value using -gdb-set: 52ms
04:35:19 [2021-01-05T09:35:19.046Z] 
04:35:19 [2021-01-05T09:35:19.046Z]   Suite duration: 0.104 s, Tests: 2
04:35:19 [2021-01-05T09:35:19.046Z] 
04:35:19 [2021-01-05T09:35:19.046Z]   attach remote
04:35:19 [2021-01-05T09:35:19.302Z]       ✓ can attach remote and hit a breakpoint: 156ms
04:35:19 [2021-01-05T09:35:19.302Z] 
04:35:19 [2021-01-05T09:35:19.302Z]   Suite duration: 0.24 s, Tests: 1
04:35:19 [2021-01-05T09:35:19.302Z] 
04:35:19 [2021-01-05T09:35:19.302Z]   breakpoints
04:35:19 [2021-01-05T09:35:19.559Z]       ✓ hits a standard breakpoint: 32ms
04:35:19 [2021-01-05T09:35:19.815Z]       ✓ handles breakpoints in multiple files: 48ms
04:35:20 [2021-01-05T09:35:20.072Z]       ✓ fails gracefully on breakpoint on unknown file: 2ms
04:35:20 [2021-01-05T09:35:20.072Z]       ✓ fails gracefully on breakpoint on bad line in otherwise good source: 2ms
04:35:20 [2021-01-05T09:35:20.329Z]       ✓ maintains breakpoint order when modifying breakpoints in a file: 3ms
04:35:20 [2021-01-05T09:35:20.329Z]       - reports back relocated line number
04:35:20 [2021-01-05T09:35:20.329Z]       - maintains gdb breakpoint when relocated
04:35:20 [2021-01-05T09:35:20.329Z]       - maintains gdb breakpoint when relocated - files with spaces
04:35:20 [2021-01-05T09:35:20.585Z]       ✓ hits a conditional breakpoint: 32ms
04:35:20 [2021-01-05T09:35:20.842Z]       ✓ hits a hit conditional breakpoint with >: 50ms
04:35:21 [2021-01-05T09:35:21.098Z]       ✓ hits a hit conditional breakpoint without >: 32ms
04:35:21 [2021-01-05T09:35:21.355Z]       ✓ resolves breakpoints: 30ms
04:35:21 [2021-01-05T09:35:21.355Z] 
04:35:21 [2021-01-05T09:35:21.355Z]   Suite duration: 2.257 s, Tests: 12
04:35:21 [2021-01-05T09:35:21.355Z] 
04:35:21 [2021-01-05T09:35:21.355Z]   Disassembly Test Suite
04:35:21 [2021-01-05T09:35:21.917Z]       ✓ can disassemble: 303ms
04:35:22 [2021-01-05T09:35:22.479Z]       ✓ can disassemble with no source references: 299ms
04:35:22 [2021-01-05T09:35:22.735Z]       ✓ can handle disassemble at bad address: 2ms
04:35:22 [2021-01-05T09:35:22.735Z] 
04:35:22 [2021-01-05T09:35:22.735Z]   Suite duration: 1.37 s, Tests: 3
04:35:22 [2021-01-05T09:35:22.735Z] 
04:35:22 [2021-01-05T09:35:22.735Z]   evaluate request
04:35:22 [2021-01-05T09:35:22.992Z]       ✓ should evaluate a simple literal expression: 1ms
04:35:23 [2021-01-05T09:35:23.247Z]       ✓ should reject evaluation of expression without a frame: 0ms
04:35:23 [2021-01-05T09:35:23.503Z]       ✓ should reject evaluation of invalid expression: 1ms
04:35:23 [2021-01-05T09:35:23.503Z] 
04:35:23 [2021-01-05T09:35:23.503Z]   Suite duration: 0.758 s, Tests: 3
04:35:23 [2021-01-05T09:35:23.503Z] 
04:35:23 [2021-01-05T09:35:23.503Z]   function breakpoints
04:35:23 [2021-01-05T09:35:23.759Z]       ✓ hits the main function breakpoint: 36ms
04:35:24 [2021-01-05T09:35:24.016Z]       ✓ hits the sub function breakpoint: 25ms
04:35:24 [2021-01-05T09:35:24.272Z]       ✓ handles <MULTIPLE> responses (e.g. multiple static functions with same name): 42ms
04:35:24 [2021-01-05T09:35:24.529Z]       ✓ handles <MULTIPLE> function changes: 53ms
04:35:24 [2021-01-05T09:35:24.785Z]       ✓ handles <MULTIPLE> mixed with line breakpoints: 28ms
04:35:25 [2021-01-05T09:35:25.042Z]       ✓ fails gracefully on unknown function: 2ms
04:35:25 [2021-01-05T09:35:25.299Z]       ✓ maintains breakpoint order when modifying function breakpoints: 3ms
04:35:25 [2021-01-05T09:35:25.555Z]       ✓ deletes breakpoints in gdb when removed in IDE: 27ms
04:35:25 [2021-01-05T09:35:25.555Z] 
04:35:25 [2021-01-05T09:35:25.555Z]   Suite duration: 1.968 s, Tests: 8
04:35:25 [2021-01-05T09:35:25.555Z] 
04:35:25 [2021-01-05T09:35:25.555Z]   launch
04:35:25 [2021-01-05T09:35:25.812Z]       ✓ can launch and hit a breakpoint: 161ms
04:35:25 [2021-01-05T09:35:25.813Z]       ✓ reports an error when specifying a non-existent binary: 7ms
04:35:26 [2021-01-05T09:35:26.070Z]       ✓ works with a space in file names: 169ms
04:35:26 [2021-01-05T09:35:26.070Z] 
04:35:26 [2021-01-05T09:35:26.070Z]   Suite duration: 0.58 s, Tests: 3
04:35:26 [2021-01-05T09:35:26.070Z] 
04:35:26 [2021-01-05T09:35:26.070Z]   launch remote
04:35:26 [2021-01-05T09:35:26.326Z]       ✓ can launch remote and hit a breakpoint: 173ms
04:35:26 [2021-01-05T09:35:26.326Z] 
04:35:26 [2021-01-05T09:35:26.326Z]   Suite duration: 0.238 s, Tests: 1
04:35:26 [2021-01-05T09:35:26.326Z] 
04:35:26 [2021-01-05T09:35:26.326Z]   logpoints
04:35:26 [2021-01-05T09:35:26.582Z]       ✓ hits a logpoint: 36ms
04:35:26 [2021-01-05T09:35:26.838Z]       ✓ supports changing log messages: 25ms
04:35:26 [2021-01-05T09:35:26.838Z] 
04:35:26 [2021-01-05T09:35:26.838Z]   Suite duration: 0.49 s, Tests: 2
04:35:26 [2021-01-05T09:35:26.838Z] 
04:35:26 [2021-01-05T09:35:26.838Z]   Memory Test Suite
04:35:27 [2021-01-05T09:35:27.094Z]       ✓ can read memory: 15ms
04:35:27 [2021-01-05T09:35:27.351Z]       ✓ handles unable to read memory: 1ms
04:35:27 [2021-01-05T09:35:27.608Z]       ✓ can read memory with offset: 2ms
04:35:27 [2021-01-05T09:35:27.608Z] 
04:35:27 [2021-01-05T09:35:27.608Z]   Suite duration: 0.736 s, Tests: 3
04:35:27 [2021-01-05T09:35:27.608Z] 
04:35:27 [2021-01-05T09:35:27.608Z]   stop
04:35:27 [2021-01-05T09:35:27.865Z]       ✓ handles segv: 172ms
04:35:27 [2021-01-05T09:35:27.865Z] 
04:35:27 [2021-01-05T09:35:27.865Z]   Suite duration: 0.251 s, Tests: 1
04:35:27 [2021-01-05T09:35:27.865Z] 
04:35:27 [2021-01-05T09:35:27.865Z]   Variables Test Suite
04:35:28 [2021-01-05T09:35:28.121Z]       ✓ can read and set simple variables in a program: 31ms
04:35:28 [2021-01-05T09:35:28.378Z]       ✓ can read and set struct variables in a program: 23ms
04:35:28 [2021-01-05T09:35:28.634Z]       ✓ can read and set nested struct variables in a program: 26ms
04:35:28 [2021-01-05T09:35:28.890Z]       ✓ can read and set array elements in a program: 28ms
04:35:28 [2021-01-05T09:35:28.890Z] 
04:35:28 [2021-01-05T09:35:28.890Z]   Suite duration: 1.118 s, Tests: 4
04:35:28 [2021-01-05T09:35:28.890Z] 
04:35:28 [2021-01-05T09:35:28.890Z]   Variables CPP Test Suite
04:35:29 [2021-01-05T09:35:29.452Z]       ✓ can read and set a cpp object variable: 22ms
04:35:29 [2021-01-05T09:35:29.708Z]       ✓ can read and set nested variables from a cpp object: 18ms
04:35:29 [2021-01-05T09:35:29.708Z] 
04:35:29 [2021-01-05T09:35:29.708Z]   Suite duration: 0.675 s, Tests: 2
04:35:29 [2021-01-05T09:35:29.708Z] 
04:35:29 [2021-01-05T09:35:29.708Z]   42 passing (11s)
04:35:29 [2021-01-05T09:35:29.708Z]   3 pending
04:35:29 [2021-01-05T09:35:29.708Z] 
04:35:29 [2021-01-05T09:35:29.708Z] Done in 39.08s.
04:35:29 [2021-01-05T09:35:29.708Z] + yarn pack
04:35:29 [2021-01-05T09:35:29.964Z] yarn pack v1.22.4
04:35:30 [2021-01-05T09:35:30.221Z] success Wrote tarball to "/home/jenkins/agent/workspace/cdt-gdb-adapter-verify/cdt-gdb-adapter-v0.0.15-next.tgz".
04:35:30 [2021-01-05T09:35:30.221Z] Done in 0.24s.