Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created October 31, 2013 20:26
Show Gist options
  • Save alexcrichton/7256495 to your computer and use it in GitHub Desktop.
Save alexcrichton/7256495 to your computer and use it in GitHub Desktop.
~/code/rust2[darwin-quiet] $ make check-stage1-debuginfo CTEST_DISABLE_debuginfo= TESTNAME=basic-types [acrichton@acrichton-moco]
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using gcc
cfg: no pandoc found, omitting docs
cfg: no node found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: disabling doc build (CFG_DISABLE_DOCS)
cfg: including dist rules
cfg: including test rules
run debuginfo [x86_64-apple-darwin]: x86_64-apple-darwin/stage1/bin/compiletest
running 1 test
error: line not found in debugger output: $1 = false
command: gdb -quiet -batch -nx -command=x86_64-apple-darwin/test/debug-info/basic-types.debugger.script x86_64-apple-darwin/test/debug-info/basic-types.stage1-x86_64-apple-darwin
stdout:
------------------------------------------
Breakpoint 1 at 0x100000e50
<function, no debug info> _zzz::h8fafe281f6ba53aaQ::v0.0;
[New Thread 0x160f of process 83874]
[New Thread 0x1803 of process 83874]
[New Thread 0x1903 of process 83874]
[New Thread 0x1a03 of process 83874]
[Switching to Thread 0x160f of process 83874]
Breakpoint 1, 0x0000000100000e50 in _zzz::h8fafe281f6ba53aaQ::v0.0 ()
0x0000000100000de0 in main::h8fafe281f6ba53aag::v0.0 ()
------------------------------------------
stderr:
------------------------------------------
x86_64-apple-darwin/test/debug-info/basic-types.debugger.script:5: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
task '<unnamed>' failed at 'explicit failure', /Users/acrichton/code/rust2/src/compiletest/runtest.rs:825
------------------------------------------
test [debug-info] debug-info/basic-types.rs ... FAILED
using metrics ratcher: tmp/check-stage1-T-x86_64-apple-darwin-H-x86_64-apple-darwin-debuginfo-metrics.json
result of ratchet: 0 matrics added, 0 removed, 0 improved, 0 regressed, 0 noise
updated ratchet file
failures:
[debug-info] debug-info/basic-types.rs
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
task '<unnamed>' failed at 'Some tests failed', /Users/acrichton/code/rust2/src/compiletest/compiletest.rs:229
make: *** [tmp/check-stage1-T-x86_64-apple-darwin-H-x86_64-apple-darwin-debuginfo.ok] Error 101
~/code/rust2[darwin-quiet] $ dsymutil ./x86_64-apple-darwin/test/debug-info/basic-types.stage1-x86_64-apple-darwin [acrichton@acrichton-moco]
warning: no debug symbols in executable (-arch x86_64)
~/code/rust2[darwin-quiet] $ make check-stage1-debuginfo CTEST_DISABLE_debuginfo= TESTNAME=basic-types [acrichton@acrichton-moco]
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using gcc
cfg: no pandoc found, omitting docs
cfg: no node found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: disabling doc build (CFG_DISABLE_DOCS)
cfg: including dist rules
cfg: including test rules
run debuginfo [x86_64-apple-darwin]: x86_64-apple-darwin/stage1/bin/compiletest
running 1 test
error: line not found in debugger output: $1 = false
command: gdb -quiet -batch -nx -command=x86_64-apple-darwin/test/debug-info/basic-types.debugger.script x86_64-apple-darwin/test/debug-info/basic-types.stage1-x86_64-apple-darwin
stdout:
------------------------------------------
Breakpoint 1 at 0x100000e50
<function, no debug info> _zzz::h8fafe281f6ba53aaQ::v0.0;
[New Thread 0x160f of process 83984]
[New Thread 0x1803 of process 83984]
[New Thread 0x1903 of process 83984]
[New Thread 0x1a03 of process 83984]
[Switching to Thread 0x160f of process 83984]
Breakpoint 1, 0x0000000100000e50 in _zzz::h8fafe281f6ba53aaQ::v0.0 ()
0x0000000100000de0 in main::h8fafe281f6ba53aag::v0.0 ()
------------------------------------------
stderr:
------------------------------------------
x86_64-apple-darwin/test/debug-info/basic-types.debugger.script:5: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
task '<unnamed>' failed at 'explicit failure', /Users/acrichton/code/rust2/src/compiletest/runtest.rs:825
------------------------------------------
test [debug-info] debug-info/basic-types.rs ... FAILED
using metrics ratcher: tmp/check-stage1-T-x86_64-apple-darwin-H-x86_64-apple-darwin-debuginfo-metrics.json
result of ratchet: 0 matrics added, 0 removed, 0 improved, 0 regressed, 0 noise
updated ratchet file
failures:
[debug-info] debug-info/basic-types.rs
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
task '<unnamed>' failed at 'Some tests failed', /Users/acrichton/code/rust2/src/compiletest/compiletest.rs:229
make: *** [tmp/check-stage1-T-x86_64-apple-darwin-H-x86_64-apple-darwin-debuginfo.ok] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment