[INFO] updating cached repository https://github.com/aszecsei/please [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 85e6f95db6baee982d2b0bf62ae422c1cdbb8483 [INFO] testing aszecsei/please against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Faszecsei%2Fplease" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aszecsei/please on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aszecsei/please [INFO] finished tweaking git repo https://github.com/aszecsei/please [INFO] tweaked toml for git repo https://github.com/aszecsei/please written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/aszecsei/please already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6b36ee156de34d5ecedfcf47ccc3332305f631ac2273228c8673cb930ca4a837 [INFO] running `"docker" "start" "-a" "6b36ee156de34d5ecedfcf47ccc3332305f631ac2273228c8673cb930ca4a837"` [INFO] [stderr] Compiling strum v0.15.0 (https://github.com/Peternator7/strum#96daaf40) [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling os_type v2.2.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling strum_macros v0.15.0 (https://github.com/Peternator7/strum#96daaf40) [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling ron v0.4.2 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling internship v0.6.0 [INFO] [stderr] Compiling human-panic v1.0.1 [INFO] [stderr] Compiling insta v0.8.1 [INFO] [stderr] Compiling please v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `crate::error` [INFO] [stderr] --> src/run.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::error; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ExpectedButGot` [INFO] [stderr] --> src/error.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / ExpectedButGot { [INFO] [stderr] 8 | | got: char, [INFO] [stderr] 9 | | expected: char, [INFO] [stderr] 10 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `error` [INFO] [stderr] --> src/lexer.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn error(&self, kind: error::CompilationErrorKind) -> error::CompilationError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Indented` [INFO] [stderr] --> src/lexer.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | Indented { indentation: usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Text` [INFO] [stderr] --> src/lexer.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | Text, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Interpolation` [INFO] [stderr] --> src/lexer.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | Interpolation { interpolation_start_col: usize, interpolation_start_row: usize } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `pop_state` [INFO] [stderr] --> src/lexer.rs:208:5 [INFO] [stderr] | [INFO] [stderr] 208 | fn pop_state(&mut self) -> error::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `lex_double` [INFO] [stderr] --> src/lexer.rs:225:5 [INFO] [stderr] | [INFO] [stderr] 225 | fn lex_double(&mut self, kind: TokenKind) -> error::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `nextch` [INFO] [stderr] --> src/lexer.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | fn nextch(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `nextch_is` [INFO] [stderr] --> src/lexer.rs:296:5 [INFO] [stderr] | [INFO] [stderr] 296 | fn nextch_is(&mut self, c: char) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `expect` [INFO] [stderr] --> src/lexer.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | fn expect(&mut self, c: char) -> error::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.85s [INFO] running `"docker" "inspect" "6b36ee156de34d5ecedfcf47ccc3332305f631ac2273228c8673cb930ca4a837"` [INFO] running `"docker" "rm" "-f" "6b36ee156de34d5ecedfcf47ccc3332305f631ac2273228c8673cb930ca4a837"` [INFO] [stdout] 6b36ee156de34d5ecedfcf47ccc3332305f631ac2273228c8673cb930ca4a837 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 614daeadfb7436831162a1104f537b158749497dd342ca94a040700ce28bc880 [INFO] running `"docker" "start" "-a" "614daeadfb7436831162a1104f537b158749497dd342ca94a040700ce28bc880"` [INFO] [stderr] Compiling please v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `crate::error` [INFO] [stderr] --> src/run.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::error; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ExpectedButGot` [INFO] [stderr] --> src/error.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / ExpectedButGot { [INFO] [stderr] 8 | | got: char, [INFO] [stderr] 9 | | expected: char, [INFO] [stderr] 10 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `error` [INFO] [stderr] --> src/lexer.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn error(&self, kind: error::CompilationErrorKind) -> error::CompilationError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Indented` [INFO] [stderr] --> src/lexer.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | Indented { indentation: usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Text` [INFO] [stderr] --> src/lexer.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | Text, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Interpolation` [INFO] [stderr] --> src/lexer.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | Interpolation { interpolation_start_col: usize, interpolation_start_row: usize } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `pop_state` [INFO] [stderr] --> src/lexer.rs:208:5 [INFO] [stderr] | [INFO] [stderr] 208 | fn pop_state(&mut self) -> error::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `lex_double` [INFO] [stderr] --> src/lexer.rs:225:5 [INFO] [stderr] | [INFO] [stderr] 225 | fn lex_double(&mut self, kind: TokenKind) -> error::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `nextch` [INFO] [stderr] --> src/lexer.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | fn nextch(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `nextch_is` [INFO] [stderr] --> src/lexer.rs:296:5 [INFO] [stderr] | [INFO] [stderr] 296 | fn nextch_is(&mut self, c: char) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `expect` [INFO] [stderr] --> src/lexer.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | fn expect(&mut self, c: char) -> error::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.10s [INFO] running `"docker" "inspect" "614daeadfb7436831162a1104f537b158749497dd342ca94a040700ce28bc880"` [INFO] running `"docker" "rm" "-f" "614daeadfb7436831162a1104f537b158749497dd342ca94a040700ce28bc880"` [INFO] [stdout] 614daeadfb7436831162a1104f537b158749497dd342ca94a040700ce28bc880 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] f1980b3f3db20205b7715a87938a35c657973dc5b7a8a1f24e2229b44fd6aa01 [INFO] running `"docker" "start" "-a" "f1980b3f3db20205b7715a87938a35c657973dc5b7a8a1f24e2229b44fd6aa01"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/please-f72624c5b9c73bc1 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test lexer::tests::test_lexer_rustplease ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- lexer::tests::test_lexer_rustplease stdout ---- [INFO] [stdout] thread 'lexer::tests::test_lexer_rustplease' panicked at 'called `Result::unwrap()` on an `Err` value: MultipleErrors { errs: [CompilationError { line: 1, column: 7, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '\n' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 1, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 2, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 3, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 4, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 10, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 16, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 17, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '-' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 18, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '-' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 2, column: 26, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '\n' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 3, column: 1, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '\n' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 4, column: 5, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '\n' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 5, column: 1, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 5, column: 2, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 5, column: 3, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 5, column: 4, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 5, column: 11, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '\n' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 1, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 2, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 3, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 4, filename: "./examples/rust.please", kind: UnexpectedChar { ch: ' ' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 5, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '.' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 6, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '/' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67ad4) [INFO] [stdout] at src/lexer.rs:114 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 13, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '/' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 21, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '/' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0), CompilationError { line: 6, column: 28, filename: "./examples/rust.please", kind: UnexpectedChar { ch: '\n' } } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::h9b84884c91e33fda (0x561f50e80b3c) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h7f9d7c7529b7f98d (0x561f50e73562) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::error::hd6e7a446645f9304 (0x561f50e6a3f9) [INFO] [stdout] at src/lexer.rs:322 [INFO] [stdout] 5: please::lexer::Lexer::lex_normal::hb28e26e5a2d71032 (0x561f50e692f5) [INFO] [stdout] at src/lexer.rs:191 [INFO] [stdout] 6: please::lexer::Lexer::advance::h94901c89b4e8bda4 (0x561f50e687a9) [INFO] [stdout] at src/lexer.rs:172 [INFO] [stdout] 7: ::next::h2edcb6a17a2aff8b (0x561f50e67a10) [INFO] [stdout] at src/lexer.rs:111 [INFO] [stdout] 8: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67d14) [INFO] [stdout] at src/lexer.rs:137 [INFO] [stdout] 9: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 10: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7f3b877db6db) [INFO] [stdout] 22: __clone (0x7f3b87d1888f) [INFO] [stdout] 23: (0x0)] } [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h8911c980bd19c31a (0x561f51075d8f) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::hecd184db0f30b777 (0x561f5107569e) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::hb5fad470a7e8c843 (0x561f50e80ddc) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::h88b34bce9c3b33c8 (0x561f50e735b8) [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: please::lexer::Lexer::lex::h10e694f87fbf3519 (0x561f50e67e9d) [INFO] [stdout] at src/lexer.rs:143 [INFO] [stdout] 5: please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e (0x561f50e6ed4e) [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 6: please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 (0x561f50e6eb52) [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 7: core::ops::function::FnOnce::call_once::hcfa695539bf49002 (0x561f50e70a3e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 8: as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 (0x561f50e8f30f) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 9: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 10: std::panicking::try::heccce20d527a3513 (0x561f50ea9b1e) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 11: std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 (0x561f50e84b85) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 12: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e (0x561f50e88d15) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561f510cd7fa) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try::h243a25457a848a1a (0x561f50e892c2) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 15: as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 (0x561f510b95af) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 16: as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 (0x561f510ccf50) [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 17: start_thread (0x7f3b877db6db) [INFO] [stdout] 18: __clone (0x7f3b87d1888f) [INFO] [stdout] 19: (0x0)', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x561f510c3b64 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x561f510c3b64 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x561f510c3b64 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x561f510c3b64 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x561f510e93ec - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x561f50e85415 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x561f510bdcf1 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x561f510c6075 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x561f510c6075 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x561f510c6075 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x561f510c5cfc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x561f510c6775 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x561f510c6312 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x561f510c6206 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x561f510e5d5a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x561f510e5e57 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x561f50e6d51b - core::result::Result::unwrap::h87c3763a6e20563c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:933 [INFO] [stdout] 17: 0x561f50e6ed65 - please::lexer::tests::test_lexer_rustplease::h2a318b5d8623413e [INFO] [stdout] at src/lexer.rs:361 [INFO] [stdout] 18: 0x561f50e6eb52 - please::lexer::tests::test_lexer_rustplease::{{closure}}::hb9ba40d1b7785cf4 [INFO] [stdout] at src/lexer.rs:358 [INFO] [stdout] 19: 0x561f50e70a3e - core::ops::function::FnOnce::call_once::hcfa695539bf49002 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x561f50e8f30f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x561f510cd7fa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x561f50ea9b1e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x561f50ea9b1e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x561f50ea9b1e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x561f50e84b85 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x561f50e88d15 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x561f50e88d15 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x561f50e88d15 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x561f510cd7fa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x561f50e892c2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x561f50e892c2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x561f50e892c2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x561f50e892c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x561f510b95af - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x561f510ccf50 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x561f510ccf50 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x561f510ccf50 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f3b877db6db - start_thread [INFO] [stdout] 39: 0x7f3b87d1888f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] lexer::tests::test_lexer_rustplease [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "f1980b3f3db20205b7715a87938a35c657973dc5b7a8a1f24e2229b44fd6aa01"` [INFO] running `"docker" "rm" "-f" "f1980b3f3db20205b7715a87938a35c657973dc5b7a8a1f24e2229b44fd6aa01"` [INFO] [stdout] f1980b3f3db20205b7715a87938a35c657973dc5b7a8a1f24e2229b44fd6aa01